/*
*
* ==========================================
* CUSTOM UTIL CLASSES
* ==========================================
*
*/

.vertical-nav {
  min-width: 20rem;
  width: 20rem;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.4s;
  z-index: 1;
}

.nav-header {
  background-color: #F65275;
  padding-top: 1rem;
  padding-right: 0rem;
  padding-bottom: 1rem;
  padding-left: 0rem;
}

.nav-logo {
  padding-top: 0rem;
  padding-right: 0rem;
  padding-bottom: 0rem;
  padding-left: 2.5rem;
}

.nav-logo img {
  width: 15rem;
  height: 4rem;
}

.nav-data {
  background-color: #4b4f54;
}

.accordion-body {
  background-color: #e4e4e4;
}

.navbar-nav>a {
  background-color: #e4e4e4;
  color: #000000;
  font-weight: 500;
  font-size: small;
}

.navbar-nav>a:hover {
  background-color: lightgray;
  color: #F65275;
  font-weight: 500;
  font-size: small;
}

.page-content {
  width: calc(100% - 20rem);
  margin-left: 20rem;
  transition: all 0.4s;
}

/* for toggle behavior */

#sidebar.active {
  margin-left: -20rem;
}

#content.active {
  width: 100%;
  margin: 0;
}

@media (max-width: 768px) {
  #sidebar {
    margin-left: -20rem;
  }

  #sidebar.active {
    margin-left: 0;
  }

  #content {
    width: 100%;
    margin: 0;
  }

  #content.active {
    margin-left: 20rem;
    width: calc(100% - 20rem);
  }
}

/*
*
* ==========================================
* FOR DEMO PURPOSE
* ==========================================
*
*/

body {
  background-image: url('../images/sivippantallainicio.png');
  background-repeat: no-repeat;
  background-size: 100%;
}

span.input-group-addon {
  color: #a94442;
  background: #f2dede;
  border-color: #a94442;
  border-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

button.btn-pork {
  padding: 5px 10px;
  width: 130px;
  text-align: left;
  border-radius: 0px;
  color: white;
  background-color: #F65275 !important;
  border: none;
  position: relative;
}

button.btn-pork span {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: #F65275 !important;
  position: absolute;
  right: 0;
  font-size: 20px;
  top: 0px;
  text-align: center;
  padding-top: 5px;
}

.pcol {
  color: white;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/**********Captcha*******************/
.captcha p {
  display: inline;
  width: 20px;
  padding: 20px;
}

.resultado {
  margin-left: -30px;
  margin-bottom: 20px;
}

.captcha {
  left: 0;
  position: absolute;
  width: 100%;
  color: #FFF;
  padding: 9px;
  letter-spacing: 4px;
  font-size: 20px;
  border-radius: 3px;
  font-family: Georgia;
  font-style: italic;
  text-decoration-line: line-through;
  background-color: rgb(120, 20, 112);
}

input#txtCaptcha {
  font-size: 1.7rem !important;
  color: #fff !important;
  left: 0;
  top: -6px;
  position: absolute;
  width: 87%;
  padding: 9px;
  letter-spacing: 0px;
  border-radius: 3px;
  font-family: Georgia;
  font-style: italic;
  text-decoration-line: line-through;
}

.divCaptcha {
  padding-top: 7px;
  width: 63%;
  height: 43px;
  position: relative;
  margin: 0 auto;
  display: block;
  padding: 0px 0px;
  margin-bottom: 19px;
}

.divCaptcha img {
  width: 19%;
  right: 0;
  position: absolute;
  width: 35px;
  top: 3px;
}

.clickCursor {
  cursor: pointer;
}

.separator {
  margin: 3rem 0;
  border-bottom: 1px dashed #fff;
}

.text-uppercase {
  letter-spacing: 0.1em;
}

.text-gray {
  color: #ccc;
}

ul.nav.nav-tabs {
  background-color: #e4e4e4;
}

.nav.nav-tabs a {
  background-color: dimgray;
  color: whitesmoke;
}


#tab-list .close {
  border: none;
  background-color: transparent;
  font-size: 25px;
}

.ifr-main {
  border: 0px;
  width: 100%;
  height: 85vh;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal-contenido {
  background-color: #fff;
  margin: 10% auto;
  padding: 20px;
  width: 90%;
  max-width: 600px;
  border-radius: 8px;
  position: relative;
  height: 85vh;
}

.cerrar {
  position: fixed;
  right: 15px;
  top: 10px;
  font-size: 22px;
  cursor: pointer;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  overflow: hidden;
  margin-top: 15px;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}