html,
body {
    height: 100%;
    background: url(../images/fondo-web.jpg) top left fixed #fff;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

/* CSS Sistema */

.espacio_top
{
	margin-top: 10px !important;
}
.espacio_top_big
{
	margin-top: 20px !important;
}
.espacio_bottom
{
	margin-bottom: 10px !important;
}
.espacio_bottom_big
{
	margin-bottom: 20px !important;
}

.alert-header
{
    color: #999;
    background-color: #f5f5f5;
    border-color: rgb(206, 201, 201);
}

.btn-panel
{
    color: white;
    height: 150px;
    margin: 2em 2em;
    width: 178px;
    /* background-image: linear-gradient(#04519b, #033c73 60%, #02325f) */
}

.btn-panel-rojo{background-color: #cc5555;}
.btn-panel-verde{background-color: #1fc21f;}
.btn-panel-azul{background-color: #494cec;}
.btn-panel-gris{background-color: #737373;}
.btn-panel-amarillo{background-color: #e29b4d;}
.btn-panel-yellowgreen{background-color: yellowgreen;}

.glyphicon-panel
{
    font-size: 30px;
    margin-top: 25px;
}

.alert-error
{
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

table > caption
{
    color: #337ab7;
    font-weight: bolder;
}

.grid-view
{
    background-color: white;
    padding: 20px;
    border-radius: 4px;
}

.login-form
{
    background-color: rgba(0, 162, 150, .7);
    border-radius: 4px;
    color: white;
    font-size: 18px;
    padding: 40px;
}
.breadcrumb
{
    border: solid 1px #00A296;
}

.screen-center
{
    top: 50%;
    left: 50%;
    font-weight: bold;
    transform: translate(-50%, -50%);
    position: absolute;
}

.screen-title
{
    color: white !important;
    background-color: #00A296;
    border-radius: 4px;
    padding: 10px 20px;
}

.primary-title
{
    color: white !important;
    background-color: #00A296;
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 10px 20px;
}