@font-face {
    font-family: almarai;
    src: url("../fonts/Almarai-Regular.ttf")
}

@font-face {
    font-family: almarai;
    src: url("../fonts/Almarai-Light.ttf");
    font-weight: 300
}

@font-face {
    font-family: almarai;
    src: url("../fonts/Almarai-Bold.ttf");
    font-weight: 700
}

@font-face {
    font-family: almarai;
    src: url("../fonts/Almarai-ExtraBold.ttf");
    font-weight: 900
}

@font-face {
    font-family: roboto;
    src: url("../fonts/Roboto-Bold.ttf")
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px
}

::-webkit-scrollbar-track {
    background-color: inherit
}

::-webkit-scrollbar-thumb {
    background: #d6d6d6;
    border-radius: 5px;
    margin: 0 2px
}

    ::-webkit-scrollbar-thumb:hover {
        background: #d6d6d6
    }

*, *:focus, *:hover {
    outline: none
}

body, html {
    direction: rtl;
    text-align: right !important;
    font-family: almarai
}

h1 {
    font-size: 42px
}

h2 {
    font-size: 32px
}

h3 {
    font-size: 25px
}

h4 {
    font-size: 20px
}

h5 {
    font-size: 18px
}

h6 {
    font-size: 15px
}

/*.alert-1-warning {
    background-color: rgba(255, 186, 0, 0.02);
}*/


.alert-1-warning {
    border-right: 4px solid #ffba00;
    background-color: rgba(255, 186, 0, 0.2);
    text-align: right;
}
.alert-1-warning .alert-title {
        color: #ffba00;
 }





.alert-1-danger {
    border-right: 4px solid red;
    background-color: #f8dddd;
    text-align:right;
}

 .alert-1-danger .alert-title {
        color: #ffba00;
    }





#lblLanguageArabicMob {
    display: none;
}

#lbllanguageEnglishMob {
    display: inherit;
}




.login-content {
    background-image: url("../images/register-bg.png");
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    position: fixed;
    left: 0;
    min-height: auto;
    height: 100vh;
    width: 45%;
    background-position: 61% center;
    background-repeat: no-repeat;
    background-size: cover; /* position:relative; */
    color: #fff;
    overflow: hidden;
}

    .login-content:after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(31,50,88,0.65);
        z-index: 0
    }

    .login-content .content-wrap {
        position: relative;
        z-index: 1; /* width:750px; */ /* margin:6% 10% 0 auto; */ /* height:100%; */
    }

        .login-content .content-wrap h2 {
            font-weight: bold;
            line-height: 40px;
            margin-top: 42px;
            margin-bottom: 0;
        }

        .login-content .content-wrap p.content {
            font-size: 15px;
            line-height: 30px; /* width:600px; */ /* margin: 20px auto; */
            text-align: center;
        }

    .login-content ul.logos li {
        display: inline-block;
        vertical-align: bottom;
        padding: 0px 28px;
        position: relative
    }

        .login-content ul.logos li:last-child {
            padding: 0px 28px 0 0
        }

        .login-content ul.logos li:not(:last-child):after {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            width: 2px;
            height: 44px;
            background: #fff
        }

    .login-content .row.footer {
        line-height: 45px;
        padding-top: 20px
    }

        .login-content .row.footer p {
            font-size: 14px;
        }

        .login-content .row.footer ul.footer-links {
            padding: 0;
            -webkit-box-flex: 1;
            -ms-flex: auto;
            flex: auto
        }

            .login-content .row.footer ul.footer-links li {
                display: inline-block;
                color: #fff;
                font-size: 13px
            }

                .login-content .row.footer ul.footer-links li:first-child:after {
                    content: "|";
                    vertical-align: top;
                    padding: 0 5px
                }

                .login-content .row.footer ul.footer-links li a {
                    color: inherit;
                    line-height: 45px;
                    vertical-align: super
                }

                    .login-content .row.footer ul.footer-links li a:hover {
                        text-decoration: none;
                        color: #45ae54
                    }

    .login-content .row.header { /* position:absolute; */ /* width:100%; */ /* top:0; */ /* left:0; */
    }

    .login-content .row.description { /* height:80vh */
    }

    .login-content footer { /* position:absolute; */ /* width:100%; */ /* bottom:0; */ /* left:0; */
    }

.custom-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
    overflow: inherit;
    background-color: #fff;
    position: relative; /* direction: initial; */
    width: 55%;
}

@media (min-width: 768px) {
   /* .pr-lg-100px {
        padding-right: 100px
    }*/

   /* .custom-form {
        width: 100%;
    }*/
}

.custom-form:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 5px;
    background-color: #45ae54;
}

.custom-form::after {
    content: "";
    position: absolute;
    left: 2px;
    top: calc(50% - 72px);
    height: 145px;
    width: 22px;
    background-image: url("../images/Union 1.svg");
    background-repeat: no-repeat
}

.custom-form .form-wrap { /* width:468px; */ /* margin:0 auto; */ /* padding-top:6%; */ /* min-width:320px; */ /* min-height:100%; */ /* height:100vh; */ /* -webkit-box-align:center; */
    -ms-flex-align: center; /* align-items:center; */ /* -webkit-box-pack:center; */
    -ms-flex-pack: center; /* justify-content:center; */
}

    .custom-form .form-wrap ul.langs {
        margin-top: 10px;
    }

        .custom-form .form-wrap ul.langs li {
            display: inline-block;
            font-size: 16px;
            color: #8b8d8f
        }

            .custom-form .form-wrap ul.langs li:first-child:after {
                content: "";
                display: inline-block;
                width: 1px;
                height: 17px;
                margin: 0 18px;
                background-color: #c8cdd2;
                position: relative;
                top: 4px
            }

            .custom-form .form-wrap ul.langs li a {
                color: inherit
            }

                .custom-form .form-wrap ul.langs li a:hover {
                    text-decoration: none;
                    color: #26984d
                }

            .custom-form .form-wrap ul.langs li.active {
                color: #26984d
            }

    .custom-form .form-wrap h1 {
        color: #275e9d;
        font-weight: bold; /* line-height:55px; */ /* margin-top:45px; */ /* margin-bottom:20px; */
    }

    .custom-form .form-wrap .form-container {
        padding: 20px 0;
        margin-top: 0px;
    }

        .custom-form .form-wrap .form-container .form-group label span {
            color: #fb2b2b
        }

        .custom-form .form-wrap .form-container label {
            color: #464749;
            line-height: 24px;
            font-size: 14px; /* margin-bottom:1rem; */
        }

        .custom-form .form-wrap .form-container .form-group input.form-control {
            background: #ebeef2;
            border: none;
            border-radius: 0;
            border-right: 4px solid #45ae54;
            height: calc(1.5em + 0.75rem + 6px);
            line-height: 3; /* margin-bottom:1.5rem; */
        }

        .custom-form .form-wrap .form-container label.custom-control-label {
            padding-right: 26px;
            cursor: pointer
        }

        .custom-form .form-wrap .form-container .custom-checkbox .custom-control-label::before {
            border-radius: 0;
            border: none;
            background-color: #ebeef2;
            position: absolute;
            right: 0;
            left: auto
        }

        .custom-form .form-wrap .form-container .custom-control-input:focus ~ .custom-control-label::before {
            -webkit-box-shadow: none;
            box-shadow: none
        }

        .custom-form .form-wrap .form-container .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
            background-color: #275e9d;
            right: 0;
            left: auto;
        }

        .custom-form .form-wrap .form-container .login-btn {
            font-size: 16px;
            line-height: 30px;
            width: 243px;
            padding: 0.563rem 0.75rem; /* -webkit-box-shadow:0px 7px 17px -3px #45ae54; */ /* box-shadow:0px 7px 17px -3px #45ae54; */
        }

        .custom-form .form-wrap .form-container a.forget {
            -webkit-box-flex: 1;
            -ms-flex: auto;
            flex: auto;
            text-align: left;
            padding-top: 14px;
            font-size: 14px;
            font-weight: bold
        }

        .custom-form .form-wrap .form-container button.btn.btn-primary.login-lg-btn {
            width: 100%;
            position: relative;
            font-size: 16px;
            line-height: 30px;
            padding: 0.875rem 0.75rem;
            -webkit-box-shadow: 0px 7px 17px -3px #1d4d8b;
            box-shadow: 0px 7px 17px -3px #1d4d8b
        }

        .custom-form .form-wrap .form-container span.btn-icon {
            position: absolute;
            right: 0;
            height: 48px;
            padding: 6px 23px;
            top: 5px
        }

