﻿@font-face {
    font-family: 'TitilliumWeb-Bold';
    src: url('../Content4/webFonts//TitilliumWeb-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'TitilliumWeb-Regular';
    src: url('../Content4/webFonts/TitilliumWeb-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'TitilliumWeb-SemiBold';
    src: url('../Content4/webFonts/TitilliumWeb-SemiBold.ttf') format('truetype');
}

:root {
    --primary-color: #003e6e;
    --secondary-color: rgb(255,212,0);
    --error-color: red;
    /*--success-color: #4caf50;*/
    /*--success-color: #26a69a;*/
    --success-color: #003e6e;
    --background: #ffffff;
    --light: #efefef !important;
    --dark: rgba(88, 89, 91, 0.94) !important;
    --dark-light: rgb(88, 89, 91) !important;
    --card-backrground: #e9ecef !important;
    /*#003e6e*/
}


.success-color {
    background-color: var(--success-color) !important;
    color:white;
}


body {
    font-family: 'TitilliumWeb-Regular' !important;
}

h1, h2, h3 {
    font-family: 'TitilliumWeb-Bold' !important;
}

h4, h5, h6 {
    font-family: 'TitilliumWeb-SemiBold' !important;
}

.modal-lg-max {
    max-width: 100% !important;
    margin: 0 !important
}

.btn-success, .btn-default {
    background-color: var(--success-color) !important;
    color: white
}

table > thead > tr {
    background-color: var(--success-color) !important;
    color: white;
}

.nav-sidebar > .nav-link active {

}

.dataTables_paginate .paginate_button.current, .dataTables_paginate .paginate_button.current:focus, .dataTables_paginate .paginate_button.current:hover {
    background-color: var(--success-color) !important
}

.icon-color {
    color: var(--success-color) !important
}


.btn > .fa {
    font-size: 0.7rem;
}
.btn-light.focus, .btn-light:focus, .btn-light:hover, .btn-light:not([disabled]):not(.disabled).active, .btn-light:not([disabled]):not(.disabled):active, .show > .btn-light.dropdown-toggle {
    color: white;
    background-color: var(--success-color) !important;
    border-color: white;
}

.dt-button-collection {
display:inline-grid !important

}

.calendar-table > table > thead > tr {
    background-color: var(--light) !important;
    color: white !important;
}

.btnAdd {
    background-color: var(--success-color) !important;
    color: white !important;
}

.btnRefresh {
    background-color: var(--success-color) !important;
    color: white !important;
}

.btnEdit {
    background-color: var(--light) !important;
    color: white !important;
}

.btnSave {
    background-color: var(--light) !important;
    color: white !important;
}

.btnSave {
    background-color: var(--light) !important;
    color: white !important;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: var(--success-color) !important;
    color: white !important;
}



navbar-nav-link, sidebar-control, sidebar-main-toggle, d-none, d-md-block {
    color: var(--background) !important;
}
.sidebar-light .nav-sidebar .nav-item > .nav-link.active {
    background-color: #003e6e;
    color: #fff !important;
}
.navbar-text {
    color: #fff !important;
}
.navbar-nav > .nav-item > a > i, .navbar-nav-link i, .navbar-nav-link span, .navbar-nav-link::after, .navbar-nav-link span, .navbar-nav-link::before {
    color: #fff !important;
}

.center {
    display: grid;
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
    align-items: center;
}
/*.table caption + thead tr:first-child td, .table caption + thead tr:first-child th, .table colgroup + thead tr:first-child td, .table colgroup + thead tr:first-child th, .table thead:first-child tr:first-child td, .table thead:first-child tr:first-child th {
    border-top-width: 0;
}

.dataTable thead .sorting, .dataTable thead .sorting_asc, .dataTable thead .sorting_asc_disabled, .dataTable thead .sorting_desc, .dataTable thead .sorting_desc_disabled {
    padding-right: 2.5rem;
}

.dataTable thead .sorting, .dataTable thead .sorting_asc, .dataTable thead .sorting_desc {
    cursor: pointer;
}

.dataTable thead td, .dataTable thead th {
    outline: 0;
    position: relative;
}

.table thead th {
    vertical-align: middle;
    border-bottom: 1px solid #b7b7b7;
}

.table-bordered thead td, .table-bordered thead th {
    border-bottom-width: 2px;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}

.table td, .table th, .table tr {
    transition: background-color ease-in-out .15s;
}*/

/*.table th {
    font-weight: 500;
}*/

/*.table td, .table th {
    vertical-align: middle;
}

.table-bordered td, .table-bordered th {
    border: 1px solid #ddd;
}*/

.table td {
    padding: 0.625rem !important;
}

.table th {
    padding: 0.625rem;
    vertical-align: top;
    border-top: 1px solid #ddd;
    text-align: center;
}
.content {
    padding: 0.50rem 0.50rem !important;
    
    flex-grow: 1;
}
.card {
    margin-bottom: 0.50rem !important;
    
}

.content-wrapper {
    background-color: #f5f5f5 !important;
}
/*.content > .card {
    background-color: var(--card-backrground) !important;
}*/
.card-title:before {
    content: ' ';
    width: 24px;
    height: 2px;
    background-color: var(--primary-clr);
    position: absolute;
    left: 0;
    /* margin: 0 auto; */
    top: 61px;
}
.card-title {
    color: var(--success-color) !important;
    margin-left: 4px;
}
        .card-title:before {
            content: ' ';
            width: 18px;
            height: 2px;
            background-color: #003e6e;
            position: absolute;
            left: -20px;
            margin: 0 auto;
            top: 15px;
            
        }






.btn-close {
    background-color:gainsboro;
}

.btn-danger {
    color: #fff;
    background-color: #be1414;
}

::-webkit-scrollbar {
    width: 10px;
}

/*::-webkit-scrollbar-track {
    background-color: darkgrey;
}*/

/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--success-color) !important;
    border-radius: 5px;
}