/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/


/* 
    Created on : 11-feb-2019, 14:31:26
    Author     : franciscolagos
*/

.login-primary {
    background: url("../images/back.jpg") no-repeat center center fixed;
    background-size: cover;
}

.login-dark {
    background: url("../images/oct/login-back.webp") no-repeat center center fixed;
    background-size: cover;
}

.login-danger {
    background: url("../images/dec/login-back.jpeg") no-repeat center center fixed;
    background-size: cover;
}

.login-black {
    background: url("../images/back-black.jpg") no-repeat center center fixed;
    background-size: cover;
}

.login-logo-primary a {
    color: #09468A;
}

.login-logo-primary {
    background-color: rgb(12, 70, 130);
    margin-bottom: -10px;
}

.login-logo-black a {
    color: black;
}

.login-logo-black {
    background-color: black;
    margin-bottom: -10px;
}

.login-logo-danger {
    background-color: #d9534f;
    margin-bottom: -10px;
}

.login-logo-danger a {
    color: #d9534f;
}

.login-logo-dark {
    background: #222D31 !important;
    margin-bottom: -10px;
}

.login-logo-black {
    background: black !important;

}

table.dataTable tbody tr.selected {
    color: white;
    background-color: black !important;
    /* Not working */
}

.info-box-icon-small {
    border-top-left-radius: 2px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 2px;
    display: block;
    float: left;
    height: 50px;
    width: 50px;
    text-align: center;
    font-size: 25px;
    line-height: 50px;
    background: rgba(0, 0, 0, 0.2);
    padding: 0;
}

.zoom {
    transition: transform .2s;
    /* Animation */
}

.zoom:hover {
    transform: scale(1.1);
    /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.main-header .sidebar-toggle {
    float: left;
    background-color: transparent;
    background-image: none;
    padding: 15px 15px;
    /* font-family: fontAwesome; */
    font-family: "Font Awesome\ 5 Free";
    /* cjr */
}

.main-header .sidebar-toggle:before {
    content: "\f0c9";
    font-weight: 900;
    /* cjr */
}

table.dataTable.table-striped.DTFC_Cloned tbody tr:nth-of-type(odd) {
    background: #E9F4FB;
}

table.dataTable.table-striped tbody tr:nth-of-type(odd) {
    background: #E9F4FB;
}

table.dataTable.table-striped.DTFC_Cloned tbody tr:nth-of-type(even) {
    background: white;
}

table.dataTable.table-blue thead {
    color: white;
    background-color: #0073b7 !important;
}

table.dataTable.table-teal thead {
    color: white;
    background-color: #39cccc !important;
}

table.dataTable.table-striped.DTFC_Cloned tbody tr.selected {
    color: white;
    background-color: black!important;
}

table.dataTable.table-striped tbody tr.selected {
    color: white;
    background-color:black !important;
}

.DTFC_LeftHeadWrapper {
    height: 38px;
}

.DTFC_RightHeadWrapper {
    height: 32px;
}

.dataTables_processing {
    z-index: 105
}

.pointer {
    cursor: pointer;
}

.bg-yellow-light {
    background-color: #fce3a4;
}

.text-blank {
    color: white;
}

.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}

.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}

.bs-callout p:last-child {
    margin-bottom: 0;
}

.bs-callout code {
    border-radius: 3px;
}

.bs-callout+.bs-callout {
    margin-top: -5px;
}

.bs-callout-default {
    border-left-color: #777;
}

.bs-callout-default h4 {
    color: #777;
}

.bs-callout-primary {
    border-left-color: #428bca;
}

.bs-callout-primary h4 {
    color: #428bca;
}

.bs-callout-success {
    border-left-color: #5cb85c;
}

.bs-callout-success h4 {
    color: #5cb85c;
}

.bs-callout-teal {
    border-left-color: #39CCCC;
}

.bs-callout-teal h4 {
    color: #39CCCC;
}

