@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
/*@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap');*/
/* Harvest Font */
/*@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,700;1,300;1,400&display=swap");*/
body {
    font-family: 'Roboto', sans-serif;
}

/* fallback */
@font-face {
    font-family: 'Material Symbols Outlined';
    font-style: normal;
    font-weight: 400;
    src: url("/fonts/material-symbols-outlined.woff2") format('woff2');
}
.material-symbols-outlined {
    font-family: 'Material Symbols Outlined';
    font-weight: lighter;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    vertical-align: middle;
    cursor: pointer;
    -moz-font-feature-settings: 'liga';
    -moz-osx-font-smoothing: grayscale;
}

/* Icomoon */
@font-face {
    font-family: 'icomoon';
    src:  url('/fonts/icomoon.eot?bqx3yx');
    src:  url('/fonts/icomoon.eot?bqx3yx#iefix') format('embedded-opentype'),
    url('/fonts/icomoon.ttf?bqx3yx') format('truetype'),
    url('/fonts/icomoon.woff?bqx3yx') format('woff'),
    url('/fonts/icomoon.svg?bqx3yx#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}
[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    font-size: 42px!important;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/* Asignación de Lectores por código del carácter
discord.com/channels/761593572574363649/1049371597611475036/1293983829333250159
ZKFD7A y ZKPUSH2  \e901
ZKPULL2 y ZKACCESS  \e903
anviz... \e900
MB700 \e902
*/

.icon-reader-ZKFD7A:before {
    content: "\e901";
}
.icon-reader-ZKPUSH2:before {
    content: "\e901";
}
.icon-reader-anvizP7:before {
    content: "\e900";
}
.icon-reader-anvizM5:before {
    content: "\e900";
}
.icon-zk-mb360:before {
    content: "\e902";
}
.icon-reader-anvizC2PRO:before {
    content: "\e903";
}
.icon-reader-ZKMB700:before {
    content: "\e902";
}
.icon-reader-ZKACCESS:before {
    content: "\e903";
}
.icon-reader-ZKPULL2:before {
    content: "\e903";
}
.icon-reader-MPJEG:before, .icon-reader-RTSP:before {
    content: "\e904";
}

/* Generic Layouting Helpers */
a {
    color: #FF7809;
    padding: 0px;
    margin: 0px;
    cursor: pointer;
}
a:focus, a:hover {
    color: #da6608;
    text-decoration: underline;
}
.h1, h1 {
    color: #414141;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}
.h2, h2, .h3, h3 {
    font-family: 'Roboto', sans-serif;
    color: #333 ;
    font-weight: 300;
}
.content {
    padding-top: 16px;
}
.container-fluid {
    padding-right: 10px;
    padding-left: 10px;
}
legend {
    font-family: 'Roboto', sans-serif;
    margin: 0 10px 10px 15px;
    padding-left: 0px;
}
label {
    font-weight: 400;
    margin: 5px 0 0 0;
}
.cell-toolbar * {
    font-size: 16px;
    margin-left: 2px;
    margin-right: 2px;
    margin-top: 2px;
    vertical-align: baseline;
}
.login-modal {
    font-size: 13px;
}
/*.grid-toolbar {
    width: 400px;

}*/
/* .container-modal{
     width: 800px;
}*/
.control-panel {
    font-size: 3.6em;
}
#tab_content {
    padding-top: 16px;
}
.cronbox {
    height: 100px;
    width: 120px;
}
.table-border {
    border: 0.5px solid #bcd7bc;
}
.green-bg {
    background-color: rgb(77, 200, 92);
}
.form-style {
    max-width: 80%;
    margin: 0 auto;
}
.no-radius {
    border-radius: 0 !important;
}
.pull-right {
    margin-right: 10px;
}
.w-100 {
    width: 100%;
}
.h-30 {
    height: 30px;
}
.pt0 {
    padding-top: 0px !important;
}
.pb0 {
    padding-bottom: 0px !important;
}
.pt8 {
    padding-top: 8px !important;
}
.pb8 {
    padding-bottom: 8px !important;
}
.pt16 {
    padding-top: 16px !important;
}
.pb16 {
    padding-bottom: 16px !important;
}
.pt24 {
    padding-top: 24px !important;
}
.pb24 {
    padding-bottom: 24px !important;
}
.pt32 {
    padding-top: 32px !important;
}
.pb32 {
    padding-bottom: 32px !important;
}
.pt64 {
    padding-top: 64px !important;
}
.pb64 {
    padding-bottom: 64px !important;
}
.mt0 {
    margin-top: 0px !important;
}
.mb0 {
    margin-bottom: 0px !important;
}
.mt8 {
    margin-top: 8px !important;
}
.mb8 {
    margin-bottom: 8px !important;
}
.mt16 {
    margin-top: 16px !important;
}
.mb16 {
    margin-bottom: 16px !important;
}
.mt24 {
    margin-top: 24px !important;
}
.mb24 {
    margin-bottom: 24px !important;
}
.mt32 {
    margin-top: 32px !important;
}
.mb32 {
    margin-bottom: 32px !important;
}
.mt64 {
    margin-top: 64px !important;
}
.mb64 {
    margin-bottom: 64px !important;
}
.pl0 {
    padding-left: 0px !important;
}
.pr0 {
    padding-right: 0px !important;
}
.pl8 {
    padding-left: 8px !important;
}
.pr8 {
    padding-right: 8px !important;
}
.pl16 {
    padding-left: 16px !important;
}
.pr16 {
    padding-right: 16px !important;
}
.pl24 {
    padding-left: 24px !important;
}
.pr24 {
    padding-right: 24px !important;
}
.pl32 {
    padding-left: 32px !important;
}
.pr32 {
    padding-right: 32px !important;
}
.pl64 {
    padding-left: 64px !important;
}
.pr64 {
    padding-right: 64px !important;
}
.ml0 {
    margin-left: 0px !important;
}
.ml8 {
    margin-left: 8px !important;
}
.mr8 {
    margin-right: 8px !important;
}
.ml16 {
    margin-left: 16px !important;
}
.mr16 {
    margin-right: 16px !important;
}
.ml24 {
    margin-left: 24px !important;
}
.mr24 {
    margin-right: 24px !important;
}
.ml32 {
    margin-left: 32px !important;
}
.mr32 {
    margin-right: 32px !important;
}
.ml64 {
    margin-left: 64px !important;
}
.mr64 {
    margin-right: 64px !important;
}
.btn-add {
    font-size: 131%;
    padding: 0px;
    font-weight: bold;
}
.btn-default, .btn-primary, .btn-warning, .btn-success, .btn-danger {
    background-color: #efefef;
    border: 1px solid #E0DDD8;
    border-radius: 3px;
    padding: 2px 10px;
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    color: #333333;
    margin: 0 4px;
}
/*.btn-danger {
    border: 1px solid #d43f3a;
    border-radius: 3px;
    padding: 2px 10px;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    margin: 0 4px;
    color: #fff;
    background-color: #d9534f;
}*/
.btn-default:hover, .btn-light:hover, .btn-success:hover {
    border: 1px solid #E0DDD8;
    background-color: #e6e6e6;
    color: #333 ;
}
/* .btn-afip {
     background-color: #E0E9EA;
}*/
.btn-primary.active, .btn-primary:active, .btn-primary.focus, .btn-primary:focus, .btn-primary.hover, .btn-primary:hover, .btn-success.active, .btn-success:active, .btn-success.focus, .btn-success:focus {
    color: #333!important ;
    background-color: #e6e6e6!important ;
    border-color: #adadad!important ;
}
.btn:focus {
    outline: 0px;
}
.btn-fp-enroll {
    background-image: url("/images/fp_icon_32_white.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    min-width: 44px;
}
.btn-fp-enroll-side {
    background-image: url("/images/fp_icon_32_white.png");
    background-repeat: no-repeat;
    background-position: 7% 50%;
    background-size: 20px;
}
.btn-link {
    font-weight: 300;
    color: #333 !important;
    font-size: 13px;
}
.btn-link .material-symbols-outlined {
    font-size: 18px;
}
.btn.disabled, .btn[disabled] {
    cursor: pointer!important;
}
.text-small {
    font-size: 10px;
    color: #666;
}
.panel-default > .panel-heading {
    background-color: #f5f5f542;
}
#details-modal .modal-header {
    background-color: #EAF4FD;
    font-family: 'Roboto', sans-serif;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
#details-modal .details-modal-body {
    margin: 16px 15px;
}
#details-modal .modal-dialog {
    width: 66%;
}
#details-modal .modal-content {
    border-radius: 5px;
}
.transparent {
    /* Required for IE 5, 6, 7 */
    /* ...or something to trigger hasLayout, like zoom: 1;
     */
    width: 100%;
    /* Theoretically for IE 8 & 9 (more valid) */
    /* ...but not required as filter works too */
    /* should come BEFORE filter */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    /* This works in IE 8 & 9 too */
    /* ... but also 5, 6, 7 */
    filter: alpha(opacity = 50);
    /* Older than Firefox 0.9 */
    -moz-opacity: 0.5;
    /* Safari 1.x (pre WebKit!) */
    -khtml-opacity: 0.5;
    /* Modern!
    /* Firefox 0.9+, Safari 2?, Chrome any?
    /* Opera 9+, IE 9+ */
    opacity: 0.5;
}
.glass {
    /* Required for IE 5, 6, 7 */
    /* ...or something to trigger hasLayout, like zoom: 1;
     */
    width: 100%;
    /* Theoretically for IE 8 & 9 (more valid) */
    /* ...but not required as filter works too */
    /* should come BEFORE filter */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
    /* This works in IE 8 & 9 too */
    /* ... but also 5, 6, 7 */
    filter: alpha(opacity = 85);
    /* Older than Firefox 0.9 */
    -moz-opacity: 0.85;
    /* Safari 1.x (pre WebKit!) */
    -khtml-opacity: 0.85;
    /* Modern!
    /* Firefox 0.9+, Safari 2?, Chrome any?
    /* Opera 9+, IE 9+ */
    opacity: 0.85;
}
.solid {
    /* Required for IE 5, 6, 7 */
    /* ...or something to trigger hasLayout, like zoom: 1;
     */
    width: 100%;
    /* Theoretically for IE 8 & 9 (more valid) */
    /* ...but not required as filter works too */
    /* should come BEFORE filter */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    /* This works in IE 8 & 9 too */
    /* ... but also 5, 6, 7 */
    filter: alpha(opacity = 100);
    /* Older than Firefox 0.9 */
    -moz-opacity: 1;
    /* Safari 1.x (pre WebKit!) */
    -khtml-opacity: 1;
    /* Modern!
    /* Firefox 0.9+, Safari 2?, Chrome any?
    /* Opera 9+, IE 9+ */
    opacity: 1;
}
.loading-app {
    position: absolute;
    bottom: 50%;
    width: 100%;
    height: 48px;
    background-color: transparent;
    background-image: url("/images/loading2.gif");
    background-position: center;
    background-repeat: no-repeat;
    margin: 0px;
    z-index: 1500;
}
:focus-visible {
    outline: none;
}
.topmost {
    /*a incluir*/
}

/* AssetsMan */
.client-layout {
    margin: 0px;
    padding: 0px;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    float: left;
    background-color: black;
    background-image: url('/images/bg.zymo-tech.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 50% 50%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
}
.emergency-layout {
    margin: 0px;
    padding: 0px;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    float: left;
    background-color: darkred;
    background-image: url("/images/logo.png");
    background-repeat: no-repeat;
    background-position: center center;
    min-width: 100%;
    min-height: 480px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
}
.presents {
    position: absolute;
    min-height: 150px;
    top: 0px;
    left: 0px;
    width: 100%;
    margin: 16px 16px 0px 0px;
    padding: 20px 24px 0px 0px;
    /*background-color: #450000;*/
    z-index: 250;
}
/* .presents button .btn {
     margin: 16px 16px 0px 0px;
     padding: 0px;
     font-size: 2em;
     font-weight: bolder;
     text-align: right;
}
 .presents h4 {
     margin: 0px;
     padding: 0px;
     padding-right: 7%;
     font-size: 56px;
     font-weight: bolder;
     text-align: right;
}*/
.presents h5 {
    margin: 0px;
    padding: 0px;
    font-size: 24px;
    font-weight: bolder;
}
.action-helper {
    margin: 0px auto;
    width: 100%;
    margin-top: 5%;
    float: left;
}
.action-helper h1 {
    font-size: 72px;
    font-weight: bolder;
    font-stretch: ultra-expanded;
}
.action-helper h2 {
    font-size: 48px;
}
.action-helper h3 {
    font-size: 64px;
}
.action-helper. btn-success {
    background-color: black;
    color: white;
}
.action-helper. btn-default {
    background-color: black;
    color: white;
}

/* Mobile */
.action-helper-mobile {
    margin: 0px;
    width: 100%;
    margin-top: 5%;
    min-height: 66px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 1000;
}
.action-helper-mobile h1 {
    font-size: 32px;
    font-weight: bolder;
    font-stretch: ultra-expanded;
    margin: 4px;
    opacity: 1;
}
.action-helper-mobile h2 {
    font-size: 18px;
    opacity: 1;
}
.action-helper-mobile h3 {
    font-size: 24px;
    opacity: 1;
}
.action-helper-mobile .btn-success {
    background-color: black;
    color: white;
}
.action-helper-mobile .btn-default {
    background-color: silver;
    color: white;
}
.action-helper-mobile .remove {
    position: absolute;
    bottom: 0px;
    right: 0px;
    opacity: 1;
}
.remove button {
    font-size: 2.5em;
}
.clock-helper-mobile {
    position: absolute;
    margin: 0px;
    top: 0px;
    left: 0px;
    min-height: 64px;
    width: 100%;
    background-color: black;
}
.clock-helper-time-mobile {
    position: absolute;
    margin: 0px;
    top: 16px;
    left: 0px;
    height: 110px;
    width: 100%;
    font-size: 3em;
    font-weight: bold;
    color: lime;
    z-index: 200;
}
.presents-mobile {
    position: absolute;
    min-height: 32px;
    top: 0px;
    left: 0px;
    width: 100%;
    margin: 0px;
    padding: 20px 32px 4px 4px;
    z-index: 250;
}
.menu-button-mobile {
    position: absolute;
    top: 1px;
    right: 1px;
    padding: 0px;
    z-index: 999;
}
.menu-button-mobile button {
    font-size: 2.5em;
}

/* Emergency */
.emergency-layout.action-helper {
    margin: 0px auto;
    width: 100%;
    margin-top: 5%;
    float: left;
}
.emergency-layout-action-helper h1 {
    font-size: 48px;
    font-weight: bolder;
    font-stretch: ultra-expanded;
}
.emergency-layout-action-helper h2 {
    font-size: 36px;
}
.emergency-layout-action-helper h3 {
    font-size: 24px;
}
.clock-helper {
    position: absolute;
    margin: 0px;
    bottom: 0px;
    left: 0px;
    min-height: 110px;
    width: 100%;
    background-color: black;
}
.clock-helper-time {
    position: absolute;
    margin: 0px;
    bottom: 0px;
    left: 0px;
    height: 110px;
    width: 100%;
    font-size: 7em;
    font-weight: bold;
    color: lime;
    z-index: 200;
}
.logo-helper {
    margin-top: 32px;
    margin-left: 16px;
}
.camera-helper {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 640px;
    height: 360px;
}
.camera-helper iframe {
    border: 0px;
    margin: 0px;
    padding: 0px;
    width: 640px;
    height: 360px;
    overflow: hidden;
}
#capture_container {
    /*border: 1px dashed #cccccc;*/
    text-align: center;
    vertical-align: center;
    overflow: hidden;
}
#capture_container img {
    width: 100%;
    height: auto;
}
.cropper-toolbar {
    font-size: 2.2em;
}
#typed {
    width: 100%;
    min-height: 46px;
    font-size: 1em;
    font-weight: bold;
    margin-left: 0px;
    padding: 0px;
    margin-top: 1px;
    margin-bottom: 1px;
    border-radius: 4px;
}
.typed {
    padding-right: 0px;
    padding-left: 0px;
}
.osk {
    background-color: #ff8800;
    border: 1px solid silver;
    position: absolute;
    min-width: 240px;
    width: 22%;
    height: 98%;
    min-height: 232px;
    float: left;
    top: 1px;
    right: 1px;
    margin: 0px;
    padding: 0px;
    border: 1px solid gray;
    z-index: 10000;
    border-radius: 4px;
    overflow: hidden;
    padding-top: 4px;
}
.osk-row {
    opacity: 1;
    margin: 0px;
    padding: 0px;
}
.osk-digit p {
    font-size: 0.6em;
    font-weight: normal;
    margin: 0px;
    padding: 2px;
}
/* #typed {
     width: 100%;
     height: 64px;
     font-size: 1.4em;
     font-weight: bold;
     margin-top: 4px;
}
 .typed {
     padding-left: 4px;
     padding-right: 4px;
}*/
.sidebar-small {
    position: absolute;
    top: 0px;
    right: 0px;
    min-height: 320px;
    width: 33%;
    z-index: 9999;
}
li [ role = "presentation" ] a span {
    font-size: 1.2em;
    margin-bottom: 4px;
    display: block;
    float: left;
    margin-left: 4px;
}
li [ role = "presentation" ] .glyphicon {
    font-size: 18px;
    padding-bottom: 0px;
}
li [ role = "presentation" ] .btn {
    font-size: 16px;
}
.reader-status {
    width: 132px;
    height: 48px;
    float: left;
    font-family: sans;
    margin: 0px;
    padding: 4px;
    color: white;
    cursor: pointer;
}
.reader-status-success {
    background-color: darkgreen;
}
.reader-status-danger {
    background-color: darkred;
}
.reader-status-badge {
    width: 16px;
    height: 16px;
    float: right;
    border-radius: 8px;
}
.reader-status-badge-success {
    background-color: green;
}
.reader-status-badge-danger {
    background-color: red;
}
.reader-status-text p {
    margin: 0px;
    padding: 0px;
    font-size: 10px;
}
#reader_status_id {
    font-weight: bold;
}
#reader_status_status {
    font-weight: bold;
}
#reader_status_name {
    font-weight: bold;
    font-size: 9px;
}
#reader_status_pid {
    font-weight: bold;
    font-size: 9px;
}

