/*
 * MISC SNIPPETS
 */
html {
  position: relative !important;
  min-height: 100%;
}
body {
  font-size: 0.875rem;
  margin-bottom: 60px;
}

footer {
  position: absolute !important;
  bottom: 0 !important;
  width: 100% !important;
  margin-bottom: 0 !important;
  background-color: #333333;
  color: antiquewhite;
}
label {
  font-weight: 500;
}

a,
a:hover {
  text-decoration: none !important;
}

.blh-logo {
  max-height: 2.2em;
}

button:focus,
select:focus,
input:focus,
.page-link:focus {
  box-shadow: none !important;
  outline: none !important;
}

/*
 * TABLES (DATATABLES.JS)
 */

table.dataTable thead .sorting:before,
table.dataTable thead .sorting:after {
  font-size: 90%;
}
table.dataTable thead .sorting:after {
  right: 0.3em;
}
table.dataTable td,
table.dataTable th {
  font-size: 0.875em;
}
table.dataTable td {
  padding: 0.6rem;
}

/*
 * ================= SIDEBAR ==============
 */
#wrapper {
  overflow-x: hidden;
}

#sidebar-wrapper {
  min-height: 100vh;
  margin-left: -15rem;
  -webkit-transition: margin 0.25s ease-out;
  -moz-transition: margin 0.25s ease-out;
  -o-transition: margin 0.25s ease-out;
  transition: margin 0.25s ease-out;
}

#sidebar-wrapper .sidebar-heading {
  padding: 0.875rem 1.25rem;
  font-size: 1.2rem;
}

#sidebar-wrapper .list-group {
  width: 12rem;
}

#page-content-wrapper {
  min-width: 100vw;
}

#wrapper.toggled #sidebar-wrapper {
  margin-left: 0;
}

@media (min-width: 768px) {
  #sidebar-wrapper {
    margin-left: 0;
  }

  #page-content-wrapper {
    min-width: 0;
    width: 100%;
  }

  #wrapper.toggled #sidebar-wrapper {
    margin-left: -15rem;
  }
}
.list-group-item {
  padding: 0.5rem 1.25rem;
}
.list-group-item-light,
.list-group-item-light.list-group-item-action:focus {
  color: #495057;
  background-color: #f8f9fa;
  transition: 0.3s;
}
.list-group-item-light.list-group-item-action:hover {
  color: #e3e5e7;
  background-color: #0f3350;
}
.list-group-item-light.list-group-item-action.active:hover,
.list-group-item-light.list-group-item-action.active:focus {
  color: #ffffff;
  background-color: #818182;
}
.list-group-item-light.list-group-item-action.dropdown-toggle:hover {
  background-color: #f8f9fa;
}
.dropdown-toggle[aria-expanded="true"]:after {
  transform: rotate(180deg);
}
.dropdown-toggle:after {
  transition: 0.5s;
}

.filepond--credits {
  display: none !important;
}

.hamburger-lines {
    display: block;
    height: 13px;
    width: 15px;
    position: relative;
    top: 0px;
    left: 0px;
    z-index: 2;
    flex-direction: column;
    justify-content: space-between;
    transform: translate(0,-100%);
}

.hamburger-lines .line {
    display: block;
    height: 2px;
    width: 100%;
    border-radius: 10px;                                                                                                                                                                         
    background: #000000;/*0e2431*/
}

#hamburger-menu-check {
    position: relative;
    display: block;
    height: 13px;
    width: 15px;
    top: 0px;
    left: 0px;
    z-index: 5;
    opacity: 0;
    cursor: pointer;
}

.hamburger-lines .line1 {
    transform-origin: 0% 0%;
    transition: transform 0.4s ease-in-out;
}

.hamburger-lines .line2 {
    transition: transform 0.2s ease-in-out;
    margin: 0.20rem 0;
}

.hamburger-lines .line3 {
    transform-origin: 0% 100%;
    transition: transform 0.4s ease-in-out;
}

input#hamburger-menu-check[type="checkbox"]:checked ~ .hamburger-lines .line1 {
    transform: rotate(45deg);
}

