.navbar {
    padding: 0rem 1rem !important;
}

.nav-link:focus, .nav-link:hover {
    text-decoration: none;
    background-color: #cfcfcf;
}

.plusholiday-logo {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 20px;
}
.dataTables_wrapper .table tr th {
    position: sticky;
    top: 0px;
}
.table-responsive {
    position: relative;
    display: block;
    width: 100%;
    overflow-x: unset;
    overflow-y: scroll;
    height: 400px;
}
.box-1 {
    background: #CCCCCC;
    padding: 5px;
    border: 1px solid #333;
    border-radius: 5px;
}

.box-1 table tr td input{
    margin-right:4px;

}
    .box-1 table tr td label {
        font-size:11px;
    }
.box-2 {
    background: #CCCCCC;
    padding: 5px;
    border: 1px solid #333;
    border-radius: 5px;
}

.box-3 {
    background: #CCCCCC;
    padding: 5px;
    border: 1px solid #333;
    border-radius: 5px;
}
/*.dataTables_length,
.dataTables_wrapper {
    font-size: 1.6rem;
    background-color: #f9f9f9;
    border: 1px solid #999;
    border-radius: 4px;
    height: 3rem;
    line-height: 2;
    font-size: 1.8rem;
    color: #333;
}

.dataTables_length,
.dataTables_filter {
    margin-top: 30px;
    margin-right: 20px;
    margin-bottom: 10px;
    display: inline-flex;
}*/
.form-section-non {
    padding: 30px;
    margin: 20px 0px 40px 0px;
    display: none;
}

.form-section-block {
    padding: 30px;
    margin: 20px 0px 40px 0px;
    display: block;
}


.paginate_button {
    min-width: 4rem;
    display: inline-block;
    text-align: center;
    padding: 1rem 1.6rem;
    margin-top: -1rem;
    border: 2px solid lightblue;
    &:not(.previous)

{
    border-left: none;
}

&.previous {
    border-radius: 8px 0 0 8px;
    min-width: 7rem;
}

&.next {
    border-radius: 0 8px 8px 0;
    min-width: 7rem;
}

&:hover {
    cursor: pointer;
    background-color: #eee;
    text-decoration: none;
}

}

.table-wid-1 {
    max-width: 50px;
}

.table-wid-2 {
    max-width: 100px;
}

.table-wid-3 {
    max-width: 120px;
}

.table-wid-4 {
    max-width: 140px;
}

.table-wid-5 {
    max-width: 160px;
}

.table-wid-6 {
    max-width: 180px;
}

.table-wid-7 {
    max-width: 200px;
}

.table-wid-8 {
    max-width: 220px;
}

.table-wid-9 {
    max-width: 240px;
}

.table-wid-10 {
    max-width: 260px;
}

.nav-header {
    background: url(../images/strip-bg.jpg) repeat-x center top;
    border-bottom: 1px solid #b5b5b5;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Raleway', sans-serif;
    color: #000;
    padding-top: 170px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: bold;
}

.heading-titile {
    font-size: 16px;
    font-weight: 700;
    color: #001d7b !important;
    border-bottom: 1px solid #001d7b;
    padding-bottom: 8px;
    margin-top: 4px;
    margin-bottom: 10px;
}

p {
    font-size: 1rem;
    color: #000;
    line-height: 24px;
}

a {
    color: #000;
}

    a:hover {
        color: #0d408f;
        text-decoration: none;
        transition: all 0.3s ease;
    }

p.large {
    font-size: 1.125rem;
}

.outline-none {
    outline: none !important;
}

label {
    font-size: 12px;
    font-weight: 600;
    color: #000;
}

.navbar-toggler {
    border: 1px solid #d2d2d2;
    background: #000;
}

footer {
    background: #001d7b;
    padding: 8px 0px;
    color: #fff;
}

    footer a {
        color: #fff;
    }

        footer a:hover {
            color: #fff;
            text-decoration: underline;
        }

.container {
    max-width: 1200px;
}

.w-15 {
    width: 15px;
}

.btn-sm {
    padding: 5px 10px;
    !important;
}

.login-bx {
    border-radius: 8px;
    padding: 15px;
    border: 1px solid #c1c0c0 !important;
}

.shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-sm {
    box-shadow: 0 0.125rem 0.75rem rgba(0, 0, 0, 0.075) !important;
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}


.text-primary {
    color: #035c9e !important;
}

.text-dark {
    color: #222 !important;
}

.bg-primary {
    background: #001d7b !important;
}


.btn {
    padding: 0.390rem 1rem 0.390rem 1rem !important;
}


.btn-primary {
    background: #048f1d !important;
    color: #fff !important;
    border-color: #048f1d !important;
    border-radius: 5px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
}

    .btn-primary:hover {
        background: #414141 !important;
        color: #fff !important;
        border-color: #414141 !important;
    }


a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
    background: transparent !important;
}

.form-section label {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0px;
    color: #2A2B2F !important;
}

.font-weight-400 {
    font-weight: 400;
}

.font-weight-500 {
    font-weight: 500;
}

.font-weight-600 {
    font-weight: 600;
}

.font-size-11 {
    font-size: 11px;
}

.font-size-12 {
    font-size: 12px;
}

.font-size-13 {
    font-size: 13px;
}

.font-size-14 {
    font-size: 14px;
}

.font-size-15 {
    font-size: 15px;
}

.font-size-16 {
    font-size: 16px;
}

.rounded {
    border-radius: 5px !important;
}

.header-bar {
    transition: all 0.2s ease-in-out;
    width: 100%;
    padding: 0px 0px;
}

.header-new {
    box-shadow: 2px 0 10px rgb(0 0 0 / 40%);
}

.heder-img {
    background: url(../images/header-bg.jpg) no-repeat center top;
    background-size: cover;
}

.middle-bx {
    margin: 70px 0px;
}

.logo {
    padding-left: 40px;
}

.back-office {
    line-height: 100px;
    font-size: 24px;
    color: #fff;
    font-weight: 600;
    padding-top: 20px;
    padding-right: 70px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    color: #333;
}

.nav-item {
    border-left: 1px solid #c1c1c1;
}

    .nav-item:first-child {
        border-left: 0px !important;
    }

.form-section {
    padding: 30px;
    margin: 20px 0px 40px 0px;
}

.dropdown-item:focus, .dropdown-item:hover {
    background: #d2d2d2;
    color: #333;
    padding: 8px;
}

.dropdown-menu {
    padding: 0px;
    border-radius: 0px;
    border: 0px;
}

.dropdown-item {
    padding: 8px;
}

.w-30 {
    width: 30px;
}

.form-control {
    border: 1px solid #c1c0c0 !important;
}

@media (max-width:767px) and (min-width:320px) {
    .back-office {
        display: none;
    }

    .navbar-toggler-icon {
        background: url(../images/download.png) no-repeat center top !important;
    }

    .navbar-brand {
        display: inline-block;
        padding-top: 0.3125rem;
        padding-bottom: 0.3125rem;
        margin-right: 1rem;
        font-size: 1.25rem;
        line-height: inherit;
        white-space: nowrap;
        text-align: left;
        float: left;
        width: 285px;
    }
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
}


@media (max-width:1039px) and (min-width: 992px) {
}



@media (min-width:768px) and (max-width: 1024px) {
}
