@import url(font-awesome.min.css);
@import url(materialdesignicons.min.css);
@import url('https://fonts.googleapis.com/css?family=Muli:300,400,600,700');

body {
    background-color: #fff;
    font-family: 'Muli', sans-serif;
    font-size: 12px;
    line-height: 15px;
    color: #536e92;
    text-rendering: optimizelegibility;
    -webkit-font-smoothing: antialiased;
    padding-top: 60px;
}

#wrapper {
    width: 100%;
}

#page-wrapper {
    padding: 0;
    min-height: 650px;
    background-color: #fbfbfc;
    border-left: 1px solid #e7e7e7;
    box-shadow: 1px 0 0 #f0f0f2 inset;
}

@media (min-width: 768px) {
    #page-wrapper {
        position: inherit;
        /*margin: 0 0px 0 230px;*/
        padding: 10px 0 30px 0px;
        box-shadow: none;
    }
}

.navbar-top-links {
    margin-right: 0;
}

    .navbar-top-links li {
        display: block;
        border-bottom: 1px solid rgba(255, 255, 255, 0.02);
        /*background-color: rgba(255,255,255,.15);
        border-left: 1px solid rgba(255,255,255,.2);
        padding-left: 10px;*/
    }

        .navbar-top-links li:last-child {
        }

    .navbar-top-links .dropdown-menu li {
        display: block;
    }

        .navbar-top-links .dropdown-menu li:last-child {
            margin-right: 0;
        }

        .navbar-top-links .dropdown-menu li a {
            padding: 3px 20px;
            min-height: 0;
        }

            .navbar-top-links .dropdown-menu li a div {
                white-space: normal;
            }

    .navbar-top-links .dropdown-messages,
    .navbar-top-links .dropdown-tasks,
    .navbar-top-links .dropdown-alerts {
        width: 310px;
        min-width: 0;
    }

    .navbar-top-links .dropdown-messages {
        margin-left: 5px;
    }

    .navbar-top-links .dropdown-tasks {
        margin-left: -59px;
    }

    .navbar-top-links .dropdown-alerts {
        margin-left: -123px;
    }

    .navbar-top-links .dropdown-user {
        right: 74px;
        left: auto;
        width: 250px;
        border: 1px solid rgba(255,255,255,.2);
        background-color: #fff;
        top: 5px;
    }


.sidebar {
    background-color: transparent;
}


    .sidebar .sidebar-nav.navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }

    .sidebar .sidebar-search {
        padding: 10px;
    }

    .sidebar ul li {
        transition: all .2s ease-out;
        border-bottom: 1px solid rgba(255, 255, 255, 0.02);
    }

        .sidebar ul li a {
            font-size: 12px;
            padding: 15px 10px 15px 15px;
            transition: all .2s ease-out;
            color: #536e92;
            font-weight: 600;
            border-right: 3px solid white;
        }

            .sidebar ul li a:hover {
                color: #00b9f5;
                border-right: 3px solid;
                background-color: #dcf6ff;
            }


            .sidebar ul li a i {
                margin-right: 10px;
                font-size: 15px;
            }

            .sidebar ul li a.menu-active {
                color: #536e92;
                border-right: 3px solid #00b9f5;
                background-color: #dcf6ff;
            }


    .sidebar .arrow {
        float: right;
        font-size: 10px;
        opacity: 0.5;
    }

    .sidebar .fa.arrow:before {
        content: "\f067";
    }

    .sidebar .active > a > .fa.arrow:before {
        content: "\f068";
    }

    .sidebar .nav-second-level {
        /*background-color: #fff;
        border-bottom: 1px solid #e6ebf3;*/
        background-color: #fbfbfc;
        border: 1px solid #e6ebf3;
        position: fixed;
        left: 230px;
        width: 81vw;
        top: 0;
        border-top: 0;
        display: block;
        /*opacity: 0;*/
        -webkit-transition: all .3s ease .15s;
        transition: all .3s ease .15s;
        /*visibility: hidden;*/
    }


        .sidebar .nav-second-level li,
        .sidebar .nav-third-level li {
            border-top: 1px solid #e6ebf3;
            border-bottom: 0 !important;
        }

            .sidebar .nav-second-level li a {
                padding: 11px 10px;
                padding-left: 40px;
                border: 0;
                display: block;
                font-weight: 400;
                font-size: 12px;
                border-right: 3px solid transparent;
            }

                .sidebar .nav-second-level li a:hover {
                    color: #333;
                    border-right: 3px solid #00b9f5;
                    background-color: #dcf6ff;
                }




.menu-dot {
    width: 6px;
    height: 6px;
    display: inline-block;
    border-radius: 50%;
    float: left;
    margin-top: 4px;
    margin-right: 5px;
}



@media (min-width: 768px) {
    .sidebar {
        margin-top: 60px;
        bottom: 0;
        min-height: 400px;
        left: 0;
        top: 0;
        position: fixed;
        width: 230px;
        z-index: 9999;
        transform: translateZ(0);
        /*overflow-y: auto;
        overflow-x: hidden;*/
        /*border-right: 1px solid rgba(255,255,255,.2);*/
        background-color: rgba(255,255,255,.15);
    }

    .navbar-top-links .dropdown-messages,
    .navbar-top-links .dropdown-tasks,
    .navbar-top-links .dropdown-alerts {
        margin-left: auto;
    }
}

.form-control {
    border-radius: 2px;
    box-shadow: none;
}

.panel, .well {
    border-radius: 2px;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.05);
}

.form-control {
    border-color: #ccd0d5;
    margin-bottom: 15px;
}



.btn-primary {
    border-color: #33cdff;
}

.btn-primary, .label-primary, .list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    background-color: #00b9f5;
}

.btn-plus {
    background-color: #ffffff;
    border-width: 1px;
    border-color: #dddddd;
    box-shadow: 1px 1px 0 #999999;
    border-radius: 3px;
    color: #666666;
    text-shadow: 0 0 1px #bbbbbb;
}

.well, .panel {
    border-radius: 1px;
    border: 0px solid #d7dfe3;
}

    .well .well-heading {
        background-color: transparent;
        font-weight: 700;
        font-size: 16px;
        color: #262626;
        border-bottom: 1px solid #f0f0f5;
        padding: 10px;
        padding-bottom: 0 !important;
    }

.panel-heading > h4, .well-heading > h4 {
    margin: 0;
    font-size: 17px !important;
    color: #00b9f5;
    font-weight: 500;
    /*background: url(../img/header.jpg) 0 0 no-repeat;
    background-size: cover;*/
    margin-left: -10px;
    margin-right: -10px;
    margin-top: -10px;
    padding: 10px;
    line-height: 22px;
}

.font-bold {
    font-weight: 800 !important;
    letter-spacing: 0;
    font-size: 11px;
}

.well-body {
    padding: 10px;
}

.well .well-heading a {
    font-size: 11px;
    padding: 7px 10px;
    font-weight: 400;
    border-radius: 2px !important;
    transition: all .6s ease-out;
}

    .panel .panel-heading a i, .well .well-heading a i {
        margin-right: 5px;
    }

.panel-footer {
    padding: 10px;
    padding-bottom: 5px;
    border-top: 1px solid #ececec;
    margin-top: 5px;
}




.btn-info, .label-info, .progress-bar-info {
    background-color: #5a8fe8;
    border-color: #447cdc;
}

.btn-danger, .label-danger, .progress-bar-danger {
    background-color: #f44336;
}

.btn-warning, .label-warning, .progress-bar-warning {
    background-color: #f4b400;
    color: #444444;
}


.btn-primary-outline {
    color: #14bef0;
    border: 1px solid #14bef0;
    background-color: #fff;
    outline: none;
}

    .btn-primary-outline:hover, .btn-primary-outline:focus {
        background-color: #14bef0;
        color: #fff;
        outline: none;
    }

        .btn-primary-outline:hover > span {
            color: #fff !important;
        }

.btn-success-outline {
    color: #00c853;
    border: 1px solid #00c853;
    background-color: #fff;
    outline: none;
}

    .btn-success-outline:hover, .btn-success-outline:focus {
        background-color: #00c853;
        color: #fff;
        outline: none;
    }

.btn-info-outline {
    color: #26c6da;
    border: 1px solid #26c6da;
    background-color: #fff;
    outline: none;
}

    .btn-info-outline:hover, .btn-info-outline:focus {
        background-color: #26c6da;
        color: #fff;
        outline: none;
    }

.btn-warning-outline {
    color: #ffc107;
    border: 1px solid #ffc107;
    background-color: #fff;
    outline: none;
}

    .btn-warning-outline:hover, .btn-warning-outline:focus {
        background-color: #ffc107;
        color: #fff;
        outline: none;
    }

.btn-danger-outline {
    color: #f44336;
    border: 1px solid #f44336;
    background-color: #fff;
    outline: none;
}

    .btn-danger-outline:hover, .btn-danger-outline:focus {
        background-color: #f44336;
        color: #fff;
        outline: none;
    }


hr {
    border-color: #ececec;
}

button {
    outline: 0;
}

textarea {
    resize: none;
    outline: 0;
}

.panel .btn i, .btn span {
    /*margin-right: 5px;*/
}

.panel .panel-heading {
    background-color: transparent;
    font-weight: 700;
    font-size: 16px;
    color: #262626;
    border-bottom: 1px solid #efefef;
}

    .panel .panel-heading a {
        font-size: 12px;
        padding: 5px 10px;
        font-weight: 500;
        transition: all .6s ease-out;
        margin-top: -3px;
        color: #00b9f5;
    }

        .panel .panel-heading a i {
            font-weight: normal !important;
            margin-right: 5px;
        }

.panel .panel-default {
    border-color: #cccccc;
}

.panel .panel-thumbnail {
    padding: 0;
}

.panel .img-circle {
    width: 50px;
    height: 50px;
}

.list-group-item:first-child, .list-group-item:last-child {
    border-radius: 0;
}

h3, h4, h5 {
    padding-bottom: 10px;
}

.modal-dialog {
    width: 450px;
}

.modal-lg {
    width: 80% !important;
}

