body {
    -webkit-print-color-adjust: exact;
    padding-top: 70px;
}

hr {
    height: 1px;
    background-color: #e5e5e5;
}

@media screen {
    .msg {
        position: absolute;
        z-index: 2000;
        width: 200px;
        right: 10px;
    }
}

.modal-lg {
    width: 98%;
}

.container-fluid {
    margin-top: -25px;
}

.bordalinha {
    padding-top: 10px;
    padding-bottom: 10px;
}

.linha {
    background-color: #337ab7;
    height: 1.5px;
}

.headerDefault {
    top: -20px;
    position: relative;
    text-align: center;
    background-color: #888;
    color: #ffffff;
}

.headerGrid {
    /*top:-20px;*/
    position: relative;
    text-align: center;
    font-size: 12px;
    color: #ffffff;
}

.dourado {
    background-color: #d0a84e;
}

.blue {
    background-color: #176f98;
}

.obsDefault {
    position: relative;
    text-align: left;
}

.button {
    padding-top: 25px;
}

.company-btn {
    padding-top: 18px;
}

.grid {
    padding-top: 20px;
    --padding-bottom: 20px;
}

.center {
    left: 10%;
}

.subtotal {
    position: absolute;
    left: 90%;
    top: 40%;
}

.red {
    color: red;
}

.subtitulo {
    font-size: 17px;
    font-weight: bold;
}

.qnt {
    font-size: 70px;
    font-weight: bold;
}

.literal {
    text-align: center;
}

.tm8 {
    font-size: 20px;
}

.panel_contTop {
    height: 500px;
}

.panel_contPatient {
    background-color: #B0C4DE;
    border-radius: 10px;
}

.panel_patient {
    text-align: center;
    font-size: 60px;
}

.panel_contConsultorio {
    text-align: center;
    font-size: 40px;
}

.totalBudGet {
    font-size: 20px;
}

.totais {
    padding-top: 20px;
}

.areadetexto {
    width: 100%;
    height: 50px
}

.card-container.card {
    max-width: 400px;
}

.btn {
    font-weight: 700;
    height: 36px;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: default;
}


/*
 * Card component
 */

.card {
    background-color: #F0F0F0;
    /* just in case there no content*/
    padding: 20px 25px 30px;
    margin: 0 auto 25px;
    margin-top: 50px;
    /* shadows and rounded borders */
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    border: 10px solid #15668C;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}


/*
 * Form styles
 */

.profile-name-card {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 10px 0 0;
    min-height: 1em;
}

#logo-login {
    margin-left: 70px;
}

.reauth-email {
    display: block;
    color: #404040;
    line-height: 2;
    margin-bottom: 10px;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin #inputEmail,
.form-signin #inputPassword {
    direction: ltr;
    height: 44px;
    font-size: 16px;
}

.form-signin input[type=email],
.form-signin input[type=password],
.form-signin input[type=text],
.form-signin button {
    width: 100%;
    display: block;
    z-index: 1;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.login-input {
    margin-bottom: 30px;
}

.login-body {
    background: #176F98;
}

.welcome-phrase {
    color: #747474;
    text-align: center;
    font-size: 13px;
    margin-top: 20px;
    ;
    margin-bottom: 20px;
    font-weight: bold;
}

.form-signin .form-control:focus {
    border-color: #176F98;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgb(104, 145, 162);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgb(104, 145, 162);
}

.btn.btn-signin {
    /*background-color: #4d90fe; */
    background-color: #176F98;
    /* background-color: linear-gradient(rgb(104, 145, 162), rgb(12, 97, 33));*/
    padding: 0px;
    font-weight: 700;
    font-size: 14px;
    height: 36px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: none;
    -o-transition: all 0.218s;
    -moz-transition: all 0.218s;
    -webkit-transition: all 0.218s;
    transition: all 0.218s;
    margin-top: 30px;
    cursor: pointer;
}

.btn.btn-signin:hover,
.btn.btn-signin:active,
.btn.btn-signin:focus {
    background-color: #209AD5;
}

.forgot-password {
    text-align: center;
    font-size: 12px;
    margin-top: 25px;
}

.forgot-password a {
    color: #757575;
    text-decoration: underline;
}

.forgot-password:hover,
.forgot-password:active,
.forgot-password:focus {
    color: #176F98;
}

.loading {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #cccccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #ffffff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}


/*relatórios*/

.titleAnnotation {
    text-align: center;
    font-weight: bolder;
    width: 100%;
    background-color: #d5d5d5;
}

.rel_cabecalho {
    text-align: center;
    border-width: 1px;
    border-style: solid;
    border-color: #837e7e;
}

.rel_subtitulo {
    background-color: #b4b4b4;
}

.borda {
    border-width: 1px;
    border-style: solid;
    border-color: #837e7e;
}

.box {
    border-width: 1px;
    border-style: solid;
    border-color: #837e7e;
}

.annotationtype {
    font-weight: bold;
    text-align: left;
}

.annotationtypeitem {
    color: #747272;
}

.bold {
    font-weight: bold;
}

#btnEnfermaria,
#btnLeito {
    display: none;
}

#contResume {
    height: 100px;
}

.emcima {
    position: absolute;
    z-index: 999;
}

.contOptions {
    width: 100%;
    border: 1px solid #ccc;
    bottom: 0px;
    z-index: 5000;
    left: 0;
    border-radius: 5px;
    position: fixed;
    top: 90%;
    height: 50px;
}

.options {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 4px;
}

#contDataAso {
    top: -10px;
}

