﻿body, html {
    background-color: #333333;
    font-size: 12px;
}

.form-control {
    font-size: 12px;
}

.container {
    background-color: #fff;
    width: 1030px !important;
}

#bookmark-this {
    font-size: 11px;
}

.verticicalMenu {
    background-color: #000;
    padding: 3px 0px;
}

    .verticicalMenu a {
        margin: 0px 5px;
    }

.mainMenu {
    padding-top: 20px;
    padding-bottom: 35px;
    font-size: 12px;
}

    .mainMenu a {
        padding: 3px 0px;
        display: inline-block;
        color: #000;
        white-space: normal;
    }

        .mainMenu a:hover {
            text-decoration: underline;
            color: #000;
        }

.page-footer {
    margin-top: 25px;
    margin-bottom: 25px;
}

footer {
    margin-top: 20px;
}

    footer div {
        background-color: #cddce0;
    }

    footer p {
        margin: 0 0 10px;
        padding: 10px 0px;
        font-size: 10px;
    }

.text-white, a.text-white, a.text-white:visited {
    color: #fff;
}

.td-actions {
    width: 100px;
    text-align: center;
}

    .td-actions a {
        margin-right: 4px;
    }

.list-navbar {
    margin: 20px auto;
}

    .list-navbar .navbar-separator {
        border-right: 1px solid #999999;
        height: 35px;
        width: 10px;
        margin-right: 10px;
    }

.table-in-panel {
    margin-bottom: 0px;
}

.table-container {
    padding-bottom: 0px;
    padding-top: 0px;
}

.table-container-form {
    margin: 15px auto;
}

    .table-container-form > .row {
        margin-bottom: 15px;
    }

.table-pagination {
    /*display: inline-block;*/
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
    background-color: #F5F5F5;
}

    .table-pagination table > tbody > tr > td {
        display: inline;
    }

        .table-pagination table > tbody > tr > td > a,
        .table-pagination table > tbody > tr > td > span {
            position: relative;
            float: left;
            padding: 8px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            color: #337ab7;
            background-color: #ffffff;
            border: 1px solid #dddddd;
            margin-left: -1px;
        }

        .table-pagination table > tbody > tr > td > span {
            position: relative;
            float: left;
            padding: 8px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            margin-left: -1px;
            z-index: 2;
            color: #337ab7;
            background-color: #f5f5f5;
            border-color: #dddddd;
            cursor: default;
        }

        .table-pagination table > tbody > tr > td:first-child > a,
        .table-pagination table > tbody > tr > td:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
        }

        .table-pagination table > tbody > tr > td:last-child > a,
        .table-pagination table > tbody > tr > td:last-child > span {
            border-bottom-right-radius: 4px;
            border-top-right-radius: 4px;
        }

        .table-pagination table > tbody > tr > td > a:hover,
        .table-pagination table > tbody > tr > td > span:hover,
        .table-pagination table > tbody > tr > td > a:focus,
        .table-pagination table > tbody > tr > td > span:focus {
            background-color: #eeeeee;
            border-color: #dddddd;
        }

.loading-bg {
    background: url(../../Imagenes/Animaciones/modal-progress.gif) no-repeat center;
}

.autocomplete-suggestions { border: 1px solid #999; background: #FFF; overflow: auto; }
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: normal; color: #3399FF; }
.autocomplete-group { padding: 2px 5px; }
.autocomplete-group strong { display: block; border-bottom: 1px solid #000; }