﻿a {
	color: #3598DC !important;
}

a:hover
{
	text-decoration:underline;
}

/*Header*/

.page-header {
    height: 75px;
}

.page-sidebar .page-sidebar-menu > li.active > a {
    background: #3598DC !important;
    border-top-color: transparent;
    color: #fff !important;
}


    .page-sidebar .page-sidebar-menu > li.active > a:hover {
        background: #3598DC !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: #3598DC;
    }

    .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 #3598DC;
    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:#3598DC !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: #3598DC;
    color: #3598DC;
    background: 0 0;
}

.btn.red:not(.btn-outline) {
    color: #fff;
    background-color: #3598DC;
    border-color: #3598DC;
}

/*Text*/

.font-blue-steel {
    color: #0075ba !important;
}

.dashboard-stat .details .number {
    font-size:30px;
}

.steel {
    margin-bottom: 20px;
}

a {
	color: #3598DC !important;
}

a:hover
{
	text-decoration:underline;
}

h2, h3, h4 {
    color: #3598DC;
}

.page-wrapper .page-wrapper-middle {
    background: #fff;
}

.btn-primary{
    border-color: #3598DC;
    background-color: #3598DC;
}

.btn-primary:focus {
    border-color: #3598DC;
    background-color: #3598DC;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #3598DC;
    outline:0 none;
}

.btn-primary:hover {
    border-color: #3598DC;
    background-color: #3598DC;
}

.form-control:focus{
    border-color: #3598DC;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #3598DC;
    outline:0 none;
}

.has-success .form-control {
    border: 1px solid #c2cad8;
}

.has-success .form-control:focus {
    border-color: #3598DC;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #3598DC;
    outline:0 none;
}

.font-red-steel {
    color:#3598DC;
}

    .portlet > .portlet-title {
        border:none;
    }

/** Table **/

.div-table {
    padding-top:5px;    
}

.table-head {        
    background-color:#3598DC !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 #3598DC;
}

.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;
}