* {
  outline: none !important; }

html {
  position: relative;
  min-height: 100%; }

body {
  margin-bottom: 200px !important;
  font-family: "Roboto";
  color: #333; }

a {
  text-decoration: none !important;
  cursor: pointer; }

footer {
  background-color: #060857;
  position: absolute;
  bottom: 0px;
  width: 100%;
  margin-top: 100px;
  padding: 25px;
  text-align: center;
  color: #FFF;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  font-family: "Roboto"; }

.material-icons {
  vertical-align: middle; }

.notDragImage, #pageHeader #firstSlice #firstSliceContainer .logo img, #pageHeader #firstSlice #firstSliceContainer .user img {
  user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none; }

.sectionTitle {
  text-transform: uppercase;
  font-size: 30px;
  margin-top: 20px;
  margin-bottom: 30px;
  border-bottom: 2px solid #54a51c; }

.subSectionTitle {
  text-transform: uppercase;
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  display: inline-block;
  border-bottom: 2px solid #54a51c; }

.subSubSectionTitle {
  text-transform: uppercase;
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 20px;
  border-bottom: 2px solid #54a51c; }

.alert {
  position: relative;
  text-align: center;
  margin-bottom: 30px;
  padding-left: 50px;
  padding-right: 50px; }
  .alert:before {
    font-family: 'Material Icons';
    font-size: 30px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 15px; }
  .alert .close {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px; }

.alert-info {
  background-color: #d9edf7;
  border-color: #afd9ee;
  color: #1b6083; }
  .alert-info:before {
    content: 'info_outline'; }

.alert-danger {
  background-color: #f2dede;
  border-color: #e4b9b9;
  color: #712d2d; }
  .alert-danger:before {
    content: 'error'; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #f7ecb5;
  color: #9c8611; }
  .alert-warning:before {
    content: 'report_problem'; }

.alert-success {
  background-color: #dff0d8;
  border-color: #c1e2b3;
  color: #3d6c2a; }
  .alert-success:before {
    content: 'check_circle'; }

.pagination > li > a, .pagination > li > span {
  color: #060857; }

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  background-color: #060857 !important;
  border: 1px solid #060857 !important; }

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
  background-color: #DEF6FF; }

.pagination + p {
  text-align: right; }

.progress {
  margin-bottom: 15px; }
  .progress .progress-bar-info {
    background-color: #5bc0de;
    color: #FFF; }
  .progress .progress-bar-success {
    background-color: #5cb85c;
    color: #FFF; }
  .progress .progress-bar-warning {
    background-color: #f0ad4e;
    color: #FFF; }
  .progress .progress-bar-danger {
    background-color: #d9534f;
    color: #FFF; }

.badge {
  margin-left: 5px; }
  .badge.info {
    background-color: #060857;
    color: #FFF; }
  .badge.danger {
    background-color: #F00;
    color: #FFF; }
  .badge.warning {
    background-color: #e5e500;
    color: #333; }
  .badge.success {
    background-color: #008000;
    color: #FFF; }
  .badge.infoInverse {
    background-color: #FFF;
    color: #060857; }

.breadcrumb {
  background-color: #DEF6FF; }
  .breadcrumb a {
    color: #060857; }

.modal .modal-title {
  text-transform: uppercase;
  font-size: 18px;
  color: #060857; }

#pageHeader {
  margin-bottom: 30px; }
  #pageHeader #firstSlice {
    background-color: #060857;
    height: 70px; }
    #pageHeader #firstSlice #firstSliceContainer {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 100%; }
      #pageHeader #firstSlice #firstSliceContainer .logo {
        width: 20%;
        position: relative; }
        @media (max-width: 767px) {
          #pageHeader #firstSlice #firstSliceContainer .logo {
            width: 50%; } }
        #pageHeader #firstSlice #firstSliceContainer .logo img {
          display: block;
          position: absolute;
          max-width: 100%;
          max-height: 50px;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
      #pageHeader #firstSlice #firstSliceContainer .title {
        width: 60%;
        height: 100%;
        font-size: 20px;
        text-transform: uppercase;
        color: #FFF; }
        @media (max-width: 767px) {
          #pageHeader #firstSlice #firstSliceContainer .title {
            display: none; } }
        #pageHeader #firstSlice #firstSliceContainer .title span {
          display: block;
          text-align: center;
          position: relative;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
      #pageHeader #firstSlice #firstSliceContainer .user {
        width: 20%;
        height: 100%;
        color: #FFF;
        position: relative; }
        @media (max-width: 767px) {
          #pageHeader #firstSlice #firstSliceContainer .user {
            width: 50%; } }
        #pageHeader #firstSlice #firstSliceContainer .user .name {
          position: relative;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          margin-right: 50px;
          text-align: right; }
          @media (max-width: 991px) {
            #pageHeader #firstSlice #firstSliceContainer .user .name {
              display: none; } }
        #pageHeader #firstSlice #firstSliceContainer .user img {
          height: 40px;
          width: 40px;
          border-radius: 50%;
          position: absolute;
          right: 0;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
        #pageHeader #firstSlice #firstSliceContainer .user .toggleBtn {
          display: none;
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          color: #FFF; }
          #pageHeader #firstSlice #firstSliceContainer .user .toggleBtn i {
            font-size: 30px; }
        #pageHeader #firstSlice #firstSliceContainer .user .toggleBtn[rel='menu'] {
          right: 50px; }
          @media (max-width: 991px) {
            #pageHeader #firstSlice #firstSliceContainer .user .toggleBtn[rel='menu'] {
              display: inline-block; } }
        #pageHeader #firstSlice #firstSliceContainer .user .toggleBtn[rel='filter'] {
          right: 90px; }
          @media (max-width: 767px) {
            #pageHeader #firstSlice #firstSliceContainer .user .toggleBtn[rel='filter'] {
              display: inline-block; } }
  #pageHeader #secondSlice {
    position: relative;
    z-index: 1001;
    background-color: #54a51c; }
    #pageHeader #secondSlice #secondSliceContainer {
      position: relative; }
      #pageHeader #secondSlice #secondSliceContainer .toggleBtn {
        display: none; }
      #pageHeader #secondSlice #secondSliceContainer ul {
        padding: 5px 0px;
        margin: 0px; }
        #pageHeader #secondSlice #secondSliceContainer ul li {
          position: relative;
          list-style: none;
          display: inline-block;
          margin-right: 10px; }
          #pageHeader #secondSlice #secondSliceContainer ul li a {
            font-size: 12px;
            color: #FFF;
            display: block;
            padding: 10px;
            text-transform: uppercase;
            font-weight: bold;
            -webkit-transition: .5s all ease;
            -o-transition: .5s all ease;
            transition: .5s all ease; }
            #pageHeader #secondSlice #secondSliceContainer ul li a:hover, #pageHeader #secondSlice #secondSliceContainer ul li a.active {
              background-color: #FFF;
              border-radius: 30px;
              color: #060857; }
            #pageHeader #secondSlice #secondSliceContainer ul li a + ul {
              display: none;
              position: absolute;
              background-color: #54a51c;
              top: 100%;
              margin-top: 5px;
              padding: 5px;
              width: 100%;
              border-radius: 0px 0px 5px 5px;
              width: 200px; }
              #pageHeader #secondSlice #secondSliceContainer ul li a + ul li {
                display: block;
                width: 100%;
                margin-bottom: 5px; }
                #pageHeader #secondSlice #secondSliceContainer ul li a + ul li a {
                  display: inline-block;
                  font-size: 12px; }
      #pageHeader #secondSlice #secondSliceContainer .userActions {
        position: absolute;
        right: 0;
        top: 0;
        padding-top: 5px;
        padding-right: 15px; }
        #pageHeader #secondSlice #secondSliceContainer .userActions a {
          display: inline-block;
          margin-left: 5px;
          font-size: 18px;
          padding: 5px;
          -webkit-transition: .5s all ease;
          -o-transition: .5s all ease;
          transition: .5s all ease; }
          #pageHeader #secondSlice #secondSliceContainer .userActions a:hover {
            border-radius: 50%;
            background-color: #FFF; }
            #pageHeader #secondSlice #secondSliceContainer .userActions a:hover i {
              color: #54a51c; }
          #pageHeader #secondSlice #secondSliceContainer .userActions a i {
            position: relative;
            color: #FFF;
            line-height: 0; }
  @media (max-width: 991px) {
    #pageHeader #secondSlice {
      background-color: #DEF6FF;
      position: fixed;
      top: 0;
      left: -300px;
      width: 300px;
      height: 100vh;
      z-index: 1000;
      overflow-y: scroll;
      -webkit-transition: all ease 0.5s;
      -o-transition: all ease 0.5s;
      transition: all ease 0.5s; }
      #pageHeader #secondSlice.show {
        left: 0; }
      #pageHeader #secondSlice #secondSliceContainer {
        width: 100%;
        min-height: 100%; }
        #pageHeader #secondSlice #secondSliceContainer .toggleBtn {
          position: absolute;
          top: 55px;
          right: 15px;
          display: inline-block;
          z-index: 1; }
          #pageHeader #secondSlice #secondSliceContainer .toggleBtn i {
            color: #060857;
            font-size: 40px; }
        #pageHeader #secondSlice #secondSliceContainer > ul {
          margin-top: 50px;
          margin-bottom: 30px; }
          #pageHeader #secondSlice #secondSliceContainer > ul li {
            width: 100%;
            display: block;
            margin-bottom: 5px; }
            #pageHeader #secondSlice #secondSliceContainer > ul li a {
              display: inline-block;
              padding: 10px;
              margin-left: 0px;
              color: #060857; }
              #pageHeader #secondSlice #secondSliceContainer > ul li a i {
                display: none; }
              #pageHeader #secondSlice #secondSliceContainer > ul li a span {
                display: inline-block; }
              #pageHeader #secondSlice #secondSliceContainer > ul li a + ul {
                position: relative;
                padding-left: 10px;
                background-color: #DEF6FF; }
        #pageHeader #secondSlice #secondSliceContainer .userActions {
          position: absolute;
          top: 0;
          width: 300px;
          left: 0;
          background-color: #060857;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          padding-top: 0px;
          padding-right: 0px; }
          #pageHeader #secondSlice #secondSliceContainer .userActions a {
            width: 33.33333333%;
            text-align: center;
            margin-left: 0px;
            border-right: 1px solid #DEF6FF; }
            #pageHeader #secondSlice #secondSliceContainer .userActions a:last-of-type {
              border-right: 0px; }
            #pageHeader #secondSlice #secondSliceContainer .userActions a:hover {
              border-radius: 0px; }
            #pageHeader #secondSlice #secondSliceContainer .userActions a:after {
              content: attr(title);
              font-size: 8px;
              display: block;
              color: #FFF; }
            #pageHeader #secondSlice #secondSliceContainer .userActions a:hover:after {
              color: #54a51c; }
        #pageHeader #secondSlice #secondSliceContainer .userActions[actionNumber='2'] a {
          width: 50%; }
        #pageHeader #secondSlice #secondSliceContainer .userActions[actionNumber='3'] a {
          width: 33.333333333%; } }

#backgroundToggle {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 999;
  position: fixed; }

