/* Add here all your CSS customizations */

body, html{
    background-color: #FFFFFF!important;
    height: 100%;
    font-size: 12px;
}

.row_padding{
    margin-bottom: 10px;
}

.no_padding{
    padding:0px!important;
}

.no_padding_right{
    padding-right: 0px!important;   
}

.marginbottomtwenty{
    margin-bottom: 20px;
}

.filtrar{
    position:absolute;
    top:0px;
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    background-color:#FFFFFF;
    z-index:10000;
    -webkit-box-shadow: 0px 2px 5px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 2px 5px -2px rgba(0,0,0,0.75);
    box-shadow: 0px 2px 5px -2px rgba(0,0,0,0.75);
    overflow-y: scroll!important;
}

.warning_invisible{
    padding-top: 0px!important;
    padding-bottom: 0px!important;
    max-height: 0px!important;
    transition: max-height 0.2s ease-out;
}

.warning_visible{
    max-height: 100%;
    padding-top: 40px;
    padding-bottom: 20px;
    top: 460px;
    width: 35%;
    z-index:10!important;
    overflow-y: hidden!important;
    background-color: rgba(200,200,200,0.7);
}

.warning{
    width:320px;
    height: 60px;
    padding-top:6px;
    background-color:#efefef;
    border: thin solid #10A5DF;
    top: 190px;
    z-index:10;
    overflow-y: hidden!important;
}

.filtrar_custom{
    top:200px!important;
}

.filtrar_visible{
    border-top: 1px solid #eee;
    max-height: 100%!important;
    transition: max-height 0.5s ease-in;
    padding: 20px;
    background-color: rgba(255,255,255,0.9);
    color: #111111;
    width: 60%;
}

.filtrar_invisible{
    max-height: 0px;
    transition: max-height 0.5s ease-out;
    overflow: hidden;
    width: 60%;
}

.info th {
    background-color: #10A5DF;
    color: #fff;
}

.megamenu{
    position:absolute;
    top:134px;
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    background-color:#FFFFFF;
    z-index:10000;
    -webkit-box-shadow: 0px 2px 5px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 2px 5px -2px rgba(0,0,0,0.75);
    box-shadow: 0px 2px 5px -2px rgba(0,0,0,0.75);
}

.megamenu_visible_invisible{
    max-height: 0px;
    transition: max-height 0.5s ease-out;
    overflow: hidden;
}

.megamenu_visible,
.megamenu:hover{
    border-top: 1px solid #eee;
    max-height: 800px;
    transition: max-height 0.5s ease-in;
}

.megamenu a{
    color:#333333;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 500;
}

.main-nav{
  top: 25%;
  color: #d7ba55;
  transform: translateY(-25%);
  -webkit-font-smoothing: subpixel-antialiased;
-webkit-transform: translateZ(0) scale(1.0, 1.0);
}

.main-nav li .active{
    background-color: #11416F;
    color: #d7ba55;
}

.featured-box-secundary .box-content {
	border-top-color: #10A5DF;
}

.main-nav li:hover > a{
    background-color: #11416F;
    color: #d7ba55;
}

.main-nav li ul{
    background-color: #11416F;
}

.main-nav li ul a{
    text-transform: uppercase;
    font-size: 11px;
}


.main-nav li a{
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #ececec;
    margin-left:5px;
    margin-bottom: 5px;
}

.second-sticky.sticky-container{
    height: 100px;
    padding-left:0px;
    padding-right: 0px;
}

.second-sticky.sticky-container .main-nav>ul>li>a{
    padding-top: 10px;
    padding-bottom: 10px;
}

.second-sticky.sticky-container .logo{
    width: 8%;
}

.second-sticky.sticky-container .main-nav{
    width: 92%;
}

.main-nav li li:hover > a{
    background-color: rgba(255,255,255,0.5);
}



.megamenu_image_div,
.megamenu_tex_div{
    margin: 20px;
    margin-bottom: 30px;
}

.page-title{
    margin-bottom: 30px;
}

.grid-row  h1{
    margin: 0 0 0 0;
    padding: 5px;
    padding-left: 50px;
    padding-top: 2px;
    color: #FFFFFF;
    font-size: 16px;
}

.grid-row  nav{
    padding: 10px;
    padding-top: 5px;
}

.page-header{
    margin: 20px 0 0;
}

.info{
    text-transform: uppercase;
    text-align: center;
    font-size: 12px;   
}

.alert{
    width: 30%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 0px;
}

.caixasCampoObrigadorio{
    background-color: #eaeaea!important;
}


@media (max-width: 1192px) {
    .main-nav{
        width: 100%;
        left:2%;
    }
}