.modal-footer {
    /*border-width: 0;*/
}

.dropdown-menu {
    background-color: #fff;
    border-color: #e6ebf3;
    border-radius: 0;
    margin-top: 12px;
}

.round-icon {
    width: 30px;
    height: 30px;
    border: 0px solid rgb(228, 227, 227);
    line-height: 31px;
    border-radius: 100%;
    background-color: #176fc3;
    color: #81c0fd;
    transition: all .6s ease-out;
}

    .round-icon:hover {
        color: #1f6fc3;
        background-color: #81c0fd;
    }

.d-block {
    display: block;
}

.select-bg {
    background: #4286f4 !important;
    border-color: #4286f4 !important;
    color: #ffffff !important;
}

.p-l-r-10 {
    padding: 6px 10px;
    height: 30px !important
}

select {
    padding: 6px 8px !important;
}

.p-b-10 {
    padding-bottom: 10px !important;
}

.p-b-0 {
    padding-bottom: 0px !important;
}

.p-t-10 {
    padding-top: 10px !important;
}

.p-t-b-2 {
    padding-bottom: 2px;
    padding-top: 2px;
}

.text-11 {
    font-size: 11px !important;
}

.m-t-6 {
    margin-top: 6px;
}

.m-l-5 {
    margin-left: 5px;
}


input[type=file]::-webkit-file-upload-button {
    border: 0;
    background: transparent;
    color: #4286f3;
    font-family: 'Muli', sans-serif;
    outline: none;
    padding-left: 0px;
    font-weight: 600;
}

.m-pointer {
    cursor: pointer;
}

/** Start Auto Complete **/
.angautocomplete-holder {
    position: relative;
}