.form-group {
  height: 75px;
  position: relative; }
  .form-group .input-group.date input {
    background-color: #FFF;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }

#filterForm {
  background-color: #DEF6FF;
  position: relative;
  padding: 15px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 3px 5px 1px #aaa;
  box-shadow: 0px 3px 5px 1px #aaa;
  margin-bottom: 30px;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s; }
  @media (min-width: 767px) {
    #filterForm .toggleBtn {
      display: none; } 
  }
    #filterForm .input-group.date {
    width: 100%; }
    #filterForm .input-group.date > input {
      border-radius: 10px !important; }
    #filterForm .form-group > label {
      display: block;
      text-transform: uppercase;
      border-bottom: 2px solid #060857; }
    #filterForm .form-group > input {
      width: 100%;
      border-radius: 10px;
      border: 1px solid #ccc;
      padding: 5px 10px; }
    #filterForm .form-group input.datepicker {
      width: 100%;
      border-radius: 10px;
      border: 1px solid #ccc;
      padding: 5px 10px; }
  @media (max-width: 767px) {
    #filterForm {
      border-radius: 0px;
      background-color: #DEF6FF;
      padding: 70px 15px 0px 15px;
      position: fixed;
      z-index: 1000;
      top: 0;
      right: -300px;
      width: 300px;
      height: 100vh;
      overflow-y: scroll;
      -webkit-transition: all ease 0.5s;
      -o-transition: all ease 0.5s;
      transition: all ease 0.5s;
      -webkit-box-shadow: none;
      box-shadow: none;
      margin-bottom: 0px; 
    }
    #filterForm.show {
        right: 0; }
    #filterForm .toggleBtn {
        position: absolute;
        top: 15px;
        left: 15px;
        display: inline-block; }
    #filterForm .toggleBtn i {
          color: #060857;
          font-size: 40px; } 
  }

.modal .normalForm form > .row:last-child {
  margin-top: auto; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  display: none; }

.normalForm form > .row:last-child {
  margin-top: 50px; }

.normalForm .separator:not(td) {
  margin: 20px auto;
  position: relative; }
  .normalForm .separator:not(td):before {
    content: '';
    display: block;
    position: absolute;
    border-bottom: 2px solid #DEF6FF;
    width: 100%;
    bottom: calc(50% - 2px);
    left: 0px; }
  .normalForm .separator:not(td) span {
    display: inline-block;
    position: relative;
    border-radius: 10px;
    text-align: center;
    background-color: #DEF6FF;
    color: #060857;
    padding: 5px 10px;
    font-size: 20px; }

.normalForm img + .inputfile + label {
  margin-top: 15px; }

.normalForm .imgContainer {
  text-align: center; }
  .normalForm .imgContainer > .img-responsive {
    display: inline-block;
    max-height: 200px; }
  .normalForm .imgContainer > .inputfile + label {
    width: 200px;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }

