@CHARSET "ISO-8859-1";
.float-right{
    float: right;
}
#flashMessage.message { display: none; }
.error-message, #infoMessage, #errorMessage{ display: none; }
.estiloBotao{
    margin: 5px;
}
.estiloTamanhoPaginacao{
    margin-top: 7px;
    width: 68%;
}
.statusPerfil{
    margin-top: 2.1%;
}
.statusPerfil>input{
    margin-left:10px;
}
.statusPerfil>input{
    margin-left: 15px;
    margin-right: 5px;
}
fieldset.scheduler-border {
    border: 1px groove #ddd !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
}

legend.scheduler-border {
    font-size: 1.2em !important;
    font-weight: bold !important;
    text-align: left !important;
    width: auto;
    padding: 0 10px;
    border-bottom: none;
}
/* Start by setting display:none to make this hidden.
Then we position it in relation to the viewport window
with position:fixed. Width, height, top and left speak
speak for themselves. Background we set to 80% white with
our animation centered, and no-repeating */
.modal {
    display:    none;
    position:   fixed;
    z-index:    9000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 
        url('../img/l6BEEsW.gif') 
        50% 50% 
        no-repeat;
}

/* When the body has the loading class, we turn
the scrollbar off with overflow:hidden */
body.loading {
    overflow: hidden;   
}

/* Anytime the body has the loading class, our
modal element will be visible */
body.loading .modal {
    display: flex;
}

.ms-container{
    width: 100% !important;
}

.white-txt { color: #fff; }
.blue-text { color: #3498db; }
.red-text { color: #e74c3c; }
.green-text { color: #2ecc71; }
.yellow-text { color: #f1c40f; }
.orange-text { color: #e67e22; }
.purple-text { color: #9b59b6; }
#adicionarVinculoUsuario{
    margin-bottom: 10%;
}
.botaoAdicionarMemoria{
    margin-top: 2%;
}
.floatRight{
    float: right;
}
.fa{
    font-family: FontAwesome, sans-serif !important;
}
.listaAcoes{
    right: 0 !important;
    left: initial !important;
}
.dropdown-menu > li > a{
    color: #084772 !important;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: rgb(93, 173, 226) !important;
    color: #fff !important;
}
.panel-title{
    margin-top: 1% !important;
    font-weight: 600 !important;
    color: #176090 !important;
}
.btn-edit {
    float: right;
    position: relative;
    margin-right: 3px !important;
}
.btn-edit2 {
    float: right;
    position: relative;
    margin-right: 15px !important;
}
.marca-dagua {
    position: absolute;
    margin-top: 145px;
    margin-left: -300px;
    top: 50%;
    left: 50%;
    opacity: 0.2;
    width: 568px;
    height: 238px;	
}
.statusPerfil input[type=radio], .panel-perfil input[type=checkbox]{
    margin: 9px 10px 0 !important;
}
.panel-perfil {
    background-color: #FAFAFA;
    border-radius: 5px;
    border-top: #BEBEBE solid 2px;
    margin-right: 10px;
    width: 32%;
}
.plus {
    right: 40px !important;
    bottom: 2px !important;
    position: relative !important;
}
.btn-plus {
    position: relative;
    right: 40px;
    bottom: 1px;
}
.btn-plus:hover {
    color: #2380BF !important;
}
#UsuarioAtivado {
    position: relative;
}
.beforeAcao{
    cursor: pointer;
}
.no-close .ui-dialog-titlebar-close {
    display: none;
}
ul.abasAtendimento li:hover{
    background: #5DADE2 !important
}
ul.abasAtendimento li.active{
    background: #13609d !important;
}
.someCampo{
    position: absolute;
    left: -9999px;
}
.botoesPickList{
    cursor: pointer;
}
.texto{
    color: #176090;
    font-size: 30px;
    margin: 0;
}
.divMensagem{
    text-align: center;
    background: none;
}
.divHead{
    margin-top: 2%;
}
.textoInfo{
    font-size: 20px;
}
.textoInfo a{
    color: #176090;
    font-size: 20px;
    font-weight: bold;
}
Ticon {	
	color: blue !important;
}