@charset "UTF-8";
@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: 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: normal;
  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;
}

/* Generic Layouting Helpers */
a {
  color: #FF7809;
  padding: 0px;
  margin: 0px;
  cursor: pointer;
}
a:focus, a:hover {
  color: #da6608;
  text-decoration: underline;
}
.h1, h1 {
  color: #333;
  font-family: 'Open Sans',sans-serif;
  font-weight: 300;
}
.h2, h2, .h3, h3 {
  font-family: 'Open Sans',sans-serif;
  color: #333;
  font-weight: 300;
}
.content {
  padding-top: 0px;
}
.container-fluid {
  padding-right: 10px;
  padding-left: 10px;
}
legend {
  font-family: 'Open Sans',sans-serif;
  padding-left: 10px;
}
label {
  font-weight: 500;
  margin: 5px 0 0 0;
}
.cell-toolbar * {
  font-size: 18px;
  margin-left: 2px;
  margin-right: 2px;
}
.login-modal {
  width: 90%;
}
.grid-toolbar {
  /*width: 400px;*/
}
/*
.container-modal{
    width: 800px;
}
*/
.control-panel {
  font-size: 3.6em;
}
.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;
}
.ml0 {
  margin-left: 0px !important;
}
.mr0 {
  margin-right: 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 {
  background-color: #efefef;
  border: 1px solid #E0DDD8;
  border-radius: 2px;
  padding: 2px 10px;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  color:#333333;
  margin: 0 4px;
}
.btn-default: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-danger.active, .btn-danger:active {
  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;
}
.text-small {
  font-size: 10px;
}
#details-modal .modal-header {
  background-color: #f6f6f6;
  font-family: 'Open Sans',sans-serif;
}
#details-modal .details-modal-body {
  margin: 16px 0;
}
#details-modal .modal-dialog {
  width: 66%;
}
#details-modal .modal-content {
  border-radius: 3px;
}
.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;
}

/* 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: 0;
    bottom: 0;
    left: 0;
    min-height: 110px;
    width: 100%;
    background-color: black;
}
.clock-helper-time {
    position: absolute;
    margin: 0;
    bottom: 0;
    left: 0;
    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: 0;
    right: 0;
    width: 640px;
    height: 360px;
}
.camera-helper iframe {
    border: 0;
    margin: 0;
    padding: 0;
    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: 0;
    padding: 0;
    margin-top: 1px;
    margin-bottom: 1px;
    border-radius: 4px;
}
.typed {
    padding-right: 0;
    padding-left: 0;
}
.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: 0;
    padding: 0;
    border: 1px solid gray;
    z-index: 10000;
    border-radius: 4px;
    overflow: hidden;
    padding-top: 4px;
}
.osk-row {
    opacity: 1;
    margin: 0;
    padding: 0;
}
.osk-digit p {
    font-size: 0.6em;
    font-weight: normal;
    margin: 0;
    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: 0;
    right: 0;
    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: 0;
}
li [ role = "presentation" ] .btn {
    font-size: 16px;
}
.reader-status {
    width: 132px;
    height: 48px;
    float: left;
    font-family: sans;
    margin: 0;
    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: 0;
    padding: 0;
    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: 0px;
  /* right: 0px; */
  min-height: 64px;
  width: 100%;
  z-index: 10000;
  font-size: 1em;
}
#alertas {
  background: white;
  color: #9a9a9a;
}
.alerts-alert-date {
  font-size: 0.777em;
}
.alert {
  padding: 25px 15px 15px 15px;
}
.alert-danger {
  text-align: center!important;
  background-image: url("/images/twotone_warning_black_24dp.png");
  background-repeat: no-repeat;
  background-position: top;
}

