/*Background: #006198*/
body {
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 1.8;
    font-weight: normal;
    color: gray;
    background-color: #FEFEFE;
}
a {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    color: #006198;
    text-decoration: none !important;
}
#sidebar {
    min-width: 270px;
    max-width: 270px;
    background: #006198;
    color: #fff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
}
#sidebar .h6 {
    color: #fff;
}
#sidebar.active {
    margin-left: -270px;
}
#sidebar a {
    text-decoration: none;
}
#sidebar h1 {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 30px;
}
#sidebar h1 .logo {
    color: #fff;
}
#sidebar h1 .logo span {
    font-size: 14px;
    color: #EBEBEB;
    display: block;
}
#sidebar ul.components {
    padding: 0;
}
#sidebar ul li {
    font-size: 16px;
}
#sidebar ul li > ul {
    margin-left: 10px;
}
#sidebar ul li > ul li {
    font-size: 14px;
}
#sidebar ul li a {
    padding: 10px 0;
    display: block;
    color: rgba(255, 255, 255, 0.6);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#sidebar ul li a span {
    color: #EBEBEB;
}
#sidebar ul li a:hover {
color: #fff;
}
#sidebar ul li.active > a {
    background: transparent;
    color: #fff;
}
@media (max-width: 991.98px) {
    #sidebar {
        margin-left: -270px;
    }
    #sidebar.active {
        margin-left: 0;
    }
}
#sidebar .custom-menu {
    display: inline-block;
    position: absolute;
    top: 0px;
    right: 0;
    margin-right: -25px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
@media (prefers-reduced-motion: reduce) {
    #sidebar .custom-menu {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}
#sidebar .custom-menu .btn {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: relative;
}
#sidebar .custom-menu .btn i {
    margin-right: -30px;
    font-size: 14px;
}
#sidebar .custom-menu .btn.btn-primary {
    background: transparent;
    border-color: transparent;
}
#sidebar .custom-menu .btn.btn-primary:after {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #006198;
    border-radius: 10px;
}
#sidebar .custom-menu .btn.btn-primary:hover, #sidebar .custom-menu .btn.btn-primary:focus {
    background: transparent !important;
    border-color: transparent !important;
    box-shadow: none;
}
a[data-toggle="collapse"] {
    position: relative;
}
/*
.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
*/
@media (max-width: 991.98px) {
    #sidebarCollapse span {
        display: none;
    }
}
#content {
    width: 100%;
    padding: 0;
    min-height: 100vh;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.btn.btn-primary {
    background: #006198;
    border-color: #006198;
}
.btn.btn-primary:hover, .btn.btn-primary:focus {
    background: #006198 !important;
    border-color: #006198 !important;
}
.footer p {
    color: rgba(255, 255, 255, 0.5);
}
.form-control {
    min-height: 40px !important;
    background: #fff;
    color: #000;
    font-size: 13px;
    border-radius: 4px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.subscribe-form .form-control {
    background: #3b4ec6;
}
.sidebar-header {
    padding: 20px;
    overflow: hidden;
}
.sidebar-header .user-pic {
    float: left;
    width: 60px;
    padding: 2px;
    border-radius: 12px;
    margin-right: 15px;
    overflow: hidden;
}
.sidebar-header .user-pic img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.sidebar-header .user-info {
    float: left;
}
.sidebar-header .user-info > span {
    display: block;
}
.sidebar-header .user-info .user-role {
    font-size: 12px;
}
.sidebar-header .user-info .user-status {
    font-size: 11px;
    margin-top: 4px;
}
.sidebar-header .user-info .user-status i {
    font-size: 8px;
    margin-right: 4px;
    color: #5cb85c;
}
#sidebar .btn,.custom-select{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
}
.chart .card-body{
    padding: 0 !important
}
.chart table{
    margin: 0 !important;
}
.th{display: none;}
.td{display: inline block;}
table td,table th{
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
}
@media screen and (max-width: 700px) {
    table {
        width:100% !important;
    }
    thead {
        display: none !important;
    }
    tr td:first-child {
        background: #282828 !important;
        font-weight:bold !important;
        font-size:1.3em !important;
        color: white !important;
    }
    tbody td {
        display: block !important;
    }
    tbody td::marker {
        content: "" !important;
    }
    table .th{
        display: inline-block !important;
        font-weight:bold !important;
        width: 10rem !important;
        float: left !important;
        text-align:left !important;
    }
    table td.text-right{
        padding-right: 1rem !important;
    }
    table .td-active{
        display:list-item block !important;
    }
    table .table-title{
        cursor: pointer !important;
    }
    table .table-title strong{
        display: block !important;
        width: 25rem !important;
        white-space: nowrap !important;
        text-overflow: ellipsis !important;
        overflow: hidden !important;
    }
}
th.sort:after {
    content: "  \2191 \2193";
}
th.sorted.ascending:after {
    content: "  \2191";
}
th.sorted.descending:after {
    content: " \2193";
}
.container {
    width: 100% !important;
    padding-right: 15px !important;
    padding-left: 15px !important;
    margin-right: auto !important;
    margin-left: auto !important;
}
@media (min-width: 576px) {
    .container {
        max-width: 540px !important;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 720px !important;
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 960px !important;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1140px !important;
    }
}
.container-fluid {
    width: 100% !important;
    padding-right: 15px !important;
    padding-left: 15px !important;
    margin-right: auto !important;
    margin-left: auto !important;
}
.bg-primary {
    background-color: #006198 !important;
}
.page-item .page-link {
    color: #006198;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #006198 !important;
    border-color: #006198 !important;
}
.table td, .table th {
    vertical-align: middle !important;
}