body.dashboard {
    overflow: hidden
}

section.side-nav {
    background: #1a4e91;
    background: -webkit-gradient(linear, left top, left bottom, from(#1a4e91), to(#0b356b));
    background: linear-gradient(180deg, #1a4e91 0%, #0b356b 100%);
    height: 100vh;
    width: 300px;
    position: fixed;
    top: 0;
    right: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 999
}

    section.side-nav .nav-wrapper {
        height: 100%;
        overflow: auto
    }

    section.side-nav:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 5px;
        background-color: #45ae54;
        z-index: 9
    }

    section.side-nav #slide-toggle {
        position: absolute;
        left: 2px;
        top: 20px;
        height: 145px;
        width: 22px;
        background: none;
        border: none;
        background-image: url("../images/Union 1.svg");
        background-repeat: no-repeat;
        color: #fff;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        z-index: 99
    }

        section.side-nav #slide-toggle:focus {
            outline: none
        }

        section.side-nav #slide-toggle.reversed {
            -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
            left: -19px
        }

    section.side-nav .nav-logo {
        text-align: center;
        padding-top: 20px
    }

    section.side-nav .user-card {
        padding: 0 15px;
        margin-top: 60px
    }

        section.side-nav .user-card .main-data img {
            height: -webkit-max-content;
            height: -moz-max-content;
            height: max-content;
            border-radius: 50%;
            position: relative;
            top: -8px
        }

        section.side-nav .user-card .main-data .title {
            -webkit-box-flex: 1;
            -ms-flex: auto;
            flex: auto;
            padding-right: 20px
        }

            section.side-nav .user-card .main-data .title h6 {
                color: #fff;
                line-height: 17px
            }

            section.side-nav .user-card .main-data .title p {
                color: #45ae54;
                font-size: 13px;
                line-height: 15px
            }

        section.side-nav .user-card hr {
            border-top: 1px solid rgba(255,255,255,0.18);
            margin: 0
        }

        section.side-nav .user-card .sub-data .data-box {
            -webkit-box-flex: 1;
            -ms-flex: auto;
            flex: auto;
            width: 50%;
            padding-top: 10px;
            color: #ffffffd9;
            position: relative
        }

            section.side-nav .user-card .sub-data .data-box:last-child {
                padding-right: 30px
            }

                section.side-nav .user-card .sub-data .data-box:last-child:after {
                    content: "";
                    position: absolute;
                    right: 0;
                    top: 15px;
                    height: 49px;
                    width: 1px;
                    background: rgba(255,255,255,0.18)
                }

            section.side-nav .user-card .sub-data .data-box h6 {
                font-weight: bold;
                line-height: 22px
            }

            section.side-nav .user-card .sub-data .data-box p {
                font-size: 13px
            }

                section.side-nav .user-card .sub-data .data-box p span {
                    color: #57d87d;
                    font-size: 23px;
                    font-weight: bold;
                    line-height: 13px;
                    margin-left: 10px;
                    vertical-align: middle
                }

    section.side-nav #MainMenu {
        margin-top: 40px
    }

        section.side-nav #MainMenu .list-group .list-group-item {
            background: none;
            border: none;
            border-radius: 0;
            color: #b9d0ec;
            font-size: 15px;
            line-height: 17px;
            padding: 18px 15px;
            border-bottom: 1px solid rgba(255,255,255,0.18)
        }

            section.side-nav #MainMenu .list-group .list-group-item:hover {
                text-decoration: none
            }

            section.side-nav #MainMenu .list-group .list-group-item i, section.side-nav #MainMenu .list-group .list-group-item .pre-item-icon {
                font-size: 19px;
                line-height: 15px;
                margin: 0 20px
            }

            section.side-nav #MainMenu .list-group .list-group-item .expand-icon {
                position: absolute;
                left: 20px;
                top: 20px
            }

        section.side-nav #MainMenu .list-group > .list-group-item:after {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(255,255,255,0.02)
        }

        section.side-nav #MainMenu .list-group .list-group-item.active {
            color: #ffffff !important;
            background-color: #45ae54 !important
        }

        section.side-nav #MainMenu .list-group .list-group-item.child-item {
            padding-right: 45px;
            font-size: 14px;
            line-height: 16px;
            color: #73a9e9
        }

            section.side-nav #MainMenu .list-group .list-group-item.child-item i {
                font-size: 14px;
                line-height: 15px;
                margin: 0 10px
            }

    section.side-nav .nav-footer {
        font-size: 12px;
        color: rgba(255,255,255,0.6);
        line-height: 21px;
        margin: 40px 15px 20px;
        padding-bottom: 8px;
        direction: ltr;
        border-bottom: 1px solid rgba(255,255,255,0.18)
    }

    section.side-nav .logos {
        padding: 0;
        text-align: center
    }

        section.side-nav .logos li {
            display: inline-block;
            padding: 0 10px;
            position: relative
        }

            section.side-nav .logos li:after {
                position: absolute;
                top: 6px;
                left: 0;
                width: 1px;
                height: 28px;
                background-color: rgba(255,255,255,0.9);
                content: ""
            }

            section.side-nav .logos li:nth-child(1) img {
                width: 78px
            }

            section.side-nav .logos li:nth-child(2) img {
                width: 48px
            }

            section.side-nav .logos li:nth-child(3) img {
                width: 53px
            }

            section.side-nav .logos li:nth-child(3):after {
                display: none
            }

