@import url('https://fonts.googleapis.com/css?family=Dosis:200,300,400,500,600,700,800');
@import url('https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css');
@import url('https://cdnjs.cloudflare.com/ajax/libs/simple-line-icons/2.4.1/css/simple-line-icons.css');
@import url('https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css');
@import url('//cdnjs.cloudflare.com/ajax/libs/toastr.js/latest/css/toastr.min.css');
@import url('../../Vendors/eonasdan-bootstrap-datetimepicker/build/css/bootstrap-datetimepicker.min.css');
body {
  font-family: 'Dosis', sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #003441;
  background-color: #f5f5f5 !important;
  /*input[type="file"] {
        display: none;
    }*/
}
body .btn-primary {
  background-color: #003441;
}
body .wrapper .topnavbar-wrapper .topnavbar {
  margin-bottom: 0px !important;
}
body .wrapper footer {
  border-top: 1px solid #bcbcbc !important;
  text-align: right;
}
body .content-wrapper .title-container {
  margin-top: 0px;
  margin-bottom: 20px;
  margin-left: 10px;
  text-transform: uppercase;
}
body .vertical-middle {
  vertical-align: middle !important;
}
body .numeric {
  text-align: right;
}
body .estado-req {
  color: #ffffff;
}
body .codigo {
  width: 100px;
}
body .white {
  background: #fff;
}
body .aprobado {
  background-color: #5cb85c;
}
body .pendiente {
  background-color: #f0ad4e;
}
body .cerrado {
  background-color: #5cb85c;
}
body .parcial {
  background-color: #f7eb06;
}
body .completado {
  background-color: #003441;
}
body .mandated {
  background-color: lightyellow !important;
}
body .anulado {
  background-color: #d9534f;
}
body .celda_error {
  background-color: #FFC7CE;
  color: #9C0006;
}
body .celda_ok {
  background-color: #C6EFCE;
  color: #006100;
}
body fieldset {
  padding-bottom: 0px !important;
  border-bottom: 0px !important;
  margin-bottom: 0px !important;
}
body div[role="tabpanel"] {
  box-shadow: 1.5px 2.6px 6.6px 0.4px rgba(0, 0, 0, 0.22);
}
body div[role="tabpanel"] .nav {
  display: block;
}
body div[role="tabpanel"] .nav li a {
  padding: 12.5px;
  border: 1px solid #bcbcbc !important;
  border-radius: 10px 10px 0 0;
  box-shadow: 1.5px 2.6px 6.6px 0.4px rgba(0, 0, 0, 0.22);
  behavior: url(PIE.htc);
  position: relative;
  z-index: 10;
  transition: all .5s;
  -webkit-transition: all .5s;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
  text-transform: uppercase;
  vertical-align: middle;
  margin-top: 0;
}
body div[role="tabpanel"] .tab-content {
  background-color: #eee;
  border: 1px solid #bcbcbc;
  border-top: none;
  border-radius: 0 0 0px 0px;
  behavior: url(PIE.htc);
  box-shadow: 1.5px 2.6px 6.6px 0.4px rgba(0, 0, 0, 0.22);
  position: relative;
  z-index: 20;
  padding: 16px;
}
body div[role="tabpanel"] .botonera {
  background-color: #eee;
  border: 1px solid #bcbcbc;
  border-top: none;
  border-radius: 0 0 6px 6px;
  behavior: url(PIE.htc);
  box-shadow: 1.5px 2.6px 6.6px 0.4px rgba(0, 0, 0, 0.22);
  position: relative;
  z-index: 20;
  padding: 16px;
}
body div[role="tabpanel"] .botonera .btn {
  margin-right: 10px;
  min-width: 80px;
  padding: 8px;
  text-transform: uppercase;
}
body .no-box-shadow {
  box-shadow: unset !important;
}
body form .form-group {
  margin-top: 10px;
  margin-bottom: 5px;
}
body form .form-group .form-control {
  height: auto;
}
body .main-filter-search {
  margin: 20px;
  margin-bottom: 5px;
}
body .main-filter-option {
  margin: 0px 20px;
}
body .no-overflow-x {
  overflow-x: unset;
}
body .foto_preview img {
  border: solid 1px #000000;
}
body .mb-5px {
  margin-bottom: 5px;
}
body .mt-5px {
  margin-top: 5px;
}
body .mt-10px {
  margin-top: 10px;
}
body .m-5px {
  margin: 5px;
}
body .upload-button {
  margin: 5px;
}
body .upload-button input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
body .show-attachments {
  margin: .5rem;
}
body .show-attachments a {
  color: #003441;
  font-size: 16px;
}
body .show-attachments a em {
  border-style: solid;
  border-width: 1px;
  border-color: #003441;
  margin: 5px;
}
body .show-attachments .remove {
  color: #d9534f;
}
body .show-attachments .remove em {
  border: unset !important;
}
body .check-danger input [type=checkbox] span {
  background-color: red;
  border-color: red;
}
body .estado-error-badge {
  padding: 5px;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #d9534f;
  color: #ffffff;
  margin-right: 5px;
}
body .estado-activo-badge {
  padding: 5px;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #5cb85c;
  color: #ffffff;
  margin-right: 5px;
}
body .estado-error-small-badge {
  padding: 5px;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #d9534f;
  color: #ffffff;
  margin-right: 5px;
}
body .estado-activo-small-badge {
  padding: 5px;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #5cb85c;
  color: #ffffff;
  margin-right: 5px;
}
.listado {
  background-color: #eee;
  padding: 0px;
  border: 1px solid #bcbcbc !important;
  box-shadow: 1.5px 2.6px 6.6px 0.4px rgba(0, 0, 0, 0.22);
  behavior: url(PIE.htc);
  transition: all .5s;
  -webkit-transition: all .5s;
}
.listado .panel-heading {
  background-color: #eee;
  border-bottom: 1px solid #bcbcbc !important;
  border-radius: 10px 10px 0 0;
  padding: 12.5px;
  font-size: 18px !important;
  font-weight: 600;
  margin-bottom: 0;
  text-transform: uppercase;
  vertical-align: middle;
  margin-top: 0;
  display: inline-flex;
  width: 100%;
}
.listado .panel-heading .botonera .btn {
  margin-right: 10px;
  min-width: 80px;
  padding: 4px 8px;
}
.listado .panel-heading .alt-botonera .btn {
  margin-right: 10px;
  min-width: 80px;
  padding: 4px 8px;
}
.listado .panel-body {
  background-color: #fff;
  padding: 0px;
}
.listado .panel-footer {
  background-color: #eee;
  padding: 12.5px;
  border-top: 1px solid #bcbcbc !important;
  border-radius: 0 0 10px 10px;
  margin-top: 0;
}
.fnet-table {
  border: 0px solid #bcbcbc !important;
}
.fnet-table thead th:first-child {
  border-left: none !important;
}
.fnet-table thead th:last-child {
  border-right: none !important;
}
.fnet-table thead th {
  text-transform: uppercase;
  text-align: center;
}
.fnet-table tbody tr:last-child {
  border-bottom: none !important;
}
.fnet-table tbody tr {
  cursor: pointer;
}
.fnet-table tbody tr td:first-child {
  border-left: none !important;
}
.fnet-table tbody tr td:last-child {
  border-right: none !important;
}
.fnet-table tbody tr .btn {
  background-color: #003441 !important;
  color: #fff;
}
.fnet-table tbody tr .btn-simple {
  background-color: transparent !important;
  color: #003441 !important;
  margin-left: 5px;
}
.fnet-table tbody td {
  font-size: 13px;
  padding: 2px 10px !important;
}
.fnet-table tbody .selected {
  background-color: #003441 !important;
  color: #fff;
}
.fnet-table tbody .selected .btn {
  background-color: #fff !important;
  color: #003441;
}
.fnet-table tbody .selected .btn-simple {
  color: #fff !important;
}
.fnet-table tbody .higthlight {
  background-color: #003441 !important;
  color: #fff;
}
.fnet-table tbody .higthlight td {
  font-size: 18px;
}
.fnet-table tbody .resumen {
  background-color: #9E9E9E !important;
  margin-bottom: 10px;
}
.fnet-table tbody .resumen td {
  font-size: 18px;
  color: #000;
  font-weight: 600;
  padding: 5px !important;
}
.fnet-table tbody .error {
  background-color: #ac2925 !important;
  color: #fff !important;
  border-color: #761c19 !important;
}
.fnet-pagination {
  text-align: center;
}
.fnet-pagination .paginationjs {
  display: inline-flex;
}
.fnet-pagination .paginationjs li a {
  color: #003441;
}
.fnet-pagination .paginationjs .active a {
  background-color: #003441 !important;
  border-color: #003441;
  color: #fff;
}
.fnet-pagination .paginationjs .paginationjs-go-input {
  margin-left: 20px;
  display: inline-flex;
  width: 80px;
}
.fnet-pagination .paginationjs .paginationjs-go-input input {
  text-align: right;
  box-shadow: 0 0 0 #000 !important;
  height: auto;
  display: block;
  margin-left: 10px;
  width: 50%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.fnet-pagination .paginationjs .paginationjs-go-button input {
  background-color: #003441 !important;
  color: #fff;
  border-color: #003441;
  border-radius: 3px;
  font-size: 13px;
  border-color: transparent;
  -webkit-appearance: none;
  outline: none !important;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
  padding: 5px 10px;
}
.panel-f {
  background-color: unset;
}
.panel-f .custom-fila {
  margin-bottom: 15px;
}
.panel-f .panel-heading {
  background-color: #fff;
  border: 1px solid #bcbcbc !important;
  border-radius: 10px 10px 0 0;
  box-shadow: 1.5px 2.6px 6.6px 0.4px rgba(0, 0, 0, 0.22);
  behavior: url(PIE.htc);
  position: relative;
  transition: all .5s;
  -webkit-transition: all .5s;
  vertical-align: middle;
  margin-top: 0;
  padding: 12.5px;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
  text-transform: uppercase;
}
.panel-f .panel-heading .export-button {
  position: absolute;
  right: 0;
}
.panel-f .panel-heading .botonera .btn {
  margin-right: 10px;
  min-width: 80px;
  padding: 4px 8px;
}
.panel-f .panel-body {
  background-color: #eee;
  border: 1px solid #bcbcbc;
  border-top: none;
  border-radius: 0 0 0px 0px;
  behavior: url(PIE.htc);
  box-shadow: 1.5px 2.6px 6.6px 0.4px rgba(0, 0, 0, 0.22);
  position: relative;
  padding: 16px;
}
.panel-f .panel-fnet {
  background-color: #fff;
  padding: 0px;
  border-bottom: none;
}
.panel-f .panel-fnet tr td {
  font-size: 13px;
  padding: 2px 10px !important;
}
.panel-f .panel-footer {
  background-color: #eee;
  border: 1px solid #bcbcbc;
  border-top: none;
  border-radius: 0 0 10px 10px;
  behavior: url(PIE.htc);
  box-shadow: 1.5px 2.6px 6.6px 0.4px rgba(0, 0, 0, 0.22);
  position: relative;
  padding: 16px;
}
.panel-f .panel-footer .botonera {
  padding: unset;
}
.panel-f .panel-footer .botonera .btn {
  margin-right: 10px;
  min-width: 80px;
  padding: 8px;
  text-transform: uppercase;
}
.panel-f .totales {
  text-transform: uppercase;
}
.panel-f .total-input {
  max-width: 180px;
}
.panel-f .total-size {
  font-size: 18px;
  font-weight: bold;
}
.panel-f .total-input {
  max-width: 180px;
}
.panel-simple .panel-heading {
  background-color: unset;
  border: unset !important;
  box-shadow: unset;
  padding: 12.5px;
  border-bottom: 1px solid #bcbcbc !important;
  border-radius: 10px 10px 0 0;
  transition: unset;
}
.panel-simple .panel-body {
  background-color: #fff;
  padding: 0;
  box-shadow: unset;
  border: unset;
  border-radius: unset;
}
.panel-simple .panel-footer {
  background-color: #eee;
  padding: 12.5px;
  border: unset;
  border-radius: unset;
  border-top: 1px solid #bcbcbc !important;
  border-radius: 0 0 10px 10px;
  margin-top: 0;
  transition: unset;
  box-shadow: unset;
}
#modal-simple-filter-articulo .modal-dialog,
#modal-simple-filter-servicio .modal-dialog {
  width: 800px;
}
.modal-dialog .modal-content {
  background-color: unset;
  border: unset;
  border-radius: unset;
}
.modal-dialog .modal-content .modal-header {
  background-color: #fff;
  border: 1px solid #bcbcbc !important;
  border-radius: 10px 10px 0 0;
  box-shadow: 1.5px 2.6px 6.6px 0.4px rgba(0, 0, 0, 0.22);
  behavior: url(PIE.htc);
  position: relative;
  transition: all .5s;
  -webkit-transition: all .5s;
  vertical-align: middle;
  margin-top: 0;
  padding: 12.5px;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
  text-transform: uppercase;
}
.modal-dialog .modal-content .options-filters {
  margin-top: 5px;
}
.modal-dialog .modal-content .modal-body {
  background-color: #eee;
  border: 1px solid #bcbcbc;
  border-top: none;
  border-radius: 0 0 0px 0px;
  behavior: url(PIE.htc);
  box-shadow: 1.5px 2.6px 6.6px 0.4px rgba(0, 0, 0, 0.22);
  position: relative;
  padding: 16px;
}
.modal-dialog .modal-content .modal-body .sub-title {
  margin-top: 20px;
}
.modal-dialog .modal-content .modal-body .fnet-table {
  border: 1px solid #ddd !important;
}
.modal-dialog .modal-content .modal-body .fnet-table th {
  font-size: 12px;
}
.modal-dialog .modal-content .modal-body .fnet-table tr td {
  font-size: 12px;
}
.modal-dialog .modal-content .pagination {
  margin: 0px;
}
.modal-dialog .modal-content .modal-footer {
  background-color: #eee;
  border: 1px solid #bcbcbc;
  border-top: none;
  border-radius: 0 0 10px 10px;
  behavior: url(PIE.htc);
  box-shadow: 1.5px 2.6px 6.6px 0.4px rgba(0, 0, 0, 0.22);
  position: relative;
  padding: 16px;
}
.modal-dialog .modal-content .modal-footer .btn {
  margin-right: 10px;
  min-width: 80px;
  padding: 8px;
  text-transform: uppercase;
}
