/* login */

video {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  transform: translateX(-50%) translateY(-50%);
  background-size: cover;
  transition: 1s opacity;
}

.view .full-bg-img, .view .mask {
  z-index: 0;
}

.custom-background-blue {
  background-color: rgba(48, 116, 166, 0.3);
}

.hr-login {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.md-form .prefix ~ input, 
.md-form .prefix ~ textarea {
  width: calc(100% - 4.5rem);
}

.md-form .prefix {
  font-size: 1.5rem;
}

.gradiant-background {
  background: rgb(95,75,139); /* Old browsers */
  background: url(../img/texture_bg.png), -moz-linear-gradient(left, rgba(95,75,139,1) 0%, rgba(0,120,179,1) 100%); /* FF3.6-15 */
  background: url(../img/texture_bg.png), -webkit-linear-gradient(left, rgba(95,75,139,1) 0%,rgba(0,120,179,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: url(../img/texture_bg.png), linear-gradient(to right, rgba(95,75,139,1) 0%,rgba(0,120,179,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f4b8b', endColorstr='#0078b3',GradientType=1 ); /* IE6-9 */
  background-attachment: fixed;
}

.custom-color {
  background: rgb(95,75,139); /* Old browsers */
  background: -moz-linear-gradient(left, rgba(95,75,139,1) 0%, rgba(0,120,179,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(95,75,139,1) 0%,rgba(0,120,179,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(95,75,139,1) 0%,rgba(0,120,179,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f4b8b', endColorstr='#0078b3',GradientType=1 ); /* IE6-9 */
}

.page-item.active .page-link,
.pagination .page-link:focus,
.page-link:focus {
  color: #fff;
  background-color: #4285f4;
  border-color: #4285f4;
}

/* home / manager */

#showImport {
  position: absolute;
  right: 10px;
}

.bgcolor-1 {
  background: linear-gradient(40deg,#ff6ec4,#7873f5) !important;
}

.bgcolor-2 {
  background: linear-gradient(40deg,#45cafc,#303f9f) !important;
}

#myTable tr th,
#myTable tr td,
#table_tasa_respuesta tr th,
#table_tasa_respuesta tr td {
  vertical-align: middle;
}

.bg-pills {
  background-color: #f4f4f4;
}

.bg-pills .nav-menu {
  color: #999;
  padding: 15px 0;
  float: left;
}

.bg-pills .nav-link {
  color: #212529;
  padding: 15px 20px;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
}

.intro-2 {
  background: url("../img/bg5.png") no-repeat center center;
  background-size: cover;
}

.header,
.banner1,
.banner2 {
  margin-top: 75px;
}

.interaction-zone {
  width: 100%;
  background-color: rgba(255, 255, 255, 1);
  top: 42%;
}

.notificaciones {
  width: 350px;
  padding: 25px;
}

.fix-wh-150 {
  width: 150px;
  height: 150px;
  margin: auto;
}

.dropdown .dropdown-menu .dropdown-item:active, .dropdown .dropdown-menu .dropdown-item:focus, .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: rgba(0,120,179,.9);
}

.min-height-1500 {
  min-height: 1000px;
}

.min-height-1000 {
  min-height: 750px;
}

/* reportes y seguimiento */

.banner1 {
  height: 220px;
  background-image: url(../img/lightbox/img_banner1.jpg);
  background-repeat: no-repeat;
}

.banner-reporte-cons {
  height: 220px;
  background-image: url(../img/lightbox/img_banner1.jpg);
  background-repeat: no-repeat;
}

.titulo-banner {
  padding-top: 60px;
  padding-left: 40px;
  color: #FFF;
}

.banner2 {
  text-align: left;
  height: 332px;
  background-image: url(../img/lightbox/img_banner2.jpg);
  background-repeat: no-repeat;
}

.indicadores1 {
  padding-top: 60px;
  height: 220px;
  color: #fff;
}

.indicadores {
  padding-top: 45px;
  color: #fff;
}

.seguimiento {
  text-align: left;
}

.contacto {
  border-top: 1px solid #dee2e6;
  margin-top: 0px;
  padding-top: 5px;
  padding-bottom: 80px;
  height: 482px;
}

.navbar .mega-dropdown {
  position: static !important;
}

.navbar .dropdown-menu.mega-menu {
  width: 100%;
  border: none;
  border-radius: 0;
}

.navbar .dropdown-menu.mega-menu a {
  padding: 0 0 0 0;
}

.navbar .dropdown-menu.mega-menu a.news-title-2 {
  font-weight: 500;
  font-size: 1.1rem;
  line-height: 1.5;
  -webkit-transition: .2s;
  transition: .2s;
  color: #fff !important;
}

.navbar .dropdown-menu.mega-menu a.news-title-2:hover {
  color: #d0d6e2 !important;
}

.navbar .dropdown-menu.mega-menu .sub-menu a.menu-item-2 {
  color: #fff !important;
}

.navbar .dropdown-menu.mega-menu .sub-menu a.menu-item-2:hover {
  color: #fff !important;
}

.navbar .dropdown-menu.mega-menu .sub-title {
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #e0e0e0;
}

.navbar .dropdown-menu.mega-menu .mt-sm {
  margin-top: -3px;
}

.navbar .dropdown-menu.mega-menu .font-small {
  font-size: 0.85rem;
}

.cont1 {
  padding-left: 20px;
}

.muestra-md {
  padding-top: 0px;
  padding-left: 5px;
}

.datos {
  padding-top: 18px;
  padding-bottom: 70px;
}

.datos2 {
  padding-top: 18px;
  padding-bottom: 30px;
}

.badge {
  margin-bottom: 10px;
}

.def1 {
  font-size: 16px;
  color: #333;
  text-align: justify;
}

.def2 {
  font-size: 14px;
  color: #fff;
}

.boton1 {
  border-bottom: 1px solid #dee2e6;
  width: 85%;
  margin: 0 auto;
}

.h80 {
  height: 80%;
}

.fix-wh-250 {
  width: 250px;
  height: 250px;
  margin: auto;
}

.fix-wh-200 {
  width: 200px;
  height: 200px;
  margin: auto;
}

.flex-wrapper {
  flex-wrap: wrap;
}


/* commented for cutting off part of carousel. */

.custom-bg-2 {
  background: #71BFCC !important;
}

#carousel-example-2 {
  position: absolute;
  width: 100%;
  height: 50%;
}

#carousel-example-2 .carousel-indicators {
  bottom: 20%;
}

#carousel-example-2 .carousel-inner {
  height: 100%;
}

#carousel-example-2 .carousel-inner .carousel-caption {
  top: 80px;
}

.carousel-caption.caption1 {
  text-align: right;
  left: 40%;
}

.opacity-0 {
  opacity: 0;
}

.opacity-1 {
  opacity: 1;
}

.custom-background-blue {
  background-color: rgba(48, 116, 166, 0.3);
}

.custom-background-blue-solid {
  background-color: rgba(48, 116, 166, 1);
}

.md-form .prefix {
  font-size: 1.5rem;
}

.md-form label {
  color: #ffffff;
}

.navbar-brand {
  margin-top: -4px;
}

footer.page-footer .footer-copyright {
  padding-top: 30px;
  line-height: inherit;
  background-color: #3a3a3a;
  height: auto;
  padding-bottom: 20px;
}

.form-control:focus {
  border-color: #ff9100;
}

.table-wrapper {
  display: block;
  max-height: 300px;
  overflow-y: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.min-height-2000 {
  min-height: 900px;
}

/* steps */

.steps-form-2 {
  display: table;
  width: 100%;
  position: relative;
}

.steps-form-2 .steps-row-2 {
  display: table-row;
}

.steps-form-2 .steps-row-2:before {
  top: 14px;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 100%;
  height: 2px;
}

.steps-form-2 .steps-row-2 .steps-step-2 {
  display: table-cell;
  text-align: center;
  position: relative;
}

.steps-form-2 .steps-row-2 .steps-step-2 p {
  margin-top: 0.5rem;
}

.steps-form-2 .steps-row-2 .steps-step-2 button[disabled] {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}

.steps-form-2 .steps-row-2 .steps-step-2 .btn-circle-2 {
  width: 70px;
  height: 70px;
  border: 2px solid #59698D;
  background-color: white !important;
  color: #59698D !important;
  border-radius: 50%;
  padding: 22px 18px 15px 18px;
  margin-top: -22px;
}

.steps-form-2 .steps-row-2 .steps-step-2 .btn-circle-2:hover {
  border: 2px solid #4285F4;
  color: #4285F4 !important;
  background-color: white !important;
}

.steps-form-2 .steps-row-2 .steps-step-2 .btn-circle-2 .fa {
  font-size: 1.7rem;
}

.view .full-bg-img, .view .mask {
  z-index: 0;
}

.btn span.glyphicon {
  opacity: 0;
}

.btn.active span.glyphicon {
  opacity: 1;
}

/* survey */

.surveyElement {
  margin-top: 100px;
}

.progress .progress-bar {
  height: 16px !important;
  background: rgb(95,75,139); /* Old browsers */
  background: -moz-linear-gradient(left, rgba(95,75,139,1) 0%, rgba(0,120,179,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(95,75,139,1) 0%,rgba(0,120,179,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(95,75,139,1) 0%,rgba(0,120,179,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f4b8b', endColorstr='#0078b3',GradientType=1 ); /* IE6-9 */
}

.progress {
  height: 16px !important;
}

.sv_complete_btn {
  background-color: #28a745 !important;
}

/* settings */

.settings {
  margin-top: 100px;
}

.settings .boxes {
  margin-bottom: 20px;
}

.contact-icon {
  font-size: 30px !important;
}

#form-text {
  overflow-y: scroll;
}

/* switch */

.switch-input {
  display: none;
}

.switch-label {
  position: relative;
  display: inline-block;
  min-width: 112px;
  cursor: pointer;
  font-weight: 300;
  text-align: left;
  padding: 0px 0px 0px 44px;
  margin-left: 10px;
  margin-top: 18px;
}

.switch-label:before, .switch-label:after {
  content: "";
  position: absolute;
  margin: 0;
  outline: 0;
  top: 50%;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.switch-label:before {
  left: 1px;
  width: 34px;
  height: 14px;
  background-color: #9E9E9E;
  border-radius: 8px;
}

.switch-label:after {
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #FAFAFA;
  border-radius: 50%;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.14), 0 2px 2px 0 rgba(0, 0, 0, 0.098), 0 1px 5px 0 rgba(0, 0, 0, 0.084);
}

.switch-label .toggle--on {
  display: none;
}

.switch-label .toggle--off {
  display: inline-block;
}

.switch-input:checked + .switch-label:before {
  background-color: #a67c98;
}

.switch-input:checked + .switch-label:after {
  background-color: #744a66;
  -ms-transform: translate(80%, -50%);
  -webkit-transform: translate(80%, -50%);
  transform: translate(80%, -50%);
}

.switch-input:checked + .switch-label .toggle--on {
  display: inline-block;
}

.switch-input:checked + .switch-label .toggle--off {
  display: none;
}  

/* users sec */

.users {
  margin-top: 100px;
}

/* Menu que se esconde */

.lblstatus {
  color: #6c757d;
  padding: 0 0 0 14px;
}

.status_survey {
  position: relative;
  left: 7px;
  bottom: 12px;
}

/* extras */

.hidden {
  display: none;
}

/* media query */

@media (max-width: 740px) {
  .full-height,
  .full-height body,
  .full-height header,
  .full-height header .view {
    height: 100%;
  }

  .h80 {
    height: 90%;
  }
}

@media (max-width: 768px) {
  .min-height-780 {
    min-height: 1000px;
  }

  .min-height-1500 {
    min-height: 1600px;
  }

  .min-height-2000 {
    min-height: 2000px;
  }

  .min-height-1000 {
    min-height: 1500px;
  }

  #carousel-example-2 {
    height: 50% !important;
  }

  #carousel-example-2 .carousel-inner {
    height: 100% !important;
  }

  #carousel-example-2 .carousel-inner .carousel-caption {
    top: 170px;
  }

  .carousel-caption.caption1 {
    text-align: center;
    left: 15%;
  }

  #carousel-example-2 .carousel-inner img {
    display: none !important;
  }

  .interaction-zone {
    top: 40%;
  }
}

@media (max-width: 740px) {
  .full-height,
  .full-height body,
  .full-height header,
  .full-height header .view {
    height: 100%;
  }

  .h80 {
    height: 90%;
  }
}

@media (max-width: 768px) {
  .min-height-780 {
    min-height: 780px;
  }

  .min-height-1500 {
    min-height: 1500px;
  }

  .min-height-2000 {
    min-height: 2000px;
  }

  #carousel-example-2 {
    height: 29% !important;
  }

  #carousel-example-2 .carousel-inner {
    height: 100% !important;
  }

  #carousel-example-2 .carousel-inner .carousel-caption {
    top: 200px;
  }

  .carousel-caption.caption1 {
    text-align: center;
    left: 15%;
  }

  #carousel-example-2 .carousel-inner img {
    display: none !important;
  }

  .interaction-zone {
    top: 30%;
  }
}

