@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed);* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: 'Roboto Condensed', sans-serif;
}

body,
html,
ul,
p,
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0;
}

button {
  float: right;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #358fbb;
  border: none;
  padding: 15px 20px;
  border-radius: 3px;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
}

ul {
  list-style: none;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px white inset;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

input,
select {
  text-transform: uppercase;
}

table td {
  text-transform: uppercase;
}

#empty {
  padding: 0;
}

.button-wrapper {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.button-wrapper a {
  float: right;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 10px;
  background-color: #b13737;
  text-decoration: none;
  border: none;
  padding: 15px 20px;
  border-radius: 3px;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
}

.button-wrapper button {
  cursor: pointer;
}

.dttb-action {
  margin-right: 10px;
}

.link {
  text-decoration: none;
}

.link:hover {
  color: #6b8ba2;
  text-decoration: none;
}

.card {
  padding: 0px;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.54);
          box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.54);
  border-radius: 3px;
}

.card .card-header {
  background-color: #fff;
  font-weight: bold;
  color: #616161;
  padding: 20px;
}

.card .card-header.link:hover {
  color: #32c4ff;
  text-decoration: none;
}

.card .card-body.login {
  padding: 0 20px;
}

.register h1,
.login h1 {
  font-size: 24px;
  color: #797979;
  margin-bottom: 10px;
}

.register {
  padding: 0 20px;
}

.register .form-group:nth-child(6) input {
  margin-bottom: 0px;
}

.register .form-group input {
  margin-bottom: 10px;
}

.login .form-group:nth-child(4) input {
  margin-bottom: 0px;
}

.login .form-group input {
  margin-bottom: 10px;
}

.bitacora-body {
  min-height: 150px;
  color: #828282;
  border: 1px solid #a5a5a5;
  float: left;
  width: 100%;
  padding: 10px;
  border-radius: 3px;
  margin-bottom: 10px;
}

#bitacora-expanded-modal {
  max-width: 1920px;
  width: 95%;
  max-height: 800px;
  overflow-y: auto;
}

.bitacora-expanded-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.bitacora-expanded-container .top {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bitacora-expanded-container .top #bitacora-container {
  width: 40%;
}

.bitacora-expanded-container .top .form-container {
  width: 60%;
}

.form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.form-group label {
  margin-bottom: 10px;
  float: left;
  font-size: 14px;
  color: #6d6d6d;
  font-weight: bold;
}

.double {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.double .half {
  margin-bottom: 0;
}

.double .half:first-child {
  padding-right: 20px;
}

.half {
  width: 50%;
}

.inner-header h2 {
  font-size: 16px;
  font-weight: bold;
  color: #5a5a5a;
}

select.custom-input {
  padding: 5px;
  color: #fff;
  background-color: #788e9e;
  border: 1px solid #abbdca;
}

.direccion {
  background-color: #fffdd4;
}

.other {
  padding: 0 !important;
}

.below-other {
  padding: 10px;
}

.detalles-servicio .form-group {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.detalles-servicio .form-group label {
  margin: 0;
  width: 30%;
}

.detalles-servicio .form-group input {
  width: 70%;
}

input:disabled {
  background-color: #b2d4ec;
}

.sectioner {
  padding: 10px;
  background-color: #dedede;
}

.sectioner .form-group:last-child {
  margin-bottom: 0;
}

#ask-why {
  cursor: pointer;
}

#asignar-proveedor-container .card {
  max-height: calc(100vh - 110px);
}

#asignar-proveedor-container .card .inner-header {
  padding: 10px;
  background-color: #f1f1f1;
}

#asignar-proveedor-container .card .inner-body {
  padding: 10px;
}

#asignar-proveedor-container .card .card-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#asignar-proveedor-container .card .card-header .half {
  width: auto;
}

#asignar-proveedor-container .card .card-header .form-group {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
}

#asignar-proveedor-container .card .card-header .form-group input,
#asignar-proveedor-container .card .card-header .form-group label {
  margin-bottom: 0;
}

#asignar-proveedor-container .card .card-header .form-group label {
  white-space: nowrap;
  margin-right: 10px;
}

#asignar-proveedor-container .card .card-body {
  overflow-y: auto;
  overflow-x: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

#asignar-proveedor-container .card .card-body .custom-input {
  margin-bottom: 0;
  padding: 5px 10px;
  text-transform: uppercase;
}

#asignar-proveedor-container .card .card-body .left {
  width: 40%;
  padding-right: 20px;
  border-right: 1px solid rgba(140, 140, 140, 0.2);
}

#asignar-proveedor-container .card .card-body .right {
  padding-left: 20px;
  width: 60%;
}

#asignar-proveedor-container .card .card-body .right .inner-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 0;
}

