body, html {
    font-family: 'Roboto', sans-serif;
    font-size: .9em;
    word-wrap: break-word;
    margin: 0;
    padding: 0;
    height: 100%;
}

.c-blue {
	color: #2980b9 !important;
}

.c-white {
	color: #FFFFFF !important;
	text-decoration: underline !important;
	margin-right: .4em;
}

#footer {
	text-align: right;
	width: 100%;
	padding-top: 20px;
}

.footer-atendimento {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    min-height: 2.5em;
    /*background-color: #1976d2;*/
    background-color: #F5F5F5;
    padding: 0.5em;
    /*border: 3px solid #73AD21;*/
}

#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 {
	 padding-top: 20px;
}

.formActionsLeft {
	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: 120px !important;
}

.custom-phone-button .ui-icon {
    color: #002069; /* Define a cor do ícone */
}


.colSelectionCheckBox {
	width: 30px !important;
	text-align: center;
}

.spaceLnkApp {
	padding: 0px 10px 0px 10px;
}

/* @custom */

.auth-main {
	display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    position: absolute;
    background-repeat: no-repeat;
    background: url(../resources/images/principal.png);
    z-index: 1;
}

.boxFocus {
    background: rgba(255, 255, 255, 0.4);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
}

.auth-block {
    width: 45em;
    max-width: 80%;
    margin: 0 auto;
    background-color: #f9f9f9;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.4);
    background-color: white;
    padding: 1em;
    z-index: 2;
}

.imgPref {
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 3;
}

.imgSUS {
    position: absolute;
    bottom: 30px;
    right: 30px;
    z-index: 4;
}

.bgimg-1, .bgimg-2, .bgimg-3 {
    position: relative;
    opacity: 0.75;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bgimg-1 {
    background: url(../resources/images/principal.png) no-repeat center center fixed;
    /*background: url(images/bg.jpg) no-repeat center center fixed;*/ 
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
    background-size: cover;
    min-height: 100%;
}

.bgimg-2 {
    background: url(../resources/images/principal2.jpg) no-repeat center center fixed;
    min-height: 100%;
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
    background-size: cover;
    min-height: 100%;
}

.bgimg-3 {
    background: url(../resources/images/principal3.jpg) no-repeat center center fixed;
    min-height: 100%;
    -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
    background-size: cover;
    min-height: 100%;
}

.caption {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    color: #000;
    z-index: 999;
}

.caption span.border {
    background-color: #111;
    color: #fff;
    padding: 18px;
    font-size: 25px;
    letter-spacing: 10px;
}

.toggler-column {
	text-align: center;
    width: 15px !important;
}
.upperFormat{
	text-transform: uppercase;
}

.upperFormat input{
	text-transform: uppercase;
}

.periodoPanel{
	  
	 font-weight: bold !important;
	 text-align: center !important;
    
}

.avisoPanel{
	 border: black solid 1px !important;
     color:	 #F0FFFF !important;
     background-color: 	#0000FF !important;
     border-color: 	#0000FF !important;
	 font-weight: bold !important;
	 text-align: center !important;
}

.outputText-largeBlue{
	color:	DodgerBlue !important;
	font-weight: bold !important;
	font-size: large !important;
}

.outputText-mediunBlue{
	color: DodgerBlue !important;
	font-weight: bold !important;
	font-size : mediun !important;
	border: none !important;
}

body .ui-message.ui-message-info {
    background-color: #ffffff;
    border: 1px solid #002069;
    color: #002069;
}

