    @font-face {
    font-family: 'Gotham Book';
    font-style: normal;
    font-weight: normal;
    src: local('fonts/Gotham Book'), url('fonts/GothamBook.woff') format('woff');
    }

    @font-face {
    font-family: 'Gotham Bold';
    font-style: normal;
    font-weight: normal;
    src: local('fonts/Gotham Bold'), url('fonts/Gotham-Bold.woff') format('woff');
    }

    .fd-body{
      font-family: 'Roboto',Arial, "Helvetica Neue", Helvetica, sans-serif;
      background-color: #EFEFEF;
    }
/*
 * Sidebar
 */

.sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 100; /* Behind the navbar */
  padding: 48px 0 0; /* Height of navbar */
}

.sidebar-sticky {
  position: relative;
  top: 0;
  height: calc(100vh - 48px);
  padding-top: .5rem;
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
  font-size: 12px;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sidebar-sticky {
    position: -webkit-sticky;
    position: sticky;
  }
}

.sidebar .nav-link {
  font-weight: 500;
  color: #FCF9EF;
}

.sidebar .nav-link .feather {
  margin-right: 4px;
}

.sidebar .nav-link.active {
  color: #007bff;
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
  color: inherit;
}

.sidebar-heading {
  font-size: .75rem;
  text-transform: uppercase;
}

/*
 * Content
 */

[role="main"] {
  padding: 0px!important;
}

/*
 * Navbar
 */

.navbar-brand {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: 1rem;
  background-color: rgba(0, 0, 0, .25);
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);
}

.navbar {
  padding: .75rem 1rem;
  border-width: 0;
  border-radius: 0;
}

.fd-nav{
  background-color: #3A8B9B;
}

nav.fd-nav, li.nav-item{
  border-bottom: 1px solid #DEE9EB;
}

nav.fd-nav a.nav-link{
  padding: 15px 10px;
}

.fd-logo{
  text-align: center;
  margin-bottom: 60px;
}

div.fd-logo img{
  width: 120px;
}

.fd-cont{
  background-color: #EFEFEF;
}

.fd-cont-sup{
  background-color: white;
}

.fd-fecha{
  color: #6B6B6B;
  font-size: 11px;
  text-align: right;
  margin-right: 30px;
  padding-top: 5px;
}

.fd-cont-sup-tit{
  color: #3A8B9B;
  font-size: 23px;
  padding-left: 30px;
  height: 60px;
}

div.fd-cont-sup-tit img{
  width: 50px;
  vertical-align: top;
  margin-right: 10px;
}

.fd-cont2{
  padding: 30px 20px;
}

.fd-sombra{
  -webkit-box-shadow: 0px 0px 4px 2px rgba(224,224,224,1);
  -moz-box-shadow: 0px 0px 4px 2px rgba(224,224,224,1);
  box-shadow: 0px 0px 4px 2px rgba(224,224,224,1);
}

.fd-hab{
  border-right: 0.9px solid #848484;
    padding: 10px 15px;
    width: 50px;
}
.fd-hab-ley{
  text-align: center;
  font-family: 'Montserrat';
  font-weight: 300;
  color: #6B6B6B;
  font-size: 11px;
}

.fd-hab-numero{
  color: #333333;
  text-align: center;
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 5px;
}

.fd-nombre{
  font-size: 20px;
  padding-left: 20px; 
}

.fd-acomp{
  font-family: 'Montserrat';
  color: #6B6B6B;
  font-size: 13px;
}

.fd-check{
  font-family: 'Montserrat';
  color: #6B6B6B;
  font-size: 11px;
  width: 50px;
  white-space: nowrap;
  padding-right: 20px;
}

.fd-solic-fecha{
  font-family: 'Montserrat';
  font-size: 11px;
}

.fd-solicitud{
  color: white;
  font-size: 20px;
  padding: 18px;
  width: 50px;
  white-space: nowrap;
}

.fd-solic-cant{
  font-family: 'Roboto', Arial, "Helvetica Neue", Helvetica, sans-serif;;
  font-size: 21px;
}
.fd-solicitud-Alta{
  background-color: #ED2121;
}

.fd-solicitud-Baja{
  background-color: #3A8B9B;
}

.fd-solicitud-Media{
  background-color: #EDC421;
}

.fd-tab-sep{
    height: 10px;
    background-color: #c1c1c142;
    box-shadow: none;
}

.fd-icn-com{
  text-align: center;
}

.fd-icn-com img{
  width: 40px;
}