#asignar-proveedor-container .card .card-body .right .inner-header #asignar-proveedor-link {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 13px;
  font-weight: bold;
  color: #ffffff;
  z-index: 1;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px;
  background-color: #74c4ff;
}

.custom-input {
  width: 100%;
  padding: 5px 10px;
  border-radius: 3px;
  border: 1px solid #e4e4e4;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(183, 181, 181, 0.53);
          box-shadow: 0px 1px 2px 0px rgba(183, 181, 181, 0.53);
  outline: none;
  -webkit-transition: 0.5s cubic-bezier(0.26, -0.07, 0.37, 0.93) -webkit-box-shadow;
  transition: 0.5s cubic-bezier(0.26, -0.07, 0.37, 0.93) -webkit-box-shadow;
  transition: 0.5s cubic-bezier(0.26, -0.07, 0.37, 0.93) box-shadow;
  transition: 0.5s cubic-bezier(0.26, -0.07, 0.37, 0.93) box-shadow, 0.5s cubic-bezier(0.26, -0.07, 0.37, 0.93) -webkit-box-shadow;
  margin-bottom: 0;
}

.custom-input:focus {
  -webkit-box-shadow: 2px 2px 2px 0px rgba(61, 60, 60, 0.75);
          box-shadow: 2px 2px 2px 0px rgba(61, 60, 60, 0.75);
}

.modal-container {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(109, 109, 109, 0.37);
  z-index: 3;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.modal-container.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal-container .custom-modal {
  max-width: 720px;
  width: 100%;
  background-color: #fff;
}

.modal-container .close-modal {
  font-size: 21px;
  color: #7097c1;
}

.modal-container .close-modal .far {
  cursor: pointer;
}

.ficha-container {
  float: left;
  width: 100%;
}

.ficha-container .list {
  float: left;
  width: 100%;
  padding: 20px;
}

#app-dashboard {
  padding-left: 250px;
}

#app-dashboard.sidebar-closed {
  padding-left: 51px;
}

.dashboard-wrapper {
  padding: 20px;
  float: left;
  width: 100%;
  height: 100%;
  max-height: calc(100vh - 70px);
  overflow-y: auto;
}

.main-container {
  float: left;
  width: 100%;
  height: 100%;
}

.row {
  float: left;
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 0px !important;
  margin-left: 0px !important;
}

.row-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.row-2 .card:nth-child(odd) {
  margin-right: 10px;
}

.row-2 .card:nth-child(even) {
  margin-left: 10px;
}

.fab-button-wrapper i {
  position: fixed;
  bottom: 40px;
  right: 40px;
  font-size: 59px;
  color: #3993b7;
  text-shadow: 1px 1px 0px rgba(76, 75, 75, 0.67);
  cursor: pointer;
}

.wrapper {
  padding: 20px;
}

/* Header */

header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(197, 197, 197, 0.56);
          box-shadow: 0px 1px 2px 0px rgba(197, 197, 197, 0.56);
  position: relative;
  z-index: 3;
}

header.menu-opened {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

header.menu-opened .logo-wrapper {
  display: none !important;
  border-left: none;
}

header .logo-wrapper {
  text-align: center;
  padding: 10px;
  color: #696969;
  background-color: #fff;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 2;
  border-left: 1px solid rgba(169, 167, 167, 0.27);
}

header .logo-wrapper h1 {
  font-size: 21px;
}

.toggler {
  cursor: pointer;
}

.user-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  min-height: 47px;
}

.user-menu .user-menu-toggler {
  position: relative;
  z-index: 1;
  height: 100%;
  float: right;
  height: 70px;
  color: #848484;
  font-size: 18px;
}

.user-menu .user-menu-toggler:hover .sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.user-menu .user-menu-toggler .user-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 70px;
  padding: 0 20px;
  background-color: #ffffff;
}

.user-menu .user-menu-toggler .user-profile .user-toggler {
  height: 40px;
  width: 40px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100%;
  color: #929292;
  border: 1px solid #ececec;
  font-size: 19px;
  overflow: hidden;
}

.user-menu .user-menu-toggler .user-profile .user-toggler img {
  width: 100%;
  cursor: pointer;
}

.user-menu .user-menu-toggler .user-profile .username {
  margin-right: 20px;
}

.user-menu .user-menu-toggler .sub-menu {
  display: none;
  position: absolute;
  right: 0;
  top: 74px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  border: 1px solid #f7f7f7;
  border-right: 0;
  border-top: 0;
  -webkit-box-shadow: -1px 1px 2px 0px rgba(0, 0, 0, 0.02);
          box-shadow: -1px 1px 2px 0px rgba(0, 0, 0, 0.02);
}

.user-menu .user-menu-toggler .sub-menu .dropdown-item {
  min-width: 137px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: normal;
  color: #828282;
  padding: 10px 15px;
}

/* Sidebar */