/* Alerts */
#notifications {
    position: fixed;
    /*float: right;*/
    top: 4px;
    /*right: 0px;*/
    min-height: 64px;
    width: 100%;
    z-index: 10000;
    font-size: 1em;
}
#notifications_grid_container {
    margin-top: 20px;
    margin-bottom: 15px;
    padding-bottom: 4px;
}
#alerts {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10000;
    box-shadow: 0px 0px 10px 0px #ccc;
}
#alertas {
    background: white;
    color: #9A9A9A;
}
.alerts-alert-date {
    font-size: 0.777em;
}
.alert {
    /*padding: 15px 35px;*/
}
.alert-danger {
    background-image: url("/images/danger_FILL0_wght400_GRAD0_opsz24.png");
    background-repeat: no-repeat;
    background-position: 5px 10px;
    color: #58151c;
    text-overflow: ellipsis;
    overflow: hidden;
}
.alert-success {
    background-image: url("/images/check_circle_FILL0_wght400_GRAD0_opsz24.png");
    background-repeat: no-repeat;
    background-position: 5px 10px;
    color: #0a3622;
}
.alert-warning {
    background-image: url("/images/warning_FILL0_wght400_GRAD0_opsz24.png");
    background-repeat: no-repeat;
    background-position: 5px 10px;
    color: #664d03;
}
.alert-info {
    background-image: url("/images/info_FILL0_wght400_GRAD0_opsz24.png");
    background-repeat: no-repeat;
    background-position: 5px 10px;
    color: #052c65;
}
/* app.utils.alert("ERROR: Su sesión ha caducado o perdió conectividad. Por favor reinicie su Navegador. (255)","danger",999999) */
.alert-dismissable, .alert-dismissible {
    /*padding-right: 15px;*/
}
.glyphicon {
    cursor: pointer;
}
.glyphicon-plus: before {
    color: #666 ;
}
.badge-danger {
    background-color: red;
}
.badge-success {
    background-color: green;
}
.badge-warning {
    background-color: yellow;
}
badge-light {
    background-color: gray;
}
.badge {
    padding: 3px 5px;
    font-size: 10px;
    font-weight: 400;
    vertical-align: top;
    /*background-color: #f00;*/
    /* cambiar a este color una vez se activen las notificaciones */
    border-radius: none;
    margin-left: -12px;
    color: #ffffff;
}
#feedchat_alerts {
    color: #333 ;
    text-transform: uppercase;
    font-size: 10px;
}
.ui-widget-header {
    border: 1px solid #ddd ;
    background: #EAF4FD;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    font-size: 1.3em !important;
    padding: .2em 0.5em .2em !important;
}
.ui-priority-secondary {
    opacity: 1;
    filter: Alpha(Opacity = 100);
}
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
    opacity: 1;
    filter: Alpha(Opacity = 100);
    font-weight: normal;
}

