@import url("free-css/loader.75e7048014d1.css");
@import url("libs/jquery-ui.min.aac86d08d812.css");
@import url("libs/jquery-ui.structure.min.53519b364c8d.css");
@import url("libs/jquery-ui.theme.min.2d7e547f9e77.css");
.table-main-content {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  margin-top: 1em;
  height: 69%;
}
.table-content {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  margin-top: 1em;
  height: 100%;
}
table {
  width: 100%;
  border-collapse: collapse;
}
table thead {
  line-height: 1.2em;
  border-bottom: 1px solid #1565c0;
}
table thead th {
  color: rgba(0,0,0,0.54);
  font-weight: normal;
  padding: 6px 4px;
  font-size: 0.8em;
}
table tbody tr {
  border-bottom: 1px solid rgba(0,0,0,0.12);
}
table tbody tr.active {
  background-color: rgba(41,47,55,0.3);
}
table tbody tr.activeborder {
  border-bottom: solid 3px #de5200;
}
table tbody td {
  color: rgba(0,0,0,0.87);
  font-size: 0.8em;
  padding: 6px 4px;
}
table tfoot tr {
  border-top: 1px solid #de5200;
}
table tfoot td {
  color: #de5200;
  font-size: 0.8em;
  padding: 6px 4px;
}
.table-body-content {
  height: 69%;
  width: 100%;
  display: block;
  overflow-y: auto;
}
input[type='text'],
input[type='password'],
input[type='file'],
input[type='number'],
textarea,
select {
  appearance: none !important;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid rgba(41,47,55,0.87);
  color: rgba(0,0,0,0.54);
  font-family: inherit;
  padding: 5px 0;
  width: 100%;
  font-size: 1em;
}
input[type="text"],
input[type='password'] {
  height: 1.2em;
}
select position relativeafter {
  position: absolute;
  top: 0.75em;
  right: 0.5em;
/* Styling the down arrow */
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 0.25em solid transparent;
  border-right: 0.25em solid transparent;
  border-top: 0.375em solid rgba(0,0,0,0.87);
  pointer-events: none;
}
input[type='text']:focus,
input[type='password']:focus,
input[type='file']:focus,
input[type='number']:focus,
select:focus,
textarea:focus {
  outline: none;
  border-bottom: 1px solid #1565c0;
}
input[type='text']:disabled,
input[type='password']:disabled,
input[type='number']:disabled,
select:disabled,
textarea:disabled {
  border-bottom: 1px solid rgba(0,0,0,0.12);
  background-color: rgba(0,0,0,0.12);
}
form.inline-form {
  display: block;
  width: 100%;
}
form.inline-form div {
  display: inline-block;
}
form.form-block {
  display: block;
  width: 100%;
}
form.form-block > div {
  margin-top: 1em;
  display: block;
}
form.form-block > div .field-content {
  margin-top: 2em;
  display: block;
}
.btn {
  webkit-animation-duration: 0.1ms;
  animation-duration: 0.1ms;
  -webkit-animation-name: mui-node-inserted;
  animation-name: mui-node-inserted;
  line-height: 18px;
  text-transform: uppercase;
  color: rgba(0,0,0,0.87);
  background-color: #fff;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  height: 36px;
  padding: 0 26px;
  margin-top: 6px;
  margin-bottom: 6px;
  border: none;
  border-radius: 2px;
  cursor: pointer;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background-image: none;
  text-align: center;
  line-height: 36px;
  vertical-align: middle;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 14px;
  letter-spacing: 0.03em;
  position: relative;
  overflow: hidden;
  font-weight: 700;
}
.btn-primary {
  background-color: #de5200;
  color: #fff;
}
.btn-primary:hover {
  background-color: #1565c0;
  color: #fff;
}
.btn-link-primary {
  color: #de5200;
  border-bottom: 2px solid #de5200;
}
.btn-accent {
  background-color: #ff3d00;
  color: #fff;
}
.btn-accent:hover {
  background-color: rgba(0,0,0,0.6);
  color: #fff;
}
.btn-gray {
  background-color: rgba(0,0,0,0.4);
  color: #fff;
}
.btn-gray:hover {
  background-color: rgba(0,0,0,0.6);
  color: #fff;
}
.text-help {
  color: rgba(0,0,0,0.54);
  font-size: 0.8em;
}
.text-error {
  color: #c62828;
  font-size: 0.8em;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-amber {
  color: #ffa000;
}
.text-green {
  color: #4caf50;
}
.text-red {
  color: #d32f2f;
}
.text-gray {
  color: #696969;
}
.text-bag-success {
  display: inline-block;
  background-color: #4caf50;
  width: auto;
  padding: 7px 8px;
  color: #fff;
  font-weight: bold;
}
.link {
  text-decoration: none;
}
.link:hover {
  text-decoration: none;
}
.link-primary {
  color: #de5200;
}
.link-primary:hover {
  color: primaryDarkColor;
}
.link-accent {
  color: #ff3d00;
}
.link-accent:hover {
  color: rgba(255,61,0,0.7);
}
.link-purple {
  color: #7b1fa2;
}
.link-purple:hover {
  color: #4a148c;
}
.link-blue {
  color: #0288d1;
}
.link-blue:hover {
  color: #01579b;
}
.link-amber {
  color: #ffa000;
}
.link-amber:hover {
  color: #ff6f00;
}
.link-red {
  color: #d32f2f;
}
.link-red:hover {
  color: #b71c1c;
}
.link-green {
  color: #4caf50;
}
.link-green:hover {
  color: #1b5e20;
}
.link-gray {
  color: #808080;
}
.link-gray:hover {
  color: #a9a9a9;
}
.wrap-side {
  background-color: rgba(255,255,255,0.8);
  display: block;
  float: right;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 20%;
  z-index: -1;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16), 0 0 2px 0 rgba(0,0,0,0.12);
}
.wrap-side .side-content {
  display: block;
  margin: 0 auto;
  padding: 1em;
  width: 80%;
  height: 80%;
}
.wrap-side .side-content .side-close {
  display: block;
  width: 100%;
  text-align: left;
}
.wrap-side .side-content .side-header {
  color: rgba(0,0,0,0.54);
  margin-top: 3em;
  padding-bottom: 0.5em;
  text-align: center;
  width: 100%;
  border-bottom: 1px solid rgba(0,0,0,0.54);
}
.wrap-side .side-content .side-body {
  display: block;
  height: 80%;
  margin-top: 2em;
  min-height: 300px;
  overflow-y: auto;
  width: 100%;
}
.wrap-side .side-content .side-body > div {
  display: block;
  height: 100%;
}
.wrap-side .side-content .side-body .black-text {
  color: rgba(0,0,0,0.9) !important;
}
.wrap-side .side-content .side-body .mtop10 {
  margin-top: 10px;
}
.wrap-side .side-content .side-footer {
  display: block;
  width: 100%;
}
.snackbar {
  bottom: 0;
  display: block;
  height: 0;
  margin: 0 auto;
  position: fixed;
  width: 100%;
}
.snackbar .snackbar-content {
  background-color: rgba(0,0,0,0.8);
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16), 0 0 2px 0 rgba(0,0,0,0.12);
  display: block;
  height: 100%;
  margin: 0 auto;
  padding-top: 1em;
  width: 60%;
  z-index: 11;
}
.snackbar .snackbar-content .snackbar-content-left {
  color: #fff;
  display: inline-block;
  height: 100%;
  margin-left: 2em;
  width: 58%;
}
.snackbar .snackbar-content .snackbar-content-right {
  display: inline-block;
  float: right;
  height: 100%;
  margin-right: 2em;
  width: 25%;
  text-align: right;
}
.main-message {
  display: block;
  font-family: 'Droid Sans', sans-serif;
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  background-color: #de5200;
}
.datepicker-ui,
.ui-widget,
.ui-widget-content,
.ui-helper-clearfix ui-corner-all {
  background-color: #fff;
  padding: 0;
  border: none;
  font-family: 'Droid Sans', sans-serif;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16), 0 0 2px 0 rgba(0,0,0,0.12);
