﻿body {
    padding-top: 50px;
}

.boton-con-ancho {
    width: 170px;
}

.no-border {
    border: none;
}

.margin-10 {
    margin: 10px;
}

.margin-r-5 {
    margin-right: 5px;
}

.margin-l-5 {
    margin-left: 5px;
}

.padding-10 {
    padding: 10px;
}

.display-none {
    display: none;
}

.modal-header {
    background-color: #4A9DC9;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

    .modal-header h4 {
        color: #ffffff;
    }

.fr {
    float: right;
}

.fl {
    float: left;
}

.clear {
    clear: both;
}

.pointer {
    cursor: pointer;
}

.error {
    color: #ea423f;
}

.text-align-center {
    text-align: center !important;
}

.valign-middle {
    vertical-align: middle !important;
}

.valign-bottom {
    vertical-align: bottom !important;
}

/*ESTILOS PARA EL SUBMENU*/
.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #cccccc;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #ffffff;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }
/*ESTILOS PARA EL SUBMENU*/

/* OVERLAY */
#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    z-index: 10000;
}

    #overlay img.loading {
        position: absolute;
        top: 50%;
        left: 50%;
    }

ul.pagination {
    margin: 0 !important;
    margin-left: 5px !important;
}

table.table thead tr {
    background-color: #e5e5e5;
}

/*
* Tablas con cabecera flotante
*/
table.floatThead-table {
    background-color: #FFF;
}

.breadcrumb > .active {
    font-weight: bold;
    color: #000000;
}

.checkbox {
    padding-top: 0px !important;
}

pre.error {
    text-align: left;
    display: block;
    padding: 40px;
    font-size: 13px;
    line-height: 20px;
    word-break: break-all;
    word-wrap: break-word;
    color: #333333;
    background-color: #f5f5f5;
    border: 1px solid #cccccc;
    border-radius: 4px;
    overflow: auto;
}

.contenedor-principal {
    padding-bottom: 100px;
}

hr {
    border-top: 1px solid #dddddd;
}

/* MENU A LA IZQUIERDA */

/*
 * Top navigation
 * Hide default border to remove 1px line.
 */
.navbar-fixed-top {
    border: 0;
}

/*
 * Sidebar
 */

/* Hide for mobile, show later */
.sidebar {
    display: none;
}

@media (min-width: 768px) {
    .sidebar {
        position: fixed;
        top: 51px;
        bottom: 0;
        left: 0;
        z-index: 1000;
        display: block;
        padding: 10px 15px;
        overflow-x: hidden;
        overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
        background-color: #f5f5f5;
        border-right: 1px solid #eee;
    }
}

/* Sidebar navigation */

.sidebar-divider {
    color: #aaaaaa !important;
}

.nav-sidebar {
    margin-right: -21px; /* 20px padding + 1px border */ /*margin-bottom: 20px;*/
    margin-left: -20px;
}

    .nav-sidebar > li > a {
        color: #000000;
        padding-right: 10px;
        padding-left: 15px;
    }

    .nav-sidebar > .active > a, .nav-sidebar > .active > a:hover, .nav-sidebar > .active > a:focus {
        color: #fff;
        background-color: #4A9DC9;
    }

.sidebar-divider {
    color: #aaaaaa;
}

.submenu-sidebar {
    padding-left: 15px;
}

.sidebar .datos-persona {
    padding: 10px 15px;
    display: block;
    margin: 0px 10px 10px 10px;
    border: solid 1px #dddddd;
    text-align: center;
    background-color: #ffffff;
}

/*
 * Main content
 */

.main {
    padding: 20px;
}

@media (min-width: 768px) {
    .main {
        padding-right: 40px;
        padding-left: 40px;
    }
}

.main .page-header {
    margin-top: 0;
}


/*
Component: timeline
--------------------
*/

.timeline .margin {
    margin: 10px;
}