/* Loading */
.ui-state-active, .ui-widget-content .ui-state-active {
    border: 1px solid #C9E3FC;
    background: #EAF4FD;
    font-family: 'Courier New', sans-serif;
    color: #454545;
    font-weight: 500;
    border-radius: 1px;
}
.ui-jqgrid .loading {
    left: 34%!important;
    top: 35%!important;
}
.scroll-x {
    max-height: 820px;
    width: 100%;
    overflow-x: auto;
    float: left;
}
.display-center {
    display: flex;
    justify-content: center;
    align-items: center;
}
.carousel-caption {
    font-weight: normal;
    font-size: 1.6em;
}
.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #2371d1;
}
.carousel-indicators li {
    width: 11px;
    height: 11px;
    background-color: white;
    border: 1px solid #2371d1;
    border-radius: 11px;
}
.checkbox input, .radio input {
    display: inline;
}
.checkbox-inline, .radio-inline {
    padding-left: 20px;
    vertical-align: unset;
}

/* Bootstrap Columns */
.col-xs-5, .col-sm-5, .col-md-5, .col-lg-5 {
    min-height: 1px;
    position: relative;
}
/* .col-xs-5 {
     float: left;
     width: 20%;
}*/
.col-md-12 > h1, .col-md-12 > h2 {
    color: #2371d1;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}
div.tree ul {
    min-height: 16px;
    margin: 0px;
    padding: 4px 0px 0px 16px;
}
div.tree li {
    list-style: none;
    min-height: 16px;
    padding-bottom: 2px;
}
div.tree li span {
    cursor: pointer;
}
div.tree li i {
    cursor: pointer;
    font-style: normal;
    color: #999;
}
div#departments_add {
    max-height: 384px;
    overflow: auto;
}
div#personal_workshifts_add {
    max-height: 384px;
    overflow: auto;
}
input: invalid {
    border-color: #f99 ;
}

