/* Add here all your CSS customizations */

body, html{
    background-color: #FFFFFF!important;
    height: 100%;
}

.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;
}

.filtrar_invisible{
    max-height: 0px;
    transition: max-height 0.5s ease-out;
    overflow: hidden;
    width: 60%;
}

.filtrar_custom{
    top:200px!important;
}

.filtrar_visible{
    border-top: 1px solid #eee;
    max-height: 100%;
    transition: max-height 0.5s ease-in;
    padding: 20px;
    background-color: rgba(255,255,255,0.9);
    color: #111111;
    width: 60%;
}

.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%;
  transform: translateY(-25%);
  -webkit-font-smoothing: subpixel-antialiased;
-webkit-transform: translateZ(0) scale(1.0, 1.0);
}

.main-nav li .active{
    background-color: #E3091A;
}

.main-nav li:hover > a{
    background-color: #E3091A;
}

.main-nav li ul{
    background-color: #E3091A;
}

.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:#E3091A;
    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;
    position:fixed;
    bottom:0;
    left:0;
    right:0;
}

h5, h4{
    color:#E3091A!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;
}





.uil-blank {
  background: rgba(0,0,0,0.8);
  position: fixed;
  width: 100%;
  height: 100%;
  top:0;
  bottom:0;
  left:0;
  right:0;
  margin:0;
  z-index: 100000000;
  text-align:center;
}

#loading_circle{
    visibility:hidden;}

.cssload-thecube {
    width: 73px;
    height: 73px;
    margin: 0 auto;
    position: relative;
    transform: rotateZ(45deg);
        -o-transform: rotateZ(45deg);
        -ms-transform: rotateZ(45deg);
        -webkit-transform: rotateZ(45deg);
        -moz-transform: rotateZ(45deg);
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.cssload-thecube .cssload-cube {
    position: relative;
    transform: rotateZ(45deg);
        -o-transform: rotateZ(45deg);
        -ms-transform: rotateZ(45deg);
        -webkit-transform: rotateZ(45deg);
        -moz-transform: rotateZ(45deg);
}
.cssload-thecube .cssload-cube {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
}
.cssload-thecube .cssload-cube:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #B2B2B2;
    animation: cssload-fold-thecube 5.28s infinite linear both;
        -o-animation: cssload-fold-thecube 5.28s infinite linear both;
        -ms-animation: cssload-fold-thecube 5.28s infinite linear both;
        -webkit-animation: cssload-fold-thecube 5.28s infinite linear both;
        -moz-animation: cssload-fold-thecube 5.28s infinite linear both;
    transform-origin: 100% 100%;
        -o-transform-origin: 100% 100%;
        -ms-transform-origin: 100% 100%;
        -webkit-transform-origin: 100% 100%;
        -moz-transform-origin: 100% 100%;
}
.cssload-thecube .cssload-c2 {
    transform: scale(1.1) rotateZ(90deg);
        -o-transform: scale(1.1) rotateZ(90deg);
        -ms-transform: scale(1.1) rotateZ(90deg);
        -webkit-transform: scale(1.1) rotateZ(90deg);
        -moz-transform: scale(1.1) rotateZ(90deg);
}
.cssload-thecube .cssload-c3 {
    transform: scale(1.1) rotateZ(180deg);
        -o-transform: scale(1.1) rotateZ(180deg);
        -ms-transform: scale(1.1) rotateZ(180deg);
        -webkit-transform: scale(1.1) rotateZ(180deg);
        -moz-transform: scale(1.1) rotateZ(180deg);
}
.cssload-thecube .cssload-c4 {
    transform: scale(1.1) rotateZ(270deg);
        -o-transform: scale(1.1) rotateZ(270deg);
        -ms-transform: scale(1.1) rotateZ(270deg);
        -webkit-transform: scale(1.1) rotateZ(270deg);
        -moz-transform: scale(1.1) rotateZ(270deg);
}
.cssload-thecube .cssload-c2:before {
    animation-delay: 0.66s;
        -o-animation-delay: 0.66s;
        -ms-animation-delay: 0.66s;
        -webkit-animation-delay: 0.66s;
        -moz-animation-delay: 0.66s;
}
.cssload-thecube .cssload-c3:before {
    animation-delay: 1.32s;
        -o-animation-delay: 1.32s;
        -ms-animation-delay: 1.32s;
        -webkit-animation-delay: 1.32s;
        -moz-animation-delay: 1.32s;
}
.cssload-thecube .cssload-c4:before {
    animation-delay: 1.98s;
        -o-animation-delay: 1.98s;
        -ms-animation-delay: 1.98s;
        -webkit-animation-delay: 1.98s;
        -moz-animation-delay: 1.98s;
}



@keyframes cssload-fold-thecube {
    0%, 10% {
        transform: perspective(136px) rotateX(-180deg);
        opacity: 0;
    }
    25%,
                75% {
        transform: perspective(136px) rotateX(0deg);
        opacity: 1;
    }
    90%,
                100% {
        transform: perspective(136px) rotateY(180deg);
        opacity: 0;
    }
}

@-o-keyframes cssload-fold-thecube {
    0%, 10% {
        -o-transform: perspective(136px) rotateX(-180deg);
        opacity: 0;
    }
    25%,
                75% {
        -o-transform: perspective(136px) rotateX(0deg);
        opacity: 1;
    }
    90%,
                100% {
        -o-transform: perspective(136px) rotateY(180deg);
        opacity: 0;
    }
}

@-ms-keyframes cssload-fold-thecube {
    0%, 10% {
        -ms-transform: perspective(136px) rotateX(-180deg);
        opacity: 0;
    }
    25%,
                75% {
        -ms-transform: perspective(136px) rotateX(0deg);
        opacity: 1;
    }
    90%,
                100% {
        -ms-transform: perspective(136px) rotateY(180deg);
        opacity: 0;
    }
}

@-webkit-keyframes cssload-fold-thecube {
    0%, 10% {
        -webkit-transform: perspective(136px) rotateX(-180deg);
        opacity: 0;
    }
    25%,
                75% {
        -webkit-transform: perspective(136px) rotateX(0deg);
        opacity: 1;
    }
    90%,
                100% {
        -webkit-transform: perspective(136px) rotateY(180deg);
        opacity: 0;
    }
}

@-moz-keyframes cssload-fold-thecube {
    0%, 10% {
        -moz-transform: perspective(136px) rotateX(-180deg);
        opacity: 0;
    }
    25%,
                75% {
        -moz-transform: perspective(136px) rotateX(0deg);
        opacity: 1;
    }
    90%,
                100% {
        -moz-transform: perspective(136px) rotateY(180deg);
        opacity: 0;
    }
}

#carregar{
    font-size:11px;
    color:#FFFFFF;
    padding-bottom:10px!important;
}

.red_link{
    color: #636262;
    text-decoration: underline;
}

.red_link:hover{
    color: #e21c19;
}

.alert_agenda_esp{
    padding-top: 0px!important;
    padding-bottom:0px!important;
}

.loader {
    margin: auto;
    position: relative;
    top: 50%;
  transform: translateY(-50%);
  border: 16px solid #E3091A;
  border-radius: 50%;
  border-top: 16px solid #ff3d3d;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.loader_div{
    top:0;
    left:0;
    bottom:0;
    right:0;
    text-align:center;
    z-index: 999;
    position: absolute;
        width:100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
}