.timeline {
    position: relative;
    margin: 0 0 30px 0;
    padding: 0;
    list-style: none;
}

    .timeline:before {
        content: '';
        position: absolute;
        top: 0px;
        bottom: 0;
        width: 5px;
        background: #ddd;
        left: 30px;
        border: 1px solid #eee;
        margin: 0;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
    }

    .timeline > li {
        position: relative;
        margin-right: 10px;
        margin-bottom: 15px;
    }

        .timeline > li:before, .timeline > li:after {
            display: table;
            content: " ";
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li > .timeline-item {
            margin-top: 10px;
            border: 0px solid #dfdfdf;
            background: #fff;
            color: #555;
            margin-left: 60px; /*margin-right: 15px; */ /*padding: 5px;*/
            position: relative;
            box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
        }

            .timeline > li > .timeline-item .time {
                color: #999;
                float: right;
                margin: 2px 0 0 0;
            }

            .timeline > li > .timeline-item > .timeline-header {
                margin: 0;
                color: #555;
                border-bottom: 1px solid #f4f4f4;
                padding: 5px;
                font-size: 16px;
                line-height: 1.5;
            }

                .timeline > li > .timeline-item > .timeline-header > a {
                    font-weight: 600;
                }

            .timeline > li > .timeline-item > .timeline-body, .timeline > li > .timeline-item > .timeline-footer {
                padding: 10px;
            }

        .timeline > li.time-label > span {
            font-weight: 600;
            padding: 5px;
            display: inline-block;
            box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px;
        }

            .timeline > li.time-label > span:not(.label) {
                color: #ffffff;
                background-color: #4A9DC9 !important;
            }

        .timeline > li > .fa, .timeline > li > .glyphicon, .timeline > li > .ion {
            box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
            width: 30px;
            height: 30px;
            font-size: 15px;
            line-height: 30px;
            position: absolute;
            color: #666;
            background: #eee;
            border-radius: 50%;
            text-align: center;
            left: 18px;
            top: 0;
        }

.radio label, .checkbox label {
    /*padding-left: 0;*/
    padding-top: 10px;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    height: 25px !important;
}

.chosen-container .chosen-results li.group-result:hover {
    cursor: pointer;
    background-color: #3875d7;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
    background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
    background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
    background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
    background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
    color: #fff;
}

/* ARCHIVOS */
img.archivo {
    /*border: solid 1px #ffffff;*/
}

.archivo.selected {
    outline: solid 2px #4A9DC9 !important;
}

/* Para el date picker readonly */
/*input[readonly="readonly"].date-picker:not([disabled="disabled"])*/
input.date-picker:not([disabled="disabled"]) {
    cursor: pointer;
    background-color: #ffffff;
}

.bg-color-success {
    background-color: #dff0d8;
}

.label-amarillo {
    background-color: #ffe399;
    color: #494949;
}

/* DASHBOARDS */
.small-box {
    position: relative;
    display: block;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-bottom: 15px;
}

    .small-box h3 {
        font-size: 38px;
        font-weight: bold;
        margin: 0 0 10px 0;
        white-space: nowrap;
        padding: 0;
        color: #f9f9f9;
    }

    .small-box p {
        font-size: 15px;
        color: #f9f9f9;
    }

    .small-box > .inner {
        padding: 10px;
    }

    .small-box.bg-aqua {
        background-color: #00c0ef !important;
    }

    .small-box.bg-green {
        background-color: #00a65a !important;
    }

    .small-box.bg-red {
        background-color: #f56954 !important;
    }

    .small-box.bg-yellow {
        background-color: #f39c12 !important;
    }

    .small-box .icon {
        position: absolute;
        top: auto;
        bottom: 10px;
        right: 5px;
        z-index: 0;
        font-size: 90px;
        color: rgba(0, 0, 0, 0.15);
    }

    .small-box > .small-box-footer {
        position: relative;
        text-align: center;
        padding: 3px 0;
        color: #fff;
        color: rgba(255, 255, 255, 0.8);
        display: block;
        z-index: 10;
        background: rgba(0, 0, 0, 0.1);
        text-decoration: none;
    }
/* DASHBOARDS */

ul.lista-checkbox {
    overflow-y: auto;
    overflow-x: hidden;
    list-style-type: none;
    margin: 0;
    padding: 0;
    border: solid 1px #cccccc;
}

    ul.lista-checkbox li label {
        padding-top: 7px !important;
        padding: 7px 20px 7px 40px;
        cursor: pointer;
        font-weight: 400;
        margin: 0;
    }

.contador-archivos {
    padding: 5px;
}

.icon-export {
    margin: 0px !important;
    padding: 0px !important;
    background-color: transparent !important;
    border: none !important;
}
.icon-export i{
    padding-right:5px;
}

.panel-signatories {
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 1px solid #cccccc;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 5px;
}

.label-center {
    padding-top: 6px;
}
