* {
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
  }
  html,
  body {
    width: 100%;
    height: 100%;
    background: url(https://subtlepatterns.com/patterns/sativa.png) repeat fixed;
    font-family: "Open Sans", sans-serif;
    font-weight: 200;
  }
  .login {
    position: relative;
    top: 50%;
    width: 250px;
    display: table;
    margin: -150px auto 0 auto;
    background: #fff;
    border-radius: 4px;
  }
  .legend {
    position: relative;
    width: 100%;
    display: block;
    background: #ff7052;
    padding: 15px;
    color: #fff;
    font-size: 20px;
  }
  .legend:after {
    content: "";
    background-image: url(http://simpleicon.com/wp-content/uploads/multy-user.png);
    background-size: 100px 100px;
    background-repeat: no-repeat;
    background-position: 152px -16px;
    opacity: 0.06;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
  }
  .input {
    position: relative;
    width: 90%;
    margin: 15px auto;
  }
  .input span {
    position: absolute;
    display: block;
    color: #d4d4d4;
    left: 10px;
    top: 8px;
    font-size: 20px;
  }
  .input input {
    width: 100%;
    padding: 10px 5px 10px 40px;
    display: block;
    border: 1px solid #ededed;
    border-radius: 4px;
    transition: 0.2s ease-out;
    color: #a1a1a1;
  }
  .input input:focus {
    padding: 10px 5px 10px 10px;
    outline: 0;
    border-color: #ff7052;
  }
  .submit {
    width: 45px;
    height: 45px;
    display: block;
    margin: 0 auto -15px auto;
    background: #fff;
    border-radius: 100%;
    border: 1px solid #ff7052;
    color: #ff7052;
    font-size: 24px;
    cursor: pointer;
    box-shadow: 0px 0px 0px 7px #fff;
    transition: 0.2s ease-out;
  }
  .submit:hover,
  .submit:focus {
    background: #ff7052;
    color: #fff;
    outline: 0;
  }
  .feedback {
    position: absolute;
    bottom: -70px;
    width: 100%;
    text-align: center;
    color: #fff;
    background: #2ecc71;
    padding: 10px 0;
    font-size: 12px;
    display: none;
    opacity: 0;
  }
  .feedback:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(46, 204, 113, 0);
    border-bottom-color: #2ecc71;
    border-width: 10px;
    margin-left: -10px;
  }
  .formbold-mb-5 {
    margin-bottom: 20px;
  }
  .formbold-pt-3 {
    padding-top: 12px;
  }
  .formbold-main-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 48px;
  }

  .formbold-form-wrapper {
    margin: 0 auto;
    max-width: 550px;
    width: 100%;
    background: white;
  }
  .formbold-form-label {
    display: block;
    font-weight: 500;
    font-size: 16px;
    color: #07074d;
    margin-bottom: 12px;
  }
  .formbold-form-label-2 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 20px;
  }

  .formbold-form-input {
    width: 100%;
    padding: 12px 24px;
    border-radius: 6px;
    border: 1px solid #e0e0e0;
    background: white;
    font-weight: 500;
    font-size: 16px;
    color: #6b7280;
    outline: none;
    resize: none;
  }
  .formbold-form-input:focus {
    border-color: #6a64f1;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.05);
  }

  .formbold-btn {
    text-align: center;
    font-size: 16px;
    border-radius: 6px;
    padding: 14px 32px;
    border: none;
    font-weight: 600;
    background-color: #6a64f1;
    color: white;
    cursor: pointer;
  }
  .formbold-btn:hover {
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.05);
  }

  .formbold--mx-3 {
    margin-left: -12px;
    margin-right: -12px;
  }
  .formbold-px-3 {
    padding-left: 12px;
    padding-right: 12px;
  }
  .flex {
    display: flex;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .w-full {
    width: 100%;
  }

  .formbold-file-input input {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
  }

  .formbold-file-input label {
    position: relative;
    border: 1px dashed #e0e0e0;
    border-radius: 6px;
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 48px;
    text-align: center;
  }
  .formbold-drop-file {
    display: block;
    font-weight: 600;
    color: #07074d;
    font-size: 20px;
    margin-bottom: 8px;
  }

  .formbold-or {
    font-weight: 500;
    font-size: 16px;
    color: #6b7280;
    display: block;
    margin-bottom: 8px;
  }
  .formbold-browse {
    font-weight: 500;
    font-size: 16px;
    color: #07074d;
    display: inline-block;
    padding: 8px 28px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
  }

  .formbold-file-list {
    border-radius: 6px;
    background: #f5f7fb;
    padding: 16px 32px;
  }

  .formbold-file-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .formbold-file-item button {
    color: #07074d;
    border: none;
    background: transparent;
    cursor: pointer;
  }

  .formbold-file-name {
    font-weight: 500;
    font-size: 16px;
    color: #07074d;
    padding-right: 12px;
  }
  .formbold-progress-bar {
    margin-top: 20px;
    position: relative;
    width: 100%;
    height: 6px;
    border-radius: 8px;
    background: #e2e5ef;
  }

  .formbold-progress {
    position: absolute;
    width: 75%;
    height: 100%;
    left: 0;
    top: 0;
    background: #6a64f1;
    border-radius: 8px;
  }
  #tb_lista_wrapper{
    width: 100%!important;
  }
  .lb_head{
    border-radius: 5px;
    vertical-align: middle;
    padding: 3px 0px;
    height: 30px;
    margin: -1px 0;
  }
  .card_foto{    
      /* width: 200px; */
      float: left;
      margin: 1px;
      border: 1px solid #cbc9c9;
      border-radius: 2px;
      height: 96px;
      background: #f8f9fa;
      height: auto!important;
  }
  .card_text{
      padding: 5px;
      float: left;
      width:250px;
  }
  .spinner-border{
      width: 15px;
      height: 15px;
      display: none;
      float: right;
  }

  /* The switch - the box around the slider */
  .switch {
      position: relative;
      display: inline-block;
      width: 32px;
      height: 17px;
  }

  /* Hide default HTML checkbox */
  .switch input {
      opacity: 0;
      width: 0;
      height: 0;
  }

  /* The slider */
  .slider {
      position: absolute;
      cursor: pointer;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: #ccc;
      -webkit-transition: .4s;
      transition: .4s;
  }

  .slider:before {
      position: absolute;
      content: "";
      height: 13px;
      width: 13px;
      left: 3px;
      bottom: 2px;
      background-color: white;
      -webkit-transition: .4s;
      transition: .4s;
  }

  input:checked + .slider {
      background-color: #2196F3;
  }

  input:focus + .slider {
      box-shadow: 0 0 1px #2196F3;
  }

  input:checked + .slider:before {
      -webkit-transform: translateX(13px);
      -ms-transform: translateX(13px);
      transform: translateX(13px);
  }

  /* Rounded sliders */
  .slider.round {
      border-radius: 34px;
  }

  .slider.round:before {
      border-radius: 50%;
  }

  /* The Modal (background) */
  .modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding: 50px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}