.angautocomplete-dropdown {
    border-color: #ececec;
    border-width: 1px;
    border-style: solid;
    border-radius: 2px;
    width: 100%;
    padding: 5px;
    cursor: pointer;
    z-index: 9999;
    position: absolute;
    margin-top: -6px;
    background-color: #ffffff;
    max-height: 400px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.angautocomplete-searching {
    color: #90949c;
    padding: 5px;
    font-size: 12px;
    font-weight: bold;
    line-height: 24px;
    vertical-align: middle;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.angautocomplete-description {
    font-size: 14px;
}

.angautocomplete-row {
    padding: 5px 0;
    color: #000000;
    margin-bottom: 2px;
    display: table;
    float: left;
    width: 100%;
    line-height: 24px;
    vertical-align: middle;
    font-weight: bold;
    letter-spacing: 0.5px;
}

    .angautocomplete-selected-row, .angautocomplete-row:hover {
        background-color: #f6f7f9;
        color: #333;
    }

.angautocomplete-image-holder {
}

.angautocomplete-image {
    float: left;
    margin-left: 5px;
    margin-right: 5px;
    height: 24px;
    width: 24px;
    border-radius: 50%;
    border: 1px solid #ececec;
}

.angautocomplete-image-default {
    background-position: center;
    background-size: contain;
    height: 34px;
    width: 34px;
}
/*----------End autocomplete--------*/
/*---------------*/
.custom-select {
    position: relative;
    display: block;
    vertical-align: middle;
    font-size: 13px;
    zoom: 1;
    *display: inline;
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-bottom: 15px;
}

    .custom-select.small {
        width: 104px;
    }

    .custom-select.medium {
        width: 164px;
    }

    .custom-select.large {
        width: 300px;
    }

    .custom-select.xlarge {
        width: 380px;
    }

    .custom-select > select {
        display: none !important;
    }

    .custom-select > a.dropdown-toggle {
        border-radius: 0;
        line-height: 30px;
        box-shadow: none;
        background: #ffffff;
        position: relative;
        display: block;
        overflow: hidden;
        padding: 0 0 0 8px;
        border: 1px solid #ccd0d5;
        text-decoration: none;
        white-space: nowrap;
        cursor: pointer;
        font-size: 11px;
        color: #536e92;
        width: 100%;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        height: 35px;
        border-radius: 2px;
    }

        .custom-select > a.dropdown-toggle.disabled,
        .custom-select > a.dropdown-toggle.disabled:hover {
            cursor: not-allowed;
            color: #aaa;
            background-color: rgba(226, 230, 236, 0.32);
            border-color: rgba(226, 230, 236, 0.32);
        }

        .custom-select > a.dropdown-toggle:hover,
        .custom-select.open > a.dropdown-toggle {
            color: #536e92;
        }

    .custom-select.open > a.dropdown-toggle {
        border-bottom: 0;
        line-height: 30px;
    }

.control-group.error .custom-select > a.dropdown-toggle {
    border-color: #f09784;
    color: #d68273;
}

.custom-select > a.dropdown-toggle > span {
    display: block;
    overflow: hidden;
    margin-right: 26px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.custom-select > a.dropdown-toggle > b {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 18px;
    height: 100%;
}

    .custom-select > a.dropdown-toggle > b:before {
        content: "\f0d7";
        display: inline-block;
        font-family: FontAwesome;
        font-size: 12px;
        position: relative;
        top: 2px;
        left: 1px;
    }

.custom-select.open > a.dropdown-toggle > b:before {
    content: "\f0d8";
}

.custom-select > .dropdown-menu {
    margin-top: 0;
    border: 1px solid #d7d7d7;
    border-top: 0;
    padding-bottom: 0;
    width: auto;
    min-width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0;
}

    .custom-select > .dropdown-menu > .custom-select-search {
        position: relative;
        z-index: 1010;
        margin: 0;
        padding: 0 4px;
        white-space: nowrap;
    }

        .custom-select > .dropdown-menu > .custom-select-search > input {
            width: 100%;
            height: 30px;
            margin: 0;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            padding: 4px 20px 4px 5px;
            border-radius: 0;
            border: 1px solid #d7d7d7;
        }

        .custom-select > .dropdown-menu > .custom-select-search:after {
            content: "\f002";
            display: inline-block;
            color: #888;
            font-family: FontAwesome;
            font-size: 14px;
            position: absolute;
            top: 7px;
            right: 15px;
        }

    .custom-select > .dropdown-menu > ul {
        border-color: #aaa;
        border-top: 0;
        margin: 4px 0;
        padding: 0;
        list-style: none;
        background-color: #fff;
        overflow-x: hidden;
        overflow-y: auto;
        max-height: 240px;
        padding-right: 0px;
    }

        .custom-select > .dropdown-menu > ul > li > a {
            font-size: 11px;
            display: block;
            padding: 5px 8px 0;
            clear: both;
            line-height: 18px;
            color: #536e92;
            cursor: pointer;
            font-weight: 600;
            cursor: pointer;
            width: 100%;
            vertical-align: middle;
        }

            .custom-select > .dropdown-menu > ul > li > a:hover,
            .custom-select > .dropdown-menu > ul > li > a:focus {
                color: #fff;
                text-decoration: none;
                background-repeat: repeat-x;
            }

            .custom-select > .dropdown-menu > ul > li > a:hover {
                background: #4286f3;
            }

            .custom-select > .dropdown-menu > ul > li > a:focus {
                background: #2262ca;
            }

        .custom-select > .dropdown-menu > ul > li.empty-result > em {
            text-align: center;
            padding: 4px 8px;
            display: block;
            font-style: normal;
        }

    .custom-select > .dropdown-menu > .custom-select-action > button {
        border-radius: 0;
        background-image: none;
        margin-right: 5px;
    }

    .custom-select > .dropdown-menu:before {
        border: 0;
    }

.custom-select > a.dropdown-toggle > c {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 18px;
    height: 100%;
}

    .custom-select > a.dropdown-toggle > c:before {
        display: inline-block;
        font-family: FontAwesome;
        font-size: 12px;
        position: relative;
        top: -1px;
        left: -12px;
    }

.custom-select.open > a.dropdown-toggle > c:before {
    content: "x";
}

.c-width2 {
    width: 49%;
    float: left;
}

.margin-left-2 {
    margin-left: 2%;
}

.c-width3 {
    width: 32%;
    float: left;
}

.c-width4 {
    width: 23.5%;
    float: left;
}

.c-lbl {
    font-size: 10px !important;
    margin: 0;
    padding: 0;
    background: transparent;
    display: inline-block;
    line-height: 11px !important;
    top: -12px;
    text-transform: uppercase;
}

.c-blue {
    color: #4286f2;
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0;
    border-radius: 2px;
    text-align: center;
    font-size: 12px;
    line-height: 1.428571429;
}

    .btn-circle.btn-lg {
        width: 50px;
        height: 50px;
        padding: 10px 16px;
        font-size: 18px;
        line-height: 1.33;
    }

    .btn-circle.btn-xl {
        width: 70px;
        height: 70px;
        padding: 10px 16px;
        font-size: 24px;
        line-height: 50px;
    }

.f-margin-5 {
    margin-bottom: 7px !important;
}

.f-height {
    height: 25px !important;
}

.cstm-row {
    background-color: #f5f5f5;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 5px;
    padding-right: 10px;
    border-top: 1px solid #f0f0f5;
    margin-top: 10px;
}

small.cstm {
    display: block;
    margin: 2px 0;
    font-weight: 500;
    font-size: 12px !important;
    color: #616770 !important;
}

.c-btn-grd {
    border: 1px solid #F44336;
    display: inline-block;
    text-align: center;
    background: transparent;
    color: #F44336;
    cursor: pointer;
    padding: 1px 5px;
    border-radius: 15px;
    white-space: nowrap;
}

    .c-btn-grd i {
        border-left: 1px solid rgb(247, 177, 172);
        padding-left: 3px;
        margin-left: 3px;
    }

    .c-btn-grd:hover {
        color: #f10505;
    }

.c-btn-suc {
    display: inline-block;
    cursor: pointer;
    padding: 1px 7px;
    white-space: nowrap;
    border: 1px solid;
    border-radius: 2px;
    background-color: #fff;
    text-align: center;
    color: #00b9f5;
}

.custom-select-action {
    padding-left: 10px;
    padding-bottom: 10px;
    text-align: center;
}

.c-btn-suc i {
    font-size: 14px;
}

.c-btn-suc:hover {
    display: inline-block;
    cursor: pointer;
    color: #535c69;
}

.c-btn-close {
    background-color: #fc4b6c;
    border: 1px solid #fc4b6c;
    color: #fff;
    padding: 0 4px;
    border-radius: 2px;
    display: inline-block;
    cursor: pointer;
}

    .c-btn-close:hover {
        background-color: #fc4b6c;
        color: #fff;
        padding: 0 4px;
        border-radius: 2px;
    }


.c-btn-del {
    display: inline-block;
    cursor: pointer;
    padding: 1px 7px;
    white-space: nowrap;
    border: 1px solid;
    border-radius: 2px;
    background-color: #fff;
    text-align: center;
    color: #f44336;
}

    .c-btn-del i {
        font-size: 14px;
    }

    .c-btn-del:hover {
        display: inline-block;
        cursor: pointer;
        color: #535c69;
    }


.addbtn {
    border: 1px solid #0064cd;
    display: block;
    height: 26px;
    line-height: 26px;
    padding: 0 10px;
    border-radius: 2px;
    background-color: #0064cd;
    color: #fff;
}

    .addbtn > i {
        margin-right: 5px;
    }

    .addbtn:hover {
        color: #fff !important;
    }


.login-div {
    width: 30%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.login-input {
    display: block;
    width: 100%;
    height: 42px;
    padding: 4px 8px 3px;
    font-size: 13px;
    line-height: 35px;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    font-weight: 400;
    border-radius: 2px;
    margin-bottom: 15px;
    outline: none;
}

    .login-input:focus {
        box-shadow: 0px 0px 3px #4D90FE;
        border: 1px solid #4D90FE;
        outline: none;
    }

.login-btn {
    display: inline-block;
    border: 1px solid #00b9f5;
    border-radius: 2px;
    height: 42px;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    background: #00b9f5;
    padding: 0 45px;
    white-space: pre;
}

    .login-btn:focus {
        background-color: #00b9f5;
    }

    .login-btn i {
        margin-right: 5px;
    }

.has-error .login-input {
    box-shadow: 0px 0px 3px #d59392;
    border: 1px solid #eb473b;
}

.m-t-15 {
    margin-top: 15px;
}

.m-t-20 {
    margin-top: 20px;
}

.l-img {
    margin: 0 auto !important;
}

.l-title {
    font-weight: 500;
    padding-bottom: 10px;
    display: block;
    text-align: center;
    padding-top: 7px;
}

.l-pad-t {
    padding-top: 15px;
}

.smly {
    font-weight: 500;
    margin-right: 5px;
}

.bg-light-w {
    background-color: #f4f4f7;
}

/*-----Theam green------------------------------------------------------------------*/
[data-ma-theme="green"] .navbar-default {
    background-color: #32c787;
    border-color: #e7e7e7;
}

[data-ma-theme="green"] .panel-heading > h4, .well-heading > h4 {
    color: #32c787;
}

[data-ma-theme="green"] .round-icon {
    background-color: #26905f;
    color: #fff;
}

/*-----Theam blue------------------------------------------------------------------*/

[data-ma-theme=blue] .navbar-default {
    background-color: #2196F3;
    border-color: #e7e7e7;
}

[data-ma-theme=blue] .panel-heading > h4, .well-heading > h4 {
    color: #2196F3;
}

/*-----Theam red------------------------------------------------------------------*/

[data-ma-theme=red] .navbar-default {
    background-color: #f44336;
    border-color: #e7e7e7;
}

[data-ma-theme=red] .panel-heading > h4, .well-heading > h4 {
    color: #f44336;
}

/*-----Theam orange------------------------------------------------------------------*/

[data-ma-theme="orange"] .navbar-default {
    background-color: #FF9800;
    border-color: #e7e7e7;
}

[data-ma-theme="orange"] .panel-heading > h4, .well-heading > h4 {
    color: #FF9800;
}

/*-----Theam teal------------------------------------------------------------------*/

[data-ma-theme=teal] .navbar-default {
    background-color: #39bbb0;
    border-color: #e7e7e7;
}

[data-ma-theme=teal] .panel-heading > h4, .well-heading > h4 {
    color: #39bbb0;
}

/*-----Theam cyan------------------------------------------------------------------*/

[data-ma-theme="cyan"] .navbar-default {
    background-color: #00bcd4;
    border-color: #e7e7e7;
}

[data-ma-theme="cyan"] .panel-heading > h4, .well-heading > h4 {
    color: #00bcd4;
}

/*-----Theam blue-grey------------------------------------------------------------------*/

[data-ma-theme=blue-grey] .navbar-default {
    background-color: #607D8B;
    border-color: #e7e7e7;
}

[data-ma-theme=blue-grey] .panel-heading > h4, .well-heading > h4 {
    color: #607D8B;
}

/*-----Theam purple------------------------------------------------------------------*/

[data-ma-theme="purple"] .navbar-default {
    background-color: #d559ea;
    border-color: #e7e7e7;
}

[data-ma-theme="purple"] .panel-heading > h4, .well-heading > h4 {
    color: #d559ea;
}

/*-----Theam indigo------------------------------------------------------------------*/

[data-ma-theme="indigo"] .navbar-default {
    background-color: #3F51B5;
    border-color: #e7e7e7;
}

[data-ma-theme="indigo"] .panel-heading > h4, .well-heading > h4 {
    color: #3F51B5;
}

/*-----Theam lime------------------------------------------------------------------*/

[data-ma-theme="lime"] .navbar-default {
    background-color: #97a221;
    border-color: #e7e7e7;
}

[data-ma-theme="lime"] .panel-heading > h4, .well-heading > h4 {
    color: #97a221;
}




fieldset {
    border: 1px solid #f0f0f5;
    border-radius: 2px;
    margin-bottom: 10px;
}

legend {
    border: 1px solid #f0f0f5;
    padding: 4px 5px;
    margin-left: 5px;
    background-color: transparent;
    color: #333;
    margin-bottom: 5px;
    border-radius: 2px;
    font-weight: 600;
}

.green {
    border: 1px solid #00c853;
    display: inline-block;
    padding: 3px 10px 2px;
    color: #00c853;
    border-radius: 2px;
}

    .green i {
        border-left: 1px solid #51b251;
        padding-left: 5px;
        margin-left: 7px;
    }

.red {
    border: 1px solid #f44336;
    display: inline-block;
    padding: 3px 5px 3px 7px;
    color: #f44336;
    border-radius: 2px;
    line-height: 14px;
}

    .red i {
        border-left: 1px solid #ec9090;
        padding-left: 5px;
        margin-left: 7px;
    }



.dsb-h4 {
    margin: 0;
    padding: 0;
    font-size: 17px !important;
    font-weight: 600;
    margin-left: -10px;
    margin-right: -10px;
    margin-top: -10px;
    padding: 10px;
    line-height: 22px;
}

.d-circle {
    display: block;
    text-align: center;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    line-height: 50px;
    color: #fff;
    font-size: 17px;
}

.dsb-h6 {
    color: #99abb4 !important;
    font-weight: 400;
    font-size: 11px;
    margin: 0;
    padding-bottom: 1px;
    margin-top: 7px;
}

.dsb-h6-alt {
    font-weight: 300;
    font-size: 14px;
    margin: 0;
}

.dsb-num {
    margin-bottom: 0 !important;
    margin-top: 5px !important;
    padding-bottom: 5px !important;
    font-size: 19px;
    font-weight: 600;
    color: #536e92;
}

.txt-icon {
    font-size: 15px;
    color: #99abb4 !important;
}

.bg-d1 {
    background: #1e88e5;
    border-color: #1e88e5;
    color: #fff;
}

.bg-d2 {
    background: #ffb22b;
    border-color: #ffb22b;
    color: #fff;
}

.bg-d3 {
    background: #7460ee;
    border-color: #7460ee;
    color: #fff;
}

.bg-d4 {
    background: #b36530;
    border-color: #b36530;
    color: #fff;
}

.bg-d5 {
    background: #00d8c1;
    border-color: #00d8c1;
    color: #fff;
}

.load-bar {
    position: fixed;
    top: 0;
    width: 100%;
    height: 4px;
    background-color: #fdba2c;
    margin-left: -15px;
    margin-right: -15px;
}

.bar1 {
    content: "";
    display: inline;
    position: absolute;
    width: 0;
    height: 100%;
    left: 50%;
    text-align: center;
}

    .bar1:nth-child(1) {
        background-color: #da4733;
        animation: loading 3s linear infinite;
    }

    .bar1:nth-child(2) {
        background-color: #3b78e7;
        animation: loading 3s linear 1s infinite;
    }

    .bar1:nth-child(3) {
        background-color: #fdba2c;
        animation: loading 3s linear 2s infinite;
    }


@keyframes loading {
    from {
        left: 50%;
        width: 0;
        z-index: 100;
    }

    33.3333% {
        left: 0;
        width: 100%;
        z-index: 10;
    }

    to {
        left: 0;
        width: 100%;
    }
}

/*-----Start nprogress bar------------------------------------------------------------------*/
#nprogress {
    pointer-events: none
}

    #nprogress .bar {
        background: #29d;
        position: fixed;
        z-index: 9999;
        top: 0;
        left: 0;
        width: 100%;
        height: 3px
    }

    #nprogress .peg {
        display: block;
        position: absolute;
        right: 0;
        width: 100px;
        height: 100%;
        box-shadow: 0 0 10px #29d,0 0 5px #29d;
        opacity: 1;
        -webkit-transform: rotate(3deg) translate(0,-4px);
        -ms-transform: rotate(3deg) translate(0,-4px);
        transform: rotate(3deg) translate(0,-4px)
    }

    #nprogress .spinner {
        display: block;
        position: fixed;
        z-index: 1031;
        top: 15px;
        right: 15px
    }

    #nprogress .spinner-icon {
        width: 18px;
        height: 18px;
        box-sizing: border-box;
        border: 2px solid transparent;
        border-top-color: #29d;
        border-left-color: #29d;
        border-radius: 50%;
        -webkit-animation: nprogress-spinner 400ms linear infinite;
        animation: nprogress-spinner 400ms linear infinite
    }

