﻿/***
Login page
***/
/* bg color */

/*
    AGNALDO - 2018-07-13 - INI 
    >> OR -> FORMATAÇÃO DE SITEMAPPATH PARA COINCIDIR COM O ESTILO JÁ EXISTENTE DOS BREADCRUMBS 
*/

.siteMapPathNodeStyle {
    color: #888;
    font-size: 14px;
    text-shadow: none;
    margin-right: 10px;
}

.siteMapPathPathSeparatorStyle {
    color: #ddd;
    font-size: 5px;
    margin-top: -2px;
    margin-right: 10px;
    vertical-align: middle;
}

/*
    AGNALDO - 2018-07-13 - FIM
*/

/*
    AGNALDO - 2018-07-16 - INI 
    >> OR -> FORMATAÇÃO HORIZONTAL DOS ITENS DE RADIOBUTTONLIST
*/

.radio-style {
    height: auto;
}

    .radio-style label {
        margin-left: 5px !important;
        margin-right: 15px !important;
    }

/*
    AGNALDO - 2018-07-16 - FIM
*/

/*
    AGNALDO - 2018-08-02 - INI 
    >> OR -> INDICAÇÃO DE CAMPOS REQUIRED
*/

.requiredField {
    color: #f00;
    font-weight: bold;
}

/*
    AGNALDO - 2018-08-02 - FIM
*/

/*
    AGNALDO - 2018-08-31 - INI 
    >> OR -> FORMATAR CAMPOS REQUIRED PARA USER CONTROLS
*/

.ucRequired, .cbRequired {
    height: 0px;
    width: 0px;
    margin: 0px;
    padding: 0px;
}

.ucRequired {
    border: 1px solid white;
    background-color: white;
}

.cbRequired {
    border: 1px solid #777777;
    background-color: #777777;
}

/*
    AGNALDO - 2018-08-31 - FIM
*/

/*
    AGNALDO - 2018-09-05 - INI 
    >> OR -> REPOSICIONAR ALERTAS
*/

.toast-top-center {
    margin-top: 70px !important;
}


/*
    AGNALDO - 2018-09-05 - FIM
*/

/*
    AGNALDO - 2018-08-21 - INI 
    >> OR -> PREPARAÇÃO DA PÁGINA PARA IMPRESSÃO 
*/
@media screen {
    #printHeader, #printFooter {
        visibility: collapse;
        display: none;
    }
}

@media print {
    @page {
        size: A4;
        margin: 20mm 10mm 20mm 20mm;
    }

    * {
        font-family: 'Trebuchet MS' !important;
        font-size: 10px;
        border: none !important;
        margin: 0px !important;
        padding: 0px !important;
    }

    nav, footer, video, audio, object, embed, button, input[type=button], input[type=submit], input[type=reset], input[type=radio], input[type=radio]:not(:checked) + label, .noPrint {
        display: none !important;
    }

    h1, h2, h3, h4 {
        font-weight: bold;
        margin-top: 5px !important;
    }

    h1 {
        font-size: 24px !important;
    }

    h2 {
        font-size: 18px !important;
        border-top: 2px solid #000 !important;
        border-bottom: 2px solid #000 !important;
        padding: 5px !important;
        text-align: center;
    }

    h3 {
        font-size: 16px !important;
    }

    h4 {
        font-size: 14px !important;
        margin-top: 10px !important;
        border-top: 1px dotted #ccc !important;
        border-bottom: 1px dotted #ccc !important;
    }

    p {
        font-size: 11px !important;
        margin: 0 0 18px 00px !important;
    }

    select {
        -moz-appearance: none;
        -webkit-appearance: none;
    }

    .caption {
        border-bottom: 2px solid #000 !important;
        padding: 5px !important;
        width: 100%;
        margin-top: 10px !important;
        margin-bottom: 5px !important;
    }

    #botoes, #botoes * {
        visibility: collapse !important;
        display: none !important;
    }

    .requiredField {
        display: none !important;
    }

    input, input[type=radio] + label, input[type=date], input[type=datetime], input[type=datetime-local], input[type=time], select, textarea {
        width: auto !important;
        min-width: 90mm !important;
        height: auto !important;
        display: inline-block !important;
        padding: 0px !important;
        font-weight: bold;
        font-size: 12px !important;
        margin-left: 0px !important;
    }

        input[type=checkbox] {
            min-width: 0mm !important;
        }

    textarea {
        vertical-align: top;
        width: 100% !important;
        border: 0.5px solid #ccc !important;
    }

    td {
        padding: 5px !important;
    }

    #printHeader, #printFooter {
        visibility: visible;
    }
}
/*
    AGNALDO - 2018-08-21 - FIM
*/

