html{
    height: 100%;
}
body{
    background-color:#e9e9e9;
    background-image: radial-gradient(circle farthest-side at center top, #e9e9e9 0%, #e8e8e8 100%);
}
a {
    cursor: pointer;
}
.row {
    margin-right: 0px !important;
    margin-left: 0px !important;
}
.form-login{
    width: 100%;
    min-width: 240px;
    margin:0 auto;
}
.logo{
    /* margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    margin-bottom: 15px;*/
    opacity: 0.98;
    min-height: 70px;
    min-width: 170px;
    margin: auto;
}
.area-login{
    width: 100%;
    max-width: 340px;
    height: 300px;
    margin: 10px auto auto auto;
    background-color: white;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.titulo-login{
    padding: 10px 20px;
    background-color: white;
}
.block-form{
    padding: 20px 20px 20px 15px;
    border-left: 5px solid transparent;
    transition: border-left-color 0.5s, box-shadow 0.5s, background-color 0.5s;
}
.submit-form{
    padding: 10px 20px 20px 15px;
}
.input-form{
    display: table;
    position: relative;
    width: 100%;
    border: 1px solid #e0e0e0;
    height: 34px;
}
.form-control-addon{
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    vertical-align: middle;
    text-align: center;
    border-radius: 0;
    display: table-cell;
    color: #ccc;
}
.form-input-login{
    width: 100%;
    border-radius: 0;
    border: 1px solid #e0e0e0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .0);
    border: none;
}
.form-input-selecionar-input span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    position: absolute;
    max-width: 100%;
    padding-right: 19px;
    padding-left: 20px;
}
.focused{
    background-color: #f0f0f0;
    border-left-color: #3498db;
    box-shadow: inset 0 0 3px rgba(0,0,0,.1);
}
.form-input-login:focus {
    box-shadow: inset 0 1px 1px rgba(0,0,0,.0), 0 0 8px rgba(102, 175, 233, .0);
}
.green-btn{
    background-color: #2ecc71;
    border-radius: 0;
    font-family: 'Roboto' , sans-serif;
    font-weight: 400;
    border: none;
}
.green-btn-ok{
    font-size: 12px;
}
.green-btn:hover{
    background-color: #2ecc71;
}
h1{
    color: #3498db;
    font-family: 'Roboto', 'PT Sans', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.1;

}

.text-truncado {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* -------------------------------------------------------
    Alertas de POPUP e Aguarde
---------------------------------------------------------- */
div#principalAlerta{
    position: fixed; /* coloca a posição exata na página */
    left: 50%; /* posição horizontal */
    top: 50%; /* posição vertical */
    padding: 5px;
    border: 0px solid black;
    background-color: #ffffff;
    width: 278px;
    height: 100px;
    margin-left: -139px;
    margin-top: -50px;
    z-index: 9999; /* makes the div the top layer, so it’ll lay on top of the other content */
    text-align: center;
    border-radius: 10px;
    color: black;
    font-size: 1.4rem;
}
div#fundoAlerta{
    position: fixed;  /* makes the div go into a position that’s absolute to the browser viewing area */
    left: 0%; /* makes the div span all the way across the viewing area */
    top: 0%; /* makes the div span all the way across the viewing area */
    background-color: black;
    -moz-opacity: 0.7; /* makes the div transparent, so you have a cool overlay effect */
    opacity: .70;
    filter: alpha(opacity=70);
    width: 100%;
    height: 100%;
    z-index: 9990;
}

div#carregandoAguarde{
    position: fixed; /* coloca a posição exata na página */
    left: 50%; /* posição horizontal */
    top: 50%; /* posição vertical */
    padding: 2rem;
    border: 0px solid black;
    background-color: #ffffff;
    width: 278px;
    height: 100px;
    margin-left: -139px;
    margin-top: -50px;
    z-index: 9999; /* makes the div the top layer, so it’ll lay on top of the other content */
    text-align: center;
    border-radius: 10px;
    color: black;
    font-size: 1.5rem;
}
div#fundoAguarde{
    position: fixed;  /* makes the div go into a position that’s absolute to the browser viewing area */
    left: 0%; /* makes the div span all the way across the viewing area */
    top: 0%; /* makes the div span all the way across the viewing area */
    background-color: black;
    -moz-opacity: 0.7; /* makes the div transparent, so you have a cool overlay effect */
    opacity: .70;
    filter: alpha(opacity=70);
    width: 100%;
    height: 100%;
    z-index: 9990;
}
/* ---------------------------FIM-------------------------*/

/* -------------------------------------------------------
    Principal.html
---------------------------------------------------------- */
.loginPrincipal {
    height: 10vh;
}
.painelLogin {
    text-align: right;
    padding: 10px;
}
.fotoCadastro {
    max-height: 200px;
}

.validado {
    color: green;
}

.invalido {
    color: red;
}

/* -------------------------------------------------------------*/
/* Código para checkbox mais atraente - Usando: Cadastro Produto*/
.funkyradio div {
    clear: both;
    overflow: hidden;
}

.funkyradio label {
    width: 100%;
    border-radius: 3px;
    border: 1px solid #D1D3D4;
    font-weight: normal;
}