table .btn-group-sm > .btn, .btn-sm {
    padding: .1rem .5rem !important;
    margin-top: 0;
    margin-bottom: 0;
}
.card-header {
    padding: .5rem 1rem !important;
}

.page-item::marker {
  color: transparent;
}

.card-header .close{
    font-size: 1rem;
    line-height: 1.8rem;
    font-weight: 0;
    text-shadow: none;
}

#chart .card-header .close{
    font-size: 1.25rem !important;
    cursor: pointer !important;
}

#chart .card-header {
    cursor: move !important;
}
#chart .card-header:active {
    cursor: move !important;
}

#chart .dropdown-toggle::after {
    border:none !important;
}


.multifile .btn {
    padding: 0 .75rem;
}
.multifile .custom-file-label {
    overflow: hidden;
    padding-right: 5rem;
    border:1px solid #007bff;
}

.multifile .custom-file-label::after {
    content: "Buscar";
    background-color: #007bff;
    border-radius:0;
    color: white;
}
.custom-file .custom-file-input{
    cursor:pointer;
}

#sidebar .fa-chevron-right{
    padding-left: 0.35rem;
    padding-right: 0.35rem;
}
.card-success {
	border-color: #c3e6cb;
}
.card-warning {
	border-color: #ffeeba;
}
.card-danger {
	border-color: #f5c6cb;
}
.card-success > .card-header {
	color: #155724;
	background-color: #c3e6cb;
}
.card-warning > .card-header {
	color: #856404;
	background-color: #ffeeba;
}
.card-danger > .card-header {
	color: #721c24;
	background-color: #f5c6cb;
}

.bg-success-light{
    color: #155724;
    background-color: #c3e6cb!important;
}

.bg-danger-light{
    color: #721c24;
    background-color: #f5c6cb!important;
}

.bg-warning-light{
    color: #856404;
    background-color: #ffeeba!important;
}

.bg-primary-light{
    color: #151b57;
    background-color: #badaff !important;
}
/** CONTENT RIGHT **/
.modal .modal-dialog-aside{
	/**width: 350px; max-width:80%;*/ height: 100%; margin:0;transform: translate(0); transition: transform .2s;
}
.modal .modal-dialog-aside .modal-content{  height: inherit; border:0; border-radius: 0;}
.modal .modal-dialog-aside .modal-content .modal-body{ overflow-y: auto }
.modal.fixed-left .modal-dialog-aside{ margin-left:auto;  transform: translateX(100%); }
.modal.fixed-right .modal-dialog-aside{ margin-right:auto; transform: translateX(-100%); }
.modal.show .modal-dialog-aside{ transform: translateX(0);  }
/** FIX COL-* HEIGHT **/
.row.display-flex {
  display:flex;
  flex-wrap:wrap;
}
.row.display-flex > [class*='col-'] {
  display:flex;
  flex-direction:column;
}

.cursor-pointer{
    cursor: pointer !important;
}
.custom-file-label {height: calc(1.5em + 1rem) !important; }
.custom-file-label::after { height: calc(1.5em + 1rem) !important;}
.file-primary .custom-file-label { border: 1px solid #006198 !important; }
.file-primary .custom-file-label::after { background-color: #006198 !important;}

.not-allowed {
    pointer-events: auto! important;
    cursor: not-allowed! important;
}

.disabled{
    pointer-events: auto! important;
    cursor: default !important;
}

.card-title{
    color: #FFFFFF;
    line-height: 1.8rem;
    text-transform: uppercase;
    font-weight: bold;
}