﻿@media (min-width: 1280px) {
    .navbar .container {
        min-width: 1280px !important;
    }
}

html,
body {
    height: 100%;
    /* The html and body elements cannot have any padding or margin. */
}


/* Wrapper for page content to push down footer */
#wrap {
    min-height: 100%;
    height: auto;
    /* Negative indent footer by its height */
    margin: 0 auto -60px;
    /* Pad bottom by footer height */
    padding: 0 0 60px;
}

#push {
    height: 40px;
}

/* Set the fixed height of the footer here */
#footer {
    height: 60px;
    background-color: #f5f5f5;
}

    #footer .container {
        text-align: center;
        background-color: #f5f5f5;
    }

.logo-xena {
    margin-top: 5px;
    width: 150px;
}

.navbar-brand {
    padding: 0px;
}

.navbar-nav > li:first-child {
    margin: 0px 5px;
}

#sfOmnibox {
    margin-top: 8px;
}

#footerRight {
    float: right;
    margin-right: 10px;
}

a:hover {
    cursor: pointer;
}

fieldset legend {
    background-color: #f8f8f8;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    border: 1px solid #cccccc;
}

ul.nav-tabs > li a {
    background-color: #eee;
}

    ul.nav-tabs > li a:hover {
        background-color: #e4e4e4;
    }

.dateformat-age {
    margin: 15px;
}

@media only screen and (max-width: 766px) {
    #footerRight {
        float: left;
    }

    footer li {
        text-align: center;
    }
}

select[id *='_sfList'] {
min-height:100px;
}


/* Sobrescritura bootstrap del contenido principal */
@media (min-width: 768px) {
  .container {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .container {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 100%;
  }
}
/* Fin Sobrescritura bootstrap del contenido principal */