.funkyradio input[type="radio"]:empty,
.funkyradio input[type="checkbox"]:empty {
    display: none;
}

.funkyradio input[type="radio"]:empty ~ label,
.funkyradio input[type="checkbox"]:empty ~ label {
    position: relative;
    line-height: 2.5em;
    text-indent: 3.25em;
    margin-top: 2em;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.funkyradio input[type="radio"]:empty ~ label:before,
.funkyradio input[type="checkbox"]:empty ~ label:before {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    content: '';
    width: 2.5em;
    background: #D1D3D4;
    border-radius: 3px 0 0 3px;
}

.funkyradio input[type="radio"]:hover:not(:checked) ~ label,
.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label {
    color: #888;
}

.funkyradio input[type="radio"]:hover:not(:checked) ~ label:before,
.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label:before {
    content: '\2714';
    text-indent: .9em;
    color: #C2C2C2;
}

.funkyradio input[type="radio"]:checked ~ label,
.funkyradio input[type="checkbox"]:checked ~ label {
    color: #777;
}

.funkyradio input[type="radio"]:checked ~ label:before,
.funkyradio input[type="checkbox"]:checked ~ label:before {
    content: '\2714';
    text-indent: .9em;
    color: #333;
    background-color: #ccc;
}

.funkyradio input[type="radio"]:focus ~ label:before,
.funkyradio input[type="checkbox"]:focus ~ label:before {
    box-shadow: 0 0 0 3px #999;
}

.funkyradio-default input[type="radio"]:checked ~ label:before,
.funkyradio-default input[type="checkbox"]:checked ~ label:before {
    color: #333;
    background-color: #ccc;
}

.funkyradio-primary input[type="radio"]:checked ~ label:before,
.funkyradio-primary input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #337ab7;
}

.funkyradio-success input[type="radio"]:checked ~ label:before,
.funkyradio-success input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #5cb85c;
}

.funkyradio-danger input[type="radio"]:checked ~ label:before,
.funkyradio-danger input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #d9534f;
}

.funkyradio-warning input[type="radio"]:checked ~ label:before,
.funkyradio-warning input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #f0ad4e;
}

.funkyradio-info input[type="radio"]:checked ~ label:before,
.funkyradio-info input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #5bc0de;
}

.clientesSelecionados {
    border: 1px solid #777;
    padding: 4px 10px;
    margin: 5px;
}

#impressaoContrato .titulo-tabela {
  font-weight: 600;
  padding-left: 10px;
}

#impressaoContrato h3 {
  font-weight: 600;
}

#impressaoContrato *:not(.fas):not(.fa) {
  font-family: sans-serif !important;
  font-size: 11px !important;
}

.noPrint {
  display: block;
}

.showPrint {
  display: none;
}


.theadCabecalho {
    display: table-header-group;
}

.tfootRodape {
    display: table-footer-group;
}

/*CSS para impressão*/
@media print {
    body {
        -webkit-print-color-adjust: exact !important;
    }

    .noPrint {
        display: none;
    }

    .noPrintMultas {
        display: none;
    }

    .showPrint {
        display: block;
    }

    .header,
    .header-space {
        height: 90px;
    }

    .footer,
    .footer-space {
        height: 50px;
    }

    .header {
        position: fixed;
        top: 0mm;
        width: 100%;
    }

    .footer {
        position: fixed;
        bottom: 0mm;
        width: 100%;
    }

    .theadCabecalho {
        display: table-header-group;
    }

    .tfootRodape {
        display: table-footer-group;
    }

    .col-print-1 {
        width: 8.3333%;
        float: left;
    }
    .col-print-2 {
        width: 16.6666%;
        float: left;
    }
    .col-print-3 {
        width: 25%;
        float: left;
    }
    .col-print-4 {
        width: 33.3333%;
        float: left;
    }
    .col-print-5 {
        width: 41.6666%;
        float: left;
    }
    .col-print-6 {
        width: 50%;
        float: left;
    }
    .col-print-7 {
        width: 58.3333%;
        float: left;
    }
    .col-print-8 {
        width: 66.6666%;
        float: left;
    }
    .col-print-9 {
        width: 75%;
        float: left;
    }
    .col-print-10 {
        width: 83.3333%;
        float: left;
    }
    .col-print-11 {
        width: 91.6666%;
        float: left;
    }
    .col-print-12 {
        width: 100%;
        float: left;
    }

}

/* Estilo de botões */
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.btn-primary {
	color: #fff;
	background-color: #337ab7;
	border-color: #2e6da4;
}

.btn-primary:hover {
	background-color: #286090;
	border-color: #204d74;
}

.btn-success {
	color: #fff;
	background-color: #5cb85c;
	border-color: #4cae4c;
}
.btn-info {
	color: #fff;
	background-color: #5bc0de;
	border-color: #46b8da;
}
.btn-warning {

	color: #fff;
	background-color: #f0ad4e;
	border-color: #eea236;
}

.btn-warning:hover {
	background-color: #ec971f;
	border-color: #d58512;
}

.btn-danger {
	color: #fff;
	background-color: #d9534f;
	border-color: #d43f3a;
}