﻿
html {
    color: #000b2c;
    height: 100%;
}

.modal-dialog {
    z-index: 15000 !important;
}

.modal {
    -webkit-overflow-scrolling: auto !important;
    overflow-y: auto !important;
}

body {
    padding-top: 60px;
    margin: auto;
    height: 100vh;
    min-height: 100vh;
    width: 100%;
}
.wrapper {
    min-height: 100%;
}
.container-main{
    height: 100% !important;
}

footer {
    z-index: 1000;
}

.super-modal {
    position: fixed !important;
    z-index: 100;
    background-color: rgba(50,50,50,.3);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: scroll;
}

.super-modal-child {
    width: 100%;
    margin: 150px auto;
    min-height: 400px;
}
@media screen and (min-width: 1024px){
    .super-modal-child{
        width: 40%;
    }
}
.break-word {
    word-wrap: break-word;
}
/*#################TITLES#################*/
.h1-title-primary {
    color: var(--color-primary-400);
    font-weight: 500;
    font-size: 3em;
    line-height: 22px;
}
.h2-title {
    color: var(--color-primary-400);
    font-weight: 500;
}
.c-white{
    color: white !important;
}
.c-primary{
    color: var(--color-primary-400);
}
h2 {
    color: var(--color-primary-300);
}
.h3-title-primary {
    color: var(--color-primary-400);
    font-weight: 300;
}
.mg-0 {
    margin: 0 !important;
}
.mg-left-right-20{
    margin: 0 20px;
}
.mg-top-bottom-5 {
    margin: 5px !important;
}
.mg-right-5 {
    margin-right: 5px !important;
}
.mg-bottom-20 {
    margin-bottom: 20px;
}
.mg-bottom-30 {
    margin-bottom: 30px;
}
.mg-top-bottom-20{
    margin: 20px 0 !important;
}
.pd-10 {
    padding: 10px !important;
}
.pd-15-0 {
    padding: 15px 0 !important;
}
.pd-5-0 {
    padding: 5px 0 !important;
}
.pd-20{
    padding: 20px !important;
}
.pd-top-10{
    padding-top: 10px;
}
.pd-left-right-0{
    padding-left: 0;
    padding-right: 0;
}
.pd-left-right-20 {
    padding: 0 20px !important;
}
.pd-left-20 {
    padding-left: 20px !important;
}
.pd-right-20 {
    padding-right: 20px !important;
}
.pd-right-10 {
    padding-right: 10px !important;
}
.pd-left-10 {
    padding-left: 10px !important;
}
.pd-b-30{
    padding-bottom: 30px !important;
}
.w-100 {
    width: 100%;
}
.text-left{
    text-align: left !important;
}
.div-pd-3-15 .col-md-12,
.div-pd-3-15 .col-md-6 {
    padding-left: 3px;
    padding-right: 10px;
}
.form-label {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px 0;
    color: var(--color-neutro-700) !important;
}
/*##############SLIDEOUT################*/
body,
.panel {
    background-color: #fff;
}

.list-group-item-info {
    background-color: #fff;
}

.menu {
    margin-top: -60px;
    background-color: #0b8cc6;
}

.menu a,
.menu span {
    color: #fff !important;
}

.simec.menu a,
.simec.menu span {
    color: #646D82 !important;
    text-decoration: none;
}

.menu-header {
    border-bottom: 1px solid #2a2d2f;
    background-size: 32px;
}

.menu-header-title {
    font-weight: 400;
    letter-spacing: 0.5px;
    margin: 0;
}

.menu-section {
    margin: 25px 0;
}

.menu-section-title {
    text-transform: uppercase;
    color: #85888d;
    font-weight: 200;
    font-size: 13px;
    letter-spacing: 1px;
    padding: 0 20px;
    margin: 0;
}

