﻿/* =================================================================== 
	*
	*  Project Main Stylesheet
	*  10-04-2017
	*  ------------------------------------------------------------------
	*
	*  Index:
	*  01. webfonts and iconfonts
	*  02. base style overrides
	*  03. typography & general theme styles
	*  04. forms
	*  05. buttons
	*  06. common and reusable styles 
	*  07. header styles
	*  08. home
	*  09. footer
    *  10. Inner pages
	*  10. Media Quaries
	*
* =================================================================== */


/* ===================================================================
	*  01. webfonts and iconfonts
	*
* ------------------------------------------------------------------- */
@import url("font-awesome.css");
@import url('https://fonts.googleapis.com/css?family=Amatic+SC:700');

@font-face {
    font-family: Futura;
    src: url(../fonts/futura/FutuLt.ttf);
}

@font-face {
    font-family: 'open_sansregular';
    src: url('fonts/opensans-regular-webfont.woff2') format('woff2'), url('fonts/opensans-regular-webfont.woff') format('woff'), url('fonts/opensans-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
/* ===================================================================
	*  02. base style overrides
	*
* ------------------------------------------------------------------- */
body {
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.8;
    height: 100%;
    cursor: default;
    position: relative;
    padding-top: 100px;
}

.mr-2 {
    margin-right: 10px !important;
}


.select2-container {
    display: block !important;
}

.close {
    padding: 0 10px;
    border-bottom: 1px solid #124771;
}

    .close i {
        color: #fff;
    }

.main-loader {
    text-align: center;
    margin-top: 40px;
}

.pricing-featured_post .dropdown-menu {
    bottom: 20px !important;
    margin-top: -70px !important;
    left: 39px !important;
}
.text-left{
    text-align: left !important;
}
.px-2{
    padding: 0 40px;
}
.grid-row-data {
    display: grid;
    grid-template-columns: 140px 140px 260px 200px;
}
.data-secondary {
    grid-template-columns: 295px 295px 295px;
}
.grid-end {
    grid-template-columns: 210px 210px 330px;
}
.grid-row-data input {
    max-width: 60px;
    width: 60px;
    padding: 4px;
    border-radius: 0;
}
    .form-horizontal .form-group {
    width: 200px;
    margin-right: 10px !important;
}
.modal-content .row{
    align-items:baseline;
}
.modal-content label {
    font-size: 13px !important;
    line-height: 14px;
}
.modal-content .row>div{
    padding:0 5px; 
}
.modal-content .form-select, .modal-content .form-control {
    padding: 5px;
    font-size: 13px !important;
}
.modal-contenr .row{
    align-items: baseline;
}
.modal-content .mb-2 {
    margin-bottom: 20px !important;
}
.modal-content .input-group .form-select, .modal-content .input-group .form-control {
    padding: 5px;
    font-size: 13px !important;
    border-radius: 0 5px 5px 0 !important;
}

.select2-container--open .select2-dropdown--above {
    min-width: 175px !important;
}

.select2-search__field, .select2-results__message {
    font-size: 13px !important;
}
.highlight-missing-data td {
    background: #ffcdcd;
}
.intro {
    max-width: 1280px;
    margin: 1em auto;
}

.select2-results__option[aria-selected] {
    cursor: pointer;
    font-size: 12px;
    padding: 3px 6px;
}
.nav-link {
    color: #124771;
}
.accordion-header{
    color: #fff !important;
}
.form-horizontal {
    padding: 15px;
    background: #f2f2f2;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 30px;
}
.grid-row-inline {
    display: flex;
    gap: 15px 12px;
}
.grid-row-inline .form-group {
    margin-bottom: 20px;
    width: auto;
}
.grid-row-inline .form-group label {
    margin-top: 4px;
}
 .grid-row-inline .form-group > div {
    display: flex;
    gap: 15px;
}
 .form-horizontal .form-inline {
    gap: 12px;
}

    .form-horizontal .form-group {
        margin: 0;
    }

        .form-horizontal .form-group select, .form-horizontal .form-group input {
            font-size: 14px;
            padding: 10px 5px;
            height: 45px;
            color: #37393b;
            min-width: 200px;
        }

.table {
    max-width: 100%;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: #1362a1 !important;
    color: #fff !important;
    line-height: 14px;
}

table class collapsible-table

table.dataTable thead > tr > th.sorting, table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting_asc_disabled, table.dataTable thead > tr > th.sorting_desc_disabled, table.dataTable thead > tr > td.sorting, table.dataTable thead > tr > td.sorting_asc, table.dataTable thead > tr > td.sorting_desc, table.dataTable thead > tr > td.sorting_asc_disabled, table.dataTable thead > tr > td.sorting_desc_disabled {
    background: #124771 !important;
    color: #fff !important;
    font-weight: 400 !important;
    font-size: 14px !important;
}

table.dataTable tbody th, table.dataTable tbody td {
    padding: 8px !important;
    font-size: 13px !important;
}

.heading-primary {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: #124771;
    color: #fff !important;
    line-height: 14px;
}

.dataTables_wrapper .top {
    margin-bottom: 10px;
    align-items: center;
}

.dataTable {
    margin-top: 0 !important;
}

.dataTables_filter {
    float: right; /* Align the search bar to the right */
    margin-bottom: 10px; /* Add some spacing */
}

    .dataTables_filter input {
        border: 1px solid #ccc; /* Add a border to the input box */
        border-radius: 5px; /* Rounded corners */
        padding: 5px 10px; /* Add padding inside the input */
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Add a subtle shadow */
    }

    .dataTables_filter label {
        font-weight: bold; /* Make the label bold */
        margin-right: 10px; /* Add spacing between label and input */
    }

.dataTables_wrapper .top {
    margin-bottom: 10px; /* Add spacing below the top section */
}

.dataTables_wrapper .dataTables_length {
    margin-right: 20px; /* Add spacing between length and filter */
}

.form-horizontal h4 {
    font-size: 21px;
    padding-bottom: 7px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc
}

.nav-item .nav-link {
    font-size: 16px !important;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    background: #e0effb;
}

.published-price-inner {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

    .published-price-inner p {
        font-size: 20px;
    }

.head-alert .published-price-inner strong {
    min-width: auto;
}

.table-fixed-scroll {
    position: relative;
    width: 100%;
    z-index: 1;
    margin: auto;
    max-height: 350px;
}
.table-accordion .accordion-button {
    background: #124771 !important;
    color: #fff !important;
    border-radius: 5px !important;
}
    .table-accordion .accordion-button a {
        color: #fff;
        text-decoration: none;
    }
    .table-accordion .accordion-body {
    padding: 0;
}
.accordion-button::after{
    content:"";
    display: none;
}
.table-accordion .accordion-body .collapsible-table th {
    background-color: #0065b5;
}
.accordion-button .mr-3 {
    min-width: 540px;
    margin-right: 40px;
}
.accordion-button .mr-3:last-child {
    min-width: 270px;
    text-align: right;
    margin-right: 0;
}
.accordion-main-header {
    padding: 16px 20px;
    background: #072a47;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    color: #fff;
    font-size: 15px;
}
.accordion-body .collapsible-table{
    margin: 0 !important;
}
.select2-container--default .select2-selection--single {
    background-color: #fff !important;
    border: 1px solid #dee2e6 !important;
    border-radius: 4px !important;
    height: 35px !important;
    min-width: 100% !important;
    border-radius: 7px !important;
}
.form-select, .form-control{
    font-size: 14px !important;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
    margin-right: 17px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000 !important;
    font-weight: 400;
    line-height: 28px !important;
    padding: 2px 8px !important;
    font-size: 13px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 4px !important;
}
.select2-container--default .select2-selection--single .select2-selection__clear{
    font-weight: bold !important;
    margin-top: 1px;
    font-size: 17px !important;
}
    .table-fixed-scroll select, .table-fixed-scroll input {
        font-size: 13px !important;
    }

/*    .table-fixed-scroll td {
        min-width: 150px;
    }*/
.select-cross {
    position: relative;
}

.select-cross {
    position: relative;
}

    .select-cross select {
        -webkit-appearance: none;
        -moz-appearance: none;
        -o-appearance: none;
        appearance: none;
        --bs-form-select-bg-img: none !important;
    }

    .select-cross i {
        position: absolute;
        top: 39%;
        right: 19px;
    }

.toggle-arrow-dropdown .select2-selection__arrow {
    display: none;
}

.toggle-arrow-dropdown .select2-container--default .select2-selection--single .select2-selection__clear {
    color: #000;
    font-size: 16px;
    margin-top: 0;
    position: absolute;
    right: 6px;
}

tfoot tr td {
    font-size: 14px !important;
}

.table-actions {
    display: flex;
    justify-content: space-between;
}

.button-container label {
    font-size: 14px;
}

.button-container input {
    position: relative;
    top: 2px;
}

.table-actions .btn-sm {
    max-height: 33px;
}

.table-fixed-scroll table {
    width: 100%;
    min-width: 1280px;
    margin: auto;
    border-collapse: separate;
    border-spacing: 0;
}

    .table-fixed-scroll table thead tr {
        position: sticky;
        top: 0;
        z-index: 10;
    }

.table-wrap {
    position: relative;
}

.table-fixed-scroll th,
.table-fixed-scroll td {
    padding: 5px 11px;
    border: 1px solid #d0e3ec;
    background: #fff;
    vertical-align: top;
    font-size: 12px;
    vertical-align: middle;
}

.main-table thead th:last-child,
.main-table tbody td:last-child {
    position: sticky;
    right: 0;
    z-index: 2;
    min-width: 50px;
}

.table-fixed-scroll thead th {
    background: #389cd3;
    color: #fff;
    top: 0;
}
/* safari and ios need the tfoot itself to be position:sticky also */
.table-fixed-scroll tfoot,
.table-fixed-scroll tfoot th,
.table-fixed-scroll tfoot td {
    position: -webkit-sticky;
    position: sticky;
    bottom: -2px;
    background: #115e80;
    color: #fff;
    z-index: 4;
}

.text-right {
    text-align: right;
}


.loader {
    width: 48px;
    height: 48px;
    border: 5px solid #e0effb;
    border-bottom-color: #124771;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

.form-check-input.big-checkbox {
    width: 2em !important;
    height: 25px;
    cursor: pointer;
    text-align: center;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield; /* Firefox */
}

input[type="number"] {
    font-size: 13px;
}

.btn-danger {
    margin: 0;
}

.modal-open {
    overflow: hidden;
    position: fixed;
    width: 100%;
}

.pricing-featured_post .heading {
    text-transform: uppercase;
    font-size: 30px;
    color: #8cfbf8;
    position: relative;
    text-align: center;
    height: 10px;
    margin-bottom: 20px;
}

    .pricing-featured_post .heading span {
        position: relative;
        display: inline-block;
        top: -15px;
        width: 730px;
    }

        .pricing-featured_post .heading span::before,
        .pricing-featured_post .heading span::after {
            background: url(../images/separator.png) repeat-x 0 14px;
            height: 20px;
            width: calc(100% - 88%);
            content: "";
            float: left;
            margin: 0px 15px;
        }

.pricing-featured_post h3 {
    color: #fff;
}

.pricing-featured_post .heading span::after {
    float: right;
}

.pricing-featured_post {
    animation: 15s ease 0s normal none infinite running colorandom;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0.75;
    position: relative;
    right: 0;
    top: 0;
    padding: 100px 0;
    background-color: #fff;
}

@keyframes colorandom {
    0% {
        background: #278acb none repeat scroll 0 0;
    }

    30% {
        background: #00568f none repeat scroll 0 0;
    }

    60% {
        background: #017dcd none repeat scroll 0 0;
    }

    80% {
        background: #004d84 none repeat scroll 0 0;
    }

    100% {
        background: #008ffa none repeat scroll 0 0;
    }
}

.pricing-featured_post .btn-primary {
    background: rgba(250, 250, 250, 0.12) !important;
    margin-top: 15px;
    min-height: 178px;
    max-height: 178px;
    max-width: 270px;
    min-width: 270px;
    box-shadow: none !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px !important;
    text-align: left;
}

    .pricing-featured_post .btn-primary img {
        width: 45px;
        margin-right: 10px;
        margin-left: 0;
    }

#footer {
    height: 80px;
    position: absolute;
    bottom: 0;
    float: left;
    width: 100%;
    font-size: 13px;
    color: #fff;
    display: flex;
    align-items: center;
}

.wrapper {
    width: 100%;
    min-height: 100%;
    position: relative;
    overflow: hidden;
}

.nav-footer {
    padding: 0;
    margin: 0;
    text-align: right;
}

    .nav-footer li {
        display: inline-block;
        margin-left: 10px;
        background: url(images/icon-list.png) no-repeat center left;
        padding-left: 15px;
    }

        .nav-footer li a,
        .nav-footer li a:hover {
            color: #dbdbdb;
        }

.btn-sm {
    padding: 5px 11px !important;
    margin-left: 0 !important;
    font-size: 13px !important;
}

td .btn-primary {
    font-size: 12px !important;
}

.disable {
    opacity: .6;
    pointer-events: none;
}

.btn-warning, .btn-warning:hover {
    color: #fff;
}
/* Table styling */
body {
    font-family: "Open Sans", sans-serif;
}

.nested-row table, table.collapsible-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

    table.collapsible-table table {
        margin: 0;
    }

.nested-row > td {
    padding: 0 !important;
}

.collapsible-table th, .collapsible-table td {
    padding: 4px 6px;
    border: 1px solid #c0c0c0;
    text-align: left;
    font-size: 13px;
    vertical-align: middle !important;
}

.toggle-btn i {
    color: #22659a;
    font-size: 16px;
    position: relative;
    top: -2px;
}

.collapsible-table th {
    background-color: #124771;
    color: #fff;
    text-align: center;
}

/* Toggle button styling */
.toggle-btn {
    cursor: pointer;
}

/* Styling for nested rows */
.nested-row {
    background-color: #fff;
    color: #000;
}

.bg-blue {
    background-color: #d3ecff;
    color: #000;
}

.bg-blue-secondary {
    background-color: #edf7ff;
    color: #124771;
}

.bg-orange {
    background-color: #ffe6ce;
    color: #000;
}

.bg-red {
    background-color: #ffd3d3;
    color: #8f0b0b;
}

.bg-light-yellow {
    background-color: #fffbd3;
    color: #000;
}

.bg-red-dense {
    background-color: #e99696 !important;
    color: #760000 !important;
}

.td-label {
    font-size: 14px !important;
    line-height: normal !important;
    vertical-align: middle !important;
    margin-left: 20px !important;
    color: #565656 !important;
    text-align: center !important;
}

.collapsible-row .js-indicator {
    font-size: 20px;
    font-weight: bold;
    vertical-align: bottom;
    margin-right: 5px;
    line-height: normal;
}

.collapsible-row .js-indicator .input-group-text {
    margin-right: 0 !important;
    font-weight: normal !important;
    font-size: 13px;
}
/* No data message styling */
.no-data-message {
    text-align: center;
    margin: 20px 0;
    font-size: 18px;
    color: #124771;
}

.p-dollar {
    padding-right: 2px !important;
}

.p-perc {
    padding-left: 2px !important;
}

td input {
    width: 100%;
}
/* ------------------------------------------------------------------- 
 * links
 * ------------------------------------------------------------------- */
a {
    color: #00568f;
}

    a:hover, a:active, a:focus {
        color: #186191;
        outline: none;
        text-decoration: none;
    }

.color-gray {
    color: #616161;
}

.text-right {
    text-align: right !important;
}

.row-locked {
    background: #fee3e3;
    cursor: default !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #144189 !important;
    border: 1px solid #265fb9 !important;
    color: #fff !important;
    font-size: 14px;
    max-width:200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin-top: 8px !important;
}
/* ===================================================================
 *  03. typography & general theme styles
 *
 * ------------------------------------------------------------------- */
p {
    margin-bottom: 1.5em;
    margin-top: 20px;
    line-height: 25px;
}

small {
    font-size: 20px;
    color: #979797;
}

h1, h2, h3, h4, h5, h6 {
    color: #000;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    margin: 0;
}

h1 {
    font-size: 45px;
}

h2 {
    font-size: 40px;
}

h3 {
    font-size: 38px;
}

h4 {
    font-size: 26px;
}

.table-heading {
    font-family: Futura;
    font-size: 40px;
}

.pr-1 {
    padding-right: 10px !important;
}

/* ===================================================================
 *  04. forms
 *
 * ------------------------------------------------------------------- */

/* ===================================================================
 *  06. common and reusable styles
 *
 * ------------------------------------------------------------------- */

.no-margin {
    margin: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

.no-shadow {
    border: none !important;
}

.no-gutter {
    margin-left: 0;
    margin-right: 0;
}

    .no-gutter > [class*="col-"] {
        padding-left: 0;
        padding-right: 0;
    }

.alert-success {
    margin-top: 0 !important;
    margin-bottom: 25px !important;
}

.relative {
    position: relative;
}

.section {
    padding: 115px 0;
}

.grid {
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.text-center {
    text-align: center !important;
}

.img-responsive {
    margin: 0 auto;
}

.bg__yellow {
    background: #f2a040 !important;
}

.bg__red {
    background: #ee312d !important;
}

.bl-blue {
    border-left: 7px solid #f2a040;
}

.grid--reversed {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.table-responsive {
    overflow: auto;
    /*height: 510px;*/
}

.grid--valign-middle > .grid__item {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.flex-row {
    display: flex;
    align-items: center;
}

.shadow-box {
    -webkit-box-shadow: -2px 2px 62px 0px rgba(204,204,204,1);
    -moz-box-shadow: -2px 2px 62px 0px rgba(204,204,204,1);
    box-shadow: -2px 2px 62px 0px rgba(204,204,204,1);
}

/* ===================================================================
	*  07. header
	*
* ------------------------------------------------------------------- */
.lms-header {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(171,171,171,1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(171,171,171,1);
    box-shadow: 0px 0px 5px 0px rgba(171,171,171,1);
    padding: 20px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    background: #fff;
}

.header-menu {
    padding: 0;
    margin-top: 10px;
}

    .header-menu li:last-child {
        border-right: 1px solid #fff;
        padding-right: 15px;
    }

    .header-menu li {
        display: inline;
        border-right: 1px solid #666;
        padding: 0 9px;
    }

        .header-menu li a {
            color: #000;
            text-decoration: none;
        }

            .header-menu li a:hover {
                color: #e80000;
            }
        .header-menu li{
            cursor: pointer;
        }
        .header-menu li img {
            vertical-align: sub;
            margin: 0 0 0 10px;
        }

.pl-4 {
    padding-left: 40px !important;
}

.filters {
    background: #e0effb;
    padding: 15px;
    border: 1px solid #86aac6;
    margin-top: 40px;
}

    .filters .mt-4 {
        margin-top: 28px !important;
    }


    .filters h4 {
        font-size: 19px;
        margin-bottom: 20px;
        border-bottom: 1px solid #86aac6;
        padding-bottom: 10px;
    }

    .filters h4 {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0;
    }

    .filters label {
        font-size: 14px;
    }

    .filters button {
        margin-top: 5px;
    }

.filters-collapse {
    display: none;
    margin-top: 30px;
}
.filters-collapse .form-control, .filters-collapse .form-select {
    min-height: 42px !important;
    border: 1px solid #a3a3a3 !important;
}
/* ===================================================================
	*  08. home
	* */
.bg-banner {
    height: 378px;
    width: 100%;
    background: url(../images/bg-banner.jpg) no-repeat center;
    background-size: cover;
    padding-top: 178px;
    margin-top: -100px;
}

.wrapper {
    background-color: #fff;
    box-shadow: 0px 5px 19.6px 0.4px rgba(15, 15, 15, 0.18);
}

.section-header {
    padding: 20px;
}

.ui-widget-header {
    border: 1px solid #00568f !important;
    background: #00568f !important;
    color: #fff !important;
    font-weight: bold;
}

    .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
        border: 1px solid #fff !important;
        background: #fff !important;
        font-weight: normal !important;
        color: #f2a040 !important;
        text-align: center;
    }

    .ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
        border: 1px solid #00568f !important;
        background: #00568f !important;
        color: #fff !important;
        border-radius: 5px;
        padding: 2px;
        -webkit-box-shadow: 0px 0px 5px 0px rgba(158,156,158,1);
        -moz-box-shadow: 0px 0px 5px 0px rgba(158,156,158,1);
        box-shadow: 0px 0px 5px 0px rgba(158,156,158,1);
    }

.ui-widget-content {
    color: #737171 !important;
}

.ui-state-active {
    color: #ee312d !important;
}

.ui-datepicker {
    padding: 0 !important;
}

.section-heading {
    background-color: #e8e8e8;
    text-transform: uppercase;
    color: #2c7cb2;
    font-weight: 600;
    position: relative;
    overflow: hidden;
}

    .section-heading h1 {
        font-size: 18px;
        margin: 0;
    }

.login-footer {
    position: relative;
    background: none;
    color: #9e9e9e;
    bottom: -70px;
    font-size: 15px;
    text-align: center;
}

.wrapper-animation span {
    opacity: 0;
    overflow: hidden;
    -webkit-animation: rotateWord 6s linear infinite 0s;
    -ms-animation: rotateWord 6s linear infinite 0s;
    animation: rotateWord 6s linear infinite 0s;
    display: block;
    margin-top: -20px;
    font-size: 14px;
    padding: 3px;
    font-family: open sans,sans-serif;
    font-weight: 600;
}

.text-animate {
    display: block;
    margin: 0 auto;
    height: 37px;
    text-align: center;
}

.wrapper-animation span:first-child {
    margin-top: 4px;
    -webkit-animation-delay: 0s;
    -ms-animation-delay: 0s;
    animation-delay: 0s;
}

.wrapper-animation span:nth-child(2) {
    -webkit-animation-delay: 2s;
    -ms-animation-delay: 2s;
    animation-delay: 2s;
    margin-top: -30px;
}

.wrapper-animation span:nth-child(3) {
    -webkit-animation-delay: 4s;
    -ms-animation-delay: 4s;
    animation-delay: 4s;
    margin-top: -30px;
}


@-webkit-keyframes rotateWord {
    0% {
        opacity: 0;
    }

    2% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
    }

    5% {
        opacity: 1;
        -webkit-transform: translateY(0px);
    }

    17% {
        opacity: 1;
        -webkit-transform: translateY(0px);
    }

    20% {
        opacity: 0;
        -webkit-transform: translateY(40px);
    }

    80% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@-ms-keyframes rotateWord {
    0% {
        opacity: 0;
    }

    2% {
        opacity: 0;
        -ms-transform: translateY(-40px);
    }

    5% {
        opacity: 1;
        -ms-transform: translateY(0px);
    }

    17% {
        opacity: 1;
        -ms-transform: translateY(0px);
    }

    20% {
        opacity: 0;
        -ms-transform: translateY(40px);
    }

    80% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@keyframes rotateWord {
    0% {
        opacity: 0;
    }

    2% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px);
    }

    5% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    17% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    20% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
    }

    80% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

.nav-tabs {
    border-bottom: 1px solid #8a8a8a;
}

.section-content {
    padding: 20px;
    margin-top: 5px;
}

.reissue-popup span {
    margin-right: 20px;
}

.form-group {
    margin-bottom: 20px;
}

    .form-group label {
        font-size: 15px;
        text-align: center;
        color: #616161;
        font-weight: normal;
        display: inline;
        font-family: open sans,sans-serif;
        text-transform: capitalize;
    }

.section-content input {
    font-family: open sans,sans-serif;
}

#bookLabel {
    margin-left: 5px;
}

.form-group input {
    width: 100%;
}

.bg--danger {
    background: #f3bfbf !important;
}

    .bg--danger td {
        color: #000 !important;
    }

.input-group-btn-vertical {
    position: relative;
    white-space: nowrap;
    width: 1%;
    vertical-align: middle;
    display: table-cell;
}

    .input-group-btn-vertical > .btn {
        display: block;
        float: none;
        width: 100%;
        max-width: 100%;
        padding: 8px;
        margin-left: -1px;
        position: relative;
    }

        .input-group-btn-vertical > .btn:first-child {
            border-top-right-radius: 4px;
        }

        .input-group-btn-vertical > .btn:last-child {
            margin-top: -2px;
            border-bottom-right-radius: 4px;
        }

    .input-group-btn-vertical i {
        position: absolute;
        top: 0;
        left: 4px;
    }

    .input-group-btn-vertical > .btn:first-child {
        border-top-right-radius: 4px !important;
    }

    .input-group-btn-vertical > .btn:last-child {
        border-bottom-right-radius: 4px !important;
    }

.form-group--spinner {
    margin-bottom: 19px !important;
}

.inline-first {
    display: flex;
}

    .inline-first .input-group-text {
        height: 100% !important;
        border-radius: 5px 0 0 5px !important;
        background: #f3f3f3;
    }

    .inline-first input {
        border-radius: 0 5px 5px 0;
    }

    .inline-first.last input {
        border-radius: 5px 0 0 5px;
    }

    .inline-first.last .input-group-text {
        border-radius: 0 5px 5px 0 !important;
    }

.input-group-btn-vertical .btn {
    margin-top: 0 !important;
    padding: 10.8px 12px !important;
    border-radius: 0 !important;
}

    .input-group-btn-vertical .btn .fa {
        margin: 4px 0 0 4px;
    }

.section-content .form-group input {
    border: 1px solid rgb(224, 224, 224);
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    outline: none;
    box-shadow: inset 0px 3px 7px 0px rgba(215, 215, 215, 0.35);
}

.section-content a {
    display: block;
    margin: 20px 0 10px 0;
    font-size: 14px;
    color: #9e9e9e;
}

.spacer-inner_10 {
    padding: 10px 0;
}

.mob-block {
    padding: 0 !important;
    margin: 0 !important;
}
/* text- animations*/

.wrapper-animation span {
    opacity: 0;
    overflow: hidden;
    -webkit-animation: rotateWord 6s linear infinite 0s;
    -ms-animation: rotateWord 6s linear infinite 0s;
    animation: rotateWord 6s linear infinite 0s;
    display: block;
    margin-top: -20px;
}

.table .fa {
    color: #fff;
    margin-left: 0;
}

.table .btn {
    cursor: pointer;
    padding: 5px 6px;
    min-width: 30px;
}

table.dataTable tbody th, table.dataTable tbody td {
    padding: 8px !important;
}

.btn-primary {
    height: 100%;
}

.input-group-text {
    height: 100% !important;
    border-radius: 5px 0 0 5px !important;
}

.form-edit {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 20px;
}

.field-validation-error {
    color: #d92424 !important;
}

.needs-validation .field-validation-error {
    font-size: 12px !important;
    line-height: 16px !important;
    display: inline-block;
    padding-top: 7px;
}

.form-group > label {
    width: 100%;
    display: block;
    text-align: left;
}

.form-check-inline {
    padding-left: 0;
}

.form-check-input {
    margin-top: 6px !important;
}

.form-check-label {
    margin-left: 3px;
}

.disabled, .form-control.disabled:focus {
    cursor: not-allowed;
    background: #eee;
    border-color: transparent;
    box-shadow: none;
    color: #777;
}

.no-pointer {
    pointer-events: none;
}

.greyed {
    border-color: transparent !important;
    box-shadow: none;
    color: #fff;
    background-color: rgba(128, 128, 128, 0.5) !important;
    filter: grayscale(60%);
}

.btn-primary.greyed:hover {
    background-color: #00568f !important;
    border-color: #00568f !important;
}

.btn-warning.greyed:hover {
    background-color: #ffc107 !important;
    border-color: #ffc107 !important;
}

.btn-success.greyed:hover {
    background-color: #146c43 !important;
    border-color: #146c43 !important;
}

.mt-4 {
    margin-top: 40px !important;
}

.card-bg {
    background: #285dae !important;
    color: #fff !important;
}
.text-secondary {
    color: #1a1a1a !important;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 500;
    background: #e0ecff;
    padding: 10px;

}
.list-group {
    max-height: 250px;
    overflow-y: auto;
    border-radius: 0 !important;
    border: 1px solid #efefef;
    border-top: none;
}
    .badge {
        border-radius: 2px;
        font-weight: normal;
    }

    .badge.bg-primary {
        background-color: #00568f !important;
    }

    .badge.bg-warning {
        color: #000 !important;
    }

.head-alert {
    background: #e8f1ff;
    border: 1px solid #86afd0;
    color: #124771;
    margin-top: 70px;
}

    .head-alert strong {
        min-width: 140px;
        display: inline-block;
    }

.main-heading-fixed {
    position: fixed;
    top: 100px;
    z-index: 9;
    width: 100%;
    background: #fff;
    padding: 10px 20px 10px !important;
    left: 0;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #fff !important;
    background-color: #124771;
    border-color: var(--bs-nav-tabs-link-active-border-color);
    font-size: 14px;
}

.nav-tabs li a {
    font-size: 14px !important;
    color: #124771 !important;
    padding: 14px;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    isolation: isolate;
    border-color: #c9e7ff #c9e7ff #8a8a8a #c9e7ff;
}

.dataTables_scroll, .dataTables_wrapper .dataTables_filter, .table-responsive {
    margin-bottom: 20px !important;
}

table.dataTable thead th, table.dataTable thead td {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.form-check-input {
    width: 1em !important;
    margin-left: 0 !important;
    margin-top: .25em;
}

.holiday-block img {
    margin: 13.5px 0;
    position: relative;
}

.slider-inner img {
    margin: 0 !important;
}

.block-inner {
    position: absolute;
    margin-bottom: 20px;
    color: #fff;
    top: 80px;
    left: 87px;
}

.btn-action {
    outline: none;
    background: #2a709e;
    color: #fff;
    border-radius: 5px;
    padding: 1px 5px;
    font-size: 13px;
}

.btn__red {
    background: #ff6b6b !important;
}

.btn-action:hover, .btn-action:active, .btn-action:focus {
    color: #fff;
}

.availability span {
    background: #669933;
    padding: 1px 10px;
    margin: 10px;
}

.availability--bg {
    background: #f05757 !important;
    margin-left: 0 !important;
}

.issued--bg {
    background: #f2a040 !important;
}

.block-inner_2 {
    position: absolute;
    margin-bottom: 20px;
    color: #fff;
    top: 200px;
    left: 90px;
}

.block-inner h4 {
    margin: 0;
}

.block-inner img {
    margin-right: 5px;
}

.dropdown-menu .arrow::after {
    border-color: #87C42B transparent transparent;
    border-style: solid;
    border-width: 13px 13px 0;
    content: " ";
    display: block;
    height: 0;
    width: 27px;
    top: -28px;
    left: 125px;
    border-width: 0 8px 13px 8px;
    background-image: url(../images/caret-up.png);
    position: relative;
    background-repeat: no-repeat;
}

.lms-notification_dropdown .arrow::after {
    border-color: #87C42B transparent transparent;
    border-style: solid;
    border-width: 13px 13px 0;
    content: " ";
    display: block;
    height: 0;
    width: 36px;
    top: -28px;
    left: 125px;
    border-width: 0 8px 13px 8px;
    background-image: url(../images/arrow-grey.png);
    position: relative;
    background-repeat: no-repeat;
}

.p-0 {
    padding: 0;
}

.m-0 {
    margin: 0;
}

.icon-caret {
    position: absolute;
    top: 27px;
    z-index: 9;
    left: 10px;
}

.lms-btn_detail {
    border: 1px solid rgb(33, 150, 243);
    border-radius: 5px;
    color: rgb(33, 150, 243);
    padding: 5px 11px;
}

    .lms-btn_detail:hover {
        color: #fff;
        border-color: rgb(33, 150, 243);
        background-color: rgb(33, 150, 243);
        -webkit-box-shadow: 0px 0px 43px -9px rgba(158,156,158,1);
        -moz-box-shadow: 0px 0px 43px -9px rgba(158,156,158,1);
        box-shadow: 0px 0px 43px -9px rgba(158,156,158,1);
    }

.lms-section_post .notify-block {
    list-style: none;
    padding-left: 0;
}

.lms-section_post .post-content {
    min-height: 405px;
    margin-bottom: 50px;
}

.lms-section_post .notify-block li {
    border-radius: 4px;
    background-color: rgb(250, 250, 250);
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    padding: 10px;
    margin-top: 10px;
}

    .lms-section_post .notify-block li span, .lms-section_post .post-content .caption-progress {
        margin-left: 15px;
        font-size: 16px;
        color: #616161;
    }

.lms-section_post .post-content .caption-progress {
    margin-left: 0;
}

.lms-section_post .notify-block li:hover {
    -webkit-box-shadow: 0px 0px 5px 2px rgba(209,209,209,1);
    -moz-box-shadow: 0px 0px 5px 2px rgba(209,209,209,1);
    box-shadow: 0px 0px 5px 2px rgba(209,209,209,1);
}

.card:hover {
    box-shadow: 0 1px 12px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.nav-tabs li.active a, .nav-tabs li.active a:focus, .nav-tabs li.active a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #8a8a8a;
    border-bottom-color: transparent;
    font-size: 18px;
}

.nav-tabs li a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    font-size: 18px;
    color: #9e9e9e;
}

.progress, .progress-bar {
    border-radius: 22px;
}

.lms-section_holiday {
    background-color: #f5f5f5;
    padding-top: 50px;
    padding-bottom: 50px;
}

.library-listing .emp-table .table-heading {
    margin-bottom: 30px;
}

.library-listing .emp-table table thead {
    color: #fff;
    background: #00568f;
}

.library-listing .emp-table table tbody tr {
    background-color: #ececec;
}

.bl--red {
    border-left: 7px solid #f05757;
}

.bl--green {
    border-left: 7px solid #669933;
}

.issued--bg {
    background: #f2a040 !important;
}

.library-tabs {
    margin-bottom: 30px;
}

.byline p {
    text-align: center;
    color: #7eba7c;
    font: bold 18px Arial, Helvetica, Sans-serif;
    text-shadow: 0 2px 3px rgba(0,0,0,0.1);
}

.library-listing .emp-table table tbody tr td {
    padding: 6px;
    border-top: 10px solid #fff;
    color: #0a0a0a;
    text-align: left;
    font-size: 15px;
}

.field-validation-error, #commentBox-error {
    color: #ff0000;
    font-size: 1.5rem;
}

.library-listing .emp-table table tbody tr th {
    font-size: 14px;
}

.text-ellipsis {
    position: relative;
}

    .text-ellipsis span {
        position: absolute;
        width: 138px;
        overflow: hidden;
        top: 7px;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.lms-section_holiday .leave-count {
    font-size: 50px;
}

.lms-section_holiday .leave-type {
    color: #fff;
    padding: 5px 20px;
    border-radius: 25px;
}

    .lms-section_holiday .leave-type.pl-leave {
        background-color: #4db7ad;
    }

    .lms-section_holiday .leave-type.cl-leave {
        background-color: #9675ce;
    }

    .lms-section_holiday .leave-type.sl-leave {
        background-color: #ef999a;
    }

.lms-section_holiday .apply-leave {
    color: #3c9bd5;
    margin-top: 15px;
}

    .lms-section_holiday .apply-leave a {
        font-weight: bold;
        color: #2a91d2;
        text-decoration: none;
    }

.user-section {
    width: 450px;
    margin: 0 auto;
}

.input-group--space .form-control {
    border-color: #ccc #ccc #ccc #0288d1 !important;
}

.lms-section_holiday .tab-pane {
    width: 100%;
    float: left;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.grow:hover {
    transform: scale(1.2);
    -webkit-transition-duration: .5s;
}

.library-listing.bg-table {
    background: url(../images/table-bg.jpg);
    background-size: cover;
    height: 890px;
    background-repeat: repeat-x;
    padding: 20px;
    margin-top: 5px;
}

.add-books {
    height: 830px !important;
}

.spinner {
    margin-bottom: 0 !important;
}

.custom-alert {
    padding: 0 20px;
    margin-top: 25px;
}

    .custom-alert .alert-danger {
        margin-bottom: 0;
    }

.error--inner {
    margin: 70px 0;
}

    .error--inner p {
        font-size: 50px;
        font-weight: bold;
        margin: 42px 0 20px 0;
        color: #b0aeae;
        line-height: 55px;
        font-family: 'Amatic SC', cursive;
    }

.btn--error {
    background: none;
    border: 2px solid #83a9c9;
    color: #83a9c9;
    border-radius: 30px;
    padding: 10px 25px;
    font-weight: 600;
    margin-top: 15px;
}

    .btn--error:hover {
        -webkit-box-shadow: 0px 3px 5px 0px rgba(186,188,196,1);
        -moz-box-shadow: 0px 3px 5px 0px rgba(186,188,196,1);
        box-shadow: 0px 3px 5px 0px rgba(186,188,196,1);
        color: #83a9c9;
    }

.ui-datepicker {
    background: #fff;
    display: block;
    box-shadow: 0px 0px 5px 0px rgba(189,189,189,1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(189,189,189,1);
    box-shadow: 0px 0px 5px 0px rgba(189,189,189,1);
    padding: 10px;
}

.ui-icon {
    color: #fff;
    background: #3493e4;
    margin-right: 5px;
    padding: 2px 8px;
    border-radius: 4px;
    text-decoration: none;
    cursor: pointer;
}

    .ui-icon:hover {
        text-decoration: none;
    }

.ui-datepicker-calendar th {
    text-align: left;
    padding: 8px;
}

.ui-datepicker-header {
    text-align: center;
}

.datepicker-dropdown.datepicker-orient-bottom:before, .datepicker-dropdown.datepicker-orient-bottom:after {
    display: none !important;
}

footer p {
    margin: 0;
    color: #fff;
}

.fa-book {
    margin-right: 5px;
}

.sb-search {
    float: right;
    width: 40px;
}

    .sb-search.sb-search-open {
        width: 100%;
        max-width: 400px;
    }

input[type="search"].sb-search-input {
    position: absolute;
    top: 0;
    right: 3px;
    border-radius: 30px;
    border-color: transparent;
    outline: none;
    background: #fff;
    height: 38px;
    margin: 0;
    z-index: 10;
    font-family: inherit;
    font-size: 20px;
    color: #2c3e50;
    width: 0;
    padding: 0;
    transition: width 0.5s ease-in-out 0s;
}
.btn{
    font-size: 13px !important;
    border-radius: 4px !important;
}
.filters .badge {
    vertical-align: text-bottom;
    margin-left: 5px;
}
.form-control {
    appearance: auto;
}

.input-group-btn {
    z-index: 99;
    outline: none;
}

.sb-search-open input[type="search"].sb-search-input {
    width: 100%;
    padding: 10px 0px 10px 20px;
    border-radius: 30px;
    font-size: 15px;
    border-color: #ccc;
}

.datepicker {
    padding: 0px 5px;
    border-radius: 6px;
    border: 1px solid #b9b9b9;
}

.top-pane-header {
    margin-bottom: 20px;
}

.sb-search-input::-webkit-input-placeholder {
    color: #efb480;
    font-size: 16px;
}

.sb-search-input:-moz-placeholder {
    color: #efb480;
    font-size: 16px;
}

.sb-search-input::-moz-placeholder {
    color: #efb480;
    font-size: 16px;
}

.nav-tabs > li > a:hover {
    border-color: #eee #eee rgb(138, 138, 138);
}

footer {
    background: #376583;
    padding: 10px;
    width: 100%;
    border-radius: 0;
}

.dropdown-item {
    font-size: 15px;
    padding: 3px 15px;
}

.privacy-footer--inner {
    background: #313131;
    text-align: left;
}

.policy h2 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 10px;
}

.policy p {
    margin: 5px;
}

.footer-links li {
    display: inline;
}

    .footer-links li a {
        color: #fff;
    }

.section-content .btn {
    text-transform: uppercase;
    border-radius: 3px;
    padding: 7px 13px;
    background-color: rgb(2, 136, 209);
    box-shadow: 0px 2px 4.75px 0.25px rgba(204, 204, 204, 0.84);
    border-color: rgb(2, 136, 209);
    font-family: open sans,sans-serif;
    margin-top: 5px;
    position: relative;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: .1px;
    transition: all 0.3s ease-out 0s;
}

    .section-content .btn:hover {
        box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2) !important;
    }

.btn-primary {
    border-radius: 3px;
    padding: 6px 11.8px;
    background-color: rgb(2, 136, 209);
    box-shadow: 0px 2px 4.75px 0.25px rgba(204, 204, 204, 0.84);
    border-color: rgb(2, 136, 209);
    margin-top: 0;
    position: relative;
    font-weight: 400;
    transition: all 0.3s ease-out 0s;
    font-size: 14px !important;
}

.form-group .control-label {
    color: #494949;
}

.btn--submit {
    text-transform: uppercase;
    border-radius: 3px;
    padding: 6px 11.8px;
    background-color: rgb(2, 136, 209);
    box-shadow: 0px 2px 4.75px 0.25px rgba(204, 204, 204, 0.84);
    border-color: rgb(2, 136, 209);
    margin-top: 5px;
    color: #fff;
    position: relative;
    margin-right: 10px;
    font-weight: 400;
    transition: all 0.3s ease-out 0s;
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn--submit:hover, .btn--submit:active, .btn--submit:focus {
        box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2) !important;
        background: rgb(2, 136, 209);
        border-color: rgb(2, 136, 209);
        color: #fff;
    }

.btn-small:hover {
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2) !important;
}

.addon-space .form-control {
    border-color: #ccc #ccc #ccc #f2a040 !important;
}

.btn--close {
    color: #fff;
    margin-top: 5px;
    text-transform: uppercase;
    background-color: #908c8c;
    border-color: #8c8c8c;
    box-shadow: 0px 2px 4.75px 0.25px rgba(204, 204, 204, 0.84);
}

    .btn--close:focus, .btn--close:active, .btn--close:hover {
        color: #fff;
        box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2) !important;
    }
/* text- animations*/


/* ------------------------------------------------------------------- */
/* add/edit books */
.form-item {
    padding: 45px;
    border: 1px solid;
    background: #fff;
    border-color: #4f5354 #ccc #ccc #ccc;
    float: left;
    width: 100%
}

    .form-item .form-group label {
        font-size: 18px;
    }

.head {
    margin-top: 25px;
}

.add-books {
    padding: 20px;
}

    .add-books .table-heading {
        margin-top: 30px;
    }

    .add-books .form-group input {
        border: 1px solid #d7d7d7;
        width: 100%;
        resize: none;
        font-size: 16px;
        color: #979797;
        border-radius: 4px;
        padding: 8px 14px;
        height: auto;
        min-height: 45px;
    }

.input-group {
    height: 35px;
}

.input-group--space {
    height: 34px;
}

.input-group input {
    padding: 0 6px;
    border-radius: 5px 0 0 5px !important;
}
.input-group.append input {
    padding: 0 6px;
    border-radius: 0 5px 5px 0 !important;
}

.panel-group .panel-heading {
    border-bottom: 0;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 0;
    padding: 10px 6px 13px 6px !important;
}

.panel-group {
    margin-right: 5px;
}

.responsive-table td form {
    float: left;
    margin-right: 3px;
}

.input-group-addon {
    color: #fff;
    background-color: #0288d1;
    border: 1px solid #0288d1;
}

.greybg-header {
    background: #00568f;
    color: #fff;
    font-size: 20px;
    padding: 8px 20px;
}

.form-item .btn {
    padding: 8px 30px;
    font-size: 14px;
    border-radius: 3px;
    text-transform: uppercase;
    margin-top: 15px;
}

    .form-item .btn.dropdown-toggle {
        margin-top: 0 !important;
        padding: 12.5px;
        font-size: 14px;
        height: 45px;
        border: 1px solid #ccc;
    }

.caret--spacing {
    margin-left: 10px !important;
    margin-right: -7px;
}

.currency--type {
    margin: 0px 5px 0 2px;
    width: 15px;
    vertical-align: sub;
}

.dropdown-menu-right {
    padding: 0;
    min-width: 65px !important;
}

    .dropdown-menu-right li {
        padding-left: 10px;
    }

    .dropdown-menu-right li {
        padding: 3px 5px;
    }

.btn-lg {
    min-width: 97px;
}

.home-link {
    color: #00568f;
    font-size: 19px;
    font-weight: 600;
}

    .home-link:hover {
        color: #00568f !important;
    }

    .home-link img {
        vertical-align: sub;
        margin-right: 7px;
    }

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none !important;
    opacity: .65;
    background: #ccc !important;
    color: #777 !important;
}

.required {
    color: #ce0400;
}

.ui-datepicker {
    z-index: 999 !important;
}

.date-picker {
    position: relative;
}

    .date-picker .fa {
        position: absolute;
        right: 25px;
        top: 12px;
        color: green;
    }

.add-book--middle {
    margin-top: 7px;
}

.thankyou-popup {
    text-align: center;
}

    .thankyou-popup h4, .thankyou-popup p {
        margin-top: 5px;
    }

    .thankyou-popup .policy h2 {
        color: #000;
        margin-bottom: 5px;
        margin-top: 50px;
    }

    .thankyou-popup .policy p {
        font-size: 14px;
    }

.policy ul {
    padding-left: 12px;
}

    .policy ul li {
        font-size: 13px;
        line-height: 21px;
    }

.table--scroll {
    height: 530px;
    overflow: auto;
}

.panel-body {
    padding: 5px;
}

.panel-default .panel-heading {
    background: none;
    padding: 14px 10px 14px 10px;
}

.panel-title a {
    color: #626262;
    font-weight: 300;
    display: block;
    font-size: 12px;
}

.panel-group .panel + .panel {
    margin-top: 10px;
}

.panel-group .panel {
    border-radius: 0;
}

.privacy-footer--inner .policy ul li {
    font-size: 15px;
    color: #fff;
}

.reissue-popup p {
    margin: 3px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.reissue-popup form span {
    margin-right: 20px;
}

.reissue-popup span input {
    margin-right: 5px;
}

.datepicker-dropdown.datepicker-orient-top:after {
    display: none !important;
}

.loading {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

    /* Transparent Overlay */
    .loading:before {
        content: '';
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.71);
    }

.error-message .modal-content .modal-header {
    background-color: #f66055;
    text-align: center;
    border-radius: 5px 5px 0 0px;
}

#returnBookName {
    font-weight: 300 !important;
}

.error-message .modal-content .modal-body p, .confirm-message .modal-content .modal-body p {
    font-size: 17px;
    color: #696969;
    margin: 0;
    font-family: open sans,sans-serif;
    font-weight: 300;
}

.modal-footer .btn + .btn {
    margin-left: 0;
}

.error-message .modal-content .modal-footer, .confirm-message .modal-content .modal-footer {
    text-align: center;
}

    .error-message .modal-content .modal-footer .btn-default {
        background-color: #f66055;
        border-color: #f23325;
        color: #fff9f0;
        padding: 7px 30px;
    }

.error-message .modal-content .modal-header h4 {
    color: #fff;
}

.confirm-message .modal-content .modal-header {
    background-color: #fff;
    text-align: center;
    border-radius: 5px 5px 0 0px;
}

    .confirm-message .modal-content .modal-header h4 {
        color: #000;
        text-align: left;
    }

.btn--blue {
    background: #4E7195 !important;
    border-color: #4e7194 !important;
    padding: 6px 15px;
    color: #fff;
}


.mob-block {
    display: inline-block;
    margin-left: 10px !important;
    background: none !important;
}

.employee--table .text-ellipsis span {
    width: 90%;
    top: 5px;
}

.collapsed i {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

/* ===================================================================
  *  02. Media Quaries
  *
* ------------------------------------------------------------------- */
@media only screen and (max-width: 990px) {
}

@media (min-width:1024px) and (max-width:1199px) {
    .btn-action {
        outline: none;
        background: #2a709e;
        color: #fff;
        padding: 1px 1px;
        font-size: 13px;
    }
}

@media (min-width:768px) and (max-width:990px) {
    .date-picker .fa {
        position: absolute;
        right: 19px;
        top: 24px;
        color: green;
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .lms-section_holiday .leave-type {
        color: #fff;
        padding: 5px 4px;
        font-size: 12px;
        border-radius: 25px;
    }

    .mtb-50 {
        padding: 23px 0;
    }

    .block-inner {
        margin-top: -63px;
        margin-bottom: 21px;
    }

    .carousel-control.left, .carousel-control.right {
        top: 153px;
    }

    .lms-header .main-nav, .lms-header .main-nav li {
        display: inline-block;
        list-style: none;
        padding: 5px 0;
    }

    .text-ellipsis span {
        position: absolute;
        width: 48px;
        overflow: hidden;
        top: 17px;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .text-ellipsis span {
        width: 48px;
        overflow: hidden;
        top: 19px;
    }
}

@media (min-width:992px) and (max-width:1024px) {
    .text-ellipsis span {
        width: 96px !important;
        overflow: hidden;
        top: 17px;
    }

    .date-picker .fa {
        top: 25px;
    }
}

@media (max-width: 767px) {
    .date-picker .fa {
        position: absolute;
        right: 54px;
        top: 12px;
        color: green;
    }

    .tooltip {
        display: none !important;
    }

    .library-listing.add-books {
        height: 1070px !important;
    }

    .text-ellipsis .mightHaveElipsis {
        position: inherit;
        float: left;
        width: 60px;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-weight: bold;
    }

    .datepicker {
        width: 58%;
    }

    .text-ellipsis span {
        position: inherit;
        width: auto;
        overflow: hidden;
        top: 0;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .reissue-popup span {
        margin-right: 30px;
    }

    .panel-title a {
        color: #626262;
        font-weight: 300;
        display: block;
        padding: 0 0 10px 0;
        font-size: 12px;
    }

    .bg-banner {
        padding-top: 38px;
    }

    .input-group--space {
        margin-top: 15px;
    }

    .date-picker {
        position: relative;
    }

    .add-books {
        height: 913px !important;
        padding: 20px;
    }

    .privacy-footer--inner {
        bottom: 67px;
    }

    .form-item {
        padding: 20px 15px;
        float: left;
    }

    .btn-primary--mob {
        width: 120px;
        margin: 25px auto;
    }

    .login-footer span {
        display: block;
    }

    .library-listing.bg-table {
        margin-top: 20px;
    }

    .logo-sm {
        margin-top: 25px;
    }

    .user-section {
        width: 96%;
        margin-top: 20px;
        margin-bottom: 40px;
    }

    .login-footer {
        position: relative;
        background: none;
        color: #9e9e9e;
        bottom: 32px;
    }

    .table-heading {
        font-family: Futura;
        font-size: 30px;
    }

    .lms-header {
        padding: 0px;
    }

    .header-menu li:first-child {
        border-right: none;
        padding-right: 0;
    }

    .library-listing.bg-table {
        padding: 0;
    }

    .btn-primary {
        margin-bottom: 20px;
    }

    .library-listing .emp-table .table-heading {
        margin-bottom: 30px;
        text-align: center;
    }

    .table-responsive {
        overflow: auto;
        height: 240px;
    }

    .lms-section_post {
        margin-top: 30px;
    }

    .mob-center {
        text-align: center;
    }

    .lms-section_post .post-content h2 {
        font-size: 17px;
        display: inline-block;
    }

    .pricing-featured_post .card-content span {
        font-size: 11px;
        width: auto;
    }

    .pricing-featured_post {
        min-height: 560px;
    }

    .post-content {
        margin: 20px 0;
    }

    .mtb-50 {
        padding: 10px 0;
    }

    .lms-carousel .bg-carousel {
        margin-top: 30px;
        height: 350px;
    }

    .jcarousel li {
        margin: 30px 0 !important;
    }

    .pricing-featured_post .heading span {
        position: relative;
        display: inline-block;
        top: -18px;
        padding: 0 8px;
        font-size: 18px;
        background: #0299b7;
    }

    .pricing-featured_post {
        padding-top: 30px;
    }

    .lms-header {
        margin: 0;
    }

        .lms-header ul li {
            margin-left: 5px;
        }

        .lms-header .dropdown-menu {
            top: 34px;
            left: -136px;
            min-width: 236px;
            z-index: 2;
            padding: 15px;
        }

    .lms-notification_dropdown {
        top: 34px;
        left: -136px;
        min-width: 293px !important;
        z-index: 2;
        padding: 15px;
    }

        .lms-notification_dropdown .arrow::after {
            top: -35px !important;
            left: 188px !important;
        }

    .lms-notification_dropdown {
        padding: 0 !important;
        top: 37px !important;
        left: -192px !important;
        min-width: 340px;
        z-index: 2;
    }

    .holiday-block img {
        margin: 13.5px auto;
        position: relative;
    }

    .nav > li > a {
        position: relative;
        display: block;
        padding: 10px 7px;
    }

    .library-listing.bg-table {
        height: auto;
    }



    .availability {
        text-align: left;
    }

    .input-group-addon {
        margin-bottom: 10px;
    }

    .addon-space {
        margin-bottom: 15px;
    }

    .reissue-popup form span {
        display: block;
    }

    .hasDatepicker {
        width: 100%;
    }

    .issued--bg {
        margin-left: 10px !important;
    }

    .bl--red {
        border-left: 4px solid #f05757;
    }

    .bl--green {
        border-left: 4px solid #669933;
    }

    .bl-blue {
        border-left: 4px solid #f2a040;
    }

    .availability {
        text-align: center;
    }

    .mob-block {
        display: block;
        background: none !important;
    }
}

@media (max-width: 500px) {
    .login-footer span {
        display: block;
    }

    .reissue-popup span {
        margin-right: 20px;
        width: 40%;
        display: inline-block;
    }
}
/* innerpage */
@media (min-width: 1200px) {
    .container {
        width: 1170px !important;
    }

    .col-lg-push {
        left: 37.333333%;
    }

    .ui-datepicker-header .ui-state-hover, .ui-datepicker-header .ui-widget-content .ui-state-hover, .ui-datepicker-header .ui-widget-header .ui-state-hover {
        border: 0 !important;
        background: none !important;
    }

    .ui-datepicker-prev-hover {
        top: 2px !important;
        left: 2px !important;
    }

    .ui-datepicker-next-hover {
        top: 2px !important;
        right: 2px !important;
    }
}

.modal-footer {
    padding: 15px;
    text-align: right !important;
    border-top: 1px solid #e5e5e5;
}

.datepicker {
    min-height: 30px;
}

#inputSearchBooks::-ms-clear {
    display: none;
}

.dropdown-menu {
    min-width: 200px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    opacity: 1;
}

.dropdown-item:hover {
    background-color: rgb(8 99 149);
    color: #fff;
    opacity: 1;
}

.dropdown-menu {
    padding: 0;
}

table.dataTable {
    width: 100% !important;
}

.main-menu {
    display: flex;
    align-items: end;
    justify-content: end;
}

    .main-menu .header-menu li {
        font-family: 'Lato', sans-serif;
    }

    .main-menu .header-menu.no-border li:first-child {
        border-right: none;
    }

.main-content {
    display: flex;
    flex-flow: column;
    gap: 20px;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.overlay-menu {
    position: fixed;
    height: 100vh;
    width: 260px;
    background: #1a4d7f;
    z-index: 999;
    top: 100px;
    display: none;
    right: 0;
}
    .overlay-menu li strong a {
        background: #2264a5;
        color: #fff !important;
    }

    .overlay-menu .dropdown-menu.show {
        display: block;
        position: relative !important;
        transform: none !important;
        top: 0 !important;
        left: 0 !important;
        background: transparent;
        box-shadow: none;
        border: none;
    }

        .overlay-menu .dropdown-menu.show a, .overlay-menu .dropdown-menu.show a:hover, .overlay-menu .dropdown-menu.show li:hover, .overlay-menu .dropdown-menu.show li {
            padding: 0;
            border-radius: 0 !important;
        }

            .overlay-menu .dropdown-menu.show li:last-child {
                border-bottom: none;
            }

            .overlay-menu .dropdown-menu.show li a {
                padding: 5px 15px !important;
            }

    .overlay-menu ul {
        list-style: none;
        padding: 0 0;
        margin: 0;
        max-height: 500px;
        overflow-y: auto;
    }

        .overlay-menu ul li {
            border-bottom: 1px solid #123c64;
            border-top: 1px solid #1e4f7e;
            cursor: pointer;
        }

            .overlay-menu ul li:hover {
                background: #154673;
            }

            .overlay-menu ul li a {
                color: #fff;
                padding: 5px 15px !important;
                text-decoration: none;
                display: block;
                font-size: 14px;
            }

.inner-table {
    margin: 50px 0;
}

.main-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    padding-bottom: 2px;
    border-bottom: 2px solid #909090;
}

    .main-heading h4 {
        font-size: 22px !important;
        line-height: normal;
    }

    .main-heading .btn-primary {
        margin-top: 5px;
    }


.table-container {
    width: 100%;
    overflow-x: auto; /* Enables horizontal scrolling */
    white-space: nowrap; /* Prevents text wrapping */
}

.table {
    width: 100%;
    min-width: 100%; /* Ensures the table does not shrink too much */
}

    .table th, .table td {
        padding: 12px;
        border: 1px solid #dee2e6;
        text-align: center;
        white-space: nowrap; /* Prevents text from wrapping */
    }

select.form-select {
    /* Adjust width as needed */
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: visible;
}

.input-disabled-style {
    background-color: #e9ecef; /* Same as Bootstrap's disabled input */
    color: #6c757d; /* Disabled text color */
    pointer-events: none; /* Prevent interaction */
    opacity: 1; /* Keep opacity normal */
    border-color: #ced4da; /* Optional: match standard border */
}

.inner-form {
    padding: 20px;
    background: #f1f1f1;
}

.input-group-text {
    font-size: 13px;
}

.inner-form .form-control {
    font-size: 14px;
}

.inner-form h5 {
    border-bottom: 1px solid #ccc;
    padding-bottom: 8px;
    margin-bottom: 20px;
}

.footer-button {
    margin-top: 10px;
    padding-top: 20px;
    border-top: 1px solid #ccc;
}


/*add new css*/
.add-row__button {
    color: #348cc5;
    background-color: #ffffff;
    border-color: #348cc5;
}

    .add-row__button:hover {
        color: #ffffff;
        background-color: #348cc5;
        border-color: #348cc5;
    }

.btn:first-child:active {
    color: #ffffff;
    background-color: #348cc5;
    border-color: #348cc5;
}


.button__save {
    color: #ffffff;
    background-color: #348cc5;
}

    .button__save:hover {
        color: #ffffff;
        background-color: #348cc5;
        box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2) !important;
    }

.button-container {
    display: flex;
    justify-content: flex-end;
    gap: 10px; /* adds space between Reset and Save */
}

.published-price {
    border-left: 1px solid #86afd0;
    padding-left: 20px;
    margin-left: 10px;
}

    .published-price p {
        margin: 0;
    }

    .published-price .costing {
        display: inline-grid;
        grid-template-columns: 150px 150px 150px;
        padding: 0;
    }

.main-heading-fixed + .head-alert {
    display: grid;
    grid-template-columns: 420px 1fr;
}

.form-group input {
    font-size: 14px;
}

.input-group-append .input-group-text {
    border-radius: 0 5px 5px 0 !important;
}


.disabled-select {
    background-color: #e9ecef;
    color: #6c757d;
    pointer-events: none;
    opacity: 1;
    border-color: #ced4da;
}

td .btn-sm {
    padding: 5px 7px !important;
    min-width: 28px;
}
.bg-blue-dark {
    background: #016297;
    border-color: #016297;
}

.bg-blue-normal {
    background: #0288d1;
    border-color: #0288d1;
}

.bg-blue-solid {
    background: #03a9f4;
    border-color: #03a9f4;
}
.bg-blue-light {
    background: #59bce9;
    border-color: #59bce9;
}
.bg-geen-dark {
    background: #0da559;
    border-color: #0da559;
}

.bg-green-normal {
    background: #0d8749;
    border-color: #0d8749;
}
.delete-modal {
    background: #f2f2f2;
}

    .delete-modal h4.text-danger {
        font-size: 19px;
        padding: 15px;
        color: #373737 !important;
        border-bottom: 1px solid #ccc;
    }

    .delete-modal dl {
        padding: 15px;
        margin-bottom: 0 !important;
    }

    .delete-modal form {
        padding: 0 15px 15px;
        margin-top: 0 !important;
    }
.w-250 {
    width: 250px !important;
}
.w-175 {
    width: 175px !important;
}
.modal-md {
    max-width: 630px
}

/** Home page notification section */
.notification-container {
    background: #ffffff;
    padding: 20px;
    border-radius: 5px;
    border: 1px solid #ffffff;
    margin-top: -75px;
    z-index: 9;
    position: relative;
    box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.1);
    max-height: 275px;
    overflow-y: auto;
}

    .notification-container h5 {
        margin-bottom: 15px;
    }

    .notification-container td {
        font-size: 15px;
    }

    .notification-container .text-left a {
        color: #343434;
        text-decoration: underline;
        font-size: 15px;
    }

    .notification-container .dismiss-button {
        background: #dc3545;
        color: #fff !important;
        font-size: 16px !important;
    }

.bg-notify {
    box-shadow: 0 1px 3px rgba(246, 242, 242, 0.79), 0 1px 2px rgba(0, 0, 0, 0.24);
    background-color: #fafafa;
    padding: 12px 15px;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 10px;
    font-size: 15px;
    border-radius: 4px;
    position: relative;
    transition: background-color 0.2s;
}
    /* Type overrides */
    .bg-notify.type-newservicecode {
        background-color: var(--bs-info-bg-subtle); /* info blue */
        border-left: 4px solid var(--bs-info);
    }

    .bg-notify.type-pricerequest {
        background-color: var(--bs-warning-bg-subtle); /* yellow warning */
        border-left: 4px solid var(--bs-warning);
    }

    .bg-notify:hover {
        background-color: #f0f0f0;
    }

    .bg-notify .desc-info {
        display: flex;
        flex-direction: row;
        font-size: 15px;
    }

    .bg-notify i.fa {
        min-width: 32px;
        text-align: center;
    }
