﻿/* hojaestilo.css */

/*Pantalla Login.aspx*/

#divCalendar {
    position: absolute;
    z-index: 900;
}

.page-header {
    padding-bottom: 9px;
    margin: 20px 0 20px;
    border-bottom: 1px solid #23527c; /*#C7D1DD*/
}

.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings'; /* essential for enabling glyphicon */
    content: "\e114"; /* adjust as needed, taken from bootstrap.css */
    float: right; /* adjust as needed */
    color: black; /* adjust as needed */
}

.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e080"; /* adjust as needed, taken from bootstrap.css */
}

.centrardiv {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 270px;
    margin-left: -135px;
    min-height: 100px;
    margin-top: -200px;
    background: #fff;
    border: 1px solid #808080;
    padding: 27px 27px 27px 27px;
}

    .centrardiv .input-group {
        margin: 0px 0px 10px 0px;
    }

.logo {
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    margin: 0 auto 20px auto;
}

.imagenfondo {
    background-color: #5C97BD;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/*Mostrar el gif de proceso mientras se carga la informacion*/

.loading-panel {
    position: relative;
    background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
    width: 100%;
}

.loading-container {
    position: fixed;
    background: rgba(179, 189, 184, 0.4) none repeat scroll 0 0;
    color: #fff;
    height: 100%;
    width: 100%;
    top: 0%;
    left: 0%;
    padding-top: 25%;
    text-align: center;
    z-index: 7000;
}

/* Mensaje ajax modal */

.modal-mensaje {
    z-index: 6000 !important;
    overflow-y: scroll !important;
    background-color: rgba(0,0,0, 0.8) !important;
}

.modal-pop1 {
    z-index: 2000 !important;
    overflow-y: scroll !important;
    background-color: rgba(0,0,0, 0.8) !important;
}



.modal-pop2 {
    z-index: 3000 !important;
    overflow-y: scroll !important;
    background-color: rgba(0,0,0, 0.8) !important;
}

.modal-pop3 {
    z-index: 4000 !important;
    overflow-y: scroll !important;
    background-color: rgba(0,0,0, 0.8) !important;
}

.modal-pop4 {
    z-index: 5000 !important;
    overflow-y: scroll !important;
    background-color: rgba(0,0,0, 0.8) !important;
}

.vertical-alignment-helper {
    display: table;
    height: 100%;
    width: 100%;
}

.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
}

.modal-dialog {
    width: 90% !important;
}

.modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width: inherit;
    height: inherit;
    /* To center horizontally */
    margin: 0 auto;
}

/* Menu navbar y sidebar*/

.cerrar {
    font-size: 1.6em;
    background: #23527c !important;
}

    .cerrar:hover {
        background: #1f95f2 !important; /*color del boton cuando se pasa el mouse*/
    }

    .cerrar a {
        color: #fff !important;
    }

#ancLink {
    height: 50px;
    margin-right: 10px;
}

.nav-movil {
    display: none !important;
}

.logo_monitor {
    height: 50px; /*altura del logo empresa*/
    padding-left: 22px;
    padding-top: 3px;
}

    .logo_monitor img {
        height: 100%;
    }

.NavBarClass {
    position: absolute !important;
}

.navbar-toggle-color {
    background-color: #d62d20 !important;
    border-color: #d62d20 !important;
}

.navbar {
    min-height: 50px !important; /*igual a altura logo empresa*/
}

.sidemargen {
    padding-left: 10px;
}

.fa-1-5x {
    font-size: 1.5em;
}

.badge-green {
    background-color: green;
}

.badge-yellow {
    background-color: yellow;
}

.badge-red {
    background-color: red;
}

.fa-icon-green {
    color: green;
}

.fa-icon-red {
    color: red;
}

.fa-icon-yellow {
    color: yellow;
}

.fa-icon-purple {
    color: purple;
}

.fa-stack-1-5x {
    font-size: 1.5em;
}

.fa-stack-3x {
    font-size: 3em;
}

#sidebar {
    position: fixed;
    z-index: 1000;
    width: 0px;
    padding-top: 60px; /*Espacio superior para que quede bajo el titulo de la pagina 50px*/
    left: 0px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: auto;
    background: #23527c; /*Controla el color del sidebar*/
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

#menusidebar li.panel {
    margin-bottom: 0px;
    background-color: transparent !important;
}