#filtrar_button{
    font-weight: bold;
    text-transform: uppercase;
    font-size:14px;
    color:#FFFFFF;
    width:120px!important;
    height:40px!important;
    background-size:contain;
    background-color: #11416F;
    border:none!important;
  }
  

.close_filtrar{
    color: #444444;
    position: absolute;
    top: 2%;
    right: 3%;
    font-size:50px;
    cursor:pointer;
    -webkit-transition: color 1s; /* Safari 3.1 to 6.0 */
    transition: color 1s;
    z-index: 10000000000000;
}

.close_filtrar:hover{
    color: #910905;
    -webkit-transition: color 1s; /* Safari 3.1 to 6.0 */
    transition: color 1s;
}

@media (max-width: 768px) {
    .logo{
        width: 100%;
    }
    
    #mensagens_div{
        color: #FFFFFF;
        position: relative!important;
        color: #333333;
        margin-left: 0;
        right: 0px!important;
        text-align: center;
        margin-bottom: 0px!important;
        bottom: 0px!important;
    }
   
    .sticky-wrapp{
        height: auto!important;
    }
    
    .sticky .sticky-container{
        height: auto!important;
    }
    
    .filtrar_visible{
        width: 100%!important;
    }
    
    .close_filtrar{
        top: 0;
    }
    
    .megamenu_visible_invisible{
        width: 100%!important;
    }
    
    #filtrar_button{
        margin-bottom: 10px;
    }
    
    .page-title{
        text-align: center!important;
    }

}
.login .col-sm-6{
    position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.label_acidentes{
    text-align: right;
}

input[type="radio"], input[type="checkbox"]{
    float:left;
}

#panel_com_acidente_trab{
    border: 1px solid #ececec;
    padding: 30px;
    padding-top: 10px!important;
    padding-bottom: 10px!important;
    border-radius: 0px;
}

.input-group .form-control{
    width: 100%!important;
    z-index: 0;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year{
    color: #333333;
    height: 30px!important;
    width: 100%!important;
    padding-top: 0px;
}

.input-daterange input[type="text"]{
    width: auto!important;
}

/* centered columns styles */
.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}

.border_volta{
    border: 1px solid #ececec;
}

#acidente_2016 label{
    font-weight: bold;
}

.copyrights{
    padding: 12px 0!important;
    z-index:1000!important;
    position:fixed;
    bottom:0;
    left:0;
    right:0;
}

h5, h4{
    color:#10A5DF!important;
}

.horadata{
    font-size: 12px;
}


#home_content{
	height: 100%;
position: relative;	
margin:auto;
}

#home_inside{
	position: relative;
  top: 30%;
  transform: translateY(-30%);
}

#gestor,
#gestor_com{
	padding-top:20px;
}

#home_inside a{
	color:#E3091A!important;
}


#div_gestor_left,
#div_gestor_com_left{
	padding-top: 45px;
	text-align: center;
}

input[type="text"], select{
    max-height: 40px;
}

.button{
    padding: 4px;
    background-color: #11416F;
    color: #d7ba55;
    background: #11416F;
    border-color: #11416F;
}

.button : hover {
    background-color: #11416F;
    color: #d7ba55;
}

.data_pick {
    max-width: 100px!important;
}

/* novos */

.check_icon{
    color: #00bf42;
}

.cancel_icon{
    color: #ff2b2b;
}

.exchange_icon{
    color:#11416F;
}

.desmarcar_div{
    background-color: rgba(0,0,0,0.8);
    padding: 20px;
    color: #FFFFFF;
    border-radius: 10px;
    width: 300px;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
}

.desmarcar_div input,
.desmarcar_div select{
    color: #000000;
}

.desmarcar_div select{
    padding:0px;
    padding-left: 10px;
}

.blue_button{
    background-color: #007fff;
    padding: 6px;
    color: #FFFFFF;
    text-decoration: none;
    border-radius: 5px;
    border: none;
    font-size: 12px;
}

.search_bg_box{
    background-color: #007fff;
    width: 30px;
    height: 30px;
    float:left;
    padding-top: 7px;
    text-align:center;
}

#data_consultorio {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.grid-row {
    width: 100%!important;
}

/* fallback */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src:  url(fontes_google.woff2) format('woff2');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}

.blue_button:hover{
    color:#FFFFFF!important;
} 

.panel {
    margin-bottom: 5px!important;
}

.panel-body {
    padding: 0px!important;
}

.form-group {
    margin-bottom: 5px!important;
}

.page-title {
    margin-bottom: 15px!important;
}

.blue_button_custom{
    border: 1px solid #007fff;
    padding: 6px;
    color: #FFFFFF;
    text-decoration: none;
    border-radius: 5px;
    font-size: 12px;
}