﻿@charset "UTF-8";
/*****************
2D132C
54123B
801336
C02739
*****************/
@media print {
    body {
        background-color: #fff;
    }

    main {
        padding-top: 0px;
        padding-bottom: 0px;
    }
}

a {
    color: #333;
}

    a:hover {
        text-decoration: none;
    }

    a.bg-light:focus, a.bg-light:hover, button.bg-light:focus, button.bg-light:hover {
        background-color: #fff !important;
    }

body {
    background-color: #e9ebff;
}

.bg-light {
    background-color: #fff !important;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-right: 5px;
    padding-left: 5px;
}

main {
    padding-top: 10px;
    padding-bottom: 80px;
}

    main .container-fluid {
        padding-right: 40px;
        padding-left: 40px;
        margin-bottom: 30px;
    }

@media (max-width: 991px) {
    main {
        padding-bottom: 60px;
    }

        main .container-fluid {
            padding-right: 30px;
            padding-left: 30px;
        }
}

@media (max-width: 767px) {
    main {
        padding-bottom: 50px;
    }

        main .container-fluid {
            padding-right: 15px;
            padding-left: 15px;
        }
}

.btn-primary {
    background-color: #2f038e;
    border-color: #2f038e;
}

    .btn-primary:hover {
        background-color: #3642c6;
        border-color: #3642c6;
    }

    .btn-primary:active {
        background-color: #2f038e;
        border-color: #2f038e;
    }

.btn-info {
    background-color: #13dafe;
    border-color: #13dafe;
}

    .btn-info:hover {
        background-color: #0dbddd;
        border-color: #0dbddd;
    }

.btn-danger {
    background-color: #dd636e;
    border-color: #dd636e;
}

    .btn-danger:hover {
        background-color: #d22b54;
        border-color: #d22b54;
    }

.btn-success {
    background-color: #5ee39e;
    border-color: #5ee39e;
}

    .btn-success:hover {
        background-color: #24b96b;
        border-color: #24b96b;
    }

.btn-sm {
    padding: .1rem .5rem;
    font-size: .6rem;
    line-height: 1.5;
}

    .btn-sm img {
        max-width: 16px;
        margin: 2px;
    }

.btn-light {
    background-color: #eee;
}

.color {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 5px;
    border-radius: 3px;
}

.input-group-sm > .custom-select, .input-group-sm > .form-control,
.input-group-sm > .input-group-append > .btn,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .custom-select, .input-group-sm > .form-control:not(textarea) {
    height: 24px;
    padding: 0rem .2rem;
    font-size: .7rem;
}

.page-box {
    min-height: 50px;
    background: red;
    margin-bottom: 10px;
}

.box {
    background: #fff;
    padding: 0.5rem;
    margin-bottom: 1rem;
    -webkit-box-shadow: 0px 0px 5px 2px #2f038e30;
    box-shadow: 0px 0px 5px 2px #2f038e30;
    border: 0;
    border-radius: 12px;
}