/*MODAL ZOOM IMG Y MAP*/
.modal_img, .modal_map {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
  }
  .modal_close, .modal_close_map {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
  }

  .modal_close:hover,
  .modal_close:focus,
  .modal_close_map:hover,
  .modal_close_map:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
  }
  /*END*/

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption {
    animation-name: zoom;
    animation-duration: 0.6s;
}

@keyframes zoom {
    from {transform:scale(0)}
    to {transform:scale(1)}
}

/* The Close Button */
.modal_close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.modal_close:hover,
.modal_close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}
tfoot {
  display: table-row-group;
}
.table.dataTable thead>tr>th.sorting, table.dataTable thead>tr>th.sorting_asc, table.dataTable{
  padding-right: 5px!important;
}
.width-100{
  width:80px;
}
th select{
  max-width: 80px!important;
}
.head-form{
  float: right;
  width: 400px;
}
.lb_head{
  border-radius: 5px;
  vertical-align: middle;
  padding: 3px 0px;
  height: 30px;
  margin: -1px 0;
}
  .img_foto{
      width: 82px;
      height: 50px;
      float: left;
      cursor:pointer;
  }
  .foto_mini{
    width: 30px;
    height: 30px;
  }
  .img_foto_t{
    width: 117px;
    height: 72px;
    float: left;
    cursor:pointer;
}
  .card_foto{    
      display:flex;
      float: left;
      margin: 1px;
      border: 1px solid #cbc9c9;
      border-radius: 2px;
      background: #f8f9fa;
      height: auto!important;
  }
  .card_text{
      padding: 5px;
      float: left;
      width:308px;
  }
  .card_text p{
      margin-bottom: 0!important;
  }
  .columns{
    width: 150px;
  }
  .input-group-prepend, .input-group-text{
    width: 60px;
  }
   /*Zoom*/
   * {box-sizing: border-box;}

   .img-zoom-container {
   position: relative;
   }
   .img-zoom-lens {
       z-index: 999;
       position: absolute;
       border: 1px solid #d4d4d4;
       /*set the size of the lens:*/
       width: 100px;
       height: 100px;
   }

   .img-zoom-result {
       position:absolute;
       top: -30px;
       right:20px;
       border: 1px solid #d4d4d4;
       /*set the size of the result div:*/
       width: 550px;
       height: 550px;
   }
   .img-zoom-container > .modal-content{
        margin: 20px;
    }
    #myimage{
      margin-left: 0;
      width:40%;
    }
    .th_hide{
      opacity:0;
      pointer-events: none;
    }
    .lb_prioridad{
      background: #21a559;
      padding: 1px 5px;
      color: white;
      border-radius: 5px;
      margin: 2px 0px;
    }
    .lb_prioridad_check{
      background: #df423e;
    }

    .my_input{
      border: 1px solid var(--gray);
      border-radius: 4px;
      padding: 0px 2px;
  }
  .my_button{
      position: absolute;
      background: transparent;
      font-size: 15px;
  }
  .temp_nominal{
      font-size: 13px!important;
      color: #fff;
      background: #009688;
      margin: 1px;
      font-weight: 100!important;
  }
  .temp_nominal i{
      font-weight: bold;
      border-left: 1px solid;
      padding-left: 5px;
      border-color: #f3f3f3;
      margin-left: 5px;
      color: #b2dfdb;
      cursor:pointer;
  }

  .editable{
    display:none;
  }

  .chk_prioridad{
    height: 28px;
    vertical-align: top;
    width: 23px;
  }
  .link_historial{
    font-size: 12px;
    margin-left: 24px;
  }

  .div_switch{
    border-top: 1px solid;
    padding: 10px 10px 5px 10px;
  }
  .div_switch span{
    font-size: 16px;
    padding: 2px;
  }
  .switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 21px;
  }

  .switch input { 
    opacity: 0;
    width: 0;
    height: 0;
  }

  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
  }

  .slider:before {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    left: 4px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }

  input:checked + .slider {
    background-color: #2196F3;
  }

  input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
  }

  input:checked + .slider:before {
    -webkit-transform: translateX(18px);
    -ms-transform: translateX(18px);
    transform: translateX(18px);
  }

  /* Rounded sliders */
  .slider.round {
    border-radius: 34px;
  }

  .slider.round:before {
    border-radius: 50%;
  }

  .reference{
    width: 20px;
    height: 20px;
    border-radius: 50px;
    display: inline-block;
    vertical-align: middle;
    margin: -3px 0px 0px 10px;
  }
  #calendar{
    margin-bottom: 10px;
  }

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
      width: 100%;
  }
}

  @media (min-width: 540px) {
    .sm\:w-half {
      width: 50%;
    }
  }
  