:root {
  --input-padding-x: 1.5rem;
  --input-padding-y: 0.75rem;
}
body {
  overflow-x: hidden;
}

#sidebar-wrapper {
  min-height: 100vh;
  margin-left: -15rem;
  -webkit-transition: margin .25s ease-out;
  -moz-transition: margin .25s ease-out;
  -o-transition: margin .25s ease-out;
  transition: margin .25s ease-out;
  width: 20%;
}

#sidebar-wrapper .sidebar-heading {
  padding: 0.875rem 1.25rem;
  font-size: 1.2rem;
}
#sidebar-wrapper .fix {
  position: fixed;
}
#sidebar-wrapper .list-group {
  width: 15rem;
}

#page-content-wrapper {
  min-width: 100vw;
}

#wrapper.toggled #sidebar-wrapper {
  margin-left: 0;
  width: 19%;
}
#menu-toggle{
    position: relative;
    display: block;
  }
@media (min-width: 768px) {
  #sidebar-wrapper {
    margin-left: 0;
  }
  #page-content-wrapper {
    min-width: 0;
    width: 100%;
  }

  #wrapper.toggled #sidebar-wrapper {
    margin-left: -11rem;
  }
}
@media (max-width: 768px) {
  #menu-toggle{
    position: fixed;
    right: 15px;
    top: 45px;
    outline: none;
    z-index: 1;
    background: #ffffff;
  }
  #sidebar-wrapper .fix {
    position: relative;
  }
  #sidebar-wrapper {
    width: auto;
  }
  #wrapper.toggled #sidebar-wrapper {
    width: auto;
    position: fixed;
    z-index: 1;
  }
  .mdl-cell.mdl-cell--12-col{
    overflow: scroll;
  }
  .main-title{
    font-size: 46 !important;
  }
  .section-title{
    font-size: 36px !important;
  }
  .logo{
    margin-top: 0px !important;
  }
}
@media (max-width: 500px) {
  .btn-primary-ci {
    margin: 0 0 10px 0;
    width: -webkit-fill-available;
  }
  .login, 
  .image {
    min-height: 0vh !important;
  }
  .bg-image {
    padding: 10px 30px;
  }
  .btnMob {
    width: 40px;
  }
}

.hidden-content{
  display: none;
  opacity:0;
  transition: all .25s ease-out;
}
.show-content{
  display: block;
  opacity:1;
}
/*Custom Colors*/
.color-white a{
  color: #ffffff;
}
.color-white a:hover{
  color: #ffcc66;
}
.color-white{
  color: #ffffff;
}
.color-yellow{
  color: #ffcc66;
}
.color-dark{
  color: #333333;
}
.active-item{
  color: #ffcc66 !important;
  background-color: #1d2124!important;
}
/*backgronud colors*/
.background-yellow{
  background: #ffcc66;
}
.searchbar input{
    background: transparent;
    border: 0;
    border-bottom: 1px solid #6c757d;
    border-radius: 0;
}
.searchbar input:focus{
    background: transparent;
    border: 0;
    border-bottom: 1px solid #6c757d;
    border-radius: 0;
    box-shadow:none;
}
.logotype{
  width: 30%;
  transition: all .25s ease-out;
}
.logo{
  width: 100%;
  margin-top: 170px;
}
.toggled-logo{
  transform: translateX(138px) scale(0.7);
}
.section-title{
    font-family:  'Montserrat', sans-serif;
    font-weight: 600;
}
.main-title{
  font-family: 'Montserrat', sans-serif;
  text-align: left;
  font-size: 5ex;
  font-weight: 400;
}
/*Dashboard*/
.dashboard-cards{
  background: url('../img/header-yellow.svg') transparent 0 -50px no-repeat;
  background-size:50%; 
  border-radius:15px;
  box-shadow: 0px 1px 7px 1px #d6d6d6;
  padding: 50px;
}
.dashboard-cards h3{
  font-family: 'Montserrat', sans-serif;
  border-bottom: 1px solid #ffcc66;
  padding-bottom: 25px;
}
.dashboard-cards h2{
  font-family: 'Shrikhand', cursive;
  font-size: 28px;
}
.dashboard-icon{
  font-size: 45px;
}
.brand{
  font-family: 'Montserrat', sans-serif;
}
/*End Dashboard*/
.fab-button {
  background: transparent;
  padding: 10px 18px;
  box-shadow: 0px 1px 7px 1px #212121;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  font-size: 18px;
  color: #1f1f1f;
  transition: all .25s ease-out;
  margin-top: -90px;
}
.fab-button:hover{
  background: #1d2124;
  border-radius: 50px;
  color: #ffcc66;
}
.form-layout{
  padding: 7px;
  margin: 0 15px;
  border: 1px solid #e1e1e1;
  border-radius: 10px;
  margin-right: -9px;
}
.form-icon{
  position: absolute;
  top: 5px;
  right: 15px;
  z-index: 1;
}
.form-title{
  color:#e1e1e1; 
}
.form-btn-search,
.form-btn-more{
  border: 1px solid;
  padding: 3px 10px;
  border-color: #e1e1e1;
  transition: all .25s ease-out;
}
.form-btn-search:hover,
.form-btn-more:hover{
  color: #ffcc66; 
  background: #1d2124;
  border-color: #ffcc66;
}

