.nav-top {
    border-bottom: 1px solid #ccc;
}

.nav-bottom {
    background-color: #f3f3f3 !important;
    box-shadow: 2px 2px 7px #ccc;
}

.page-inner {
    padding-left: 0px;
    padding-right: 0px;
}

.main-header .nav-bottom .page-navigation.page-navigation-success > .nav-item > .nav-link .link-icon {
    color: #fff;
    background-color: #e65300;
    padding: 12px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 16px;
}

.main-header .nav-bottom .page-navigation > .nav-item > .nav-link {
    padding: 10px 18px;
    border-right: 1px solid #ccc;
    text-align: left;
}

.main-header .nav-bottom .page-navigation > .nav-item:first-child > a {
    margin-left: 0px;
    border-left: 1px solid #ccc;
}

.main-header .nav-bottom .page-navigation.page-navigation-success > .nav-item.active > .nav-link .menu-title {
    color: #e65300 !important;
}

.main-header .nav-bottom .page-navigation.page-navigation-success > .nav-item > .nav-link:after {
    color: #e65300;
}

.main-header .nav-bottom .page-navigation.page-navigation-success {
    display: inline-table;
    text-align: justify;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;
}

.main-header .nav-bottom .page-navigation > .nav-item > .nav-link .menu-title {
    line-height: 16px;
}

.main-header .nav-bottom .page-navigation.page-navigation-success > .nav-item {
    display: table-cell;
    position: relative;
}

.main-header .nav-bottom .page-navigation > .nav-item ul li a:before {
    display: none;
}

.main-header .nav-bottom .page-navigation > .nav-item.submenu .navbar-dropdown {
    border-radius: 0px;
    left: 0px;
    right: auto;
    min-width: 166px;
    top: 55px;
    margin-top: 5px;
}

.main-header .nav-bottom .page-navigation > .nav-item.submenu ul {
    padding: 0px !important;
    width: 100%;
}

    .main-header .nav-bottom .page-navigation > .nav-item.submenu ul li {
        padding: 7px 15px;
        border-bottom: 1px solid #ccc;
    }

        .main-header .nav-bottom .page-navigation > .nav-item.submenu ul li a {
            padding: 0px;
            white-space: nowrap;
        }

.main-header .nav-bottom .page-navigation.page-navigation-success > .nav-item.submenu ul li .link-icon {
    color: #fff;
    background-color: #e65300;
    margin-right: 5px;
    padding: 10px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 16px;
}

.dropdown-user .dropdown-item i {
    width: 20px;
    text-align: center;
    margin-right: 5px;
    font-size: 16px;
}

.bg-purple {
    background-color: #800080 !important;
}

.bg-yellow {
    background-color: #c1c109 !important;
}

.bg-orange {
    background-color: #f5791f !important;
}

.bg-blue {
    background-color: #5858ff !important;
}

.bg-dblue {
    background-color: #5c359f !important;
}

.bg-green {
    background-color: #4caf50 !important;
}

.bg-red {
    background-color: #e65300 !important;
}

.bg-dred {
    background-color: #f13f3f !important;
}

.bg-navy_blue {
    background-color: #e65300 !important;
}

.bg-lpurple {
    background-color: #9c59a3 !important;
    color: #fff;
}

.digitalcard {
    /*margin: 30px;*/
    width: 400px;
    border-radius: 10px;
    /*height: 240px;*/
    /*border: 1px solid #e65300;*/
}

    .digitalcard .card-header {
        padding-bottom: 10px;
        padding-top: 10px;
        border-bottom-color: #e65300 !important;
    }

    .digitalcard .card-logo {
        margin-top: 4px;
    }

    .digitalcard .header-lbl {
        color: #e65300;
        font-weight: 600;
        font-size: 16px;
    }

    .digitalcard .user-img {
        border-radius: 5px;
        width: 100%;
    }

    .digitalcard .user-info label {
        color: #777 !important;
        font-size: 12px !important;
    }

    .digitalcard .user-info p {
        font-weight: bold;
        line-height: 15px;
        font-size: 16px;
        margin-bottom: 10px;
    }

    .digitalcard .user-info {
        margin-top: -5px;
    }

    .digitalcard .card-footer {
        background-color: #e65300;
        color: #fff;
        line-height: 20px;
        text-align: center;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        border-top: 0px !important;
    }

    .digitalcard .card-body {
        padding: 10px;
    }

    .digitalcard .valid_upto {
        text-align: right;
        padding-right: 8px;
        line-height: 7px;
    }

        .digitalcard .valid_upto label {
            font-size: 14px !important;
        }

        .digitalcard .valid_upto p {
            font-size: 14px;
            font-weight: bold;
            margin-bottom: 0px;
        }