.normalForm .form-group {
  position: relative;
  height: 40px; }
  .normalForm .form-group > label {
    position: absolute;
    z-index: 1;
    top: 1px;
    left: 5px;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    color: #ccc;
    font-weight: normal;
    display: block;
    width: 100%; }
  .normalForm .form-group > input, .normalForm .form-group > textarea {
    position: absolute;
    width: 100%;
    z-index: 2;
    background-color: transparent;
    border: 0px;
    border-bottom: 2px solid #ccc;
    padding-left: 5px;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s; }
  .normalForm .form-group ::-webkit-input-placeholder {
    color: transparent; }
  .normalForm .form-group :-ms-input-placeholder {
    color: transparent; }
  .normalForm .form-group ::-ms-input-placeholder {
    color: transparent; }
  .normalForm .form-group ::placeholder {
    color: transparent; }
  .normalForm .form-group > .chartCounter {
    position: absolute;
    bottom: 0px;
    right: 0px; }
  .normalForm .form-group .top, .normalForm .form-group.completed > label, .normalForm .form-group.disabled > label, .normalForm .form-group.warning > label, .normalForm .form-group.error > label, .normalForm .form-group.focus > label, .normalForm .form-group .multiselect-native-select + label {
    font-size: 10px;
    top: -10px;
    left: 0px; }
  .normalForm .form-group:after {
    content: attr(bottom-description);
    position: absolute;
    bottom: 0px;
    font-size: 10px;
    margin-top: 2px; }
  .normalForm .form-group.disabled > label {
    color: #ccc; }
  .normalForm .form-group.disabled > input, .normalForm .form-group.disabled > textarea {
    border-bottom: 2px solid #ccc;
    color: #ccc; }
  .normalForm .form-group.disabled:before {
    font-family: 'Material Icons';
    content: 'https';
    position: absolute;
    color: #ccc;
    right: 0;
    font-size: 14px; }
  .normalForm .form-group.warning > label {
    color: #cccc00; }
  .normalForm .form-group.warning > input, .normalForm .form-group.warning > textarea {
    border-bottom: 2px solid #cccc00; }
  .normalForm .form-group.warning:before {
    font-family: 'Material Icons';
    content: 'warning';
    position: absolute;
    color: #cccc00;
    right: 0;
    font-size: 14px; }
  .normalForm .form-group.warning ::-webkit-input-placeholder {
    color: #ccc; }
  .normalForm .form-group.warning :-ms-input-placeholder {
    color: #ccc; }
  .normalForm .form-group.warning ::-ms-input-placeholder {
    color: #ccc; }
  .normalForm .form-group.warning ::placeholder {
    color: #ccc; }
  .normalForm .form-group.error > label {
    color: orangered; }
  .normalForm .form-group.error > input, .normalForm .form-group.error > textarea {
    border-bottom: 2px solid orangered; }
  .normalForm .form-group.error:before {
    font-family: 'Material Icons';
    content: 'error';
    position: absolute;
    color: orangered;
    right: 0;
    font-size: 14px; }
  .normalForm .form-group.error ::-webkit-input-placeholder {
    color: #ccc; }
  .normalForm .form-group.error :-ms-input-placeholder {
    color: #ccc; }
  .normalForm .form-group.error ::-ms-input-placeholder {
    color: #ccc; }
  .normalForm .form-group.error ::placeholder {
    color: #ccc; }
  .normalForm .form-group.focus > label {
    color: #060857 !important; }
  .normalForm .form-group.focus > input, .normalForm .form-group.focus > textarea {
    border-bottom: 2px solid #060857 !important; }
  .normalForm .form-group.focus:before {
    display: none; }
  .normalForm .form-group.focus ::-webkit-input-placeholder {
    color: #ccc; }
  .normalForm .form-group.focus :-ms-input-placeholder {
    color: #ccc; }
  .normalForm .form-group.focus ::-ms-input-placeholder {
    color: #ccc; }
  .normalForm .form-group.focus ::placeholder {
    color: #ccc; }
  .normalForm .form-group .selectBtn {
    border-radius: 0px !important;
    border: 0px;
    border-bottom: 2px solid #ccc;
    height: 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: transparent; }
    .normalForm .form-group .selectBtn[aria-expanded='true'] {
      border-bottom: 2px solid #060857; }
      .normalForm .form-group .selectBtn[aria-expanded='true'] + ul {
        top: 24px; }
    .normalForm .form-group .selectBtn[disabled] {
      color: #ccc; }

.normalForm .form-group.textArea {
  height: 40px;
  margin-top: 10px; }
  .normalForm .form-group.textArea textarea {
    resize: none; }

.sbtn, .inputfile + label {
  width: 100%;
  border: 0px;
  text-transform: uppercase;
  margin-bottom: 15px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 3px 5px 1px #aaa;
  box-shadow: 0px 3px 5px 1px #aaa;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: relative;
  padding: 10px;
  display: block;
  text-align: center;
  min-height: 40px; }
  .sbtn:hover, .inputfile + label:hover {
    top: -2px;
    -webkit-box-shadow: 0px 5px 5px 1px #aaa;
    box-shadow: 0px 5px 5px 1px #aaa; }
  .sbtn:active, .inputfile + label:active {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95); }
  .sbtn.submit, .inputfile + label {
    background-color: #060857;
    color: #FFF; }
  .sbtn.download, .inputfile + label.download {
    background-color: #0b0f9f;
    color: #FFF; }
  .sbtn.csv, .inputfile + label.csv {
    background-color: #afb1f9;
    color: #FFF; }
  .sbtn.cancel, .inputfile + label.cancel {
    background-color: #ccc;
    color: #FFF; }
  .sbtn.danger, .inputfile + label.danger {
    background-color: red;
    color: #FFF; }
  .sbtn.big, .inputfile + label.big {
    padding: 20px; }
  .sbtn i, .inputfile + label i {
    margin-right: 10px; }

.btn-group {
  width: 100%; }
  .btn-group .selectBtn {
    text-align: left;
    border-radius: 10px;
    border: 1px solid #ccc;
    background-color: #FFF;
    height: 32px;
    width: 100%;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }
    .btn-group .selectBtn span {
      position: absolute;
      top: 49%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      width: calc(100% - 30px);
      display: inline-block;
      white-space: nowrap;
      overflow: hidden;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis; }
    .btn-group .selectBtn .caret {
      position: absolute;
      right: 10px; }
    .btn-group .selectBtn[aria-expanded='true'] {
      border-radius: 10px 10px 0px 0px;
      border-bottom: 0px; }
    .btn-group .selectBtn + ul {
      padding-top: 10px;
      position: absolute;
      top: 32px;
      width: 100%;
      min-width: auto;
      border-top: 0px;
      border-radius: 0px 0px 10px 10px;
      -webkit-box-shadow: none;
      box-shadow: none; }
      .btn-group .selectBtn + ul li.selectedOption > a {
        background-color: #DEF6FF !important;
        color: #333 !important; }
      .btn-group .selectBtn + ul a > label {
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis; }
  .btn-group .input-group-addon {
    display: none; }
  .btn-group .input-group-btn {
    display: none; }
  .btn-group .multiselect-filter > .input-group {
    width: calc(100% - 10px); }
  .btn-group .multiselect-container > li > a > label {
    padding-left: 25px !important; }
  .btn-group input[type=checkbox], .btn-group input[type=radio] {
    margin-top: 2px; }

.bootstrap-datetimepicker-widget {
  list-style: none; }
  .bootstrap-datetimepicker-widget.dropdown-menu {
    display: block;
    margin: 2px 0;
    padding: 4px;
    width: 19em; }
    .bootstrap-datetimepicker-widget.dropdown-menu:before, .bootstrap-datetimepicker-widget.dropdown-menu:after {
      content: '';
      display: inline-block;
      position: absolute; }
    .bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
      border-left: 7px solid transparent;
      border-right: 7px solid transparent;
      border-bottom: 7px solid #ccc;
      border-bottom-color: rgba(0, 0, 0, 0.2);
      top: -7px;
      left: 7px; }
    .bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
      border-left: 6px solid transparent;
      border-right: 6px solid transparent;
      border-bottom: 6px solid white;
      top: -6px;
      left: 8px; }
    .bootstrap-datetimepicker-widget.dropdown-menu.top:before, .normalForm .form-group.completed > label.bootstrap-datetimepicker-widget.dropdown-menu:before, .normalForm .form-group.disabled > label.bootstrap-datetimepicker-widget.dropdown-menu:before, .normalForm .form-group.warning > label.bootstrap-datetimepicker-widget.dropdown-menu:before, .normalForm .form-group.error > label.bootstrap-datetimepicker-widget.dropdown-menu:before, .normalForm .form-group.focus > label.bootstrap-datetimepicker-widget.dropdown-menu:before, .normalForm .form-group .multiselect-native-select + label.bootstrap-datetimepicker-widget.dropdown-menu:before {
      border-left: 7px solid transparent;
      border-right: 7px solid transparent;
      border-top: 7px solid #ccc;
      border-top-color: rgba(0, 0, 0, 0.2);
      bottom: -7px;
      left: 6px; }
    .bootstrap-datetimepicker-widget.dropdown-menu.top:after, .normalForm .form-group.completed > label.bootstrap-datetimepicker-widget.dropdown-menu:after, .normalForm .form-group.disabled > label.bootstrap-datetimepicker-widget.dropdown-menu:after, .normalForm .form-group.warning > label.bootstrap-datetimepicker-widget.dropdown-menu:after, .normalForm .form-group.error > label.bootstrap-datetimepicker-widget.dropdown-menu:after, .normalForm .form-group.focus > label.bootstrap-datetimepicker-widget.dropdown-menu:after, .normalForm .form-group .multiselect-native-select + label.bootstrap-datetimepicker-widget.dropdown-menu:after {
      border-left: 6px solid transparent;
      border-right: 6px solid transparent;
      border-top: 6px solid white;
      bottom: -6px;
      left: 7px; }
    .bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
      left: auto;
      right: 6px; }
    .bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
      left: auto;
      right: 7px; }
  .bootstrap-datetimepicker-widget .list-unstyled {
    margin: 0; }
  .bootstrap-datetimepicker-widget a[data-action] {
    padding: 6px 0; }
    .bootstrap-datetimepicker-widget a[data-action]:active {
      -webkit-box-shadow: none;
      box-shadow: none; }
  .bootstrap-datetimepicker-widget .timepicker-hour, .bootstrap-datetimepicker-widget .timepicker-minute, .bootstrap-datetimepicker-widget .timepicker-second {
    width: 54px;
    font-weight: bold;
    font-size: 1.2em;
    margin: 0; }
  .bootstrap-datetimepicker-widget button[data-action] {
    padding: 6px; }
  .bootstrap-datetimepicker-widget .glyphicon {
    color: #060857; }
  .bootstrap-datetimepicker-widget .btn.btn-primary {
    background-color: #060857;
    -webkit-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    transition: all ease 0.2s; }
    .bootstrap-datetimepicker-widget .btn.btn-primary:hover {
      top: -2px;
      -webkit-box-shadow: 0px 2px 2px 1px #aaa;
      box-shadow: 0px 2px 2px 1px #aaa; }
    .bootstrap-datetimepicker-widget .btn.btn-primary:active {
      -webkit-transform: scale(0.95);
      -ms-transform: scale(0.95);
      transform: scale(0.95); }
  .bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Increment Hours"; }
  .bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Increment Minutes"; }
  .bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Decrement Hours"; }
  .bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Decrement Minutes"; }
  .bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Show Hours"; }
  .bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Show Minutes"; }
  .bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Toggle AM/PM"; }
  .bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Clear the picker"; }
  .bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Set the date to today"; }
  .bootstrap-datetimepicker-widget .picker-switch {
    text-align: center; }
    .bootstrap-datetimepicker-widget .picker-switch::after {
      position: absolute;
      width: 1px;
      height: 1px;
      margin: -1px;
      padding: 0;
      overflow: hidden;
      clip: rect(0, 0, 0, 0);
      border: 0;
      content: "Toggle Date and Time Screens"; }
    .bootstrap-datetimepicker-widget .picker-switch td {
      padding: 0;
      margin: 0;
      height: auto;
      width: auto;
      line-height: inherit; }
      .bootstrap-datetimepicker-widget .picker-switch td span {
        line-height: 2.5;
        height: 2.5em;
        width: 100%; }
  .bootstrap-datetimepicker-widget table {
    width: 100%;
    margin: 0; }
    .bootstrap-datetimepicker-widget table td {
      text-align: center;
      border-radius: 4px; }
    .bootstrap-datetimepicker-widget table th {
      text-align: center;
      border-radius: 4px;
      height: 20px;
      line-height: 20px;
      width: 20px;
      color: #060857; }
      .bootstrap-datetimepicker-widget table th.picker-switch {
        width: 145px; }
      .bootstrap-datetimepicker-widget table th.disabled {
        background: none;
        color: #777777;
        cursor: not-allowed; }
        .bootstrap-datetimepicker-widget table th.disabled:hover {
          background: none;
          color: #777777;
          cursor: not-allowed; }
      .bootstrap-datetimepicker-widget table th.prev::after {
        position: absolute;
        width: 1px;
        height: 1px;
        margin: -1px;
        padding: 0;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        border: 0;
        content: "Previous Month"; }
      .bootstrap-datetimepicker-widget table th.next::after {
        position: absolute;
        width: 1px;
        height: 1px;
        margin: -1px;
        padding: 0;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        border: 0;
        content: "Next Month"; }
    .bootstrap-datetimepicker-widget table thead tr:first-child th {
      cursor: pointer; }
      .bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
        background: #eeeeee; }
    .bootstrap-datetimepicker-widget table td {
      height: 54px;
      line-height: 54px;
      width: 54px; }
      .bootstrap-datetimepicker-widget table td.cw {
        font-size: .8em;
        height: 20px;
        line-height: 20px;
        color: #777777; }
      .bootstrap-datetimepicker-widget table td.day {
        height: 20px;
        line-height: 20px;
        width: 20px; }
        .bootstrap-datetimepicker-widget table td.day:hover {
          background: #eeeeee;
          cursor: pointer; }
      .bootstrap-datetimepicker-widget table td.hour:hover, .bootstrap-datetimepicker-widget table td.minute:hover, .bootstrap-datetimepicker-widget table td.second:hover {
        background: #eeeeee;
        cursor: pointer; }
      .bootstrap-datetimepicker-widget table td.old, .bootstrap-datetimepicker-widget table td.new {
        color: #777777; }
      .bootstrap-datetimepicker-widget table td.today {
        position: relative; }
        .bootstrap-datetimepicker-widget table td.today:before {
          content: '';
          display: inline-block;
          border: solid transparent;
          border-width: 0 0 7px 7px;
          border-bottom-color: #060857;
          border-top-color: rgba(0, 0, 0, 0.2);
          position: absolute;
          bottom: 4px;
          right: 4px; }
      .bootstrap-datetimepicker-widget table td.active {
        background-color: #060857;
        color: #fff;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }
        .bootstrap-datetimepicker-widget table td.active:hover {
          background-color: #060857;
          color: #fff;
          text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }
        .bootstrap-datetimepicker-widget table td.active.today:before {
          border-bottom-color: #fff; }
      .bootstrap-datetimepicker-widget table td.disabled {
        background: none;
        color: #777777;
        cursor: not-allowed; }
        .bootstrap-datetimepicker-widget table td.disabled:hover {
          background: none;
          color: #777777;
          cursor: not-allowed; }
      .bootstrap-datetimepicker-widget table td span {
        display: inline-block;
        width: 54px;
        height: 54px;
        line-height: 54px;
        margin: 2px 1.5px;
        cursor: pointer;
        border-radius: 4px; }
        .bootstrap-datetimepicker-widget table td span:hover {
          background: #eeeeee; }
        .bootstrap-datetimepicker-widget table td span.active {
          background-color: #060857;
          color: #fff;
          text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }
        .bootstrap-datetimepicker-widget table td span.old {
          color: #777777; }
        .bootstrap-datetimepicker-widget table td span.disabled {
          background: none;
          color: #777777;
          cursor: not-allowed; }
          .bootstrap-datetimepicker-widget table td span.disabled:hover {
            background: none;
            color: #777777;
            cursor: not-allowed; }
  .bootstrap-datetimepicker-widget.usetwentyfour td.hour {
    height: 27px;
    line-height: 27px; }
  .bootstrap-datetimepicker-widget.wider {
    width: 21em; }
  .bootstrap-datetimepicker-widget .datepicker-decades .decade {
    line-height: 1.8em !important; }

@media (min-width: 768px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em; } }

@media (min-width: 992px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em; } }

@media (min-width: 1200px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em; } }

.input-group.date .input-group-addon {
  cursor: pointer; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

span.multiselect-native-select {
  position: relative; }
  span.multiselect-native-select select {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px -1px -1px -3px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    left: 50%;
    top: 30px; }

.multiselect-container {
  position: absolute;
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .multiselect-container .input-group {
    margin: 5px; }
  .multiselect-container > li {
    padding: 0; }
    .multiselect-container > li > a.multiselect-all label {
      font-weight: 700; }
    .multiselect-container > li.multiselect-group label {
      margin: 0;
      padding: 3px 20px 3px 20px;
      height: 100%;
      font-weight: 700; }
    .multiselect-container > li.multiselect-group-clickable label {
      cursor: pointer; }
    .multiselect-container > li > a {
      padding: 0; }
      .multiselect-container > li > a > label {
        margin: 0;
        height: 100%;
        cursor: pointer;
        font-weight: 400;
        padding: 3px 20px 3px 40px; }
        .multiselect-container > li > a > label.radio, .multiselect-container > li > a > label.checkbox {
          margin: 0; }
        .multiselect-container > li > a > label > input[type=checkbox] {
          margin-bottom: 5px; }

.btn-group > .btn-group:nth-child(2) > .multiselect.btn {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.form-inline .multiselect-container label.checkbox, .form-inline .multiselect-container label.radio {
  padding: 3px 20px 3px 40px; }

.form-inline .multiselect-container li a label.checkbox input[type=checkbox], .form-inline .multiselect-container li a label.radio input[type=radio] {
  margin-left: -20px;
  margin-right: 0; }

.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1; }

.inputfile + label {
  font-weight: normal;
  font-size: 12px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  display: block;
  overflow: hidden;
  width: 100%;
  text-align: center; }
  .inputfile + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    margin-right: 0.25em; }

.table-responsive.empty:after {
  content: 'No se encontraron registros';
  display: block;
  text-align: center;
  font-weight: bold; }

.table {
  margin-top: 30px;
  margin-bottom: 30px; }
  .table thead th {
    vertical-align: middle !important; }
  .table thead a {
    position: relative;
    color: #333;
    display: inline-block;
    height: 15px;
    width: 15px;
    cursor: pointer !important; }
    .table thead a i {
      position: absolute;
      top: -2px;
      left: -2px; }
  .table tbody td {
    vertical-align: middle !important; }
  .table tbody a {
    color: #333; }
  .table tbody i {
    font-size: 15px;
    margin-left: 5px;
    margin-right: 5px; }
  .table.actions tr th:last-child, .table.actions tr td:last-child {
    width: 100px;
    text-align: center; }
  .table.resultTable {
    border: none; }
    .table.resultTable thead tr th {
      background-color: #060857;
      color: #FFF;
      border-bottom: 1px solid #ddd; }
      .table.resultTable thead tr th:nth-of-type(n + 2) {
        text-align: center; }
      .table.resultTable thead tr th:first-of-type {
        background-color: transparent;
        border: transparent; }
    .table.resultTable thead tr:last-of-type th:first-of-type {
      background-color: #060857;
      border: 1px solid #ddd; }
    .table.resultTable tbody td:nth-of-type(n + 2) {
      text-align: center; }
    .table.resultTable tfoot {
      font-weight: bold; }
      .table.resultTable tfoot td {
        background-color: #DEF6FF;
        color: #333;
        text-align: center; }
        .table.resultTable tfoot td:first-of-type {
          text-align: right;
          text-transform: uppercase; }
    .table.resultTable .totalColStyle, .table.resultTable.totalCol1 tbody td:last-of-type, .table.resultTable.totalCol2 tbody td:nth-last-of-type(-n + 2), .table.resultTable.totalCol3 tbody td:nth-last-of-type(-n + 3), .table.resultTable.totalCol4 tbody td:nth-last-of-type(-n + 4), .table.resultTable.totalCol5 tbody td:nth-last-of-type(-n + 5) {
      background-color: #DEF6FF;
      color: #333;
      font-weight: bold; }
  .table .clickTable tbody tr {
    cursor: pointer !important; }

.fixedTable {
  max-height: calc(30vh + 80px);
  margin-top: 30px;
  margin-bottom: 30px; }
  .fixedTable .table {
    margin-top: 0px;
    margin-bottom: 0px;
    width: auto; }
    .fixedTable .table tr td, .fixedTable .table tr th {
      min-width: 100px;
      width: 100px;
      min-height: 20px;
      height: 20px;
      padding: 8px; }
  .fixedTable .fixedTable-header {
    width: calc(100% - 200px);
    height: 38px;
    overflow: hidden;
    margin-left: 200px;
    position: relative;
    margin-top: 0px;
    top: 2px; }
    .fixedTable .fixedTable-header th {
      text-align: center;
      background-color: #060857;
      color: #FFF; }
  .fixedTable .fixedTable-sidebar {
    width: 200px;
    max-height: calc(30vh + 38px);
    position: relative;
    top: -36px;
    float: left;
    overflow: hidden; }
    .fixedTable .fixedTable-sidebar td {
      width: 200px !important;
      font-weight: bold; }
    .fixedTable .fixedTable-sidebar tr:first-of-type {
      background-color: #060857;
      color: #FFF;
      position: absolute;
      top: 0px;
      text-transform: uppercase; }
    .fixedTable .fixedTable-sidebar tr:nth-of-type(2) td {
      padding-top: 44px; }
  .fixedTable .fixedTable-body {
    overflow-x: scroll;
    max-height: 30vh;
    float: left;
    width: calc(100% - 200px);
    position: relative;
    top: 1px; }
    .fixedTable .fixedTable-body td {
      text-align: center;
      font-weight: normal;
      width: 100px !important; }

.fixedTableTotals .fixedTable-body tr td:last-child {
  background-color: #DEF6FF;
  font-weight: bold; }

.fixedTableTotals .fixedTable-body tr:last-child {
  background-color: #DEF6FF; }
  .fixedTableTotals .fixedTable-body tr:last-child td {
    font-weight: bold; }

.fixedTableTotals .fixedTable-sidebar tr:last-child td {
  text-transform: uppercase;
  text-align: right;
  background-color: #DEF6FF; }

.fixedTableWithTotals {
  width: 100%;
  height: 80vh;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .fixedTableWithTotals * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .fixedTableWithTotals table {
    margin-bottom: 0; }
  .fixedTableWithTotals .table {
    margin-top: 0px;
    margin-bottom: 0px;
    width: auto; }
    .fixedTableWithTotals .table tr td {
      min-width: 100px;
      width: 100px;
      min-height: 20px;
      height: 20px;
      padding: 8px;
      text-align: center; }
  .fixedTableWithTotals .fixedLeftSide, .fixedTableWithTotals .fixedRightSide {
    width: 300px;
    overflow: hidden; }
    .fixedTableWithTotals .fixedLeftSide .table tr:first-of-type, .fixedTableWithTotals .fixedRightSide .table tr:first-of-type {
      position: absolute;
      top: 0px !important;
      left: 0px;
      z-index: 2;
      color: #FFF; }
      .fixedTableWithTotals .fixedLeftSide .table tr:first-of-type td, .fixedTableWithTotals .fixedRightSide .table tr:first-of-type td {
        background-color: #060857; }
    .fixedTableWithTotals .fixedLeftSide .table tr:last-of-type td, .fixedTableWithTotals .fixedRightSide .table tr:last-of-type td {
      background-color: #DEF6FF;
      font-weight: bold;
      text-align: right;
      text-transform: uppercase; }
    .fixedTableWithTotals .fixedLeftSide .table tr:nth-of-type(2) td, .fixedTableWithTotals .fixedRightSide .table tr:nth-of-type(2) td {
      padding-top: 44px; }
    .fixedTableWithTotals .fixedLeftSide .table tr td, .fixedTableWithTotals .fixedRightSide .table tr td {
      width: 300px !important;
      text-align: left;
      font-weight: bold; }
  .fixedTableWithTotals .fixedRightSide {
    width: 100px; }
    .fixedTableWithTotals .fixedRightSide .table tr:first-of-type {
      left: auto;
      right: -1px;
      color: #FFF;
      text-align: center; }
      .fixedTableWithTotals .fixedRightSide .table tr:first-of-type td {
        background-color: #060857; }
    .fixedTableWithTotals .fixedRightSide .table tr td {
      width: 200px !important;
      text-align: center;
      font-weight: bold;
      width: 100px !important;
      background-color: #DEF6FF; }
    .fixedTableWithTotals .fixedRightSide .table tr:last-of-type td {
      text-align: center; }
  .fixedTableWithTotals .fixedMiddle {
    width: calc(100% - 300px - 100px);
    overflow: hidden;
    position: relative;
    height: 100%; }
    .fixedTableWithTotals .fixedMiddle .fixedHeader {
      position: absolute;
      width: 100%;
      background-color: #060857;
      color: #FFF; }
      .fixedTableWithTotals .fixedMiddle .fixedHeader td {
        background-color: #060857; }
      .fixedTableWithTotals .fixedMiddle .fixedHeader td:last-child {
        border-right: 0px !important; }
    .fixedTableWithTotals .fixedMiddle .fixedBody {
      position: absolute;
      margin-top: 37px;
      height: calc(100% - 37px);
      width: 100%;
      overflow: scroll; }
      .fixedTableWithTotals .fixedMiddle .fixedBody .table tr:last-of-type td {
        background-color: #DEF6FF;
        font-weight: bold; }
  .fixedTableWithTotals ::-webkit-scrollbar {
    width: 0px;
    height: 7px; }
  .fixedTableWithTotals ::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #060857; }
  .fixedTableWithTotals ::-webkit-scrollbar-corner {
    background-color: transparent; }

.scrollContent ::-webkit-scrollbar {
  width: 7px;
  height: 7px; }

.scrollContent ::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #060857; }

.scrollContent ::-webkit-scrollbar-corner {
  background-color: transparent; }

.tooltip .tooltip-inner {
  background-color: #060857;
  max-width: 200px; }

.tooltip.top .tooltip-arrow, .normalForm .form-group.completed > label.tooltip .tooltip-arrow, .normalForm .form-group.disabled > label.tooltip .tooltip-arrow, .normalForm .form-group.warning > label.tooltip .tooltip-arrow, .normalForm .form-group.error > label.tooltip .tooltip-arrow, .normalForm .form-group.focus > label.tooltip .tooltip-arrow, .normalForm .form-group .multiselect-native-select + label.tooltip .tooltip-arrow {
  border-top-color: #060857; }

.tooltip.right .tooltip-arrow {
  border-right-color: #060857; }

.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #060857; }

.tooltip.left .tooltip-arrow {
  border-left-color: #060857; }

.chartContainer {
  margin-top: 30px; }
  .chartContainer .chartTitle {
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-bottom: 15px; }
  .chartContainer .chartLegend {
    text-align: center;
    margin-top: 15px; }
    .chartContainer .chartLegend .chartLegendItem {
      display: inline-block;
      margin-left: 5px;
      margin-right: 5px;
      font-size: 10px; }
      .chartContainer .chartLegend .chartLegendItem span {
        color: #333; }
      .chartContainer .chartLegend .chartLegendItem:before {
        content: 'brightness_1';
        font-family: 'Material Icons';
        position: relative;
        top: 1px;
        margin-right: 2px; }
      .chartContainer .chartLegend .chartLegendItem.line:before {
        content: 'remove'; }
  .chartContainer .piePercentage {
    position: relative; }
    .chartContainer .piePercentage:before {
      content: attr(piePercentage);
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      z-index: 1;
      font-size: 40px;
      font-weight: bold; }

.ekko-lightbox-container {
  position: relative; }
  .ekko-lightbox-container > div.ekko-lightbox-item {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%; }

.ekko-lightbox iframe {
  width: 100%;
  height: 100%; }

.ekko-lightbox-nav-overlay {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex; }
  .ekko-lightbox-nav-overlay a {
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    opacity: 0;
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
    color: #fff;
    font-size: 30px;
    z-index: 1; }
    .ekko-lightbox-nav-overlay a > * {
      -ms-flex-positive: 1;
      -webkit-box-flex: 1;
      flex-grow: 1; }
    .ekko-lightbox-nav-overlay a > \:focus {
      outline: none; }
    .ekko-lightbox-nav-overlay a span {
      padding: 0 30px; }
    .ekko-lightbox-nav-overlay a:last-child span {
      text-align: right; }
    .ekko-lightbox-nav-overlay a:hover {
      text-decoration: none; }
    .ekko-lightbox-nav-overlay a:focus {
      outline: none; }
    .ekko-lightbox-nav-overlay a.disabled {
      cursor: default;
      visibility: hidden; }

.ekko-lightbox a:hover {
  opacity: 1;
  text-decoration: none; }

.ekko-lightbox .modal-dialog {
  display: none; }

.ekko-lightbox .modal-footer {
  text-align: left; }

.ekko-lightbox-loader {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center; }
  .ekko-lightbox-loader > div {
    width: 40px;
    height: 40px;
    position: relative;
    text-align: center; }
    .ekko-lightbox-loader > div > div {
      width: 100%;
      height: 100%;
      border-radius: 50%;
      background-color: #fff;
      opacity: .6;
      position: absolute;
      top: 0;
      left: 0;
      -webkit-animation: a 2s infinite ease-in-out;
      animation: a 2s infinite ease-in-out; }
      .ekko-lightbox-loader > div > div:last-child {
        -webkit-animation-delay: -1s;
        animation-delay: -1s; }

.modal-dialog .ekko-lightbox-loader > div > div {
  background-color: #333; }

@-webkit-keyframes a {
  0%, to {
    transform: scale(0);
    -webkit-transform: scale(0); }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

@keyframes a {
  0%, to {
    transform: scale(0);
    -webkit-transform: scale(0); }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

.galleryLightbox .imageContainer {
  overflow: hidden;
  width: 100%;
  position: relative;
  height: 250px; }
  .galleryLightbox .imageContainer img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-width: 100%;
    max-width: 150%;
    min-height: 100%; }
  .galleryLightbox .imageContainer .imgFluid {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10;
    width: 100%;
    height: 100%;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s; }
    .galleryLightbox .imageContainer .imgFluid:hover {
      background: rgba(6, 8, 87, 0.8); }
    .galleryLightbox .imageContainer .imgFluid:hover:after {
      font-family: 'Material Icons';
      content: 'search';
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      color: #FFF;
      font-size: 80px; }
    .galleryLightbox .imageContainer .imgFluid.content:hover:after {
      font-family: "Roboto";
      content: attr(data-content);
      position: absolute;
      font-size: 10px;
      display: block;
      width: calc(100% - 20px);
      padding: 5px;
      bottom: 0px;
      top: auto;
      left: auto;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
      border-top: 1px solid #FFF;
      margin: 10px;
      max-height: 40px;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical; }
    .galleryLightbox .imageContainer .imgFluid.content:hover:before {
      font-family: 'Material Icons';
      content: 'search';
      position: absolute;
      top: calc(50% - 20px);
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      color: #FFF;
      font-size: 80px; }

.galleryLightbox .imageContainerView {
  overflow: hidden;
  width: 100%;
  position: relative;
  height: 350px; }
  .galleryLightbox .imageContainerView img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-width: 100%;
    max-width: 150%;
    min-height: 100%; }
  .galleryLightbox .imageContainerView .imgFluid {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10;
    width: 100%;
    height: 100%;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s; }
    .galleryLightbox .imageContainerView .imgFluid:hover {
      background: rgba(6, 8, 87, 0.8); }
    .galleryLightbox .imageContainerView .imgFluid:hover:after {
      font-family: 'Material Icons';
      content: 'search';
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      color: #FFF;
      font-size: 80px; }
    .galleryLightbox .imageContainerView .imgFluid.content:hover:after {
      font-family: "Roboto";
      content: attr(data-content);
      position: absolute;
      font-size: 10px;
      display: block;
      width: calc(100% - 20px);
      padding: 5px;
      bottom: 0px;
      top: auto;
      left: auto;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
      border-top: 1px solid #FFF;
      margin: 10px;
      max-height: 40px;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical; }
    .galleryLightbox .imageContainerView .imgFluid.content:hover:before {
      font-family: 'Material Icons';
      content: 'search';
      position: absolute;
      top: calc(50% - 20px);
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      color: #FFF;
      font-size: 80px; }

.galleryLightbox .imageDescription {
  margin-bottom: 20px;
  font-size: 12px;
  text-align: center; }

#login:before {
  content: '';
  background-color: #060857;
  height: 10px;
  margin-bottom: 50px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

#login .logo {
  height: 100px;
  margin-top: 50px;
  margin-bottom: 20px;
  text-align: center; }
  #login .logo img {
    max-height: 70%;
    max-width: 300px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

#login .loginBox {
  max-width: 350px;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 15px; }
  #login .loginBox .title {
    font-size: 24px;
    color: #060857;
    text-align: center;
    font-weight: bold;
    margin-bottom: 30px;
    text-transform: uppercase;
    display: block; }
  #login .loginBox .message {
    text-align: center;
    display: block;
    text-transform: uppercase;
    color: #060857;
    margin-bottom: 30px; }
  #login .loginBox form .form-group input {
    text-align: center; }
  #login .loginBox form .form-group label {
    left: 0;
    text-align: center; }
  #login .loginBox form .lostPassword {
    text-align: right;
    position: relative;
    right: 0;
    color: #060857;
    font-size: 10px; }
  #login .loginBox .sbtn, #login .loginBox .inputfile + label {
    width: 150px;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  #login .loginBox .backBtn {
    font-weight: bold;
    color: #060857; }
    #login .loginBox .backBtn i {
      font-size: 10px;
      position: relative;
      top: 0;
      margin-right: 5px; }

.loaderSmash {
  position: relative; }
  .loaderSmash:before {
    position: absolute;
    -webkit-animation: loader 3s infinite;
    animation: loader 3s infinite; }

@-webkit-keyframes loader {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) rotate(0);
    transform: scale(0) rotate(0); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1) rotate(720deg);
    transform: scale(1) rotate(720deg); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0) rotate(0);
    transform: scale(0) rotate(0); } }

@keyframes loader {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) rotate(0);
    transform: scale(0) rotate(0); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1) rotate(720deg);
    transform: scale(1) rotate(720deg); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0) rotate(0);
    transform: scale(0) rotate(0); } }

div.loaderSmash:before {
  content: url(../img/loaderDark.svg);
  height: 200px;
  width: 200px;
  top: calc(50% - 100px);
  left: calc(50% - 100px);
  z-index: 1; }

div.loaderSmash:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8); }

div.loaderSmash.small:before {
  height: 70px;
  width: 70px;
  top: calc(50% - 35px);
  left: calc(50% - 35px); }

.sbtn.loaderSmash, .inputfile + label.loaderSmash {
  color: transparent; }
  .sbtn.loaderSmash:before, .inputfile + label.loaderSmash:before {
    content: url(../img/loader.svg);
    height: 30px;
    width: 30px;
    top: 5px;
    left: calc(50% - 15px); }
  .sbtn.loaderSmash:after, .inputfile + label.loaderSmash:after {
    display: none; }
  .sbtn.loaderSmash.big:before, .inputfile + label.loaderSmash.big:before {
    top: 15px; }

body.loaderSmash:before {
  content: url(../img/loader.svg);
  position: fixed;
  height: 200px;
  width: 200px;
  top: calc(50% - 100px);
  left: calc(50% - 100px);
  z-index: 100001; }

body.loaderSmash:after {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(6, 8, 87, 0.8);
  z-index: 100000; }

body.loaderSmash footer {
  display: none; }

.modal .mensajeEliminacion {
  font-size: 20px;
  text-align: center;
  line-height: 2;
  font-weight: bold;
  padding: 0px 100px;
  color: #888; }

.sbtn.wsp, .inputfile + label.wsp {
  width: 250px !important;
  margin-left: auto;
  position: relative; }
  .sbtn.wsp:before, .inputfile + label.wsp:before {
    content: '';
    background: url(../img/wsp.png);
    background-size: 20px 20px;
    position: absolute;
    top: 10px;
    right: 10px;
    height: 20px;
    width: 20px; }

.reporte {
  position: relative; }
  .reporte .logoReporte {
    height: 150px; }
    .reporte .logoReporte img {
      max-height: 100%; }
  .reporte:after {
    position: absolute;
    top: 0px;
    right: 30px;
    height: 200px;
    width: 200px; }
  .reporte.notSend:after {
    content: url(../img/rechazado.svg); }
  .reporte.notSend.staticReport:after {
    top: 150px;
    right: 100px; }
  .reporte.send:after {
    content: url(../img/aprobado.svg); }
  .reporte .sectionTitle {
    margin-top: 50px;
    margin-bottom: 20px; }
  .reporte .item .title {
    font-weight: bold; }
  .reporte .item .data {
    margin-bottom: 30px; }
  .reporte .item.danger .title, .reporte .item.danger .data {
    color: red; }
  .reporte .galleryLightbox.marginTop {
    margin-top: 20px; }
  .reporte .imgSend label {
    font-weight: normal;
    font-size: 10px; }
  .reporte .imageDescription {
    margin-bottom: 20px;
    font-size: 12px;
    text-align: center; }
  .reporte .issueSeparator {
    border-bottom: 1px solid #060857;
    margin-bottom: 5px;
    margin-top: 40px;
    color: #060857;
    font-weight: bold; }
  .reporte .sendSelection {
    margin-top: 50px;
    border-top: 1px solid #060857;
    padding-top: 15px; }
    .reporte .sendSelection p {
      font-weight: bold; }
    .reporte .sendSelection ul {
      padding-left: 0px;
      list-style-type: none; }
      .reporte .sendSelection ul li {
        padding-bottom: 5px; }
        .reporte .sendSelection ul li i {
          color: #F00;
          font-size: 12px;
          margin-right: 5px;
          position: relative;
          top: 2px; }
    .reporte .sendSelection input {
      border: none;
      border-bottom: 1px solid #060857;
      margin-top: 5px;
      display: inline-block;
      width: calc(100% - 20px); }
  .reporte .motivosIP .selectBtn[aria-expanded=true] + ul {
    width: 100% !important; }

#moduleAssign .sectionTitle {
  margin-top: 0px;
  padding-right: 25px; }

#moduleAssign #draggableZone.affix {
  width: calc(100% / 12 * 2 - 30px);
  top: 20px; }

#moduleAssign #draggableZone #stuffSelect {
  max-height: 80vh;
  overflow-y: scroll;
  padding: 0px 5px;
  margin-bottom: 15px;
  width: 100%; }
  #moduleAssign #draggableZone #stuffSelect .containerItem {
    position: relative;
    background-color: #DEF6FF;
    width: 100%;
    padding: 5px;
    font-size: 10px;
    margin-bottom: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    #moduleAssign #draggableZone #stuffSelect .containerItem img {
      display: inline-block;
      position: relative;
      top: 50%;
      width: 30px;
      height: 30px;
      margin-right: 10px;
      border-radius: 50%; }
    #moduleAssign #draggableZone #stuffSelect .containerItem .nombre {
      display: inline-block;
      width: calc(100% - 30px);
      min-height: 30px; }
      #moduleAssign #draggableZone #stuffSelect .containerItem .nombre span {
        position: relative;
        display: inline-block;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
    #moduleAssign #draggableZone #stuffSelect .containerItem .remove {
      display: none; }
    #moduleAssign #draggableZone #stuffSelect .containerItem.selected {
      background-color: #45ccff;
      color: #FFF;
      -webkit-box-shadow: 0px 1px 1px 1px #aaa;
      box-shadow: 0px 1px 1px 1px #aaa; }

#moduleAssign #draggableZone .sbtn, #moduleAssign #draggableZone .inputfile + label {
  margin-top: 15px; }

@media (max-width: 991px) {
  #moduleAssign #draggableZone.affix {
    width: calc(100% / 12 * 4 - 30px); } }

@media (max-width: 500px) {
  #moduleAssign #draggableZone #stuffSelect .containerItem img {
    display: none; } }

#moduleAssign #droppableZone .sectionTitle {
  position: relative;
  cursor: pointer; }
  @media (max-width: 767px) {
    #moduleAssign #droppableZone .sectionTitle {
      font-size: 18px; } }
  #moduleAssign #droppableZone .sectionTitle:after {
    font-family: 'Material Icons';
    text-transform: none;
    content: 'keyboard_arrow_down';
    font-size: 30px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0px; }
  #moduleAssign #droppableZone .sectionTitle.active + .tableContainer {
    display: block; }
  #moduleAssign #droppableZone .sectionTitle.active:after {
    content: 'keyboard_arrow_up'; }

#moduleAssign #droppableZone .tableContainer {
  display: none; }
  #moduleAssign #droppableZone .tableContainer.active {
    display: block; }
  #moduleAssign #droppableZone .tableContainer .table {
    margin-top: 0px; }
  #moduleAssign #droppableZone .tableContainer img {
    display: none; }
  #moduleAssign #droppableZone .tableContainer .nombre {
    display: inline-block; }
  #moduleAssign #droppableZone .tableContainer .remove {
    display: inline-block;
    color: #F00; }
    #moduleAssign #droppableZone .tableContainer .remove i {
      font-size: 12px; }
  #moduleAssign #droppableZone .tableContainer tr.selected {
    background-color: #DEF6FF; }

#moduleCreateWork .inputTable {
  font-size: 10px !important; }
  #moduleCreateWork .inputTable .selectBtn {
    border-radius: 0px !important;
    border-bottom: 2px solid transparent;
    height: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center; }
    #moduleCreateWork .inputTable .selectBtn[aria-expanded='true'] {
      border-bottom: 2px solid #060857; }
      #moduleCreateWork .inputTable .selectBtn[aria-expanded='true'] + ul {
        top: 18px;
        border-top: 2px solid #060857;
        width: 100%;
        min-width: auto; }
    #moduleCreateWork .inputTable .selectBtn .caret {
      top: 10px; }
    #moduleCreateWork .inputTable .selectBtn span {
      position: relative;
      top: 10px; }
  #moduleCreateWork .inputTable th {
    text-align: center; }
  #moduleCreateWork .inputTable td {
    padding-bottom: 0px;
    padding-top: 0px; }
    #moduleCreateWork .inputTable td .formGroup {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      #moduleCreateWork .inputTable td .formGroup > .form-group {
        margin: 5px;
        margin-top: 15px;
        height: 20px; }
        #moduleCreateWork .inputTable td .formGroup > .form-group > label {
          text-align: center; }
        #moduleCreateWork .inputTable td .formGroup > .form-group > .selectBtn {
          border-radius: 0px;
          text-align: center;
          height: auto;
          text-align: center; }
          #moduleCreateWork .inputTable td .formGroup > .form-group > .selectBtn > span {
            position: relative;
            top: 10px; }
      #moduleCreateWork .inputTable td .formGroup.tipo100 .form-group {
        width: 100%; }
      #moduleCreateWork .inputTable td .formGroup.tipo50 .form-group {
        width: calc(50% - 10px); }
      #moduleCreateWork .inputTable td .formGroup.tipo33 .form-group {
        width: calc(25.0% - 10px); }
    #moduleCreateWork .inputTable td input {
      text-align: center;
      height: 20px;
      border-bottom: 2px solid transparent; }
    #moduleCreateWork .inputTable td .caret {
      display: none; }