.nprogress-custom-parent {
    overflow: hidden;
    position: relative
}

    .nprogress-custom-parent #nprogress .bar, .nprogress-custom-parent #nprogress .spinner {
        position: absolute
    }

@-webkit-keyframes nprogress-spinner {
    0% {
        -webkit-transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes nprogress-spinner {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

/*----- End nprogress bar------------------------------------------------------------------*/

.abc {
    margin-top: -1px;
}





tr.total {
    background-color: #f0f0f5;
}

    tr.total > td {
        font-size: 12px !important;
        font-weight: bold;
    }



.cstmbtn-success {
    border: 1px solid rgba(255,255,255,.4);
    background-color: rgba(255,255,255,.15);
    border-radius: 2px;
    color: #fff;
}

    .cstmbtn-success:hover {
        background: rgba(255,255,255,.3);
        border-radius: 2px;
        color: #fff;
    }


.d-box {
    border: 1px solid #efefef;
    display: block;
    padding: 5px;
    background-color: #fff;
    border-radius: 2px;
}

    .d-box h5 {
        margin: 0;
        padding-bottom: 5px;
        padding-top: 5px;
    }

    .d-box h6 {
        margin: 0;
        font-size: 20px;
        font-weight: 600;
        color: #fff;
    }

    .d-box small {
        display: block;
        padding: 5px 0;
        color: #fff;
    }

.d-box-span {
    display: block;
    border-top: 1px solid rgba(239, 239, 239, 0.22);
    padding-top: 6px;
    color: #fff;
}

.bg-blue {
    background: #4286f4;
    border-color: #4286f4;
}

.bg-red {
    border-color: #ea4235;
    background: #ea4235;
}

.bg-green {
    background: #2b986e;
    border-color: #2b986e;
}

.bg-yellow {
    border-color: #e4b318;
    background: #e4b318;
}

.m-b-heading {
    margin-bottom: 0 !important;
    padding-bottom: 5px !important;
}


input[type=search].form-control {
    width: 70% !important;
    margin-left: 5px;
}

.dataTables_filter > label {
    float: right !important;
    width: 100% !important;
    text-align: right !important;
}

#user_table {
    margin-top: 10px;
}

.bg-filter {
    background-color: #f5faff;
    border-bottom: 1px solid #f0f0f5
}

.m-t-0 {
    margin-top: 0px !important;
}

.m-t-5 {
    margin-top: 5px !important;
}

.m-b-0 {
    margin-bottom: 0px !important;
}

.m-r-0 {
    margin-right: 0px !important;
}

.m-r-5 {
    margin-right: 5px !important;
}

.m-l-0 {
    margin-left: 0px !important;
}

.m-b-5 {
    margin-bottom: 5px !important;
}

.m-b-10 {
    margin-bottom: 10px !important;
}

.m-b-15 {
    margin-bottom: 15px !important;
}

.dataTables_paginate paging_simple_numbers {
    text-align: right !important;
}

.profile-usertitle {
    text-align: left;
    padding: 0;
}

.profile-userpic {
    text-align: center;
}

.profile-userbuttons {
    text-align: center;
    margin-top: 5px;
}

.profile-usertitle-name h5 {
    margin: 0;
    padding-bottom: 0px;
    padding-top: 4px;
    color: #000;
    font-weight: 500;
}

    .profile-usertitle-name h5 a {
        color: #333;
        font-size: 13px;
        font-weight: 600;
    }

.profile-usertitle-name small a {
    margin: 0;
    padding-bottom: 0;
    font-size: 12px;
    padding-top: 10px;
}

.profile-usertitle-name h6 a {
    line-height: 16px !important;
}

.profile-usertitle-job {
    font-weight: 500;
    color: #023471;
    margin-top: 0;
    padding-bottom: 3px;
    font-size: 16px;
}


.arrow_box {
}

    .arrow_box:after, .arrow_box:before {
        left: 100%;
        top: 5%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .arrow_box:after {
        border-left-color: #ffffff;
        border-width: 9px;
    }

    .arrow_box:before {
        border-color: rgba(194, 225, 245, 0);
        border-left-color: #ffffff;
        border-width: 9px;
        margin-top: 0px;
    }

.labelsmall {
    display: block;
    font-size: 12px;
}


#export {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 5px;
    background: #f5f6f7;
    border-top: 1px solid #e6ebf3;
}

    #export button span {
        color: #fff !important;
    }

    #export button:nth-child(1) {
        background-color: #e0b219 !important;
        border-color: #e0b219 !important;
    }

    #export button:nth-child(2) {
        background-color: #2b986e !important;
        border-color: #2b986e !important;
    }

    #export button:nth-child(3) {
        background-color: #ea4235 !important;
        border-color: #ea4235 !important;
    }

    #export button:nth-child(4) {
        background-color: #4286f2 !important;
        border-color: #4286f2 !important;
    }

.btn-btm-grp {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 5px;
    background: #fcfcfc;
    border-top: 1px solid #e6ebf3;
}

.daterangepicker {
    font-family: 'Muli', sans-serif;
}

    .daterangepicker .ranges li {
        font-size: 13px !important;
    }

        .daterangepicker .ranges li.active {
            background-color: #4286f2 !important;
        }

    .daterangepicker td.active,
    .daterangepicker td.active:hover {
        background-color: #4286f2 !important;
    }

    .daterangepicker .calendar-table td, .daterangepicker .calendar-table th {
        font-weight: 600 !important;
    }

.h-searchbox {
    border: 1px solid #e6ebf3;
    background-color: #fff;
    border-radius: 2px;
    padding-left: 20px;
    outline: none;
    height: 35px !important;
}

    .h-searchbox:focus {
        box-shadow: none !important;
        border: 1px solid #e6ebf3;
    }

.serch-btn {
    background-color: #00b9f5;
    border: 1px solid #00b9f5;
    border-radius: 0px 2px 2px 0;
    color: #fff !important;
    padding-right: 15px !important;
    text-align: center;
    height: 35px !important;
    outline: none;
    font-size: 17px;
}

.trnasc-div {
    border-top: 1px solid #dff0f9;
    border-bottom: 1px solid #dff0f9;
    padding-top: 15px;
    margin-bottom: 5px;
}

.trns-input {
    border: 1px solid #e1e1e1;
    border-radius: 2px;
    max-width: 100px;
    outline: none;
    padding: 3px 5px;
}



.lst-circle {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    margin-right: 3px;
}

.ltxt-1 {
    color: #1e88e5 !important;
    margin-bottom: 0;
}

.ltxt-2 {
    color: #ffb22b !important;
    margin-bottom: 0;
}

.ltxt-3 {
    color: #3cc6d9 !important;
    margin-bottom: 0;
}

.daterangepicker .drp-buttons .btn {
    font-weight: 400 !important
}

.width5 {
    width: 5% !important;
}

.width8 {
    width: 8% !important;
}

.width10 {
    width: 10% !important;
}

.width12 {
    width: 12% !important;
}

.width15 {
    width: 15% !important;
}

.width20 {
    width: 20% !important;
}

.width22 {
    width: 22% !important;
}

.width25 {
    width: 25% !important;
}

.width30 {
    width: 30% !important;
}

.width35 {
    width: 35% !important;
}

.width40 {
    width: 40% !important;
}

.width45 {
    width: 45% !important;
}

.width50 {
    width: 50% !important;
}

.width55 {
    width: 55% !important;
}

.width60 {
    width: 60% !important;
}

.width65 {
    width: 65% !important;
}

.width70 {
    width: 70% !important;
}

.width75 {
    width: 75% !important;
}

.width80 {
    width: 80% !important;
}

.width85 {
    width: 85% !important;
}

.width90 {
    width: 90% !important;
}

.width95 {
    width: 95% !important;
}

.width100 {
    width: 100% !important;
}

.u-name {
    color: #fff;
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 16px;
    display: inline-block;
}

.foot-btn {
    margin-bottom: 0px !important;
    padding-top: 10px;
    padding-bottom: 10px;
}


.right-panel {
    bottom: 0;
    cursor: pointer;
    min-height: 400px;
    right: 0;
    top: 0;
    position: fixed;
    width: 63px;
    z-index: 9999;
    background-color: rgba(255,255,255,.15);
    border-left: 1px solid rgba(255,255,255,.2);
    transform: translateZ(0);
}

ul.sidebar-list {
    list-style: none;
    border-top: 1px solid rgba(255,255,255,.2);
    border-bottom: 1px solid rgba(255,255,255,.2);
    float: left;
    margin: 10px 0;
    padding: 0;
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
}

    ul.sidebar-list li {
        display: block;
    }

        ul.sidebar-list li a {
            background: #05b5ab;
            border: 1px solid #36b5df;
            border-radius: 50%;
            width: 35px;
            height: 35px;
            text-align: center;
            line-height: 37px !important;
            display: inline-block;
            padding: 0 !important;
            margin-top: 10px;
            margin-right: 3px;
            color: #fff;
            box-shadow: 0 0 0 1px rgba(255,255,255,0), 0 0 0 0 #3c9dbf;
        }

.user-icon {
    background: #05b5ab;
    border: 1px solid #05b5ab;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 37px !important;
    display: inline-block;
    padding: 0 !important;
    margin: 10px auto !important;
    color: #fff !important;
    box-shadow: 0 0 0 1px rgba(255,255,255,0), 0 0 0 0 #3c9dbf;
}

    .user-icon:hover, .user-icon:focus {
        border: 1px solid rgba(255, 255, 255, 0.44) !important;
        color: #ffffff !important;
    }


.pad-l-19 {
    padding-left: 19px;
}

.l-width {
    width: 88px;
    display: inline-block;
}

.notify-dot {
    width: 15px;
    display: inline-block;
    height: 15px;
    border-radius: 50%;
    color: #fff;
    background-color: hsl(24, 58%, 45%);
    position: absolute;
    font-size: 10px;
    line-height: 16px;
}

