/*$primary: #0648B3 !default;
$secondary: #EE5050 !default;
$tertiary: #05A677 !default;*/


.btn-cyan {
    color:#FFF;
    background-color: #009688;
    border-color: #009688;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(17, 24, 39, 0.075);
}

.btn-cyan:hover {
    color: #1F2937;
    background-color: #34c494;
    border-color: #28c08e;
}

.btn-check:focus + .btn-cyan, .btn-cyan:focus {
    color: #1F2937;
    background-color: #34c494;
    border-color: #28c08e;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(17, 24, 39, 0.075), 0 0 0 0.18rem rgba(18, 163, 118, 0.5);
}

.btn-check:checked + .btn-cyan, .btn-check:active + .btn-cyan, .btn-cyan:active, .btn-cyan.active, .show > .btn-cyan.dropdown-toggle {
    color: #1F2937;
    background-color: #40c79a;
    border-color: #28c08e;
}

.btn-check:checked + .btn-cyan:focus, .btn-check:active + .btn-cyan:focus, .btn-cyan:active:focus, .btn-cyan.active:focus, .show > .btn-cyan.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(17, 24, 39, 0.125), 0 0 0 0.18rem rgba(18, 163, 118, 0.5);
}

.btn-cyan:disabled, .btn-cyan.disabled {
    color:#FFF;
    background-color: #009688;
    border-color: #009688;
}

.bg-cyan {
    background-color: #009688 !important;
}

.bg-siapa {
  background-color: #0e4163 !important;
}
.headerRegister, .header-primary{
    background: #009688;
    color: #fff;
}

.headerUpdate{
    background: #007bff;
    color: #fff;
}

.modal-title2{
    color: #fff;
}

.notBlock {
    display: none;
}

.toggle-flip input[type="checkbox"] {
  display: none;
}

.toggle-flip input[type="checkbox"] + .flip-indecator {
  position: relative;
  width: 60px;
  height: 30px;
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-perspective: 90px;
          perspective: 90px;
}

.toggle-flip input[type="checkbox"] + .flip-indecator:before, .toggle-flip input[type="checkbox"] + .flip-indecator:after {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  line-height: 30px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  text-align: center;
  border-radius: 3px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.toggle-flip input[type="checkbox"] + .flip-indecator:before {
  content: attr(data-toggle-off);
  background-color: #ddd;
}

.toggle-flip input[type="checkbox"] + .flip-indecator:after {
  content: attr(data-toggle-on);
  background-color: #009688;
  color: #fff;
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
}

.toggle-flip input[type="checkbox"]:checked + .flip-indecator:before {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.toggle-flip input[type="checkbox"]:checked + .flip-indecator:after {
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
}

.toggle-flip input[type="checkbox"]:disabled + .flip-indecator {
  cursor: not-allowed !important;
  color: #ccc;
}

@-webkit-keyframes toggleBtn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-1px);
            transform: translateX(-1px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes toggleBtn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-1px);
            transform: translateX(-1px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.jsDataTable-info {
  margin: 7px 0; 
  padding: 5px;
}

.btnExport {
    padding: 5px;
}

#divLoading {
    position: fixed;
    top: 0;
    /*max-width: 500px !important;*/
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(254, 254, 255, 0.65);
    z-index: 9999;
    display: none;
}

#divLoading img {
    width: 50px;
    height: 50px;
}

.inline{
    display: inline;
}
.left {
    float: left;
}

.right{
    float: right;
}

.required{
    color: red;
    font-size: 13pt;
    font-weight: bold;
}
.image_area {
  position: relative;
}

.preview {
    overflow: hidden;
    width: 160px; 
    height: 160px;
    margin: 10px;
    border: 1px solid red;
}

.overlay {
  position: absolute;
  bottom: 3rem;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.5);
  overflow: hidden;
  height: 0;
  transition: .5s ease;
  width: 100%;
}

.image_area:hover .overlay {
  height: 50%;
  cursor: pointer;
}

.text {
  color: #333;
  /*font-size: 20px;*/
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.xsmall {
    font-size: 0.65em;
}

.pantallaCompleta {
    background-color: red;
    width:100vw;
    height:100vh; 
}

.pantallaCompleta2 {
  min-height: 75vh;
  /* max-width: 400px; */
  background-color: papayawhip; 
  margin: 0 auto;
}

.news{
  /* width: 20%; */
  background: #74a8d0;
  padding: 0 2%
}
.news marquee{
  font-size: 18px;
  margin-top: 4px
}
.swal-container.cccc, .swal-container.swal2-noanimation{
  background-color: rgba(33,33,33,.6) !important;
}