.menu-section-list {
    padding: 0;
    margin: 10px 0;
    list-style: none;
}
/********************STYLES NEW MENU LEFT BLOCK********************/
.menu-top.view_left_menu{
    height: 110%;
}
.menu-section-list a ,
.menu-section-list span
{
    display: block;
    padding: 10px;
    margin-bottom: 2px;
    font-size: 12px;
    text-align: center;
}
.simec .menu-section-list a > i{
    font-size: 25px !important;
    text-align: center;
    width: 100% !important;
    margin-bottom: 5px;
}
.p-relative{
    position: relative;
}
.simec .submenumovil {
    left: 100%;
    position: absolute;
    top: 0px;
    width: 210px;
    z-index: 9;
    list-style: none;
    padding: 0;
    text-align: left;
}
.simec .submenumovil li > a{
    text-align: left;
}
#myMenu li:hover .submenumovil {
    display: block;
}
@media screen and (max-width: 1024px){
    .hidden-menu-simec {
        left: 100px;
        width: 100%;
    }
}
/********************STYLES NEW MENE HC - STYLES TYPE IF SIMEC********************/
.menu.simec.slideout-menu ul > li > a:hover {
    color: var(--color-primary-400) !important;
}
.menu.slideout-menu ul > li > a:hover {
    color: white !important;
}
.menu.slideout-menu.simec {
    background: white !important;
}
.menu.slideout-menu.simec ul > li{
    text-transform: revert;
}
.menu.slideout-menu.simec ul > li:hover{
    background-color: var(--color-primary-400) !important;
    border-left: 3px solid var(--color-acent-050);
    transition: all .3s ease-in-out;
}
.menu.slideout-menu.simec ul > li:hover > a,
.menu.slideout-menu.simec ul > li:hover > span{
    color: white !important;
}
.menu.slideout-menu.simec ul > li > a,
.menu.slideout-menu.simec ul > li > span{
    color: #646D82 !important;
}
.menu.slideout-menu.simec.disabledLink ul > li {
    cursor: progress;
}
.menu.slideout-menu.simec.disabledLink ul > li a {
    pointer-events: none;
    color: #E5E7EB !important;
}
.menu.slideout-menu.simec.disabledLink ul > li:hover {
    background-color: transparent !important;
    border-left: none;
}
/********************STYLES NEW MENU LEFT BLOCK********************/
.menu-section-list a:hover {
    background-color: rgba(255, 255, 255, 0.1);
    text-decoration: none;
}

.panel-actions {
    margin: 20px 0;
}

.spacer {
    height: 130px;
}
#menu-arrow{
    font-size: 20px;
}
/**
 * Slideout module styles
 */

/********************STYLES NEW MENU LEFT BLOCK 1********************/
.menu,
.slideout-menu {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 125px;
    width: 5.3em;
    box-shadow: 8px 0px 5px 0px #dedede;
    height: 56px;
    overflow: hidden;
}
.view_left_menu {
    width: 7.3em;
    height: 100%;
}
.menu.slideout-menu.view_left_menu{
    overflow: visible;
}
@media screen and (max-width: 992px){
    #panel-info-patient #paciente {
        margin-top: 60px !important;
    }
}
@media screen and (min-width: 768px) {
    .view_left_menu{
        height: 90vh;
    }
}
@media screen and (min-width:992px){
    #panel-info-patient,
    #panel-body {
        margin-left: 60px;
    }
    .view_left_menu{
        height: 95vh;
    }
    .simec.slideout-menu.menu {
        top: 0;
        z-index: 9;
    }
}
@media screen and (min-width:993px) {
    .view_left_menu {
        height: 75vh;
    }
    .slideout-menu.menu{
        position: fixed;
    }
}
@media screen and (min-width: 1024px){
    .view_left_menu{
        height: 145vh;
    }
    .simec.slideout-menu.menu {
        position: absolute;
        width: 7.3em;
        height: 150vh;
        overflow: visible;
        margin-top: 0 !important;
        top: 60px;
    }
    #panel-info-patient,
    #panel-body {
        margin-left: 85px;
    }
    .EvalucionesComplementariasCaret {
        font-size: 12px;
    }
    body {
        height: 120vh;
    }
}
@media screen and (min-width: 1280px){
    .simec.slideout-menu.menu{
        height: auto;
    }
}
.view_left_menu_expand {
    width: 13em !important;
}
.view_left_menu_expand #myMenu > li > a {
    text-align: left !important;
}
.view_left_menu_expand #myMenu > li > a > i {
    width: 35px !important;
    margin-bottom: 0 !important;
    font-size: 18px !important;
}
.mg-left-40 {
    margin-left: 40px !important;
}
.mg-left-100 {
    margin-left: 100px !important;
}
.mg-left-120{
    margin-left: 120px !important;
}
.mg-left-170 {
    margin-left: 170px !important;
}
/********************STYLES NEW MENU LEFT********************/
.panel,
.slideout-panel {
    position: relative;
    z-index: auto;
}

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
    overflow: hidden;
}

.slideout-open .slideout-menu {
    display: block !important;
    height: 90vh;
}