.figureContainer {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 140px;
  border: 1px solid #333;
  display: inline-block; }
  .figureContainer .truckDistribution {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .figureContainer .front, .figureContainer .back {
    position: relative;
    width: 20px;
    display: inline-block; }
    .figureContainer .front span, .figureContainer .back span {
      width: 130px;
      text-align: center;
      -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
      -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
      transform-origin: right top;
      position: absolute;
      left: -130px; }
  .figureContainer .inside .top, .figureContainer .inside .normalForm .form-group.completed > label, .normalForm .figureContainer .inside .form-group.completed > label, .figureContainer .inside .normalForm .form-group.disabled > label, .normalForm .figureContainer .inside .form-group.disabled > label, .figureContainer .inside .normalForm .form-group.warning > label, .normalForm .figureContainer .inside .form-group.warning > label, .figureContainer .inside .normalForm .form-group.error > label, .normalForm .figureContainer .inside .form-group.error > label, .figureContainer .inside .normalForm .form-group.focus > label, .normalForm .figureContainer .inside .form-group.focus > label, .figureContainer .inside .normalForm .form-group .multiselect-native-select + label, .normalForm .form-group .figureContainer .inside .multiselect-native-select + label, .figureContainer .inside .bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 70px; }
    .figureContainer .inside .top .item, .figureContainer .inside .normalForm .form-group.completed > label .item, .normalForm .figureContainer .inside .form-group.completed > label .item, .figureContainer .inside .normalForm .form-group.disabled > label .item, .normalForm .figureContainer .inside .form-group.disabled > label .item, .figureContainer .inside .normalForm .form-group.warning > label .item, .normalForm .figureContainer .inside .form-group.warning > label .item, .figureContainer .inside .normalForm .form-group.error > label .item, .normalForm .figureContainer .inside .form-group.error > label .item, .figureContainer .inside .normalForm .form-group.focus > label .item, .normalForm .figureContainer .inside .form-group.focus > label .item, .figureContainer .inside .normalForm .form-group .multiselect-native-select + label .item, .normalForm .form-group .figureContainer .inside .multiselect-native-select + label .item, .figureContainer .inside .bottom .item {
      margin: 5px;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      border: 1px solid #333;
      text-align: center; }
      .figureContainer .inside .top .item span, .figureContainer .inside .normalForm .form-group.completed > label .item span, .normalForm .figureContainer .inside .form-group.completed > label .item span, .figureContainer .inside .normalForm .form-group.disabled > label .item span, .normalForm .figureContainer .inside .form-group.disabled > label .item span, .figureContainer .inside .normalForm .form-group.warning > label .item span, .normalForm .figureContainer .inside .form-group.warning > label .item span, .figureContainer .inside .normalForm .form-group.error > label .item span, .normalForm .figureContainer .inside .form-group.error > label .item span, .figureContainer .inside .normalForm .form-group.focus > label .item span, .normalForm .figureContainer .inside .form-group.focus > label .item span, .figureContainer .inside .normalForm .form-group .multiselect-native-select + label .item span, .normalForm .form-group .figureContainer .inside .multiselect-native-select + label .item span, .figureContainer .inside .bottom .item span {
        display: inline-block; }
      .figureContainer .inside .top .item.punta, .figureContainer .inside .normalForm .form-group.completed > label .item.punta, .normalForm .figureContainer .inside .form-group.completed > label .item.punta, .figureContainer .inside .normalForm .form-group.disabled > label .item.punta, .normalForm .figureContainer .inside .form-group.disabled > label .item.punta, .figureContainer .inside .normalForm .form-group.warning > label .item.punta, .normalForm .figureContainer .inside .form-group.warning > label .item.punta, .figureContainer .inside .normalForm .form-group.error > label .item.punta, .normalForm .figureContainer .inside .form-group.error > label .item.punta, .figureContainer .inside .normalForm .form-group.focus > label .item.punta, .normalForm .figureContainer .inside .form-group.focus > label .item.punta, .figureContainer .inside .normalForm .form-group .multiselect-native-select + label .item.punta, .normalForm .form-group .figureContainer .inside .multiselect-native-select + label .item.punta, .figureContainer .inside .bottom .item.punta {
        width: 50px;
        height: 60px; }
      .figureContainer .inside .top .item.espejo, .figureContainer .inside .normalForm .form-group.completed > label .item.espejo, .normalForm .figureContainer .inside .form-group.completed > label .item.espejo, .figureContainer .inside .normalForm .form-group.disabled > label .item.espejo, .normalForm .figureContainer .inside .form-group.disabled > label .item.espejo, .figureContainer .inside .normalForm .form-group.warning > label .item.espejo, .normalForm .figureContainer .inside .form-group.warning > label .item.espejo, .figureContainer .inside .normalForm .form-group.error > label .item.espejo, .normalForm .figureContainer .inside .form-group.error > label .item.espejo, .figureContainer .inside .normalForm .form-group.focus > label .item.espejo, .normalForm .figureContainer .inside .form-group.focus > label .item.espejo, .figureContainer .inside .normalForm .form-group .multiselect-native-select + label .item.espejo, .normalForm .form-group .figureContainer .inside .multiselect-native-select + label .item.espejo, .figureContainer .inside .bottom .item.espejo {
        width: 60px;
        height: 50px; }
      .figureContainer .inside .top .item.termografo span, .figureContainer .inside .normalForm .form-group.completed > label .item.termografo span, .normalForm .figureContainer .inside .form-group.completed > label .item.termografo span, .figureContainer .inside .normalForm .form-group.disabled > label .item.termografo span, .normalForm .figureContainer .inside .form-group.disabled > label .item.termografo span, .figureContainer .inside .normalForm .form-group.warning > label .item.termografo span, .normalForm .figureContainer .inside .form-group.warning > label .item.termografo span, .figureContainer .inside .normalForm .form-group.error > label .item.termografo span, .normalForm .figureContainer .inside .form-group.error > label .item.termografo span, .figureContainer .inside .normalForm .form-group.focus > label .item.termografo span, .normalForm .figureContainer .inside .form-group.focus > label .item.termografo span, .figureContainer .inside .normalForm .form-group .multiselect-native-select + label .item.termografo span, .normalForm .form-group .figureContainer .inside .multiselect-native-select + label .item.termografo span, .figureContainer .inside .bottom .item.termografo span {
        background-color: #F00;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        color: #FFF; }
    .figureContainer .inside .top .item.bolsaTop, .figureContainer .inside .normalForm .form-group.completed > label .item.bolsaTop, .normalForm .figureContainer .inside .form-group.completed > label .item.bolsaTop, .figureContainer .inside .normalForm .form-group.disabled > label .item.bolsaTop, .normalForm .figureContainer .inside .form-group.disabled > label .item.bolsaTop, .figureContainer .inside .normalForm .form-group.warning > label .item.bolsaTop, .normalForm .figureContainer .inside .form-group.warning > label .item.bolsaTop, .figureContainer .inside .normalForm .form-group.error > label .item.bolsaTop, .normalForm .figureContainer .inside .form-group.error > label .item.bolsaTop, .figureContainer .inside .normalForm .form-group.focus > label .item.bolsaTop, .normalForm .figureContainer .inside .form-group.focus > label .item.bolsaTop, .figureContainer .inside .normalForm .form-group .multiselect-native-select + label .item.bolsaTop, .normalForm .form-group .figureContainer .inside .multiselect-native-select + label .item.bolsaTop, .figureContainer .inside .bottom .item.bolsaTop {
      border-top: 10px solid #060857;
      border-radius: 10px 10px 0px 0px; }
      .figureContainer .inside .top .item.bolsaTop.punta, .figureContainer .inside .normalForm .form-group.completed > label .item.bolsaTop.punta, .normalForm .figureContainer .inside .form-group.completed > label .item.bolsaTop.punta, .figureContainer .inside .normalForm .form-group.disabled > label .item.bolsaTop.punta, .normalForm .figureContainer .inside .form-group.disabled > label .item.bolsaTop.punta, .figureContainer .inside .normalForm .form-group.warning > label .item.bolsaTop.punta, .normalForm .figureContainer .inside .form-group.warning > label .item.bolsaTop.punta, .figureContainer .inside .normalForm .form-group.error > label .item.bolsaTop.punta, .normalForm .figureContainer .inside .form-group.error > label .item.bolsaTop.punta, .figureContainer .inside .normalForm .form-group.focus > label .item.bolsaTop.punta, .normalForm .figureContainer .inside .form-group.focus > label .item.bolsaTop.punta, .figureContainer .inside .normalForm .form-group .multiselect-native-select + label .item.bolsaTop.punta, .normalForm .form-group .figureContainer .inside .multiselect-native-select + label .item.bolsaTop.punta, .figureContainer .inside .bottom .item.bolsaTop.punta {
        width: 50px;
        height: calc(60px + 10px); }
      .figureContainer .inside .top .item.bolsaTop.espejo, .figureContainer .inside .normalForm .form-group.completed > label .item.bolsaTop.espejo, .normalForm .figureContainer .inside .form-group.completed > label .item.bolsaTop.espejo, .figureContainer .inside .normalForm .form-group.disabled > label .item.bolsaTop.espejo, .normalForm .figureContainer .inside .form-group.disabled > label .item.bolsaTop.espejo, .figureContainer .inside .normalForm .form-group.warning > label .item.bolsaTop.espejo, .normalForm .figureContainer .inside .form-group.warning > label .item.bolsaTop.espejo, .figureContainer .inside .normalForm .form-group.error > label .item.bolsaTop.espejo, .normalForm .figureContainer .inside .form-group.error > label .item.bolsaTop.espejo, .figureContainer .inside .normalForm .form-group.focus > label .item.bolsaTop.espejo, .normalForm .figureContainer .inside .form-group.focus > label .item.bolsaTop.espejo, .figureContainer .inside .normalForm .form-group .multiselect-native-select + label .item.bolsaTop.espejo, .normalForm .form-group .figureContainer .inside .multiselect-native-select + label .item.bolsaTop.espejo, .figureContainer .inside .bottom .item.bolsaTop.espejo {
        width: 60px;
        height: calc(50px + 10px); }
    .figureContainer .inside .top .item.bolsaBottom, .figureContainer .inside .normalForm .form-group.completed > label .item.bolsaBottom, .normalForm .figureContainer .inside .form-group.completed > label .item.bolsaBottom, .figureContainer .inside .normalForm .form-group.disabled > label .item.bolsaBottom, .normalForm .figureContainer .inside .form-group.disabled > label .item.bolsaBottom, .figureContainer .inside .normalForm .form-group.warning > label .item.bolsaBottom, .normalForm .figureContainer .inside .form-group.warning > label .item.bolsaBottom, .figureContainer .inside .normalForm .form-group.error > label .item.bolsaBottom, .normalForm .figureContainer .inside .form-group.error > label .item.bolsaBottom, .figureContainer .inside .normalForm .form-group.focus > label .item.bolsaBottom, .normalForm .figureContainer .inside .form-group.focus > label .item.bolsaBottom, .figureContainer .inside .normalForm .form-group .multiselect-native-select + label .item.bolsaBottom, .normalForm .form-group .figureContainer .inside .multiselect-native-select + label .item.bolsaBottom, .figureContainer .inside .bottom .item.bolsaBottom {
      border-bottom: 10px solid #060857;
      border-radius: 0px 0px 10px 10px; }
      .figureContainer .inside .top .item.bolsaBottom.punta, .figureContainer .inside .normalForm .form-group.completed > label .item.bolsaBottom.punta, .normalForm .figureContainer .inside .form-group.completed > label .item.bolsaBottom.punta, .figureContainer .inside .normalForm .form-group.disabled > label .item.bolsaBottom.punta, .normalForm .figureContainer .inside .form-group.disabled > label .item.bolsaBottom.punta, .figureContainer .inside .normalForm .form-group.warning > label .item.bolsaBottom.punta, .normalForm .figureContainer .inside .form-group.warning > label .item.bolsaBottom.punta, .figureContainer .inside .normalForm .form-group.error > label .item.bolsaBottom.punta, .normalForm .figureContainer .inside .form-group.error > label .item.bolsaBottom.punta, .figureContainer .inside .normalForm .form-group.focus > label .item.bolsaBottom.punta, .normalForm .figureContainer .inside .form-group.focus > label .item.bolsaBottom.punta, .figureContainer .inside .normalForm .form-group .multiselect-native-select + label .item.bolsaBottom.punta, .normalForm .form-group .figureContainer .inside .multiselect-native-select + label .item.bolsaBottom.punta, .figureContainer .inside .bottom .item.bolsaBottom.punta {
        width: 50px;
        height: calc(60px + 10px); }
      .figureContainer .inside .top .item.bolsaBottom.espejo, .figureContainer .inside .normalForm .form-group.completed > label .item.bolsaBottom.espejo, .normalForm .figureContainer .inside .form-group.completed > label .item.bolsaBottom.espejo, .figureContainer .inside .normalForm .form-group.disabled > label .item.bolsaBottom.espejo, .normalForm .figureContainer .inside .form-group.disabled > label .item.bolsaBottom.espejo, .figureContainer .inside .normalForm .form-group.warning > label .item.bolsaBottom.espejo, .normalForm .figureContainer .inside .form-group.warning > label .item.bolsaBottom.espejo, .figureContainer .inside .normalForm .form-group.error > label .item.bolsaBottom.espejo, .normalForm .figureContainer .inside .form-group.error > label .item.bolsaBottom.espejo, .figureContainer .inside .normalForm .form-group.focus > label .item.bolsaBottom.espejo, .normalForm .figureContainer .inside .form-group.focus > label .item.bolsaBottom.espejo, .figureContainer .inside .normalForm .form-group .multiselect-native-select + label .item.bolsaBottom.espejo, .normalForm .form-group .figureContainer .inside .multiselect-native-select + label .item.bolsaBottom.espejo, .figureContainer .inside .bottom .item.bolsaBottom.espejo {
        width: 60px;
        height: calc(50px + 10px); }
    .figureContainer .inside .top .item.bolsaLeft, .figureContainer .inside .normalForm .form-group.completed > label .item.bolsaLeft, .normalForm .figureContainer .inside .form-group.completed > label .item.bolsaLeft, .figureContainer .inside .normalForm .form-group.disabled > label .item.bolsaLeft, .normalForm .figureContainer .inside .form-group.disabled > label .item.bolsaLeft, .figureContainer .inside .normalForm .form-group.warning > label .item.bolsaLeft, .normalForm .figureContainer .inside .form-group.warning > label .item.bolsaLeft, .figureContainer .inside .normalForm .form-group.error > label .item.bolsaLeft, .normalForm .figureContainer .inside .form-group.error > label .item.bolsaLeft, .figureContainer .inside .normalForm .form-group.focus > label .item.bolsaLeft, .normalForm .figureContainer .inside .form-group.focus > label .item.bolsaLeft, .figureContainer .inside .normalForm .form-group .multiselect-native-select + label .item.bolsaLeft, .normalForm .form-group .figureContainer .inside .multiselect-native-select + label .item.bolsaLeft, .figureContainer .inside .bottom .item.bolsaLeft {
      border-left: 10px solid #060857;
      border-radius: 10px 0px 0px 10px; }
      .figureContainer .inside .top .item.bolsaLeft.punta, .figureContainer .inside .normalForm .form-group.completed > label .item.bolsaLeft.punta, .normalForm .figureContainer .inside .form-group.completed > label .item.bolsaLeft.punta, .figureContainer .inside .normalForm .form-group.disabled > label .item.bolsaLeft.punta, .normalForm .figureContainer .inside .form-group.disabled > label .item.bolsaLeft.punta, .figureContainer .inside .normalForm .form-group.warning > label .item.bolsaLeft.punta, .normalForm .figureContainer .inside .form-group.warning > label .item.bolsaLeft.punta, .figureContainer .inside .normalForm .form-group.error > label .item.bolsaLeft.punta, .normalForm .figureContainer .inside .form-group.error > label .item.bolsaLeft.punta, .figureContainer .inside .normalForm .form-group.focus > label .item.bolsaLeft.punta, .normalForm .figureContainer .inside .form-group.focus > label .item.bolsaLeft.punta, .figureContainer .inside .normalForm .form-group .multiselect-native-select + label .item.bolsaLeft.punta, .normalForm .form-group .figureContainer .inside .multiselect-native-select + label .item.bolsaLeft.punta, .figureContainer .inside .bottom .item.bolsaLeft.punta {
        width: calc(50px + 10px);
        height: 60px; }
      .figureContainer .inside .top .item.bolsaLeft.espejo, .figureContainer .inside .normalForm .form-group.completed > label .item.bolsaLeft.espejo, .normalForm .figureContainer .inside .form-group.completed > label .item.bolsaLeft.espejo, .figureContainer .inside .normalForm .form-group.disabled > label .item.bolsaLeft.espejo, .normalForm .figureContainer .inside .form-group.disabled > label .item.bolsaLeft.espejo, .figureContainer .inside .normalForm .form-group.warning > label .item.bolsaLeft.espejo, .normalForm .figureContainer .inside .form-group.warning > label .item.bolsaLeft.espejo, .figureContainer .inside .normalForm .form-group.error > label .item.bolsaLeft.espejo, .normalForm .figureContainer .inside .form-group.error > label .item.bolsaLeft.espejo, .figureContainer .inside .normalForm .form-group.focus > label .item.bolsaLeft.espejo, .normalForm .figureContainer .inside .form-group.focus > label .item.bolsaLeft.espejo, .figureContainer .inside .normalForm .form-group .multiselect-native-select + label .item.bolsaLeft.espejo, .normalForm .form-group .figureContainer .inside .multiselect-native-select + label .item.bolsaLeft.espejo, .figureContainer .inside .bottom .item.bolsaLeft.espejo {
        width: calc(60px + 10px);
        height: 50px; }
    .figureContainer .inside .top .item.bolsaRight, .figureContainer .inside .normalForm .form-group.completed > label .item.bolsaRight, .normalForm .figureContainer .inside .form-group.completed > label .item.bolsaRight, .figureContainer .inside .normalForm .form-group.disabled > label .item.bolsaRight, .normalForm .figureContainer .inside .form-group.disabled > label .item.bolsaRight, .figureContainer .inside .normalForm .form-group.warning > label .item.bolsaRight, .normalForm .figureContainer .inside .form-group.warning > label .item.bolsaRight, .figureContainer .inside .normalForm .form-group.error > label .item.bolsaRight, .normalForm .figureContainer .inside .form-group.error > label .item.bolsaRight, .figureContainer .inside .normalForm .form-group.focus > label .item.bolsaRight, .normalForm .figureContainer .inside .form-group.focus > label .item.bolsaRight, .figureContainer .inside .normalForm .form-group .multiselect-native-select + label .item.bolsaRight, .normalForm .form-group .figureContainer .inside .multiselect-native-select + label .item.bolsaRight, .figureContainer .inside .bottom .item.bolsaRight {
      border-right: 10px solid #060857;
      border-radius: 0px 10px 10px 0px; }
      .figureContainer .inside .top .item.bolsaRight.punta, .figureContainer .inside .normalForm .form-group.completed > label .item.bolsaRight.punta, .normalForm .figureContainer .inside .form-group.completed > label .item.bolsaRight.punta, .figureContainer .inside .normalForm .form-group.disabled > label .item.bolsaRight.punta, .normalForm .figureContainer .inside .form-group.disabled > label .item.bolsaRight.punta, .figureContainer .inside .normalForm .form-group.warning > label .item.bolsaRight.punta, .normalForm .figureContainer .inside .form-group.warning > label .item.bolsaRight.punta, .figureContainer .inside .normalForm .form-group.error > label .item.bolsaRight.punta, .normalForm .figureContainer .inside .form-group.error > label .item.bolsaRight.punta, .figureContainer .inside .normalForm .form-group.focus > label .item.bolsaRight.punta, .normalForm .figureContainer .inside .form-group.focus > label .item.bolsaRight.punta, .figureContainer .inside .normalForm .form-group .multiselect-native-select + label .item.bolsaRight.punta, .normalForm .form-group .figureContainer .inside .multiselect-native-select + label .item.bolsaRight.punta, .figureContainer .inside .bottom .item.bolsaRight.punta {
        width: calc(50px + 10px);
        height: 60px; }
      .figureContainer .inside .top .item.bolsaRight.espejo, .figureContainer .inside .normalForm .form-group.completed > label .item.bolsaRight.espejo, .normalForm .figureContainer .inside .form-group.completed > label .item.bolsaRight.espejo, .figureContainer .inside .normalForm .form-group.disabled > label .item.bolsaRight.espejo, .normalForm .figureContainer .inside .form-group.disabled > label .item.bolsaRight.espejo, .figureContainer .inside .normalForm .form-group.warning > label .item.bolsaRight.espejo, .normalForm .figureContainer .inside .form-group.warning > label .item.bolsaRight.espejo, .figureContainer .inside .normalForm .form-group.error > label .item.bolsaRight.espejo, .normalForm .figureContainer .inside .form-group.error > label .item.bolsaRight.espejo, .figureContainer .inside .normalForm .form-group.focus > label .item.bolsaRight.espejo, .normalForm .figureContainer .inside .form-group.focus > label .item.bolsaRight.espejo, .figureContainer .inside .normalForm .form-group .multiselect-native-select + label .item.bolsaRight.espejo, .normalForm .form-group .figureContainer .inside .multiselect-native-select + label .item.bolsaRight.espejo, .figureContainer .inside .bottom .item.bolsaRight.espejo {
        width: calc(60px + 10px);
        height: 50px; }
  .figureContainer .inside .top, .figureContainer .inside .normalForm .form-group.completed > label, .normalForm .figureContainer .inside .form-group.completed > label, .figureContainer .inside .normalForm .form-group.disabled > label, .normalForm .figureContainer .inside .form-group.disabled > label, .figureContainer .inside .normalForm .form-group.warning > label, .normalForm .figureContainer .inside .form-group.warning > label, .figureContainer .inside .normalForm .form-group.error > label, .normalForm .figureContainer .inside .form-group.error > label, .figureContainer .inside .normalForm .form-group.focus > label, .normalForm .figureContainer .inside .form-group.focus > label, .figureContainer .inside .normalForm .form-group .multiselect-native-select + label, .normalForm .form-group .figureContainer .inside .multiselect-native-select + label {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .figureContainer .inside .bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .figureContainer .inside .bottom {
    height: 70px; }

#tabla-listado-usuarios th:nth-of-type(n + 5),
#tabla-listado-usuarios td:nth-of-type(n + 5) {
  text-align: center;
  width: 90px; }

#tabla-listado-checklist th:nth-of-type(n + 4),
#tabla-listado-checklist td:nth-of-type(n + 4) {
  text-align: center; }