span.nofication-count {
    background-color: #db5757;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    width: 23px;
    height: 23px;
    text-align: center;
    line-height: 23px;
    border-radius: 50%;
    position: absolute;
    left: 20px;
    top: 18px
}

section.side-nav.closed {
    -webkit-transform: translateX(300px);
    transform: translateX(300px)
}

.main-container {
    margin-right: 300px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    height: 100vh;
    width: calc(100vw - 300px);
    padding-left: 30px;
    padding-right: 30px;
    overflow-y: auto
}

    .main-container.full-container {
        margin-right: 0;
        width: 100vw
    }

header.top-nav {
    position: relative;
    padding-top: 40px;
    border-bottom: 1px solid #d3d3db
}

    header.top-nav h3 {
        color: #464749;
        font-weight: bold;
        line-height: 37px;
        margin-bottom: 15px
    }

    header.top-nav ul.menu-btns {
        position: absolute;
        left: 0;
        padding: 0;
        top: 15px
    }

        header.top-nav ul.menu-btns li {
            display: inline-block;
            width: 40px;
            height: 40px;
            text-align: center;
            line-height: 40px;
            background: #fff;
            border-radius: 50%;
            margin: 10px;
            position: relative
        }

            header.top-nav ul.menu-btns li a#menu-nofi-btn:after {
                content: "";
                width: 6px;
                height: 6px;
                position: absolute;
                background: #db5757;
                border-radius: 50%;
                right: 8px;
                top: 5px
            }

        header.top-nav ul.menu-btns > li > a {
            display: block
        }

.home-cards {
    margin: 30px 0 20px
}

.sm-card {
    background-color: #fcfcfc;
    border: 2px solid #adcae2;
    -webkit-box-shadow: 0 0 15px 0 #dbdde8;
    box-shadow: 0 0 15px 0 #dbdde8;
    border-radius: 25px;
    min-height: 48px;
    margin: 10px 0
}

    .sm-card .sm-card-header {
        position: relative;
        z-index: 5
    }

        .sm-card .sm-card-header .panel-wrapper {
            position: relative
        }

            .sm-card .sm-card-header .panel-wrapper button.card-btn {
                background: none;
                border: none;
                position: absolute;
                right: 3px;
                top: 3px;
                width: 37px;
                height: 37px;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                color: #bcccd9;
                border-radius: 50%
            }

                .sm-card .sm-card-header .panel-wrapper button.card-btn:focus, .sm-card .sm-card-header .panel-wrapper button.card-btn:hover {
                    background-color: #f3f3f3;
                    outline: none
                }

                .sm-card .sm-card-header .panel-wrapper button.card-btn > i {
                    margin: auto
                }

            .sm-card .sm-card-header .panel-wrapper ul {
                position: absolute;
                padding: 0;
                width: 150px;
                background: #ffffff;
                -webkit-box-shadow: 0 0 15px 0 rgba(44,56,68,0.13);
                box-shadow: 0 0 15px 0 rgba(44,56,68,0.13);
                text-align: right;
                top: 40px;
                right: 5px;
                display: none
            }

                .sm-card .sm-card-header .panel-wrapper ul li {
                    list-style: none
                }

                    .sm-card .sm-card-header .panel-wrapper ul li a {
                        display: block;
                        padding: 7px 10px;
                        font-size: 14px;
                        line-height: 16px;
                        color: rgba(70,71,73,0.9)
                    }

                        .sm-card .sm-card-header .panel-wrapper ul li a i {
                            margin-left: 5px;
                            width: 15px;
                            font-size: 12px
                        }

                        .sm-card .sm-card-header .panel-wrapper ul li a:hover {
                            text-decoration: none
                        }

                        .sm-card .sm-card-header .panel-wrapper ul li a.disabled {
                            cursor: default;
                            opacity: 0.5
                        }

                .sm-card .sm-card-header .panel-wrapper ul hr {
                    margin: 4px 0
                }

    .sm-card .card-body {
        height: 100%;
        position: relative;
        padding: 25px;
        padding-bottom: 2px
    }

        .sm-card .card-body:before {
            content: "";
            background-image: url("../images/Path 6106.png");
            background-repeat: no-repeat;
            width: 51px;
            height: 51px;
            position: absolute;
            bottom: 15px;
            left: 15px
        }

        .sm-card .card-body .status-counter {
            font-family: roboto;
            font-size: 22px;
            width: 55px;
            height: 55px;
            margin: auto;
            color: #fff;
            line-height: 55px;
            border-radius: 50%
        }

        .sm-card .card-body h4 {
            color: #464749;
            font-weight: bold;
            line-height: 28px;
            height: calc(28px * 2);
            margin-top: 10px
        }

        .sm-card .card-body p {
            color: #8b8d8f;
            font-size: 12px;
            line-height: 14px
        }

    .sm-card.tasks .card-body:before {
        content: "";
        background-image: url("../images/task-icon.png")
    }

.orange-bg {
    background-color: rgba(255,154,38,0.75)
}

.green-bg {
    background-color: rgba(38,152,77,0.75)
}

.grey-bg {
    background-color: rgba(70,71,73,0.75)
}

.cyan-bg {
    background-color: rgba(80,203,244,0.75)
}