/* UI hacks */
.form-control {
    height: 24px;
    padding: 4px 6px;
    font-size: 12px;
    border-radius: 2px;
}
.form-control option {
    width: 230px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.form-control-date {
    display: inline-block;
    width: auto;
    font-size: 12px!important;
    padding: 4px 6px;
    height: 24px;
    border-radius: 2px;
}
.form-horizontal label {
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
}
.form-horizontal input {
    background-color: #fff;
    border: 1px solid #E0DDD8;
    border-radius: 2px;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    color: #666;
}
input [type=file], input [type="file"] {
    margin: 15px 0;
    font-size: 12px!important;
    font-family: 'Tahoma', sans-serif!important;
}
.input-sm {
    height: 24px!important;
    font-size: 12px !important;
}

/* Select2 */
.select2-container--default .select2-search--inline .select2-search__field {
    font-size: 12px!important;
    width: 100% !important;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #ccc!important;
}
/*.select2-container--default .select2-search--inline .select2-search__field .select2-selection--multiple {
    font-size: 12px!important;
    padding: 4px!important;
    width: 100%!important;
    border: 1px solid #aaa !important;
}*/
.select2-container--default .select2-selection--multiple {
    /*border: 1px solid #aaa !important;*/
    border-radius: 2px!important;
    /*height: 24px;*/
    /*padding: 0px 6px;*/
    /*font-size: 12px;*/
}
/*.select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin-top: 2px!important;
}*/
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 18px!important;
    font-size: 12px;
}
.select2-container .select2-selection--single {
    height: 24px!important;
    padding: 4px;
    border-radius: 2px!important;
}
/*.select2-container .select2-selection--multiple {
    min-height: 24px!important;
     height: 50px;
}
.select2-container .select2-search--inline .select2-search__field {
    margin-top: 2px!important;
}*/
iframe {
    border: none;
}