#tabla-ot-listados th:nth-of-type(n + 4),
#tabla-ot-listados td:nth-of-type(n + 4) {
  text-align: center; }

#tabla-estiba th {
  font-size: 12px; }

#tabla-estiba td, #tabla-estiba th {
  text-align: center; }
  #tabla-estiba td:nth-of-type(7), #tabla-estiba th:nth-of-type(7) {
    width: 100px;
    border: none; }
  #tabla-estiba td:nth-child(5), #tabla-estiba td:nth-child(6), #tabla-estiba td:nth-child(12), #tabla-estiba td:nth-child(13), #tabla-estiba th:nth-child(5), #tabla-estiba th:nth-child(6), #tabla-estiba th:nth-child(12), #tabla-estiba th:nth-child(13) {
    width: 120px;
    min-width: 120px; }

#tabla-estiba .danger {
  color: red;
  font-weight: bold; }

#tabla-estiba.edicion td > input {
  border: none;
  background-color: transparent;
  text-align: center;
  width: 100%; }

#tabla-estiba.edicion .selectBtn {
  border-radius: 0px !important;
  border: 2px solid transparent;
  height: 20px;
  background-color: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center; }
  #tabla-estiba.edicion .selectBtn[aria-expanded='true'] + ul {
    top: 22px;
    border-top: 2px solid #060857;
    width: 100%;
    min-width: auto; }
  #tabla-estiba.edicion .selectBtn .caret {
    top: 10px; }
  #tabla-estiba.edicion .selectBtn span {
    position: relative;
    top: 10px; }