/*
  *  encabezado del calendario
  */
/*
  *  Cuerpo del calendario
  */
}
.datepicker-ui .ui-widget-header,
.ui-widget .ui-widget-header,
.ui-widget-content .ui-widget-header,
.ui-helper-clearfix ui-corner-all .ui-widget-header {
  padding-top: 2em;
  background-color: #de5200;
  border: none;
  color: #fff;
  border-radius: 0;
}
.datepicker-ui .ui-widget-header .ui-datepicker-prev,
.ui-widget .ui-widget-header .ui-datepicker-prev,
.ui-widget-content .ui-widget-header .ui-datepicker-prev,
.ui-helper-clearfix ui-corner-all .ui-widget-header .ui-datepicker-prev,
.datepicker-ui .ui-widget-header .ui-datepicker-next,
.ui-widget .ui-widget-header .ui-datepicker-next,
.ui-widget-content .ui-widget-header .ui-datepicker-next,
.ui-helper-clearfix ui-corner-all .ui-widget-header .ui-datepicker-next {
  margin-top: 2em;
  border: none;
  color: #fff;
}
.datepicker-ui .ui-widget-header .ui-datepicker-prev:hover,
.ui-widget .ui-widget-header .ui-datepicker-prev:hover,
.ui-widget-content .ui-widget-header .ui-datepicker-prev:hover,
.ui-helper-clearfix ui-corner-all .ui-widget-header .ui-datepicker-prev:hover,
.datepicker-ui .ui-widget-header .ui-datepicker-next:hover,
.ui-widget .ui-widget-header .ui-datepicker-next:hover,
.ui-widget-content .ui-widget-header .ui-datepicker-next:hover,
.ui-helper-clearfix ui-corner-all .ui-widget-header .ui-datepicker-next:hover {
  border-radius: 1em;
  background-color: #1565c0;
  color: #fff;
}
.datepicker-ui .ui-widget-header .ui-datepicker-prev,
.ui-widget .ui-widget-header .ui-datepicker-prev,
.ui-widget-content .ui-widget-header .ui-datepicker-prev,
.ui-helper-clearfix ui-corner-all .ui-widget-header .ui-datepicker-prev,
.datepicker-ui .ui-widget-header .ui-datepicker-prev:hover,
.ui-widget .ui-widget-header .ui-datepicker-prev:hover,
.ui-widget-content .ui-widget-header .ui-datepicker-prev:hover,
.ui-helper-clearfix ui-corner-all .ui-widget-header .ui-datepicker-prev:hover {
  background-image: url("/static/images/jquery-ui/ic_navigate_before_white_24px.3a2bbfb06077.svg");
  margin-left: 1em;
  background-repeat: no-repeat;
  margin-top: 2.5em;
  background-position: 1px 2px;
}
.datepicker-ui .ui-widget-header .ui-datepicker-next,
.ui-widget .ui-widget-header .ui-datepicker-next,
.ui-widget-content .ui-widget-header .ui-datepicker-next,
.ui-helper-clearfix ui-corner-all .ui-widget-header .ui-datepicker-next,
.datepicker-ui .ui-widget-header .ui-datepicker-next:hover,
.ui-widget .ui-widget-header .ui-datepicker-next:hover,
.ui-widget-content .ui-widget-header .ui-datepicker-next:hover,
.ui-helper-clearfix ui-corner-all .ui-widget-header .ui-datepicker-next:hover {
  background-image: url("/static/images/jquery-ui/ic_navigate_next_white_24px.fbba8092d75e.svg");
  background-repeat: no-repeat;
  margin-right: 1em;
  margin-top: 2.5em;
  opacity: 1;
  background-position: 1px 2px;
}
.datepicker-ui .ui-widget-header .ui-icon,
.ui-widget .ui-widget-header .ui-icon,
.ui-widget-content .ui-widget-header .ui-icon,
.ui-helper-clearfix ui-corner-all .ui-widget-header .ui-icon {
  background-image: None !important;
}
.datepicker-ui .ui-widget-header .ui-icon:hover,
.ui-widget .ui-widget-header .ui-icon:hover,
.ui-widget-content .ui-widget-header .ui-icon:hover,
.ui-helper-clearfix ui-corner-all .ui-widget-header .ui-icon:hover {
  color: #fff;
}
.datepicker-ui .ui-widget-header .ui-datepicker-month,
.ui-widget .ui-widget-header .ui-datepicker-month,
.ui-widget-content .ui-widget-header .ui-datepicker-month,
.ui-helper-clearfix ui-corner-all .ui-widget-header .ui-datepicker-month,
.datepicker-ui .ui-widget-header .ui-datepicker-year,
.ui-widget .ui-widget-header .ui-datepicker-year,
.ui-widget-content .ui-widget-header .ui-datepicker-year,
.ui-helper-clearfix ui-corner-all .ui-widget-header .ui-datepicker-year {
  color: #fff;
  background-color: #de5200;
  font-size: 2em;
}
.datepicker-ui .ui-widget-header .ui-datepicker-month:hover,
.ui-widget .ui-widget-header .ui-datepicker-month:hover,
.ui-widget-content .ui-widget-header .ui-datepicker-month:hover,
.ui-helper-clearfix ui-corner-all .ui-widget-header .ui-datepicker-month:hover,
.datepicker-ui .ui-widget-header .ui-datepicker-year:hover,
.ui-widget .ui-widget-header .ui-datepicker-year:hover,
.ui-widget-content .ui-widget-header .ui-datepicker-year:hover,
.ui-helper-clearfix ui-corner-all .ui-widget-header .ui-datepicker-year:hover {
  border: none;
  color: #fff;
  background-color: #de5200;
}
.datepicker-ui .ui-widget-header .ui-datepicker-month:active,
.ui-widget .ui-widget-header .ui-datepicker-month:active,
.ui-widget-content .ui-widget-header .ui-datepicker-month:active,
.ui-helper-clearfix ui-corner-all .ui-widget-header .ui-datepicker-month:active,
.datepicker-ui .ui-widget-header .ui-datepicker-year:active,
.ui-widget .ui-widget-header .ui-datepicker-year:active,
.ui-widget-content .ui-widget-header .ui-datepicker-year:active,
.ui-helper-clearfix ui-corner-all .ui-widget-header .ui-datepicker-year:active {
  border: none;
  color: #fff;
  background-color: #de5200;
}
.datepicker-ui table.ui-datepicker-calendar,
.ui-widget table.ui-datepicker-calendar,
.ui-widget-content table.ui-datepicker-calendar,
.ui-helper-clearfix ui-corner-all table.ui-datepicker-calendar {
  margin-top: 1.5em;
}
.datepicker-ui table.ui-datepicker-calendar thead,
.ui-widget table.ui-datepicker-calendar thead,
.ui-widget-content table.ui-datepicker-calendar thead,
.ui-helper-clearfix ui-corner-all table.ui-datepicker-calendar thead {
  font-weight: 400;
}
.datepicker-ui table.ui-datepicker-calendar tbody tr,
.ui-widget table.ui-datepicker-calendar tbody tr,
.ui-widget-content table.ui-datepicker-calendar tbody tr,
.ui-helper-clearfix ui-corner-all table.ui-datepicker-calendar tbody tr {
  border: none;
}
.datepicker-ui table.ui-datepicker-calendar tbody tr td a,
.ui-widget table.ui-datepicker-calendar tbody tr td a,
.ui-widget-content table.ui-datepicker-calendar tbody tr td a,
.ui-helper-clearfix ui-corner-all table.ui-datepicker-calendar tbody tr td a {
  padding: 0.6em;
  text-align: center;
  border: none;
  background-color: transparent;
  height: 2em;
  line-height: 2em;
}
.datepicker-ui table.ui-datepicker-calendar tbody tr td a:hover,
.ui-widget table.ui-datepicker-calendar tbody tr td a:hover,
.ui-widget-content table.ui-datepicker-calendar tbody tr td a:hover,
.ui-helper-clearfix ui-corner-all table.ui-datepicker-calendar tbody tr td a:hover {
  color: #fff;
  background-color: #de5200;
  border-radius: 3.5em;
}
.datepicker-ui table.ui-datepicker-calendar tbody tr td a.ui-state-highlight,
.ui-widget table.ui-datepicker-calendar tbody tr td a.ui-state-highlight,
.ui-widget-content table.ui-datepicker-calendar tbody tr td a.ui-state-highlight,
.ui-helper-clearfix ui-corner-all table.ui-datepicker-calendar tbody tr td a.ui-state-highlight {
  color: #1565c0;
}
.datepicker-ui table.ui-datepicker-calendar tbody tr td a.ui-state-active,
.ui-widget table.ui-datepicker-calendar tbody tr td a.ui-state-active,
.ui-widget-content table.ui-datepicker-calendar tbody tr td a.ui-state-active,
.ui-helper-clearfix ui-corner-all table.ui-datepicker-calendar tbody tr td a.ui-state-active {
  color: #fff;
  background-color: #de5200;
  border-radius: 3.5em;
}
section.main-menu {
  background-color: rgba(0,0,0,0.7);
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 0;
  z-index: 10;
}
section.main-menu nav.main-menu-nav {
  background-color: #fff;
  display: none;
  height: 100%;
  width: 300px;
  z-index: 11;
  margin: 0;
  padding: 0;
  padding-top: 2em;
  overflow-y: auto;
  position: absolute;
  bottom: 0px;
}
section.main-menu nav.main-menu-nav .main-menu-nav-header {
  border-bottom: 1px solid #1565c0;
  color: #de5200;
  display: block;
  font-size: 2em;
  padding-bottom: 1em;
  text-align: center;
  width: 100%;
  padding-top: 1em;
}
section.main-menu nav.main-menu-nav .main-menu-nav-header a {
  padding-left: 1em;
  float: left;
  color: #de5200;
}
section.main-menu nav.main-menu-nav .main-menu-nav-header a i {
  display: inline-block;
}
section.main-menu nav.main-menu-nav .main-menu-nav-header a:hover {
  color: #1565c0;
}
section.main-menu nav.main-menu-nav .main-menu-nav-header span {
  display: inline-block;
}
section.main-menu nav.main-menu-nav > ul {
  display: block;
  list-style-type: none;
  padding: 0 1em;
  width: 100%;
}
section.main-menu nav.main-menu-nav > ul li {
  padding: 5px 0;
  width: 100%;
}
section.main-menu nav.main-menu-nav > ul li > ul {
  list-style-type: none;
  padding: 0 1.5em;
}
section.main-menu nav.main-menu-nav > ul li > ul li {
  padding: 5px 0;
}
section.main-menu nav.main-menu-nav > ul li > ul li > ul {
  padding: 0 2.5em;
  list-style-type: square;
}
section.main-menu nav.main-menu-nav > ul li > ul li > ul li {
  padding: 5px 0;
}
section.main-menu nav.main-menu-nav > ul li a {
  color: #de5200;
  display: block;
  text-decoration: none;
  width: 90%;
}
section.main-menu nav.main-menu-nav > ul li a:hover {
  color: #1565c0;
  text-decoration: none;
}
section.main-menu nav.main-menu-nav > ul li span {
  color: rgba(0,0,0,0.6);
}
.main-login {
  background-image: url("../images/loginVentamovil.bd808fe13b39.jpg");
  background-size: cover;
  display: block;
  height: 100%;
}
.main-login .login-section {
  background-color: rgba(41,47,55,0.8);
  display: block;
  height: 100%;
  padding: 0 2em;
  padding-top: 10%;
  text-align: center;
  width: 25%;
}
.main-login .login-section form {
  display: block;
  width: 100%;
}
.main-login .login-section form .login-title {
  font-size: 2em;
  color: #fff;
}
.main-login .login-section form .group-field-form {
  margin-top: 1em;
}
.main-login .login-section form input[type='text'],
.main-login .login-section form input[type='password'] {
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 1.2em;
  margin-top: 1em;
}
.main-login .login-section form input[type='text']::-webkit-input-placeholder {
  color: #fff;
}
.main-login .login-section form input[type='text']:-moz-placeholder {
  color: #fff;
}
.main-login .login-section form input[type='text']::-moz-placeholder {
  color: #fff;
}
.main-login .login-section form input[type='text']:-ms-input-placeholder {
  color: #fff;
}
.main-login .login-section form input[type='password']::-webkit-input-placeholder {
  color: #fff;
}
.main-login .login-section form input[type='password']:-moz-placeholder {
  color: #fff;
}
.main-login .login-section form input[type='password']::-moz-placeholder {
  color: #fff;
}
.main-login .login-section form input[type='password']:-ms-input-placeholder {
  color: #fff;
}
.main-login .login-section form .btn {
  font-size: 1.2em;
  margin-top: 2em;
  width: 100%;
}
.unassigned {
  display: block;
  height: 90%;
  margin: 0;
  padding: 0;
  width: 100%;
  min-height: 630px;
  overflow-y: auto;
}
.unassigned .title-card-view {
  font-size: 12px;
  margin: 0;
}
.unassigned .deposits-banks {
  height: 35%;
}
.unassigned .deposits-banks .table-content {
  height: 100%;
}
.unassigned .deposits-clients {
  height: 45%;
}
.unassigned .deposits-clients .table-content {
  height: 100%;
}
.unassigned .table-content {
  font-size: 12px;
}
.side-content .image-detail {
  width: 90%;
}
.scroll-x {
  overflow-x: auto;
}
.gray {
  background: #808080 !important;
}
.status_container >.display-inline {
  margin-right: 2%;
  width: 48%;
}
.menu_side {
  -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16), 0 0 2px 0 rgba(0,0,0,0.12);
  -moz-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16), 0 0 2px 0 rgba(0,0,0,0.12);
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16), 0 0 2px 0 rgba(0,0,0,0.12);
  position: absolute;
  right: 0;
  top: 64px;
  width: 30px;
  height: 300px;
}
.menu_side .tag {
  background: #fff;
  width: 100%;
  text-align: center;
  color: #fff;
  box-sizing: border-box;
  height: 50%;
  border-bottom: 1px solid #ccc;
}
.menu_side .tag .tag_name {
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  display: inline-block;
  width: 100%;
  background: #de5200;
  vertical-align: top;
  height: 100%;
}
.menu_side .tag .tag_name_noaction {
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  display: inline-block;
  width: 100%;
  background: #de5200;
  vertical-align: top;
  height: 100%;
  cursor: pointer;
}
.menu_side .tag .tag_side__container {
  display: inline-block;
  width: 0;
  background: #fff;
}
.menu_side .tag .tag_side__container .table__side_balance {
  width: 80%;
  margin: auto;
}
.black_screen {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.4);
}
.black_screen .modal {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -330px;
  height: 660px;
  width: 800px;
  margin-left: -400px;
}
.black_screen .modal .close_modal {
  width: 250px;
  text-align: right;
  float: right;
  color: #f00;
  font-weight: bolder;
  cursor: pointer;
}
.black_screen .modal form {
  width: 100%;
  margin-top: 20px;
}
.black_screen .table_noflow {
  overflow: auto;
  height: 500px;
}
.black_screen .loading {
  float: left;
}
.md-calendar-day-header {
  width: inherit !important;
}
.md-calendar-day-header thead {
  border-bottom: none !important;
}
.md-calendar tbody tr,
.md-calendar tbody td {
  border-bottom: none !important;
  font-size: inherit !important;
}
.monitor__container table tbody tr:nth-child(odd) {
  background: #f5f5f5;
}
.monitor__container table tbody tr:nth-child(even) {
  background: #fff;
}
html,
body,
.main,
.main-login {
  display: block;
  font-family: 'Droid Sans', sans-serif;
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
}
.main {
  position: static;
}
.main .header {
  background-color: #de5200;
  color: #fff;
  display: block;
  height: 4em;
  width: 100%;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16), 0 0 2px 0 rgba(0,0,0,0.12);
}
.main .header div {
  display: block;
  margin: 0 auto;
  padding-top: 1em;
}
.main .header div .app-name-section {
  width: 60%;
}
.main .header div .app-name-section .show-menu {
  color: #fff;
}
.main .header div .app-name-section .show-menu:hover {
  color: #000;
}
.main .header div .app-name-section span.header-title {
  margin-left: 2em;
  font-weight: 700;
  font-size: 2em;
}
.main .header div .app-name-section span.small {
  font-weight: 400;
  font-size: 24px !important;
}
.main .header div .app-name-user {
  width: 30%;
  float: right;
}
.main .header-error {
  background-color: #c62828 !important;
}
.main .wrap {
  background-color: #fafafa;
  display: block;
  height: 90%;
  padding-top: 0.5em;
  width: 100%;
}
.width-5 {
  width: 5%;
}
.width-8 {
  width: 8%;
}
.width-10 {
  width: 10%;
}
.width-15 {
  width: 15%;
}
.width-20 {
  width: 20%;
}
.width-25 {
  width: 25%;
}
.width-10 {
  width: 10%;
}
.width-30 {
  width: 30%;
}
.width-40 {
  width: 40%;
}
.width-45 {
  width: 45%;
}
.width-50 {
  width: 50%;
}
.width-60 {
  width: 60%;
}
.width-65 {
  width: 65%;
}
.width-70 {
  width: 70%;
}
.width-80 {
  width: 80%;
}
.width-90 {
  width: 90%;
}
.width-100 {
  width: 100%;
}
.trhigh {
  background: #ffc !important;
}
.code05 {
  background: #ffbbef !important;
}
.time30 {
  background: #ffed06;
}
.time45 {
  background: #ffcb00;
}
.time60 {
  background: #ff4a00;
}
.error_code {
  color: #f00;
}
.rojo {
  color: #f00;
}
.verde {
  color: #008000;
}
.naranja {
  color: #ffa500;
}
.pointer {
  cursor: pointer;
}
.container-flex {
  display: flex;
}
.item-flex {
  flex-grow: 1;
  flex-shrink: 1;
  width: auto;
  margin: 4px;
}
.display-inline {
  display: inline-block !important;
  box-sizing: border-box;
  vertical-align: top;
}
.coin-format::before {
  content: '$ ';
}
.card-view {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16), 0 0 2px 0 rgba(0,0,0,0.12);
  margin: 0 auto;
  margin-bottom: 20px;
  padding: 15px;
  letter-spacing: normal;
}
.card-view-half {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16), 0 0 2px 0 rgba(0,0,0,0.12);
  padding: 15px;
  display: inline-block;
  margin: 1em;
}
.title-card-view {
  color: #de5200;
}
.disp-block {
  display: block;
  margin: 5px 0;
}
.disp-inblock {
  display: inline-block;
  margin: 5px 0;
  letter-spacing: normal;
  box-sizing: border-box;
}
.bordr-bottom {
  border-bottom: 1px solid rgba(41,47,55,0.3);
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.text-header {
  color: rgba(0,0,0,0.54);
}
.text-body {
  color: rgba(0,0,0,0.87);
}
.div-center {
  margin: 0 auto;
}
.hide {
  display: none;
}
.fz-8 {
  font-size: 0.8em;
}
.fz-32 {
  font-size: 32px !important;
}
.pad-16 {
  padding: 16px;
}
.pad-8 {
  padding: 8px;
}
.margin-center {
  margin-right: auto !important;
  margin-left: auto !important;
}
.margin-10-top {
  margin-top: 10px !important;
}
.margin-20-top {
  margin-top: 20px !important;
}
.margin-30-left {
  margin-left: 30px;
}
.bg-espera {
  background-color: #ebe7fb;
}
.bg-proceso {
  background-color: #f2f5a9;
}
.bg-cancelado {
  background-color: #fa5858;
}
.bg-otro {
  background-color: #f3cb73;
}
.label {
  padding: 0.2em 0.3em 0.3em;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
  text-decoration: none;
}
.ofya {
  overflow-y: auto;
}
