/** Home Page **/
body {
    padding-top: 60px;
    padding-bottom: 40px;
    background-color: #f5f5f5;
}

/** Login Page **/
#login {
    padding-top: 40px;
    padding-bottom: 40px;
}

#login .form-signin {
    max-width: 300px;
    padding: 19px 29px 29px;
    margin: 0 auto 20px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    box-shadow: 0 1px 2px rgba(0,0,0,.05);
}

#login .form-signin .form-signin-heading,
#login .form-signin .checkbox {
    margin-bottom: 10px;
}

#login .form-signin input[type="text"],
#login .form-signin input[type="password"] {
    font-size: 16px;
    height: auto;
    margin-bottom: 15px;
    padding: 7px 9px;
}

/** 2 level sub menu **/
.dropdown-menu-with-subs .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}

.dropdown-menu-with-subs li:hover .sub-menu {
    visibility: visible;
    display: block;
}

.navbar .sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}

.navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    top: 11px;
    left: -6px;
}

/** Global **/
#content {
    margin-left: 0px;
}

.hide-sidebar,
.show-sidebar {
    cursor: pointer;
}

.padd-bottom {
    margin-bottom: 5px;
}

.breadcrumb {
    margin: 0 0 0px;
    padding: 10px 0px;
    background-color: transparent;
}

.block {
    background: url("../images/pixel-60fff.png") repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    border: 1px solid #ccc;
    margin: 1em 0em;
    border-top: none;
    box-shadow: 2px 2px 5px rgba(0, 0, 6, 0.75);
}

.block-content {
    margin: 1em;
    min-height: .25em;
}

.block-header {
    margin-bottom: 0px;
    border-right: none;
    border-left: none;
    border-radius: 0px;
}

.block-header div {
    padding-top: 10px;
}

.easyPieChart {
    margin: 0px auto;
}

.chart-bottom-heading {
    margin-top: 5px;
    text-align: center;
}

/** Side Bar **/
.bs-docs-sidenav {
    max-width: 228px;
    margin: 30px 0 0;
    padding: 0;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 1px 4px rgba(0,0,0,.065);
}

.bs-docs-sidenav > li > a {
    display: block;
    width: 190px \9;
    margin: 0 0 -1px;
    padding: 8px 14px;
    border: 1px solid #e5e5e5;
}

.bs-docs-sidenav > li:first-child > a {
    border-radius: 6px 6px 0 0;
}

.bs-docs-sidenav > li:last-child > a {
    border-radius: 0 0 6px 6px;
}

.bs-docs-sidenav > .active > a {
    position: relative;
    z-index: 2;
    padding: 9px 15px;
    border: 0;
    text-shadow: 0 1px 0 rgba(0,0,0,.15);
    box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
}

/* Chevrons */
.bs-docs-sidenav .icon-chevron-right {
    float: right;
    margin-top: 2px;
    margin-right: -6px;
    opacity: .25;
}

.bs-docs-sidenav > li > a:hover {
    background-color: #f5f5f5;
}

.bs-docs-sidenav a:hover .icon-chevron-right {
    opacity: .5;
}

.bs-docs-sidenav .active .icon-chevron-right,
.bs-docs-sidenav .active a:hover .icon-chevron-right {
    opacity: 1;
}

.bs-docs-sidenav.affix {
    top: 40px;
}

.bs-docs-sidenav.affix-bottom {
    position: absolute;
    top: auto;
    bottom: 270px;
}

/* Icons */
.the-icons {
    margin-left: 0;
    list-style: none;
}

.the-icons li {
    float: left;
    width: 25%;
    line-height: 25px;
}

.the-icons i:hover {
    background-color: rgba(255,0,0,.25);
}

/* FIX: evita salto vertical/horizontal al recargar */
.container-fluid {
    min-width: 980px;
}

.row-fluid {
    width: 100%;
}

.row-fluid [class*="span"] {
    float: left !important;
    min-height: 1px;
    margin-left: 2.127659574468085%;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0 !important;
}

.row-fluid .span3 {
    width: 23.404255319148934% !important;
}

.row-fluid .span4 {
    width: 31.914893617021278% !important;
}

.row-fluid .span5 {
    width: 40.42553191489362% !important;
}

.row-fluid .span6 {
    width: 48.93617021276595% !important;
}

.row-fluid .span8 {
    width: 65.95744680851064% !important;
}

.row-fluid .span9 {
    width: 74.46808510638297% !important;
}

.row-fluid .span12 {
    width: 100% !important;
}

#sidebar {
    float: left !important;
}

#content {
    float: left !important;
}

/* Evitar que Bootstrap Responsive apile columnas en escritorio/tablet */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .container-fluid {
        min-width: 980px;
    }

    .row-fluid [class*="span"] {
        float: left !important;
        margin-left: 2.127659574468085%;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0 !important;
    }

    #content {
        margin-left: 2.127659574468085% !important;
    }
}