#tabla-resumenTemporadas {
  font-size: 12px;
  margin-top: 0; }
  #tabla-resumenTemporadas td, #tabla-resumenTemporadas th {
    padding: 5px; }

#tabla-reporteAnualCliente span {
  display: block;
  font-size: 10px; }

#tabla-reporteAnualCliente th:nth-child(n + 2), #tabla-reporteAnualCliente td:nth-child(n + 2) {
  width: 50px; }

#tabla-reporteAnualCliente th:nth-child(n + 14), #tabla-reporteAnualCliente td:nth-child(n + 14) {
  width: 70px; }

#tabla-modalClientesCantidad td:last-child, #tabla-modalClientesCantidad th:last-child {
  width: 100px; }

#tabla-reporteAnualEspecie {
  margin-bottom: 0; }
  #tabla-reporteAnualEspecie td:nth-child(1), #tabla-reporteAnualEspecie th:nth-child(1) {
    width: 200px; }
  #tabla-reporteAnualEspecie td:nth-child(n + 2), #tabla-reporteAnualEspecie th:nth-child(n + 2) {
    text-align: center; }
  #tabla-reporteAnualEspecie td:nth-child(n + 3), #tabla-reporteAnualEspecie th:nth-child(n + 3) {
    width: 100px; }
  #tabla-reporteAnualEspecie td .progress, #tabla-reporteAnualEspecie th .progress {
    margin-bottom: auto; }
  #tabla-reporteAnualEspecie tr:nth-child(n + 11) {
    display: none; }
  #tabla-reporteAnualEspecie.expand tr {
    display: table-row; }
  #tabla-reporteAnualEspecie + .tableToggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