.custom-template {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: -325px;
    width: 325px;
    height: max-content;
    display: block;
    z-index: 1;
    background: #ffffff;
    transition: all .3s;
    z-index: 1003;
    box-shadow: -1px 1px 20px rgba(69, 65, 78, 0.15);
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    transition: all .5s;
}

    .custom-template.open {
        right: 0px;
    }

    .custom-template .custom-toggle {
        position: absolute;
        width: 45px;
        height: 45px;
        background: rgb(88, 103, 221);
        top: 50%;
        left: -45px;
        transform: translateY(-50%);
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        border-right: 1px solid #177dff;
        cursor: pointer;
        color: #ffffff;
        box-shadow: -5px 5px 20px rgba(69, 65, 78, 0.21);
    }

        .custom-template .custom-toggle i {
            font-size: 20px;
            animation: 1.3s spin linear infinite;
        }

    .custom-template .title {
        padding: 15px;
        text-align: left;
        font-size: 16px;
        font-weight: 600;
        color: #ffffff;
        border-top-left-radius: 5px;
        border-bottom: 1px solid #ebedf2;
        background: #5867dd;
    }

    .custom-template .custom-content {
        padding: 20px 15px;
        max-height: calc(100vh - 90px);
        overflow: auto;
    }

    .custom-template .switcher {
        padding: 5px 0;
    }

    .custom-template .switch-block h4 {
        font-size: 13px;
        font-weight: 600;
        color: #444;
        line-height: 1.3;
        margin-bottom: 0;
        text-transform: uppercase;
    }

    .custom-template .btnSwitch {
        margin-top: 20px;
        margin-bottom: 25px;
    }

        .custom-template .btnSwitch button {
            border: 0px;
            height: 20px;
            width: 20px;
            outline: 0;
            margin-right: 10px;
            margin-bottom: 10px;
            cursor: pointer;
            padding: 0;
            border-radius: 50%;
            border: 2px solid #eee;
            position: relative;
            transition: all .2s;
        }

            .custom-template .btnSwitch button:hover {
                border-color: #0bf;
            }

            .custom-template .btnSwitch button.selected {
                border-color: #0bf;
            }

    .custom-template .img-pick {
        padding: 4px;
        min-height: 100px;
        border-radius: 5px;
        cursor: pointer;
    }

        .custom-template .img-pick img {
            height: 100%;
            height: 100px;
            width: 100%;
            border-radius: 5px;
            border: 2px solid transparent;
        }

        .custom-template .img-pick:hover img, .custom-template .img-pick.active img {
            border-color: #177dff;
        }

.demo .btn, .demo .progress {
    margin-bottom: 15px !important;
}

.demo .form-check-label, .demo .form-radio-label {
    margin-right: 15px;
}

.demo .toggle, .demo .btn-group {
    margin-right: 15px;
}

.demo #slider {
    margin-bottom: 15px;
}

.table-typo tbody > tr > td {
    border-color: #fafafa;
}

    .table-typo tbody > tr > td:first-child {
        min-width: 200px;
        vertical-align: bottom;
    }

        .table-typo tbody > tr > td:first-child p {
            font-size: 14px;
            color: #333;
        }

.demo-icon {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 20px;
    padding: 10px;
    transition: all .2s;
}

    .demo-icon:hover {
        background-color: #f4f5f8;
        border-radius: 3px;
    }

    .demo-icon .icon-preview {
        font-size: 1.8rem;
        margin-right: 10px;
        line-height: 1;
        color: #333439;
    }

body[data-background-color="dark"] .demo-icon .icon-preview {
    color: #969696;
}

.demo-icon .icon-class {
    font-weight: 300;
    font-size: 13px;
    color: #777;
}

body[data-background-color="dark"] .demo-icon .icon-class {
    color: #a9a8a8;
}

.form-show-notify .form-control {
    margin-bottom: 15px;
}

.form-show-notify label {
    padding-top: 0.65rem;
}

.map-demo {
    height: 300px;
}

#instructions li {
    padding: 5px 0;
}

.row-demo-grid {
    margin-bottom: 15px;
}

    .row-demo-grid [class^="col"] {
        text-align: center;
    }

        .row-demo-grid [class^="col"] .card-body {
            background: #ddd;
        }