/*Cargar Imagenes, Logo y Firma*/
#file, #fileLogo{
  border: 2px dashed #92b0b3 !important
}
.files:before, .filesLogo:before{
  position: absolute;
  bottom: 60px;
  left: 0;
  width: 100%;
  content: attr(data-before);
  color: #000;
  font-size: 12px;
  font-weight: 600;
  text-align: center
}

.file, #fileLogo{
  display: inline-block;
  width: 100%;
  padding: 104px 0 0 100%;
  background: url('https://i.imgur.com/VXWKoBD.png') top center no-repeat #fff;
  background-size: 55px 55px;
}

#file, #fileFirma{
  border: 2px dashed #92b0b3 !important
}
.file:before, .filesFirma:before{
  position: absolute;
  bottom:30%;
  left: 25%;
  width: 50%;
  content: attr(data-before);
  color: #000;
  font-size: 12px;
  font-weight: 600;
  text-align: center
}

#file, #fileFirma{
  position: inherit;
  width: 50%;
  padding: 50px 0 0 100%;
  background-size: 55px 55px;
}

.file, #fileImgEntrg{
  border: 2px dashed #92b0b3 !important
}
.file:before, .filesImagEntreg:before{
  position: absolute;
  bottom: 7%;
  left: 25%;
  width: 50%;
  content: attr(data-before);
  color: #000;
  font-size: 12px;
  font-weight: 300;
  text-align: center;
}

.file, #fileImgEntrg{
  position: inherit;
  width: 50%;
  padding: 34px 0 0 100%;
  background-size: 55px 55px;
}

.file, #fileImgProd{
  border: 2px dashed #92b0b3 !important
}
.file:before, .files:before{
  position: absolute;
  bottom: 7%;
  left: 25%;
  width: 50%;
  content: attr(data-before);
  color: #000;
  font-size: 12px;
  font-weight: 300;
  text-align: center;
}

.file, #fileImgProd{
  position: inherit;
  width: 50%;
  padding: 34px 0 0 100%;
  background-size: 55px 55px;
}

@media (max-width: 500px){
  .filesImagEntreg:before {
    font-size: 10px;
  }
}


/* */

.btn-primary-ci {
  color: #000;
  background-color: #ffcc66;
  border-color: #ffcc66;
  transition: all .25s ease-out;
  margin-bottom: 5px;
}
.btn-primary-ci:hover {
  color: #ffcc66;
  background-color: #1d2124;
  border-color: #ffcc66;
}

/*Login*/
.login,
.image {
  min-height: 100vh;
}

.bg-image {
  background-image: url('https://images.unsplash.com/photo-1542435503-956c469947f6?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1267&q=80');
  background-size: cover;
  background-position: center;
}

.login-heading {
  font-weight: 300;
}

.btn-login {
  font-size: 0.9rem;
  letter-spacing: 0.05rem;
  padding: 0.75rem 1rem;
  border-radius: 2rem;
}

.form-label-group {
  position: relative;
  margin-bottom: 1rem;
}

.form-label-group>input,
.form-label-group>label {
  padding: var(--input-padding-y) var(--input-padding-x);
  height: auto;
  border-radius: 2rem;
}

.form-label-group>label {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  margin-bottom: 0;
  /* Override default `<label>` margin */
  line-height: 1.5;
  color: #495057;
  cursor: text;
  /* Match the input under the label */
  border: 1px solid transparent;
  border-radius: .25rem;
  transition: all .1s ease-in-out;
}

.form-label-group input::-webkit-input-placeholder {
  color: transparent;
}

.form-label-group input:-ms-input-placeholder {
  color: transparent;
}

.form-label-group input::-ms-input-placeholder {
  color: transparent;
}

.form-label-group input::-moz-placeholder {
  color: transparent;
}

.form-label-group input::placeholder {
  color: transparent;
}

.form-label-group input:not(:placeholder-shown) {
  padding-top: calc(var(--input-padding-y) + var(--input-padding-y) * (2 / 3));
  padding-bottom: calc(var(--input-padding-y) / 3);
}

.form-label-group input:not(:placeholder-shown)~label {
  padding-top: calc(var(--input-padding-y) / 3);
  padding-bottom: calc(var(--input-padding-y) / 3);
  font-size: 12px;
  color: #777;
}

/* Fallback for Edge
-------------------------------------------------- */

@supports (-ms-ime-align: auto) {
  .form-label-group>label {
    display: none;
  }
  .form-label-group input::-ms-input-placeholder {
    color: #777;
  }
}

/* Fallback for IE
-------------------------------------------------- */

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .form-label-group>label {
    display: none;
  }
  .form-label-group input:-ms-input-placeholder {
    color: #777;
  }
}
/*End login*/
/*Set styles*/
.dataTables_info {
    white-space: inherit !important;
}
.fa, .fas, .far, .fal, .fad, .fab {
    line-height: 1.7 !important;
}
.form-control:focus,
.btn.focus, 
.btn:focus {
    box-shadow: none !important;
    border-color: #ffcc66;
}
.form-inline label,
.form-inline{
  display: block !important;
}
.mdl-button--raised.mdl-button--colored {
    background: #ffcc66 !important;
}
.pagination {
    display: block !important;
}
.custom-control-input:checked~.custom-control-label::before {
    color: #1d2124 !important;
    border-color: #ffcc66 !important;
    background-color: #ffcc66 !important;
}
.mt-4{
  margin-top: 27px !important;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: #ffcc66 !important;
}
/*end Set styles