#tabla-reporteAnualZona td:nth-child(n + 2), #tabla-reporteAnualZona th:nth-child(n + 2) {
  width: 80px; }

#tabla-reporteAnualZona td:nth-child(n + 13), #tabla-reporteAnualZona th:nth-child(n + 13) {
  width: 90px; }

#tabla-reporteAnualClienteModal th:nth-child(n + 2), #tabla-reporteAnualClienteModal td:nth-child(n + 2) {
  width: 100px; }

.imageForm .imageFormItem {
  margin-bottom: 50px; }
  .imageForm .imageFormItem .imageContainer {
    background: url(../../img/emptyImage.png) no-repeat center;
    overflow: hidden;
    width: 100%;
    position: relative;
    height: 250px; }
    .imageForm .imageFormItem .imageContainer img {
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      min-width: 100%;
      max-width: 150%;
      min-height: 100%; }
      .imageForm .imageFormItem .imageContainer img.rotate180 {
        -webkit-transform: translate(-50%, -50%) rotate(180deg);
        -ms-transform: translate(-50%, -50%) rotate(180deg);
        transform: translate(-50%, -50%) rotate(180deg); }
      .imageForm .imageFormItem .imageContainer img.rotate90 {
        -webkit-transform: translate(-50%, -50%) rotate(90deg);
        -ms-transform: translate(-50%, -50%) rotate(90deg);
        transform: translate(-50%, -50%) rotate(90deg); }
      .imageForm .imageFormItem .imageContainer img.rotateNo90 {
        -webkit-transform: translate(-50%, -50%) rotate(-90deg);
        -ms-transform: translate(-50%, -50%) rotate(-90deg);
        transform: translate(-50%, -50%) rotate(-90deg); }
  .imageForm .imageFormItem .title {
    text-align: center;
    margin-bottom: 10px; }
  .imageForm .imageFormItem input {
    width: 100%; }
    .imageForm .imageFormItem input[type='checkbox'] {
      display: inline-block;
      width: auto; }
  .imageForm .imageFormItem > label {
    display: inline-block;
    font-weight: normal;
    font-size: 10px; }