/* Navbar */
.nav a {
    font-weight: 300!important;
}
.navbar {
    margin-bottom: 16px;
}
.navbar li.dropdown {
    color: white;
}
.navbar li.dropdown-login {
    margin-top: 0px;
    float: right;
}
.navbar li.dropdown-login a {
    background-color: #efefef;
    border: 1px solid #E0DDD8;
    border-radius: 3px;
    padding: 2px 10px;
    margin: 25px 20px -20px;
    text-decoration: none;
    color: #333333;
    font-size: 12px;
    /*text-transform: uppercase;*/
}
.navbar li.dropdown-login .material-symbols-outlined, .btn-default .material-symbols-outlined, .btn-danger .material-symbols-outlined, .btn-warning .material-symbols-outlined, .btn-success .material-symbols-outlined, .radio .material-symbols-outlined {
    font-size: 18px;
}
.navbar .dropdown-login {
    margin-top: 15px;
    margin-bottom: 35px;
    float: right;
}
.navbar .dropdown-login a {
    background-color: #efefef;
    border: 1px solid #E0DDD8;
    border-radius: 3px;
    padding: 10px;
    text-decoration: none;
    color: #333333;
}
.navbar-default {
    background-color: #EAF4FD;
    /* height: 75px;*/
}
.navbar-default .navbar-brand {
    color: white;
    width: 220px;
}
.navbar-default .navbar-toggle {
    border-color: #efefef;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #333 ;
}
.navbar-default .navbar-nav > li > a {
    color: #414141;
    font-family: 'Roboto', sans-serif;
    font-weight: 300!important;
}
.navbar-default .navbar-nav > li > a .material-symbols-outlined {
    color: #414141;
}
.navbar-default .navbar-nav > li > a:hover {
    background-color: aliceblue;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    background-color: aliceblue;
}
.navbar-item {
    text-align: center;
}
.navbar-nav .open .dropdown-menu {
    max-height: 350px;
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    background-color: #fff;
    color: #666;
}
.dropdown-menu > li > a .material-symbols-outlined {
    font-size: 18px;
}
.dropdown-menu .divider {
    background-color: #efefef;
}

/* Notifications */
.notifications .dropdown-menu {
    overflow-y: scroll;
    overflow-x: hidden;
    width:320px;
}
.notifications .dropdown-menu .unread .material-symbols-outlined {
    color: red;
    opacity: .75;
}
.notifications .dropdown-menu > li {
    border-bottom: 1px solid #eee;
}
.notifications .dropdown-menu > li:hover {
    background-color: whitesmoke;
}
.notifications .dropdown-menu > li > a {
    padding: 3px 10px;
    text-transform: none;
    font-size: 12px;
    font-weight: 400!important;
}
.notifications .dropdown-menu > li > a:hover, .notifications .dropdown-menu > li > a:focus  {
    background-color: transparent;
    color: #212121;
}
.notifications .dropdown-menu > li > a p {
    font-size: 10px;
    font-family: 'Verdana',sans-serif;
    color: #999;
    font-weight: 100;
    padding-left: 30px;
    margin: 0;
}
.notifications .dropdown-menu > li > a .material-symbols-outlined {
    font-size: 24px;
    padding-right: 5px;
    color: green;
    opacity: .75;
}
.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.nav-tabs > li > a {
    border-radius: 2px 2px 0 0;
    background-color: whitesmoke;
    color: #3c3c3c;
}
.material-symbol-account {
    font-size: 32px !important;
    vertical-align: middle;
    margin-top: -5px;
}
.material-symbol-person {
    vertical-align: top;
}
.r5-tease {
    display: block;
    padding: 15px 20px;
    font-weight: 700;
    color: #fff ;
    text-align: center;
    background-color: #0275d8;
}

