/* Sticky footer styles */
html {
    position: relative;
    min-height: 100%;
}
body {
    margin-bottom: 100px;
    font-size: 12px;
    line-height: 1.2;
    background-color: rgb(224, 224, 224);
}

.text-light,
.text-light a,
.text-light a:hover,
.text-light a:active {
    color: #fff !important;
}

.footer {
    border-top: 1px solid transparent;
    position: absolute;
    padding-top: 10px;
    bottom: 0;
    width: 100%;
    height: 100px;
    background: #092039;
}
.footer a, .footer a:hover, .footer a:active {
    color: #777;
}
/* footer Logo */
.footer .bicolor {
    margin: 7px 0 0;
    width: 170px;
    height: 20px;
}
.bicolor span.azul {
    background: #0f69b4;
    width: 46%;
}
.bicolor span.rojo {
    background: #eb3646;
    width: 54%;
}
.bicolor span {
    display: block;
    float: left;
    height: 100%;
}

/* */
#captcha {
    width: 100px !important;
    display: inline-block !important;
}
.espacio-elemento{
   margin-right: 5px;
}

.datepicker-inline{
  border: 1px solid #eee;
  margin:0 auto;
}
/* Navbar */
.panel-minsal {
    background: #092039;
}
.navbar {
    margin-bottom: 0;
}
.navbar-brand {
    margin-bottom: 1rem;
}
.navbar-text h4 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}
.nav-radio {
    padding: 8px 0 0 0;
    color: #777;
}
.page-header {
    border-bottom: none;
}
label{
    text-transform: uppercase;
    font-size: 11px;
}
input[type=checkbox], input[type=radio] {
    margin: 0;
}
.form-control{
    line-height: 1.42857;
    height: 28px;
}
#EICodRegion {
    height: 32px !important;
}
#EICodDictamen{
    height: 32px !important;
}
.panel-heading{
    padding: 8px 12px;
}
.btn-sms{
    font-size: 16px;
}
.input-daterange .input-group-addon{
    height: 28px;
    padding: 0;
}
.input-group-addon {
   font-size: 12px;
}

.cursor_default{
  cursor:pointer !important;
}
#pswd_info {
  position:fixed;
  bottom: 50px;
  bottom: -115px\9;
  /* IE Specific */
  right: -75px;
  width: 270px;
  padding: 15px;
  background: #fefefe;
  font-size: .875em;
  border: 1px solid #ddd;
}
#pswd_info h4 {
  margin: 0 0 10px 0;
  padding: 0;
  font-weight: normal;
}
.invalid {
  padding-left: 2px;
  line-height: 24px;
  color: #ec3f41;
}
.valid {
  padding-left: 2px;
  line-height: 24px;
  color: #3a7d34;
}
#pswd_info {
  display: none;
}
.fix_margen
{
  margin-right: 2px !important;
  margin-left: 2px !important;
}
/* Loading box */
.block-ui {
    margin: 10px;
}

/* Iconos personalizados */
.iconofirma {
    background-image: url(../img/firma.png);
    width: 18px;
    height: 15px;
    background-repeat: no-repeat;
    position: relative;
}

/* Datatables */
/* Quita iconos de ordenamiento de fila de filtros */
table.dataTable thead tr.filters .sorting_asc:after,
table.dataTable thead tr.filters .sorting_desc:after {
    content: "";
}

/* Desktops and laptops ----------- */
@media only screen  and (min-width : 1224px) {
    .container {
        width: 1200px !important;
    }
}
/* Large screens ----------- */
@media only screen  and (min-width : 1824px) {
    .container {
        width: 1600px !important;
    }
}