/* Animation
---------------------------------- */
@-webkit-keyframes shake {
    0%, 100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    50% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
}

@keyframes shake {
    0%, 100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    50% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: 4;
    animation-iteration-count: 4;
}


/*##############SLIDEOUT################*/

.wm-tooltip {
    margin: 50px;
    margin-top: 8px;
}

.navbar .navbar-brand {
    max-width: 220px;
    line-height: 20px !important;
    font-size: 15px !important;
}

.img-home {
    padding: 30px 15px;
    margin-bottom: 30px;
    color: #fff;
    background-size: cover;
    background-position-y: top;
    background-position-x: center;
    background-image: url(Images/SimecBanner.jpg);
    display: none;
    /*filter: alpha(opacity=25);
    -moz-opacity: .25;
    opacity: .25;*/
}

.menu-wrapper {
    height: 120px;
    margin-top: -3px;
}

.menu-historia {
    width: 100%;
    background-color: #fff;
    height: 14%;
    position: fixed;
    z-index: 900;
}

.glyphicon.glyphicon-user {
    font-size: 20px !important;
}

.savespace {
    height: 77.5px;
}
/*--------Pantalla menor a 1500----------*/

@media only screen and (max-width: 1500px) {
    .navbar .navbar-brand {
        max-width: 220px;
        line-height: 20px !important;
        font-size: 15px !important;
    }

    .navbar .navbar-collapse {
        height: 60px !important;
    }
}
/*--------pantalla menor a 1200-----------*/

@media only screen and (max-width: 1200px) {

    .navbar .navbar-collapse {
        height: initial !important;
    }
}


/*------Elementos del menu historial------*/

@media only screen and (max-width: 1400px) {
    .oculto-md {
        display: none !important;
    }
}

@media only screen and (min-width: 1401px) {
    .oculto-lg {
        display: none !important;
    }
}
/********************STYLES NEW MENU LEFT BLOBK 2********************/
@media screen and (max-width:992px){
    #panel{
        margin-top: 20px;
    }
}
@media screen and (min-width:992px) {
    #panel {
        margin-top: 20px;
    }
    .simec #menu-info{
        top: 0;
        z-index: 2;
    }
    .main-container{
        min-height: 175vh;
    }
}
/********************STYLES NEW MENU LEFT********************/
.Titulo-paciente {
    text-transform: capitalize !important;
    font-weight: bold;
    font-size: 22px;
    vertical-align: middle;
    color: #000;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 85%;
    padding-top: 10px;
    padding-left: 12px;
}


.Paciente-historia {
    color: rgb(43,46,131) !important;
    font-weight: bold !important;
}

.Info-paciente {
    position: fixed;
    left: 13px;
    overflow-x: hidden;
    overflow-y: scroll;
    height: 100%;
}

.navbar-historia {
    background-color: #d9edf7 !important;
    background-image: none !important;
    color: #0b8cc6 !important;
    text-align: center;
    /*position: fixed;*/
    width: 100%;
    z-index: 2;
    /*margin-top: -70px;*/
    max-height: 60px;
}

.menu-historia-nav {
    float: none;
    display: inline-block;
}

    .menu-historia-nav li:hover {
        background-color: #fff;
    }

.Info-paciente2 {
    display: none;
}

.pharmacy-logomovil1, .pharmacy-logomovil2 {
    display: none;
}


/*PANTALLA MAYOR A 769*/
@media only screen and (min-width:992px) {
    #panel-nombre {
        position: fixed;
        width: 100%;
        z-index: 1800;
    }

    #paciente {
        /*margin-top: 70px;*/
    }

    #panel-nombre {
        display: none;
    }

	#panel-info, #historial-lab, #historial-soap, #historial-receta, #historial-fisico, #historial-Odontopediatria {
		display: initial;
	}
}


/*PANTALLA MENOR A 769*/
@media only screen and (max-width: 992px) {
    .Info-paciente {
        position: relative;
        left: 0px;
        overflow-y: hidden;
    }

    .historia-container {
        display: none;
    }

    .spacer {
        display: none;
    }

    .pharmacy-logo, .pharmacy-logo2 {
        display: none;
    }

    pharmacy-logomovil1, .pharmacy-logomovil2 {
        display: block;
    }

    #paciente {
        margin-top: 10px !important;
    }
}

/*PANTLLA ENTRE 992 Y 770*/

/*PANTALLA MENOR A 1025
@media only screen and (max-width: 1600px) {
    #paciente {
        margin-top: 120px;
    }

    .navbar-historia {
        
        margin-top: -120px;
    }
}*/