/* Menu que se esconde */

@media (max-width: 768px) {
    .esconde-sm, .hidden-xs-down, .hidden-sm-down, .hidden-md-down, .hidden-lg-down, .hidden-xl-down, 
    .hidden-xs-up, 
    .hidden-unless-sm, .hidden-unless-md, .hidden-unless-lg, .hidden-unless-xl {
      display: none !important;
  }
}

@media (max-width: 768px) {
    .banner2, .hidden-xs-down, .hidden-sm-down, .hidden-md-down, .hidden-lg-down, .hidden-xl-down, 
    .hidden-xs-up, 
    .hidden-unless-sm, .hidden-unless-md, .hidden-unless-lg, .hidden-unless-xl {
      height: 700px;
      text-align: center!important;
  }
}

@media (max-width: 768px) {
    .carousel-inner, .hidden-xs-down, .hidden-sm-down, .hidden-md-down, .hidden-lg-down, .hidden-xl-down, 
    .hidden-xs-up, 
    .hidden-unless-sm, .hidden-unless-md, .hidden-unless-lg, .hidden-unless-xl {
      display: none !important;
  }
}

@media (min-width: 768px) {
    .muestra-md, .hidden-xs-down, .hidden-sm-down, .hidden-md-down, .hidden-lg-down, .hidden-xl-down, 
    .hidden-xs-up, 
    .hidden-unless-sm, .hidden-unless-md, .hidden-unless-lg, .hidden-unless-xl {
      display: none !important;
  }
}

@media print {
  .page-break {
    page-break-after: always;
  }

  .no-print {
    display: none !important;
  }
}

/*added*/

.table td,
.table th {
    padding: .75rem!important;
}

.card-login p {
  font-size: 12px;
}

.circle-progress {
  width: 250px; 
  height: auto;
}

.circle-progress-value {
  stroke-width: 50px;
  stroke: hsl(212deg 92% 60% / 40%)
}
.circle-progress-circle {
  stroke-width: 40px;
  stroke: hsl(100, 15%, 60%);
  fill: hsl(100, 15%, 60%);
}
.circle-progress-text {
  fill: white;
  font-weight: bold;
}

.custom-multiple .btn {
  background-color: #fff!important;
}