﻿@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v10/cJZKeOuBrn4kERxqtaUH3VtXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
}

html {
    min-height: 100%;
    margin: 0;
}

table {
     font-size: 12px;
}

table td{
    vertical-align:middle;
}
body {
    width: 100%;
    margin: auto;
    background-image: url(../img/fundo.jpg);
    background-size: cover;
    font-family: "Open Sans", "Segoe UI", sans-serif;
   
}

input[type=checkbox], input[type=radio] {
    width: 18px;
    height: 18px;
    position: relative;
    margin: 2px 0 0;
    cursor: pointer;
}

    input[type=checkbox] + label, input[type=radio] + label {
        color: #333;
        position: relative;
        top: -5px;
        margin-left: 5px;
        font-weight: 300;
        cursor: pointer;
    }

    input[type=checkbox]:checked + label, input[type=radio]:checked + label {
        color: green;
    }

label {
    font-weight: 600;
    color: rgba(0,0,0,0.75);
    margin-bottom: 1px;
}

.ed_dt {
    background-image: url(../img/bt_date.png);
    background-position: right;
    background-repeat: no-repeat;
    padding: 6px;
    border: 1px solid #ccc;
    border-radius: 2px;
    width: 100%;
}

#divHEADER {
    background-color: rgba(70, 130, 180, 0.50);
    height:60px;
    border-bottom:1px solid #999;
}

#btMENU{
    padding:0px;
    font-size:24px;
    cursor:pointer;
}

#divMENU{
    position:fixed;
    top:60px;
    width:250px;
    height:650px;
    left:0px;
    display:none;
    z-index:999;
    overflow-y:auto;
    font-size:13px;
    border-radius:0px;
   
}


#divMENU a{
    border:none;
    border-radius:0px;
}

#divMENU a:hover{
    color:#4682B4;
}

#espera table {
    display: none;
}

#espera_bg {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0px;
    left: 0px;
    background: rgba(255, 255, 255, 0.85) url(img/espera.svg) no-repeat center center;
    z-index: 1999;
    width: 100%;
    height: 100vh;
}

#espera {
    z-index: 2000;
    width: 100px;
    height: 100px;
    background: transparent;
}

@-webkit-keyframes progresso {
    0% {
        left: 0%;
    }

    100% {
        left: 100%;
    }
}

@keyframes progresso {
    0% {
        left: 0%;
    }

    100% {
        left: 100%;
    }
}


.janela {
    box-shadow: 0px 0px 5px #000;
    position: absolute;
    background-color: #fff;
    padding: 10px;
    border: 5px solid transparent;
}


.toast {
    position: fixed;
    z-index: 9000;
    text-align: left;
    padding: 20px 0;
    background-color: #fff;
    border-radius: 4px;
    right: 5px;
    top: 5px;
    box-shadow: 1px 7px 14px -5px rgba(0,0,0,0.2);
}

.toast__icon {
    position: absolute;
    top: 50%;
    left: 22px;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    padding: 7px;
    border-radius: 50%;
    display: inline-block;
}

.toast__container {
    display: table-cell;
    vertical-align: middle;
}

.toast__cell {
    display: inline-block;
}

.toast__type {
    color: #3e3e3e;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 8px;
}

.toast__message {
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 0;
    color: #878787;
}

.toast__content {
    padding-left: 70px;
    padding-right: 60px;
}

.toast__close {
    position: absolute;
    font-size: 36px;
    right: 10px;
    top: 10px;
    width: 14px;
    cursor: pointer;
    height: 14px;
    color: #878787;
    transform: translateY(-50%);
}

.toast--green .toast__icon {
    background-color: #2BDE3F;
}

.toast--green:before {
    background-color: #2BDE3F;
}

.toast--red .toast__icon {
    background-color: #d9534f;
}

.toast--red:before {
    background-color: #d9534f;
}

.toast--yellow .toast__icon {
    background-color: #FFC007;
}

.toast--yellow:before {
    background-color: #FFC007;
}


@media (max-width: 768px) {
    body {
        font-family: "Trebuchet MS", "Segoe UI", sans-serif;
        font-size: 11px;
    }

    input [type='text'] {
        font-size: 11px;
        padding:2px;
    }

    .btn {
        font-size: 11px;
        padding:2px;
    }

    h3, h4, h5, h6 {
        color: orange;
    }
}