.pharmacy-logo img, .pharmacy-logomovil1 img {
    width: 100%;
    max-height: 100%;
    max-width: 100%;
    height: 450px;
}

.pharmacy-logo2 img, .pharmacy-logomovil2 img {
    width: 100%;
    height: 200px;
}


/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    min-height: 94%;
    background: #eeeeee; /* Old browsers */
    background: -moz-linear-gradient(top, #eeeeee 0%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #eeeeee 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #eeeeee 0%,#ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #eeeeee 0%,#ffffff 100%); /* IE10+ */
    background: linear-gradient(to bottom, #eeeeee 0%,#ffffff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
}

footer, .push {
    height: 90px; /* .push must be the same height as .footer */
}

.body-cont {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -77.5px; /* the bottom margin is the negative value of the footer's height */
}

.wdt-md {
    max-width: 300px;
}

/*Custom font Sizes*/
.font-2x {
    font-size: 2em;
}

.font-3x {
    font-size: 3em;
}

.font-4x {
    font-size: 4em;
}

.font-5x {
    font-size: 5em;
}

.cal-sm {
    width: 0px;
}

#formCita {
    float: right;
    margin-top: 7px;
}

#calendar {
    width: 95%;
    margin: auto;
}



.WelcomeUser {
    text-shadow: 0px 0px 12px #2B2E83;
    font-size: 56px !important;
    color: #fff;
}

.home-subtitle {
    margin-top: -10px;
}


.mt24 {
    margin-top: 24px;
}

.dropdown-sec {
    width: 200px;
    height: 35px;
    color: white;
    background-color: #485563;
}

#container {
    min-height: 100%;
    position: relative;
}

.logo-home {
    width: 160px;
}

.logo-footer {
    width: 160px;
    right: auto;
}

.btn-newDate {
    text-align: right;
    padding-top: 18px;
}

.home-table {
    max-width: 1800px;
    margin: auto;
}

.border {
    border: 1px solid #b0b0b0;
}

.chk-create {
    float: left;
    padding-right: 5px;
}
.mg-top-10{
    margin-top: 10px;
}
.mg-top {
    margin-top: 15px;
}
.mg-top-20 {
    margin-top: 20px;
}
.mg-top-40 {
    margin-top: 40px;
}
.mg-0{
    margin: 0 !important;
}
.new-panel-reliv {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media screen and (max-width: 600px) {

    .responsive {
        border: 0;
    }

        .responsive thead {
            display: none;
        }

        .responsive tr {
            margin-bottom: 10px;
            display: block;
            border-bottom: 2px solid #ddd;
        }

        .responsive td {
            display: block;
            text-align: right;
            font-size: 13px;
            border-bottom: 1px dotted #ccc;
        }

            .responsive td:last-child {
                border-bottom: 0;
            }

            .responsive td:before {
                content: attr(data-label);
                float: left;
                font-weight: bold;
            }
}

textarea {
    resize: none !important;
}

.smaller {
    max-height: 450px;
}

.jumbotrin {
    background-image: url(Images/medical-big.png);
    background-size: cover;
    background-position-y: center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

::-webkit-input-placeholder {
    text-align: center;
}

:-moz-placeholder { /* Firefox 18- */
    text-align: center;
}

::-moz-placeholder { /* Firefox 19+ */
    text-align: center;
}

:-ms-input-placeholder {
    text-align: center;
}

.margin-menu-nav {
    margin-left: 20px;
    margin-right: 20px;
}

.nav-list:hover {
    color: #000b2c;
}

.btn-wm-table {
    margin: 0px 1px !important;
}

.colorheader {
    background-image: linear-gradient(white, white, white) !important;
}

.mg-auto {
    margin: auto;
}

.outline-files {
    background-attachment: scroll !important;
    background-clip: border-box !important;
    background-color: rgb(255, 255, 255) !important;
    background-image: none !important;
    background-origin: padding-box !important;
    background-size: auto !important;
    border-bottom-color: rgb(0, 135, 247) !important;
    border-bottom-left-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
    border-bottom-style: dashed !important;
    border-bottom-width: 2px !important;
    border-image-outset: 0px !important;
    border-image-repeat: stretch !important;
    border-image-slice: 100% !important;
    border-image-source: none !important;
    border-image-width: 1 !important;
    border-left-color: rgb(0, 135, 247) !important;
    border-left-style: dashed !important;
    border-left-width: 2px !important;
    border-right-color: rgb(0, 135, 247) !important;
    border-right-style: dashed !important;
    border-right-width: 2px !important;
    border-top-color: rgb(0, 135, 247) !important;
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
    border-top-style: dashed !important;
    border-top-width: 2px !important;
    box-sizing: border-box !important;
    color: rgb(100, 108, 127) !important;
    cursor: pointer !important;
    display: block !important;
    font-family: Roboto, 'Open Sans', sans-serif !important;
    font-size: 20px !important;
    font-stretch: normal !important;
    font-style: normal !important;
    font-variant: normal !important;
    font-weight: 300 !important;
    line-height: 28px !important;
    margin-bottom: 20px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
    margin-top: 20px !important;
    min-height: 150px !important;
    padding-bottom: 54px !important;
    padding-left: 54px !important;
    padding-right: 54px !important;
    padding-top: 54px !important;
    vertical-align: baseline !important;
}

#ModalCies {
    z-index: 10000;
}

.nav-white {
    background-color: #eee !important;
}

.IsNotVisible {
    display: none;
}

.IsVisible {
    display: block;
    height: 85px;
}

/*---------Tablas Vacunas-------------*/
#table-wrapper {
    position: relative;
    overflow-x: overlay;
}

