html{ position: relative; min-height: 100%; }
body{ margin-bottom: 60px; }
html, body{ background: #eee url(/assets/images/patterns/pattern.png) 0 0; padding-top: 25px; }

header{ padding: 0 10px ; }
article#main{ padding: 10px; min-height: 1000px; }

.growUp,
.growDown{
  display: block;
  position: absolute;
  right: 15px;
  top: 15px;
  width: 10px;
  height: 10px;
  opacity: .4;
}

  .growUp{ background: url(/assets/images/icons/growUp.png) 0 0 no-repeat; }
  .growDown{ background: url(/assets/images/icons/growDown.png) 0 0 no-repeat; }

footer{
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #438eb9;
  z-index: 2;
  color: #ffffff;
  padding: 10px;
  border-top: 1px solid #1e61a0;
}
  footer p{ margin: 0; }
  footer p i{ color: #fff;  }
  footer p a, footer p a:active{
    color: #fff;
    text-decoration: none;
  }

  footer a,
  footer i{ color: #e67e22 }

  footer a:hover{ 
    color: #fff; 
    text-decoration: underline;
  }

#main .separator{ border-left: 1px solid #fff; padding: 10px 0; margin: 0 10px; }


.options{
  text-align: center;
  width: 150px;
}

.table-show caption{
  font-size: 2em;
  color: #676767;
  margin-bottom: 10px;
}


.modal-dialog{ z-index:9999; }
.label{ cursor: pointer; }
#organizationChart{ display: block; margin-left: auto; margin-right: auto; }

blockquote{ min-height: 200px !important; }
blockquote.primary{ border-left: 5px solid #3a7ba1 !important; }
.titleIns{ font-size: 1.3em; text-align: center; }
.titleHead{ font-size: .9em; font-weight: bold; color: #444444; }
.titleBody{ font-size: .8em; color: #666; }

/*.pre-scrollable{
  max-height: 150% !important;
}*/
.no-link{ text-decoration: none !important; color: #000 !important; }
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: cesar CSS ::::::::::::::::::::::::::::::::::*/
.espacioTop{margin-top: 10px;}
#seleccionador{margin-bottom: 10px;}
#agregar{font-size: 1em;}
.filtros{
  margin-bottom: 5px;
  margin-right: 5px;
  display: inline-block;
}
.filtros label{cursor: inherit;}

/*.btn-kam{
  padding: 10px;
  margin: 10px 5px;
  text-align: center;
  border-radius: 10px;
  border: 1px solid #202f50;
  width: 97%;
  display: inline-block;
  background: #304269;
  color: #F2F2F2;
}
  
  .btn-kam:hover{
    text-decoration: none;
    color: #91BED4;
  }*/


section a.js-trigger-overlay {
  margin: 0 auto;
  font-size: 1.5rem;
  padding: 1.25rem 2.5rem;
  display: block;
  background: #304269;
  border: 1px solid transparent;
  color: #F2F2F2;
  font-weight: 300;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-align: center;
}

  section a.js-trigger-overlay:hover {
    background-color: #ffffff;
    color: #009ac9;
    border-color: #009ac9;
    text-decoration: none;
  }

section a.js-trigger-overlay2 {
  margin: 2px auto 0;
  font-size: 1.5rem;
  padding: 1.25rem 2.5rem;
  display: block;
  background: #3a7ba1;
  border: 1px solid transparent;
  color: #F2F2F2;
  font-weight: 300;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-align: center;
}

  section a.js-trigger-overlay2:hover {
    background-color: #ffffff;
    color: #3a7ba1;
    border-color: #3a7ba1;
    text-decoration: none;
  }

.border-gradient{
  border-bottom: 3px solid transparent;
  -moz-border-image: -moz-linear-gradient(left, #0bb6e0 4%, #68a003 100%);;
  -webkit-border-image: -webkit-linear-gradient(left, #0bb6e0 4%,#68a003 100%);
  border-image: linear-gradient(to right, #0bb6e0 4%,#68a003 100%);
  border-image-slice: 1;
}

.valign-center {
  display: inline-flex;
  vertical-align: middle;
  align-items: center;
}

.no-padding{ margin-left: 15px; }

.blue{ color: #438eb9; }
.red{ color: #ff0000; }
#DataTables_Table_0_filter{
  text-align: right; 
}