.notify-dot1 {
    width: 15px;
    display: inline-block;
    height: 15px;
    border-radius: 50%;
    color: #fff;
    background-color: #F44336;
    position: absolute;
    font-size: 10px;
    line-height: 16px;
}

.notifictaion-list {
    border-bottom: 1px solid #e1e1e1;
    padding: 5px 10px;
    background-color: #f1f1f1;
}

.menu-head {
    margin: 0;
    padding: 10px 10px;
    border-bottom: 1px solid #e1e1e1;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
    padding: 10px;
}

.media {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.media-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.num-round {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    line-height: 35px;
    font-size: 18px;
    font-weight: 700;
    margin-right: 10px;
    background: #03A9F4;
    color: #fff;
    margin-top: 2px;
}

.unread {
    font-weight: 600;
    color: #004b9c;
}


.site-down {
    width: 55%;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 18%;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 5px;
    padding: 15px;
    background: rgba(255, 255, 255, 0.25);
}

    .site-down h2 {
        font-size: 50px;
        font-weight: 700;
        line-height: 45px;
        margin-bottom: 20px;
        color: #fff;
    }

    .site-down h4 {
        font-size: 23px;
        color: #fff;
    }

.sw-logo {
    background-color: rgba(255, 255, 255, 0.86);
    border-radius: 5px;
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin: 0 auto;
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    width: 190px;
    padding: 10px;
}

.r-more-not {
    display: block;
    text-align: center;
    padding: 7px;
    font-weight: 600;
    border-top: 1px solid #e1e1e1;
}


.v-align {
    vertical-align: middle !important;
}

@media only screen and (max-width: 768px) {
    #page-wrapper {
        /*margin-top: 30px;*/
        padding-top: 10px !important;
    }

    .login-div {
        width: 85%;
    }

    .pos1 {
        position: absolute !important;
        top: 0;
        right: 5px;
    }

    .linkblock {
        float: left;
        width: 100%;
    }

    .m-hide {
        display: none !important;
    }

    .m-center {
        text-align: center !important;
    }

    .d-circle {
        margin: 0 auto;
    }

    .form-group {
        margin-bottom: 5px;
    }

    .navbar-form {
        margin-top: 0px !important;
    }

    #side-menu {
        height: 345px;
        overflow: scroll;
    }

    .right-panel {
        min-height: 45px !important;
        height: 45px;
        background: none !important;
        border: none !important;
        width: 45px !important;
    }

    .sidebar-list {
        display: none;
    }

    .navbar-top-links .dropdown-user {
        right: 45px;
        top: 8px;
    }

    .pad-l-19 {
        padding-left: 0px;
    }

    .navbar-top-links li {
        border-bottom: 0;
    }

    .c-lbl {
        top: -9px;
    }

    .serch-btn {
        margin-right: 0px !important;
    }

    .load-bar {
        margin-top: 5px;
    }
}







table.printable tbody tr td {
    border-top: 0 !important;
    border-bottom: 0 !important;
    border-right: 0 !important;
    border-left: 0 !important;
}

table.printable tbody tr.b-border {
    border-top: 1px solid #ddddde !important;
}

table.printable table {
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}

table.printable tr td > .table {
    margin-bottom: 0 !important;
}

table.printable tr td > .table-bordered > tbody > tr td {
    border-bottom: 0 !important;
}

table.printable tr td > .table-bordered > tbody > tr > td:first-child {
    border-left: 0px !important;
}

table.printable tr td > .table-bordered > tbody > tr > td:last-child {
    border-right: 0px !important;
}

.t-grey-bg {
    background-color: #fff4e4;
    border-top: 1px solid #ddd;
}

.t-alt-bg {
    background-color: #f0f0f5;
    border-top: 1px solid #ddd;
}

.empty-row {
    height: 43.3px;
}

.p-0 {
    padding: 0 !important;
}

@media print {
    body, page[size="A4"] {
    }

    body {
        padding-top: 0;
        margin: 0;
    }

    #printableArea {
        margin: 0px;
    }

        #printableArea .panel-body {
            padding: 0px;
        }

    .no-print {
        display: none !important;
    }

    #page-wrapper, .container-fluid {
        padding: 0 !important;
        margin: 0 !important;
        border: 0 !important;
    }


    /*.printableArea, .printableArea .panel, .printableArea .panel-body, .col-md-12, .col-md-12, .panel {
        padding: 0 !important;
        margin: 0 !important;
        border: 0 !important;
    }*/

    table tr td, b {
        font-size: 11px !important;
    }


    .btn, .right-panel, .sidebar-nav {
        display: none !important;
    }

    .table-bordered {
        border: 1px solid #333 !important;
    }

        .table-bordered tr td > table.table-bordered {
            border: 0px !important;
        }

    .printable {
        width: 787px !important;
        max-width: 787px !important;
        margin-left: auto;
        margin-right: auto;
        margin-top: 5px;
        margin-bottom: 5px !important;
        overflow: hidden !important;
        background-color: #fff;
        min-height: 1186px;
        height: 1186px;
    }

    table.printable tbody tr.b-border {
        border-top: 1px solid #333 !important;
    }

    .table-bordered > thead > tr > td {
        border: 1px solid #333;
    }

    .table-bordered > tfoot > tr > td {
        border-color: #333;
    }

    tbody tr td {
        /*border: 1px solid #333 !important;
        border-top: 0 !important;
        border-bottom: 0 !important;*/
        font-size: 10px !important;
    }

    table {
        border: none !important;
    }

        table th, td {
            border: none !important;
        }

    .t-grey-bg {
        background-color: #fff4e4;
        border-top: 1px solid #333;
    }

    .t-alt-bg {
        background-color: #f0f0f5;
        border-top: 1px solid #333;
    }

    .sorting::before, .sorting::after, .sorting_asc:before, .sorting_asc:after, sorting_desc:before, sorting_desc:after {
        display: none !important;
    }
}


.p-l-0 {
    padding-left: 0 !important;
}
/*-------------  New Css 20-2-2019 --------------*/
/*------------ Login ---------*/
.login-loader {
    margin-top: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-left: 0;
    margin-right: 0;
}

.login-header {
    padding: 10px 0;
    text-align: center;
}

    .login-header:before {
        content: '';
        position: absolute;
        top: 92px;
        left: 0;
        width: 100%;
        height: 170px;
        background: #f6f8fc;
    }

.login-new {
    margin: auto;
    padding: 30px 40px 40px;
    max-width: 556px;
    border: 1px solid #e6ebf3;
    position: relative;
    background: #fff;
    margin-top: 40px;
    min-height: 200px;
    margin-bottom: 20px;
}

    .login-new a {
        color: #00b9f5;
    }

    .login-new h3 {
        font-weight: 800;
        margin-top: 0px;
    }

    .login-new label {
        font-weight: 600;
    }

.login-alert {
    max-width: 556px;
    margin: 0 auto;
}