.btnSwitch button[data-color="white"] {
    background-color: #fff;
}

.btnSwitch button[data-color="grey"] {
    background-color: #f1f1f1;
}

.btnSwitch button[data-color="black"] {
    background-color: #191919;
}

.btnSwitch button[data-color="dark"] {
    background-color: #1a2035;
}

.btnSwitch button[data-color="blue"] {
    background-color: #177dff;
}

.btnSwitch button[data-color="purple"] {
    background-color: #716aca;
}

.btnSwitch button[data-color="light-blue"] {
    background-color: #36a3f7;
}

.btnSwitch button[data-color="green"] {
    background-color: #35cd3a;
}

.btnSwitch button[data-color="orange"] {
    background-color: #ffa534;
}

.btnSwitch button[data-color="red"] {
    background-color: #f3545d;
}

.btnSwitch button[data-color="dark2"] {
    background-color: #1f283e;
}

.btnSwitch button[data-color="blue2"] {
    background-color: #1872e4;
}

.btnSwitch button[data-color="purple2"] {
    background-color: #6761b5;
}

.btnSwitch button[data-color="light-blue2"] {
    background-color: #3393dd;
}

.btnSwitch button[data-color="green2"] {
    background-color: #33b837;
}

.btnSwitch button[data-color="orange2"] {
    background-color: #fb9515;
}

.btnSwitch button[data-color="red2"] {
    background-color: #ea4d56;
}

.btnSwitch button[data-color="bg1"] {
    background-color: #fafafa;
}

.btnSwitch button[data-color="bg2"] {
    background-color: #fff;
}

.btnSwitch button[data-color="bg3"] {
    background-color: #f1f1f1;
}

@media screen and (max-width: 550px) {
    .table-typo tr td {
        display: flex;
        align-items: center;
        word-break: break-word;
    }

        .table-typo tr td:first-child p {
            margin-bottom: 0px;
        }
}

@media screen and (max-width: 576px) {
    .custom-template .custom-content {
        overflow: auto;
    }

    .form-show-notify > .text-right, .form-show-validation > .text-right {
        text-align: left !important;
    }
}

@media screen and (max-width: 400px) {
    .custom-template {
        width: 85% !important;
        right: -85%;
    }
}

.navbar-header[data-background-color=red] {
    background: #e65300 !important
}


.popup-box-on {
    display: block !important;
}

a:focus {
    outline: none;
    outline-offset: 0px;
}

.popup-head-left.pull-left h1 {
    color: #fff;
    float: left;
    font-family: oswald;
    font-size: 18px;
    margin: 3px 0 0 5px;
}

.popup-head-left a small {
    display: table;
    font-size: 11px;
    color: #fff;
    line-height: 4px;
    opacity: 0.5;
    padding: 0 0 0 7px;
}

.chat-header-button {
    background: transparent none repeat scroll 0 0;
    border: 0px solid #fff;
    border-radius: 7px;
    font-size: 15px;
    height: 24px;
    opacity: 0.9;
    padding: 0;
    text-align: center;
    width: 26px;
    color: #fff;
    line-height: 24px;
}

.popup-head-right {
    margin: 3px 0 0;
}

.popup-head .btn-group {
    margin: -5px 3px 0 -1px;
}

.nawfell-chat .dropdown-menu {
    padding: 6px;
}

    .nawfell-chat .dropdown-menu li a span {
        border: 1px solid;
        border-radius: 50px;
        display: list-item;
        font-size: 19px;
        height: 40px;
        line-height: 36px;
        margin: auto;
        text-align: center;
        width: 40px;
    }

    .nawfell-chat .dropdown-menu li {
        float: left;
        text-align: center;
        width: 33%;
    }

        .nawfell-chat .dropdown-menu li a {
            border-radius: 7px;
            font-family: oswald;
            padding: 3px;
            transition: all 0.3s ease-in-out 0s;
        }

            .nawfell-chat .dropdown-menu li a:hover {
                background: #304445 none repeat scroll 0 0 !important;
                color: #fff;
            }

