﻿@charset "utf-8";

body {
    font-family: open sans, sans-serif;
    font-size: 14px;
    color: #000;
    font-weight: 400;
    /*background: #f4f7fa;*/
    position: relative;
    line-height: 1.5;
    margin: 0;
    background-repeat: no-repeat;
    background-size: cover;
}

img {
    max-width: 100%;
}

*:focus {
    outline: none
}

a:hover {
    outline: none;
    text-decoration: none
}

.btn {
    font-size: 14px;
}

.btn-warning, .btn-warning:hover {
    color: #fff;
}

.btn-outline-light, .btn-outline-light:hover {
    border-color: #e1e1e1;
}

.theme-bg {
    background: linear-gradient(-135deg, #1de9b6 0%, #1dc4e9 100%)
}

.theme-bg2 {
    background: linear-gradient(-135deg, #899FD4 0%, #A389D4 100%)
}

p {
    font-size: 0.875rem;
    margin-bottom: .5rem;
    line-height: 1.3rem;
}

h1, h2, h3, h4, h5, h6 {
    color: #111;
    font-weight: 400
}

h1 {
    font-size: 48px
}

h2 {
    font-size: 44px
}

h3 {
    font-size: 26px
}

h4 {
    font-size: 1.125rem;
}

h5 {
    font-size: 18px
}

h6 {
    font-size: 14px
}

.f-10 {
    font-size: 10px
}

.f-12 {
    font-size: 12px
}

.f-14 {
    font-size: 14px
}

.f-16 {
    font-size: 16px
}

.f-18 {
    font-size: 18px
}

.f-20 {
    font-size: 20px
}

.f-22 {
    font-size: 22px
}

.f-24 {
    font-size: 24px
}

.f-26 {
    font-size: 26px
}

.f-28 {
    font-size: 28px
}

.f-30 {
    font-size: 30px
}

.f-32 {
    font-size: 32px
}

.f-34 {
    font-size: 34px
}

.f-36 {
    font-size: 36px
}

.f-38 {
    font-size: 38px
}

.f-40 {
    font-size: 40px
}

.f-42 {
    font-size: 42px
}

.f-44 {
    font-size: 44px
}

.f-46 {
    font-size: 46px
}

.f-48 {
    font-size: 48px
}

.f-50 {
    font-size: 50px
}

.f-52 {
    font-size: 52px
}

.f-54 {
    font-size: 54px
}

.f-56 {
    font-size: 56px
}

.f-58 {
    font-size: 58px
}

.f-60 {
    font-size: 60px
}

.f-62 {
    font-size: 62px
}

.f-64 {
    font-size: 64px
}

.f-66 {
    font-size: 66px
}

.f-68 {
    font-size: 68px
}

.f-70 {
    font-size: 70px
}

.f-72 {
    font-size: 72px
}

.f-74 {
    font-size: 74px
}

.f-76 {
    font-size: 76px
}

.f-78 {
    font-size: 78px
}

.f-80 {
    font-size: 80px
}

.f-w-100 {
    font-weight: 100
}

.f-w-200 {
    font-weight: 200
}

.f-w-300 {
    font-weight: 300
}

.f-w-400 {
    font-weight: 400
}

.f-w-500 {
    font-weight: 500
}

.f-w-600 {
    font-weight: 600
}

.f-w-700 {
    font-weight: 700
}

.f-w-800 {
    font-weight: 800
}

.f-w-900 {
    font-weight: 900
}

p {
    font-size: 14px
}

.smaller {
    font-size: 12px
}

strong {
    font-weight: 400
}

.selectYear select {
    background: none;
    border: 0;
    color: #fff;
}

    .selectYear select:focus {
        background: #033886;
        outline: none !important;
        color: #fff;
        box-shadow: none;
    }

.form-control,
select.form-control:not([size]):not([multiple]) {
    height: 34px;
}

.img-radius {
    -webkit-box-shadow: 0 3px 11px 0 rgba(65,76,78,.2);
    box-shadow: 0 3px 11px 0 rgba(65,76,78,.2);
    border-radius: 50%
}

.sln-main-header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    background: #fff;
}

.sln-header {
    z-index: 1028;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 60px;
    padding: 0;
    position: relative;
    top: 0;
    background: #033886;
    color: #3f4d67;
    width: 100%;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

    .sln-header .m-header .b-brand {
        padding: 0 20px;
    }

        .sln-header .m-header .b-brand img {
            width: 250px;
        }

    .sln-header .input-group {
        background: 0 0
    }

        .sln-header .input-group .input-group-text {
            margin-right: 0
        }

    .sln-header .input-group {
        background: 0 0
    }

        .sln-header .input-group .input-group-text, .sln-header a, .sln-header dropdown-toggle {
            color: #fff;
        }

            .sln-header .input-group .input-group-text:hover, .sln-header a:hover, .sln-header dropdown-toggle:hover {
                color: #fff;
            }

    .sln-header #mobile-header {
        display: none
    }

    .sln-header .navbar-nav {
        padding-left: 0;
        list-style: none;
        margin-bottom: 0;
        display: inline-block
    }

        .sln-header .navbar-nav > li {
            line-height: 60px;
            display: inline-block;
            padding: 0 12px
        }

            .sln-header .navbar-nav > li .nav-link {
                padding: 0
            }

            .sln-header .navbar-nav > li:first-child {
                padding-left: 20px
            }

            .sln-header .navbar-nav > li:last-child {
                padding-right: 20px
            }

    .sln-header .mr-auto .dropdown-menu {
        margin-left: -20px
    }

    .sln-header .ml-auto {
        float: right
    }

        .sln-header .ml-auto .dropdown-menu {
            margin-right: -20px
        }

    .sln-header .main-search .input-group {
        border-radius: 20px;
        padding: 0
    }

        .sln-header .main-search .input-group .form-control, .sln-header .main-search .input-group .input-group-text {
            background: 0 0;
            border: none;
            border-radius: 0;
            padding: 0
        }

        .sln-header .main-search .input-group .search-close {
            display: none
        }

        .sln-header .main-search .input-group .search-btn {
            border-radius: 50%;
            padding: 0;
            background: 0 0;
            border-color: transparent;
            -webkit-box-shadow: none;
            box-shadow: none
        }

        .sln-header .main-search .input-group .form-control {
            -webkit-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
            width: 0;
            font-size: 14px;
            width: 400px;
        }

            .sln-header .main-search .input-group .form-control:active, .sln-header .main-search .input-group .form-control:focus, .sln-header .main-search .input-group .form-control:hover, .sln-header .main-search .input-group .search-btn:active, .sln-header .main-search .input-group .search-btn:focus, .sln-header .main-search .input-group .search-btn:hover {
                outline: none;
                -webkit-box-shadow: none;
                box-shadow: none
            }

    .sln-header .main-search .input-group {
        background: #f1f1f1;
        border: 1px solid #f1f1f1;
        /* -webkit-box-shadow: 0 6px 12px -5px rgba(65,76,78,.08); */
        /* box-shadow: 0 6px 12px -5px rgba(65,76,78,.08); */
        padding: 3px 5px 3px 20px;
    }

        .sln-header .main-search .input-group:focus, .sln-header .main-search .input-group:focus-within {
            background: #fff;
        }

        .sln-header .main-search .input-group .search-close {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex
        }

        .sln-header .main-search .input-group .search-btn {
            padding: 5px;
            margin-left: 5px;
            background: #04a9f5;
            border-color: #04a9f5
        }

            .sln-header .main-search .input-group .search-btn .input-group-text {
                color: #fff
            }

            .sln-header .main-search .input-group .form-control:active, .sln-header .main-search .input-group .form-control:focus, .sln-header .main-search .input-group .form-control:hover, .sln-header .main-search .input-group .search-btn:active, .sln-header .main-search .input-group .search-btn:focus, .sln-header .main-search .input-group .search-btn:hover {
                outline: none;
                -webkit-box-shadow: none;
                box-shadow: none
            }

    .sln-header .dropdown .dropdown-toggle {
        line-height: 60px;
        display: inline-block;
        padding-right: 20px;
    }

        .sln-header .dropdown .dropdown-toggle:after {
            font-family: "Font Awesome 5 Free";
            font-weight: 600;
            content: "\f107";
            font-size: 15px;
            border: none;
            position: absolute;
            top: 0;
            right: 15px;
        }

    .sln-header .dropdown .dropdown-menu {
        position: absolute;
        border: none;
        margin-top: 0px;
        min-width: 230px;
    }

        .sln-header .dropdown .dropdown-menu.show:before {
            display: none
        }

        .sln-header .dropdown .dropdown-menu li {
            line-height: 1.2
        }

            .sln-header .dropdown .dropdown-menu li a {
                padding: 10px;
                font-size: 14px
            }

            .sln-header .dropdown .dropdown-menu li.active a, .sln-header .dropdown .dropdown-menu li:active a, .sln-header .dropdown .dropdown-menu li:focus a, .sln-header .dropdown .dropdown-menu li:hover a {
                color: #888
            }

    .sln-header .nav-item.dropdown.show:before {
        right: auto;
    }

    .sln-header .dropdown.show:before {
        content: "\f0d8";
        font-family: FontAwesome;
        position: absolute;
        right: 13px;
        top: 56px;
        z-index: 1001;
        font-size: 40px;
        line-height: 0;
        color: #fff;
        text-shadow: 0 -2px 2px rgba(65,76,78,.12)
    }

    .sln-header .dropdown .notification {
        width: 350px;
        padding: 0;
        line-height: 1.4;
        overflow: hidden
    }

        .sln-header .dropdown .notification .noti-head {
            border-bottom: 1px solid #f1f1f1;
            padding: 15px 20px
        }

            .sln-header .dropdown .notification .noti-head a {
                text-decoration: underline;
                font-size: 13px
            }

        .sln-header .dropdown .notification .noti-body {
            padding: 0
        }

            .sln-header .dropdown .notification .noti-body img {
                width: 40px;
                margin-right: 20px
            }

            .sln-header .dropdown .notification .noti-body li {
                padding: 15px 20px;
                -webkit-transition: all .3s ease-in-out;
                transition: all .3s ease-in-out
            }

                .sln-header .dropdown .notification .noti-body li.n-title {
                    padding-bottom: 0
                }

                    .sln-header .dropdown .notification .noti-body li.n-title p {
                        margin-bottom: 5px
                    }

                .sln-header .dropdown .notification .noti-body li.notification:hover {
                    background: rgba(4,169,245,.1)
                }

                .sln-header .dropdown .notification .noti-body li p {
                    margin-bottom: 5px;
                    font-size: 13px
                }

                    .sln-header .dropdown .notification .noti-body li p strong {
                        color: #222
                    }

                .sln-header .dropdown .notification .noti-body li .n-time {
                    font-size: 80%;
                    float: right
                }

        .sln-header .dropdown .notification .noti-footer {
            border-top: 1px solid #f1f1f1;
            padding: 15px 20px;
            text-align: center
        }

            .sln-header .dropdown .notification .noti-footer a {
                text-decoration: underline;
                font-size: 13px
            }

        .sln-header .dropdown .notification ul {
            padding-left: 0;
            margin-bottom: 0;
            list-style: none
        }

            .sln-header .dropdown .notification ul li {
                padding: 20px 15px
            }

    .sln-header .dropdown .profile-notification {
        padding: 0;
        line-height: 1.4;
        overflow: hidden
    }

        .sln-header .dropdown .profile-notification .pro-head {
            color: #fff;
            border-radius: .25rem .25rem 0 0;
            padding: 15px;
            position: relative;
            background: #04a9f5
        }

            .sln-header .dropdown .profile-notification .pro-head img {
                width: 40px;
                margin-right: 10px
            }

            .sln-header .dropdown .profile-notification .pro-head .dud-logout {
                color: #fff;
                padding-right: 0;
                position: absolute;
                right: 0;
                top: 0;
                height: 100%;
                width: 40px;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center
            }

        .sln-header .dropdown .profile-notification .pro-body {
            padding: 20px 0;
            margin-bottom: 0;
            list-style: none
        }

            .sln-header .dropdown .profile-notification .pro-body li a {
                color: #888;
                font-size: 14px;
                padding: 10px 20px
            }

                .sln-header .dropdown .profile-notification .pro-body li a i {
                    margin-right: 10px
                }

            .sln-header .dropdown .profile-notification .pro-body li.active, .sln-header .dropdown .profile-notification .pro-body li:active, .sln-header .dropdown .profile-notification .pro-body li:focus, .sln-header .dropdown .profile-notification .pro-body li:hover {
                background: rgba(4,169,245,.1)
            }

                .sln-header .dropdown .profile-notification .pro-body li.active > a, .sln-header .dropdown .profile-notification .pro-body li:active > a, .sln-header .dropdown .profile-notification .pro-body li:focus > a, .sln-header .dropdown .profile-notification .pro-body li:hover > a {
                    background: 0 0
                }

    .sln-header .dropdown.drp-user.show:before {
        color: #04a9f5
    }

.dropdown-menu {
    padding: 20px 0;
    margin-top: 15px;
    -webkit-box-shadow: 0 1px 10px 0 rgba(69,90,100,.2);
    box-shadow: 0 1px 10px 0 rgba(69,90,100,.2);
    border: none
}

    .dropdown-menu.show:before {
        content: "\f0d8";
        font-family: FontAwesome;
        position: absolute;
        left: 15px;
        top: -5px;
        z-index: 1001;
        font-size: 40px;
        line-height: 0;
        color: #fff;
        text-shadow: 0 -2px 2px rgba(69,90,100,.12)
    }

    .dropdown-menu.show.dropdown-menu-right:before {
        left: auto;
        right: 8px;
    }

    .dropdown-menu[x-placement=top-start] {
        margin-bottom: 15px;
        margin-top: 0
    }

        .dropdown-menu[x-placement=top-start].show:before {
            content: "\64";
            bottom: -5px;
            top: auto;
            text-shadow: 0 2px 2px rgba(69,90,100,.12)
        }

    .dropdown-menu > li {
        padding-left: 15px;
        padding-right: 15px
    }

        .dropdown-menu > li > a {
            padding: 5px;
            color: #888
        }

            .dropdown-menu > li > a i {
                font-size: 15px;
                display: -webkit-inline-box;
                display: -ms-inline-flexbox;
                display: inline-flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                margin-right: 10px
            }

        .dropdown-menu > li.active, .dropdown-menu > li:active, .dropdown-menu > li:focus, .dropdown-menu > li:hover {
            background: rgba(4,169,245,.1)
        }

            .dropdown-menu > li.active > a, .dropdown-menu > li:active > a, .dropdown-menu > li:focus > a, .dropdown-menu > li:hover > a {
                background: 0 0
            }

.sln-header:before, .sln-main-container:before {
    content: "";
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.sln-main-container {
    position: relative;
    margin: 0 auto;
    display: block;
    clear: both;
    /*float: unset;
	right: 0;
	margin-left: 260px;
	min-height: 100vh;*/
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    /*background: url(../image/wrapper-bg.png) fixed;
	background-repeat: no-repeat;
	background-size: cover;*/
    padding: 0 50px 50px 50px;
}

.sln-wrapper {
    background: #f4f7fa;
    min-height: 75vh;
    position: relative;
}

.sln-content {
    position: relative;
    display: block;
    padding: 20px;
}

    .sln-wrapper:after, .sln-content:after, .sln-main-container:after {
        display: block;
        content: '';
        clear: both;
    }

.card {
    border-radius: 0;
    -webkit-box-shadow: 0 1px 20px 0 rgba(69,90,100,.08);
    box-shadow: 0 1px 20px 0 rgba(69,90,100,.08);
    border: none;
    margin-bottom: 25px;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

    .card .card-header {
        background-color: transparent;
        border-bottom: 1px solid #f1f1f1;
        padding: 15px 25px;
        position: relative
    }

        .card .card-header h5 {
            margin-bottom: 0;
            color: #000;
            font-size: 16px;
            font-weight: 600;
            display: inline-block;
            margin-right: 10px;
            line-height: 1.1;
            position: relative
        }

            .card .card-header h5:after {
                content: "";
                background-color: #04a9f5;
                position: absolute;
                left: -25px;
                top: 0;
                width: 4px;
                height: 20px
            }

        .card .card-header.borderless {
            border-bottom: none
        }

            .card .card-header.borderless h5:after {
                display: none
            }

.card-header-right {
    right: 10px;
    top: 10px;
    display: inline-block;
    float: right;
    padding: 0;
    position: absolute
}

    .card-header-right .dropdown-menu {
        margin-top: 0
    }

        .card-header-right .dropdown-menu li a {
            font-size: 14px;
            text-transform: capitalize;
            display: block;
        }

    .card-header-right .btn.dropdown-toggle {
        border: none;
        background: 0 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        cursor: pointer;
        color: #888
    }

        .card-header-right .btn.dropdown-toggle i {
            margin-right: 0
        }

        .card-header-right .btn.dropdown-toggle:after {
            display: none
        }

        .card-header-right .btn.dropdown-toggle:focus {
            -webkit-box-shadow: none;
            box-shadow: none;
            outline: none
        }

.card .card-footer {
    border-top: 1px solid #f1f1f1;
    background: 0 0;
    padding: 25px
}

.card .card-block, .card .card-body {
    padding: 30px 25px
}

.card.card-load {
    position: relative;
    overflow: hidden
}

    .card.card-load .card-loader {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: rgba(255,255,255,.7);
        z-index: 999
    }

        .card.card-load .card-loader i {
            margin: 0 auto;
            color: #04a9f5;
            font-size: 24px;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex
        }

.card.full-card {
    z-index: 99999;
    border-radius: 0
}

.scroll-y {
    z-index: 1027;
}

.bg-c-blue {
    background: #04a9f5
}

.text-c-blue {
    color: #04a9f5
}

.bg-c-red {
    background: #f44236
}

.text-c-red {
    color: #f44236
}

.bg-c-green {
    background: #1de9b6
}

.text-c-green {
    color: #1de9b6
}

.bg-c-yellow {
    background: #f4c22b
}

.text-c-yellow {
    color: #f4c22b
}

.bg-c-purple {
    background: #a389d4
}

.text-c-purple {
    color: #a389d4
}

.card-border-c-blue {
    border-top: 4px solid #04a9f5
}

.card-border-c-red {
    border-top: 4px solid #f44236
}

.card-border-c-green {
    border-top: 4px solid #1de9b6
}

.card-border-c-yellow {
    border-top: 4px solid #f4c22b
}

.card-border-c-purple {
    border-top: 4px solid #a389d4
}

.label {
    padding: 4px 10px;
    min-height: auto;
    position: relative;
    margin-right: 5px;
    margin-bottom: 5px
}

    .label.label-primary {
        background: #04a9f5;
        color: #fff
    }

    .label.label-danger {
        background: #f44236;
        color: #fff
    }

    .label.label-success {
        background: #1de9b6;
        color: #fff
    }

    .label.label-warning {
        background: #f4c22b;
        color: #fff
    }

    .label.label-info {
        background: #3ebfea;
        color: #fff
    }

.table td, .table th {
    border-top: 1px solid #eaeaea;
    white-space: nowrap;
    padding: 10px;
}

.table thead th {
    border-bottom: 1px solid #eaeaea
}

.table tbody + tbody {
    border-top: 2px solid #eaeaea
}

.table-bordered {
    border: 1px solid #eaeaea
}

    .table-bordered td, .table-bordered th {
        border: 1px solid #eaeaea
    }

.table-striped tbody tr:nth-of-type(2n+1) {
    background-color: rgba(4,169,245,.05)
}

.table-hover tbody tr:hover {
    background-color: rgba(4,169,245,.05)
}

.table .thead-dark th {
    color: #fff;
    background-color: #37474f;
    border-color: #222c31
}

.table-dark {
    color: #fff;
    background-color: #37474f
}

    .table-dark td, .table-dark th, .table-dark thead th {
        border-color: #222c31
    }

    .table-dark.table-striped tbody tr:nth-of-type(odd) {
        background-color: #334249
    }

    .table-dark.table-hover tbody tr:hover {
        background-color: #2d3940
    }

table.dataTable.fixedHeader-floating {
    top: 0 !important
}

.Recent-Users .table tr:first-child td, .User-Lists .table tr:first-child td {
    border-top: 0
}

.Recent-Users .table td, .User-Lists .table td {
    vertical-align: middle
}

.Recent-Users .table .label, .User-Lists .table .label {
    border-radius: 15px;
    /*-webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,.2);
	box-shadow: 0 5px 10px 0 rgba(0,0,0,.2)*/
}

.c-hr-navbar {
    position: relative;
    background: #fff;
    padding: 0 20px;
    box-shadow: 0 4px 12px rgba(0,0,0,.08), 0 0 1px rgba(1,0,0,.1);
}

    .c-hr-navbar ul {
        margin: 0;
        padding: 0;
    }

        .c-hr-navbar ul li {
            display: inline-block;
            list-style: none;
            padding: 6px 5px;
        }

            .c-hr-navbar ul li:first-child {
                padding-left: 0;
            }

            .c-hr-navbar ul li a {
                display: block;
                color: #000;
                transition: all 0.2S ease;
                /*border-right: 1px solid #cecaca;*/
                padding-right: 20px;
            }

                .c-hr-navbar ul li a:hover {
                    color: #000;
                }

                .c-hr-navbar ul li a .aicon {
                    font-size: 1rem;
                    padding: 4px 7px;
                    margin-right: 0px;
                    border-radius: 4px;
                    width: 30px;
                    display: -webkit-inline-box;
                    display: -ms-inline-flexbox;
                    display: inline-flex;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                    height: 30px;
                    text-align: center;
                }

.page-header {
    margin-bottom: 20px;
}

.sln-navbar {
    display: block;
    position: fixed;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 264px;
    height: 100vh;
    top: 0;
    background: #57a7b3;
    color: #fff;
    padding-top: 120px;
}

    .sln-navbar ul {
        padding-left: 0;
        list-style: none;
        margin-bottom: 0
    }

    .sln-navbar .sln-inner-navbar {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

        .sln-navbar .sln-inner-navbar li {
            position: relative
        }

            .sln-navbar .sln-inner-navbar li > a {
                text-align: left;
                padding: 10px 20px;
                border-bottom: 1px solid #4c8e97;
                display: block;
                border-radius: 0;
                position: relative
            }

                .sln-navbar .sln-inner-navbar li > a .pcoded-mtext {
                    position: relative
                }

                .sln-navbar .sln-inner-navbar li > a > .pcoded-micon {
                    font-size: 1rem;
                    padding: 4px 7px;
                    margin-right: 7px;
                    border-radius: 4px;
                    width: 30px;
                    display: -webkit-inline-box;
                    display: -ms-inline-flexbox;
                    display: inline-flex;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                    height: 30px;
                    text-align: center
                }

                    .sln-navbar .sln-inner-navbar li > a > .pcoded-micon + .pcoded-mtext {
                        position: absolute;
                        top: 11px
                    }

            .sln-navbar .sln-inner-navbar li.pcoded-hasmenu > a:after {
                content: "\e844";
                font-family: feather;
                font-size: 15px;
                border: none;
                position: absolute;
                top: 11px;
                right: 20px;
                -webkit-transition: .3s ease-in-out;
                transition: .3s ease-in-out
            }

            .sln-navbar .sln-inner-navbar li.pcoded-hasmenu.pcoded-trigger > a:after {
                -webkit-transform: rotate(90deg);
                transform: rotate(90deg)
            }

            .sln-navbar .sln-inner-navbar li.pcoded-hasmenu .pcoded-submenu {
                display: none
            }

            .sln-navbar .sln-inner-navbar li.pcoded-hasmenu.pcoded-trigger.active > .pcoded-submenu {
                display: block
            }

            .sln-navbar .sln-inner-navbar li.pcoded-hasmenu.pcoded-trigger.active > a {
                position: relative
            }

            .sln-navbar .sln-inner-navbar li.pcoded-hasmenu .pcoded-submenu li > a {
                text-align: left;
                padding: 7px 7px 7px 60px;
                margin: 0;
                display: block
            }

                .sln-navbar .sln-inner-navbar li.pcoded-hasmenu .pcoded-submenu li > a:before {
                    content: "";
                    border-radius: 50%;
                    position: absolute;
                    top: 16px;
                    left: 35px;
                    width: 5px;
                    height: 5px
                }

            .sln-navbar .sln-inner-navbar li.pcoded-hasmenu .pcoded-submenu li .pcoded-submenu > li > a {
                padding: 7px 7px 7px 80px
            }

                .sln-navbar .sln-inner-navbar li.pcoded-hasmenu .pcoded-submenu li .pcoded-submenu > li > a:before {
                    left: 55px
                }

            .sln-navbar .sln-inner-navbar li.pcoded-menu-caption {
                font-size: 10px;
                font-weight: 600;
                padding: 25px 20px 5px;
                text-transform: uppercase;
                position: relative
            }

            .sln-navbar .sln-inner-navbar li.disabled > a {
                cursor: default;
                opacity: .5
            }

    .sln-navbar .pcoded-submenu {
        background: #39465e;
        padding: 15px 0
    }

    .sln-navbar a {
        color: #fff
    }

table.table td h2 {
    display: inline-block;
    font-size: inherit;
    font-weight: 400;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}

.top_counter .icon {
    float: left;
    width: 50px;
    height: 50px;
    border: 1px solid #eee;
    border-radius: .55rem;
    margin-right: 10px;
    text-align: center;
}

    .top_counter .icon i {
        font-size: 20px;
        line-height: 49px;
    }

.top_counter .content {
    height: 50px;
}

.footer {
    background: #033886;
    color: #fff;
    text-align: center;
    padding: 15px;
}



.c-navbar {
    position: relative;
    z-index: 99;
    text-align: center;
}

    .c-navbar ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

.exo-menu {
    width: 100%;
    list-style: none;
    position: relative;
    background: #0062cc;
}

    .exo-menu > li {
        display: inline-block;
        list-style: none;
    }

        .exo-menu > li > a {
            color: #fff;
            text-decoration: none;
            text-transform: uppercase;
            border-right: 1px #365670 dotted;
            -webkit-transition: color 0.2s linear, background 0.2s linear;
            -moz-transition: color 0.2s linear, background 0.2s linear;
            -o-transition: color 0.2s linear, background 0.2s linear;
            transition: color 0.2s linear, background 0.2s linear;
            font-size: 13px;
            position: relative;
        }

            .exo-menu > li > a.active,
            .exo-menu > li > a:hover,
            li.drop-down ul > li > a:hover {
                background: #009FE1;
                color: #fff;
            }

    .exo-menu i {
        float: left;
        font-size: 14px;
        margin-right: 6px;
        line-height: 20px !important;
    }

li.drop-down,
.flyout-right,
.flyout-left {
    position: relative;
}

    li.mega-drop-down > a, li.drop-down > a {
        padding-right: 30px !important;
    }

        li.mega-drop-down > a:before, li.drop-down > a:before {
            content: "\f103";
            color: #fff;
            font-family: "Font Awesome 5 Free";
            font-weight: 600;
            font-style: normal;
            display: inline;
            position: absolute;
            right: 10px;
            top: 13px;
            font-size: 14px;
        }

    li.drop-down > ul {
        left: 0px;
        min-width: 230px;
    }

.drop-down-ul {
    display: none;
}

.flyout-right > ul,
.flyout-left > ul {
    top: 0;
    min-width: 230px;
    display: none;
    border-left: 1px solid #365670;
}

li.drop-down > ul > li > a,
.flyout-right ul > li > a,
.flyout-left ul > li > a {
    color: #fff;
    display: block;
    padding: 12px 22px;
    font-size: 14px;
    text-decoration: none;
    background-color: #365670;
    border-bottom: 1px dotted #547787;
    -webkit-transition: color 0.2s linear, background 0.2s linear;
    -moz-transition: color 0.2s linear, background 0.2s linear;
    -o-transition: color 0.2s linear, background 0.2s linear;
    transition: color 0.2s linear, background 0.2s linear;
    text-align: left;
}

.flyout-right ul > li > a,
.flyout-left ul > li > a {
    border-bottom: 1px dotted #B8C7BC;
}


/*Flyout Mega*/
.flyout-mega-wrap {
    top: 0;
    right: 0;
    left: 100%;
    width: 100%;
    display: none;
    height: 100%;
    padding: 15px;
    min-width: 742px;
}

h4.row.mega-title {
    color: #eee;
    margin-top: 0px;
    font-size: 14px;
    padding-left: 15px;
    padding-bottom: 13px;
    text-transform: uppercase;
    border-bottom: 1px solid #ccc;
}

.flyout-mega ul > li > a {
    font-size: 90%;
    line-height: 25px;
    color: #fff;
    font-family: inherit;
}

    .flyout-mega ul > li > a:hover,
    .flyout-mega ul > li > a:active,
    .flyout-mega ul > li > a:focus {
        text-decoration: none;
        background-color: transparent !important;
        color: #ccc !important
    }
/*mega menu*/

.mega-menu {
    left: 0;
    right: 0;
    padding: 15px;
    display: none;
    padding-top: 0;
    min-height: 100%;
}

h4.row.mega-title {
    color: #eee;
    margin-top: 0px;
    font-size: 14px;
    padding-left: 15px;
    padding-bottom: 13px;
    text-transform: uppercase;
    border-bottom: 1px solid #547787;
    padding-top: 15px;
    background-color: #365670
}

.mega-menu ul li a {
    line-height: 25px;
    font-size: 13px;
    display: block;
    color: #fff;
    text-align: left;
}

ul.stander li a {
    padding: 3px 0px;
}

ul.description li {
    padding-bottom: 12px;
    line-height: 8px;
}

    ul.description li span {
        color: #ccc;
        font-size: 85%;
    }

a.view-more {
    border-radius: 1px;
    margin-top: 15px;
    background-color: #009FE1;
    padding: 2px 10px !important;
    line-height: 21px !important;
    display: inline-block !important;
}

    a.view-more:hover {
        color: #fff;
        background: #0DADEF;
    }

ul.icon-des li a i {
    color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    background-color: #009FE1;
    line-height: 35px !important;
}

ul.icon-des li {
    width: 100%;
    display: table;
    margin-bottom: 11px;
}

/*common*/
.flyout-right ul > li > a,
.flyout-left ul > li > a,
.flyout-mega-wrap,
.mega-menu {
    background-color: #547787;
}

    /*hover*/
    .Blog:hover,
    .Images:hover,
    .mega-menu:hover,
    .drop-down-ul:hover,
    li.flyout-left > ul:hover,
    li.flyout-right > ul:hover,
    .flyout-mega-wrap:hover,
    li.flyout-left a:hover + ul,
    li.flyout-right a:hover + ul,
    .blog-drop-down > a:hover + .Blog,
    li.drop-down > a:hover + .drop-down-ul,
    .images-drop-down > a:hover + .Images,
    .mega-drop-down a:hover + .mega-menu,
    li.flyout-mega > a:hover + .flyout-mega-wrap {
        display: block;
    }
/*responsive*/
@media (min-width:767px) {
    .exo-menu > li > a {
        display: block;
        padding: 12px 22px;
    }

    .mega-menu, .flyout-mega-wrap, .Images, .Blog, .flyout-right > ul,
    .flyout-left > ul, li.drop-down > ul {
        position: absolute;
    }

    .flyout-right > ul {
        left: 100%;
    }

    .flyout-left > ul {
        right: 100%;
    }
}

@media (max-width:767px) {

    .exo-menu {
        min-height: 58px;
        background-color: #23364B;
        width: 100%;
    }

        .exo-menu > li > a {
            width: 100%;
            display: none;
        }

        .exo-menu > li {
            width: 100%;
        }

    .display.exo-menu > li > a {
        display: block;
        padding: 20px 22px;
    }

    .mega-menu, .Images, .Blog, .flyout-right > ul,
    .flyout-left > ul, li.drop-down > ul {
        position: relative;
    }
}




.table-wrapper {
    overflow-x: auto;
    min-height: 250px;
    font-size: 13px;
}

.table-layout td,
.table-layout th {
    white-space: nowrap;
}

.sub-menu {
    position: relative;
    background-image: linear-gradient(to bottom, #ffffff, #d8e7e9);
    border-bottom: 2px solid #ff9f00;
}
    .sub-menu.sub-menu-inline ul li {
        display: inline-block;
    }


    .sub-menu ul {
        margin: 0 0 -1px 0;
        padding: 0;
        display: table;
        width: 100%;
    }

        .sub-menu ul li {
            display: table-cell;
            list-style: none;
            border-right: 1px solid #ccc;
        }

            .sub-menu ul li a {
                display: block;
                padding: 10px 20px;
                text-transform: uppercase;
                font-size: 12px;
                line-height: 1;
                color: #000;
                text-align: center;
            }

            .sub-menu ul li:last-child {
                border: 0;
            }

            .sub-menu ul li a:hover {
                background: #333;
                color: #fff;
                text-decoration: none;
            }

            .sub-menu ul li a.active {
                background-image: linear-gradient(to bottom, #ffc801, #e9490c);
                color: #fff;
            }

.table-filter {
    position: relative;
    display: inline;
}

    .table-filter .Downbtn {
        cursor: pointer;
        padding: 0px 3px;
        background: #939393;
        text-align: center;
        display: inline-block;
        color: #fff;
        height: 16px;
        vertical-align: text-top;
        line-height: 16px;
    }

.table-filterContainer {
    background: #fff;
    border: 1px solid #ccc;
    width: 150px;
    position: absolute;
    left: 0;
}

    .table-filterContainer label {
        color: #666;
    }

.table-filter i {
    margin-left: 0 !important;
}

.table-filterContainer .table-filterControl {
    padding: 10px 10px 00px 10px;
}

.table-filterContainer .form-control, .table-filterContainer .input-group-text {
    height: 30px;
    padding: 5px;
    margin-bottom: 10px;
    font-size: 12px;
}

.table-filterButton {
    padding: 0 20px 10px 10px;
}

.table-filterContainer .btn {
    padding: 5px;
    font-size: 12px;
    width: 50%;
    margin-right: 10px;
}

.stretch-card {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: stretch;
    justify-content: stretch;
}