#table-scroll {
    overflow: auto;
    margin-top: 35px !important;
    min-width: 800px;
    overflow-x: overlay;
}

#table-wrapper table {
    width: 100%;
}

    #table-wrapper table thead th .text {
        position: absolute;
        top: 0px;
        z-index: 200;
        border-bottom: rgb(221, 221, 221);
    }

    #table-wrapper table thead tr {
        height: 0px !important;
    }

/*------------------------Messenger-----------------*/
.float-footer {
    position: fixed;
    bottom: 0;
    right: 30px;
    margin: auto;
    height: 25px;
    z-index: 1000;
}

.msg-input {
    border-color: #FCF7F8;
    padding: 8px;
    height: 60px;
    width: 260px;
    background-color: #FCF7F8;
}

.msg-container {
    float: right;
    bottom: 0;
    right: 30px;
    margin: auto;
    margin-left: 10px;
    width: 250px !important;
    height: 335px;
    -webkit-box-shadow: 0px 0px 19px -5px rgba(128,128,128,1);
    -moz-box-shadow: 0px 0px 19px -5px rgba(128,128,128,1);
    box-shadow: 0px 0px 19px -5px rgba(128,128,128,1);
}

.msg-header {
    cursor: pointer;
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 3px;
    color: white;
    height: 26px;
    background-color: #4D9DE0;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .30);
    z-index: 2;
}

.msg-body {
    padding-left: 7px;
    padding-top: 3px;
    background-color: #FCF7F8;
    height: 309px !important;
    position: relative;
    -webkit-box-shadow: inset 0px 10px 10px -14px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 0px 10px 10px -14px rgba(0,0,0,0.75);
    box-shadow: inset 0px 10px 10px -14px rgba(0,0,0,0.75);
}

.msg-messages {
    overflow: auto !important;
    height: 244px;
}

.msg-message {
    border-top: solid 1px lightgrey;
    position: absolute; /* could be absolute */
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    height: 64px;
    background-color: #FCF7F8;
}

.msg-time {
    margin-left: -10px;
    text-align: center;
}

    .msg-time span {
        font-size: .8em;
    }

.msg-header i {
    margin-top: 2px;
}

    .msg-header i:hover {
        color: rgba(128,128,128,1);
    }

.contacts {
    background-color: #FCF7F8;
    height: 309px !important;
    position: relative;
    -webkit-box-shadow: inset 0px 10px 10px -14px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 0px 10px 10px -14px rgba(0,0,0,0.75);
    box-shadow: inset 0px 10px 10px -14px rgba(0,0,0,0.75);
}

.list-group-hover li:hover {
    cursor: pointer;
    background-color: lightgrey;
}

.list-group-hover li {
    cursor: pointer;
    padding-bottom: 3px !important;
    padding-top: 3px !important;
}

.list-group-hover {
}

.margin-menu-nav {
    margin-left: 20px;
    margin-right: 20px;
}
/*COLOR TABLE HEADING*/
.table-striped thead{
    background-color: var(--color-neutro-300);
    color: var(--color-neutro-700);
    font-weight: 500;
}
.table-striped thead tr th{
        border-bottom: none !important;
}
.table-striped tbody tr{
    background: white !important;
}
.table-striped{
    border-bottom: none !important;
}
input[type="search"] {
    height: 30px;
    border: 1px solid var(--color-primary-300);
    font-weight: 500;
    color: var(--color-neutro-700);
    text-align: left;
    padding-left: 10px;
}
::-webkit-input-placeholder {
    text-align: left;
}