#lista-proveedores {
  max-width: 1920px;
  width: 90%;
  max-height: calc(100vh - 40px);
  overflow-y: scroll;
}

.sidebar-wrapper {
  position: fixed;
  left: 0;
  top: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(#f3f3f3));
  background: linear-gradient(to top, #ffffff, #f3f3f3);
  height: 100vh;
  width: 250px;
  z-index: 1;
}

.sidebar-wrapper.closed {
  width: 51px;
  overflow: hidden;
  white-space: nowrap;
}

.sidebar-wrapper.closed .logo-wrapper {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sidebar-wrapper.closed .logo-wrapper .link {
  display: none;
}

.sidebar-wrapper.closed .nav-menu ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sidebar-wrapper.closed .nav-menu ul li a span {
  display: none;
}

.sidebar-wrapper.closed .nav-menu ul li a i {
  margin-right: 0 !important;
}

.sidebar-wrapper .sidebar-container {
  height: 100%;
}

.sidebar-wrapper .sidebar-container .nav-menu {
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 1px 0px 1px rgba(177, 176, 176, 0.35);
          box-shadow: 1px 0px 1px rgba(177, 176, 176, 0.35);
  border-right: 1px solid #ecebeb;
}

.sidebar-wrapper .sidebar-container .nav-menu .fas,
.sidebar-wrapper .sidebar-container .nav-menu .fa {
  margin-right: 10px;
}

.sidebar-wrapper .nav-menu ul li a {
  float: left;
  width: 100%;
  padding: 10px 20px;
  background-color: #fff;
  color: #6b8ba2;
  border-bottom: 1px solid #ececec;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
}

.sidebar-wrapper .nav-menu ul li a:hover {
  background-color: #6b8ba2;
  color: #fff;
}

.sidebar-wrapper .logo-wrapper {
  text-align: center;
  padding: 20px;
  color: #ffffff;
  font-size: 15px;
  background-color: #d42b37;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(197, 197, 197, 0.56);
          box-shadow: 0px 1px 2px 0px rgba(197, 197, 197, 0.56);
  position: relative;
  z-index: 2;
}

.sidebar-wrapper .logo-wrapper a {
  color: #ffffff;
}

.sidebar-wrapper .logo-wrapper h1 {
  font-size: 21px;
}

.sidebar-wrapper .logo-wrapper i {
  font-size: 25px;
}

.full-width {
  width: 100%;
}

/* DataTables */

.dataTable tbody tr td {
  cursor: pointer;
}

#asignar-proveedor-container div.dataTables_wrapper .col-sm-12 {
  padding: 0 !important;
}

#asignar-proveedor-container div.dataTables_wrapper div.dataTables_length label {
  display: none;
}

div.dataTables_wrapper div.dataTables_length label {
  display: none;
}

.actions-btn .dttb-action {
  position: relative;
  z-index: 1;
}

.actions-btn .dttb-action:hover .tooltip-container {
  display: block;
}

.actions-btn .dttb-action .tooltip-container {
  display: none;
  position: absolute;
  background-color: #fff;
  right: 0;
  top: -33px;
}

.actions-btn .dttb-action .tooltip-container span {
  position: relative;
  z-index: 1;
  float: left;
  padding: 4px 10px;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(152, 152, 152, 0.66);
          box-shadow: 1px 1px 2px 0px rgba(152, 152, 152, 0.66);
}

.actions-btn a {
  color: #49acd4 !important;
}

.actions-btn .confirm-button {
  margin-right: 10px;
}

.table {
  width: 100% !important;
  float: left;
}

#bitacora-table_wrapper td {
  word-break: break-all !important;
}

#proveedores-table_wrapper .row:first-child .col-sm-12 {
  padding: 0;
}

#proveedores-table_wrapper .row:first-child .col-sm-12:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#proveedores-table_wrapper .row:nth-child(2) .col-sm-12 {
  padding: 0;
}

#proveedores-table_wrapper .row:last-child .col-sm-12 {
  padding: 0;
}

.special-form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.special-form-group .form-group {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 50%;
}

.label {
  margin-right: 10px;
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.visible {
  display: block !important;
}

#insertar-btn {
  float: left;
}

#insertar-btn a {
  cursor: pointer;
  padding: 10px;
  background-color: #74c4ff;
  color: #fff;
}

#proveedor-table td.actions-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.end-service-button {
  position: relative;
  z-index: 1;
}

.end-service-button ul {
  display: none;
  position: absolute;
  right: 0;
  top: 39px;
  margin: 0;
  padding: 0;
  background-color: white;
  width: 100%;
  z-index: 123124123;
  color: #353535;
}

.end-service-button ul.open {
  display: block;
}

.end-service-button ul li {
  width: 100%;
  float: left;
}

.end-service-button ul li a {
  width: 100%;
  padding: 5px;
  float: left;
  cursor: pointer;
}