.regular-card {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 15px 0 #dbdde8;
    box-shadow: 0 0 15px 0 #dbdde8;
    border-radius: 12px;
    min-height: 48px;
    padding: 5px
}

    .regular-card .panel-wrapper {
        position: relative
    }

        .regular-card .panel-wrapper button.card-btn {
            background: none;
            border: none;
            position: absolute;
            left: 3px;
            top: 3px;
            width: 37px;
            height: 37px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            color: #bcccd9;
            border-radius: 50%
        }

            .regular-card .panel-wrapper button.card-btn:focus, .regular-card .panel-wrapper button.card-btn:hover {
                background-color: #f3f3f3;
                outline: none
            }

            .regular-card .panel-wrapper button.card-btn > i {
                margin: auto
            }

        .regular-card .panel-wrapper ul {
            position: absolute;
            padding: 0;
            width: 150px;
            background: #ffffff;
            -webkit-box-shadow: 0 0 15px 0 rgba(44,56,68,0.13);
            box-shadow: 0 0 15px 0 rgba(44,56,68,0.13);
            text-align: right;
            top: 40px;
            left: 5px;
            display: none;
            z-index: 9
        }

            .regular-card .panel-wrapper ul li {
                list-style: none
            }

                .regular-card .panel-wrapper ul li a {
                    display: block;
                    padding: 7px 10px;
                    font-size: 14px;
                    line-height: 16px;
                    color: rgba(70,71,73,0.9)
                }

                    .regular-card .panel-wrapper ul li a i {
                        margin-left: 5px;
                        width: 15px;
                        font-size: 12px
                    }

                    .regular-card .panel-wrapper ul li a:hover {
                        text-decoration: none
                    }

                    .regular-card .panel-wrapper ul li a.disabled {
                        cursor: default;
                        opacity: 0.5
                    }

            .regular-card .panel-wrapper ul hr {
                margin: 4px 0
            }

    .regular-card .reg-card-header {
        position: relative;
        margin-bottom: 15px
    }

        .regular-card .reg-card-header h4 {
            font-weight: bold;
            color: #464749;
            line-height: 31px;
            padding: 5px 15px;
            margin: 0
        }

    .regular-card .card-body {
        padding: 0;
        height: calc(100% - 65px)
    }

/*div.dataTables_wrapper {
    direction: rtl
}

th, td {
    white-space: nowrap
}

div.dataTables_wrapper {
    width: 100%;
    margin: 0 auto
}

table.dataTable.no-footer, .dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 1px solid #e8eaf3
}

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-position: 98% center
}

.dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
    margin: 10px 0
}*/

span.data-icon {
    color: #20b79e;
    width: 20px;
    height: 20px;
    background-color: #fff;
    display: inline-block;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.15);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.15);
    margin-left: 10px
}

    span.data-icon.no-icon {
        background-color: #edf0f3 !important;
        border: 2px solid #c8cdd2
    }
/*
table.dataTable thead {
    background-color: #1d4d8b;
    color: #fff;
    font-size: 16px;
    font-weight: bold
}

    table.dataTable thead th {
        padding: 15px 18px
    }

    table.dataTable thead .sorting {
        background-image: none
    }

        table.dataTable thead .sorting span.custom-sort {
            background-image: url("../images/sort.png");
            background-position: center center;
            background-repeat: no-repeat;
            width: 15px;
            height: 15px;
            display: inline-block;
            vertical-align: middle;
            margin-right: 5px
        }

    table.dataTable thead .sorting_asc {
        background-image: none
    }

        table.dataTable thead .sorting_asc span.custom-sort {
            background-image: url("../images/asc-sort.png");
            background-position: center center;
            background-repeat: no-repeat;
            width: 15px;
            height: 15px;
            display: inline-block;
            vertical-align: middle;
            margin-right: 5px
        }

    table.dataTable thead .sorting_desc {
        background-image: none
    }

        table.dataTable thead .sorting_desc span.custom-sort {
            background-image: url("../images/desc-sort.png");
            background-position: center center;
            background-repeat: no-repeat;
            width: 15px;
            height: 15px;
            display: inline-block;
            vertical-align: middle;
            margin-right: 5px
        }

table.dataTable tbody tr {
    background-color: #ffffff;
    position: relative
}

    table.dataTable tbody tr:nth-of-type(odd) {
        background-color: #f5f5f9
    }

    table.dataTable tbody tr td {
        border-top: 1px solid #e8eaf3;
        padding: 8px 10px;
        font-size: 15px;
        color: #666666;
        line-height: 30px
    }

.dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #153e72 !important;
    background-color: none !important;
    background: none !important;
    border: none !important;
    border-radius: 7px;
    font-size: 18px;
    font-weight: bold;
    padding: 0;
    width: 37px;
    height: 37px;
    line-height: 37px
}

    .dataTables_wrapper .dataTables_paginate .paginate_button.current {
        color: #fff !important;
        background-color: #153e72 !important;
        background: #153e72 !important
    }

        .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
            color: #fff !important;
            background-color: #153e72 !important;
            background: #153e72 !important
        }

    .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
        color: #153e72 !important;
        background-color: none !important;
        background: none !important
    }
*/
span.pop-details {
    color: #20b79e;
    background: #fff;
    display: inline-block;
    width: 29px;
    height: 29px;
    font-size: 16px;
    line-height: 29px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #20b79e;
    -webkit-box-shadow: 0 15px 25px -20px rgba(158,168,201,0.5);
    box-shadow: 0 15px 25px -20px rgba(158,168,201,0.5);
    vertical-align: inherit;
    margin-right: 8px;
    cursor: pointer
}

.details-card {
    position: absolute;
    z-index: 999999999;
    width: 100%;
    right: 0;
    left: 0;
    text-align: center;
    background: #ffffff;
    padding: 10px;
    -webkit-box-shadow: 0 15px 25px -5px rgba(158,168,201,0.5);
    box-shadow: 0 15px 25px -5px rgba(158,168,201,0.5);
    display: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #1d4d8b
}

span.separate {
    width: 1px;
    display: inline-block;
    background: #93a7bb;
    height: 24px;
    margin: 0 15px;
    vertical-align: middle
}
/*
table tr button {
    background: none;
    border: none
}

    table tr button:focus {
        outline: none
    }

    table tr button:active {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
*/
p.total {
    text-align: left;
    padding-left: 20%;
    font-size: 16px;
    font-weight: bold;
    color: #464749;
    margin-top: 15px
}

    p.total span {
        margin-right: 15px
    }

.alerts {
    min-height: 100%
}

    .alerts div#v-pills-tab {
        margin: auto;
        padding: 15px
    }

        .alerts div#v-pills-tab .nav-link {
            position: relative;
            font-size: 15px;
            line-height: 42px;
            color: #666666;
            border-radius: 28px;
            padding: 0 20px;
            margin: 15px 0;
            white-space: nowrap
        }

            .alerts div#v-pills-tab .nav-link.active {
                background-color: #e5effb;
                color: #1d4d8b
            }

    .alerts .tab-content {
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
        border-right: 1px solid #d1d6db
    }

        .alerts .tab-content .tab-pane {
            padding: 0 18px;
            height: 500px;
            overflow-y: scroll
        }

            .alerts .tab-content .tab-pane .notification-card {
                font-size: 14px;
                color: #828282;
                position: relative;
                padding: 10px 0;
                border-bottom: 1px solid #d1d6db
            }

                .alerts .tab-content .tab-pane .notification-card:hover .panel-wrapper button.card-btn {
                    opacity: 1
                }

                .alerts .tab-content .tab-pane .notification-card.unread {
                    font-size: 15px;
                    color: #464749;
                    cursor: pointer
                }

                    .alerts .tab-content .tab-pane .notification-card.unread:after {
                        position: absolute;
                        content: "";
                        width: 7px;
                        height: 90px;
                        background: #337ab7;
                        top: 20px;
                        right: -13px
                    }

                .alerts .tab-content .tab-pane .notification-card .panel-wrapper {
                    position: absolute;
                    top: 0;
                    left: 0
                }

                    .alerts .tab-content .tab-pane .notification-card .panel-wrapper button.card-btn {
                        color: #fff;
                        background: #1d4d8b;
                        -webkit-transition: 0.3s;
                        transition: 0.3s;
                        opacity: 0
                    }

                        .alerts .tab-content .tab-pane .notification-card .panel-wrapper button.card-btn:focus, .alerts .tab-content .tab-pane .notification-card .panel-wrapper button.card-btn:active {
                            opacity: 1
                        }

                .alerts .tab-content .tab-pane .notification-card h6 {
                    font-size: inherit;
                    font-weight: bold;
                    line-height: 26px
                }

                .alerts .tab-content .tab-pane .notification-card p {
                    font-size: 14px;
                    line-height: 22px
                }

                .alerts .tab-content .tab-pane .notification-card cite {
                    font-size: 12px;
                    color: rgba(139,141,143,0.9);
                    display: block;
                    text-align: left;
                    font-style: normal;
                    line-height: 14px
                }