input#hamburger-menu-check[type="checkbox"]:checked ~ .hamburger-lines .line2 {
    transform: scaleY(0);
}

input#hamburger-menu-check[type="checkbox"]:checked ~ .hamburger-lines .line3 {
    transform: rotate(-45deg);
}

/*
Estilos asociados al modulo de clientes
*/

.ts-control.multi .ts-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #1da7ee;
  color: #fff;
  border: 1px solid #0073bb;
}

#intranet-images-src {
  width: 50%;
  padding: 10% 0 5% 0;
  text-align: center;
  height: auto;
  display: inline-block;
  margin: 0 23% !important;
}

.flag-image {
  max-width: 100%;
  height: auto;
}

.pf-margin-left {
  margin-left: 10px;
}

label {
  display: inline-block;
  margin-bottom: 0 !important;
}

/*
CLASES PARA LA VISTA DEL LOGIN DE CLIENTES
*/

.background-login {
  background-image: url(https://storage.googleapis.com/intranet-storage/2023/01/Nuevo-fondo-onboarding.png);
  background-color: rgba(255, 255, 255, 1);
  background-position: center 10%;
}

.logo-login {
  background-image: url(https://storage.googleapis.com/stateless-clients-bizlatinhub//2019/09/0103875c-blh-logo.svg);
  background-size: 285px;
  width: 285px;
  height: 105px;
}
.login-card {
  background-color: #ffffff;
}
.login-employee-login {
  background-color: #2ea2cc;
  color: white;
  font-weight: 500;
  line-height: 27px;
  border-radius: 3px;
  transition: 0.3s;
  border: solid thin #2ea2cc;
}
.login-btn-submit {
  background-color: #2ea2cc;
  color: white;
}

a.login-employee-login:hover {
  background-color: white;
  color: #2ea2cc;
  border: solid thin #2ea2cc;
}
.login-label {
  font-weight: normal;
  color: #65696d;
}

.login-div-logo {
  width: 60%;
}

.login-footer-a {
  text-decoration: none;
  color: antiquewhite;
  transition: 0.3s;
}
a.login-footer-a:hover {
  color: #0073bb;
}

/*a {
  color: antiquewhite !important;
}*/

/*
Estilos para la vista Editprofile
*/

.edit-profile {
  background-color: #2ea2cc;
  color: white;
  font-weight: 500;
  line-height: 27px;
  border-radius: 3px;
  transition: 0.3s;
  border: solid thin #2ea2cc;
}

a.edit-profile:hover {
  background-color: white;
  color: #2ea2cc;
  border: solid thin #2ea2cc;
  border-radius: 3px;
}

#phone {
  width: 100% !important;
}

th {
  text-align: center;
}

.btn-standard {
  width: 100px !important;
}

.welcome {
  color: #3383c6;
}

.form-check-input {
  position: absolute !important;
  margin-top: -0.4rem !important;
  margin-left: -1.25rem !important;
  width: 15px !important;
}

.head-hi {
  padding-top: 4rem;
  padding-bottom: 4rem;
  color: #f8f9fa;
  background-position: center;
  background-image: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.5) 0%,
      rgba(0, 0, 0, 0.6) 100%
    ),
    url(https://storage.googleapis.com/stateless-clients-bizlatinhub/2019/08/39d9279c-aerial-view-architecture-buildings-681361.jpg) !important;
  background-attachment: fixed;
}

