/*
*
* ==========================================
* 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: transparent;
  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: 2rem;
}

.nav-logo img {  
  width: 16rem;
  height: 3rem;
}

.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/siampantallainicio.png');
  background-repeat: no-repeat;
  background-size: 100%;
}

span.input-group-addon {
  color:#0a507d;
  background:#cbe5f5;
  border-color:#0a507d;
  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(20, 30, 120);
}

input#txtCaptcha {
  font-size: 27px !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 {
  background-color: transparent;
}

#tab-list .close{  
  border: none;
  background-color: transparent;  
  font-size: 25px;  
}

.ifr-main {
  border: 0px;
  width: 100%;
  height: 83vh;
}

#column_left {
	background-color: #515151;
}

.nav-list li a {
	text-decoration: none;
	display: block;
	padding: 10px;
	cursor: pointer;
	border-bottom: 1px solid #515151 !important;
	color: #9d9d9d;
}

.nav-list > li > a {
	color: #C4C4C4;
	font-size: 14px;
	padding-left: 13px !important;
	border-bottom: 1px solid #585858;
}

.nav-list > li > a:hover {
	background-color: #444444;
}