.mt-30 {
    margin-top: 30px !important
}

.mb-30 {
    margin-bottom: 30px !important
}

span.count {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background: #db5757;
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border-radius: 50%;
    margin-right: 5px;
    vertical-align: middle
}

.check-info {
    padding: 10px 15px;
    min-height: 50px
}

    .check-info .info-block {
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
        font-size: 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 10px 0
    }

        .check-info .info-block span.info-title {
            color: #1d4d8b
        }

            .check-info .info-block span.info-title i {
                font-size: 16px;
                margin-left: 5px
            }

        .check-info .info-block span.info-data {
            color: #666666;
            -webkit-box-flex: 1;
            -ms-flex: auto;
            flex: auto;
            text-align: center;
            position: relative
        }

            .check-info .info-block span.info-data .pop-details {
                width: 25px;
                height: 25px;
                line-height: 25px;
                -webkit-transition: 0.3s;
                transition: 0.3s;
                margin-left: 10px
            }

                .check-info .info-block span.info-data .pop-details:hover, .check-info .info-block span.info-data .pop-details.active {
                    -webkit-transform: scale(1.16);
                    transform: scale(1.16)
                }

            .check-info .info-block span.info-data .details-card {
                right: auto;
                width: auto;
                left: 0;
                border-radius: 11px;
                -webkit-box-shadow: 0 3px 25px 6px rgba(0,0,0,0.12);
                box-shadow: 0 3px 25px 6px rgba(0,0,0,0.12);
                top: 40px
            }

                .check-info .info-block span.info-data .details-card:after {
                    content: "";
                    position: absolute;
                    width: 0;
                    height: 0;
                    border-left: 10px solid transparent;
                    border-right: 10px solid transparent;
                    border-bottom: 10px solid #fff;
                    top: -10px;
                    left: 10px
                }

                .check-info .info-block span.info-data .details-card ul {
                    padding-right: 20px;
                    margin: 0
                }

                    .check-info .info-block span.info-data .details-card ul li {
                        white-space: nowrap;
                        text-align: right
                    }

        .check-info .info-block:last-child {
            -webkit-box-flex: 0.5;
            -ms-flex-positive: 0.5;
            flex-grow: 0.5
        }

            .check-info .info-block:last-child span.info-data {
                vertical-align: sub;
                text-align: left;
                cursor: pointer
            }

                .check-info .info-block:last-child span.info-data:hover, .check-info .info-block:last-child span.info-data:focus {
                    color: #1d4d8b
                }

.blue-border {
    border: 2px solid;
    border-color: #adcae2;
    -webkit-box-shadow: 0 5px 15px #dbdde8;
    box-shadow: 0 5px 15px #dbdde8
}

.process-progress {
    padding: 30px 30px 50px;
    width: 90%;
    margin: auto;
    position: relative
}

    .process-progress .process {
        position: relative;
        text-align: left;
        padding: 0
    }

        .process-progress .process .process-icon {
            display: inline-block;
            width: 30px;
            height: 30px;
            text-align: center;
            line-height: 30px;
            color: #20b79e;
            -webkit-box-shadow: 0 5px 15px #dbdde8;
            box-shadow: 0 5px 15px #dbdde8;
            border-radius: 50%;
            background: #fff;
            z-index: 5;
            position: relative
        }

        .process-progress .process.empty .process-icon {
            background-color: #edf0f3;
            border: 2px solid #c8cdd2
        }

        .process-progress .process.empty:before {
            background: #c8cdd2
        }

        .process-progress .process .process-title {
            color: #464749;
            font-size: 16px;
            white-space: nowrap;
            position: absolute;
            left: -40px;
            padding-top: 10px
        }

        .process-progress .process:before {
            content: "";
            position: absolute;
            width: 100%;
            height: 2px;
            left: 0;
            top: 13px;
            background: #20b79e
        }

        .process-progress .process:first-child {
            position: absolute;
            right: 0
        }

            .process-progress .process:first-child:before {
                content: none
            }

.latest.process:not(.empty) .process-icon {
    border: 2px solid
}

.check-pills {
    margin: 10px 30px;
    padding: 2px;
    background: #f3f3f3;
    border-radius: 26px
}

    .check-pills .nav-link {
        color: #666666;
        font-size: 15px;
        font-weight: bold;
        padding: 13px 40px 13px 70px;
        border-radius: 25px
    }

        .check-pills .nav-link i {
            color: #c8cdd2;
            margin-left: 10px;
            font-size: 22px;
            vertical-align: middle
        }

        .check-pills .nav-link img {
            margin-left: 10px
        }

        .check-pills .nav-link.active {
            background: #ffffff;
            -webkit-box-shadow: 2px 2px 12px rgba(0,0,0,0.1);
            box-shadow: 2px 2px 12px rgba(0,0,0,0.1)
        }

div#pills-info {
    padding: 50px 10px
}

    div#pills-info .data-item {
        padding: 12px 0
    }

        div#pills-info .data-item .title {
            color: #1d4d8b;
            font-size: 15px;
            line-height: 30px;
            padding-left: 0;
            white-space: nowrap
        }

            div#pills-info .data-item .title i {
                margin-left: 6px;
                font-size: 18px
            }

        div#pills-info .data-item .data {
            color: #666666;
            line-height: 24px
        }

    div#pills-info .colored {
        background: #f5f5f9
    }

    div#pills-info .details-card {
        right: auto;
        width: auto;
        left: 90px;
        border-radius: 11px;
        -webkit-box-shadow: 0 3px 25px 6px rgba(0,0,0,0.12);
        box-shadow: 0 3px 25px 6px rgba(0,0,0,0.12);
        top: 40px
    }

        div#pills-info .details-card:after {
            content: "";
            position: absolute;
            width: 0;
            height: 0;
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            border-bottom: 10px solid #fff;
            top: -10px;
            left: 10px
        }

        div#pills-info .details-card ul {
            padding-right: 20px;
            margin: 0
        }

            div#pills-info .details-card ul li {
                white-space: nowrap;
                text-align: right
            }

