html, body {
    height: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 1.1;
}

.navbar {
    margin-bottom: 7px;
}

.breadcrumb {
    padding: 3px 6px;
    margin-bottom: 15px;
    background: #E6E6E6
}

.breadcrumb > li + li:before {
    color: black;
    content: "/ "
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -34px;
    padding: 0 0 42px;
}

.wrap > .container {
    padding: 55px 15px 10px;
}

.footer {
    height: 30px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 5px;
}

.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', serif;
    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;
}

/* se reduce el espaciado entre campos en 10px */
.row {
    margin-right: -10px;
    margin-left: -10px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3,
.col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5,
.col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8,
.col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10,
.col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-right: 5px;
    padding-left: 5px;
}

/* Reduce el espacio entre label y cuadro de input y tambiÃ©n entre el borde izquierdo del input y el texto  */
label {
    margin-bottom: 1px;
}

.form-control {
    padding: 3px 5px;
    height: 21px;
    font-size: 11px;
    line-height: 1.1;
}

/* No me da tanto espacio a los lados, OJO aquí generalizamos, pero lo podemos poner por vista */
@media (min-width: 1400px) {
    .container {
        width: 1350px;
    }
}

.divrasoft {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: LightSteelBlue;
    -webkit-box-shadow: #B3B3B3 8px 8px 8px;
    font-size: 1.5em;
    color: white;
    -moz-box-shadow: #B3B3B3 8px 8px 8px;
    box-shadow: #B3B3B3 6px 6px 6px;
    padding-left: 30px;
    height: 21px;
}

.navbar-inverse {
    background-color: #455b76
}

.col-centered {
    float: none;
    margin: 0 auto;
}

@media all {
    div.saltopagina {
        display: none;
    }
}

@media print {
    div.saltopagina {
        display: block;
        page-break-before: always;
    }
}

/* Las margenes se ajustan en pixeles a medida que se angosta la pantalla, no por bootstrap */
.container {
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
    width: 97%;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    color: #262626;
    text-decoration: none;
    background-color: #ffddbb;
}

/*change color of links in drop down here*/
.navbar-brand {
    padding: 4px 5px
}

a:hover {
    color: blue;
    text-decoration: none;
    font-weight: bold
}

/* Embellece el tag hr. Tomado de: https://www.oloblogger.com/2013/01/estilo-css-para-division-hr.html */
.hresp {
    border: 0;
    height: 0;
    border-top: 1px double black;
    text-align: center;
}

.hresp:after {
    position: relative;
    top: -22px;
    content: "\25cf\25cf\25cf";
    font-size: 25px;
    line-height: 39px;
    color: black;
}

/* Como se redujo la fuente utilizo form-group, reduciendo el espaciado entre lineas. bootstrap usa 15px */
.form-group {
    margin-bottom: 5px;
}

.btn {padding: 3px 6px}


.container-fluid {
    padding-right: 1px;
    padding-left: 1px;
    margin-right: auto;
    margin-left: auto;
}