﻿/* alteração das barras (do sidebar) no menu topo */
.main-header .sidebar-toggle:before {
  content: "";
}

/* posição das labels das notificações do menu topo */
.main-header .navbar .nav>li>a>.label {
    position: absolute;
    top: 5px;
    right: 3px;
    text-align: center;
    font-size: 12px;
    padding: 2px 3px;
    line-height: .9;
}
/* dropdown menu - usuário */
.navbar-nav>.user-menu>.dropdown-menu>li.user-header {
    height: 65px;
    font-weight: bold;
}

/* alteração do :focus nos forms */
.form-control:focus {
    border-color: #585858;
}

/* Ajustes nos Boxes dos Laudos na Home */
.small-box h3 {
    font-size: 42px;
    margin: 0;
}
.small-box p {
    font-size: 21px;
    margin: 0;
}
.small-box h1 {
    font-size: 32px;
    margin: 0;
    margin-top: 5px;
}
.small-box .icon {
    top: 13px;
}

.row-box-dados-laudos { }
.esconde-label-box-dados-laudos { }
.label-box-dados-laudos { }

.box-dados-laudos {
    background-color: #fff !important;
    border: 2px solid #d2d6de;
    color: #222d32 !important;
}

@media screen and (max-width: 400px) {
    .label-box-dados-laudos {
        font-size: 21px !important;
    }
}

@media screen and (min-width: 401px) and (max-width: 600px) {
    .label-box-dados-laudos {
        font-size: 24px !important;
    }
}

@media screen and (max-width: 1024px) {
    .esconde-label-box-dados-laudos {
        display: none;
    }
}

@media screen and (max-width: 1280px) {
    .row-box-dados-laudos {
        width: 50% !important;
    }

    .box-dados-laudos {
        width: 100% !important;
    }
}


/* Tamanho dos Títulos dos Boxes da Home */
.box .box-header .box-title {
    font-size: 21px;
}

/* Gráficos Menores dos Documentos Emitidos */
.resumo-documentos-emitidos {
    height: 130px;
}
#divEmitidosAutomoveis, #divEmitidosMotocicletas, #divEmitidosOutros {
    height: 120px;
}

/* Icone do Carro no Gráfico Top Cidades */
.icn-top-cidades {
    margin-right: 8px;
    color: #dd4b39;
}

/* Ajustes nos formulários */
.form {
    display: block;
}
.form label {
    display: block;
    margin-bottom: 2px;
}
.form div[class|="col-md"], .form div[class|="col-xs"] {
    padding: 0px;
}
.form .form-group {
    margin-bottom: 10px;
}

/* Ajuste no tamanho dos recaptchas */
.g-recaptcha {
    transform:scale(0.82);
    -webkit-transform:scale(0.82);
    transform-origin:0 0;
    -webkit-transform-origin:0 0;
}

/* alteração do comportamento padrão do mouse:hover da table-hover do bootstrap */
.table-hover tr td:hover {
    cursor: pointer;
}

/* Mouse Hover aplicado em algumas tabelas */
.mouse-hover:hover {
    cursor: pointer;
}

/* Cor do elemento de paginação */
.pagination>.active>a {
    background-color: #585858 !important;
    border-color: #585858 !important;
}

/* Ajustes no padding dos inputs, onde o formulário é colunado - 
    Arquivos aplicados: 
    Views/MesaAnalise/Index.cshtml
*/
.padding-left-right-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.divisor40 {
    display: block;
    height: 40px;
}

.divisor10 {
    display: block;
    height: 10px;
}

.divisor20 {
    display: block;
    height: 20px;
}

/* formata os formulários que recebem dados no detalhe do laudo em Vizualizar Laudos */
.form-vistoria .form-group {
    margin-bottom: 0;
}

.form-vistoria .control-label {
    margin-bottom: 0;
}

.form-vistoria .form-control-static {
    min-height: 30px;
    padding-top: 0px;
}

/* Formata a lista de fotos do detalhe do laudo em Vizulizar Laudos */
.piclist {
    list-style: none;
    padding-left: 0;
    margin-top: 60px;
}


.quadrado-amarelo {
    display: inline-block;
    background-color: rgb(255, 244, 134);
    margin-top: 5px;
    margin-right: 8px;
    width: 20px;
    height: 20px;
}
.quadrado-verde {
    display: inline-block;
    background-color: rgb(0, 166, 90);
    margin-top: 5px;
    margin-right: 8px;
    width: 20px;
    height: 20px;
}
.quadrado-vermelho {
    display: inline-block;
    background-color: rgb(221, 75, 57);
    margin-top: 5px;
    margin-right: 8px;
    width: 20px;
    height: 20px;
}
.texto-legenda {
    vertical-align: super;
    display: inline-block;
}

/* utilizado na timeline*/
.cor-cinza {
    background-color: #585858 !important;
    color: #FFFFFF;
}


/* waiting/loader */
.loaderModal {
	display: none;
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
    background: rgba(0, 0, 0, .5);
}

body.load .loaderModal {
	display: block !important;
}

.loader {
    position: absolute;
    top:40%;
    left:47.5%;
    border: 10px solid #f3f3f3;
    border-top: 10px solid #FF0000;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    -webkit-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear;
}

@media screen and (max-width: 768px) {
  .loader {
    left:43%;
  }
}

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


/* Ajuste na div login para ficar do tamanho do re-captcha */
.login-fixo {
    width: 290px !important;
}

.box-camera-ao-vivo { }
.box-camera { }

@media screen and (min-width: 1024px) {
    .box-camera-ao-vivo {
        position: absolute;
        bottom: 0;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
    .box-camera {
        height: 230px;
    }
}

@media screen and (min-width: 1281px) {
    .box-camera {
        height: 300px;
    }
}

/* Geolocalizacao dos laudos */
.popover {
    font-size: 12px !important;
}

.infoBox {
    background-color: #FFF;
    width: 300px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    border-radius: 3px;
    margin-top: 8px;
}

    .infoBox p {
        padding: 0 15px;
    }

@media screen and (max-width: 768px) {
    .map {
        height:320px !important;
    }
}