/* mixin */

#preloader {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  justify-content: center;
  background-color: #2779AA;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1000000;
}

#world-load {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 3px;
  border-style: solid;
  border-color: transparent;
  border-top-color: #f1f1f1;
  -webkit-animation: world 2400ms linear infinite;
  animation: world 2400ms linear infinite;
  z-index: 999;
}

#world-load:before {
  content: "";
  position: absolute;
  top: 7.5px;
  left: 7.5px;
  right: 7.5px;
  bottom: 7.5px;
  border-radius: 50%;
  border: 3px;
  border-style: solid;
  border-color: transparent;
  border-top-color: #f1f1f1;
  -webkit-animation: world 2700ms linear infinite;
  animation: world 2700ms linear infinite;
}

#world-load:after {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  border-radius: 50%;
  border: 3px;
  border-style: solid;
  border-color: transparent;
  border-top-color: #f1f1f1;
  -webkit-animation: world 1800ms linear infinite;
  animation: world 1800ms linear infinite;
}

@-webkit-keyframes world {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes world {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

#loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #2779AA;
  width: 100px;
  height: 100px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  margin: auto;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

body {
  background-color: #F6FBFE !important;
  color: #29261e !important;
  height: 100%;
  margin: 0;
  min-height: 100vh;
  min-width: 100%;
  overflow-x: hidden;
  padding: 0;
  padding-bottom: 0px;
  position: relative;
  width: 100%;
}

.login a,
.login h3 {
  color: #2779AA !important;
}

.btn-primary {
  background-color: #2779AA !important;
}

.login {
  padding-top: 20%;
}

h1 > a {
  color: #2779AA !important;
}

.nav-link.active,
.alert-novartis {
  background-color: #D7EBF9 !important;
  color: #2779AA !important;
}

.sidebar-novartis {
  background-color: #F6FBFE !important;
}

.brand-text a,
.brand-text b {
  color: #2779AA !important;
}

.nav-link:hover {
  color: #2779AA !important;
}

.foto {
  background-color: #F6FBFE !important;
  padding: 10px;
  position: relative;
  text-align: center;
  width: 100%;
}

.foto span {
  color: black !important;
}

.foto .imagen {
  background-color: #FCFCFC;
  padding-top: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.foto .imagen img {
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}

.foto .imagen .archivo {
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

.foto .controls {
  display: block;
  font-size: 16px;
  padding: 4px 0;
  text-align: right;
}

.foto .controls a {
  color: white !important;
}

.foto .controls span {
  display: inline-block;
  height: 20px;
  margin-left: 8px;
  position: relative;
}

.foto .controls .btn-controls {
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff !important;
  background-color: #2779AA !important;
  border-color: #2779AA !important;
}

.pagination a {
  color: #2779AA !important;
}

.btn-novartis {
  color: #D7EBF9 !important;
  background-color: #2779AA !important;
  border-color: #2779AA !important;
  opacity: 0.8;
}

.btn-novartis:hover {
  opacity: 1;
}

.blue-novartis {
  color: #2779AA !important;
}

.checkbox label:after {
  content: "";
  display: table;
  clear: both;
}

.checkbox .cr {
  position: relative;
  display: inline-block;
  border: 1px solid #a9a9a9;
  border-radius: 0.25em;
  width: 1.3em;
  height: 1.3em;
  float: left;
  margin-right: 0.5em;
}

.checkbox .cr .cr-icon {
  position: absolute;
  font-size: 0.8em;
  line-height: 0;
  top: 50%;
  left: 15%;
}

.checkbox label input[type=radio] {
  display: none;
}

.checkbox label input[type=radio] + .cr > .cr-icon {
  opacity: 0;
}

.checkbox label input[type=radio]:checked + .cr > .cr-icon {
  color: #2779AA !important;
  opacity: 1;
}

.checkbox label input[type=radio]:disabled + .cr {
  opacity: 0.5;
}

label {
  color: #2779AA;
}

label b {
  color: #212529;
}

table {
  background-color: #F6FBFE !important;
}

#orders_wrapper .card {
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

