﻿/*
@font-face {
    font-family: 'Roboto';
    src: url('font/Roboto-Light.ttf');
}

@font-face {
    font-family: 'BenchNine';
    src: url('font/BenchNine-Light.ttf');
}
*/
@font-face {
    font-family: 'BodyFont';
    src: url('font/Roboto-Light.ttf');
}
html, body {
    height: 100%;
    margin: 0;
    /*overflow: hidden;*/
    position: relative;
    background-color: white;
}

* {
    font-family: 'BodyFont', sans-serif;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
div {
    font-family: 'BodyFont', sans-serif;
}
.mainContent {
    background-color: white;
}

.header {
    width: 100%;
    color: #0097AE;
    height: 3.5em;
    line-height: 3.5em;
    font-size: 1em;
    vertical-align: middle;
    position: relative;
    background-color: #0097AE;
    border-bottom: 1px solid #3C3C3C;
}

    .header .userLabel {
        display: inline;
        font-size: 0.7em;
        position: absolute;
        top: 0;
        right: 1em;
    }

.rightImg {
    position: absolute;
    right: 1em;
}
.mainMenu {
    /*background-color: rgb(0, 151, 174);*/
    background-color: rgba(255,255,255,0.95);
    max-height: 100vh;
    overflow-y: auto;
}
.menuOption {
    padding: 0.5em;
    white-space: initial;
    cursor: pointer;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                    supported by Chrome and Opera */
}
.innerMenuOption {
    border: 1px solid #8c8c8c;
    border-radius: 0.3em;
    height: 100%;
    background-color: white;
}
    .innerMenuOption > div:first-child {
        background-color: #e6e6e6;
        padding: 0.5em;
        /*font-variant: small-caps;*/
        border-radius: 0.3em;
        font-size: 0.9em;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .innerMenuOption > div:nth-child(2) {
        font-size: 0.9em;
        padding: 0.5em 1em;
        height: 100%;
        line-height: 1.5em;
    }
    .innerMenuOption:hover {
        color: black;
        background-color: #FAB700;
    }
    .innerMenuOption img {
        width: 3em;
        height: auto;
        vertical-align: middle;
        margin-right: 1em;
    }
.selectedMenuOption > div{
    background-color: #FF6600;
}
.selectedMenuOption > div > div:nth-child(2) {
    color: white;
}
.menuCategory {
    padding: 1em 0em 1em 1em;
    white-space: initial;
    cursor: pointer;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                    supported by Chrome and Opera */
    border-right: 0.3em solid #b3b3b3;
    text-align: right;
    padding-right: 1em;
}
.selectedMenuCategory{
    color: rgb(0, 151, 174);
    border-color: rgb(0, 151, 174);
}
.scroll {
    display: block;
    height: 80px;
    overflow: auto;
    overflow-y: hidden;
}

.container {
    white-space: nowrap
}
h3 {
    color: #0097AE;
    font-size: 2.0em;
    margin: 20px 0;
    position: relative;
    /*font-family: 'TitleFont', sans-serif;*/
    font-weight: 100;
    /*text-transform: uppercase;*/
}
    /*h3:after {
        position: absolute;
        left: 0;
        margin-top: 0.5em;
        height: 4px;
        width: 150px;
        background-color: #006092;
        left: calc(50% - 75px);
        content: "";
    }*/
.cardColor {
    background: #f1f9fa;
}
h2 {
    color: #0097AE;
    font-size: 1.5em;
    /*font-family: 'TitleFont', sans-serif;*/
    font-weight: 100;
    /*text-transform: uppercase;*/
    margin: 0px;
    padding: 1em;
}
.themeBorder {
    border: 1px solid #006092;
    border-radius: 0.3em;
}

button, input[type=submit] {
    /*border: 2px solid #007ab3;
    color: #007ab3;*/
    border: 2px solid #0097AE;
    color: white;
    background-color: #0379BA;
    padding: 0.2em 0.5em;
    display: inline;
    cursor: pointer;
    font-size: 1.0em;
    border-radius: 0.2em;
    min-width: 10em;
}

    button:hover, button:focus, input[type=submit]:focus, input[type=submit]:hover {
        color: white;
        background-color: #005780;
        outline: none;
    }

.redButton {
    background-color: red;
    border: 2px solid red;
}

    .redButton:hover, .redButton:focus {
        background: #800000 !important;
    }

.footer {
    height: 2em;
    width: 100%;
    /*background: #0e547d;*/ 
    border-top: 0px solid #3C3C3C;
}

.progressBackgroundFilter {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background-color: #000;
    filter: alpha(opacity=60);
    -moz-opacity: 0.60;
    -khtml-opacity: 0.60;
    opacity: 0.60;
    z-index: 1000;
}

    .progressBackgroundFilter > div {
        text-align: center;
        position: relative;
        width: 100%;
        height: 100%;
        display: inline-block;
        vertical-align: middle;
        z-index: 1006;
    }

        .progressBackgroundFilter > div > img {
            width: 10%;
            display: inline-block;
            vertical-align: middle;
            padding-top: 40vh;
        }

input[type=text], input[type=password], select, textarea, input[type^=date], input[type=number], input[type=email] ,input[type=time] {
    width: 100%;
    border: 1px solid #CCCCCC;
    padding: 3px 5px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 2.3em;
    /*background-color: #f1f9fa;*/
}

    input[type=text]:focus, input[type=password]:focus, select:focus, input[type=submit]:focus, textarea:focus, input[type^=date]:focus, input[type=email]:focus ,input[type=time]:focus,
    input[type=number]:focus {
        outline: none;
        border-color: #007ab3;
    }

.infoTable {
    border-collapse: collapse;
    width: 100%;
}

    .infoTable td, .infoTable th {
        /*white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;*/
        border: 1px solid #0e547d;
        border-width: 1px 1px;
        padding: 0.5em;
    }

    .infoTable th {
        background-color: #0e547d;
        color: white;
        font-weight: normal;
        text-align: left;
    }

.subTitle {
    color: #0097AE;
    /*font-family: 'TitleFont', sans-serif;*/
    font-weight: 900;
    /*font-size: 1.3em;
    text-transform: uppercase;
    margin-right: 1em;*/
}

.rightBlue {
    color: #0e547d;
    font-weight: 900;
    text-align: right;
}

.leftBlue {
    color: #0e547d;
    font-weight: 900;
    text-align: left;

}

.infoCard {
    border: 2px solid #0e547d;
    padding: 1em;
    margin: 1em 0em;
    cursor: pointer;
}

    .infoCard:hover {
        background-color: #f2f2f2;
    }
.noSelect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                    supported by Chrome and Opera */
}

.shadow {
    -webkit-box-shadow: 0px 10px 32px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 10px 32px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 10px 32px 0px rgba(0,0,0,0.75);
}
.hoverShadow:hover, .hoverShadow:focus {
    cursor: pointer;
    -webkit-box-shadow: 0px 10px 32px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 10px 32px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 10px 32px 0px rgba(0,0,0,0.75);
}
.cmenu {
    display: inline-block;
    width: 18em;
    cursor: pointer;
    background-color: white;
    border: 1px solid #cccccc;
    border-radius: 3px;
    margin-right: 1em;
}

    .cmenu img {
        width: 2em;
        height: auto;
        margin-right: 1em;
    }

    .cmenu:hover {
        -webkit-box-shadow: 0px -1px 17px 0px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px -1px 17px 0px rgba(0,0,0,0.75);
        box-shadow: 0px -1px 17px 0px rgba(0,0,0,0.75);
    }


.imgButton {
    display: inline-block;
    border: 1px solid #cccccc;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
    padding: 0.5em;
    font-size: 0.8em;
    margin: 0.5em 0.5em;
    background-color: white;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                    supported by Chrome and Opera */
}

    .imgButton > img {
        width: 1.0em;
        height: auto;
        margin-right: 0.5em;
    }

    .imgButton:hover, .imgButton:focus {
        -webkit-box-shadow: 0px -1px 17px 0px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px -1px 17px 0px rgba(0,0,0,0.75);
        box-shadow: 0px -1px 17px 0px rgba(0,0,0,0.75);
        outline:none;
    }

.fixedInput {
    display: inline-block;
    width: 15em;
}

.dataTable {
    width: 100%;
    border-collapse: collapse;
    margin: 0px auto;
}
    .dataTable th {
        color: #0e547d;
        font-weight: normal;
        border: 1px solid #cccccc;
        border-top: 2px solid #0e547d;
        border-bottom: 2px solid #0e547d;
        font-weight: normal;
    }
    .dataTable th, .dataTable td {
        border: 1px solid #cccccc;
        padding: 0.2em 0.5em;
    }
    .dataTable tr:nth-child(even) {
        background: #f7f7f7;
    }

    .dataTable tr:nth-child(odd) {
        background: #FFF;
    }

    .dataTable img {
        width: 1.5em;
        height: auto;
    }
.stickyHeader > tbody > tr > th, .stickyHeader > thead > tr > th {
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 0; /* Don't forget this, required for the stickiness */
}
.innerTable {
    width: 100%;
    border-collapse: collapse;
    margin: 0px auto;
    table-layout: fixed;
}

    .innerTable > tbody > tr > th {
        color: #0e547d;
        font-weight: normal;
        background-color: #f5f5f5;
    }
    .innerTable > tbody > tr > td {
        text-align: right;
        background-color: white;
    }
    .innerTable > tbody > tr > th, .innerTable > tbody > tr > td {
        border: 0px solid #cccccc;
        border-bottom: 1px solid #cccccc;
    }

.documentTable {
    width: 100%;
    border-collapse: collapse;
}
    .documentTable td {
        border: 1px solid #CCCCCC;
    }
    .documentTable img {
        width: 1.5em;
        height: auto;
    }
.noResizeTable td {
    white-space: nowrap;
    
}
.buttonTd {
    cursor: pointer;
    border: 0px !important;
    padding: 0em 0em !important;
    text-align:center
}
    .buttonTd > img {
        vertical-align: middle;
        height:1.2em;
        width: auto;
    }
    .buttonTd:hover, .buttonTd:focus {
        outline: none;
        background-color: #b3e6ff;
    }
.imgButton01 {
    text-align: center;
    background-color: white;
    padding: 0.5em;
    font-size: 0.8em;
    cursor: pointer;
    min-width: 10em;
    display: inline-block;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                    supported by Chrome and Opera */
}

    .imgButton01:hover {
        background-color: #e6eeff;
    }

    .imgButton01 > img {
        vertical-align: bottom;
        height: 1.2em;
        width: auto;
    }

    .imgButton01 > span {
        /*vertical-align: super;*/
        margin-left: 0.3em;
    }
.grayData > span {
    display: block;
    background-color: #f5f5f5;
    text-align: center;
    padding: 0.5em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.whiteData > span {
    display: block;
    background-color: white;
    text-align: center;
    color: #808080;
    padding: 0.5em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: normal;
}
.whiteData {
    font-weight: bold;
}
.grayButton {
    cursor: pointer;
}
.grayButton:hover {
    background-color: #b3e6ff !important;
}
.selected {
    background-color: #fff6cc !important;
}
.selected2 {
    background-color: #f7f7f7 !important;
}
.touched {
    background-color: #ffd9b3 !important;
}
.overflowEllipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 0;
}
/***************************************************** EDIT TABLE *****************************************/
.editTable {
    width: 100%;
    border-collapse: collapse;
    margin: 0px auto;
}

    .editTable td, .editTable th {
        font-size: 0.9em;
    }

    .editTable td {
        /* border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc; */
        border: 1px solid #cccccc;
        padding: 0em 1em;
    }

    .editTable th {
        border: 1px solid #cccccc;
        border-top: 2px solid rgb(0,104,162);
        border-bottom: 2px solid rgb(0,104,162);
        color: rgb(0,104,162);
        font-weight: normal;
    }
.errorInput {
    border: 1px solid red !important;
}
/***************************************************************************** DIALOG **********************************************/
.progressBackgroundFilter {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background-color: #fff;
    filter: alpha(opacity=20);
    -moz-opacity: 0.20;
    -khtml-opacity: 0.20;
    opacity: 0.20;
    z-index: 1000;
}

    .progressBackgroundFilter > div {
        text-align: center;
        position: relative;
        width: 100%;
        height: 100%;
        display: inline-block;
        vertical-align: middle;
        z-index: 1000;
    }

        .progressBackgroundFilter > div > img {
            width: 10%;
            display: inline-block;
            vertical-align: middle;
            padding-top: 20%;
            -webkit-touch-callout: none; /* iOS Safari */
            -webkit-user-select: none; /* Safari */
            -khtml-user-select: none; /* Konqueror HTML */
            -moz-user-select: none; /* Firefox */
            -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                            supported by Chrome and Opera */
        }
.mdialogo2 {
    position: fixed;
    top: 5%;
    right: 0px;
    left: 0px;
    z-index: 1002;
}
    .mdialogo2 .mdialogoContent {
        background-color: white;
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    }
        .mdialogo2 .mdialogoContent .mdialogoHead {
            background: rgb(77,77,77);
            height: 1.8em;
        }
            .mdialogo2 .mdialogoContent .mdialogoHead > img {
                height: 1.8em;
                width: 1.8em;
                cursor: pointer;
                padding: 0px;
                float:right;
            }
/***************************************************************************** CAMARA **********************************************/
.camaraBacground {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding: 0;
    margin: 0;
    /*background-color: #fff;
    text-align:center;
    filter: alpha(opacity=20);
    -moz-opacity: 0.20;
    -khtml-opacity: 0.20;
    opacity: 0.20;*/
}

.camaraDiv {
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100vh;
    width: 100vw;
    padding: 0;
    margin: 0;
    text-align: center;
}

    .camaraDiv > video {
        background-color: black;
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
    }

.buttonBar {
    position: fixed;
    bottom: 1em;
    left: 0px;
    right: 0px;
}
.divGrid > div {
    padding: 0em 0.5em;
}
.chatWindow {
    position: fixed;
    width: 30em;
    height: calc(100vh - 2em);
    background-color: white;
    right: 0em;
    bottom: 0em;

}
.chatHeader {
    background-color: #0097AE;
    color: white;
}


/***************************************************************************** BANDEJA DE SOLICITUDES **********************************************/

.bandejaSolicitudes {
    width: 100%;
    display: flex;
    height: 85vh;
    padding: 10px
}

.bandejaSolicitudes .left_side {
    width: 25%;
    max-height: inherit;
    overflow: scroll;
    min-width: 345px;
}

.bandejaSolicitudes .left_side .left_side__card {
    border-radius: 10px;
    width: 90%;
    height: auto;
    min-height: 50px;
    background: #006776;
    margin: 10px auto;
    display: grid;
    grid-template-columns: 1fr 5fr;
    color: white;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.bandejaSolicitudes .left_side .left_side__card:hover {
    background-color: #004d5c;
}

.bandejaSolicitudes .left_side .left_side__card aside {
    width: 100%;
    background: #FFA500;
    margin: 0 auto;
    display: grid;
    align-items: center;
    text-align: center; /* Centra horizontalmente el texto */
}

.bandejaSolicitudes .left_side .left_side__card .left_side__card-title {
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.bandejaSolicitudes .left_side .left_side__card .left_side__card-title div {
    height: 40%;
}

.bandejaSolicitudes .right_side {
    max-height: inherit;
    display: flex;
    flex-direction: column;
    width: 75%;
    border-left: 3px solid #9d9d9d;
    overflow-y: scroll;
}

.bandejaSolicitudes .right_side .right_side__details {
    height: auto;
    background: #f5f5f5;
    padding: 2%;
}

.bandejaSolicitudes .right_side .right_side__details .right_side__details-detail {
    padding: 10px;
    text-align: center;
}

.bandejaSolicitudes .right_side .right_side__settingDate {
    padding: 3%;
    height: 40%;
    background: #d9d9d9;
    display: grid;
    place-items: center;
}

/***************************************************************************** Tabs **********************************************/

.tabs {
    grid-row: 1;
    grid-column: 1 / span 2;
}

.tabs ul {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
background-color: var(--menu-bg-color);
height: 30px;
display: flex;
align-items: center;
}

.tabs ul li {
    float: left;
    padding: 10px;
    cursor: pointer;
}

.tabs .is-active {
    background-color: #0e547d;
    color: white;
}



/* pure-hidden-xs */
@media screen and (max-width:567px) {
    .pure-visible-sm {
        display: none !important;
    }

    .pure-visible-md {
        display: none !important;
    }

    .pure-visible-lg {
        display: none !important;
    }

    .pure-visible-xl {
        display: none !important;
    }

    .pure-hidden-xs {
        display: none !important;
    }
    .chatWindow {
        width: 100%;
    }
}
/* pure-hidden-sm */
@media screen and (min-width:568px) and (max-width:767px) {
    .pure-visible-xs {
        display: none !important;
    }

    .pure-visible-md {
        display: none !important;
    }

    .pure-visible-lg {
        display: none !important;
    }

    .pure-visible-xl {
        display: none !important;
    }

    .pure-hidden-sm {
        display: none !important;
    }
}
/* pure-hidden-md */
@media screen and (min-width:768px) and (max-width:1023px) {
    .pure-visible-xs {
        display: none !important;
    }

    .pure-visible-sm {
        display: none !important;
    }

    .pure-visible-lg {
        display: none !important;
    }

    .pure-visible-xl {
        display: none !important;
    }

    .pure-hidden-md {
        display: none !important;
    }
}
/* pure-hidden-lg */
@media screen and (min-width:1024px) and (max-width:1279px) {
    .pure-visible-xs {
        display: none !important;
    }

    .pure-visible-sm {
        display: none !important;
    }

    .pure-visible-md {
        display: none !important;
    }

    .pure-visible-xl {
        display: none !important;
    }

    .pure-hidden-lg {
        display: none !important;
    }
}
/* pure-hidden-xl */
@media screen and (min-width:1280px) {
    .pure-visible-xs {
        display: none !important;
    }

    .pure-visible-sm {
        display: none !important;
    }

    .pure-visible-md {
        display: none !important;
    }

    .pure-visible-lg {
        display: none !important;
    }

    .pure-hidden-xl {
        display: none !important;
    }
}



.multiselect__content-wrapper {
    position: absolute;
    display: block;
    background: #fff;
    width: 100%;
    max-height: 240px;
    overflow: auto;
    border: 1px solid #e8e8e8;
    border-top: none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    z-index: 50;
    -webkit-overflow-scrolling: touch;
}

.multiselect__content-wrapper_if {
    position: absolute;
    display: block;
    background: #fff;
    width: 100%;
    max-height: 240px;
    border: 1px solid #e8e8e8;
    border-top: none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    z-index: 50;
}
.multiselect__content {
    list-style: none;
    display: inline-block;
    padding: 0;
    margin: 0;
    min-width: 100%;
    vertical-align: sub;
}

    .multiselect__content li:hover {
        background-color: #9f9f9f;
    }

.multiselect {
    box-sizing: content-box;
    display: block;
    position: relative;
    width: 100%;
    min-height: 40px;
    text-align: left;
    color: #35495e;
}

.select_multiple {
    width: 100%;
    border: 1px solid #CCCCCC;
    padding: 3px 5px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.multiselect__content-wrapper li {
    width: 100%;
    padding: 3px 5px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 2.3em;
}

.card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    max-width: 300px;
    font-family: arial;
    align-items: center;
    display: flex;
    justify-content: space-between;
    background-color: white;
    margin-right: 1%;
    margin-top: 1%;
    padding-left: 1%;
}

.price {
    color: grey;
    font-size: 22px;
}

.card span {
    border: none;
    outline: 0;
    padding: 12px;
    color: white;
    /*background-color: #0379BA;*/
    background-color:red;
    cursor: pointer;
    font-size: 18px;
}

    .card span:hover {
        opacity: 0.7;
    }



.main_section {
    width: 100%;
    border-radius: 10px;
    display: flex;
    justify-content: flex-start;
    max-height: 80vh;
    margin: 15px auto;
    background: #bebebe38;
    padding: 1%;
    flex-wrap: wrap;
    /*overflow: scroll;*/
}

.state_doc{
    cursor: pointer;
    background-color: #cfe2ff !important;
    color: #084298;
    border-color: #b6d4fe;
}

.state_doc.red{
    background-color: #f8d7da !important;
    color: #842029;
    border-color: #f5c2c7;
}

.state_doc.green{
    background-color: #d1e7dd !important;
    color: #0f5132;
    border-color: #badbcc;
}