.popup-head {
    background: #e65300 none repeat scroll 0 0 !important;
    color: #fff;
    display: table;
    width: 100%;
    padding: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

    .popup-head .md-user-image {
        border-radius: 43px;
        float: left;
        width: 44px;
    }

.uk-input-group-addon .glyphicon.glyphicon-send {
    color: #ffffff;
    font-size: 21px;
    line-height: 36px;
    padding: 0 6px;
}

.chat_box_wrapper.chat_box_small.chat_box_active {
    height: 420px;
    /*overflow-y: scroll;*/
    width: 350px;
    background: #ddd;
}

.chat_icon {
    bottom: 5px;
    position: fixed;
    right: 5px;
    z-index: 98;
    background-color: #e65300;
    color: #fff;
    padding: 5px 15px;
    font-size: 30px;
    border-radius: 5px;
}

aside {
    /* background-attachment: fixed;
    background-clip: border-box;
    background-color: #fff;
    background-origin: padding-box;
    background-position: center top;
    background-repeat: repeat; */
    bottom: 0;
    display: none;
    /* height: 466px; */
    position: fixed;
    right: 0px;
    width: 350px;
    font-family: 'Open Sans', sans-serif;
    z-index: 99;
}

.chat_box_before {
    background-color: #fff;
}

.chat-form {
    background-color: #ddd;
    padding: 15px;
}

    .chat-form input, .chat-form select {
        width: 100%;
        border-radius: 5px;
        height: 40px;
        border: 2px solid #c5c4c4;
        padding: 8px 10px;
        margin-bottom: 5px;
    }

.cb-cancel {
    border: 1px solid #ddd;
    background-color: #f1f1f1;
    padding: 8px 20px;
    border-radius: 5px;
    margin-top: 8px;
    width: 130px;
}

.cb-start {
    border: 1px solid #ddd;
    background-color: #e65300;
    padding: 8px 20px;
    border-radius: 5px;
    margin-top: 8px;
    width: 130px;
    color: #fff;
}

.chat_box {
    padding: 16px;
    background: #ddd;
    overflow-y: scroll;
    height: 370px;
}


.md-user-image {
    border-radius: 50%;
    width: 34px;
}

img {
    border: 0 none;
    box-sizing: border-box;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

.open-btn {
    border-radius: 32px;
    color: #189d0e !important;
    display: inline-block;
    margin: 10px 0 0;
    text-decoration: none !important;
    text-transform: uppercase;
}

.chat_box .chat_message_wrapper {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}

.chat_box .chat_user_avatar {
    float: left;
}

.chat_box .chat_message_wrapper .chat_message {
    word-break: break-all;
    border-radius: 12px;
    margin-left: 20px;
    display: block;
    float: left;
    font-size: 13px;
    padding: 8px 16px;
    position: relative;
    background: #fff;
    color: #000000;
    -webkit-box-shadow: -4px 2px 72px -31px rgba(0,0,0,0.75);
    -moz-box-shadow: -4px 2px 72px -31px rgba(0,0,0,0.75);
    box-shadow: -4px 2px 72px -31px rgba(0,0,0,0.75);
    width: calc(100% - 55px);
}

    .chat_box .chat_message_wrapper .chat_message::before {
        border-color: transparent #fff transparent transparent;
        border-style: solid;
        border-width: 0 29px 29px 0;
        content: "";
        height: 0;
        left: -14px;
        position: absolute;
        top: 0;
        width: 0;
    }

    .chat_box .chat_message_wrapper .chat_message h4 {
        font-size: 16px;
        font-weight: bold;
        color: #e65300;
        margin-bottom: 0px;
    }

    .chat_box .chat_message_wrapper .chat_message p {
        margin: 0;
    }

    .chat_box .chat_message_wrapper .chat_message .chat_message_time {
        color: #727272;
        display: block;
        font-size: 11px;
        padding-top: 2px;
        text-transform: uppercase;
    }

.chat_box .chat_message_wrapper.chat_message_right .chat_user_avatar {
    float: right;
}

.chat_box .chat_message_wrapper.chat_message_right .chat_message {
    float: right;
    margin-left: 0 !important;
    margin-right: 15px !important
}

    .chat_box .chat_message_wrapper.chat_message_right .chat_message::before {
        border-color: transparent transparent transparent #fff;
        border-width: 0 0 29px 29px;
        left: auto;
        right: -14px;
    }

.nawfell-chat-box {
    border-radius: 5px;
    float: left;
    padding: 3px;
    width: 240px;
}

#submit_message {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    padding: 4px;
    width: 100%;
}

.nawfell-chat-box i {
    color: #333;
    font-size: 21px;
    line-height: 1px;
}

.chat_submit_box {
    bottom: 0px;
    left: 0;
    overflow: hidden;
    padding: 10px;
    position: absolute;
    width: 100%;
    background: #fff;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

    .chat_submit_box input {
        background: transparent none repeat scroll 0 0;
        border: medium none;
        padding: 4px;
        width: calc(100% - 20px);
    }

.uk-input-group {
    border-collapse: separate;
    display: table;
    position: relative;
    width: 100%;
}

.uk-input-group-addon {
    float: right;
}

    .uk-input-group-addon i {
        color: #e65300;
        font-size: 18px;
        margin-top: 9px;
        margin-right: 5px;
    }

.mi {
    height: 100%;
}

    .mi header {
        padding: 10px;
        background-color: #fff;
    }

.landing-page {
    background-image: url(../img/bg-404.jpg);
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    position: relative;
}

.mi_layer {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.7;
}

.menu-bg, .page-bg {
    position: fixed;
    top: -30px;
    left: 0;
    right: 0;
    bottom: -30px;
}

.gradient-body-1 {
    background: linear-gradient(0deg,#3D3949,#6772A4);
    /*background: linear-gradient(0deg,#a50a00,#fc9b4e);*/
}

.landing-header {
    padding: 15px;
    position: relative;
}

    .landing-header h1 {
        font-size: 4em;
        text-align: center !important;
        display: block;
        text-shadow: 0 1px 0 rgba(0,0,0,.3);
        font-weight: 900 !important;
        margin-bottom: 10px !important;
        color: #fff !important;
    }

    .landing-header h4 {
        color: #fff;
        margin-top: 10px;
    }

    .landing-header p {
        margin: 0px;
        color: #fff;
    }

    .landing-header a {
        color: #fff;
        text-decoration: underline;
    }

    .landing-header img {
        height: 100px;
        width: 100px;
        border-radius: 50%;
        border: 1px solid #39478e;
        background-color: #fff;
    }

.landing-icons {
    position: relative;
    display: inline-block;
    width: 100%;
}

    .landing-icons a {
        width: 33.3%;
        display: block;
        float: left;
        margin-bottom: 5%;
        padding: 1%;
    }

        .landing-icons a i {
            width: 60px;
            height: 60px;
            margin: 0 auto;
            border-radius: 70px;
            line-height: 60px;
            font-size: 18px;
            text-shadow: 0 1px 0 rgba(0,0,0,.3);
            color: #fff;
            display: block;
            text-align: center;
            background-color: #a7a7a7;
        }

        /*.landing-icons a em {
    font-size: 13px;
    font-style: normal;
    margin-top: 5px;
    text-shadow: 0 1px 0 #000;
    color: #fff;
    display: block;
    text-align: center;
}*/


        .landing-icons a em {
            font-size: 13px;
            font-style: normal;
            margin-top: 5px;
            text-shadow: 0 1px 0 #000;
            color: #fff;
            display: block;
            text-align: center;
            line-height: 15px;
            height: 15px;
        }

.gradient-yellow-dark {
    background-image: linear-gradient(180deg,#fdc435 0,#e3a526 100%);
}

.gradient-sky-light {
    background-image: linear-gradient(180deg,#6ca6ef 0,#3c77c4 100%);
}

.gradient-red-light {
    background-image: linear-gradient(180deg,#ED5565 0,#DA4453 100%);
}

.gradient-blue-dark, .gradient-blue-light {
    background-image: linear-gradient(180deg,#52bee3 0,#3291b4 100%);
}

.gradient-orange-light {
    background-image: linear-gradient(180deg,#f88168 0,#E9573F 100%);
}

.gradient-brown-light {
    background-image: linear-gradient(180deg,#e2c6a7 0,#AA8E69 100%);
}

.gradient-mint-light {
    background-image: linear-gradient(180deg,#4dd9b6 0,#31a789 100%);
}

.gradient-magenta-light {
    background-image: linear-gradient(180deg,#b49fe6 0,#7863af 100%);
}

.gradient-green-dark {
    background-image: linear-gradient(180deg,#9acb66 0,#6e9b3d 100%);
}

.shadow-icon-large {
    box-shadow: 0 20px 67px 0 rgba(0,0,0,.12),0 5px 14px 0 rgba(0,0,0,.2) !important;
}

.landing-modal .modal-content {
    background-color: #484848;
}

.landing-modal .modal-header {
    border-bottom-color: #555;
}

.landing-modal .modal-title {
    color: #fff;
}

.landing-modal .modal-header .close {
    color: #fff;
    opacity: 0.7;
}

.cover-content-center {
    position: absolute;
    width: 500px;
    top: 50%;
    left: 50%;
    z-index: 10;
}

.info-item {
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
}

.info-label {
    margin-bottom: 0px;
}




.r-layer, .g-layer {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 13;
    background: #000;
    opacity: 0.5;
    transition: right ease-in-out .5s;
    -webkit-transition: right ease-in-out .5s;
    overflow-x: auto;
}

.r-header {
    position: fixed;
    top: 0;
    right: -100%;
    width: 260px;
    height: 100%;
    z-index: 14;
    transition: right ease-in-out .5s;
    -webkit-transition: right ease-in-out .5s;
    background: #fff;
    overflow-x: auto;
    padding: 10px;
}

    .r-header .user {
        float: left;
        display: inline-block;
        width: 100%;
    }

        .r-header .user img {
            width: 45px;
            height: 45px;
            border-radius: 1px;
            float: left;
            margin-right: 5px;
        }

        .r-header .user .data {
            float: left;
            width: calc(1005 - 80px);
            color: #fff;
        }

            .r-header .user .data .name {
                font-size: 16px;
                color: #e65300;
                font-weight: 600;
                margin-top: -2px;
            }

            .r-header .user .data .status {
                font-size: 14px;
                color: #444;
                line-height: 15px;
            }

.r-close {
    float: right;
    color: #bd0404;
    cursor: pointer;
    font-size: 18px;
    margin-top: 6px;
    border: 1px solid #ddd;
    padding: 3px 5px;
    border-radius: 3px;
}

    .r-close:hover {
        color: #fb0000;
    }

.r-header .list {
    float: left;
    display: inline-block;
    width: 100%;
    /* margin-top: 20px; */
}

    .r-header .list ul {
        list-style-type: none;
        padding: 0px;
        margin: -10px;
        margin-top: 10px;
        min-width: 170px;
    }

        .r-header .list ul .dropdown-menu {
            margin: 0px;
            margin-top: -1px;
            margin-left: 3px;
        }

        .r-header .list ul li a {
            padding: 10px 20px;
            width: 100%;
            display: block;
            border-bottom: 1px solid #e65300;
            color: #444;
            font-size: 15px;
        }

        .r-header .list ul li:first-child a {
            border-top: 1px solid #e65300;
        }

        .r-header .list ul li .new {
            background-color: #ca5c11;
            border-radius: 5px;
            padding: 0px 5px;
            margin-left: 20px;
            padding-bottom: 1px;
            color: #fff;
        }

        .r-header .list ul li a i {
            float: left;
            line-height: 26px;
            width: 23px;
            background-color: transparent !important;
        }

        .r-header .list ul li.active a {
            margin-top: -1px;
            background-color: #e65300;
            color: #fff;
        }

.mnav-btn {
    border: 0px;
    background: transparent;
    font-size: 22px;
    color: #e65300;
    padding-top: 3px;
}

.logo-header .logo img {
    height: 34px !important;
}

.page-title {
    color: #e65300;
}

.user-dept {
    margin: 0px;
    color: #e65300;
    font-size: 14px;
}

.user-level {
    margin-top: 0px !important;
}

.main-panel > .content {
    margin-top: 123px;
}

.bg-secondary-gradient {
    background: #e65300 !important;
    background: -webkit-linear-gradient(legacy-direction(-45deg),#29276b,#e65300) !important;
    background: linear-gradient(-45deg,#29276b,#e65300) !important;
}

.navbar-brand {
    height: 75px;
}

.main-header .container {
    padding: 0px;
}

.main-header .navbar-header {
    padding-right: 0px;
}

.btn-global {
    background-color: #e65300;
    color: #fff !important;
}

    .btn-global:hover, .navbar .navbar-nav .nav-item .nav-link:hover {
        /*    background-color: #e65300 !important;*/
        background-color: #009248 !important;
        color: #fff !important;
    }

.navbar .navbar-nav .nav-item .nav-link:focus, .navbar .navbar-nav .nav-item .nav-link:hover {
    background-color: #ab132e !important;
    color: #fff !important;
}

.transactDropdown {
    width: 600px;
    border-radius: 5px;
    box-shadow: 1px 2px 3px #ccc;
    max-height: 520px;
    overflow: auto;
    padding: 10px;
}

    .transactDropdown .row-card-no-pd {
        margin-bottom: 0px;
        padding-bottom: 0px;
        padding-top: 0px;
    }

.titem {
    text-align: center;
    border: 1px solid #e65300;
    border-radius: 5px;
    padding: 12px 5px;
    height: 80px;
    width: 100px;
    cursor: pointer;
    position: relative;
    background-color: #e65300;
    color: #fff;
    box-shadow: 5px 6px 8px #e65300;
    display: inline-block;
    margin: 6px;
    float: left;
}

.tgroup {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
    margin-left: -6px;
    margin-right: -6px;
}

    .tgroup .titem {
        width: calc(15% - 5px);
        margin: 12px;
    }

.titem i {
    font-size: 22px;
    color: #fff !important;
    background-color: #e65300 !important;
}

.titem p {
    font-size: 13px;
    margin: 0px;
    line-height: 13px;
    margin-top: 3px;
}

.titem .badge {
    position: absolute;
    top: -1px;
    right: -1px;
    border-radius: 5px;
    background-color: #e65300;
}

.titem:hover, .titem.active {
    background-color: #e65300;
    color: #fff;
    border-color: #e65300;
    text-decoration: none;
}

    .titem:hover .badge {
        background-color: #fff;
        color: #e65300;
    }

.step-wizard {
    display: table;
    width: 100%;
}

.step {
    display: table-cell;
    position: relative;
    text-align: center;
    width: 20%;
    vertical-align: top;
}

    .step:before {
        content: "";
        position: absolute;
        border-top: 2px solid #ddd;
        top: 25px;
        left: 0px;
        width: 100%;
    }

.step-5 .step {
    width: 20px;
}

.step-6 .step {
    width: 16.66%;
}

.step p {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0px;
    line-height: 18px;
}

.step .step-circle {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background-color: #c7c8ca;
    position: relative;
    display: inline-block;
}

.step .fa {
    color: #fff;
    font-size: 18px;
    line-height: 50px;
    display: none;
}

.step.completed .fa {
    display: block;
}

.step .fa-times {
    display: none !important;
}

.step.rejected .fa-times {
    display: block !important;
}

.step .number {
    display: inline-block;
    line-height: 48px;
    font-size: 16px;
}

.step.current .number {
    color: #fff;
}

.step.completed .number {
    display: none;
}

.step.completed:before {
    border-top: 2px solid #22d222;
}

.step.completed .step-circle {
    background-color: #22d222;
}

.step.current:before {
    border-top: 2px solid #e65300;
}

.step.current .step-circle {
    background-color: #e65300;
}

.step.rejected:before {
    border-top: 2px solid red;
}

.step.rejected .step-circle {
    background-color: red;
}

.wizard-action {
    padding-top: 20px;
    margin-top: 10px;
    border-top: 1px solid #ddd;
}


.stepwizard-step p {
    margin-top: 0px;
    color: #666;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}

.stepwizard-step button[disabled] {
    /*opacity: 1 !important;
    filter: alpha(opacity=100) !important;*/
}

.stepwizard .btn.disabled, .stepwizard .btn[disabled], .stepwizard fieldset[disabled] .btn {
    opacity: 1 !important;
    color: #bbb;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-index: 0;
}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
    min-width: 130px;
}

.step-panel {
    display: inline-block;
    width: 100%;
    /*height: 150px;*/
   /* border-top: 1px solid #e65300;*/
    margin-top: 20px;
    position: relative;
    display: none;
}

.step-wizard .step.open:after {
    content: " ";
    position: absolute;
    left: calc(50% - 10px);
    opacity: 1;
    margin: 0 auto;
    bottom: -20px;
    border: 10px solid transparent;
    border-bottom-color: #e65300;
}

.step-panel table {
    /*margin: 10px 0px;*/
}

.step-panel tr td:nth-child(odd) {
    padding: 5px;
    font-weight: 600;
}

.step-panel tr td:nth-child(even) {
    padding: 5px;
    position: relative;
    padding-left: 5px;
    /*width:50px;*/
}

.step-panel .title {
    margin-top: 5px;
    display: inline-block;
    font-size: 16px;
    padding-left: 5px;
    font-weight: bold;
}

.step-panel .br:after {
    position: absolute;
    border-right: 1px solid #ddd;
    content: "";
    right: 0px;
    top: 15px;
    bottom: 0px;
}

.material-switch > input[type="checkbox"] {
    display: none;
}

.material-switch > label {
    cursor: pointer;
    height: 0px;
    position: relative;
    width: 40px;
}

    .material-switch > label::before {
        /*background: rgb(0, 0, 0);*/
        background: #e65300;
        box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
        border-radius: 8px;
        content: '';
        height: 11px;
        margin-top: -10px;
        position: absolute;
        opacity: 0.3;
        transition: all 0.4s ease-in-out;
        width: 25px;
    }

    .material-switch > label::after {
        /*background: rgb(255, 255, 255);*/
        background: #e65300;
        border-radius: 50%;
        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
        content: '';
        height: 15px;
        left: 0px;
        margin-top: -8px;
        position: absolute;
        top: -4px;
        transition: all 0.3s ease-in-out;
        width: 15px;
    }

.material-switch > input[type="checkbox"]:checked + label::before {
    background: inherit;
    opacity: 0.5;
    background: green;
}

.material-switch > input[type="checkbox"]:checked + label::after {
    background: inherit;
    left: 13px;
    background: green;
}

a.btn-step {
    background-color: #c7c8ca;
    width: 80px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
    display: inline-block;
    color: #000;
}

    a.btn-step.active {
        background-color: #e65300;
        color: #fff;
        border-color: #e65300;
    }

form .form-heading {
    color: #e65300;
    margin-top: 30px;
}

.terms-check {
    float: left;
    margin-right: 7px !important;
    height: 17px;
    width: 17px;
    margin-top: 4px;
}

.terms-label {
    float: left;
}

    .terms-label a {
        color: #e65300;
        font-weight: bolder;
    }

.status_form {
    padding: 15px;
    text-align: center;
    color: green;
}

    .status_form i {
        font-size: 70px;
    }

    .status_form p {
        font-size: 20px;
    }

.ccard {
    border: 1px solid #e65300;
}

    .ccard > .card-header:first-child {
        background-color: #e65300;
        padding: 5px 20px;
    }

    .ccard .card-title {
        color: #fff;
        font-size: 18px;
    }

.lbl-view {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 2px;
}

.lbl-value {
    border-bottom: 1px solid #ddd;
    padding-bottom: 2px;
    margin-bottom: 25px;
}

.citem {
    width: 100%;
    display: inline-block;
    color: #000;
    background-color: #ccc;
    height: 80px;
    text-align: center;
    padding-top: 28px;
    cursor: pointer;
    margin-bottom: 20px;
    transition: transform .5s;
}

    .citem:hover {
        -ms-transform: scale(1.1); /* IE 9 */
        -webkit-transform: scale(1.1); /* Safari 3-8 */
        transform: scale(1.1);
    }

.citem-big {
    width: 100%;
    display: table;
    color: #000;
    background-color: #ccc;
    height: 180px;
    text-align: center;
    cursor: pointer;
}

    .citem-big span {
        display: table-cell;
        vertical-align: middle;
        font-size: 18px;
        background-color: #e65300;
        color: #fff;
    }

.citem.purple {
    background-color: purple;
    color: #fff;
}

    .citem.purple:hover {
        background-color: #560b56;
        color: #fff;
    }

.citem.red {
    background-color: #e65300;
    color: #fff;
}

    .citem.red:hover {
        background-color: #b30e16;
        color: #fff;
    }

.citem.orange {
    background-color: #ec802f;
    color: #fff;
}

    .citem.orange:hover {
        background-color: #c75c0c;
        color: #fff;
    }

.citem.lblue {
    background-color: #9c59a3;
    color: #fff;
}

    .citem.lblue:hover {
        background-color: #a135ad;
        color: #fff;
    }

.citem.navy_blue {
    background-color: #e65300;
    color: #fff;
}

    .citem.navy_blue:hover {
        background-color: #29404c;
        color: #fff;
    }

.citem.yellow {
    background-color: #c1c109;
    color: #fff;
}

    .citem.yellow:hover {
        background-color: #949400;
        color: #fff;
    }

.citem.blue {
    background-color: #5858ff;
    color: #fff;
}

    .citem.blue:hover {
        background-color: #3939d2;
        color: #fff;
    }

.citem.dark_red {
    background-color: #f13f3f;
    color: #fff;
}

    .citem.dark_red:hover {
        background-color: #c51b1b;
        color: #fff;
    }

.form-control:disabled, .form-control[readonly] {
    opacity: 1 !important;
}

ul.event_fee_info {
    display: inline-block;
    width: 100%;
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

    ul.event_fee_info li {
        display: inline-block;
        width: 100%;
        border-bottom: 1px solid #ccc;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

.mobile-header {
    background-color: #fff;
    padding: 15px;
    z-index: 10;
    position: relative;
}

.mobile_bg_img {
    position: relative;
    background-image: url(../img/home_bg.jpg);
    /*background-position: bottom;*/
    background-size: cover;
    background-repeat: no-repeat;
}

@media screen and (max-width: 576px) {
    .main-panel {
        width: 100% !important;
    }
}