.fd-tarea{
  color: #6B6B6B;
  font-size: 13px;
  padding-left: 20px;
}

.fd-fecha-pedido{
  color: #6B6B6B;
  font-size: 12px;
  font-family: 'Montserrat';
  padding-right: 40px;
  white-space: nowrap;
}

.fd-estado{
  text-align: center;
}

.fd-estado img{
  width: 16px;
  margin-right: 5px;
  margin-bottom: 2px;
}

.fd-estado-verde{
  color: white;
  background-color: #3A8B9B;
}

.fd-estado-verdeclaro{
  color: white;
  background-color: #B6D6CF;
}

.fd-pedido-detalle{
  height: 40px;
}


.fd-tab{
  width: 100%;
  background-color: white;
}

.fd-com-tit{
  font-size: 14px;
  margin-bottom: 10px;
  color: #6B6B6B;
}

.fd-com{
  font-size: 12px;
}

.fd-borde-sup{
  border-top: 0.9px solid #848484;
}

.fd-tab-detalle1{
  height: 30px;
}

.fd-manito{
  cursor: pointer;
}

.fd-fondo-verde{
  background-color: #B6D6CF;
}

.fd-sugerencia-rojo{
  background-color: #FF1E26;
}
.fd-sugerencia-verde{
  background-color: #5DB716;
}
.fd-sugerencia-amarillo{
  background-color: #F9D023;
}

.fd-login-body{
  background-color: #3A8B9B;
  font-family: 'Roboto',Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #F8F8F6;
}

.fd-login_cont{
  text-align: center;
}
.fd-login-logo{
  width: 50%;
  margin-top: 40px;
  margin-bottom: 40px;
}

.fd-login-ley{
  font-size: 30px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.fd-login-inp, .fd-login-inp:active, .fd-login-inp:hover, .fd-login-inp:visited , .fd-login-inp:focus{
  background-color: transparent;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 0.9px solid #F8F8F6;
  border-radius: 0px;
  color: #F8F8F6;
  font-size: 15px;
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.fd-login-inp-usuario{
  background-image: url('img/login_usr.png');
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 17px;
}

.fd-login-inp-pass{
  background-image: url('img/login_password.png');
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 17px;
}

.fd-login-btn:hover, .fd-login-btn:focus, .fd-login-btn:active, .fd-login-btn:visited{
  background-color: #a3c5be!important;
  border: #a3c5be!important;
}

.fd-btn-hecho{
  font-size: 12px;
  margin: 10px;
}

.fd-tabla-listado{
  background-color: white;
  font-size: 14px;
  vertical-align: inherit!important;
}
.btn-listado{
  font-size: 12px;
  padding: 4px 15px;
  background-color: #3A8B9B;
  border: 1px solid #3A8B9B;
  color: white;
}

.btn-listado:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #306871;
}

.fd-tabla-listado-busqueda{
  border-bottom: 2px solid #dee2e6;
}

.fd-tabla-listado-filtro-inp{
  padding: 4px;
  border: 1px solid #dee2e6;
  margin-left: 5px;
  height: 32px;
}

.fd-abm-detalle{
  background-color: white;
  padding: 30px;
}

.fd-abm-detalle td{
  padding: 10px;
  vertical-align: top;
}

.fd-abm-inp{
  padding: 4px;
  width: 300px;
  height: 35px;
  border: 1px solid #c5c5c5;
}

.impresionqr{
  text-align: center;
  margin-top: 50px;
  font-size: 20px;
  font-weight: bold;

}

.impresionqr img{
  display: inline!important;
}

.codqr{
  text-align: center;
}

.codqr img{
  display: inline!important;
}

.fd-prioridad{
  padding: 0px 20px;
  text-align: center;
  line-height: 23px;
  font-size: 13px;
  color: #6B6B6B;  
}

.fd-prioridad-select{
  padding: 2px;
  color: #6B6B6B;
  font-size: 12px;
}

.badge {
    font-size: 85%!important;
    font-weight: 400!important;
  }

.badge-light {
    border: 1px solid #c1c1c1;
}

.table td, .table th {
    vertical-align: middle!important;
}

.badge-primary {
    background-color: #0251a7;
}

  .tdprioridad{
    vertical-align: top;
    text-align: right;
    padding-right: 50px;
  }

.fd-tabla-historico {
    background-color: white;
    font-size: 14px;
}

.fd-tabla-historico td{
  vertical-align: top!important;
}

.tit_desp2
{
  font-size: 16px;
}

.tit_desp3
{
  font-size: 16px;
  color: #626262;
}