/* app.utils.alert("mensaje de prueba para la consola","danger",999999) */
.alert-dismissable, .alert-dismissible {
  padding-right: 15px;
}
.glyphicon {
  cursor: pointer;
}
.glyphicon-plus:before {
  color: #666;
}
.badge-danger {
  background-color: #f00;
}
.badge {
  padding: 3px 5px;
  font-size: 11px;
  font-weight: 700;
  vertical-align: top;
  /*background-color: #f00;*/ /* cambiar a este color una vez se activen las notificaciones */
  background-color: grey;
  border-radius: none;
  margin-left: -12px;
  color: #ffffff;
}
#feedchat_alerts {
  color: #333;
  text-transform: uppercase;
  font-size: 10px;
  padding: 15px;
}
.ui-widget-header {
  border: 1px solid #ddd;
/*  background: #398439;
  color: white;*/
  font-weight: bold;
}
.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;
}
.ui-jqgrid tr.jqgrow {
  outline-style: none;
}

/* Loading */
.ui-state-active, .ui-widget-content .ui-state-active {
  border: 1px solid #999;
  background: #EFEFEF;
  font-family: 'Open Sans', sans-serif;
  color: #454545;
  font-weight: 500;
  border-radius: 1px;
}
.ui-jqgrid .loading {
  left: 46%!important;
}
.scroll-x {
  max-height: 820px;
  width:100%;
  overflow-x: auto;
  float: left;
}
.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;
}

/* 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: #333;
  font-family: 'Open Sans',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: 4px;
}
div.tree li span {
  cursor: pointer;
}
div.tree li i {
  cursor: pointer;
  font-style: normal;
}
div#departments_add {
  max-height: 384px;
  overflow: auto;
}
div#personal_workshifts_add {
  max-height: 384px;
  overflow: auto;
}
input:invalid {
  border-color: #900;
  background-color: #fdd;
}

/* UI hacks */
.form-control {
  height: 28px;
  padding: 4px 6px;
  font-size: 12px;
  border-radius: 2px;
  border: 1px solid #999;
}
.form-control-date {
  display: inline-block;
  width: auto;
  font-size: 12px!important;
  padding: 4px!important;
  height: 28px;
  margin-left: 4px;
}
.form-horizontal label {
  font-weight: 500;
  font-family: 'Open Sans', sans-serif;
}
.form-horizontal input {
  background-color: #efefef;
  border: 1px solid #E0DDD8;
  border-radius: 2px;
  padding: 8px;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 12px;
}
input[type=file] {
  margin: 15px 0;
  font-size: 13px!important;
  font-family: 'Tahoma',sans-serif!important;
}
.select2-container--default .select2-search--inline .select2-search__field {
  font-size: 13px!important;
  padding: 4px!important;
  width: 100%!important;
}
.select2-container .select2-selection--single {
  height: 38px!important;
  padding: 4px;
}
iframe {
  border: none;
}

/* Navbar */
.navbar {
  margin-bottom: 16px;
}
.navbar li.dropdown {
  color: white;
}
.navbar li.dropdown-login {
  margin-top: 15px;
  float: right;
}
.navbar li.dropdown-login a {
  background-color: #efefef;
  border: 1px solid #E0DDD8;
  border-radius: 5px;
  padding: 10px;
  margin-right: 20px;
  text-decoration: none;
  color: #333333;
}
.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: 20px;
}
.navbar .dropdown-login {
  margin-top: 15px;
  margin-bottom: 35px;
  float: right;
}
.navbar .dropdown-login a {
  background-color: #efefef;
  border: 1px solid #E0DDD8;
  border-radius: 5px;
  padding: 10px;
  text-decoration: none;
  color: #333333;
}
.navbar-default {
  background-color: #efefef;
  /* height: 75px; */
}
.navbar-default .navbar-toggle {
  border-color: #efefef;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #333;
}
.navbar-default .navbar-nav > li > a {
  color: #383838;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}
.navbar-item {
  text-align: center;
}
.navbar-nav .open .dropdown-menu {
  background-color: #ebebeb;
}
.nav-tabs>li>a {
  border-radius: 2px 2px 0 0;
  background-color: whitesmoke;
  color: #3c3c3c;
}
/*.material-symbols-outlined {
  vertical-align: middle;
  cursor: pointer;
}*/
.material-symbol-account {
  font-size: 32px !important;
  vertical-align: middle;
  margin-top: -5px;
}
.material-symbol-person {
  vertical-align: bottom;
}
.r5-tease {
  display: block;
  padding: 15px 20px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background-color: #0275d8;
}

/* 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-pager, */ .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 #ddd !important;
  border-right: 1px solid #ddd !important;
  border-bottom: 1px solid #ddd !important;
  /* min-width: 1280px !important; */
}
.ui-jqgrid .ui-jqgrid-titlebar-close {
  margin: -10px 5px 0 0;
}
.ui-jqgrid .ui-paging-info, .ui-jqgrid .ui-pg-table {
  font-family: 'Verdana',sans-serif;
  font-size: 13px;
}
.ui-jqgrid .ui-pg-button:hover {
  padding: revert;
}
.fm-button {
  border: none !important;
}
.add-rule {
  margin-left: 5px;
  padding: 0px 5px;
}
.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: none; */
  -moz-border: none;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}