/* Firefox (uncomment to work in Firefox, although other properties will not work!)  */
/** {
  scrollbar-width: thin;
  scrollbar-color: #A6A6A6 #F5F5F5;
}*/

/* Chrome, Edge and Safari */
*::-webkit-scrollbar {
    height: 20px;
    width: 10px;
}
*::-webkit-scrollbar-track {
    border-radius: 5px;
    background-color: #F5F5F5;
}
*::-webkit-scrollbar-track:hover {
    background-color: #F5F5F5;
}
*::-webkit-scrollbar-track:active {
    background-color: #F5F5F5;
}
*::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #CCCCCC;
}
*::-webkit-scrollbar-thumb:hover {
    background-color: #999999;
}
*::-webkit-scrollbar-thumb:active {
    background-color: #999999;
}

/* jQuery Grid Plugin */
.ui-jqgrid .ui-jqgrid-toppager .ui-pager-control, .ui-jqgrid .ui-jqgrid-pager .ui-pager-control {
    height: auto;
}
.ui-jqgrid .ui-pager-control td [ id$ = "_toppager_center" ], .ui-jqgrid .ui-pager-control td [ id$ = "pager_center" ] {
    width: auto !important;
    white-space: normal !important;
    height: auto;
}
.ui-jqgrid .ui-pager-control td [ id$ = "_toppager_left" ], .ui-jqgrid .ui-pager-control td [ id$ = "pager_left" ] {
    width: auto !important;
    white-space: normal !important;
    height: auto;
}
.ui-jqgrid .ui-pager-control td [ id$ = "_toppager_right" ], .ui-jqgrid .ui-pager-control td [ id$ = "pager_right" ] {
    width: auto !important;
    white-space: normal !important;
    height: auto;
}
.ui-jqgrid .ui-jqgrid-bdiv, .ui-jqgrid .ui-jqgrid-view.table-responsive, .ui-jqgrid, .ui-jqgrid-toppager, .ui-jqgrid-hdiv {
    width: auto !important;
}
.ui-jqgrid .ui-pager-control td [ id$ = "_toppager_left" ], .ui-jqgrid .ui-pager-control td [ id$ = "pager_left" ], .ui-jqgrid .ui-pager-control td [ id$ = "_toppager_center" ], .ui-jqgrid .ui-pager-control td [ id$ = "pager_center" ] {
    overflow-x: auto;
    overflow-y: hidden;
}
.ui-jqgrid .ui-pg-input {
    height: 2em;
}
.ui-jqgrid .ui-jqgrid-pager {
    height: 28px;
    border-left: 1px solid #d4d4d4!important;
    border-right: 1px solid #d4d4d4!important;
    border-bottom: 1px solid #d4d4d4!important;
}
.ui-jqgrid .ui-jqgrid-titlebar-close {
    margin: -10px 5px 0 0;
    padding: 0;
}
.ui-jqgrid .ui-jqgrid-titlebar-close:hover {
    margin: -10px 5px 0 0;
    padding: 0;
    background: none;
    border: 0px;
}
.ui-jqgrid .ui-paging-info, .ui-jqgrid .ui-pg-table {
    font-family: 'Verdana', sans-serif;
    font-size: 11px;
    color: #3D80B3;
}
.ui-jqgrid .ui-jqgrid-view {
    position: relative;
    left: 0;
    top: 0;
    padding: 0;
    font-size: 0.85em;
}
.ui-jqgrid .ui-pg-button:hover {
    padding: revert;
    background: none;
    border: 0px;
    color: #72A7CF;
}
.ui-jqgrid .ui-pg-button span:hover {
    display: block;
    margin: 1px;
    float: left;
}
.ui-jqgrid .ui-jqgrid-labels {
    font-family: 'Roboto', sans-serif;
}
.ui-jqgrid tr.jqgrow {
    outline-style: none;
}
.ui-jqgrid .ui-jqgrid-htable th {
    padding: 0 2px 0 6px;
}
.ui-jqgrid tr.jqgrow td {
    padding: 0 4px 0 8px;
}
.ui-jqgrid a.g-menu-item, .ui-jqgrid a.soptclass, .ui-jqgrid a.clearsearchclass {
    font-weight: 900;
}
.fm-button {
    border: none !important;
}
.add-rule {
    margin-left: 5px;
    padding: 0px 5px;
}
/*.ui-state-hover, .ui-widget-content .ui-state-hover .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
    background: none;
    color: inherit;
    border: 0px;
}*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight, .ui-state-hover, .ui-widget-content .ui-state-hover .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
    border: 1px solid gainsboro;
    background: lightgoldenrodyellow;
    color: #333;
}
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
    padding: 10px;
    background: #fff8f8;
    color: firebrick;
}
.ui-widget.ui-widget-content {
    border: none;
}
.ui-jqdialog .ui-jqdialog-title {
    font-weight: 500;
    font-family: 'Open Sans', sans-serif;
    padding: 0 .5em;
    background: none;
}
.ui-jqdialog .ui-jqdialog-titlebar-close:hover, .ui-jqdialog .ui-jqdialog-titlebar-close:focus {
    padding: revert;
}
ui-jqdialog-content table opsel {
    margin-bottom: 15px;
}
.ui-jqdialog-content, .ui-jqdialog .ui-jqdialog-content {
    padding: .3em 0em;
}
.ui-search-clear {
    text-align: left;
}

/* Breadcrumb */
.breadcrumb {
    padding: 2px 0px 0px 0px;
    background-color: transparent;
    border-radius: 0;
}
.breadcrumb > li {
    font-family: 'Roboto', sans-serif;
    color: #666 ;
    font-size: 12px;
}
.breadcrumb > li > a {
    padding: 0px;
    font-weight: 300;
    color: #333333;
    display: inline;
}
.breadcrumb > li > a .material-symbols-outlined {
    color: #666666;
}
.breadcrumb > li > a .material-symbols-outlined:hover {
    color: #999999;
}
.breadcrumb > li > a:focus, .breadcrumb > li > a:hover {
    text-decoration: underline;
    background-color: transparent;
}
.gallery {
    max-height: 128px;
    overflow: hidden;
    float: left;
    width: 100%;
}
.photos-tools {
    position: absolute;
    float: left;
    z-index: auto;
    opacity: .666;
    background-color: #0f0f0f;
    width: 96%;
    padding: 8px;
}
.photos-tools-add {
    background: none;
    padding: 0;
    margin: 0;
    border: 0;
    width: 20px;
}