.progress-states {
    padding: 0 15px;
    position: relative
}

    .progress-states:after {
        content: "";
        height: 100%;
        width: 2px;
        background-color: #c8cdd2;
        position: absolute;
        top: 20px;
        right: 14px;
        z-index: 0
    }

    .progress-states:last-child:after {
        content: none
    }

    .progress-states .state {
        display: inline-block;
        color: #464749;
        font-size: 20px;
        font-weight: bold;
        line-height: 28px;
        -webkit-box-shadow: 2px 5px 15px rgba(0,0,0,0.15);
        box-shadow: 2px 5px 15px rgba(0,0,0,0.15);
        border-radius: 28px;
        padding: 13px 40px;
        position: relative;
        z-index: 5
    }

        .progress-states .state:after {
            content: "";
            width: 20px;
            height: 20px;
            position: absolute;
            border-radius: 50%;
            border: 2px solid #20b79e;
            background: #fff;
            right: -10px;
            top: 18px
        }

    .progress-states .process-progress {
        padding: 60px 30px 130px
    }

        .progress-states .process-progress .process .process-title {
            white-space: normal;
            width: 95%;
            font-size: 14px;
            left: -40%;
            text-align: center;
            line-height: 24px
        }

        .progress-states .process-progress .process:first-child .process-title {
            min-width: 130px;
            width: auto;
            left: -55px
        }

    .progress-states button.process-btn {
        display: block;
        margin: auto;
        background: #fff;
        border: 1px solid #20b79e;
        border-radius: 50%;
        width: 25px;
        height: 25px;
        padding: 0;
        line-height: 25px;
        text-align: center;
        color: #20b79e;
        margin-top: 10px
    }

        .progress-states button.process-btn:focus {
            outline: none
        }

.tab-content > .tab-pane {
    padding: 50px 10px
}

.modal button.close {
    position: absolute;
    left: 0;
    top: 4px;
    font-size: 48px;
    color: #8b8d8f
}

span.data-icon.nope {
    color: #db5757
}

.modal-title {
    font-weight: bold;
    color: #464749
}

.modal-body ul {
    padding-right: 15px
}

    .modal-body ul li {
        list-style: none;
        font-size: 15px;
        line-height: 24px;
        margin: 15px 0
    }

span.data-icon.empty {
    background: #edf0f3;
    border: 2px solid #c8cdd2
}

#scroll-up-button {
    background: none;
    border: none;
    background-color: #45ae54;
    opacity: 0.4;
    width: 52px;
    height: 52px;
    border-radius: 6px;
    position: fixed;
    left: 30px;
    bottom: 25px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: none
}

    #scroll-up-button:hover {
        opacity: 1
    }

footer { /* height:18px; */ /* background:#45ae54; */ /* margin:0 -30px; */
}

#myChart {
    display: block;
    margin: auto;
    margin-top: 0
}

.canvas-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 485px;
    overflow: hidden
}

.inner-main-title h1 {
    font-weight: bold;
    font-size: 52px;
    line-height: 82px;
    color: #1d4d8b;
    padding-left: 20px
}

.inner-main-title .side-line {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    background: #45ae54;
    height: 3px;
    margin: auto
}

h1.custom {
    font-size: 40px;
    font-weight: bold;
    line-height: 62px;
    color: #464749
}

h2.custom {
    font-size: 32px;
    font-weight: bold;
    line-height: 49px;
    color: #464749
}

h3.custom {
    font-size: 28px;
    font-weight: bold;
    line-height: 44px;
    color: #464749
}

h4.custom {
    font-size: 24px;
    font-weight: bold;
    line-height: 38px;
    color: #464749
}

h5.custom {
    font-size: 20px;
    font-weight: bold;
    line-height: 31px;
    color: #464749
}

h6.custom {
    font-size: 16px;
    font-weight: bold;
    line-height: 25px;
    color: #464749
}

h1.primary, h2.primary, h3.primary, h4.primary, h5.primary, h6.primary {
    color: #1D4D8B
}

h1.gray, h2.gray, h3.gray, h4.gray, h5.gray, h6.gray {
    color: #8B8D8F
}

h1.green, h2.green, h3.green, h4.green, h5.green, h6.green {
    color: #45AE54
}

p.normal {
    color: #464749;
    font-size: 16px;
    line-height: 32px
}

p.main {
    color: #464749;
    font-size: 20px;
    line-height: 32px
}

ul.dotted {
    list-style: none;
    line-height: 32px
}

    ul.dotted li::before {
        content: "";
        background-color: #1d4d8b;
        display: inline-block;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        margin-left: 10px
    }

    ul.dotted.green li::before {
        content: "";
        background-color: #45AE54;
        display: inline-block;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        margin-left: 10px
    }

ol.number {
    list-style: decimal;
    line-height: 32px
}

    ol.number li {
        padding-right: 10px
    }

    ul.dotted li, ol.number li {
        font-size: 16px;
        line-height: 32px;
        color: #464749
    }

.alert {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    border-radius: 3px;
    position: relative
}

    .alert.bordered {
        border: 1px solid
    }

    .alert > img {
        margin-top: 5px;
        margin-left: 16px
    }

    .alert p {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 0
    }

    .alert h6 {
        font-size: 18px;
        font-weight: bold
    }

    .alert button {
        background: none;
        border: none;
        position: absolute;
        left: 10px;
        top: 8px;
        text-align: center;
        padding: 3px 10px
    }

        .alert button:focus {
            outline: none;
            -webkit-transform: scale(1.1);
            transform: scale(1.1)
        }

    .alert.info {
        background-color: #79AEDB;
        border-color: #5390C4;
        color: #fff
    }

    .alert.primary {
        background-color: #1D4D8B;
        color: #fff
    }

    .alert.warning {
        color: #464749;
        background-color: #FFEDBC;
        border-color: #EEC992
    }

    .alert.danger {
        background-color: #DC3535;
        color: #fff
    }

    .alert.success {
        background-color: #40B763;
        color: #fff
    }

.gray-bg {
    background-color: rgba(0,0,0,0.5)
}