.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; /* bisque */
  background: lightgoldenrodyellow; /* bisque */
  color: #333;
}
.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;
}

/* Breadcrumb */
.breadcrumb {
  padding: 0px 0px 0px 0px;
  background-color: transparent;
  border-radius: 0;
  margin-bottom: 16px;
}
.breadcrumb > li {
  font-family: 'Open Sans', sans-serif;
  color: #666;
}
.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: 360px;
  overflow: hidden;
  /*float: left;*/
  /*width: 100%;*/
}
.photos-tools {
  position: absolute;
  float: left;
  z-index: auto;
  opacity: 0.666;
  background-color: #0f0f0f;
  width: 96%;
  padding: 8px;
}
.photos-tools-add {
  background: none;
  padding: 0;
  margin: 0;
  border: 0;
  width: 20px;
}

/* Estilos Staff */
.italic {
  font-family: 'Times New Roman',sans-serif;
  font-weight: 300;
  font-style: italic;
  font-size: 13px;
}
#iconCompanies span {
  font-family: 'Open Sans',sans-serif;
}
.cropper-toolbar span {
  font-size: 42px;
}
.cropper-toolbar .nav-stacked > li {
  float: left;
  padding: 10px;
}
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;
}

/* Estilos Tabla Jornales */
#harvest_att_list_form label {
  font-family: 'Open Sans', 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;
}
.footer {
  position: relative;
  bottom: 0;
  right: 0px;
  height: 48px;
  margin: 16px 16px 0px 0px;
  border-top: 1px solid #efefef;
  padding-top: 15px;
  font-size: 10px;
  font-family: 'Verdana',sans-serif;
  color: #999;
  display: none;
}

/* Bootstrap State Changes to Material Symbols */
.text-danger span.material-symbols-outlined {
  color: #dc3545;
}
.text-success span.material-symbols-outlined {
  color: #28a745;
}
.text-warning span.material-symbols-outlined {
  color: #ffc107;
}
.text-info span.material-symbols-outlined {
  color: #17a2b8;
}
.text-secondary span.material-symbols-outlined {
  color: #6c757d;
}
.text-light span.material-symbols-outlined {
  color: #f8f9fa;
}
.text-dark span.material-symbols-outlined {
  color: #343a40;
}

/* 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;
  }
  .col-xs-5 {
    float: left;
  }
  .hidden-overflow-xs{
    overflow:hidden;
  }
  #manage_form .source_list select {
    width:290px;
  }
}

@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: #ebebeb;
    border-radius: 2px;
  }
}
@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: 25px 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: 0!important;
        border-left: 0!important;
        border-bottom: 0;
    }*/
    /* #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;
  }
  .nav .btn-default {
    margin-bottom: 12px;
  }
  .navbar-header {
      float: none;
  }
  .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;
  }
  .navbar-default .navbar-nav > li > a {
    font-size: 18px;
  }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    background-color: #f9f6f1;
  }
  .navbar-right {
    margin-right: -15px;
  }

  /* since 3.1.0 */
  .collapse.in {
      display:block !important;
  }
  .breadcrumb {
    display: none;
    padding-top: 0px;
  }
}