/*
    AGNALDO - 2018-11-28 - INI
    >> OR -> FORMATAÇÃO DE RELATÓRIOS
*/

@media print {
    td, th {
        font-size: 8px !important;
        margin: 0px !important;
    }

    h1 {
        text-align: center;
        border: solid 1px #ccc !important;
        padding: 5px !important;
        margin-bottom: 15px !important;
    }

    br {
        line-height: 0px !important;
    }
}

/*
    AGNALDO - 2018-11-28 - FIM
*/

/*
    AGNALDO - 2019-01-16 - INI
    >> SI -> FORMATAÇÃO DE RELATÓRIOS
*/

table > thead > tr > th {
    font-weight: bold;
    text-align: center;
    vertical-align: middle !important;
    font-size: 120%;
    text-transform: uppercase;
}

@media print {
    .obs {
        position: relative;
        top: -0.5em;
        font-size: 80%;
    }
}

/*
    AGNALDO - 2019-01-16 - FIM
*/

.input-group date form_datetime form_datetime bs-datetime .input-group-addon {
    padding: 0 !important;
}

.TextoAnterior {
    background-color: #FFCECE;
    text-decoration: line-through;
    color: #000000;
}

.TextoNovo {
    background-color: #CCFFCC;
    color: #000000;
}


.top-menu #modalSair a:hover {
    padding-top: 11px !important;
    background-color: #647381 !important;
    color: #fff !important;
}

.top-menu #modalSair a {
    padding-top: 11px !important;
    color: #fff !important;
}


.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li:hover > a, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.open > a,
.page-sidebar .page-sidebar-menu > li:hover > a,
.page-sidebar .page-sidebar-menu > li.open > a {
    background: #d64635 !important;
}

/*Hidden Menu Login*/
#layout-login .navbar {
    display: none !important;
}

#linkTabela table > tbody > tr > td > a {
    color: #333 !important;
    text-decoration: underline !important;
}

#Login1_LoginButton {
    position: absolute;
    display: block;
    margin-top: 10px;
    width: 90px;
    height: 40px;
}

#A2 {
    margin-top: -10px;
}

.login, body {
    background-color: #364150 !important;
}

.login {
    margin-top: 10% !important;
}

    .login .logo {
        margin-top: 20px !important;
        width: 100% !important;
    }

    .login .rememberme label {
        margin-left: 6px !important;
        vertical-align: top !important;
    }

    /* Table Layout Login*/
    .login table {
        width: 100% !important;
    }

        .login table #ctl00_ContentPlaceHolder1_Login1_LoginButton {
            display: none !important;
        }

/***
End Login page
***/





/* footer copyright */
.copyright {
    text-align: center !important;
    margin: 0 auto 10px 0 !important;
    /*padding: 10px !important;*/
    /*color: #7a8ca5 !important;*/
    color: #fff !important;
    font-size: 13px !important;
}

.scroll-to-top {
    bottom: 35px !important;
}
/*.scroll-to-top > i {
    color: #718197 !important;
    opacity: initial !important;
}*/
/* End footer */