.alert-card {
    width: 450px;
    text-align: center;
    background: #fff;
    margin: 20px auto;
    padding: 25px;
    -webkit-box-shadow: 0 3px 25px rgba(0,0,0,0.16);
    box-shadow: 0 3px 25px rgba(0,0,0,0.16)
}

    .alert-card .alert-icon {
        margin-bottom: 10px
    }

    .alert-card h5 {
        color: #464749;
        font-size: 22px;
        font-weight: bold;
        margin-bottom: 15px
    }

    .alert-card p {
        margin-bottom: 6px;
        font-size: 15px;
        line-height: 26px;
        height: 26px;
        overflow: hidden
    }

    .alert-card button.btn {
        width: 100px;
        height: 40px;
        margin-top: 10;
        margin-top: 10px;
        margin-left: 10px
    }

.btn.custom {
    min-width: 105px;
    min-height: 44px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding-left: 15px;
    padding-right: 15px
}

    .btn.custom i {
        margin-left: 5px;
        vertical-align: middle
    }

    .btn.custom:hover {
        -webkit-box-shadow: 0 9px 18px rgba(0,0,0,0.16);
        box-shadow: 0 9px 18px rgba(0,0,0,0.16)
    }

    .btn.custom.btn-primary {
        background-color: #1D4D8B
    }

        .btn.custom.btn-primary:hover {
            background-color: #4885D4;
            border-color: #4885D4
        }

    .btn.custom.btn-success {
        background-color: #26984D
    }

        .btn.custom.btn-success:hover {
            background-color: #40B763;
            border-color: #40B763
        }

    .btn.custom.btn-danger {
        background-color: #D51212
    }

        .btn.custom.btn-danger:hover {
            background-color: #EE4A4A;
            border-color: #EE4A4A
        }

    .btn.custom.btn-dark {
        background-color: #464749
    }

        .btn.custom.btn-dark:hover {
            background-color: #8B8D8F;
            border-color: #8B8D8F
        }

    .btn.custom.btn-info {
        background-color: #639FD2
    }

        .btn.custom.btn-info:hover {
            background-color: #337AB7;
            border-color: #337AB7
        }

    .btn.custom.btn-secondary {
        background-color: #50CBF4;
        border-color: #50CBF4
    }

    .btn.custom.btn-gray {
        background-color: #666F82;
        border-color: #666F82;
        color: #fff
    }

        .btn.custom.btn-gray:hover {
            background-color: #8A92A2;
            border-color: #8A92A2
        }

button.btn.btn-plus, button.btn.btn-times {
    width: 60px;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
    padding: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s
}

    button.btn.btn-plus:hover, button.btn.btn-times:hover {
        -webkit-box-shadow: 0 9px 18px rgba(0,0,0,0.16);
        box-shadow: 0 9px 18px rgba(0,0,0,0.16)
    }

button.btn.btn-plus {
    background: #D8EFDB;
    color: #45AE54;
    border: 1px solid #45AE54
}

button.btn.btn-times {
    background: #FCE7E7;
    color: #E86363;
    border: 1px solid #E86363
}

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1
}

    .inputfile + label {
        display: inline-block
    }

    .inputfile + label {
        cursor: pointer
    }

.radio-container {
    display: block;
    position: relative;
    padding-right: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #8b8d8f;
    font-weight: 500
}

    .radio-container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0
    }

.checkmark {
    position: absolute;
    top: 2px;
    right: 0;
    height: 18px;
    width: 18px;
    background-color: #fff;
    border: 1px solid #8b8d8f;
    border-radius: 50%
}

.radio-container input:checked ~ .check-label {
    color: #1d4d8b
}

.radio-container:after {
    content: "";
    position: absolute;
    display: none
}

.radio-container input:checked ~ .checkmark:after {
    display: block
}

.radio-container .checkmark:after {
    display: none;
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #1d4d8b
}

.radio-form span.checkmark {
    background: none;
    border-width: 2px
}

.radio-container.radio-form input:checked ~ .checkmark {
    border-color: #1d4d8b
}

.radio-container.radio-form .checkmark:after {
    display: none;
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #1d4d8b
}

.radio-form span.check-label, .checkbox-container span.check-label {
    color: #464749;
    font-size: 16px
}

.checkbox-container {
    display: block;
    position: relative;
    padding-right: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #8b8d8f;
    font-weight: 500
}

    .checkbox-container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0
    }

.checkboxmark {
    position: absolute;
    top: 2px;
    right: 0;
    height: 18px;
    width: 18px;
    background-color: inherit;
    border: 2px solid #8b8d8f;
    border-radius: 3px
}

.checkbox-container input:checked ~ .checkboxmark {
    border-color: #1d4d8b;
    background: #1d4d8b
}

.checkbox-container input:checked ~ .check-label {
    color: #1d4d8b
}

.checkbox-container:after {
    content: "";
    position: absolute;
    display: none
}

.checkbox-container input:checked ~ .checkboxmark:after {
    display: inline-block
}

.checkbox-container .checkboxmark:after {
    display: none;
    content: "";
    position: absolute;
    top: -4px;
    left: 2px;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00c";
    color: #fff;
    font-size: 10px
}

.form-control.custom-form-control {
    font-size: 16px;
    padding: 0.375rem 0.75rem;
    line-height: 50px;
    height: calc(2em + 1rem + 2px);
    border-color: #dce0e5;
    border-radius: 0;
    -webkit-box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    box-shadow: 0 2px 8px rgba(0,0,0,0.05)
}

.custom-form-control .select-selected {
    padding: 12px 16px;
    border: 1px solid #dce0e5;
    border-radius: 0;
    -webkit-box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    font-size: 16px !important
}

.select-items div, .select-selected {
    font-size: 16px !important
}

span.identity-hover {
    position: absolute;
    left: 28px;
    bottom: 12px;
    color: gray;
    cursor: pointer;
}

.date-toggle {
    position: absolute;
    left: 12px;
    top: 12px;
    cursor: pointer
}

    .date-toggle img {
        width: 25px
    }

.asterisk {
    color: #dc2727
}

h5.form-label {
    color: #464749;
    font-size: 22px;
    font-weight: bold;
    line-height: 34px
}

.date-wrapper {
    position: relative
}

.datepicker.datepicker-inline {
    position: absolute;
    background: #fff;
    -webkit-box-shadow: 0 2px 25px rgba(0,0,0,0.1);
    box-shadow: 0 2px 25px rgba(0,0,0,0.1);
    z-index: 99;
    left: 15px;
    top: 50px
}

.slider {
    width: 100% !important
}

.slider-selection {
    background: #1d4d8b
}

.slider-track-high {
    background: #a6b0b8
}

.slider-track {
    height: 5px !important;
    -webkit-box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    box-shadow: 0 2px 8px rgba(0,0,0,0.05)
}

.slider-handle {
    background: #fff;
    width: 24px;
    height: 24px;
    top: -5px
}