.entry-header {
  background-attachment: fixed;
  background-position: center;
  background-image: linear-gradient(
          180deg,
          rgba(0, 0, 0, 0.5) 0%,
          rgba(0, 0, 0, 0.6) 100%
  ),
  url(https://storage.googleapis.com/stateless-clients-bizlatinhub/2019/08/39d9279c-aerial-view-architecture-buildings-681361.jpg) !important;
}

.title-module {
  color: #0f3350;
}

.head-lost-password {
  border-left: 4px solid #72aee6 !important;
  padding: 12px !important;
  margin-left: 0 !important;
  margin-bottom: 20px !important;
  background-color: #fff !important;
  box-shadow: 0 1px 1px 0 rgb(0 0 0 / 10%) !important;
}

.rules-pasword {
  color: crimson !important;
}

.center-cell-services {
  text-align: center !important;
}

.btn-primary-alt {
  background: #1da7ee !important;
  border-color: #1da7ee !important;
}

.btn-primary-alt:hover {
  background: #1886bf !important;
  border-color: #1886bf !important;
}

/*
Iconos de formualario Entry Detail
*/
.icon-input {
  margin-right: 0.2rem !important;
}
.disabled-input {
  color: rgb(37, 35, 35) !important;
  background-color: rgb(252, 251, 248) !important;
}

/*.input-group-prepend {
  width: 7.5rem !important;
}*/

@media only screen and (max-width: 600px) {
  form {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}

.list-group-item-sm {
  padding: 0.25rem 0.5rem !important;
}

/* Feather Icons */
.feather {
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
}

.icon-md {
  width: 1.5rem;
  height: 1.5rem;
}

/*
*  ==========================  New Login  ==========================  *
*/
.container-login{
/*    max-width: 400px;*/
    width: 100%;
    background: #FFF;
    padding: 15px 10px;
    border-radius: 20px;
    position: relative;
}
.pic{
    position: absolute;
    top: 0;
    left: 50%;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    font-size: 24px;
    color: #ffffff;
    text-align: center;
    line-height: 60px;
    border: 10px solid #53abdb;
    background: linear-gradient(to right, #2c84c4, #246ca8);
    transform: translate(-50%, -50%);
}
.form{
    display: flex;
    flex-direction: column;
}
.title{
    text-align: center;
    margin-top: 30px;
}
label.login-label, .links, button.btn-login{
    margin-top: 20px;
}
label.login-label{
    margin-top: 20px;
    font-size: 12px;
    color: rgb(77, 77, 77);
    font-weight: 600;
}
.input{
    padding: 8px;
    outline: none;
    border: 0;
    background: #EEE;
}
button.btn-login{
    background: linear-gradient(to right, #2c84c4, #246ca8);
    padding: 8px;
    border: 0;
    color: #fff;
    font-size: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 3px;
}



/*
*  ==========================  Callouts  ==========================  *
*/
.callout {
   padding: 20px;
   margin: 20px 0;
   border: 1px solid #eee;
   border-left-width: 5px;
   border-radius: 3px;
}
 .callout h4 {
   margin-top: 0;
   margin-bottom: 5px;
}
 .callout p:last-child {
   margin-bottom: 0;
}
 .callout code {
   border-radius: 3px;
}
 .callout + .bs-callout {
   margin-top: -5px;
}
 .callout-default {
   border-left-color: #777;
}
 .callout-default h4 {
   color: #777;
}
 .callout-primary {
   border-left-color: #428bca;
}
 .callout-primary h4 {
   color: #428bca;
}
 .callout-success {
   border-left-color: #5cb85c;
}
 .callout-success h4 {
   color: #5cb85c;
}
 .callout-danger {
   border-left-color: #d9534f;
}
 .callout-danger h4 {
   color: #d9534f;
}
 .callout-warning {
   border-left-color: #f0ad4e;
}
 .callout-warning h4 {
   color: #f0ad4e;
}
 .callout-info {
   border-left-color: #5bc0de;
}
 .callout-info h4 {
   color: #5bc0de;
}
 .callout-bdc {
   border-left-color: #29527a;
}
 .callout-bdc h4 {
   color: #29527a;
}


h5.style {
  position: relative;
  padding: 0;
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  font-size: 20px;
  color: #080808;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

/* === HEADING STYLE #1 === */
.one h5 {
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 5px;
}
.one h5:before {
  width: 28px;
  height: 5px;
  display: block;
  content: "";
  position: absolute;
  bottom: 3px;
  left: 50%;
  margin-left: -14px;
  background-color: #3283C5;
}
.one h5:after {
  width: 100px;
  height: 1px;
  display: block;
  content: "";
  position: relative;
  margin-top: 5px;
  left: 50%;
  margin-left: -50px;
  background-color: #3283C5;
}
