select:focus:required:invalid {border: 2px solid #cccccc !important; color: #555555 !important;}
select:required:valid { border: 2px solid #cccccc !important; }

.borderHour{
    color:white; 
    font-weight: bold;
    background-color: #0e3e6b;
    border-radius: 80px;
    padding: 8px; 
    cursor: pointer
}

.borderHour:hover{
    color: #0e3e6b; 
    font-weight: bold;
    background-color: white;
    border-radius: 80px;
    padding: 8px; 
    cursor: pointer
}

.pointer {cursor:pointer !important;}

.fc-time {display : none !important;}

.assunto0 {background-color: #1e90ff !important; color: white !important; border: none !important;box-shadow: 1px 1px 5px gray;}
.assunto1 {background-color: #4f86f7 !important; color: white !important; border: none !important;box-shadow: 1px 1px 5px gray;}
.assunto2 {background-color: #004371 !important; color: white !important; border: none !important;box-shadow: 1px 1px 5px gray;}
.assunto3 {background-color: #8dd1ff !important; color: white !important; border: none !important;box-shadow: 1px 1px 5px gray;}
.assunto4 {background-color: #38aeff !important; color: white !important; border: none !important;box-shadow: 1px 1px 5px gray;}
.assunto5 {background-color: #1ca3ff !important; color: white !important; border: none !important;box-shadow: 1px 1px 5px gray;}
/*verde .assunto0 {background-color: #009688 !important; color: white !important; border: none !important;box-shadow: 1px 1px 5px gray;}
verde piscina.assunto1 {background-color: #16eab9 !important; color: white !important; border: none !important;box-shadow: 1px 1px 5px gray;}
azul .assunto2 {background-color: #2196f3 !important; color: white !important; border: none !important;box-shadow: 1px 1px 5px gray;}
marrom .assunto3 {background-color: #795548 !important; color: white !important; border: none !important;box-shadow: 1px 1px 5px gray;}
azul diferente .assunto4 {background-color: #607d8b !important; color: white !important; border: none !important;box-shadow: 1px 1px 5px gray;}
rosa .assunto5 {background-color: #e91e63 !important; color: white !important; border: none !important;box-shadow: 1px 1px 5px gray;}
azul escuro .assunto6 {background-color: #3f51b5 !important; color: white !important; border: none !important;box-shadow: 1px 1px 5px gray;}
amarelo.assunto7 {background-color: #ffc107 !important; color: white !important; border: none !important;box-shadow: 1px 1px 5px gray;}*/

.tarefaFinalizada {background-color: #8bc34a !important; color: white !important; border: none !important;box-shadow: 1px 1px 5px gray;}

.fc-title .fa{color:white; }
.fc-title {font-size: 8px !important; font-weight: bold !important}
.fc-content {padding: 5px;}
.fc-content-diario {padding: 20px !important;}
.fc-time-grid-event {white-space:nowrap;}
.fc-view {background-color: white;}
.fc-day-grid-container .fc-row {height: 90px !important}

.agendaTarefa{    
    cursor: pointer;
    height: 65px;
    width: 100%;
    border-radius: 5px;
    background-color: #3498db;
    color: white;
    margin-top: 10px;
}

.agendaTarefa:hover{
    background-color: #257AB3;
}

.infoAgendaAgendamento{
    text-align: left;
    padding-top: 3px;
    padding-left: 5px;
}

.agendaHorarios{
    float: left;
    height: 100%;
    min-height: 194px;
    width: 100px;
    border-radius: 5px;
    background-color: white;
    border: 1px #ddd solid;    
    box-shadow: 0px 0px 2px #CCC;
    padding-top: 5px;
    text-align: center;
}

.agendaHorariosIcone{
    font-size: 30px;
}
.agendaHorario{
    margin-top: 10px;
    font-size: 18px;
    font-weight: 500;
}
.diaSemana{    
    float: left;
    margin-left: 7px;
    padding-left: 10px;
    padding-right: 10px;
    min-height: 200px;
    height: 100%;
    width: 150px;
    border-radius: 10px;
    background-color: white;
    border: 1px #ddd solid;    
    box-shadow: 0px 0px 2px #CCC;
    text-align: center;    
}
.tituloDiaSemana{
    padding-top: 10px;
    text-align: center;
    font-size: 21px;
    font-weight: 500;
}
.campoHora{
    width: 55px !important;
}

.campoData{
    width: 100px !important;
}

.qtip{    
    background-color: #E5F6FE !important;
    border-color: #ADD9ED !important;
    color: #5E99BD !important;
    font-size: 12px !important;
}

/*.ui-jqgrid .ui-jqgrid-btable { cursor : pointer; }*/

#ui-datepicker-div{    z-index: 200 !important;}

.sistema{
    background-color: white;
    border: 1px rgba(183,183,183,0.8) solid;
    border-radius: 15px;
    padding: 20px;
}

.sistema:hover{
    cursor: pointer;
    opacity: 0.6;
    background-color: rgba(255,255,255,0.9);
}

html,body{
    margin: 0;
    background-color: #F4F5F7;
    height: 100%;
    width: 100%;
    overflow: hidden;
    font-family: "Open Sans" !important;
    color: rgba(0,0,0,0.85);

} 
ul > li > a .jstree-icon {
    display: none !important;
}

.tableForm tr{
    font-weight: 100 !important;
    font-size: 13px;
    line-height: 25px;
}
.tableForm input{
    line-height: normal !important;
    font-size: 11px;
}
.tableForm select{
    line-height: normal !important;
    font-size: 11px;
}

.menuHome{
    font-weight: 700;
    font-size: 19px;
    cursor: pointer;
    margin-left: 12px;
    color: #AFAFAF;
}

.menuHomeSelecionado{
    color: rgba(0,0,0,0.95);
}

.tableFormSmall tr{
    font-family: "Open Sans";
    font-weight: 100 !important;
    font-size: 11px;
    line-height: 20px;
}
.tableFormSmall input{
    line-height: normal !important;
    font-size: 9px;
}
.tableFormSmall select{
    line-height: normal !important;
    font-size: 9px;
}
/*.ui-jqgrid-bdiv{
    width: 101% !important;
}

.ui-state-default.ui-jqgrid-hdiv{
    width: 99.7% !important;
    float: left;
}

#gview_gridDashboardPrecos .ui-state-default.ui-jqgrid-hdiv{
    width: 801px !important;
}*/

.cursor{
    cursor: pointer;
}

.simpleLink{
    cursor: pointer;
    font-weight: 700;
}

.simpleLink:hover{
    color: #185C8A;
}

.menuDashboardAtivo{
    color: black !important;
}

.menuDashboard{

    font-size: 18px;
    font-weight: 700;
    color: #B1B1B1;
    cursor: pointer;
    margin-left: 10px;

}

.menuDashboard:hover{
    color: #C3C3C3;
}

.boxLegenda{
    width: 20px;
    height: 20px;
    border-radius: 5px;
}

.legendaCor{
    color: white;
    border-radius: 200px;
    padding-bottom: 3px;
    padding-top: 3px;
    padding-left: 5px;
    padding-right: 5px;
}
.legendaCor10{
    color: white;
    border-radius: 200px;
    padding-bottom: 3px;
    padding-top: 3px;
    width: 22px !important;
    padding-left: 2px;
    padding-right: 2px;
}

.valoresDashboard{
    color: rgba(0, 0, 255, 0.75);
    font-weight: 600;
}

.dash{
    display: inline-block;
    margin-top: 10px !important;
    margin-left: 5px !important;
}

h3{
    font-size: 20px !important;
}

.divConteudo{
    background-color: rgba(240,240,240,0.95);
    margin: 0;
    height: 100%;
    /*width: 100%;*/
    overflow: auto;
}

.conteudo{
    margin-left: 30px;
    margin-top: 20px;
    position: relative;
    overflow: auto;
}

.newBox{
    color: rgba(0,0,0,0.6);
    border: 1px rgba(221,221,221,0.3) solid;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 1px 7px 2px rgba(135,158,171,.2);
}

.botaoTopo{
    height: 100%;
    width: 65px;
    text-align: center;
    color: #858598;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
}

.botaoTopo:hover{
    color: #03A9F4;
}

.iconeBotaoTopo{

}

#motivosVenda td div{
    word-break:break-all;
    height: 20px !important;
    overflow: hidden !important;
}

.newButton{
    font-weight: 600 !important;
    font-family: "Montserrat" !important;
    border: 1px #DDD solid;
    padding: 5px 12px 5px 12px;
    background-color: inherit;
    border-radius: 3px;
}

.newButton:hover{
    background-color: #C7C7C7;
    /*box-shadow: 0 6px 10px rgba(0,0,0,.23),0 10px 30px rgba(0,0,0,.19);*/
}

.newButtonSuccess{
    background-color: #00acac;
    color: white;
    /*text-shadow: -0.2px 0 black, 0 0.2px black, 0.2px 0 black, 0 -0.2px black;*/
}
.newButtonSuccess:hover{
    background-color: #008a8a;
    /*box-shadow: 0 6px 10px rgba(0,0,0,.23),0 10px 30px rgba(0,0,0,.19);*/
}
.newButtonAlt{
    background-color: #348fe2;
    color: white;
    /*text-shadow: -0.2px 0 black, 0 0.2px black, 0.2px 0 black, 0 -0.2px black;*/
}
.newButtonAlt:hover{
    background-color: #2a72b5;
    /*box-shadow: 0 6px 10px rgba(0,0,0,.23),0 10px 30px rgba(0,0,0,.19);*/
}
.newButtonDanger{
    background-color: #cc4946;
    color: white;
    /*text-shadow: -0.2px 0 black, 0 0.2px black, 0.2px 0 black, 0 -0.2px black;*/
}
.newButtonDanger:hover{
    background-color: #c9302c;
    /*box-shadow: 0 6px 10px rgba(0,0,0,.23),0 10px 30px rgba(0,0,0,.19);*/
}
.newButtonAlt2{
    background-color: #234882;
    border: 1px #234882 solid;
    color: white;
    /*text-shadow: -0.2px 0 black, 0 0.2px black, 0.2px 0 black, 0 -0.2px black;*/
}
.newButtonAlt2:hover{
    background-color: #3d5d8e;
    border: 1px #3d5d8e solid;
    /*box-shadow: 0 6px 10px rgba(0,0,0,.23),0 10px 30px rgba(0,0,0,.19);*/
}
.newDashboard{
    position: relative;
    border-radius: 4px;
    color: white;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
}

.newDashboard:hover{
    opacity: 0.85;
}

.barraTopoDireito{
    position: relative;
    background-color: #fff;
    height: 60px;
    border-bottom: 1px #ddd solid;
}

.contaTopo{
    position: absolute;
    top: 20px;
    right: 15px;
    height: 35px;
    color: rgba(0,0,0,0.6);
}

.contaTopoUsuarioLogado{
    font-weight: 700;
    cursor: pointer;
}
.contaTopoUsuarioLogado:hover{
    color: #03A9F4;
}

.newDashboardDivSuperior{
    width: 100%;
}

.newDashboardTitle{
    position: absolute;
    bottom: 7px;
    right: 12px;
    font-size: 13px;
}

.newDashboardIcon{
    position: absolute;
    top: 15px;
    left: 25px;
    opacity: 0.6;
}

.newDashboardIcon:hover{
    opacity: 1;
}

.newDashboardBadge{
    position: absolute;
    top: 15px;
    right: 15px;
    border-radius: 100px;
    background-color: rgba(0,0,0,.5);
    color: white;
    min-width: 21px;
    min-height: 21px;
    padding: 1px 2px 1px 2px;
}

.empresaLogoOld{
    margin: 0 auto;
    margin-top: 55px;
    width: 300px;
    height: 158px;
    /*border-radius: 5px;*/
    text-align: center;
}

.empresaLogo{

    margin: 0 auto;
    margin-top: 200px;
    text-align: center;
    display: inline-block;
    vertical-align: top;

}

.empresaLogo2{

    margin: 0 auto;
    margin-top: 55px;
    /*border-radius: 5px;*/
    text-align: center;
    display: inline-block;
    vertical-align: top;

}

.loginBox{

    padding-left: 25px;
    margin: 0 auto;
    margin-top: 10px;
    width: 450px;
    height: 270px;
    background-color: white;    
    border: 1px #ddd solid;    
    box-shadow: 0px 0px 2px #CCC;

}

.copyright{

    margin: 0 auto;
    margin-top: 45px;
    padding-top: 15px;
    text-align: center;
    width: 600px;
    height: 50px;
    border-top: #ddd solid 1px;

}

.homeTabSelected{
    color: black !important;
    cursor: auto !important;
}

.homeTab{
    color: darkgray;
    display:inline;
    padding-right: 15px;
    font-size: 20px;
}

.homeTab:hover{
    color: gray;
    cursor:pointer;
}

.divDashboard{
    margin-left: 15px;
    display: inline-block;
    vertical-align: top;
    border: 1px #ddd solid;    
    box-shadow: 0px 0px 0.7px #CCC;
    background-color: white;
    text-align: center;
    padding: 20px;
    position: relative;
    /*color: #8F9A9C;*/
    color: rgba(0,0,0,0.95);
}

.divDashboard:hover{

    box-shadow: 0px 0px 1px #689ACF;

}

.grouped.notExpanded{    max-height: 0;            
                         overflow-y: hidden;
                         -webkit-transition: max-height 0.5s ease-in-out;
                         -moz-transition: max-height 0.5s ease-in-out;
                         -o-transition: max-height 0.5s ease-in-out;
                         transition: max-height 0.5s ease-in-out;}
.grouped.expanded{ max-height: 1500px ; -webkit-transition: max-height 0.5s ease-in-out;
                   -moz-transition: max-height 0.5s ease-in-out;
                   -o-transition: max-height 0.5s ease-in-out;
                   transition: max-height 0.5s ease-in-out; }

.tableAlteracaoRez tr td {
    padding: 5px !important;
}