p.range-value {
    font-size: 16px;
    color: #464749;
    margin-top: 10px
}

    p.range-value span {
        color: #1d4d8b
    }

textarea.custom-form-control.form-control {
    height: 100px;
    resize: none
}

.attachment-zone {
    background: #d5dfe8;
    border-radius: 3px;
    padding: 25px;
    position: relative
}

    .attachment-zone p {
        margin-top: 18px
    }

h2.form-main-label {
    color: #26984D;
    font-weight: bold;
    font-size: 42px;
    line-height: 66px
}

.primary-color {
    color: #1D4D8B
}

.success-color {
    color: #45AE54
}

.danger-color {
    color: #DB5757
}

.gray-color {
    color: #8B8D8F
}

.gray-color-light {
    color: #c8cdd2
}

.secondary-color {
    color: #639FD2
}

.notes {
    border: 2px solid #adcae2;
    padding: 0
}

    .notes hr {
        margin: 0
    }

    .notes .card-body.note-header {
        padding: 36px 25px
    }

    .notes .card-body.note-body {
        padding: 29px 25px;
        background-color: #F5F6F7;
        border-bottom-left-radius: 12px;
        border-bottom-right-radius: 12px
    }

    .notes span.note-title {
        font-size: 18px;
        font-weight: bold
    }

    .notes span.note-data {
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center
    }

.top-search-form {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}

    .top-search-form label, .custom-select-box label {
        font-size: 16px;
        color: #666666;
        line-height: 22px
    }

    .top-search-form input {
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
        background: #ffffff;
        border: 0;
        font-size: 16px;
        line-height: 14px;
        padding: 13px 11px 13px 45px;
        color: #999999;
        -webkit-box-shadow: 0 2px 8px rgba(0,0,0,0.05);
        box-shadow: 0 2px 8px rgba(0,0,0,0.05);
        width: 290px;
        margin-right: 15px;
        border: 1px solid #C8CDD2
    }

        .top-search-form input:focus {
            outline: none;
            -webkit-box-shadow: 0 2px 12px rgba(0,0,0,0.15);
            box-shadow: 0 2px 12px rgba(0,0,0,0.15)
        }

        .top-search-form input::-webkit-input-placeholder {
            color: #999999
        }

        .top-search-form input:-ms-input-placeholder {
            color: #999999
        }

        .top-search-form input::-ms-input-placeholder {
            color: #999999
        }

        .top-search-form input::placeholder {
            color: #999999
        }

    .top-search-form button {
        background: none;
        border: none;
        background-image: url("../images/search-icon.svg");
        background-repeat: no-repeat;
        background-position: center center;
        width: 45px;
        height: 40px;
        display: block;
        position: absolute;
        left: 0;
        top: 4px
    }

.custom-select-box {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto
}
/*
.table-green table.dataTable thead {
    background-color: #26984D
}

.table-green .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    color: #fff !important;
    background-color: #26984D !important;
    background: #26984D !important
}

.table-green .dataTables_wrapper .dataTables_paginate .paginate_button.previous, .table-green .dataTables_wrapper .dataTables_paginate .paginate_button.next {
    color: #26984D !important
}

table.dataTable.table-gray thead {
    background-color: #666F82
}

table.table-gray .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    color: #fff !important;
    background-color: #666F82 !important;
    background: #666F82 !important
}

table.table-gray .dataTables_wrapper .dataTables_paginate .paginate_button.previous, table.table-gray .dataTables_wrapper .dataTables_paginate .paginate_button.next {
    color: #666F82 !important
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #666666 !important
}

    .dataTables_wrapper .dataTables_paginate .paginate_button.previous, .dataTables_wrapper .dataTables_paginate .paginate_button.next {
        color: #153e72 !important
    }*/

.select-selected {
    border: 1px solid #C8CDD2
}

.regular-card.welcome {
    position: relative;
    padding: 60px
}

    .regular-card.welcome hr {
        border-color: #C8CDD2
    }

    .regular-card.welcome:after {
        content: "";
        background: url("../images/bottom-curve.svg");
        position: absolute;
        bottom: -19px;
        width: 80%;
        left: 10%;
        height: 21px;
        background-repeat: no-repeat;
        background-position: center;
        border-top: 2px solid #45AE54
    }

.select-items {
    -webkit-box-shadow: 0 0 8px rgba(0,0,0,0.1);
    box-shadow: 0 0 8px rgba(0,0,0,0.1)
}

.fs-24 {
    font-size: 24px;
}

.fs-30 {
    font-size: 30px;
}

.fs-14 {
    font-size: 14px;
}

@media (max-width: 767px) {
    .custom-form {
     
        width:100%;
    }
    .custom-form:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 5px;
        background-color: #45ae54
    }

    .custom-form::after {
        content: "";
        position: absolute;
        top: 2px;
        left: calc(50% - 72px);
        height: 22px;
        width: 145px;
        background-image: url("../images/Union 1-vertical.svg");
        background-repeat: no-repeat;
    }

    .custom-form .form-wrap h1 {
        font-size: 30px;
        margin-top: 16px;
    }

    .smallScreenCenter {
        text-align: center !important;
    }

    .storeLogo {
        width: 100px !important;
    }

    .form-container {
        margin-top: 10px !important;
    }


}

.mobile-header {
    background-color: #275e9d;
}

    .mobile-header:after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(31,50,88,0.65);
        z-index: 0;
    }

.form-header::after {
    content: "";
    height: 2px;
    background: #e1e1e1;
    left: 0;
    right: 0;
    position: absolute;
    top: 50%;
    z-index: 0;
}

.form-header {
    position: relative;
    font-weight: 700
}

    .form-header > span {
        color: #282828;
        background: #fff;
        margin-top: -10px;
        display: inline-block;
        z-index: 1;
        position: relative;
        padding: 0 0 0 10px;
    }

.phone-key {
    direction: ltr;
    border-left: 4px solid #45ae54 !important;
    border-left-width: 4px;
    border-left-style: solid;
    border-left-color: rgb(69, 174, 84);
    border-right: none !important;
}

.phone-number {
    margin-left: 2%;
    width: 98%;
}

.top-logos {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem;
}

    .top-logos img {
        max-height: 90px;
        max-width: 60%;
    }

.ml--2 {
    /*margin-left: .5rem !important;*/
    margin-right: .5rem !important;
}

.error-show {
    background: #ff4133;
    border-radius: 0 0 8px 8px;
    color: #fff;
    font-size: 80%;
    font-weight: 400;
    display: block;
    float: left;
    padding: 2px 5px;
}


.field-validation-error {
    background: #ff4133;
    border-radius: 0 0 8px 8px;
    color: #fff;
    font-size: 80%;
    font-weight: 400;
    display: block;
    float: left;
    padding: 2px 5px;
}