/* Staff Styles */
.italic {
    font-family: 'Times New Roman', sans-serif;
    font-weight: 300;
    font-style: italic;
    font-size: 13px;
}
#iconCompanies span {
    font-family: 'Roboto', sans-serif;
}
.cropper-toolbar span {
    font-size: 36px;
}
.cropper-toolbar .nav-stacked > li {
    float: left;
    padding: 5px;
}
input [ type = "checkbox" ], input [ type = "radio" ] {
    margin: -2px;
    line-height: normal;
    margin-right: 4px;
    margin-top: 4px;
}
input [ type = file ]:focus, input [ type = checkbox ]:focus, input [ type = radio ]:focus {
    border-color: transparent;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.download-files {
    margin-top: 60px;
    margin-bottom: 10px;
}
.download-files a {
    color: green;
    background-color: #00800012;
    padding: 5px;
    border: 1px solid #cae1ca;
    border-radius: 3px;
}

/* Journal Table Styles */
#harvest_att_list_form label {
    font-family: 'Roboto', sans-serif;
}
.attendance-list .table {
    border: 1px solid #efefef;
}
.attendance-list .table thead {
    background: #efefef;
    border: 1px solid #ddd ;
}
.attendance-list .table > thead > tr > th {
    border-right: 1px solid #ddd ;
    text-align: center;
    color: #454545;
    font-family: 'Roboto', sans-serif;
}
.attendance-list .table > thead th: nth-child(2) {
    text-align: left;
}
.attendance-list .table > tbody > tr > td {
    text-align: center;
    border-right: 1px solid #ddd ;
    font-family: 'Roboto', sans-serif;
}
.attendance-list .table > tbody > tr > td: nth-child(2) {
    text-align: left;
}
.attendance-list #harvest_att_list_form .col-lg-8 label {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    color: #454545;
}

/* Visits Section */
.visitor-cancel {
    display: none;
    color: red;
}
.visitor-edit {
    padding-top: 30px;
    font-size: 15px;
}
.show-invalid-selection {
    color: #2a6496;
    text-decoration: #2a6496 underline;
    cursor: pointer;
}
.show-invalid-selection:hover {
    color: #1b476e;
    text-decoration: #1b476e underline;
}
.footer {
    position: relative;
    bottom: 16px;
    right: 0px;
    left: 0px;
    height: 48px;
    margin: 50px 20px 0px 20px;
    border-top: 1px solid #efefef;
    padding-top: 15px;
    font-size: 10px;
    font-family: 'Verdana',sans-serif;
    color: #999;
}

/* Bootstrap State Changes to Material Symbols */
.text-danger span.material-symbols-outlined {
    color: #dc3545;
}
.text-success span.material-symbols-outlined {
    color: #198754;
}
.text-warning span.material-symbols-outlined {
    color: #FFA500
}
.text-info span.material-symbols-outlined {
    color: #0DCAF0;
}
.text-primary span.material-symbols-outlined {
    color: #0D6EFD;
}
.text-secondary span.material-symbols-outlined {
    color: #6C757D;
}
.text-light span.material-symbols-outlined {
    color: #F8F9FA;
}
.text-dark span.material-symbols-outlined {
    color: #212529;
}
.hstack {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-self: stretch;
}
.hstack .reader-name {
    font-size: 12px;
    color: #666;
}
.vstack {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    align-self: stretch;
}
.anti-row {
    margin-right: 0;
    margin-left: 0;
}

.loading_sync {
    background-image: url("/images/loading2.gif");
    background-size: 24px;
    background-position: center;
    background-repeat: no-repeat;
    color: transparent;
}

.loading_sync:active, .loading_sync:hover, .loading_sync:focus, .loading_sync:target{
    color: transparent;
}