/* Tabelas */
.table .flip-content .tabelaEdTelPaciente th {
    height: 43px;
}

.lblTabela {
    height: 25px;
    text-align: inherit;
}
/* End Tabelas*/


/******* ModalPopup *******/

.modalBackground {
    background-color: Black;
    filter: alpha(opacity=90);
    opacity: 0.8;
}

#PopUpMaior .modalPopup {
    max-width: 900px !important;
    max-height: 600px !important;
}

.modalPopup {
    left: 50%;
    background-color: #fff;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    padding: 20px;
    width: auto;
    max-width: 700px;
    border: 1px solid #999999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    /*height: auto !important;*/
    max-height: 500px !important;
}


@media (max-width: 310px) {

    .modalPopup,
    .container.modalPopup,
    .modalPopup.modalPopup-overflow {
        top: 1% !important;
        right: 1% !important;
        left: 1% !important;
        bottom: auto !important;
        width: 300px !important;
        height: auto !important;
        margin: 0 !important;
        padding: 15px !important;
    }

        .modalPopup.fade.in,
        .container.modalPopup.fade.in,
        .modalPopup.modalPopup-overflow.fade.in {
            top: 1% !important;
            bottom: auto !important;
        }

    .modalPopup-body,
    .modalPopup-overflow .modalPopup-body {
        position: static;
        margin: 0;
        height: auto !important;
        max-height: none !important;
        overflow: visible !important;
    }

    .modalPopup-footer,
    .modalPopup-overflow .modalPopup-footer {
        position: static !important;
    }

    .table-scrollable {
        width: 300px !important;
        /*margin:10px 0 !important;*/
        overflow-x: auto !important;
        overflow-y: hidden !important;
    }
}

.modalPopup-open {
    overflow-x: hidden;
    overflow-y: hidden;
}


.modalPopup-scrollable {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow-x: auto;
    overflow-y: auto;
}

.loading-spinner {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    margin: -12px 0 0 -12px !important;
}

/* End Modal Popup*/
/*Hover Menu*/
.popupMenu {
    position: absolute;
    visibility: hidden;
    background-color: #F5F7F8;
    opacity: .9;
    filter: alpha(opacity=90);
}

.popupHover {
    background-image: url(images/header-opened.png);
    background-repeat: repeat-x;
    background-position: left top;
    background-color: #F5F7F8;
}




.alinha-meio-menor {
    width: 15%;
    display: table-cell;
    border: 1px hidden;
    vertical-align: middle;
    height: 50px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 25px;
}

.alinha-meio-maior {
    width: 100%;
    display: table-cell;
    border: 1px hidden;
    vertical-align: middle;
    height: 50px;
}


/* Estilos para o cabeçalho do calendário */
.ajax__calendar_header {
    background-color: #4c87b9;
    color: white;
    font-weight: bold;
    text-align: center;
    padding: 5px;
}

/* Estilos para os dias da semana */
.ajax__calendar_dayname {
    background-color: #f2f2f2;
    color: #333;
    font-weight: bold;
    text-align: center;
    padding: 5px;
    
}

/* Estilos para os dias do mês */
.ajax__calendar_day {
    background-color: white;
    color: #333;
    text-align: center;
    padding: 5px;
    cursor: pointer;
    border: 1px #f2f2f2 solid;
}

/* Estilos para os dias do mês quando passamos o mouse */
.ajax__calendar_day_hover {
    background-color: #ddd;
    color: #333;
    cursor: pointer;
}

/* Estilos para o dia selecionado */
.ajax__calendar_active {
    background-color: #4c87b9;
    color: white;
    cursor: pointer;
    border: 1px #f2f2f2 solid;
}

/* Estilos para os dias desabilitados */
.ajax__calendar_day_disabled {
    color: #ccc;
    background-color: #f9f9f9;
}

.forcar-scroll-x {
    overflow-x: auto !important;
}