.wrapper {
    width: 100%;
    height: 400px;
    background: #EFEFEF;
    box-shadow: 1px 1px 10px #999;
    margin: auto;
    text-align: left;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding-top: 5px;
}

.scroll {
    overflow-x: scroll;
    overflow-y: scroll;
    height: 330px;
    white-space: nowrap;
}

.scrollHistoric {
    overflow-x: hidden;
    overflow-y: scroll;
    height: 330px;
    white-space: nowrap;
}

.breackLine {
    white-space: normal;
}

.nav-space {
    margin-top: 25px;
    margin-bottom: 15px;
}

.space-left {
    margin-left: 25px;
}

.annotation-print {
    display: none !important;
}

.recibo-print {
    display: none !important;
}


/*Tela de Login */

.login-input {
    margin-top: 15px;
}

.login-input input {
    margin-bottom: 0;
}


/*Menu Container*/

.menu-container {
    padding-left: 35px;
    padding-right: 35px;    
}


/*DropMenu de Usuário*/

.logout-menu {
    min-width: 110px !important;
}

@media (max-width: 1038px) {
    #navbar-principal {
        width: 835px;
    }
    .headerDefault {
        margin-top: 50px;
    }
}

@media (max-width: 1000px) {
    #navbar-principal {
        width: 735px;
    }
    .headerDefault {
        margin-top: 50px;
    }
}

@media (max-width: 900px) {
    #navbar-principal {
        width: 600px;
    }
    .headerDefault {
        margin-top: 50px;
    }
}

@media (max-width: 767px) {
    .headerDefault {
        margin-top: 5px;
    }
}


/*Form Legend*/

legend {
    color: #337ab7;
    font-weight: bold;
    font-size: 14px;
    margin-left: 15px;
    margin-right: 15px;
    text-transform: uppercase;
    width: 97%;
}


/*Menu*/

.clearfix:after {
    content: '.';
    display: block;
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
    visibility: hidden;
    overflow: hidden;
}

.menu-container {
    background-color: #176f98;
}

.menu-container li a {
    color: #FFF !important;
    font-size: 12px;
}


/* Replacing rule Bootstrap */

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    color: #fff !important;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    color: #fff !important;    
}

.config-menu {
    border-left: 1px solid rgba(0, 0, 0, .075);
    border-right: 1px solid rgba(0, 0, 0, .075);
    padding-left: 10px;
}

.config-menu-color {
    background-color: #176f98 !important;
}

.sub-menu {
    margin: 0;
    padding: 0;
}

.menu,
.sub-menu {
    list-style: none;
    background: #176F98;
}

.sub-menu {
    background: #176F98;
}

.menu a {
    text-decoration: none;
    display: block;
    padding: 10px;
    color: #FFF;
    font-family: sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
}

.menu li {
    position: relative;
}

.menu>li {
    float: none;
}

.menu>li>a:hover {
    background: #2098D2;
}

@media (min-width: 768px) {
    .menu>li {
        float: left;
    }
    .menu li:hover>.sub-menu {
        display: block;
    }
}

.sub-menu {
    display: none;
    position: absolute;
    min-width: 160px;
}

.sub-menu a {
    font-size: 12px;
}

.sub-menu li {
    border-top: 1px solid rgba(170, 170, 170, 0.30);
}

.sub-menu li ul li {
    border-left: 1px solid rgba(170, 170, 170, 0.30);
}

.sub-menu li:hover {
    background: #2098D2;
}

.sub-menu .sub-menu {
    top: 0;
    left: 100%;
}


/* Auto Complete Color */

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #eee inset !important;
    box-shadow: 0 0 0px 1000px #eee inset !important
}


/*Botões ASO*/

#buttonsExtra {
    margin-bottom: 5px;
    background-color: rgba(136, 136, 136, 0.23);
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    border-radius: 5px;
    width: 280px;
    border: 1px solid #ccc;
}

#buttonsExtra .btn {
    cursor: pointer;
}

.btn-aso-option {
    margin-bottom: 1px;
    cursor: pointer;
}

.btn-print-options {
    background-color: #e4e4e4;
    width: 140px;
    position: absolute;
    right: 15px;
    padding: 5px;
    border: 1px solid #CCC;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}


/*ASO*/

#items {
    padding: 0px;
}

#items label {
    text-transform: uppercase;
}


/* Register Professional */

.userProfessional {
    padding-top: 25px;
    position: absolute;
    left: 10px;
}

.pad-25 {
    padding-top: 20%;
}


/* sobrescrevendo */

.jqte {
    margin: 0px 0 !important;
    white-space: normal;
}

.jqte_editor,
.jqte_source {
    height: 250px !important;
}

.btnFlutuante {
    position: absolute;
    z-index: 99;
    right: 0px;
    top: 30%;
    background-color: #98969666;
    width: 43px;
    height: 150px;
    border-radius: 5px;
    text-align: center;
}

.scroll-Result {
    overflow-x: scroll;
    overflow-y: scroll;
    height: 230px;
    width: 100%
}

.btnHistorics {
    background-color: #337ab7;
    padding: 10px;
    width: 20%;
    text-align: center;
    color: white;
    font-weight: bold;
}

.contAnnotationHistoric {
    background-color: burlywood;
    height: 300px;
}

.contAnnotation {
    background-color: #f9f3bc;
    width: 30%;
    padding: 5px;
    text-align: left;
}

.contAnnotationConteudo {
    border-style: solid;
    border-radius: 5px;
    border-width: thin;
    padding: 15px;
}