/* Media Queries */
@media (min-width: 460px) {
    .osk-digit {
        opacity: 1;
        font-weight: bolder;
        min-width: 64px;
        min-height: 46px;
        width: 31%;
        height: 16%;
        margin-bottom: 4px;
    }
    .osk-digit button {
        font-size: 2em;
        min-width: 62px;
        min-height: 44px;
        width: 30%;
        height: 15%;
        padding: 0px;
        margin: 0px;
    }
    .client-layout {
        width: 100%;
        background-image: url("/images/bg.zymo-tech_480x320.jpg");
    }
    .clock-helper-time {
        position: absolute;
        margin: 0px;
        bottom: 0px;
        left: 0px;
        height: 86px;
        width: 100%;
        font-size: 5em;
        font-weight: bold;
        color: lime;
        z-index: 200;
    }
    .navbar-collapse {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .navbar-nav {
        margin: auto;
    }
    .nav .btn-default {
        margin-bottom: 12px;
    }
    .breadcrumb {
        display: none;
    }
    .col-xs-5 {
        float: left;
    }
    .scroll-x {
        border: 1px solid #d4d4d4;
    }
    .hidden-overflow-xs {
        overflow: hidden;
    }
    #manage_form .source_list select {
        width: 290px;
    }
    #searcher, .searcher {
        padding-top: 12px;
    }
    .notifications .dropdown-menu .unread {
        background-color: #EAF4FD;
    }
    .notifications .dropdown-menu > li:last-child {
        background-color: aliceblue;
    }
    .notifications .dropdown-menu > li > a {
        font-size: 14px!important;
    }

/*    .checkbox-inline {
        padding-left: 5px;
    }*/
}
@media (min-width: 780px) {
    .osk {
        background-color: #ff8800;
        border: 1px solid silver;
        position: absolute;
        min-width: 192px;
        width: 298px;
        height: 464px;
        min-height: 232px;
        float: left;
        top: 1px;
        right: 1px;
        margin: 0px;
        padding: 0px;
        border: 1px solid gray;
        z-index: 10000;
        border-radius: 4px;
        overflow: hidden;
        padding-top: 0px;
    }
    .osk-digit {
        opacity: 1;
        font-size: 1.6em;
        font-weight: bolder;
        min-width: 64px;
        min-height: 64px;
        width: 72px;
        height: 72px;
        text-align: center;
        vertical-align: middle;
        padding-top: 0px;
        border-radius: 0px;
        border-style: solid;
        border-width: 1px;
        border-color: white;
        margin: 0px;
    }
    .osk-digit button {
        font-size: 1.6em;
        min-width: 64px;
        min-height: 64px;
        width: 72px;
        height: 72px;
        padding: 0px;
        margin: 0px;
    }
    #typed {
        width: 100%;
        height: 72px;
        font-size: 1em;
        font-weight: bold;
        /*margin-top: 4px;
         margin-bottom: 2px;*/
        border-radius: 4px;
    }
    .navbar-nav > li:hover {
        background-color:  /* #f0f8ff */
        border-radius: 2px;
    }
    .ui-jqgrid .ui-jqgrid-view {
        border-top: 1px solid #d4d4d4;
        border-left: 1px solid #d4d4d4;
        border-right: 1px solid #d4d4d4;
    }
}
@media (min-width: 768px) and (max-width: 980px) {
    .navbar-logotipo {
        display: none!important;
    }
    .navbar-isotipo {
        height: 26px;
    }
/*    .col-sm-5 {
        float: left;
        width: 20%;
    }*/
}
@media (min-width: 769px) and (max-width: 1199.98px) {
    /* .material-symbol-setting, .material-symbol-help, .material-symbol-notifications {
         display:none!important;
    }*/
    .navbar-right .dropdown-menu {
        right: auto;
        left: 0;
    }
    .col-md-5 {
        float: left;
        width: 20%;
    }
}
@media (min-width: 1201px) {
    .navbar-isotipo {
        display: none!important;
    }
    .navbar-brand {
        padding: 8px 15px;
    }
    .navbar-nav > .notifications > a, .navbar-nav > .setting > a, .navbar-nav > .account > a {
        padding-bottom: 25px;
        padding-top: 24px;
    }
    .col-lg-5 {
        float: left;
        /*width: 20%;*/
    }
    .ui-jqgrid .ui-jqgrid-bdiv {
        overflow-x: hidden;
    }
    .ui-jqgrid .loading {
        left: 46%!important;
        top: 45%!important;
    }
/*    .ui-jqgrid .ui-jqgrid-pager {
        border-right: 0px!important;
        border-left: 0px!important;
        border-bottom: 0px;
    }*/
    /* #capture_container {
         width: 330px;
         height: 248px;
    }*/
    .cropper-toolbar .nav {
        /*padding-left: 20%;*/
    }
    #gbox_grid_department {
        width: 848px!important;
    }
    .scroll-x {
        overflow-x: inherit;
    }
}

/* Change Bootstrap Navbar Collapse Breakpoint */
@media (max-width: 1200px) {
    .nav {
        margin-bottom: 0px;
    }
    .navbar-header {
        float: none;
    }
    .navbar-brand {
        padding: 0px 15px;
    }
    .navbar-left, .navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
        padding-top: 20px;
        padding-bottom: 30px;
        padding-left: 0;
    }
    /* Doesn't Exist */
    /* .navbar-fixed-top {
         top: 0;
         border-width: 0 0 1px;
    }*/
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav > li {
        float: none;
    }
    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        font-size: 16px;
        color: #414141;
    }
    .navbar-default .navbar-nav > li > a {
        font-size: 18px;
    }
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        background-color: #EAF4FD;
    }
    .navbar-right {
        margin-right: -15px;
    }
    .cropper-toolbar .nav {
        padding-left: 0%;
    }
    .ui-jqgrid .ui-jqgrid-titlebar {
        font-size: 1.6em!important;
    }
    /* since 3.1.0 */
    .collapse.in {
        display: block !important;
    }
}

/*  ┓    ╹     ┓┓  ┏  ┓┓   */
/* ╋┣┓┏┓╋ ┏  ┏┓┃┃  ╋┏┓┃┃┏┏ */
/* ┗┛┗┗┻┗ ┛  ┗┻┗┗  ┛┗┛┗┛┗┛ */