﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    /*padding-top: 5px;*/
    padding-bottom: 15px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.bg-grey {
    background-color: #f6f6f6;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
/*input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="select"] {
    max-width: 250px;
}*/

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 5px;
    }

    .body-content {
        padding: 0;
    }
}

.contenedor {
    width: 100%;
    height: 37px !important;
    margin: 0;
    background-color: #ea324a; /* #C2002B;*/
    /*background-image: url(../Imagenes/bkg_ppal.jpg);*/
    background-position: top;
    position: absolute;
    background-repeat: repeat-x;
}



.MenuBar {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 1.428571429;
    padding: 5px;
    margin: 5px;
}

    .MenuBar a {
        white-space: normal !important;
    }

.StaticMenuItemStyle {
    color: black;
    padding: 5px;
    margin: 5px;
}

/*.StaticMenuItemStyle:hover, .DynamicMenuItemStyle:hover {
        color: #fff;
        background-color: #af1917;
        border-radius: 2px;
    }*/

.DynamicMenuItemStyle {
    background-color: #f8f8f8;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    height: auto;
    text-align: left;
    color: black;
    padding: 5px;
}

.CSSUsuario {
    background-color: #FFFFFF !important;
    font-size: 12px;
    padding: 0 !important;
    margin-right: 20px !important;
}

.CSSMenu {
    padding: 0 !important;
}


.CSSDrop {
    background-color: #ea324a;
    /*background-image: url('../Imagenes/bkg_ppal.jpg');*/
    background-repeat: repeat-x;
    border-radius: 0 !important;
}

.CSSText {
    color: white !important;
}

.nav > li > a:hover,
.nav > li > a:focus,
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background-color: #C7002C;
}

#menuBar ul.dynamic {
    z-index: 1000 !important;
}


.btn-danger {
    background-color: #C7002C !important;
}

.btn-success {
    background-color: #62A945;
}

.btn-primary {
    background-color: #1F3D7C;
}

.tituloReporte {
    font-size: 16px;
}

.modal-head {
    background-color: #C7002C;
    color: #FFF;
}

.btn-login {
    color: rgb(255, 255, 255);
    font-size: 18px;
    background-color: rgba(0, 60, 134, 1);
}

.notActive {
    color: #3276b1;
    background-color: #fff;
}

.activebtn {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.fondo {
    background: -webkit-linear-gradient(left top, #656363, #d1cdcd); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom right, #656363, #d1cdcd); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom right, #656363, #d1cdcd); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom right, #656363, #d1cdcd); /* Standard syntax */
}

.login-fieldset {
    border-right-color: rgb(204, 204, 204);
    border-right-width: 1px;
    border-right-style: solid;
}


.popover {
    width: 250px;
    max-width: 1000px;
    Max Width of the popover (depending on the container!)
}

/* Popover Header */
.popover-title {
    background-color: #73AD21;
    color: #FFFFFF;
    font-size: 12px;
    text-align: center;
}


.tree li {
    margin: 0px 0;
    list-style-type: none;
    position: relative;
    padding: 20px 5px 0px 5px;
}

    .tree li::before {
        content: '';
        position: absolute;
        top: 0;
        width: 1px;
        height: 100%;
        right: auto;
        left: -20px;
        border-left: 1px solid #ccc;
        bottom: 50px;
    }

    .tree li::after {
        content: '';
        position: absolute;
        top: 30px;
        width: 25px;
        height: 20px;
        right: auto;
        left: -20px;
        border-top: 1px solid #ccc;
    }

    .tree li a {
        display: inline-block;
        border: 1px solid #ccc;
        padding: 5px 10px;
        text-decoration: none;
        color: #666;
        font-family: 'Open Sans',sans-serif;
        font-size: 14px;
        font-weight: 600;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
    }

/*Remove connectors before root*/
.tree > ul > li::before, .tree > ul > li::after {
    border: 0;
}
/*Remove connectors after last child*/
.tree li:last-child::before {
    height: 30px;
}

/*Time for some hover effects*/
/*We will apply the hover effect the the lineage of the element also*/
.tree li a:hover, .tree li a:hover + ul li a {
    background: #E9324A;
    color: #ffffff;
    border: 1px solid #E9324A;
}
    /*Connector styles on hover*/
    .tree li a:hover + ul li::after,
    .tree li a:hover + ul li::before,
    .tree li a:hover + ul::before,
    .tree li a:hover + ul ul::before {
        border-color: #E9324A;
    }

.tree-checkbox {
    margin: 4px !important;
}


.tree:before {
    border-left: 1px solid #ccc;
    bottom: 16px;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    top: -21px;
    width: 1px;
    z-index: 1;
}

.tree ul:after {
    border-top: 1px solid #ccc;
    content: "";
    height: 20px;
    left: -29px;
    position: absolute;
    right: auto;
    top: 37px;
    width: 34px;
}

*:before, *:after {
    box-sizing: border-box;
}

*:before, *:after {
    box-sizing: border-box;
}

.tree {
    overflow: auto;
    padding-left: 0px;
    position: relative;
}


/* CSS footer*/

html {
    position: relative;
    min-height: 100%;
}

/*body {
    
    margin-bottom: 60px;
}*/

/*.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-image: url(../Imagenes/fondo_footer.jpg);
    background-repeat: repeat-x;
    background-position: bottom;
    vertical-align: bottom;
}*/

.bg-footer {
    background-color: #635D5D;
    color: #fff;
    position: absolute;
    bottom: 0;
    width: 100%;
    background-repeat: repeat-x;
    background-position: bottom;
    vertical-align: bottom;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

/*body > .container {
    padding: 60px 15px 0;
}*/

.container .text-muted {
    margin: 20px 0;
}

.bg-footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

code {
    font-size: 80%;
}