:-moz-placeholder {
    text-align: left;
}
/*----------------TABLE PACIENTE----------------*/
.h2-title-primary {
    font-family: var(--font-family);
    color: var(--color-neutro-700);
    font-weight: 600;
    line-height: 20px;
    font-size: 18px;
}
.table-reliv{
    border-bottom: none !important;
}
.table-reliv tr > th {
    background: var(--color-neutro-300) !important;
    border-bottom: none !important;
}
.table-reliv tr > td{
    background: #fff;
}
.flex{
    display: flex;
}
.items-center{
    align-items: center;
}
.space-between {
    justify-content: space-between;
}
.f-row {
    flex-direction: row;
}
.f-column {
    flex-direction: column;
}
.f-start{
    align-items: flex-start;
}
.content-end {
    justify-content: end;
}
.content-center {
    justify-content: center;
}
@media screen and (min-width:768px) {
    .f-column.f-row {
        flex-direction: row;
    }
    footer, .push {
        height: 77.5px;
    }
}
/*STYLES ICONS*/
.link-buttons {
    color: var(--color-neutro-700);
    font-size: 20px;
    margin-right: 13px;
}
.link-buttons:hover {
    color: var(--color-primary-400);
}
.inputSearPatient {
    height: 40px;
    width: 100%;
    background-color: #fff;
    border: 1px solid #00000059;
    padding: 0 10px;
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
    font-size: 14px;
}
.input-group-addon {
    background: #c5c4c4 !important;
}
.mg-left-10{
    margin-left: 10px;
}
@media screen and (min-width: 1280px) {
    .SearchBox {
        width: 445px;
    }
}
.h-40{
    height: 40px
}
.p-buttom-10{
    padding: 10px 16px !important;
}
.h-40.p-buttom-10{
    border-radius: 8px;
}
.inputSearPatient:focus{
    box-shadow: 0px 0px 2px #8f8080;
}
}
#title-2-go p{
    color: var(--color-primary-400);
}
.simec#title-2-go p{
    color: white !important;
}
.simec#title-2-go.panel-heading{
    background: var(--color-primary-400) !important;
}

/*-----------------MENU HISTORIA OCUPACIONAL-----------------*/
.menu-ocupacional {
    position: fixed;
    left: 0;
    top: 180px !important;
    bottom: 0;
    right: auto;
    z-index: 0;
    width: 256px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    display: none !important;
}
.menu-ocupacional .menu-section-list a, 
.menu-ocupacional .menu-section-list span{
    text-align: left;
}
.menu-ocupacional .submenumovil{
    background-color: transparent;
}
.menu-ocupacional .menu-section-list a, .menu-section-list span{
    font-size: 14px;
}
/*-----------------MENU HISTORIA OCUPACIONAL-----------------*/
}
/*************************STYLES IMAGE PROFILE NAV*************************/
.PerfilIcon:hover{
    background: transparent !important;
}
.container-img {
    position: relative;
    top: 0;
    height: 100%;
    padding: 5px 10px !important;
    height: 50px;
}
.container-img:hover{
    background: transparent !important;
}
.container-img:hover::after{
    content: '';
    height: 0 !important;
    width: 100%;
    color: transparent !important;
}
.profile-img {
    width: 45px;
    height: 45px;
    border-radius: 40%;
    object-fit: cover;
    border: 1px solid var(--color-primary-400);
    margin-left: 10px;
    float: left;
    left: 0;
    box-shadow: 0 0 0 3px #f2f2f2;
}

#divEdit input + label:after {
    content: "\f040";
    font-family: 'FontAwesome';
    color: #757575;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
    cursor: pointer;
}

.bootstrap-datetimepicker-widget {
    left: 0 !important;
    right: auto !important;
}
@media screen and (max-width: 1024px) {
    .tdDetails {
        display: flex;
        flex-direction: column;
    }
}
/*---------STYLES TABLE INTEGRATIONS E-MAIL---------*/
#integrations-email table th,
#integrations-email table td {
    text-align: left !important;
    padding-left: 5px;
}
@media screen and (min-width: 1280px){
    #integrations-email table{
        width: 50%;
    }
}