﻿html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

    body > .container {
        padding: 60px 15px 0;
    }

#content {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    background-color: #EEEEEE;
}

.tableContent {
    margin-right: auto;
    margin-left: auto;
    width: 95%;
}

.solicitudContent {
    margin-right: auto;
    margin-left: auto;
    width: 75%;
}

.separador2 {
    background-color: #8a8888;
    width: 99%;
    height: 1px;
}

#logo {
    width: 168px;
    height: 50px;
    margin-top: -20px;
    margin-left: -20px;
}

#navBarHeader {
    padding-top: 15px;
    padding-bottom: 5px;
}

#navi {
    border-bottom: 10px solid #f36522;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}

#login {
    display: block;
    width: 140px;
    height: 140px;
    margin-right: auto;
    margin-left: auto;
}

.noPaddingNoMargin {
    padding: 0;
    margin: 0;
}

.roundCorners {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.roundFields {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.footer {
    position: absolute;
    width: 95%;
    bottom: 0px;
    margin-left: 40px;
    margin-right: auto;
    min-height: 60px;
    border-top: 10px solid #f36522;
    text-align: center;
}

nav {
    border-Top: 10px solid #f36522;
}

.noList {
    list-style-type: none;
}

.center {
    margin-left: auto;
    margin-right: auto;
    width: 30%;
}

.warning {
    color: red;
}

#observaciones {
    width: 95%;
    height: 150px;
    resize: none;
}

.resumenValidacionTop {
    text-align: center;
    color: red;
}

.btnTable {
    height: 50px;
    width: 50px;
}

.navBarMargin {
    margin-top: 50px;
}

.disabledFields {
    background-color: #EEEEEE;
}

.navBarMargin {
    margin-top: 15px;
}

.navLinks {
    border-right: 1px medium;
}

    .navLinks:hover {
        background-color: #e2e0e0 !important;
        border: none;
    }

.rowSpace {
    margin-top: 5px;
}


.validation-summary-errors ul {
    list-style-type: none;
    text-align: left;
}

.table-zebra .td-zebra:nth-of-type(even) {
    background-color: #dce6f2;
}

.table-zebra .td-zebra:nth-of-type(odd) {
    background-color: #F7F7F7;
}

.condensedColumn td {
    padding-bottom: 0px !important;
}

.condensedColumnTop td {
    padding-top: 0px !important;
}

.currencyColumn {
    text-align: right;
}

.tableGreyBorder {
    border: 1px solid #938f8f !important;
}

.tdEmptyWithBorder {
    border-left: 1px solid #938f8f !important;
    border-right: 1px solid #938f8f !important;
    background-color: #FFFFFF;
}

.hospedajeColumnColor {
    background-color: #f28080;
}

.hospedajeConceptColumn {
    background-color: #edb1b1;
}

.hospedajeNoEditConcept {
    background-color: #f7d7d7 !important;
}

.editable {
    background-color: #f4fc7e !important;
}

.alimentacionColumnColor {
    background-color: #cfe062;
}

.alimentacionConceptColumn {
    background-color: #edf99d;
}

.alimentacionNoEditConcept {
    background-color: #f1f7c0 !important;
}

.disabledRow {
    background-color: transparent !important;
}


/*
    TABLA
*/
.table_shat {
    font-family: Arial, Helvetica, sans-serif;
    color: #666;
    font-size: 12px;
    text-shadow: 1px 1px 0px #fff;
    background: #eaebec;
    margin: 5px auto;
    border: #ccc 1px solid;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 1px 2px #d1d1d1;
    -webkit-box-shadow: 0 1px 2px #d1d1d1;
    box-shadow: 0 1px 2px #d1d1d1;
    border-collapse: separate;
}

    .table_shat th {
        padding: 5px 5px 6px 5px;
        border-top: 1px solid #fafafa;
        border-bottom: 1px solid #e0e0e0;
        border-left: 1px solid #e0e0e0;
        background: #ededed;
        background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
        background: -moz-linear-gradient(top, #ededed, #ebebeb);
    }

        .table_shat th a {
            color: #f36522;
            display: inline-block;
            width: 100%;
            border-bottom: 1px dotted #337ab7;
        }

            .table_shat th a:hover {
                color: #337ab7;
                border-bottom: 1px solid #337ab7;
                text-decoration: none;
            }

        .table_shat th:first-child {
            text-align: center;
            padding-left: 10px;
        }

        .table_shat th:last-child {
            text-align: center;
            padding-left: 10px;
        }

    .table_shat tr:first-child th:first-child {
        -moz-border-radius-topleft: 3px;
        -webkit-border-top-left-radius: 3px;
        border-top-left-radius: 3px;
    }

    .table_shat tr:first-child th:last-child {
        -moz-border-radius-topright: 3px;
        -webkit-border-top-right-radius: 3px;
        border-top-right-radius: 3px;
    }

    .table_shat tr {
        text-align: left;
        padding-left: 10px;
    }

    .table_shat td:first-child {
        text-align: left;
        padding-left: 10px;
        border-left: 0;
    }

    .table_shat td {
        padding: 5px;
        border-top: 1px solid #ffffff;
        border-bottom: 1px solid #e0e0e0;
        border-left: 1px solid #e0e0e0;
        background: #fafafa;
        background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
        background: -moz-linear-gradient(top, #fbfbfb, #fafafa);
    }

    .table_shat tr.even td {
        background: #f6f6f6;
        background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
        background: -moz-linear-gradient(top, #f8f8f8, #f6f6f6);
    }

    .table_shat tr:last-child td {
        border-bottom: 0;
    }

        .table_shat tr:last-child td:first-child {
            -moz-border-radius-bottomleft: 3px;
            -webkit-border-bottom-left-radius: 3px;
            border-bottom-left-radius: 3px;
        }

        .table_shat tr:last-child td:last-child {
            -moz-border-radius-bottomright: 3px;
            -webkit-border-bottom-right-radius: 3px;
            border-bottom-right-radius: 3px;
        }

    .table_shat tr:hover td {
        background: #f2f2f2;
        background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
        background: -moz-linear-gradient(top, #f2f2f2, #f0f0f0);
    }


.tablesorter-bootstrap .tablesorter-header-inner {
    padding: 0!important;
}
/*
    IMAGEN PROGRESO
*/

.inProgress {
    border: none;
    width: 26px;
    padding: 26px;
    margin: 5px;
    position: relative;
    background: url(../Images/ajax-loader.gif) no-repeat center;
    display: inline-block;
}

/*
    OCULTA TAB
*/

.nav > li.disabled {
    display: none;
    visibility: hidden;
    margin-bottom: -2px;
}

.nav > li p {
    margin: 0;
}


.table > thead > tr > th {
    vertical-align: middle !important;
}

th.no_str{
    padding: 5px !important;
}
th.no_str .tablesorter-wrapper i.tablesorter-icon{
    display: none!important;
}