.title {
    position: relative;
    border-left: 10px solid transparent;
    background: -webkit-gradient(linear, left top, left bottom, from(white), to(white)) padding-box, repeating-linear-gradient(-45deg, #f69ec4 0, #f69ec4 5%, transparent 0, transparent 10%, #653eb9 0, #653eb9 15%, transparent 0, transparent 20%) 0/30px 30px;
    background: linear-gradient(white, white) padding-box, repeating-linear-gradient(-45deg, #f69ec4 0, #f69ec4 5%, transparent 0, transparent 10%, #653eb9 0, #653eb9 15%, transparent 0, transparent 20%) 0/30px 30px;
}

    .title span {
        padding: 0px 15px 0 5px;
        background: #fff;
        display: inline-block;
        position: relative;
    }

        .title span.line {
            width: 100%;
            height: 3px;
            background: #3642c6;
            position: absolute;
            top: 50%;
            right: 0;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
        }

        .title span img {
            max-width: 30px;
        }

/*************

    Data Table

*************/
.dataTables_wrapper .dataTables_info,
.dataTables_length,
.dataTables_filter {
    display: none;
}

.table-search .dataTables_filter {
    display: block;
}

table.dataTable thead th, table.dataTable thead td,
table.dataTable tbody th, table.dataTable tbody td {
    padding: 5px 10px;
    font-size: 0.8rem;
}

@font-face {
    font-family: 'FontAwesome';
    src: url("../vendors/font-awesome/fonts/fontawesome-webfont.eot?v=4.5.0");
    src: url("../vendors/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("../vendors/font-awesome/fonts/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("../vendors/font-awesome/fonts/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("../vendors/font-awesome/fonts/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("../vendors/font-awesome/fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    background: transparent;
    background-color: #6bd9e7;
    color: #fff;
    position: relative;
}

    table.dataTable thead .sorting:after,
    table.dataTable thead .sorting_asc:after,
    table.dataTable thead .sorting_desc:after,
    table.dataTable thead .sorting_asc_disabled:after,
    table.dataTable thead .sorting_desc_disabled:after {
        position: absolute;
        right: 3px;
    }

    table.dataTable thead .sorting_asc:after {
        content: "\f0de";
        float: right;
        font-family: fontawesome;
    }

    table.dataTable thead .sorting_desc:after {
        content: "\f0dd";
        float: right;
        font-family: fontawesome;
    }

    table.dataTable thead .sorting:after {
        content: "\f0dc";
        float: right;
        font-family: fontawesome;
        color: rgba(50, 50, 50, 0.5);
    }

.table th {
    border-top: 0;
}

table.dataTable.row-border tbody th:not(:first-of-type),
table.dataTable.row-border tbody td:not(:first-of-type),
table.dataTable.display tbody th:not(:first-of-type),
table.dataTable.display tbody td:not(:first-of-type),
table.dataTable thead th:not(:first-of-type), table.dataTable thead td:not(:first-of-type) {
    border-left: 1px solid #ddd;
}

table.dataTable thead th, table.dataTable thead td {
    border-bottom: 1px solid #54b1bd;
    text-transform: capitalize;
}

table.dataTable {
    margin: 10px auto;
    border: 1px solid #54b1bd;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    table.dataTable.display tbody tr.odd > .sorting_1,
    table.dataTable.order-column.stripe tbody tr.odd > .sorting_1,
    table.dataTable.display tbody tr:hover > .sorting_1,
    table.dataTable.order-column.hover tbody tr:hover > .sorting_1,
    table.dataTable.display tbody tr.even > .sorting_1,
    table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
        background: none;
    }

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0 0.5em;
}

table.dataTable.table-select {
    width: 100% !important;
}

table.dataTable tbody td.dt-checkboxes-cell,
table.dataTable tbody th.dt-checkboxes-select-all,
table.dataTable thead td.dt-checkboxes-cell,
table.dataTable thead th.dt-checkboxes-select-all {
    padding: 0;
    position: relative;
    height: 40px !important;
    min-width: 30px;
    max-width: 30px;
}

    table.dataTable tbody td.dt-checkboxes-cell label,
    table.dataTable tbody th.dt-checkboxes-select-all label,
    table.dataTable thead td.dt-checkboxes-cell label,
    table.dataTable thead th.dt-checkboxes-select-all label {
        position: absolute;
        top: 0;
        left: 0;
        width: 30px;
        height: 40px;
        background-image: url(../icons/select.png);
        background-size: cover;
        background-position: center;
        margin: 0;
    }

    table.dataTable tbody td.dt-checkboxes-cell input,
    table.dataTable tbody th.dt-checkboxes-select-all input,
    table.dataTable thead td.dt-checkboxes-cell input,
    table.dataTable thead th.dt-checkboxes-select-all input {
        position: absolute;
        top: 0;
        left: 0;
        width: 30px;
        height: 40px;
        z-index: 5;
        opacity: 0;
    }

        table.dataTable tbody td.dt-checkboxes-cell input[type="checkbox"]:checked ~ label,
        table.dataTable tbody th.dt-checkboxes-select-all input[type="checkbox"]:checked ~ label,
        table.dataTable thead td.dt-checkboxes-cell input[type="checkbox"]:checked ~ label,
        table.dataTable thead th.dt-checkboxes-select-all input[type="checkbox"]:checked ~ label {
            background-image: url(../icons/selected.png);
        }

table.dataTable tbody td .select2-container--default .select2-selection--single .select2-selection__arrow b,
table.dataTable thead td .select2-container--default .select2-selection--single .select2-selection__arrow b {
    top: 50%;
}

table.dataTable tbody td .form-label-group,
table.dataTable tbody td .form-label-group-custome,
table.dataTable tbody td .form-label-group-custome .select2,
table.dataTable tbody td input, table.dataTable tbody td select,
table.dataTable thead td .form-label-group,
table.dataTable thead td .form-label-group-custome,
table.dataTable thead td .form-label-group-custome .select2,
table.dataTable thead td input,
table.dataTable thead td select {
    margin: 0;
    height: 30px;
    overflow: hidden;
    padding-top: 0 !important;
    font-size: 12px;
}

    table.dataTable tbody td .form-label-group .input-group-prepend,
    table.dataTable tbody td .form-label-group-custome .input-group-prepend,
    table.dataTable thead td .form-label-group .input-group-prepend,
    table.dataTable thead td .form-label-group-custome .input-group-prepend {
        top: -1px;
        right: 0;
    }

table.dataTable tbody td .dropify-wrapper,
table.dataTable thead td .dropify-wrapper {
    height: 30px;
}

table.dataTable tbody tr.shown ~ tr:first-of-type {
    background-color: red;
}

/*************

    Haeder

*************/
header .navbar-toggler {
    background: #2f038e;
    border-radius: 10px 10px 0 0;
}

    header .navbar-toggler img {
        width: 30px;
    }

    header .navbar-toggler span {
        color: #fff;
    }

header ul.navbar-nav {
    margin: auto;
    background: #2f038e;
    border-radius: 10px 10px 0 0;
    padding-top: 10px;
    -webkit-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
}

    header ul.navbar-nav li {
        position: relative;
    }

        header ul.navbar-nav li:hover, header ul.navbar-nav li:active {
            background: #3642c6;
        }

            header ul.navbar-nav li:hover a.nav-link, header ul.navbar-nav li:active a.nav-link {
                margin-top: -11px;
                margin-bottom: -6px;
            }

                header ul.navbar-nav li:hover a.nav-link > span, header ul.navbar-nav li:active a.nav-link > span {
                    height: 16px;
                    line-height: 16px;
                }

@media (min-width:768px) {
    header ul.navbar-nav li:hover ul.sub-menu, header ul.navbar-nav li:active ul.sub-menu {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateX(-50%) translateY(0px);
        transform: translateX(-50%) translateY(0px);
    }
}

header ul.navbar-nav li a.nav-link {
    text-align: center;
    text-transform: uppercase;
    padding: 1rem !important;
    z-index: 5;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    header ul.navbar-nav li a.nav-link img {
        width: 50px;
    }

    header ul.navbar-nav li a.nav-link svg {
        width: 40px;
        fill: #fff;
    }

    header ul.navbar-nav li a.nav-link > span {
        display: block;
        height: 0;
        overflow: hidden;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        color: #fff;
        font-size: 14px;
    }

    header ul.navbar-nav li a.nav-link:hover, header ul.navbar-nav li a.nav-link:active {
        margin-top: -10px;
    }

        header ul.navbar-nav li a.nav-link:hover > span, header ul.navbar-nav li a.nav-link:active > span {
            height: 16px;
            line-height: 16px;
        }

header ul.sub-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 100%;
    left: 50%;
    width: 230px;
    background: #3642c6;
    opacity: 0;
    visibility: hidden;
    padding-top: 10px;
    border-radius: 5px 5px 0 0;
    -webkit-transform: translateX(-50%) translateY(50px);
    transform: translateX(-50%) translateY(50px);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    header ul.sub-menu li a {
        padding: 10px;
        display: block;
    }

        header ul.sub-menu li a img {
            width: 30px;
        }

        header ul.sub-menu li a svg {
            width: 30px;
            fill: #fff;
        }

        header ul.sub-menu li a span {
            color: #fff;
            text-transform: capitalize;
            padding-left: 5px;
        }

        header ul.sub-menu li a:hover, header ul.sub-menu li a:active {
            background-color: #afb6ff;
        }

            header ul.sub-menu li a:hover svg, header ul.sub-menu li a:active svg {
                fill: #3642c6;
            }

            header ul.sub-menu li a:hover span, header ul.sub-menu li a:active span {
                color: #3642c6;
            }

header.bottom-logo nav.navbar {
    background: #2f038e;
    border-radius: 10px 10px 0 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

    header.bottom-logo nav.navbar.menu-active {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

        header.bottom-logo nav.navbar.menu-active ul.navbar-nav {
            padding-top: 0px;
        }

    header.bottom-logo nav.navbar .navbar-toggler {
        display: block;
        position: absolute;
        bottom: 100%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

        header.bottom-logo nav.navbar .navbar-toggler img {
            width: auto;
        }

@media (max-width: 991px) {
    header ul.navbar-nav li a.nav-link {
        padding: 0.5rem !important;
    }

        header ul.navbar-nav li a.nav-link img {
            width: 40px;
        }

    header ul.sub-menu {
        width: 180px;
        padding-bottom: 10px;
    }

        header ul.sub-menu li a {
            padding: 3px 7px;
        }

            header ul.sub-menu li a img {
                width: 20px;
            }

            header ul.sub-menu li a span {
                padding-left: 0px;
                font-size: 14px;
            }
}

@media (max-width: 767px) {
    header ul.navbar-nav li {
        position: static;
    }

        header ul.navbar-nav li:hover ul.sub-menu, header ul.navbar-nav li:active ul.sub-menu {
            opacity: 1;
            height: auto;
            visibility: visible;
            -webkit-transform: translateX(0%) translateY(0px);
            transform: translateX(0%) translateY(0px);
        }

        header ul.navbar-nav li a.nav-link {
            text-align: left;
            padding: 0.25rem 0.75rem !important;
        }

            header ul.navbar-nav li a.nav-link img {
                width: 30px;
            }

            header ul.navbar-nav li a.nav-link > span {
                display: inline-block;
                height: 20px;
            }

            header ul.navbar-nav li a.nav-link:hover, header ul.navbar-nav li a.nav-link:active {
                margin-top: 0px;
            }

        header ul.navbar-nav li:hover a.nav-link, header ul.navbar-nav li:active a.nav-link {
            margin-top: 0px;
            margin-bottom: 0px;
        }

    header ul.sub-menu {
        position: static;
        left: 0%;
        height: 0;
        width: 100%;
        opacity: 0;
        visibility: hidden;
        padding-top: 0px;
        border-radius: 0 0 0 0;
        -webkit-transform: translateX(0%) translateY(0px);
        transform: translateX(0%) translateY(0px);
    }

        header ul.sub-menu li a {
            padding: 3px 7px 3px 30px;
        }

            header ul.sub-menu li a img {
                width: 20px;
            }

            header ul.sub-menu li a span {
                padding-left: 0px;
                font-size: 14px;
            }

    header.bottom-logo nav.navbar {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

header.fixed-menu {
    z-index: 99;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

    header.fixed-menu nav.navbar {
        position: relative;
        -webkit-transform: translateY(-66px);
        transform: translateY(-66px);
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

        header.fixed-menu nav.navbar.menu-active {
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }

        header.fixed-menu nav.navbar .navbar-brand {
            position: absolute;
            top: 100%;
            left: 50%;
            -webkit-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
            background: #fff;
            -webkit-box-shadow: 0px 0px 5px 2px #2f038e30;
            box-shadow: 0px 0px 5px 2px #2f038e30;
            border-radius: 0 0 12px 12px;
            padding: 0.25rem 20px;
            display: block;
        }

            header.fixed-menu nav.navbar .navbar-brand.active {
                -webkit-transform: translateX(-50%) translateY(0px);
                transform: translateX(-50%) translateY(0px);
            }

    header.fixed-menu .navbar-toggler img {
        width: auto;
    }

    header.fixed-menu ul.sub-menu {
        top: 100%;
        bottom: auto;
        border-radius: 0 0 5px 5px;
        -webkit-transform: translateX(-50%) translateY(-50px);
        transform: translateX(-50%) translateY(-50px);
    }

    header.fixed-menu ul.navbar-nav {
        height: 66px;
        border-radius: 0 0 10px 10px;
    }

        header.fixed-menu ul.navbar-nav li:first-of-type {
            border-radius: 0 0 0 10px;
        }

        header.fixed-menu ul.navbar-nav li:last-of-type {
            border-radius: 0 0 10px 0;
        }

        header.fixed-menu ul.navbar-nav li a.nav-link {
            padding: 0.5rem !important;
        }

            header.fixed-menu ul.navbar-nav li a.nav-link img {
                -webkit-transition: all 0.2s ease-in-out;
                transition: all 0.2s ease-in-out;
            }

            header.fixed-menu ul.navbar-nav li a.nav-link:hover, header.fixed-menu ul.navbar-nav li a.nav-link:active {
                margin-top: 0px;
            }

                header.fixed-menu ul.navbar-nav li a.nav-link:hover img, header.fixed-menu ul.navbar-nav li a.nav-link:active img {
                    width: 30px;
                }

    header.fixed-menu #menuopen img {
        width: 30px;
    }

    header.fixed-menu ~ main {
        padding-top: 60px;
    }

    header.fixed-menu .navbar-collapse {
        max-height: 66px;
        min-height: 66px;
    }

@media (max-width: 767px) {
    header.fixed-menu ul.navbar-nav {
        border-radius: 0 10px 0 0;
    }

        header.fixed-menu ul.navbar-nav li {
            position: static;
        }

            header.fixed-menu ul.navbar-nav li:first-of-type {
                border-radius: 0 0 0 0;
            }

            header.fixed-menu ul.navbar-nav li:last-of-type {
                border-radius: 0 0 10px 10px;
            }

            header.fixed-menu ul.navbar-nav li ul.sub-menu {
                opacity: 1;
                height: 0;
                overflow: hidden;
                visibility: visible;
                padding-bottom: 0;
                -webkit-transition: all 0.5s ease-in-out;
                transition: all 0.5s ease-in-out;
                -webkit-transform: translateX(0%) translateY(0px);
                transform: translateX(0%) translateY(0px);
            }

            header.fixed-menu ul.navbar-nav li:hover ul.sub-menu, header.fixed-menu ul.navbar-nav li:active ul.sub-menu {
                height: auto;
                overflow: visible;
                padding-bottom: 10px;
                -webkit-transform: translateX(0%) translateY(0px);
                transform: translateX(0%) translateY(0px);
            }

            header.fixed-menu ul.navbar-nav li a.nav-link {
                text-align: left;
                padding: 0.25rem 0.75rem !important;
            }

                header.fixed-menu ul.navbar-nav li a.nav-link img {
                    width: 30px;
                }

                header.fixed-menu ul.navbar-nav li a.nav-link > span {
                    display: inline-block;
                    height: 20px;
                }

                header.fixed-menu ul.navbar-nav li a.nav-link:hover, header.fixed-menu ul.navbar-nav li a.nav-link:active {
                    margin-top: 0px;
                }

    header.fixed-menu ul.sub-menu {
        position: static;
        left: 0%;
        height: 0;
        width: 100%;
        opacity: 0;
        visibility: hidden;
        padding-top: 0px;
        border-radius: 0 0 0 0;
        -webkit-transform: translateX(0%) translateY(0px);
        transform: translateX(0%) translateY(0px);
    }

        header.fixed-menu ul.sub-menu li a {
            padding: 3px 7px 3px 30px;
        }

            header.fixed-menu ul.sub-menu li a img {
                width: 20px;
            }

            header.fixed-menu ul.sub-menu li a span {
                padding-left: 0px;
                font-size: 14px;
            }

    header.fixed-menu .navbar-collapse,
    header.fixed-menu ul.navbar-nav {
        height: auto;
        max-height: 100%;
        min-height: auto;
    }

    header.fixed-menu nav.navbar {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

        header.fixed-menu nav.navbar .navbar-brand {
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
        }

            header.fixed-menu nav.navbar .navbar-brand.active {
                -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
            }
}

header.fixed-left {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 80px;
    z-index: 99;
    background: #2f038e;
}

    header.fixed-left > .container-fluid {
        padding: 0px;
    }

    header.fixed-left ~ main .container-fluid {
        padding-left: 100px;
    }

    header.fixed-left .navbar-toggler {
        display: block;
        padding: 0;
        margin: 0;
        position: absolute;
        top: 20px;
        left: 0;
    }

        header.fixed-left .navbar-toggler img {
            width: 70px;
            margin: 10px 4px;
        }

    header.fixed-left ul.sub-menu {
        bottom: 0;
        left: 100%;
        -webkit-transform: translateX(0%) translateY(52%);
        transform: translateX(0%) translateY(52%);
        border-radius: 0 5px 5px 0;
    }

    header.fixed-left nav.navbar .navbar-nav {
        margin: 80px 0 0;
        width: 80px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        header.fixed-left nav.navbar .navbar-nav li:first-of-type {
            border-radius: 0 0 0 0;
        }

        header.fixed-left nav.navbar .navbar-nav li:last-of-type {
            border-radius: 0 0 0 0;
        }

        header.fixed-left nav.navbar .navbar-nav li:hover ul.sub-menu, header.fixed-left nav.navbar .navbar-nav li.active ul.sub-menu {
            -webkit-transform: translateX(0%) translateY(50%);
            transform: translateX(0%) translateY(50%);
        }

        header.fixed-left nav.navbar .navbar-nav a.nav-link {
            padding: 1rem 0 !important;
        }

            header.fixed-left nav.navbar .navbar-nav a.nav-link img {
                width: 40px;
            }

/*************

    SideBar

*************/
.SideTab {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 55;
}

    .SideTab .SideBar {
        height: 100vh;
        width: 0;
        position: relative;
        z-index: 1;
        top: 0;
        right: 0;
        background: #653eb9;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        -webkit-box-shadow: 0px 0px 5px 2px #2f038e30;
        box-shadow: 0px 0px 5px 2px #2f038e30;
        overflow-x: hidden;
    }

        .SideTab .SideBar .sidecontent {
            padding: 20px 20px 65px;
        }

    .SideTab .OpenSideBar {
        position: absolute;
        top: 50%;
        right: 100%;
        width: 50px;
        text-align: center;
        background: #653eb9;
        padding: 10px 0;
        border: none;
        border-radius: 5px 0 0 5px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-box-shadow: 0px 0px 5px 2px #2f038e30;
        box-shadow: 0px 0px 5px 2px #2f038e30;
    }

        .SideTab .OpenSideBar img {
            width: 40px;
        }

        .SideTab .OpenSideBar span {
            text-transform: capitalize;
            color: #3642c6;
        }

        .SideTab .OpenSideBar.Open ~ .SideBar {
            width: 500px;
        }

    .SideTab.left {
        right: auto;
        left: 0;
    }

        .SideTab.left .SideBar {
            right: auto;
            left: 0;
        }

        .SideTab.left .OpenSideBar {
            right: auto;
            left: 100%;
            border-radius: 0 5px 5px 0;
        }

    .SideTab.tab1 .OpenSideBar {
        top: 100px;
    }

    .SideTab.tab2 .OpenSideBar {
        top: 170px;
    }

    .SideTab.tab3 .OpenSideBar {
        top: 240px;
    }

    .SideTab.tab4 .OpenSideBar {
        top: 310px;
    }

    .SideTab.tab5 .OpenSideBar {
        top: 380px;
    }

.ui-tooltip, .arrow:after {
    background: black;
    border: 0;
}

.ui-tooltip {
    padding: 3px 5px;
    color: white;
    border-radius: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.tip-arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    right: 15px;
    top: 5px;
}

    .tip-arrow:after {
        content: "";
        position: absolute;
        left: 100%;
        top: -20px;
        width: 25px;
        height: 25px;
        -webkit-box-shadow: none;
        box-shadow: none;
        background: red;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

@media (max-width: 767px) {
    .SideTab .OpenSideBar {
        width: 36px;
        padding: 5px 0;
    }

        .SideTab .OpenSideBar img {
            width: 30px;
        }

        .SideTab .OpenSideBar.Open {
            right: 0;
            z-index: 10;
        }

            .SideTab .OpenSideBar.Open ~ .SideBar {
                width: 100vw;
            }
}
/**************

  Form Tag

**************/
.form-label-group-custome {
    background-color: #fff;
}

.form-label-group-custome,
.form-label-group {
    position: relative;
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
}

@media (max-width:767px) {
    .form-label-group-custome,
    .form-label-group {
        margin-bottom: 0;
    }

    .row.pb-1 {
        padding-bottom: .75rem !important;
    }
}

.form-label-group input,
.form-label-group select,
.form-label-group textarea,
.form-label-group label {
    height: 45px;
    font-size: 14px;
    font-weight: 600;
    padding: 0.75rem 0.5rem 0.25rem;
}

.form-label-group input,
.form-label-group select,
.form-label-group textarea {
    border-radius: 5px;
    font-size: 18px;
}

.form-label-group button {
    height: 45px;
    padding: 0;
}

.form-label-group-custome > select {
    padding: 0;
    border: 0;
    height: 1.5rem;
    margin-top: -3px;
    height: 35px;
    position: absolute;
    top: 18px;
    right: 0;
    background: #fff;
    font-size: 18px;
}

    .form-label-group-custome > select:focus {
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

.form-label-group-custome > label {
    display: block;
    width: 100%;
    margin-bottom: 0;
    /* Override default `<label>` margin */
    line-height: 1.5;
    pointer-events: none;
    cursor: text;
    /* Match the input under the label */
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    padding-top: .25rem;
    font-size: 12px;
    font-weight: 300;
    position: relative;
    z-index: 5;
}

.form-label-group-custome {
    padding: 0 .75rem;
    color: #777;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    height: 45px;
    width: 100%;
}

.form-label-group .input-group ~ label {
    padding-top: .25rem;
    font-size: 12px;
    font-weight: 300;
}

.form-label-group-custome .select2 {
    border: 0;
    font-size: 16px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    border-radius: 4px;
    padding: 15px 4px 0.25rem;
    width: 100% !important;
}

.form-label-group-custome.multiple {
    height: auto;
    overflow: hidden;
}

    .form-label-group-custome.multiple .select2 {
        position: relative;
        padding: 0;
        margin: 0;
        margin-top: -12px;
        line-height: 10px;
        height: 25px;
    }

    .form-label-group-custome.multiple .select2-container--default .select2-selection--multiple {
        background: transparent;
        border: 0;
        padding: 0;
    }

.select2-container .select2-selection--multiple .select2-selection__rendered {
    margin-bottom: 0px;
}

.form-label-group-custome.multiple .select2-container--default .select2-selection--multiple .select2-selection__choice {
    height: 17px;
    line-height: 10px;
    margin-top: 0px;
    background-color: #13dafe4a;
    border: 0;
}

.form-label-group-custome.multiple .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    font-size: 12px;
    line-height: 15px;
    border: 0;
}

.form-label-group-custome.multiple .select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    font-size: 12px;
}

.select2-dropdown {
    border: 1px solid #ced4da;
}

.select2-container--default .select2-selection--single {
    border: 0;
}

    .select2-container--default .select2-selection--single .select2-selection__arrow b {
        top: 105%;
    }

.select2-results li.select2-result-with-children > .select2-result-label {
    font-size: 18px;
    background-color: #eee;
}

.select2-search input,
.select2-results li {
    font-size: 16px;
}

.select2-container .select2-choice {
    line-height: 25px !important;
}

html[dir="rtl"] .select2-container .select2-choice .select2-arrow {
    border-right: 0;
}

.form-label-group label {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    margin-bottom: 0;
    line-height: 1.5;
    color: #555;
    pointer-events: none;
    cursor: text;
    border: 1px solid transparent;
    border-radius: .25rem;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

.form-label-group input::-webkit-input-placeholder {
    color: transparent;
    opacity: 0;
}

.form-label-group input:-ms-input-placeholder {
    color: transparent;
    opacity: 0;
}

.form-label-group input::-ms-input-placeholder {
    color: transparent;
    opacity: 0;
}

.form-label-group input::-webkit-input-placeholder {
    color: transparent;
    opacity: 0;
}

.form-label-group input:-ms-input-placeholder {
    color: transparent;
    opacity: 0;
}

.form-label-group input::-ms-input-placeholder {
    color: transparent;
    opacity: 0;
}

.form-label-group input::placeholder {
    color: transparent;
    opacity: 0;
}

.form-label-group input:not(:-moz-placeholder-shown),
.form-label-group input:not(:-ms-input-placeholder) {
    padding-top: 2.5rem;
    padding-bottom: 00.25rem;
    font-size: 20px;
}

.form-label-group input:not(:placeholder-shown) {
    padding-top: 18px;
    padding-bottom: 0.25rem;
}

.form-label-group input:not(:input-placeholder) ~ label,
.form-label-group input:not(:-webkit-input-placeholder) ~ label,
.form-label-group input:not(:-moz-input-placeholder) ~ label,
.form-label-group input:not(:-ms-input-placeholder) ~ label {
    padding-top: .25rem;
    padding-bottom: .25rem;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.75;
    color: #555;
}

.form-label-group textarea:focus {
    padding-top: 1rem;
}

    .form-label-group textarea:not(:invalid) ~ label,
    .form-label-group textarea:focus ~ label,
    .form-label-group textarea:active ~ label,
    .form-label-group input:not(:placeholder-shown) ~ label {
        padding-top: .25rem;
        padding-bottom: .25rem;
        font-size: 12px;
        font-weight: 400;
        line-height: 1.25;
        color: #555;
    }

.custom-control-inline {
    display: inline-block;
    padding: 0;
    margin-top: -4px;
    padding-left: 5px;
    margin-right: 0;
}

    .custom-control-inline td {
        padding-right: 5px;
    }

.custom-control-label::before,
.custom-control-label::after {
    left: -12px;
    width: 12px;
    height: 12px;
    top: 7px;
}

.input-file {
    height: 100px;
}

.dropify-wrapper {
    border: 0;
    border-radius: 4px;
    height: 98px;
    position: absolute;
    top: 0;
    left: 0;
}

.step .input-file {
    height: 45px;
}

.step .dropify-wrapper {
    height: 43px;
}

.dropify-wrapper .dropify-message {
    display: none;
}

.form-label-group .dropify-wrapper input {
    height: 100%;
}

.form-actions {
    margin-top: 10px;
    margin-bottom: 10px;
}

.radio label::before {
    top: 5px;
}

.radio label::after {
    top: 10px;
}

.checkbox label::before,
.checkbox label::after {
    top: 5px;
}

.form-label-group .input-group-prepend,
.form-label-group-custome .input-group-prepend {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 55;
}

    .form-label-group .input-group-prepend span, .form-label-group .input-group-prepend button,
    .form-label-group-custome .input-group-prepend span,
    .form-label-group-custome .input-group-prepend button {
        background: #e6e6e6;
        border: 1px solid #eee;
        padding: 0 5px;
        width: 30px;
        height: 30px;
    }

        .form-label-group .input-group-prepend span img, .form-label-group .input-group-prepend button img,
        .form-label-group-custome .input-group-prepend span img,
        .form-label-group-custome .input-group-prepend button img {
            margin-top: -3px;
        }

.input-group .form-label-group-custome .select2 {
    width: 85% !important;
}

/* Fallback for Edge
-------------------------------------------------- */
@supports (-ms-ime-align: auto) {
    /* line 341, css.scss */
    .form-label-group {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -ms-flex-direction: column-reverse;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        flex-direction: column-reverse;
    }

        .form-label-group label {
            position: static;
        }

        .form-label-group input::-ms-input-placeholder {
            color: #555;
        }
}

.form-control:focus {
    -webkit-box-shadow: 0 0 2px 2px rgba(121, 150, 255, 0.5);
    box-shadow: 0 0 2px 2px rgba(121, 150, 255, 0.5);
    border-color: #7996ff;
}

.form-label-group .input-group-prepend.check-prepend {
    right: auto;
    left: -2px;
    height: 100%;
    top: 0;
}

    .form-label-group .input-group-prepend.check-prepend ~ input {
        padding-left: 25px;
        border-radius: 0 4px 4px 0;
    }

.input-group .input-group-text {
    padding: 0 0.25rem;
}

    .input-group .input-group-text input {
        height: 1rem;
    }

.input-group-prepend ~ label {
    left: 16px;
}

.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label, .input-group > .custom-select:focus, .input-group > .form-control:focus {
    z-index: 0;
}

.file {
    position: relative;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    height: 45px;
}

    .file input {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        opacity: 0;
    }

@media (min-width: 768px) {

    .SideTab .col-lg-2.col-md-3 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .SideTab .col-lg-4.col-md-6 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/**************/
.steps-progress .btn-group {
    //width: 100%;
    margin: 0 10px;
}

.bg-box {
    background-color: #9f72ff
}

.steps-progress .btn-step-progress {
    background-color: #653eb9;
    color: #fff;
    font-size: 1.2rem;
    height: 40px;
    padding: 0 1rem;
}

    .steps-progress .btn-step-progress.collapsed {
        background-color: #d1d6ff;
        color: #555;
        /*@include media-breakpoint-down(xs) {
        display: none;
    }
    span {
        @include media-breakpoint-down(md) {
            display: none;
        }
    }*/
    }

    .steps-progress .btn-step-progress span {
        margin-left: 10px;
    }

.btn-step {
    position: relative;
    display: block;
    width: 100%;
    text-align: left;
    background-color: #fff;
}

    .btn-step:not(:first-of-type) {
        margin-top: 20px;
    }

    .btn-step:not(.collapsed):after, .btn-step:not(.collapsed) ~ .btn-step.collapsed:after {
        content: none;
    }

    .btn-step:not(.collapsed) {
        border-radius: 4px 4px 0 0;
    }

.accordion .step {
    border: 1px solid #bde0fe;
    border-radius: 10px;
    /*-webkit-box-shadow: 0px 0px 5px 2px #2f038e30;
          box-shadow: 0px 0px 5px 2px #2f038e30;*/
    overflow: hidden;
    margin-bottom: -1px;
}


/*************

    Counters

*************/
.Counters .box {
    padding: 1rem;
    min-height: 100px;
}

    .Counters .box h5 {
        margin-bottom: 0;
    }

    .Counters .box .counter {
        float: right;
        font-size: 40px;
    }

/*************

    Charts

*************/
.Charts .box {
    padding: 1rem;
}

/*************

    Tabs

*************/
.tabs .nav-tabs .nav-item {
    //padding: 0.5rem 0.7rem;
    border-color: #b6bdc3;
    border-bottom: 0;
    text-transform: capitalize;
    border-radius: 10px 10px 0 0 !important;
}

    .tabs .nav-tabs .nav-item:not(.active) {
        background: #653eb9;
        background-color: #653eb9;
        border-color: #e1effb !important;
    }

        .tabs .nav-tabs .nav-item:not(.active) span {
            color: #fff;
        }

    .tabs .nav-tabs .nav-item img {
        width: 30px;
    }

    .tabs .nav-tabs .nav-item span {
        padding: 0 5px;
    }

.tabs .tab-content .tab-pane {
    background: #fff;
    border: 1px solid #b6bdc3;
    border-top: 0;
    border-radius: 0 0 10px 10px;
}

/*************

    Login

*************/
.Login {
    background-image: url(../images/login.jpg);
    background-size: cover;
    height: 100vh;
    margin: -10px 0 -80px !important;
    background-position-x: right;
    background-position-y: center;
}

    .Login .box {
        margin-top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .Login.not {
        background-image: url(../images/not-allowed.jpg);
        background-position-x: left;
    }

@media (max-width: 480px) {
    .Login.not {
        background-size: contain;
        background-repeat: no-repeat;
    }
}

#datepicker {
    display: none;
}

.ui-datepicker-trigger {
    padding: 10px;
    border: 0;
    background: #ca0505;
    color: #fff;
    border-radius: 5px;
    font-weight: bold;
}

.calendar-events {
    padding: 10px 15px;
    border-radius: 5px;
    margin-bottom: 5px;
    color: #fff;
    font-weight: bold;
    -webkit-box-shadow: 0px 0px 5px 2px #2f038e30;
    box-shadow: 0px 0px 5px 2px #2f038e30;
}

.fc-time-grid .fc-slats td {
    height: 25px;
}

    .fc-time-grid .fc-slats td:first-of-type {
        position: relative;
    }

        .fc-time-grid .fc-slats td:first-of-type span {
            position: absolute;
            right: 3px;
        }

.fc-time-grid .fc-slats .fc-minor td {
    border-top: 0;
}

.fc-view-container .fc-scrollpane > div,
.fc-scrollpane-inner,
.fc-time-grid-container {
    height: auto !important;
    min-height: auto !important;
}

#daysTime .fc-toolbar {
    display: none;
}

.collapse.calendar-box {
    display: block;
    height: 0;
}

    .collapse.calendar-box.show {
        height: auto;
    }

hr.fc-divider {
    display: none !important;
}

.sp-replacer {
    display: block;
    width: 100%;
    border: 0;
    height: 20px;
    border-radius: 5px;
}

    .sp-replacer.sp-active, .sp-replacer:hover {
        border: 0;
    }

    .sp-replacer .sp-dd {
        display: none;
    }

table.table-collaps.dataTable.display tbody td.details-control {
    background-image: url(../icons/zoomin.png);
    background-size: contain;
    padding: 0;
    width: 30px;
    cursor: pointer;
}

table.table-collaps.dataTable.display tbody tr.shown td.details-control {
    background-image: url(../icons/zoomout.png);
    background-size: contain;
    padding: 0;
    width: 30px;
}

.rate {
    float: left;
    height: 46px;
    margin-top: -16px;
}

    .rate label {
        position: static;
        padding: 0;
    }

    .rate:not(:checked) > input {
        position: absolute;
        top: -9999px;
    }

    .rate:not(:checked) > label {
        float: right;
        width: 1em;
        overflow: hidden;
        white-space: nowrap;
        cursor: pointer;
        font-size: 30px !important;
        color: #ccc;
    }

        .rate:not(:checked) > label:before {
            content: '★ ';
        }

    .rate > input:checked ~ label {
        color: #ffc700;
    }

    .rate:not(:checked) > label:hover,
    .rate:not(:checked) > label:hover ~ label {
        color: #deb217;
    }

    .rate > input:checked + label:hover,
    .rate > input:checked + label:hover ~ label,
    .rate > input:checked ~ label:hover,
    .rate > input:checked ~ label:hover ~ label,
    .rate > label:hover ~ input:checked ~ label {
        color: #c59b08;
    }

.teething-div {
    height: 600px;
    width: 100%;
    min-width: 500px;
    background-image: url(../images/teething.png);
    background-position: center center;
    background-repeat: no-repeat;
}

    .teething-div .teething-inputs {
        position: relative;
        width: 600px;
        height: 100%;
        margin: 0 auto;
    }

        .teething-div .teething-inputs input {
            max-width: 95px;
            padding: 0.2rem;
            height: 30px;
            position: absolute;
        }

            .teething-div .teething-inputs input:nth-of-type(1), .teething-div .teething-inputs input:nth-of-type(2) {
                top: 5px;
            }

            .teething-div .teething-inputs input:nth-of-type(3), .teething-div .teething-inputs input:nth-of-type(4) {
                top: 45px;
            }

            .teething-div .teething-inputs input:nth-of-type(5), .teething-div .teething-inputs input:nth-of-type(6) {
                top: 90px;
            }

            .teething-div .teething-inputs input:nth-of-type(7), .teething-div .teething-inputs input:nth-of-type(8) {
                top: 130px;
            }

            .teething-div .teething-inputs input:nth-of-type(9), .teething-div .teething-inputs input:nth-of-type(10) {
                top: 175px;
            }

            .teething-div .teething-inputs input:nth-of-type(11), .teething-div .teething-inputs input:nth-of-type(12) {
                top: 225px;
            }

            .teething-div .teething-inputs input:nth-of-type(13), .teething-div .teething-inputs input:nth-of-type(14) {
                top: 325px;
            }

            .teething-div .teething-inputs input:nth-of-type(15), .teething-div .teething-inputs input:nth-of-type(16) {
                top: 370px;
            }

            .teething-div .teething-inputs input:nth-of-type(17), .teething-div .teething-inputs input:nth-of-type(18) {
                top: 420px;
            }

            .teething-div .teething-inputs input:nth-of-type(19), .teething-div .teething-inputs input:nth-of-type(20) {
                top: 470px;
            }

            .teething-div .teething-inputs input:nth-of-type(21), .teething-div .teething-inputs input:nth-of-type(22) {
                top: 515px;
            }

            .teething-div .teething-inputs input:nth-of-type(23), .teething-div .teething-inputs input:nth-of-type(24) {
                top: 555px;
            }

            .teething-div .teething-inputs input:nth-of-type(1), .teething-div .teething-inputs input:nth-of-type(23) {
                left: 200px;
            }

            .teething-div .teething-inputs input:nth-of-type(3), .teething-div .teething-inputs input:nth-of-type(21) {
                left: 115px;
            }

            .teething-div .teething-inputs input:nth-of-type(5), .teething-div .teething-inputs input:nth-of-type(19) {
                left: 80px;
            }

            .teething-div .teething-inputs input:nth-of-type(7), .teething-div .teething-inputs input:nth-of-type(17) {
                left: 50px;
            }

            .teething-div .teething-inputs input:nth-of-type(9), .teething-div .teething-inputs input:nth-of-type(15) {
                left: 35px;
            }

            .teething-div .teething-inputs input:nth-of-type(11), .teething-div .teething-inputs input:nth-of-type(13) {
                left: 20px;
            }

            .teething-div .teething-inputs input:nth-of-type(2), .teething-div .teething-inputs input:nth-of-type(24) {
                right: 200px;
            }

            .teething-div .teething-inputs input:nth-of-type(4), .teething-div .teething-inputs input:nth-of-type(22) {
                right: 115px;
            }

            .teething-div .teething-inputs input:nth-of-type(6), .teething-div .teething-inputs input:nth-of-type(20) {
                right: 80px;
            }

            .teething-div .teething-inputs input:nth-of-type(8), .teething-div .teething-inputs input:nth-of-type(18) {
                right: 50px;
            }

            .teething-div .teething-inputs input:nth-of-type(10), .teething-div .teething-inputs input:nth-of-type(16) {
                right: 35px;
            }

            .teething-div .teething-inputs input:nth-of-type(12), .teething-div .teething-inputs input:nth-of-type(14) {
                right: 20px;
            }

.examination-row-table {
    border: 1px solid #c9f7ff;
}

    .examination-row-table .titles {
        background: #c9f7ff;
    }

    .examination-row-table .row {
        margin: 0;
    }

        .examination-row-table .row [class*="col-"] {
            padding: 2px 5px;
        }

    .examination-row-table > .row {
        border-bottom: 1px solid #eee;
    }

    .examination-row-table .form-label-group input, .examination-row-table .form-label-group select, .examination-row-table .form-label-group textarea, .examination-row-table .form-label-group label,
    .examination-row-table .form-label-group-custome, .examination-row-table .form-label-group {
        height: 35px;
        padding-top: 0;
    }

        .examination-row-table .form-label-group-custome .select2,
        .examination-row-table .form-label-group input:not(:placeholder-shown) {
            padding-top: 0;
        }

    .examination-row-table .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 15px;
    }

    .examination-row-table .form-label-group-custome.label-block {
        border: 0;
    }

        .examination-row-table .form-label-group-custome.label-block label {
            padding-top: 0;
            font-size: 16px;
            font-weight: bold;
        }

    .examination-row-table .form-label-group .input-group-prepend span, .examination-row-table .form-label-group .input-group-prepend button, .examination-row-table .form-label-group-custome .input-group-prepend span, .examination-row-table .form-label-group-custome .input-group-prepend button {
        width: 25px;
        height: 25px;
    }

.inputs-block .input-top {
    border-bottom: 2px solid #54b1bd;
}

.inputs-block .row .col-6:nth-of-type(2) {
    padding-right: 10px;
    position: relative;
}

    .inputs-block .row .col-6:nth-of-type(2) .mark {
        position: absolute;
        top: 10px;
        right: -8px;
        font-weight: bold;
        font-size: 18px;
        background: #fff;
    }

.inputs-block .row .row .col-6:last-of-type {
    padding-left: 10px;
}

.form-label-group .input-group input ~ span {
    position: absolute;
    left: 45%;
    z-index: 55;
    background: #fff;
    height: 100%;
    width: 6%;
    border-top: 1px solid #ced4da;
    border-bottom: 1px solid #ced4da;
    padding-top: 20px;
    text-align: center;
}

.form-label-group .input-group .input-group-text {
    width: 60px;
}

/****************/
.custom-control-input {
    position: relative;
    opacity: 1;
}

.custom-control-inline {
    padding-left: 0;
}

.custom-control-input label {
    padding-left: 2px;
}

.validation {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 20px;
}

.accordion .step {
    overflow: visible;
}

.form-label-group input:not(:placeholder-shown).btn {
    padding-top: 0.25rem;
}

.itemuploaded {
    border: 1px solid #eee;
    border-radius: 4px;
    padding: 5px;
    text-align: center;
    margin-bottom: 30px;
}

.uploaded {
    position: relative;
}

    .uploaded .links {
        position: absolute;
        top: 45%;
        left: 0;
        width: 100%;
        text-align: center;
    }

.back-page {
    position: relative;
}

.btn-back {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.fc-time-grid .fc-slats td {
    height: 60px !important;
}

#calendar-events {
    position: relative;
}

.ui-datepicker-trigger {
    position: absolute;
    top: -3px;
    left: 180px;
}

.fc-time-grid .fc-slats td:first-of-type span {
    position: static;
}

.fc-toolbar {
    margin-bottom: 0;
}

/* to hide resize button*/
.fc-resizer.fc-end-resizer {
    display: none;
}

/* to hide time from event*/
.fc-time-grid-event .fc-time {
    display: none;
}

.table thead tr:first-of-type {
    background-color: #d1d6ff;
}

.table th, .table td {
    padding: 3px;
    white-space: nowrap;
}

.table_1 thead tr:first-of-type {
    background-color: #d1d6ff;
}

.table_1 th, .table_1 td {
    padding: 3px;
    white-space: nowrap;
}

/* ddl search */
.list-select > input {
    position: absolute !important;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 45px;
    border: 0;
    padding-top: 13px;
    padding-right: 7px;
}

.list-select > div.selectator {
    background: transparent;
    width: 100% !important;
    position: relative;
    top: -22px;
    right: 0px;
    border: 0;
    height: 45px;
    min-height: 30px;
}

.list-select .selectator_chosen_items {
    opacity: 0;
}

.list-select .selectator::after {
    right: auto;
    left: 5px;
}

.list-select .selectator_options,
.list-select .single .selectator_input {
    background-color: #fff;
    border: 1px solid #eee;
    left: -7px;
    right: -7px;
}

.single.options-hidden .selectator_input {
    left: -7px;
}

.list-select .single .selectator_input {
    width: calc(100% + 14px);
}

.form-label-group-custome.list-select,
.form-label-group.form-date {
    overflow: visible;
}

.list-select > input, .list-select > div.selectator {
    border-radius: 5px;
}

table.dataTable.table-new {
    margin: 0;
}

.highlite {
    background-color: #84b7e3;
    color: #fff;
    padding: 5px;
}

.table-responsive {
    margin-top: 5px;
}

.btn.focus, .btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.fc-highlight {
    opacity: 1;
    background: #d1d6ff;
}

/*# sourceMappingURL=style.css.map */

.custom-control-input {
    position: relative;
    opacity: 1
}

.custom-control-inline {
    padding-left: 0;
}

.custom-radio.custom-control-inline {
    width: 105%;
}

.custom-control-input label {
    padding-left: 2px;
}

.validation {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 20px;
}

.accordion .step {
    overflow: visible
}

.form-label-group input:not(:placeholder-shown).btn {
    padding-top: 0.25rem
}

.itemuploaded {
    border: 1px solid #eee;
    border-radius: 4px;
    padding: 5px;
    text-align: center;
    margin-bottom: 30px;
}

.uploaded {
    position: relative;
}

    .uploaded .links {
        position: absolute;
        top: 45%;
        left: 0;
        width: 100%;
        text-align: center;
    }

.back-page {
    position: relative
}

.btn-back {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.fc-time-grid .fc-slats td {
    height: 60px !important;
}

#calendar-events {
    position: relative
}

.ui-datepicker-trigger {
    position: absolute;
    top: -3px;
    left: 180px;
}

.fc-time-grid .fc-slats td:first-of-type span {
    position: static
}

.fc-toolbar {
    margin-bottom: 0
}

/* to hide resize button*/
.fc-resizer.fc-end-resizer {
    display: none;
}

/* to hide time from event*/
.fc-time-grid-event .fc-time {
    display: none;
}

.table tr:first-of-type {
    background-color: #c7e4fd;
}

.table th, .table td {
    padding: 3px;
    white-space: nowrap;
}

.table_1 thead tr:first-of-type {
    background-color: #c7e4fd;
}

.table_1 th, .table_1 td {
    padding: 3px;
    white-space: nowrap;
}


/* ddl search */
.list-select > input {
    position: absolute !important;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 45px;
    border: 0;
    padding-top: 13px;
    padding-right: 7px;
}

.list-select > div.selectator {
    background: transparent;
    width: 100% !important;
    position: relative;
    top: -22px;
    right: 0px;
    border: 0;
    height: 45px;
    min-height: 30px;
}

.list-select .selectator_chosen_items {
    opacity: 0
}

.list-select .selectator::after {
    right: auto;
    left: 5px;
}

.list-select .selectator_options,
.list-select .single .selectator_input {
    background-color: #fff;
    border: 1px solid #eee;
    left: -7px;
    right: -7px;
}

.single.options-hidden .selectator_input {
    left: -7px
}

.list-select .single .selectator_input {
    width: calc(100% + 14px);
}

.form-label-group-custome.list-select,
.form-label-group.form-date {
    overflow: visible;
}

.list-select > input, .list-select > div.selectator {
    border-radius: 5px;
}

table.dataTable.table-new {
    margin: 0
}

.highlite {
    background-color: #84b7e3;
    color: #fff;
    padding: 5px;
}

.table-responsive {
    margin-top: 5px;
}

#daysTime .fc-event-container {
    height: 34px !important
}

.fc-no-overlap .fc-timeline-event {
    padding: 7px 0;
}


#notebox {
    position: fixed;
    bottom: 10px;
    right: 10px;
    text-align: center;
    border-radius: 5px;
    width: 400px;
    background-color: rebeccapurple;
    color: #fff;
    line-height: 1.5;
    direction: ltr;
    z-index: 1031;
}

    #notebox .textitem {
        padding: 15px 5px 0;
        margin-bottom: 0;
        cursor: pointer;
        background: rebeccapurple;
        font-weight: bold;
    }

        #notebox .textitem.tabib {
            text-align: right;
            font-size: 13px;
            display: block;
            margin: 5px 10px;
            padding: 0;
        }

.form-label-group input.btn {
    font-weight: 400;
    font-size: 14px;
}

.fc-time-grid-event.bg-dark {
    width: 103%;
    margin: 0 -2px;
}

input.btn.btn-block {
    margin-top: 0.5rem;
    height: 45px;
}

.canvas {
    width: 100%;
    min-height: 400px;
    /*border: 1px solid #333;*/
    background-size: cover;
}

/**********Notification***********/
.notify-box {
    position: absolute;
    bottom: 0;
    left: 15px;
    width: 400px;
    text-align: right;
    margin-bottom: 5px;
    border-radius: 5px;
    max-height: 430px;
    background-color: #fff;
}

    .notify-box .btn .badge {
        position: absolute;
        right: 5px;
    }

    .notify-box .dropdown-toggle::after {
        display: none;
    }

    .notify-box .notification {
        width: 30px;
    }

    .notify-box .dropdown-menu {
        width: 100%;
        text-align: right;
    }

.notify-head {
    margin-bottom: 0;
}

.notify-inner {
    padding: 5px;
    margin: 5px;
    overflow-y: scroll;
    max-height: 315px;
    min-height: 315px;
}
/*********\chat************/

.innr-chat {
    width: 400px;
    position: absolute;
    bottom: 0;
    right: 15px;
    margin-bottom: 5px;
    border-radius: 5px;
    max-height: 430px;
    background-color: #fff;
}

.chat-head {
    margin-bottom: 0;
}

    .chat-head img {
        max-width: 30px;
    }

.innr-chat #chat_container {
    border: 1px solid #eee;
    border-radius: 3px;
    padding: 5px;
    margin: 5px;
    overflow-y: scroll;
    max-height: 260px;
    min-height: 260px;
    display: flex;
    flex-direction: column-reverse;
}

.innr-chat .chat-record p {
    margin: 0 !important;
    width: 100%;
}

.innr-chat .chat-record {
    border-radius: 10px;
    margin: 3px;
    padding: 2px 5px;
    background-color: #95e6ff;
    width: 90%;
}

    .innr-chat .chat-record.chat-right {
        margin-left: auto;
        text-align: right;
        background-color: #e3e3e3;
    }

    .innr-chat .chat-record.chat-left {
        margin-right: auto;
        text-align: left;
    }

    .innr-chat .chat-record span {
        font-size: 10px;
        line-height: 8px;
    }

.innr-chat #chat_controls {
    margin: 5px;
    padding: 5px;
}

    .innr-chat #chat_controls input {
        height: 40px;
        width: 100%;
    }

/*.innr-chat #chat_controls input {
                height: 40px;
                width: 70px;
            }*/
.tab-pane .nav-tabs .nav-item:not(.active) {
    background: #9f72ff;
}

.tab-pane .nav-tabs .nav-item {
    font-size: 14px;
    padding: 4px 0;
}

    .tab-pane .nav-tabs .nav-item img {
        width: 20px;
    }

.examination-row-table .form-label-group-custome, .examination-row-table .form-label-group {
    margin: 0;
}

.complaint-accordion .table-responsive {
    max-height:400px;
    overflow-y:scroll
}
.complaint-accordion .form-label-group input,
.complaint-accordion .form-label-group select,
.complaint-accordion .form-label-group textarea,
.complaint-accordion .form-label-group label,
.complaint-accordion label {
    height: 30px;
    padding: 3px;
    margin: 0;
}
.complaint-accordion .form-label-group-custome .select2 {
    height: 30px;
    margin: 0;
    padding-top: 0;
}
.complaint-accordion .form-label-group,
.complaint-accordion .form-label-group-custome {
    height: 30px;
    margin: 0;
}
    .complaint-accordion .form-label-group .input-group-prepend,
    .complaint-accordion .form-label-group-custome .input-group-prepend {
        top: 3px
    }
        .complaint-accordion .form-label-group .input-group-prepend span,
        .complaint-accordion .form-label-group .input-group-prepend button,
        .complaint-accordion .form-label-group-custome .input-group-prepend span,
        .complaint-accordion .form-label-group-custome .input-group-prepend button {
            width: 24px;
            height: 24px;
        }