.bs-callout-danger {
    border-left-color: #d9534f;
}

.bs-callout-danger h4 {
    color: #d9534f;
}

.bs-callout-warning {
    border-left-color: #f0ad4e;
}

.bs-callout-warning h4 {
    color: #f0ad4e;
}

.bs-callout-info {
    border-left-color: #5bc0de;
}

.bs-callout-info h4 {
    color: #5bc0de;
}

.bs-callout-date {
    display: block;
    color: #808090;
}

.bs-callout-footer {
    margin-top: 8px;
    display: inline;
}

.bs-callout-footer img {
    width: 40px;
    float: right;
}

.bs-callout-footer button {
    text-align: left;
}

.swal2-popup {
    font-size: 1.6rem !important;
}

.avatar {
    font-size: 1rem;
    display: inline-flex;
    width: 48px;
    height: 48px;
    color: #fff;
    border-radius: .375rem;
    background-color: #adb5bd;
    align-items: center;
    justify-content: center;
}

.avatar img {
    width: 100%;
    border-radius: .375rem;
}

.avatar+.avatar-content {
    display: inline-block;
    margin-left: .75rem;
}

.avatar-xl {
    width: 74px;
    height: 74px;
}

.avatar-lg {
    font-size: .875rem;
    width: 58px;
    height: 58px;
}

.avatar-sm {
    font-size: .875rem;
    width: 36px;
    height: 36px;
}

.avatar-xs {
    font-size: .75rem;
    width: 24px;
    height: 24px;
}

.avatar-group .avatar {
    position: relative;
    border: 2px solid #fff;
}

.avatar-group .avatar:hover {
    z-index: 3;
}

.avatar-group .avatar+.avatar {
    margin-left: -1rem;
}

.rounded-sm {
    border-radius: 0.2rem !important;
}

.rounded {
    border-radius: 0.25rem !important;
}

.rounded-top {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
}

.rounded-right {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
    border-radius: 0.3rem !important;
}

.rounded-circle {
    border-radius: 50% !important;
}

.rounded-pill {
    border-radius: 50rem !important;
}

.rounded-0 {
    border-radius: 0 !important;
}

.modal-large {
    width: 750px;
    margin: auto;
}

.approver {
    position: relative;
}

.approver .avatar {
    display: block;
}

.approver .approver-check {
    position: absolute;
    bottom: 0;
    left: 25px;
    width: 25px;
}

.user-skin-mask {
    width: 48px;
    position: relative;
    top: 0;
    left: 0;
}

.user-skin-image {
    position: absolute;
    width: 110%;
    top: -10px;
    left: -5px;
}

.box-solid.box-black {
    border: 1px solid black;
}

.box.box-black {
    border-top-color: black;
}

.box-solid.box-dark {
    border: 1px solid #222D31;
}


.box.box-dark {
    border-top-color: #222D31;
}

.box.box-solid.box-dark>.box-header {
    color: #ffffff;
    background: #222D31;
    background-color: #222D31;
}

.btn-dark {
    color: #fff;
    background-color: #222D31;
    border-color: #222D31;
}

.bg-dark {
    color: #fff;
    background-color: #222D31;
}

table.table-dark thead {
    color: #fff;
    background-color: #222D31;
}

.table-danger thead {
    color: #fff;
    background-color: #de4c38 !important;
}

thead.bg-danger {
    color: #fff;
    background-color: #de4c38 !important;
}

.btn-black {
    color: #ffffff;
    background-color: black;
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-black:hover {
    color: #ffffff;
    background-color: #2b2b2b;
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-black:focus,
.btn-black.focus {
    color: #ffffff;
    background-color: #2b2b2b;
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-black:active,
.btn-black.active,
.open>.dropdown-toggle.btn-black {
    color: #ffffff;
    background-color: #2b2b2b;
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-black .badge {
    color: #444444;
    background-color: black;
}