#tabla-ip-listados tr td {
  border-top: 0px !important; }

#tabla-ip-listados th:nth-of-type(2), #tabla-ip-listados td:nth-of-type(2),
#tabla-ip-listados th:nth-of-type(3), #tabla-ip-listados td:nth-of-type(3),
#tabla-ip-listados th:nth-of-type(5), #tabla-ip-listados td:nth-of-type(5) {
  width: 110px;
  text-align: center; }

#tabla-ip-listados tr.separator {
  border-top: 1px solid #ccc; }

#droppableZone th:nth-of-type(2), #droppableZone td:nth-of-type(2) {
  width: 80px;
  text-align: center; }

#droppableZone th:nth-of-type(3), #droppableZone td:nth-of-type(3) {
  width: 110px;
  text-align: center; }

#droppableZone th:last-of-type, #droppableZone td:last-of-type {
  text-align: right; }

#tabla-informes-preliminares th:nth-of-type(n + 2), #tabla-informes-preliminares td:nth-of-type(n + 2) {
  text-align: center; }

#tabla-informes-preliminares .material-icons.true {
  color: primaryColor; }

#tabla-informes-preliminares .material-icons.false {
  color: #F00; }

#tabla-reporteAnual a {
  color: inherit; }

#tabla-reporteAnual td, #tabla-reporteAnual th {
  padding: 2px;
  font-size: 10px; }

#tabla-reporteAnual thead th {
  border: 1px solid #ccc; }

#tabla-reporteAnual thead tr th:first-child {
  border-top: none;
  border-bottom: none;
  border-left: none; }

#tabla-reporteAnual thead tr:nth-child(1) th:nth-child(2n + 2), #tabla-reporteAnual thead tr:nth-child(2) th:nth-child(2n + 2) {
  background-color: #060857;
  color: #FFF; }

#tabla-reporteAnual thead tr:nth-child(1) th:nth-child(2n + 3), #tabla-reporteAnual thead tr:nth-child(2) th:nth-child(2n + 3) {
  background-color: #DEF6FF;
  color: #FFF;/* #060857;*/ }

#tabla-reporteAnual thead tr:nth-child(3) th:nth-child(4n + 2), #tabla-reporteAnual thead tr:nth-child(3) th:nth-child(4n + 3) {
  background-color: #060857;
  color: #FFF; }

#tabla-reporteAnual thead tr:nth-child(3) th:nth-child(4n + 4), #tabla-reporteAnual thead tr:nth-child(3) th:nth-child(4n + 5) {
  background-color: #DEF6FF;
  color: #FFF;/*#060857; */}

#tabla-reporteAnual thead tr:nth-child(4) th:nth-child(8n + 2), #tabla-reporteAnual thead tr:nth-child(4) th:nth-child(8n + 3), #tabla-reporteAnual thead tr:nth-child(4) th:nth-child(8n + 4), #tabla-reporteAnual thead tr:nth-child(4) th:nth-child(8n + 5) {
  background-color: #060857;
  color: #FFF; }

#tabla-reporteAnual thead tr:nth-child(4) th:nth-child(8n + 6), #tabla-reporteAnual thead tr:nth-child(4) th:nth-child(8n + 7), #tabla-reporteAnual thead tr:nth-child(4) th:nth-child(8n + 8), #tabla-reporteAnual thead tr:nth-child(4) th:nth-child(8n + 9) {
  background-color: #DEF6FF;
  color: #FFF;/*#060857;*/ }

#tabla-reporteAnual tr th:not(:first-child), #tabla-reporteAnual tr td:not(:first-child) {
  text-align: center; }

#tabla-reporteAnual tr td {
  width: 50px; }
  #tabla-reporteAnual tr td:nth-child(8n + 4), #tabla-reporteAnual tr td:nth-child(8n + 5) {
    background-color: #DEF6FF;/*#060857;*/
    color: #000; }
  #tabla-reporteAnual tr td:nth-child(8n + 8), #tabla-reporteAnual tr td:nth-child(8n + 9) {
    background-color: #DEF6FF;/*#DEF6FF;*/
    color: #000;/*#060857;*/ }

#createMeeting > tbody > tr > td:nth-of-type(1) {
  width: 100px; }

#createMeeting > tbody > tr > td:nth-of-type(2) {
  min-width: 150px; }

#createMeeting > tbody > tr > td:nth-of-type(3) {
  min-width: 100px; }

#createMeeting > tbody > tr > td:nth-of-type(4) {
  min-width: 150px; }

#createMeeting > tbody > tr > td:nth-of-type(5) {
  min-width: 140px; }

#createMeeting > tbody > tr > td:nth-of-type(6) {
  min-width: 100px; }

.selectBtn[aria-expanded=true] + ul {
  max-width: 200% !important;
  width: auto !important;
  min-width: 100% !important;
  left: 50% !important;
  -webkit-transform: translateX(-50%) !important;
  -ms-transform: translateX(-50%) !important;
  transform: translateX(-50%) !important; }

#moduleCreateWork .selectBtn[aria-expanded=true] + ul {
  max-width: 140% !important;
  width: auto !important;
  min-width: 100% !important;
  left: 50% !important;
  -webkit-transform: translateX(-50%) !important;
  -ms-transform: translateX(-50%) !important;
  transform: translateX(-50%) !important; }

.inputTable .multiselect-search {
  height: 25px !important;
  border-bottom: 1px solid #ccc !important; }

#moduleAssign .tableContainer th:nth-of-type(2), #moduleAssign .tableContainer th:nth-of-type(3),
#moduleAssign .tableContainer td:nth-of-type(2), #moduleAssign .tableContainer td:nth-of-type(3) {
  text-align: center; }

.submenu-horizontal {
  gap: 6px;
  padding: 6px;
  margin-right: 30px; /* Desplaza el menú un poco a la izquierda */
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 6px;
}

.icon-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  text-align: center;
  border-radius: 4px;
  transition: background-color 0.2s ease;
}

.icon-action:hover {
  background-color: #f0f0f0;
}

.icon-action i {
  font-size: 20px;
}

.menu-toggle i {
  color: #000; /* Negro por defecto */
  font-size: 22px;
  transition: color 0.2s ease, transform 0.3s ease;
}

.menu-toggle.active i {
  color: #000; /* Azul cuando el menú está abierto */
  transform: rotate(90deg); /* Rotación suave */
}

.circular-checkbox-wrapper {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}

.circular-checkbox-wrapper input[type="checkbox"] {
  display: none;
}

.circular-checkbox-wrapper .custom-icon {
  font-size: 14px; /* ↓ Cambia este valor a gusto */
  color: #999999;
  transition: color 0.2s ease;
  line-height: 1;
  vertical-align: middle;

  cursor: pointer;          /* Mostrará el cursor tipo puntero */
  user-select: none;   
}

.circular-checkbox-wrapper input[type="checkbox"]:checked + .custom-icon {
  color: rgb(132, 28, 5); /* Naranja oscuro al marcar */
}




