﻿a {
    color: #4B77BE !important;
}

    a:hover {
        text-decoration: underline;
    }

/*Header*/

.page-header {
    height: 75px;
}

.page-sidebar .page-sidebar-menu > li.active > a {
    background: #4B77BE !important;
    border-top-color: transparent;
    color: #fff !important;
}


    .page-sidebar .page-sidebar-menu > li.active > a:hover {
        background: #4B77BE !important;
        opacity: 0.6 !important;
        filter: alpha(opacity=60) !important;
        border-top-color: transparent;
        color: #fff !important;
    }

.page-header .page-header-top .top-menu .navbar-nav > li.dropdown-user .dropdown-toggle > .username {
    color: #000000;
    font-size: 16px;
}

.page-header.navbar {
    background: #4B77BE;
}

.page-head .page-title > h1 {
    color: #fff;
}

    .page-head .page-title > h1 > small {
        color: #fff;
    }

.btn-theme-panel .btn > i {
    color: #fff;
}

/*Footer*/

.page-footer {
    background-color: white;
    border-top: 2px solid #4B77BE;
    color: black;
    padding-top: 0px;
    padding-bottom: 15px;
    padding-top: 10px;
}

.logo-footer {
    float: right;
    margin-right: 20px;
}

.autor-footer {
    padding-top: 0px;
}

.a-desarrollado-por {
    color: black !important;
}

/*Body*/

.description {
    margin-bottom: 10px;
}

.theme-panel {
    min-width: 205px;
}

.disabled {
    color: #ccc;
}

.icon {
    text-align: center;
    width: 17px;
    float: left;
    margin-right: 3px;
}

.date-of-presentation {
    font-style: italic;
}

.total {
    font-weight: 600 !important;
    font-size: 13px !important;
    color: #000 !important;
}

.page-head .container {
    padding-top: 0px;
    padding-bottom: 0px;
}

.portlet.light {
    padding: 0px;
}

.importe-total {
    display: -webkit-flex; /* Safari */
    -webkit-align-items: center; /* Safari 7.0+ */
    display: flex;
    align-items: center;
}

/*Buttons*/

.dropdown-menu .divider {
    padding: 0px !important;
}

.primary-link {
    color: #337ab7 !important;
}

.input-small {
    width: 119.8px !important;
}

.btn.blue:not(.btn-outline) {
    background-color: #0075ba !important;
    border-color: #0075ba !important;
}

    .btn.blue:not(.btn-outline).active, .btn.blue:not(.btn-outline):active, .btn.blue:not(.btn-outline):hover, .open > .btn.blue:not(.btn-outline).dropdown-toggle {
        background-color: #0075ba !important;
        border-color: #0075ba !important;
    }

.btn-filtros {
    text-align: right;
}

    .btn-filtros .btn {
        height: 34px;
    }

.bt-export-right {
    text-align: right;
    margin-bottom: 20px;
}

.btn.btn-outline.red {
    border-color: #4B77BE;
    color: #4B77BE;
    background: 0 0;
}

.btn.red:not(.btn-outline) {
    color: #fff;
    background-color: #4B77BE;
    border-color: #4B77BE;
}

/*Text*/

.font-blue-steel {
    color: #0075ba !important;
}

.dashboard-stat .details .number {
    font-size: 30px;
}

.steel {
    margin-bottom: 20px;
}

a {
    color: #4B77BE !important;
}

    a:hover {
        text-decoration: underline;
    }

h2, h3, h4 {
    color: #4B77BE;
}

.page-wrapper .page-wrapper-middle {
    background: #fff;
}

.btn-primary {
    border-color: #4B77BE;
    background-color: #4B77BE;
}

    .btn-primary:focus {
        border-color: #4B77BE;
        background-color: #4B77BE;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #4B77BE;
        outline: 0 none;
    }

    .btn-primary:hover {
        border-color: #4B77BE;
        background-color: #4B77BE;
    }

.form-control:focus {
    border-color: #4B77BE;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #4B77BE;
    outline: 0 none;
}

.has-success .form-control {
    border: 1px solid #c2cad8;
}

    .has-success .form-control:focus {
        border-color: #4B77BE;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #4B77BE;
        outline: 0 none;
    }

.font-red-steel {
    color: #4B77BE;
}

.portlet > .portlet-title {
    border: none;
}

/** Table **/

.div-table {
    padding-top: 5px;
}

.table-head {
    background-color: #4B77BE !important;
    color: #fff !important;
}

.table-resume {
    background-color: #f3f3f3 !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.table-importe-total {
    background-color: #f3f3f3 !important;
    margin-top: auto;
    padding-top: 10px !important;
    margin-bottom: auto;
    padding-bottom: 10px !important;
}

.table > thead > tr > th {
    border-bottom: 1px solid #4B77BE;
}

.table.table-light > thead > tr > th {
    color: #fff !important;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #fff;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    border-top: none;
}

.icon-arrow-up:before {
    color: #edc501;
}

.paginate {
    padding-top: 19px;
}

/* User menu config */

.form-horizontal .row {
    margin-left: 0px;
    margin-right: 0px;
}

.open > .dropdown-menu {
    width: 245px;
}

/* Filter Style */

.filter-padding-right {
    padding-right: 0px;
}

.input-block {
    width: 100% !important;
}

/* checkbox */

.checkbox-required {
    border: 1px solid red !important;
}