#divIframe {
    position: absolute;
    width: 100%;
    padding-left: 35px;
    padding-top: 50px; /*Espacio superior para que no quede bajo el menu de encabezado 50px*/
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.MainFrameClass {
    width: 100% !important;
    overflow-y: scroll !important;
    overflow-x: auto !important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.sidemargen {
    padding-left: 10px;
}

.sidebar-nav {
    width: 300px;
    margin-left: 0px;
    padding-left: 0px;
    list-style: none;
}

    .sidebar-nav li.active > a,
    .sidebar-nav li.active > a:hover,
    .sidebar-nav li.active > a:focus {
        background-color: red !important;
    }

    .sidebar-nav li {
        line-height: 30px;
    }

        .sidebar-nav li a {
            display: block;
            padding-left: 10px;
            text-decoration: none;
            color: #999999;
        }

            .sidebar-nav li a:hover {
                text-decoration: none;
                color: #fff;
                background: rgba(255,255,255,0.2);
                border-left: red 2px solid;
            }

            .sidebar-nav li a:active {
                text-decoration: none;
            }

/* Controla el Color del navbar*/
.navbar-custom {
    background: -moz-linear-gradient(right, #fff 20%, #848484 30%, #848484 50%) !important; /* FF3.6-15 */
    background: -webkit-linear-gradient(right, #fff 20%, #848484 30%, #848484 50%) !important; /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #fff 20%, #848484 30%, #848484 50%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#848484', GradientType=1 ) !important;
    background-repeat: repeat-x !important;
    border-radius: 0px !important;
    border-color: #848484 !important;
}

/* Varios*/

body, html, form,
.UpdatePanelClass,
#sidebar {
    height: 100% !important;
    min-height: 100% !important;
    margin: 0 !important;
}

#divIframe, .MainFrameClass {
    height: 99% !important;
    min-height: 99% !important;
    margin: 0 !important;
}

body {
    background: rgba(179, 189, 184, 0.4); /* #fff; */ /*controla el color fondo de la pantalla*/
    font-family: roboto, sans-serif;
    color: black;
}

.fa-red {
    color: red !important;
}

.info-box {
    width: 100%;
    min-height: 30px;
    background: rgb(97, 111, 119);
    font-family: roboto, sans-serif;
    color: #fff;
    position: relative;
    margin: 10px 0 0 0;
    overflow: hidden;
}

.box-white {
    width: 100%;
    background: #fff;
}

.box-line {
    border-bottom: 1px solid;
}

.box-pad {
    padding: 10px;
}

.btn-grilla {
    padding: 0px 4px !important;
}

.btn-input {
    padding: 2px 6px !important;
}

.form-group {
    margin-bottom: 6px !important;
}

.form-control {
    color: black !important;
}

.form-control-personal {
    height: 26px !important;
    padding: 0px 8px !important;
}

.input-group-addon-personal {
    padding: 2px 6px !important;
}

.text-left-personal {
    text-align: left !important;
}

/*button look like link*/

.button_2_link {
    background: none !important;
    border: none;
    padding: 0 !important;
    color: #069;
    cursor: pointer;
}

    .button_2_link:hover {
        text-decoration: underline;
    }

/*button look like link*/

div[id$='CalendarOver'] {
    position: absolute;
    z-index: 900;
}

/*disable resize for all the ASP.Net Multiline TextBoxes*/
textarea {
    resize: none;
}

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
    padding: 2px;
    font-size: 12px !important;
}

.h-margin {
    margin-bottom: 1px !important;
    margin-top: 5px !important;
}

.panel-group .panel {
    background: #323232;
    margin: 0;
    border: none;
    box-shadow: none;
    border-bottom: 1px solid rgba(39, 39, 39, 0.4);
}

.table-personal {
    margin-bottom: 0px !important;
}

.panel-personal {
    margin-bottom: 0px !important;
}

.panel-heading-personal {
    padding: 3px 15px !important;
}

/* Custom Colored Panels */

.huge {
    font-size: 40px;
}

.panel-green {
    border-color: #5cb85c;
}

    .panel-green > .panel-heading {
        border-color: #5cb85c;
        color: #fff;
        background-color: #5cb85c;
    }

    .panel-green > a {
        color: #5cb85c;
    }

        .panel-green > a:hover {
            color: #3d8b3d;
        }

.panel-red {
    border-color: #d9534f;
}

    .panel-red > .panel-heading {
        border-color: #d9534f;
        color: #fff;
        background-color: #d9534f;
    }

    .panel-red > a {
        color: #d9534f;
    }

        .panel-red > a:hover {
            color: #b52b27;
        }

.panel-yellow {
    border-color: #f0ad4e;
}

    .panel-yellow > .panel-heading {
        border-color: #f0ad4e;
        color: #fff;
        background-color: #f0ad4e;
    }

    .panel-yellow > a {
        color: #f0ad4e;
    }

        .panel-yellow > a:hover {
            color: #df8a13;
        }

.table-pagination {
    /*display: inline-block;*/
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .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: #dd4814;
            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: #aea79f;
            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 {
            color: #97310e;
            background-color: #eeeeee;
            border-color: #dddddd;
        }

/**********************************/

div.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 4px 16px;
    transition: 0.3s;
    border-radius: 4px 4px 0 0;
}

    div.tab button[disabled] {
        /*background-color: #f1f1f1;*/
        cursor: default;
        color: grey;
    }

    div.tab button:hover {
        background-color: #ddd;
    }

    /* Create an active/current tablink class */
    div.tab button.active {
        background-color: white;
    }

.tab-content {
    background-color: white;
    padding: 12px 12px;
    border: 1px solid #ccc;
}

/**********************************/


@media (max-width: 767px) {
    body {
        font-size: 14px !important;
    }

    .nav-movil {
        display: block !important;
    }

    #ancLink {
        height: auto;
    }

    .cerrar {
        font-size: 1.0em;
    }

        .cerrar:hover {
            background: initial;
        }

    #divIframe {
        padding: 60px 0px 0px 0px;
    }

    #sidebar {
        display: none;
    }

    .modal-dialog {
        width: 90% !important;
    }

    #menunavbar li.panel {
        margin-bottom: 0px;
        background-color: transparent !important;
    }
}

@media (min-width:768px) {
    body {
        font-size: 14px !important;
    }

    .control-label-personal {
        padding-top: 3px !important;
    }

    .modal-dialog {
        width: 90% !important;
    }

    #sidebar {
        width: 40px;
    }

        #sidebar:hover {
            width: 300px;
        }
}