/*.btn-group{margin-left:5px;}*/
.right-nav {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .right-nav li {
        float: right;
        display: inline-block;
        margin-left: 5px;
    }

        .right-nav li a {
            display: inline-block;
        }

.profile-userpic img {
    width: 75px;
    height: 75px;
    border-radius: 100%;
    border: 1px solid;
    border-color: #ffffff;
    overflow: hidden;
    margin: 0 auto;
}

ul.dropdown-menu {
    padding: 15px 0 0 0;
}

    ul.dropdown-menu li {
        margin-right: 15px;
        padding: 0 !important;
        float: left;
        width: 90%;
    }

.n-page-header {
    padding-top: 10px;
    padding-bottom: 10px;
}

.border-top {
    margin-top: 20px;
}

.n-page-header h2 {
    margin-top: 0;
    margin-bottom: 0px !important;
    line-height: 35px;
    vertical-align: middle;
}

/*.n-bg-grey {
        background-color: #f6f8fc;
        border-bottom: 1px solid #e6ebf3;
    }*/

.cname-profile {
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    padding: 5px 0 5px;
}


.t-btn {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.tbl-link {
    font-weight: 600;
    color: #00b9f5;
    padding-bottom: 3px;
    display: block;
    cursor: pointer;
}

    .tbl-link:hover {
        color: #00b9f5
    }

.btn-title {
    color: #536e92 !important;
    background-color: #fff;
    border: 1px solid #e6ebf3;
    font-size: 12px;
    text-transform: capitalize !important;
    font-weight: 600 !important;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 2px;
    height: 30px;
    transition: all .6s ease-out;
}

    .btn-title i {
        margin-right: 10px;
    }


    .btn-title:hover {
        background-color: #f6f8fc;
        color: #00b9f5 !important;
    }


.dataTables_wrapper > div.row:first-child {
    border: 1px solid #e6ebf3;
    margin-bottom: 0;
    border-bottom: 0;
    padding: 7px;
    color: #536e92;
    background: #fdfdfe;
}

.dataTables_wrapper > div.row:last-child {
    margin-bottom: 15px !important;
}

.form-bg {
    background: #f6f8fc;
}


.c-name-div {
    background-color: #e8faff;
    border: 1px solid #14bef0;
    padding: 0 5px;
    height: 35px;
    line-height: 34px;
}


body::-webkit-scrollbar-track, .sidebar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

body::-webkit-scrollbar, .sidebar::-webkit-scrollbar {
    width: 8px;
    background-color: #F5F5F5;
}

body::-webkit-scrollbar-thumb, .sidebar::-webkit-scrollbar-thumb {
    background-color: #536e92;
    border: 2px solid #536e92;
}

.p-outer {
    background-color: #fff;
    padding: 15px 15px 0px 15px;
    border-radius: 2px;
    border: 1px solid #dddfe2;
}

.p-title {
    text-transform: uppercase;
    color: #00b9f5;
    font-weight: 800;
    font-size: 21px;
    margin-bottom: 0;
    margin-top: 0;
    display: block;
    line-height: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(230, 235, 243, 0.45);
    margin-bottom: 10px;
}

.custom-width {
    width: 72% !important;
    float: right;
    display: inline-block !important
}

.small-textbx {
    width: 27% !important;
    display: inline-block !important
}


.form-sub {
    border: 2px solid #00b9f5;
    background-color: #00b9f5;
    border-radius: 2px;
    padding: 8px 20px;
    display: inline-block;
    color: #fff;
    font-weight: 800;
    transition: all .6s ease-out;
}

    .form-sub:hover {
        border: 2px solid #00b9f5;
        background-color: #fff;
        color: #00b9f5;
    }


.qut-bg-div {
    border: 1px solid rgba(230, 235, 243, 0.34);
    margin-top: 15px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 15px;
    background-color: #fcfcfe;
}


.c-btndef {
    padding: 5px 10px;
    display: inline-block;
    border: 1px solid;
    border-radius: 2px;
    outline: none;
    font-weight: 600;
    transition: all .4s ease-out;
}

    .c-btndef:hover {
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.18);
    }

.c-plain {
    color: #536e92;
    background-color: #ffffff;
    border-color: #c4cbd6;
}

.c-primary {
    color: #ffffff;
    background-color: #1e88e5;
    border-color: #1e88e5;
}

.form-reset {
    border: 2px solid #00b9f5;
    background-color: #fff;
    border-radius: 2px;
    padding: 8px 20px;
    display: inline-block;
    color: #00b9f5;
    font-weight: 800;
    transition: all .6s ease-out;
}

    .form-reset:hover {
        border: 2px solid #00b9f5;
        background-color: #00b9f5;
        color: #fff;
    }

h4.title-heading {
    margin: 0;
    padding: 0;
    vertical-align: middle;
    font-size: 17px;
    font-weight: 600;
    padding-top: 5px;
    padding-bottom: 14px;
    color: #536e92;
}

    h4.title-heading:after {
        content: '';
        height: 2px;
        width: 60px;
        background-color: rgba(83, 110, 146, 0.64);
        display: block;
        position: relative;
        bottom: 0;
        top: 14px;
    }

.title-btn {
    height: 35px;
    line-height: 33px;
    padding: 0 15px;
    border: 1px solid;
    color: #00b9f5;
    background-color: transparent;
    border-color: #00b9f5;
    border-radius: 2px;
    font-weight: 600;
    transition: all .6s ease-out;
}

    .title-btn > i {
        margin-right: 10px;
    }

    .title-btn:hover, title-btn:focus {
        border: 1px solid #00b9f5;
        color: #00b9f5;
        background-color: #fff;
    }

.profile-row {
    background-color: rgba(245, 245, 245, 0.27);
    padding: 10px 0;
    margin-top: 15px;
    border-top: 1px solid #e6ebf3;
}

.p-card {
    padding: 10px;
    border-radius: 2px;
    background-color: #fff;
    border: 1px solid #e6ebf3;
}

.bg-f {
    background-color: #5369ac;
    border-color: #5369ac;
}

.bg-t {
    background-color: #0dc4ef;
    border-color: #0dc4ef;
}

.bg-g {
    background-color: #00a85b;
    border-color: #00a85b;
}

.bg-r {
    background-color: #ff493d;
    border-color: #ff493d;
}

.small-title {
    font-size: 14px;
    font-weight: 800;
    margin-bottom: 0;
}

.num-txt {
    font-size: 19px;
    font-weight: 600;
    color: #fff;
    display: block;
    margin-top: 5px;
}

.num-title {
    color: rgba(255, 255, 255, 0.87);
    display: block;
    font-weight: 400;
    margin-top: 7px;
    font-size: 11px;
}

.num-txt-grey {
    color: #99abb4;
    text-transform: uppercase;
}

.p-txt-white {
    background: #dcf6ff !important;
    color: #0490bd !important;
}

.add-item-box {
    /*background: rgba(246, 248, 252, 0.41);*/
    background: #f5f6f7;
    padding-top: 10px;
    margin-bottom: 15px;
    border-top: 1px solid #ebedf0;
    border-bottom: 1px solid #ebedf0;
}

.p-grnd-total {
    background-color: #f5f6f7;
    border-top: 1px solid #E0E0E0;
    color: #333;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center !important;
}

.p-grnd-btn {
    background-color: #f5f6f7;
    border-top: 1px solid #E0E0E0;
}

.bg-filter {
    background-color: #fff;
}

.m-l-5 {
    margin-left: 5px !important;
}

.p-t-0 {
    padding-top: 0px !important;
}

.m-t-0 {
    margin-top: 0 !important;
    border-bottom: 1px solid #e6ebf3;
}

.comp-name {
    height: 35px;
    border: 1px solid #00b9f5;
    margin-bottom: 15px;
    line-height: 34px;
    border-radius: 2px;
    font-size: 14px;
    font-weight: 600;
    color: #5d7799;
    overflow: hidden;
    padding-left: 50px;
}

    .comp-name > i {
        background: #00b9f5;
        font-size: 23px;
        display: inline-block;
        padding-top: 0;
        padding-left: 10px;
        padding-right: 10px;
        color: #fff;
        position: absolute;
        bottom: 0px;
        left: 11px;
    }
/*---------------------------------------------------------------------------*/
.btn span.mdi-radiobox-blank {
    opacity: 1;
}

.btn span.mdi-check {
    display: none;
}

.btn.active span.mdi-check {
    opacity: 1;
    display: inline-block;
}

.btn.active span.mdi-radiobox-blank {
    display: none;
}

.prnt-page {
    background: #96a8c3 !important;
}

.cstm-iframe {
    width: 100% !important;
    min-height: 1260px !important;
}

.btn-group > .btn > input[type="radio"], [data-toggle="buttons"] > .btn > input[type="checkbox"] {
    display: none;
}








@media(max-width:767px) {
    h4 .title-heading {
        text-align: center;
        padding-top: 10px;
    }

        h4.title-heading:after {
            content: '';
            height: 2px;
            width: 60px;
            background-color: #00b9f5;
            display: block;
            position: relative !important;
            /*margin: 10px auto 0 auto;*/
        }

    .dropdown-menu {
        margin-top: 6px;
    }

    .title-btn {
        width: 100%;
        text-align: center !important;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }
}


.user-p-img {
    width: 80px;
    height: 80px;
    margin: 8px auto;
    border-radius: 100%;
    overflow: hidden;
    background-color: #fff;
}

.user-card-htext {
    display: block;
    font-size: 17px;
    padding: 10px 0;
    color: #fff;
}

.user-card-text {
    display: block;
    padding-bottom: 5px;
    color: #fff;
}

tr.pending td {
    background-color: #fffddd !important;
}

.mulilevel {
    margin-left: 0;
    margin-right: 0;
    padding: 15px;
    background-image: url(../img/menu-bg.jpg);
    background-repeat: repeat-y;
    -webkit-box-shadow: 2px 2px 3px -1px rgba(171,171,171,1);
    -moz-box-shadow: 2px 2px 3px -1px rgba(171,171,171,1);
    box-shadow: 2px 2px 3px -1px rgba(171,171,171,1);
    height: 80vh;
}

    .mulilevel ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .mulilevel h5 {
        font-weight: 600;
        margin: 0;
        padding: 0;
    }

    .mulilevel ul li a {
        display: block;
        padding: 8px 0px;
        color: #536e92;
        border-top: 0 !important;
    }


.grid {
    -moz-column-width: 250px;
    -webkit-column-width: 250px;
    -moz-column-gap: 1.25em;
    -webkit-column-gap: 1.25em;
}

.item {
    display: inline-block;
    width: 100%;
}

.content {
    margin-bottom: 10px;
}

    .content ul li {
        border: 0 !important;
    }

    .content a {
        font-size: 12px;
        padding: 5px 10px !important;
        transition: all .2s ease-out !important;
        color: #536e92 !important;
        display: block !important;
        border-right: 0 !important;
    }

    .content ul li ul li a {
        font-size: 11px !important;
        padding: 5px 10px !important;
        transition: all .2s ease-out !important;
        color: #536e92 !important;
        display: block !important;
        padding-left: 24px !important;
        border-right: 0 !important;
    }

.das_txt {
    margin-top: -10px;
    background: #fbfbfc;
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 10px;
    padding-top: 10px;
    border-bottom: 1px solid #e6ebf3;
    font-size: 12px !important;
    font-weight: 700;
    color: #536e92;
}

.dsb_drpdwn {
    border: 1px solid #4286f2;
    padding-left: 10px;
    padding-right: 10px;
    height: 30px;
    display: inline-block;
    line-height: 30px;
    border-radius: 3px;
    color: #fff;
    font-weight: 600;
    background: #4286f2;
    cursor: pointer;
}

.drp_txt {
    opacity: 0;
    width: 106px;
    position: absolute;
    top: -2px;
    right: 13px;
    height: 33px;
    cursor: pointer;
}


.btn-primary-outline.active {
    color: #fff;
    background-color: #00b9f5;
    border-color: #00b9f5;
}

.rad_btn_grp {
    border: 1px solid #e6ebf3;
    height: 30px;
    overflow: hidden;
    display: inline-block;
    border-radius: 3px;
    background: #fcfeff;
}

.inline_radio {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    padding-top: 0;
    font-size: 12px;
    line-height: 29px;
    text-transform: capitalize;
    font-weight: 600;
    padding-bottom: 0 !important;
    color: #536e92;
    padding-left: 25px;
    padding-right: 15px;
    transition: background .3s;
}

    .inline_radio.checkd_btn {
        background-color: #e6ebf3;
        transition: all ease .6s;
    }

    .inline_radio input[type="radio"] {
        margin: 8px -17px 0;
        margin-top: 1px \9;
        line-height: normal;
        position: absolute;
    }

table.tbl-tr-no-borber tr td {
    border: none !important;
}

/* Start Tags*/
div.tags {
    float: left;
    border: 1px solid #ccc;
    padding: 5px;
    font-family: Arial;
    display: block;
    width: 100%;
}

    div.tags > span {
        cursor: pointer;
        display: block;
        float: left;
        color: #fff;
        background: #47a447;
        padding: 5px;
        padding-right: 25px;
        margin: 4px;
        line-height: 25px;
    }

        div.tags > span:hover {
            opacity: 0.7;
        }

        div.tags > span:after {
            position: absolute;
            content: 'x';
            padding: 0px 0px 0px 8px;
            margin-left: 3px;
            font-size: 11px;
        }

    div.tags > input {
        border: 0;
        margin: 4px;
        padding: 7px;
        width: auto;
        color: #3c763d !important;
        background-color: #e2fbec !important;
        border: solid 1px #bee8d0 !important;
        display: inline !important;
        box-shadow: none;
    }
/* End Tags*/


.header.nav-down {
    position: fixed;
    width: 100%;
    height: 56px;
    padding: 0 0.8rem;
    z-index: 9998;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 0;
    left: 0;
    ;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 8px rgb(0 0 0 / 30%);
    box-shadow: 0 1px 8px rgb(0 0 0 / 30%);
    -webkit-animation: slideHeader .3s cubic-bezier(0,0,.2,1);
    animation: slideHeader .3s cubic-bezier(0,0,.2,1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.header, .header-logo > h1 > a {
    color: #536e92;
}

.navigation-trigger {
    float: left;
    padding: 1.8rem 1.5rem 1.8rem 2.4rem;
    margin-left: -2rem;
    cursor: pointer;
}

.navigation-trigger-inner {
    position: relative;
}

.navigation-trigger-inner, .navigation-trigger-line {
    width: 24px;
    transition: all .3s;
    display: inline-block;
    vertical-align: middle;
}

    .navigation-trigger-inner:before {
        content: '';
        position: absolute;
        width: 40px;
        height: 40px;
        left: -11px;
        top: -14px;
        background-color: #536e92;
        border-radius: 50%;
        transition: all .3s;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

.navigation-trigger-line {
    height: 2px;
    background-color: #536e92;
    display: block;
    position: relative;
}

    .navigation-trigger-line:not(:last-child) {
        margin-bottom: 5px;
    }

.MenuTitle {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    font-weight: 600;
    color: #536e92;
    margin-left: 5px;
}

.header-logo {
    min-width: calc(200px - 2rem);
}
.header-logo h1 {
    margin: 0px !important;
    padding: 0px !important;
    font-size: 0px !important;
}
.nav-search {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 2rem;
    position: relative;
}

.search-inner {
    position: relative;
}

.search-text {
    border: 0;
    border-radius: 2px;
    height: 36px;
    padding: 0 1rem 0 3rem;
    width: 100%;
    transition: background-color .3s,color .3s;
    background-color: #f1f1f1;
    color: #536e92;
    outline: none;
}
.search-text {
    background-color: #f1f1f1;
    color: #536e92;
}

    .search-text::-webkit-input-placeholder {
        color: #000;
        opacity: 1;
    }

    .search-text:-ms-input-placeholder {
        color: #000;
        opacity: 1;
    }

    .search-text::placeholder {
        color: #000;
        opacity: 1;
    }

    .search-text:focus {
        background-color: #f3f3f3;
        color: #000;
    }

    .search-text:focus::-webkit-input-placeholder {
        color: #000;
        opacity: 1;
    }

    .search-text:focus:-ms-input-placeholder {
        color: #000;
        opacity: 1;
    }

    .search-text:focus::placeholder {
        color: #000;
        opacity: 1;
    }

.top-sbtn {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 20px;
    padding: 11px 15px;
    border-left: 1px solid #ddd;
    cursor: pointer;
    color: #536e92;
    height: 36px;
}
.nav-financial, .nav-UserBox {
    margin-right: 2rem;
    position: relative;
}

    .nav-financial .alert-success {
        margin-bottom: 0px;
        max-width: 185px;
        text-align: center;
    }

.MegaMenuBox {
    top: 57px;
    width: 100%;
    left: 0;
    padding: 0px;
    position: absolute;
    font-size: 14px;
    z-index: 999;
    background: #fff;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -webkit-box-shadow: 0 4px 6px -1px rgb(0 0 0 / 10%), 0 2px 4px -1px rgb(0 0 0 / 6%);
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 10%),
}

.deLeftMenu {
    height: calc(100vh - 100px);
    background: #fbfbfc;
}

.card-header.card-header-custom {
    padding: 10px 15px;
    margin-bottom: 0;
    color: inherit;
    background-color: #fbfbfc;
    -webkit-box-shadow: inset 0px 0 1px 0px rgb(0 0 0 / 42%), 0 4px 25px 0 rgb(0 0 0 / 12%), 0 8px 10px -5px rgb(0 0 0 / 20%);
    box-shadow: inset 0px 0 1px 0px rgb(0 0 0 / 42%), 0 4px 25px 0 rgb(0 0 0 / 12%), 0 8px 10px -5px rgb(0 0 0 / 20%);
    -webkit-transition: width 0.3s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: width 0.3s cubic-bezier(0, 0, 0.2, 1);
    -moz-transition: width 0.3s cubic-bezier(0, 0, 0.2, 1);
    border-bottom: 1px solid rgba(0,0,0,.125);
}

    .card-header.card-header-custom .caption b {
        margin-left: 4px;
        font-weight: 600 !important;
    }

    .card-header.card-header-custom .caption span {
        font-size: 12px;
        display: block;
        line-height: 14px;
        /* line-height: 17px; */
        font-weight: 600 !important;
        margin-bottom: 3px;
    }

.modal-edit-details .card .card-body {
    padding: 10px;
}

.overflow-card-body {
    overflow-y: scroll;
    max-height: calc(100vh - 100px);
    overflow-x: hidden;
}

.nav-vsidenav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-fill .nav-item {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
}

.nav-pills.nav-vsidenav > li {
    position: relative;
    overflow: visible;
    margin: 0px 0px 3px;
    width: 100%;
}

    .nav-pills.nav-vsidenav > li a {
        border-radius: 0;
        background-color: #fbfbfc;
        padding: 10px 15px;
        display: block;
        vertical-align: middle;
        font-size: 14px;
        font-weight: 600;
        color: #536e92;
    }

    .nav-pills.nav-vsidenav > li.active > a, .nav-pills.nav-vsidenav > li.active > a:hover, .nav-pills.nav-vsidenav > li.active > a:focus {
        background-color: #536e92;
        color: #fff;
    }

    .nav-pills.nav-vsidenav > li:hover a {
        background-color: #536e92;
        color: #fff;
    }

    .nav-pills.nav-vsidenav > li.active:after {
        position: absolute;
        content: "";
        top: 0px;
        right: -20px;
        width: 0px;
        height: 0px;
        border-style: solid;
        border-width: 16px 0 20px 20px;
        z-index: 150;
        border-color: transparent transparent transparent #536e92;
    }

.deckgrid[deckgrid]::before {
    /* Specifies that the grid should have a maximum of 4 columns. Each column will have the classes 'column' and 'column-1-4' */
    content: '4 .column.column-1-4';
    font-size: 0; /* See https://github.com/akoenig/angular-deckgrid/issues/14#issuecomment-35728861 */
    visibility: hidden;
}

.deckgrid .column {
    float: left;
}

.deckgrid .column-1-4 {
    width: 25%;
}

.deckgrid .column-1-1 {
    width: 100%;
}

.tbContent {
    margin-top: 30px;
}

@media screen and (max-width: 480px) {
    .deckgrid[deckgrid]::before {
        content: '1 .column.column-1-1';
    }
}

.column-1-4 h5 {
    margin: 0px 0px 10px;
    padding: 0px;
}

    .column-1-4 h5 a {
        font-size: 16px;
        letter-spacing: 1px;
        color: #1273eb;
    }

.column-1-4 ul {
    padding: 0;
    margin: 0px 0px 20px;
}

    .column-1-4 ul li {
        list-style-type: none;
        white-space: nowrap;
        margin: 0 0 10px 0;
    }

        .column-1-4 ul li a {
            color: #536e92;
            font-size: 12px;
            letter-spacing: 0.5px;
        }

.pricing-row .pricing-col .pricing-box {
    background-color: #fff;
    width: 100%;
    height: 100%;
    color: #536e92;
    border-radius: 19px;
    text-align: center;
    position: relative;
    box-shadow: 0px 2px 8px rgb(0 0 0 / 5%);
}
.pricing-row .pricing-col .pricing-box::before {
    width: 39px;
    height: 8px;
    background: #FFA865;
    content: "";
    border-radius: 100px;
    display: block;
    margin: 0 auto;
    transition: all 0.3s ease;
}
    .pricing-row .pricing-col .pricing-box .pricing-title {
        font-size: 25px;
        font-weight: bold;
        text-align: center;
        margin: 30px 0px;
    }
    .pricing-row .pricing-col .pricing-box .price {
        display: flex;
        align-items: center;
        justify-content: center;
    }
.pricing-row .pricing-col .pricing-box .price .currency {
    font-size: 18px;
    font-weight: bold;
    margin-right: 2px;
}
.pricing-row .pricing-col .pricing-box .price .num {
    font-size: 45px;
    font-weight: bold;
}
.pricing-row .pricing-col .pricing-box .period {
    font-size: 18px;
    font-weight: bold;
    margin: 35px 0 0 0px;
}
.pricing-row .pricing-col .pricing-box .period::after {
    width: 39px;
    height: 8px;
    background: #FFA865;
    content: "";
    border-radius: 100px;
    display: block;
    margin: 9px auto;
    transition: all 0.3s ease;
}
    .pricing-row .pricing-col .pricing-box .specs {
        width: 100%;
        font-size: 16px;
        margin: 35px 0 70px -16px;
    }
        .pricing-row .pricing-col .pricing-box .specs li {
            width: 100%;
            text-align: center;
            margin-bottom: 15px;
        }

.pricing-col ul li {
    list-style-type: none;
}
.font-weight-bold {
    font-weight: 700 !important;
}
.pricing-row .pricing-col .pricing-box .circle3 {
    width: 60px;
    height: 58px;
    background: rgba(234, 120, 31, 0.7);
    color: #000;
    font-size: 20px;
    font-weight: bold;
    border-radius: 19px 0 19px 19px;
    pointer-events: none;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pricing-row .pricing-col .pricing-box .btn-primary {
    width: 221px;
    height: 58px;
    background: #FFA865;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    border-radius: 0 19px 19px 19px;
    border: none;
    position: absolute;
    right: 0;
    bottom: 0;
}
.pricing-row .pricing-col .pricing-box .btn-primary:hover {
    background: #EA781F;
    color: #fff;
}
.pricing-row .pricing-col .pricing-box.blue .period::after {
    background: #d5d5d7;
}
.pricing-row .pricing-col .pricing-box.blue .btn-primary {
    background: #d5d5d7;
}
.pricing-row .pricing-col .pricing-box.blue .circle3 {
    background: #d5d5d7;
    color:#000;
}
.pricing-row .pricing-col .pricing-box.blue .btn-primary:hover {
    background: #d5d5d7;
}
.pricing-row .pricing-col .pricing-box.active::before {
    width: 90% !important;
}
.pricing-row .pricing-col .pricing-box.blue::before {
    background: #e5e4e2;
}
.pricing-row .pricing-col .pricing-box.orange::before {
    background: #FFA865;
}
.OrdSummery {
    padding: 20px;
    width: 100%;
    background: #f5f7f8;
    border:1px solid #ddd;
    text-align:center;
    border-radius:19px;
}
    .OrdSummery h4 {
        font-size: 26px;
        font-weight: 600;
        color: #536e92;
        margin-bottom: 20px;
        border-bottom:2px solid #ddd;
    }
    .OrdSummery h3 {
        font-size: 21px;
        font-weight: 600;
        color: #536e92;
        margin-bottom: 10px;
        padding:0px;
    }

.OrdSummery table tr td, .OrdSummery table tr th{
    font-size: 14px;
    text-align:center;
}
    .OrdSummery table tr th {
        font-weight:600;
    }
table.tbl tr td, table.tbl tr th {
    font-size: 14px;
    text-align: center;
}
table.tbl tr th {
    font-weight: 600;
}
.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem);
}
@media (min-width: 576px) {
    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }

    .modal-dialog.modal-dialog-centered {
        max-width: 500px;
        margin: 1.75rem auto;
    }
}
.modal-dialog-centered .modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 0.3rem;
    outline: 0;
}
.MobsidebarMenu {
    background: #fff;
    width: 260px;
    height: calc(100vh - 1px);
    position: fixed;
    top: 0;
    left: -280px;
    -webkit-box-shadow: 2px 10px 30px 0 rgba(0, 0, 0, 0.42), 0 4px 25px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 10px 30px 0 rgba(0, 0, 0, 0.42), 0 4px 25px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
    -webkit-transition: width 0.3s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: width 0.3s cubic-bezier(0, 0, 0.2, 1);
    -moz-transition: width 0.3s cubic-bezier(0, 0, 0.2, 1);
    transition: width 0.3s cubic-bezier(0, 0, 0.2, 1);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 9999;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-transition: .3s;
    transition: .3s;
}
.MobsidebarMenu.minOpen {
    left: 0px !important;
    -webkit-transition: .3s;
    transition: .3s;
    width: 280px;
    visibility: visible;
}
.overlay-body-MobMenu {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9998;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    top: 0;
    bottom: 0;
}
.overlay-body-MobMenu.MobBGactive {
    display: block;
    opacity: 1;
}
.MobsidebarMenu::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.MobsidebarMenu::-webkit-scrollbar {
    width: 8px;
    background-color: #F5F5F5;
}

