body {	
	margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    word-wrap: break-word;
    font-size: .9em;
}

.c-white {
	color: white !important;
}

.c-blue {
	color: #22245D !important;
}

.c-green {
	color: #2ecc71 !important;
}

.c-pink {
	color: #E91E63;
}

.c-purple {
	color: #9C27B0;
}

.c-lime {
	color: #CDDC39;
}

.c-amber {
	color: #FFC107;
}

.c-red {
	color: #F44336;
}

.c-description {
	color: rgba(255,255,255,0.6) !important;
}

.c-blue-gray-500 {
	color: #1976D2 !important;
}

.c-blue-gray-900 {
	color: #1976D2 !important;
}

/* @context background green pmu */

.bc-green {
	background-color: #96C93E;
}

/* @context background blue pmu */

.bc-blue {
	background-color: #22245D;
}

/* @context variação de blue gray */

.bc-blue-gray-50 {
	background-color: #ECEFF1;
}

.bc-blue-gray-100 {
	background-color: #CFD8DC;
}

.bc-blue-gray-200 {
	background-color: #B0BEC5;
}

.bc-blue-gray-300 {
	background-color: #90A4AE;
}

.bc-blue-gray-400 {
	background-color: #78909C;
}

.bc-blue-gray-500 {
	background-color: #607D8B;
}

.bc-blue-gray-600 {
	background-color: #546E7A;
}

.bc-blue-gray-700 {
	background-color: #455A64;
}

.bc-blue-gray-800 {
	background-color: #37474F;
}

.bc-blue-gray-900 {
	background-color: #263238;
}

/* @context background default */

.bc-default {
	background-color: #EEE;
}

/* @context login */

.content-login {    
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.6);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.6);
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.6);
}

/* @context home */
.bc-home {
	position: relative;
	background-image: url(../resources/images/temp.jpg);
	background-position: bottom left;
	background-size: cover;	
	min-height: 400px; 
}


/* @context header */

.header-app {
	position: relative;
	height: 3.3em;
}

.header-app-left {
	float: left;
}

.header-app-right {
	float: right;
}

/* @context footer */

#footer {
	text-align: right;
	width: 100%;
	padding-top: 20px;
}

#headerApp {
	padding: 4px 0px; 
	position: relative;
}

#titleApp {
	text-align: left; 
	display: block;
}

#perfilApp {
	position: absolute; 
	overflow: hidden; 
	top: 5px; 
	display: block; 
	right: 5px;
}

#logo {
	text-align: center;
}

#content {
	position: absolute;
	width: 100%;
	height: 100%;
	/*background-color: #F5F5F5;*/
}

.formActiosLeft {
	text-align: left; 
	float: left;
	width: 50%;
}

.formActionsRight {
	overflow: hidden; 
	width: 50%;
	text-align: right;
}

.divDataTable {
	padding-top: 10px;
}

.action-column {
    text-align: center;
    width: 110px !important;
}

.action-column-two {
    text-align: center;
    width: 80px !important;
}

.action-column-one {
    text-align: center;
    width: 40px !important;
}

.toggler-column {
	text-align: center;
    width: 15px !important;
}

.colSelectionCheckBox {
	width: 30px !important;
	text-align: center;
}

.spaceLnkApp {
	padding: 0px 10px 0px 10px;
}

/* @blocos */

.bs-callout {
    padding: 0.8em;
    /*margin: 20px 0;*/
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}

.bs-callout-ml {
	margin-left: 2em;
}

.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}
.bs-callout p:last-child {
    margin-bottom: 0;
}
.bs-callout code {
    border-radius: 3px;
}
.bs-callout+.bs-callout {
    margin-top: -5px;
}
.bs-callout-default {
    border-left-color: #777;
}
.bs-callout-default h4 {
    color: #777;
}
.bs-callout-primary {
    border-left-color: #428bca;
}
.bs-callout-primary h4 {
    color: #428bca;
}
.bs-callout-success {
    border-left-color: #5cb85c;
}
.bs-callout-success h4 {
    color: #5cb85c;
}
.bs-callout-danger {
    border-left-color: #d9534f;
}
.bs-callout-danger h4 {
    color: #d9534f;
}
.bs-callout-warning {
    border-left-color: #f0ad4e;
}
.bs-callout-warning h4 {
    color: #f0ad4e;
}
.bs-callout-info {
    border-left-color: #5bc0de;
}
.bs-callout-info h4 {
    color: #5bc0de;
}

/* @media query */

@media screen and (min-width: 64.063em) {
	.content-login {
		margin-top: -3.5em;
	}
}

@media screen and (min-width: 40.063em) {
	
	.content-login {
		margin-top: -3.5em;
	}
}

@media screen and (max-width: 640px) {
	.content-login {
		margin-top: -2em;
	}
}