.MobsidebarMenu::-webkit-scrollbar-thumb {
    background-color: #00afae;
    border: 2px solid #00afae;
}

.nav-quirk-bar {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

    .nav-quirk-bar > li.active {
        border-top-color: transparent;
    }

    .nav-quirk-bar > li {
        border-top: 1px solid #eaecf0;
        text-transform: uppercase;
    }

.nav > li {
    position: relative;
    display: block;
}

.nav-quirk-bar > li.active > a {
    color: #fff;
    background-color: #00afae;
    background-image: -webkit-linear-gradient(left, #00afae 0%, #2574ab 100%);
    background-image: -o-linear-gradient(left, #00afae 0%, #2574ab 100%);
    background-image: linear-gradient(to right, #00afae 0%, #2574ab 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff259dab', endColorstr='#ff2574ab', GradientType=1);
}

.nav-quirk-bar > li.active + li {
    border-top-width: 0;
}

.nav-quirk-bar > li + li {
    margin: 0;
}

.nav-quirk-bar > li:last-child {
    border-bottom: 1px solid #eaecf0;
}

.nav-quirk-bar li a {
    color: #536e92;
    padding: 15px 15px;
    border-radius: 0;
    font-weight: 600;
    -webkit-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    position: relative;
    display: block;
    font-size: 12px;
    text-decoration: none !important;
}
.nav-quirk-bar li a i {
    width: 16px;
    font-size: 14px;
    text-align: center;
    margin-right: 7px;
    color: #00afae;
    vertical-align: top;
    -webkit-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}
.menu-toggle.toggled{
    background-color:#fff;
}

.nav-quirk-bar .ml-menu {
    list-style: none;
    display: none;
    margin: 0;
    padding: 0;
    position: relative;
    border-top: 1px solid #eaecf0;
    background-color: #f6f7f8;
}

    .nav-quirk-bar .ml-menu > li:first-child {
        padding-top: 1px;
    }

    .nav-quirk-bar .ml-menu > li {
        margin-left: 21px;
        border-left: 1px solid #dbdfe6;
        text-transform: none;
        letter-spacing: normal;
        display: block;
        font-size: 12px;
    }

        .nav-quirk-bar .ml-menu > li > a {
            display: block;
            font-weight: 400;
            padding: 8px 0 5px 18px;
            color: #657390;
            position: relative;
            height: 30px;
            -webkit-transition: all 0.2s ease-out 0s;
            -o-transition: all 0.2s ease-out 0s;
            transition: all 0.2s ease-out 0s;
            font-size: 12px;
            text-decoration: none !important;
        }

            .nav-quirk-bar .ml-menu > li > a:before {
                content: '';
                position: absolute;
                width: 5px;
                height: 5px;
                left: -3px;
                top: 50%;
                background-color: #9fa8bc;
                margin-top: -3px;
                border-radius: 50px;
                -webkit-transition: all 0.2s ease-out 0s;
                -o-transition: all 0.2s ease-out 0s;
                transition: all 0.2s ease-out 0s;
            }

            .nav-quirk-bar .ml-menu > li > a:after {
                content: '';
                width: 30px;
                height: 30px;
                border: 1px solid #a0a8b9;
                position: absolute;
                left: -15px;
                top: 50%;
                margin-top: -15px;
                border-radius: 50px;
                opacity: 0;
                -webkit-transition: all 0.2s ease-out 0s;
                -o-transition: all 0.2s ease-out 0s;
                transition: all 0.2s ease-out 0s;
            }

.nav-quirk-bar > li.nav-parent > a:after {
    content: '\f107';
    font: normal normal normal 14px/1 FontAwesome;
    font-weight: 900;
    font-size: 14px;
    color: #bdc3d1;
    position: absolute;
    top: 12px;
    right: 15px;
}

.sidebar-title {
    text-transform: uppercase;
    font-size: 12px;
    color: #9fa8bc;
    line-height: normal;
    padding: 0 15px;
    font-weight: 500;
    letter-spacing: 1.9px;
}

/* SIDEBAR CODE END */

.leftpanel-profile {
    padding: 15px;
    background-color: #00afae;
}

    .leftpanel-profile .media-left {
        padding-right: 15px;
    }

    .leftpanel-profile .media-object {
        width: 48px;
        padding: 3px;
        border: 2px solid #fff;
        overflow: hidden;
        border-radius: 50%;
    }

    .leftpanel-profile .media-body {
        color: rgba(255, 255, 255, 0.5);
    }

    .leftpanel-profile .media-heading {
        margin: 7px 0 2px;
        color: rgba(255, 255, 255, 0.9);
        font-weight: 500;
        letter-spacing: 1px;
        font-size: 14px;
    }
        .leftpanel-profile .media-heading .UseCName {
            width: 90%;
            overflow: hidden;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2; /* start showing ellipsis when 2rd line is reached */
            white-space: pre-wrap; /* let the text wrap preserving spaces */
        }

        .leftpanel-profile .media-heading > a {
            color: rgba(255, 255, 255, 0.5);
        }

.pull-right {
    float: right !important;
}

.leftpanel-userinfo {
    background-color: #464f63;
    padding-top: 10px;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 100;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
}
.MobMenuView{display:none;}

.pull-left {
    float: left !important;
}
@media (min-width: 1200px) {
}

/* md */
@media (min-width: 992px) and (max-width: 1199px) {
}

/* sm */
@media (min-width: 768px) and (max-width: 991px) {
    .DesktopView {
        display: none;
    }
    .MobMenuView{display:block;}
    .header-logo {
        width: calc(130px - 2rem);
    }
    .header-logo {
        min-width: calc(130px - 2rem);
    }
    .header-logo img{
        width:100%;
    }
    .navigation-trigger {
        margin-left: -1rem;
    }
    .nav-search {
        margin-right: 1rem;
    }
    .nav-financial{
        margin-right: 1rem;
    }
    .nav-UserBox {
        margin-right: 0px !important;
    }
    .pricing-row .pricing-col .pricing-box {
        margin-bottom: 20px;
    }
}
/* xs */
@media (max-width: 767px) {
    .DesktopView {
        display: none;
    }
    .MobMenuView {
        display: block;
    }
    .header-logo {
        width: calc(130px - 2rem);
    }

    .header-logo {
        min-width: calc(130px - 2rem);
    }

        .header-logo img {
            width: 100%;
        }

    .navigation-trigger {
        margin-left: -1rem;
    }

    .nav-search {
        margin-right: 1rem;
    }

    .nav-financial {
        margin-right: 1rem;
    }

    .nav-UserBox {
        margin-right: 0px !important;
    }
    .pricing-row .pricing-col .pricing-box {
        margin-bottom:20px;
    }
    .pricing-row .pricing-col .pricing-box .btn-primary{
        width:180px;
    }
    .modal-dialog {
        width: 100% !important;
    }
}

/* XS Portrait */
@media (max-width: 320px) {
}