﻿:root {
    --theme-background: #3f51b5;
    --theme-color: #3f51b5;
    --theme-border-color: #3f51b5;
    --theme-bg-menu: #3f51b547;
    --theme-bg-sub-menu: #3f51b526;
    --theme-bg-sub-menu-hover: #3f51b547;
}

/** {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
}*/

.note-editor .btn {
    background: var(--theme-icon-color);
    margin-right: 4px;
}

/*h1, h2, h3, h4, h5, h6 {
    margin: 0;
}*/

.clsStar {
    color: Red;
    font-weight: 500;
    font-size: 17px;
    padding-right: 2px;
}

dl, ol, ul {
    list-style: none;
}
/* width */
.sidebar-nav::-webkit-scrollbar {
    width: 5px;
}
/* Track */
.sidebar-nav::-webkit-scrollbar-track {
    background: #f1f1f1;
}
/* Handle */
.sidebar-nav::-webkit-scrollbar-thumb {
    background: #888;
}
    /* Handle on hover */
    .sidebar-nav ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }


input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.TopHeader {
    position: sticky;
    top: 0;
    z-index: 9999;
    background-color: #fff;
    /*border-bottom: 1px solid #dee2e6;*/
}
.TopHeader > .navbar {
    /*position: fixed;
    left: 0;
    right: 0;
    top: 0;
    height: 60px;
    margin: 0;
    padding: 0px 10px;
    border-radius: 0;
    padding-left: 0;
    z-index: 1020;*/
}

    .TopHeader > .navbar.bg-dark {
        background-color: var(--theme-background) !important;
    }

.navbar-translate {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo.navbar-brand img {
    max-height: 90%;
    max-width: 90%;
}

.logo.navbar-brand {
    display: block;
    position: relative;
    z-index: 1;
    margin: 0;
    padding: 0;
    text-align: center;
    height: 59px;
    line-height: 59px;
    /*background-color: #064168;*/
    border-bottom: 1px solid #4b545c;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn.btn-fab.CollapseMenu,
.btn.btn-fab#goBack {
    font-size: 24px;
    width: 60px;
    height: 58px;
    padding: 0;
    overflow: hidden;
    position: relative;
    color: #fff;
    color: #fff;
}

.btn.btn-fab.btnSearch, .btn.btn-fab.btnCmProfile, .btn.btn-fab.btnUserProf {
    text-decoration: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    color: #fff;
    float: left;
    height: 50px;
    width: auto;
    margin: 0;
}

.btn.btn-fab.btnCmProfile, .btn.btn-fab.btnUserProf {
    display: none;
}

    .btn.btn-fab.btnCmProfile._dsddfd {
        display: flex;
        justify-content: center;
        right: 0;
    }

.btn.btn-fab.btnSearch span {
    font-size: 14px;
}

.SearchForm {
    -webkit-transform-origin: center 0;
    -ms-transform-origin: center 0;
    transform-origin: center 0;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: fixed;
    top: 0;
    left: 50px;
    height: 50px;
    width: 100%;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s;
    transition: transform .5s,-webkit-transform .5s;
    z-index: 99999;
}

.isFormTrue {
    z-index: 99999 !important;
}

.SearchForm.isFormTrue {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
}

.SearchForm .SearchFormInput {
    display: block;
    height: 50px !important;
    width: 100%;
    padding: 10px 15px 10px 50px;
    color: #444;
    background-color: #fff;
    border: 0;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    background-image: none;
    background-clip: padding-box;
    font-size: 0.9rem;
    line-height: 1.25;
}

.SearchForm .InputSearchIcon {
    position: absolute;
    left: 0;
    top: 0;
    width: 45px;
    height: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #71808f;
    padding-left: 10px;
    font-size: 18px;
    border: 0;
    background: #fff;
}

.SearchForm .InputSearchClose {
    position: absolute;
    top: 0;
    right: 0;
    height: 50px;
    width: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
    color: #71808f;
    border: 0;
    background: #fff;
}

.BlckBackdrop {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    background-color: rgba(0,0,0,.5) !important;
    -webkit-transition: opacity .3s cubic-bezier(.4,0,.2,1);
    -o-transition: opacity .3s cubic-bezier(.4,0,.2,1);
    transition: opacity .3s cubic-bezier(.4,0,.2,1);
    z-index: 1030;
    pointer-events: none;
}

body.hasBackdrop .BlckBackdrop {
    pointer-events: auto;
    opacity: 1;
}

.SideBarMenu {
    width: 50px;
    background: #fff;
    border-right: 0px solid #ddd;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    overflow: hidden;
    box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 12px -5px rgba(33, 33, 33, 0.46);
    -webkit-transition: width 300ms linear;
    transition: width 300ms linear;
    z-index: 99999;
}

    .SideBarMenu .Sidebar {
        width: 250px;
    }

        .SideBarMenu .Sidebar .sidebar-nav {
            height: calc(100vh - 60px);
            overflow: auto;
            width: 250px;
        }

.sidebar-nav .nav-menu {
    padding: 0;
    margin: 0;
    list-style: none;
}

    .sidebar-nav .nav-menu li a {
        width: 100%;
        display: flex;
        color: #504f4f;
        padding: 0 10px;
        font-size: 14px;
        font-weight: 500;
        align-items: center;
        height: 38px;
        position: relative;
        text-transform: capitalize;
    }
    .sidebar-nav .nav-menu > li > a {
        width: 98%;
        border-radius: 0 3px 3px 0;
    }

    .sidebar-nav .nav-menu li:not(._imp) a:hover,
    .sidebar-nav .nav-menu li > a.is1st,
    .sidebar-nav .nav-menu li > a.ancActive,
    .sidebar-nav .nav-menu li > a.isN2ndActive {
        background: var(--theme-bg-menu);
        color: var(--theme-color);
    }

    .sidebar-nav .nav-menu li._imp:hover > a, .sidebar-nav .nav-menu li._imp:hover > a > span {
        color: #4CAF50;
    }

        .sidebar-nav .nav-menu li._imp:hover > a > i {
            background: #4CAF50;
        }

    .sidebar-nav .nav-menu li > ul > li > a {
        height: 28px;
    }

.nav-second-level {
    display: none;
    padding: 0;
    list-style: none;
}

.nav-third-level {
    display: none;
    padding: 0;
    list-style: none;
}

.nav-second-level.act2nd {
    display: block !important;
}

.nav-third-level.act3rd {
    display: block !important;
}

.sidebar-nav .nav-menu li a > i {
    display: flex;
    max-width: 30px;
    flex: 1 0 30px;
    justify-content: flex-end;
    height: 30px;
    align-items: center;
    font-size: 20px;
    border-radius: 100%;
    background: #ddd;
    margin-right: 10px;
}

.sidebar-nav .nav-menu li.Has2nd > a::after {
    content: '\f35f';
    position: absolute;
    font-family: Material Design Icons;
    font-size: 20px;
    left: 0px;
    width: 18px;
    text-align: left;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.sidebar-nav .nav-menu li.Has2nd.is2nd > a::after {
    transform: rotate(90deg);
    color: var(--theme-color);
}

.sidebar-nav .nav-menu li.Has2nd > a:hover::after {
    color: var(--theme-color);
}

.sidebar-nav .nav-menu li.Has2nd.is2nd > a > i, .sidebar-nav .nav-menu li:hover > a > i, .sidebar-nav .nav-menu li > a.is1st > i,
.sidebar-nav .nav-menu li._imp > a.is1st > i {
    background: var(--theme-background);
    color: var(--theme-color);
}

.sidebar-nav .nav-menu li._imp > a.is1st > i {
    background: #4CAF50;
    color: #fff;
}

.sidebar-nav .nav-menu li.Has2nd.is2nd > a > span, .sidebar-nav .nav-menu li:hover > a > span, .sidebar-nav .nav-menu li ul li:hover > a,
.sidebar-nav .nav-menu li > a.is1st > span,
.sidebar-nav .nav-menu li > ul > li > a.isN2ndActive {
    color: var(--theme-color);
}

.sidebar-nav .nav-menu li._imp > a.is1st > span {
    color: #4CAF50;
}

.sidebar-nav .nav-menu li > ul > li > a {
    padding-left: 50px;
    position: relative;
    white-space: nowrap;
    cursor: pointer;
}
.sidebar-nav .nav-menu li span {
    display: block;
    text-overflow: ellipsis;
    max-width: 100%;
    overflow: hidden;
}
.sidebar-nav .nav-menu li > ul > li > ul > li > a {
    padding-left: 50px;
    position: relative;
    white-space: nowrap;
}

.sidebar-nav .nav-menu li > ul > li > a:after {
    content: '\f764';
    font-family: Material Design Icons;
    width: auto;
    height: auto;
    position: absolute;
    border: 0 !important;
    left: 24px;
    top: 0;
    bottom: 0;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    color: #848181;
}

.sidebar-nav .nav-menu li > ul > li > ul > li > a:after {
    content: '\F765';
    font-family: Material Design Icons;
    width: auto;
    height: auto;
    position: absolute;
    border: 0 !important;
    left: 33px;
    top: 0;
    bottom: 0;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 9px;
}

.sidebar-nav .nav-menu li > ul > li > ul > li > ul > li > a:after {
    content: '\F142';
    font-family: Material Design Icons;
    width: auto;
    height: auto;
    position: absolute;
    border: 0 !important;
    left: 16px;
    top: 0;
    bottom: 0;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.sidebar-nav .nav-menu li > ul > li > a.isN2ndActive:after {
    border-color: #e91e63;
}

.sidebar-nav .nav-menu li > ul > li:hover > a:after,
.sidebar-nav .nav-menu li > ul > li > a.ancActive:after {
    border: 2px solid var(--theme-border-color);
}

.sidebar-nav .nav-menu li > ul > li > ul > li:hover > a:after {
    border: 0;
}

.navbar .navbar-nav .nav-item .nav-link.ancWlcmText {
    font-size: 13px;
    text-transform: capitalize;
    align-items: center;
    padding-right: 25px;
    max-width: 224px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inherit;
}
.navbar .navbar-nav > li > a {
    color: rgba(0,0,0,.5);
    line-height: 55px;
    height: 58px;
    padding: 0 10px;
    display: inline-block;
}
.navbar .navbar-nav > li > a:hover{
    background-color: rgba(255,255,255,.2);
}
.navbar .navbar-nav > li > a.noarrow:after{
    display:none;
}

    .navbar .navbar-nav > li > a i {
        font-size: 1.1rem;
    }

    .navbar .navbar-nav > li > a > .label {
        background-color: #d9534f;
        color: #fff !important;
        width: auto;
        position: absolute;
        top: 12px;
        right: 5px;
        text-align: center;
        font-size: 9px;
        padding: 3px 4px;
        margin: 0;
        line-height: .9;
        border-radius: 4px;
    }

.navbar-nav .chating {
    width: 300px;
    padding: 0;
}

    .navbar-nav .chating li:nth-child(1) a {
        border: none;
    }

    .navbar-nav .chating li a {
        display: flex;
        color: #333 !important;
        font-size: 0.9rem;
        padding: 12px 20px;
        border-top: 1px solid #dee2e6;
        text-align: left;
        position: relative;
    }

        .navbar-nav .chating li a:hover {
            background-color: #f8f8f9;
        }

        .navbar-nav .chating li a:after {
            display: table;
            clear: both;
            content: "";
        }

        .navbar-nav .chating li a .photo {
            width: 50px;
            height: 50px;
            margin-right: 15px;
            border-radius: 100%;
            overflow: hidden;
            float: left;
        }

            .navbar-nav .chating li a .photo img {
                width: 100%;
            }

        .navbar-nav .chating li a .name {
            float: left;
            width: calc(100% - 65px);
        }

            .navbar-nav .chating li a .name span {
                display: flex;
                align-items: center;
                margin-top: 1px;
            }

                .navbar-nav .chating li a .name span i {
                    margin-right: 8px;
                    font-size: 1rem;
                }

    .navbar-nav .chating li.chating-footer a {
        padding: 12px 20px;
        color: #333 !important;
        font-weight: 600;
        display: block;
        text-align: center;
    }

        .navbar-nav .chating li.chating-footer a:hover {
            background-color: var(--theme-color);
            color: #fff !important;
        }


.navbar-nav .notification {
    width: 300px;
    padding: 0;
}

    .navbar-nav .notification li.notification-header {
        padding: 8px 20px;
    }

    .navbar-nav .notification li.notification-footer a {
        padding: 12px 20px;
        color: #333 !important;
        font-weight: 600;
        text-align: center;
    }

        .navbar-nav .notification li.notification-footer a:hover {
            background-color: var(--theme-color);
            color: #fff !important;
        }

        .navbar-nav .notification li.notification-footer a:before {
            display: none;
        }

    .navbar-nav .notification li a {
        font-size: 0.9rem;
        display: block;
        padding: 12px 20px 12px 45px;
        border-top: 1px solid #dee2e6;
        text-align: left;
        position: relative;
    }

        .navbar-nav .notification li a:before {
            content: "\f192";
            font-family: Material Design Icons;
            font-size: 1.1rem;
            position: absolute;
            left: 15px;
            top: 12px;
            color: var(--theme-color);
        }

        .navbar-nav .notification li a:hover {
            background-color: #f8f8f9;
        }

        .navbar-nav .notification li a strong {
            display: block;
            color: #333333;
        }

        .navbar-nav .notification li a span {
            display: block;
            color: #777;
        }

._uName {
    margin-left: 5px;
}

#ddlLocation {
    height: 42px;
    background: transparent;
    border: 0;
    color: #fff;
    display: flex;
    padding: 0 10px;
    padding-right: 20px;
    width: auto;
    max-width: 300px;
    outline: none !important;
}

    #ddlLocation option {
        background: #fff;
        color: #212121;
        border: 0;
    }

    #ddlLocation:hover {
        background-color: rgba(255, 255, 255, 0.2);
        border-radius: 0.1875rem;
    }

.Location {
    position: relative;
}

    .Location::after {
        content: '\f140';
        font-family: Material Design Icons;
        font-size: 15px;
        display: flex;
        align-items: center;
        position: absolute;
        right: 1px !important;
        top: 0;
        bottom: 0;
        color: #fff;
    }

.SideBarMenu.fxd {
    width: 251px !important;
}

.PageContent {
    padding: 0 0 15px 50px;
    /*max-width: 100%;
    min-height: 100vh !important;
    display: flex;
    overflow-x: hidden;
    min-height: 100vh;
    height: 100vh;
    min-height: initial !important;
    overflow: auto;*/
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

    .PageContent.isMenu {
        padding-left: 251px;
    }


.portlet-title:not(._not) {
    position: fixed;
    top: 58px;
    left: 50px;
    right: 0;
    background: #fff;
    box-shadow: 0 7px 12px -5px rgba(33, 33, 33, 0.46);
    z-index: 1019;
    padding: 0px 10px;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 30px;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

.PageContent.isMenu .portlet .portlet-title {
    left: 251px;
}

.portlet-title > .caption > .page-title {
    font-weight: 500;
    font-size: 15px;
    text-transform: capitalize;
}

.portlet-body {
    padding-top: 50px;
    padding-bottom: 20px;
    max-width: 100%;
    flex: 1 0 100%;
}

.nav-pills {
    border-bottom: 2px solid #DDD;
    border-radius: 3px;
    padding: 0 15px;
    min-height: 25px;
    flex: 1 0 100%;
    height: 33px;
    flex-wrap: nowrap;
}

    .nav-pills > li > a.active, .nav-tabs > li.active > a:focus, .nav-pills > li.active > a:hover {
        border-width: 0;
    }

    .nav-pills > li > a {
        border: none;
        color: #666;
        position: relative;
        padding: 5px 10px;
        font-weight: 500;
        font-size: 14px;
        display: flex;
        white-space: nowrap;
        text-transform: capitalize;
    }

        .nav-pills > li > a.active, .nav-pills > li > a:hover {
            border: none;
            color: var(--theme-color) !important;
            background: transparent;
        }

        .nav-pills > li > a::after {
            content: "";
            background: var(--theme-color);
            height: 2px;
            position: absolute;
            width: 100%;
            left: 0px;
            bottom: -2px;
            transition: all 250ms ease 0s;
            transform: scale(0);
        }

        .nav-pills > li > a.active::after, .nav-pills > li:hover > a::after {
            transform: scale(1);
        }

.tab-nav > li > a::after {
    background: #21527d none repeat scroll 0% 0%;
    color: #fff;
}

.tab-pane {
    padding: 10px 15px;
}

.portlet-body > .tab-content {
    padding: 5px 10px;
    flex: 1 0 100%;
    max-width: 100%;
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    align-items: center;
}

/*.tab-content div[class*="col-"], .modal-body div[class*="col-"] {
    padding: 0px 5px !important;
}

.tab-content > div.row {
    margin: 0px 0px 0px 0px !important;
    width: 100%;
}

.tab-content a[class="btn"] {
    display: inline-flex;
    height: 36px;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    padding: 0px 20px;
}
*/
.portlet {
    flex: 1 0 100%;
    display: flex;
    max-width: 100%;
}

.pl-0 {
    padding-left: 0 !important;
}

.pl-15, div[class="pl-15"] {
    padding-left: 15px !important;
}

.hide {
    display: none !important;
}

.modal {
    background: #0000006b;
}

.tab-pane > .row {
    margin-right: -5px;
    margin-left: -5px;
}

.content-sub-title {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    height: 25px;
    margin: 0px 0px 25px 0px;
    padding-left: 10px;
    font-weight: 600;
    text-transform: capitalize;
    border-bottom: 1px solid;
    height: 25px;
}

    .content-sub-title .caption {
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }

        .content-sub-title .caption span {
            position: relative;
        }

            .content-sub-title .caption span:after {
                content: '';
                background: #212529;
                position: absolute;
                left: -5px;
                right: -5px;
                height: 3px;
                bottom: -5px;
            }
.modal-body .content-sub-title .caption span:after {
    bottom: 0px;
}


.btn-file {
    position: relative;
    overflow: hidden;
    vertical-align: middle;
}

    .btn-file > input {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        margin: 0;
        font-size: 23px;
        cursor: pointer;
        filter: alpha(opacity=0);
        opacity: 0;
        direction: ltr;
    }

.fileinput {
    display: inline-block;
    margin-bottom: 9px;
}

    .fileinput .form-control {
        display: inline-block;
        padding-top: 7px;
        padding-bottom: 5px;
        margin-bottom: 0;
        vertical-align: middle;
        cursor: text;
    }

    .fileinput .thumbnail {
        display: inline-block;
        margin-bottom: 5px;
        overflow: hidden;
        text-align: center;
        vertical-align: middle;
    }

        .fileinput .thumbnail > img {
            max-height: 100%;
        }

    .fileinput .btn {
        vertical-align: middle;
    }

.fileinput-exists .fileinput-new,
.fileinput-new .fileinput-exists {
    display: none;
}

.fileinput-inline .fileinput-controls {
    display: inline;
}

.fileinput-filename {
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
}

.form-control .fileinput-filename {
    vertical-align: bottom;
}

.fileinput.input-group {
    display: table;
}

    .fileinput.input-group > * {
        position: relative;
        z-index: 2;
    }

    .fileinput.input-group > .btn-file {
        z-index: 1;
    }

.fileinput-new.input-group .btn-file,
.fileinput-new .input-group .btn-file {
    border-radius: 0 4px 4px 0;
}

    .fileinput-new.input-group .btn-file.btn-xs,
    .fileinput-new .input-group .btn-file.btn-xs,
    .fileinput-new.input-group .btn-file.btn-sm,
    .fileinput-new .input-group .btn-file.btn-sm {
        border-radius: 0 3px 3px 0;
    }

    .fileinput-new.input-group .btn-file.btn-lg,
    .fileinput-new .input-group .btn-file.btn-lg {
        border-radius: 0 6px 6px 0;
    }

.form-group.has-warning .fileinput .fileinput-preview {
    color: #8a6d3b;
}

.form-group.has-warning .fileinput .thumbnail {
    border-color: #faebcc;
}

.form-group.has-error .fileinput .fileinput-preview {
    color: #a94442;
}

.form-group.has-error .fileinput .thumbnail {
    border-color: #ebccd1;
}

.form-group.has-success .fileinput .fileinput-preview {
    color: #3c763d;
}

.form-group.has-success .fileinput .thumbnail {
    border-color: #d6e9c6;
}

.input-group-addon:not(:first-child) {
    border-left: 0;
}

.MasterLeft {
    width: calc(30% - 14px);
    margin: 0 7px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.20), 0 0px 4px rgba(0, 0, 0, 0.20);
    transition: width 0.3s ease;
}

.MasterRight {
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.20), 0 0px 4px rgba(0, 0, 0, 0.20);
    margin: 0 7px;
    transition: width 0.3s ease;
    width: calc(70% - 14px);
}

._RoleRightSBox {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    ._RoleRightSBox .MasterLeft {
        width: calc(20% - 14px);
    }

    ._RoleRightSBox .MasterRight {
        width: calc(80% - 14px);
    }

._BoxSizer {
    width: 40px;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    font-size: 22px;
    font-weight: 900;
    color: #fff !important;
    display: none;
}

.MasterRight .nav-pills {
    margin-bottom: 10px;
}

.modal-body > .row > .row {
    margin: 0 !important;
}

    .modal-body > .row > .row.CategoryModel {
        margin-bottom: 15px !important;
    }

body > .dhx_cal_light {
    /*width: inherit;
    position: fixed;
    top: 0 !important;
    right: 0;
    bottom: 0;
    left: 0 !important;
    z-index: 1050;
    display: none;
    background: #0000006b;
    overflow: hidden;
    outline: 0;
    border-radius: 0;
    height: 100vh !important;*/
}

._m0 {
    margin: 0 !important;
}

.tab-content div[class*="col-"]._p0, .modal-body div[class*="col-"]._p0 {
    padding: 0 !important;
}

._tsTBL thead tr th:first-child {
    width: 40px;
    padding: 6px 5px 6px 5px;
}

.auto {
    width: auto;
    padding-left: 5px;
    padding-right: 5px;
}

.actionbtn ul {
    display: flex;
    width: 80px;
    justify-content: space-between;
}

    .actionbtn ul li a.btn {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px;
        width: 36px;
        height: 36px;
    }
/*jquery.scrolling-tabs*/
.scrtabs-tab-container * {
    box-sizing: border-box;
}

.scrtabs-tab-container {
    height: 35px;
    display: flex;
    align-items: center;
}

@media(max-width: 768px) {
    .scrtabs-tab-container {
        margin-left: 0px;
        margin-right: 0px;
    }
}

.scrtabs-tab-container .tab-content {
    clear: left;
}

.scrtabs-tabs-fixed-container {
    float: left;
    height: 35px;
    overflow: hidden;
    width: 100%;
}

.scrtabs-tabs-movable-container {
    position: relative;
}

    .scrtabs-tabs-movable-container .tab-content {
        display: none;
    }

.scrtabs-tab-scroll-arrow {
    border-top: none;
    color: #428bca;
    cursor: pointer;
    float: left;
    font-size: 22px;
    line-height: 35px;
    height: 35px;
    width: 30px;
    text-align: center;
}

    .scrtabs-tab-scroll-arrow:hover {
        background-color: #eeeeee;
    }

.scrtabs-tabs-fixed-container ul.nav-tabs {
    height: 41px;
}

    .scrtabs-tabs-fixed-container ul.nav-tabs > li {
        white-space: nowrap;
    }

.scrtabs-tab-content-outside-movable-container .nav-tabs {
    display: none;
}

.tab-content > .tab-pane {
    max-width: 100%;
    width: 100%;
    flex: 1 0 100%;
}

.select-hidden {
    display: none;
    visibility: hidden;
    padding-right: 10px;
}

ul.dynatree-container {
    padding: 3px 10px !important;
}

    ul.dynatree-container ul {
        background: #ffffff none repeat scroll 0 0 !important;
    }

.isSibNotAllow > label:first-child {
    background: linear-gradient(white, #e3e3e3) !important;
}

/*.isSibSelect {
    position: relative;
}

    .isSibSelect:not(.is-msParent):after {
        content: '\f140';
        font-family: Material Design Icons;
        position: absolute;
        right: 3px;
        top: 0;
        bottom: 0;
        font-size: 18px;
        display: flex;
        align-items: center;
        pointer-events: none;
    }*/
/* Base for label styling */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}

    [type="checkbox"]:not(:checked) + label,
    [type="checkbox"]:checked + label {
        position: relative;
        padding-left: 1.95em;
        cursor: pointer;
        display: inline-flex;
        white-space: nowrap;
        min-width: auto;
        min-height: 20px;
        margin: 0;
        top: 0;
        margin-right: 10px;
        font-weight: 500;
    }

        /* checkbox aspect */
        [type="checkbox"]:not(:checked) + label:before,
        [type="checkbox"]:checked + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 20px;
            height: 20px;
            border: 2px solid #ccc;
            background: #fff;
            border-radius: 4px;
            box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
            box-sizing: border-box;
        }
        /* checked mark aspect */
        [type="checkbox"]:not(:checked) + label:after,
        [type="checkbox"]:checked + label:after {
            content: '✔';
            position: absolute;
            top: 0;
            left: 1px;
            font-size: 15px;
            line-height: 0.8;
            color: #09ad7e;
            transition: all .2s;
            font-family: Helvetica, Arial, sans-serif;
            width: 20px;
            height: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        /* checked mark aspect changes */
        [type="checkbox"]:not(:checked) + label:after {
            opacity: 0;
            transform: scale(0);
        }

        [type="checkbox"]:checked + label:after {
            opacity: 1;
            transform: scale(1);
        }
/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd;
}

[type="checkbox"]:disabled:checked + label:after {
    color: #999;
}

[type="checkbox"]:disabled + label {
    color: #aaa;
}
/* accessibility */
[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
    border: 2px dotted blue;
}

/* hover style just for information */
label:hover:before {
    border: 2px solid #4778d9 !important;
}

/*=== Radio Buttons ===*/
/* Base for label styling */
[type="radio"]:not(:checked),
[type="radio"]:checked {
    position: absolute;
    left: -9999px;
}

    [type="radio"]:not(:checked) + label,
    [type="radio"]:checked + label {
        position: relative;
        padding-left: 1.95em;
        cursor: pointer;
        display: inline-flex;
        min-width: 20px;
        min-height: 20px;
        margin: 0;
        top: 0;
        font-weight: 500;
        line-height: 21px;
        margin-right: 10px;
    }

        /* checkbox aspect */
        [type="radio"]:not(:checked) + label:before,
        [type="radio"]:checked + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 20px;
            height: 20px;
            border: 2px solid #ccc;
            background: #fff;
            border-radius: 20px;
            box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
            box-sizing: border-box;
        }
        /* checked mark aspect */
        [type="radio"]:not(:checked) + label:after,
        [type="radio"]:checked + label:after {
            content: '✔';
            position: absolute;
            top: 0px;
            left: 0px;
            font-size: 14px;
            line-height: 0.8;
            color: #09ad7e;
            transition: all .2s;
            font-family: Helvetica, Arial, sans-serif;
            width: 20px;
            height: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        /* checked mark aspect changes */
        [type="radio"]:not(:checked) + label:after {
            opacity: 0;
            transform: scale(0);
        }

        [type="radio"]:checked + label:after {
            opacity: 1;
            transform: scale(1);
        }
/* disabled checkbox */
[type="radio"]:disabled:not(:checked) + label:before,
[type="radio"]:disabled:checked + label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd;
}

[type="radio"]:disabled:checked + label:after {
    color: #999;
}

[type="radio"]:disabled + label {
    color: #aaa;
}
/* accessibility */
[type="radio"]:checked:focus + label:before,
[type="radio"]:not(:checked):focus + label:before {
    border: 2px dotted blue;
}

/* hover style just for information */
label:hover:before {
    border: 2px solid #4778d9 !important;
}
/*=== ./Radio Buttons ===*/

._UserContent {
    padding: 20px 10px;
}

    ._UserContent .row {
        margin-right: 0;
        margin-left: 0;
    }

._UserLeft {
    width: calc(30% - 14px);
    margin: 0 7px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.20), 0 0px 4px rgba(0, 0, 0, 0.20);
    transition: width 0.3s ease;
    background: #fff;
}

._UserHeading {
    border-bottom: 2px solid #DDD;
    border-radius: 3px;
    padding: 0 15px;
    min-height: 25px;
    flex: 1 0 100%;
    height: 27px;
    flex-wrap: nowrap;
}

    ._UserHeading span {
        border: none;
        color: #666;
        position: relative;
        padding: 2px 10px;
        font-weight: 500;
        font-size: 14px;
        display: inline-flex;
        white-space: nowrap;
    }

        ._UserHeading span:after {
            content: "";
            background: #666;
            height: 2px;
            position: absolute;
            width: 100%;
            left: 0px;
            bottom: -2px;
            transition: all 250ms ease 0s;
            transform: scale(1);
        }

._UserLeft ._UserProImg {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 10px;
    flex: 1;
}

    ._UserLeft ._UserProImg ._UserImg {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 60px;
        height: 60px;
        border-radius: 100% !important;
        margin-right: 15px;
    }

    ._UserLeft ._UserProImg ._UserName {
        display: flex;
        flex: 1 0 80%;
        max-width: 80%;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

        ._UserLeft ._UserProImg ._UserName h5 {
            margin: 0;
            display: flex;
            flex: 1 0 100%;
            max-width: 100%;
            font-size: 16px;
            text-transform: capitalize;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            font-weight: 500;
            margin-bottom: 3px;
        }

        ._UserLeft ._UserProImg ._UserName h6 {
            display: flex;
            flex: 1 0 100%;
            max-width: 100%;
            margin: 0;
            font-size: 14px;
            font-weight: 400;
            text-transform: capitalize;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

            ._UserLeft ._UserProImg ._UserName h6 span {
                font-weight: 500;
                margin-right: 3px;
            }
                ._UserLeft ._UserProImg ._UserName h6 span:first-child {
                    width: 60px;
                }

._UserRight {
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.20), 0 0px 4px rgba(0, 0, 0, 0.20);
    margin: 0 7px;
    transition: width 0.3s ease;
    width: calc(70% - 14px);
}

._UserInfo {
    padding-bottom: 20px;
}

._InfoList {
    padding: 0;
    list-style: none;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

    ._InfoList li {
        flex: 1 0 33.333%;
        max-width: 33.333%;
        display: flex;
        flex-wrap: wrap;
        height: 20px;
        align-items: center;
        padding: 0 5px;
    }
    @media (max-width: 1024px){
        ._InfoList li {
            flex: 1 0 50%;
            max-width: 50%;
        }
    }
@media (max-width: 600px) {
    ._InfoList li {
        flex: 1 0 100%;
        max-width: 100%;
    }
}
        /*._InfoList li:first-child, ._InfoList li:nth-child(2), ._InfoList li:nth-child(3) {
            flex: 1 0 33.333%;
            max-width: 33.333%;
        }
        ._InfoList li:nth-child(6), ._InfoList li:nth-child(9) {
            flex: 1 0 100%;
            max-width: 100%;
        }*/

._InfoList li span {
    flex: 1 0 130px;
    max-width: 130px;
    list-style: none;
    text-align: left;
    display: block;
    box-sizing: border-box;
    line-height: 15px;
    padding: 0 2px;
    background: #fff;
    border: none;
    font-size: 13px;
    text-transform: none;
    margin: 3px 0px 0px 0px;
    color: #7d7d7d;
    position: relative;
    font-weight: 600;
}

            ._InfoList li span::after {
                content: ':';
                position: absolute;
                font-size: 16px;
                right: 10px;
                top: 0;
                bottom: 0;
                display: flex;
                align-items: center;
            }

        ._InfoList li label {
            flex: 1 0 50%;
            max-width: 50%;
            margin: 0;
            line-height: 16px;
            border-bottom: 0px dashed #88888887;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            font-weight: 400;
            text-transform: capitalize;
        }

._aWrap {
    display: flex;
    flex-wrap: wrap;
    cursor: default;
}

._aHeader {
    flex: 1 0 100%;
    max-width: 100%;
    display: flex;
}

._aHlft {
    flex: 1 0 85%;
    max-width: 85%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 21px;
    background: #4bacc6;
    color: #fff;
}

._aHrght {
    flex: 1 0 15%;
    max-width: 15%;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    background: #4bacc6;
    color: #fff;
}

._1aHrow {
    flex: 1 0 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

._2aHrow {
    flex: 1;
}

    ._2aHrow ._ul {
        padding: 0;
        margin: 0;
        list-style: none;
        display: flex;
    }

        ._2aHrow ._ul li {
            flex: 1 0 25%;
            max-width: 25%;
            display: flex;
            justify-content: center;
            font-size: 13px;
            height: 20px;
            align-items: center;
            border: 1px solid #fff;
            border-width: 1px 0px 1px 1px;
            color: #000;
            font-weight: 600;
        }

            ._2aHrow ._ul li:first-child {
                background: #ffd264;
            }

            ._2aHrow ._ul li:nth-child(2) {
                background: #ff9354;
            }

            ._2aHrow ._ul li:nth-child(3) {
                background: #b4d23c;
            }

            ._2aHrow ._ul li:last-child {
                border-right: 1px solid #fff;
                background: #fb6e6e;
            }

._aRowWrap {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
}

._1aRow {
    max-width: 100%;
    flex: 1 0 100%;
    display: flex;
}

._1aC {
    flex: 1 0 100px;
    max-width: 100px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 10px;
    border: 1px solid #fff;
    border-width: 0 1px 1px 0;
    background: #daeef3;
    font-weight: 500;
}

._2aC {
    display: flex;
    flex: 1 0;
    max-width: calc(100% - (100px + 15%));
    flex-wrap: wrap;
    border-right: 1px solid #ddd;
}

._2aRow {
    display: flex;
    flex: 1 0 100%;
    max-width: 100%;
    align-items: center;
    border-bottom: 1px solid #ddd;
    cursor: default;
}

._2aC ._2aRow:first-child {
    background: #daeef3;
}

._3aC {
    display: flex;
    flex: 1 0 15%;
    max-width: 15%;
    border-bottom: 1px solid #ddd;
}

._2aRow ._1aCm {
    display: flex;
    flex: 1 0 3.23%;
    max-width: 3.23%;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #ddd;
    background: #daeef3;
    height: 20px;
    font-size: 13px;
}

    ._2aRow ._1aCm:first-child {
        border-left: 0px solid #ddd;
    }

    ._2aRow ._1aCm:last-child {
        border-right: 1px solid #ddd;
    }

._2aRow ._1aCp {
    display: flex;
    flex: 1 0 3.23%;
    max-width: 3.23%;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #ddd;
    text-transform: capitalize;
    height: 21px;
    font-size: 11px;
    font-weight: 600;
}

    ._2aRow ._1aCp:hover {
        transform: scale(1.2);
    }

    ._2aRow ._1aCp:first-child {
        border-left: 0px solid #ddd;
    }

    ._2aRow ._1aCp:last-child {
        border-right: 0px solid #ddd;
    }

._3aC ._3aCt {
    flex: 1 0 25%;
    max-width: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #ddd;
}

    ._3aC ._3aCt:first-child {
        border-left: 0;
    }

._2aRow ._1aCp._P {
    background: #b4d23c;
}

._2aRow ._1aCp._N {
    background: #edc896;
}

._2aRow ._1aCp._A {
    background: #ff18189c;
    /*color: #fff;*/
}

._2aRow ._1aCp._E {
    background: #ffd264;
}

._aTtlRow {
    flex: 1 0 100%;
    display: flex;
    border-bottom: 2px solid #b1b1b1;
}

    ._aTtlRow ._1aCttl {
        flex: 1 0 85%;
        max-width: 85%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        padding-right: 10px;
        font-weight: 600;
    }

    ._aTtlRow ._2aCttl {
        display: flex;
        flex: 1 0 15%;
        max-width: 15%;
        font-weight: 500;
    }

        ._aTtlRow ._2aCttl ._aTtlC {
            flex: 1 0 25%;
            max-width: 25%;
            display: flex;
            align-items: center;
            justify-content: center;
            border-left: 1px solid #ddd;
        }

._NavList {
    list-style: none;
    padding: 4px 10px 4px 10px;
    margin: 0;
    display: flex;
}

    ._NavList li {
        max-width: 12%;
        flex: 1 0 12%;
        display: flex;
        justify-content: flex-start;
    }

        ._NavList li span {
            max-width: 20px;
            flex: 1 0 20px;
            height: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 8px;
        }

.form-group > .ms-parent {
    width: 100%;
    height: 36px;
}

    .form-group > .ms-parent .ms-choice {
        width: 100% !important;
        height: 36px;
    }

        .form-group > .ms-parent .ms-choice > span {
            flex: 1 0;
            max-width: calc(100%);
            align-items: center;
            text-overflow: ellipsis;
            display: inline-block;
            line-height: 36px;
        }

        .form-group > .ms-parent .ms-choice > div {
            width: 30px;
            height: 30px;
        }

    .form-group > .ms-parent .ms-drop {
        width: auto !important;
        left: 0;
        right: 0;
        z-index: 1020;
    }

        .form-group > .ms-parent .ms-drop ul > li label {
            position: relative;
            margin: 0;
            margin-left: 0;
            font-weight: 500;
            color: #333;
            display: flex;
            padding-left: 30px;
            height: 20px;
            align-items: center;
            white-space: nowrap;
            width: 100%;
        }

._w100p {
    width: 100% !important;
}

.ui-widget.ui-widget-content:not(.ui-slider) {
    position: fixed;
    height: inherit;
    max-height: 100vh;
    border: 0;
    z-index: 999999999999999 !important;
}

body.hasBackdrop {
    overflow: hidden;
}

.ui-menu .ui-menu-item {
    list-style-image: none;
    padding: 0px;
    font-size: 13px;
    text-transform: capitalize;
}

.ui-widget-content:not(.ui-slider) a {
    display: flex;
    padding: 5px;
  
    font-size: 13px;
    font-weight: 400;
    text-transform: capitalize;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
    border: 0;
}

.modal-content .modal-header {
    border-bottom: 0px double #2196f3;
    padding-top: 8px;
    padding-right: 15px;
    padding-bottom: 8px;
    padding-left: 15px;
    position: relative;
    font-size: 15px;
    background: var(--theme-background);
    color: #fff;
}

div[class*="col-"] .btn.isIcon {
    display: inline-flex;
    align-items: center;
}


.form-group .btn.btn-sm.isIcon,
div[class*="col-"] .btn.btn-sm.isIcon {
    padding: 5px 15px;
}

div[class*="col-"] .btn.isIcon span.mdi,
div[class*="col-"] .btn.isIcon i.mdi,
div[class*="col-"] .btn.isIcon span.fa,
.form-group .btn.isIcon i.fa,
.form-group .btn.isIcon span.mdi,
.form-group .btn.isIcon i.mdi,
.form-group .btn.isIcon span.fa,
.form-group .btn.isIcon i.fa,
.auto .btn.isIcon i.mdi {
    margin-right: 5px;
    font-size: 13px;
}

.dropdown-toggle {
    padding-right: 25px;
}

.dropdown-menu .dropdown-item {
    font-size: 14px;
    display: flex;
    align-items: center;
    padding: 0.3rem 1rem;
}

    .dropdown-menu .dropdown-item > i {
        font-size: 18px;
        margin-right: 10px;
    }

    .dropdown-menu .dropdown-item:first-child {
        color: #2196F3;
    }

    .dropdown-menu .dropdown-item:nth-child(2) {
        color: #0ec704;
    }

    .dropdown-menu .dropdown-item:last-child {
        color: var(--theme-background);
    }

.btnExport .dropdown-toggle::after {
    display: none;
}

.w100 {
    display: flex;
    align-items: center;
}

.jstRgt {
    justify-content: flex-end;
}

.FeeCardWrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.FeeCard {
    width: calc(100% / 3 - 20px);
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    padding: 0px;
    margin: 0 10px;
    margin-bottom: 20px;
    box-shadow: 0 0px 2px 0 rgba(0, 0, 0, 0.20), 0 0px 2px 0 rgba(0, 0, 0, 0.20);
}

    .FeeCard > .FeeCardHeader {
        flex: 1 0 100%;
        padding: 5px 10px;
        background: #e91e63;
        color: #fff;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .FeeCard > .FeeCardHeader > .FeeCardDel {
            width: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

    .FeeCard > .FeeCardBody {
        height: calc(100% - 60px);
        margin: 0;
        list-style: none;
        padding: 10px;
        width: 100%;
    }

        .FeeCard > .FeeCardBody > li,
        .FeeCard > .FeeCardFooter > li {
            display: flex;
        }

            .FeeCard > .FeeCardBody > li ._1st,
            .FeeCard > .FeeCardFooter > li ._1st {
                max-width: 70%;
                flex: 2 0 70%;
                font-weight: 500;
                position: relative;
            }

                .FeeCard > .FeeCardBody > li ._1st:after,
                .FeeCard > .FeeCardFooter > li ._1st:after {
                    content: ':';
                    position: absolute;
                    right: 5px;
                    top: 0;
                    bottom: 0;
                    font-size: 14px;
                    font-weight: 600;
                    display: flex;
                    align-items: center;
                }

            .FeeCard > .FeeCardBody > li ._2st,
            .FeeCard > .FeeCardFooter > li ._2st {
                max-width: 30%;
                flex: 2 0 30%;
            }

    .FeeCard > .FeeCardFooter {
        margin: 0;
        list-style: none;
        padding: 00px 10px;
        width: 100%;
        height: 30px;
    }

.QueWrap {
    flex-wrap: wrap;
    display: flex;
    padding: 5px;
}

.QueBoxHolder {
    padding-left: 5px;
    padding-right: 5px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex: 1 0 100%;
    max-width: 100%;
}

.QueBox {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex: 1 0 100%;
    max-width: 100%;
    margin-bottom: 15px;
    clear: both;
    border: 1px solid #2196f3;
}

    .QueBox .QueBoxTtl {
        flex: 1 0 100%;
        max-width: 100%;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: #2196F3;
        color: #fff;
        padding: 2px 10px;
        min-height: 35px;
    }

        .QueBox .QueBoxTtl .actions .btn {
            padding: 3px 10px;
            background: transparent;
            border: 1px solid #fff;
        }

    .QueBox .QueBoxBody {
        display: flex;
        flex: 1 0 100%;
        max-width: 100%;
    }

        .QueBox .QueBoxBody .QueBoxContent {
            flex: 1 0 100%;
            max-width: 100%;
            padding: 5px;
        }

.QueBoxContent [type="radio"]:not(:checked) + label, .QueBoxContent [type="radio"]:checked + label {
    margin-bottom: 10px;
}

.form-group select.form-control {
    padding-right: 15px;
}

a:not([href]):not([tabindex]).btn {
    color: #fff;
}

.txtb {
    border: 0px solid #e6e9ee !important;
    border-bottom: 1px solid #757575 !important;
    background: transparent !important;
    color: #757575 !important;
    height: 25px;
}

.contain {
    background: transparent !important;
    color: #757575 !important;
}

.newest, .older {
    margin-right: 0 !important;
}

.btn.btn-fab.btnCollaSubMenu {
    text-decoration: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    color: #fff;
    float: left;
    height: 50px;
    width: auto;
    margin: 0;
}

.btn.btn-fab.btnCollaSubMenu {
    display: none;
}

._NoticeRow {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 5px 10px;
    margin-bottom: 5px;
    box-shadow: 0 1px 7px -3px #757575;
    position: relative;
}

    ._NoticeRow ._NoticeImg {
        max-width: 60px;
        height: 60px;
        border-radius: 50%;
        overflow: hidden;
        flex: 1 0 60px;
        display: flex;
    }

        ._NoticeRow ._NoticeImg img {
            max-width: 100%;
        }

._NoticeRgt {
    flex: 1 0 93%;
    max-width: 93%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-left: 20px;
}

._NoticeName {
    font-size: 14px;
    font-weight: 500;
    flex: 1 0 100%;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

._NoticeText {
    flex: 1 0 100%;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 400;
}

._NoticeAct {
    flex: 1 0 100%;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 12px;
    font-weight: 400;
}

._nDel {
    cursor: pointer;
    position: absolute;
    right: 0px;
    width: 30px;
    top: 0;
    bottom: 0;
    display: flex;
    font-size: 22px;
    align-items: center;
    justify-content: center;
    color: #fd0000;
}

._nEdit {
    cursor: pointer;
    position: absolute;
    right: 30px;
    width: 30px;
    top: 6px;
    bottom: 0;
    display: flex;
    font-size: 22px;
    align-items: center;
    justify-content: center;
    color: #222;
}

/*div[class*="col-"] .btn {
    margin-bottom: 15px;
}

.form-group .btn {
    margin-bottom: 0 !important;
}*/

.FeeInstallTable {
    max-width: 100%;
    overflow: auto;
    padding: 5px;
    padding-bottom: 15px;
}

table.tblFeeInstall > thead > tr > th {
    background-image: none;
    padding: 6px 5px;
    text-align: center;
}

table.tblFeeInstall > tbody > tr.isColspan > td {
    text-align: center;
    font-weight: 600;
    font-size: 15px;
    background: #b3eae5e0;
    color: #004c45;
}

table.tblFeeInstall > tbody > tr > td input.form-control {
    border-radius: 0;
    border-color: #6dd6cc75;
    background: #fff;
}

table.tblFeeInstall > tbody > tr > td:not(:first-child) {
    background: #6dd6cc1a;
}

.DocsColWrap {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
}

    .DocsColWrap .DocsFileCol {
        width: auto;
        display: inline-flex;
        height: 200px;
        max-width: 200px;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

        .DocsColWrap .DocsFileCol .DocsHolder {
            max-width: 100%;
            flex: 1 0 100%;
            display: flex;
            align-items: center;
            height: 150px;
            justify-content: center;
            overflow: hidden;
        }

            .DocsColWrap .DocsFileCol .DocsHolder img {
                width: 100%;
                max-width: 100%;
            }

        .DocsColWrap .DocsFileCol .DocsName {
            flex: 1 0 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 0px 10px;
        }

            .DocsColWrap .DocsFileCol .DocsName label {
                margin: 0;
            }

            .DocsColWrap .DocsFileCol .DocsName a {
                width: 30px;
                height: 30px;
                display: flex;
                align-items: center;
                justify-content: center;
                font-size: 20px;
            }

li.divider {
    position: relative;
    display: block;
    height: 1px;
    margin: 8px 0;
    padding: 0;
    overflow: hidden;
    background-color: #bdbdbd;
}

.sidebar-nav .nav-menu li:hover > a.HoverNone, .sidebar-nav .nav-menu > a.HoverNone:hover {
    color: #fff;
    background-color: transparent;
}

/********************* Assignment Tab ********/
/*.BtnPlus {
    width: 30px;
    height: 30px;
    display: block;
    float: right;
    text-align: center;
    padding: 0;
    border-radius: 50%;
    font-size: 20px;
    line-height: 25px;
    color: #fff;
}

.BtnBack {
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    top: 5px;
    left: 5px;
    text-align: center;
    padding: 0;
    border-radius: 50%;
    font-size: 20px;
    line-height: 25px;
    color: #fff;
}
    */
.TabBody ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .TabBody ul li {
        width: 100%;
        height: 50px;
        padding: 4px 15px;
        margin: 4px 0px;
        margin-bottom: 15px;
        color: #000000;
        background: rgba(255, 255, 255, 0.36);
        border-bottom: 0px solid #c5c5c5;
        box-shadow: 0 3px 20px 1px #c5c5c5;
        display: flex;
        align-items: center;
    }

.Tablft {
    max-width: 70%;
    float: left;
    overflow: hidden;
    flex: 1 0 70%;
}

.Tabrgt {
    max-width: 30%;
    float: left;
    flex: 1 0 30%;
}

.Tablft span {
    display: block;
}

.Tabrgt span {
    display: block;
    text-align: right;
}

.Tablft span:nth-of-type(1) {
    font-size: 13px;
    line-height: 20px;
}

.Tablft span:nth-of-type(2) {
    font-size: 12px;
    line-height: 15px;
    color: #8c8c8c;
}

.Tabrgt span:nth-of-type(1) {
    font-size: 13px;
    line-height: 20px;
}

.Tabrgt span:nth-of-type(2) {
    font-size: 12px;
    line-height: 15px;
    color: #757575;
}

.AssDtlBody {
    padding: 0 10px;
    height: 100%;
    background: #fff;
}

    .AssDtlBody ul {
        margin: 0;
    }

        .AssDtlBody ul li {
            padding: 5px 0;
            color: #212121;
            font-weight: 500;
            letter-spacing: 0.5px;
        }

            .AssDtlBody ul li:nth-of-type(1) {
                font-weight: 500;
                letter-spacing: 0.6px;
                color: #212121;
                padding-top: 10px;
            }

            .AssDtlBody ul li:nth-of-type(2) {
                letter-spacing: 0.6px;
                font-weight: 500;
                color: #868686;
            }

            .AssDtlBody ul li:nth-of-type(3) {
                font-weight: 500;
                letter-spacing: 0.6px;
            }

            .AssDtlBody ul li:nth-of-type(4) {
                font-weight: 500;
                letter-spacing: 0.6px;
            }

            .AssDtlBody ul li.EptyRow {
                height: 30px;
            }

        .AssDtlBody ul.SecondUl .SecHeading {
            color: #1e82b4;
            border-bottom: 1px solid #1e82b4;
            padding: 2px 0;
        }

.SecondUl li span {
    color: #575757;
}

.SecondUl li .select-wrapper input.select-dropdown {
    color: #212121;
    font-size: 15px;
}

.SecondUl li inputinput[type=text]:focus {
    border-bottom: 1px solid #00695c;
    box-shadow: none;
}

/*Notes_page Start*/
.Note_contentM {
    height: auto;
    color: #757575;
    font-size: 14px;
    padding: 2px 8px;
    border-bottom: 3px double #757575;
    font-weight: 500;
    padding-right: 35px;
    text-transform: capitalize;
}

.Note_haeding {
    width: 100%;
    height: 4px;
    text-align: center;
    margin-top: 5px;
}

.NoticeDeleBtn {
    width: 23px;
    height: 23px;
    position: absolute;
    display: flex;
    top: 5px;
    right: 3px;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    color: #757575;
}

.NoticeDownBtn {
    width: 23px;
    height: 23px;
    position: absolute;
    display: flex;
    top: 5px;
    right: 25px;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    color: #757575;
}

.Note_bg {
    background: #fff;
    position: relative;
    margin-top: 10px;
    box-shadow: 0 0 20px -4px #9c9c9c;
}

.Note_contentD {
    width: 100%;
    padding: 5px;
    color: #655f5f;
    border-top: 2px solid rgba(245, 245, 245, 0.24);
    display: flex;
    flex-wrap: wrap;
}

    .Note_contentD span:nth-of-type(1) {
        font-size: 14px;
        color: #000;
        flex: 1 0 100%;
        text-transform: capitalize;
    }

    .Note_contentD span:nth-of-type(2) {
        font-size: 12px;
        color: #03A9F4;
        padding-left: 5px;
        text-transform: capitalize;
    }

    .Note_contentD span:nth-of-type(3) {
        font-size: 12px;
        color: #797878;
        padding-left: 5px;
    }
/*Notes_page End*/
.bg-green-turquoise {
    background: #36D7B7 !important;
}

.bg-yellow-soft {
    background: #c8d046 !important;
}

.bg-yellow-casablanca {
    background: #f2784b !important;
}

.bg-blue-steel {
    background: #4B77BE !important;
}

.bg-yellow-crusta {
    background: #f3c200 !important;
}

._ImgWrap {
    display: flex;
    height: 140px;
    align-items: center;
    background: #e91e63;
    padding: 0 20px;
    background-image: url('../../StudentAndroidApp/images/InfoBg.jpeg');
    background-size: 100%;
    box-shadow: inset 0 0 151px 2px black;
}

._Img {
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 5px;
}

._ImgWrap p {
    margin: 0;
    color: #fff;
    padding-left: 10px;
    font-size: 18px;
    text-align: center;
}

#SchoolInfo ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

    #SchoolInfo ul li.school_li {
        position: relative;
        padding: 10px 0;
        padding-left: 45px;
        display: flex;
        flex-wrap: wrap;
        min-height: 50px;
        align-items: center;
    }

        #SchoolInfo ul li.school_li::after {
            content: '';
            background: #ccc;
            height: 1px;
            position: absolute;
            left: 45px;
            right: 10px;
            bottom: 0;
        }

        #SchoolInfo ul li.school_li i {
            position: absolute;
            left: 10px;
            font-size: 20px;
            color: #757575;
            top: 0;
            bottom: 0;
            display: flex;
            align-items: center;
        }

        #SchoolInfo ul li.school_li span._1 {
            display: flex;
            flex: 1 0 100%;
            font-size: 12px;
            font-weight: 600;
            color: #000;
        }

        #SchoolInfo ul li.school_li span._2 {
            display: flex;
            flex: 1 0 100%;
            color: #757575;
        }

.form-group input[type="password"] {
    padding-right: 35px;
}

.form-group ._SHPass {
    position: absolute;
    right: 5px;
    top: 0;
    bottom: 0;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #757575;
    transition: all 0.3s ease;
}

.sidebar-nav .nav-menu li a.HoverNone, .sidebar-nav .nav-menu li a.HoverNone:hover {
    background: #fff;
    color: #757575;
}

.red {
    background-color: #F44336 !important
}

.DpPhoto img {
    max-width: 80%;
    border-radius: 10px;
}

.DpPhoto {
    border-radius: 0 !important;
}

.portlet-title .btn {
    margin-bottom: 0px !important;
}

._mb10 {
    margin-bottom: 10px;
}

.subTblW {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
    margin-bottom: 5px;
}

.subTblH {
    font-weight: 500;
    font-size: 15px;
}

.ImgAlbum {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 10px;
}

    .ImgAlbum .Albumwraper {
        flex: 0 0 100%;
        display: flex;
        flex-wrap: wrap;
    }

        .ImgAlbum .Albumwraper .AlbumCol {
            padding: 8px 5px;
            width: 200px;
            height: 200px;
            margin: 3px;
            text-align: center;
        }

            .ImgAlbum .Albumwraper .AlbumCol ._wraper {
                width: 150px;
                height: 150px;
                position: relative;
            }

                .ImgAlbum .Albumwraper .AlbumCol ._wraper ._Lay1 {
                    width: 150px;
                    height: 150px;
                    border: 1px solid #11739b;
                    ;
                    position: absolute;
                    left: 1px;
                    top: 1px;
                    background: #fff;
                    z-index: 3;
                    overflow: hidden;
                }

                .ImgAlbum .Albumwraper .AlbumCol ._wraper ._Lay2 {
                    width: 150px;
                    height: 150px;
                    border: 1px solid #11739b;
                    ;
                    position: absolute;
                    left: 3px;
                    top: 3px;
                    background: #fff;
                    z-index: 2;
                }

                .ImgAlbum .Albumwraper .AlbumCol ._wraper ._Lay3 {
                    width: 150px;
                    height: 150px;
                    border: 1px solid #11739b;
                    ;
                    position: absolute;
                    left: 5px;
                    top: 5px;
                    background: #fff;
                    z-index: 1;
                }

                .ImgAlbum .Albumwraper .AlbumCol ._wraper._Add ._Lay1, .ImgAlbum .Albumwraper .AlbumCol ._wraper._Add ._Lay2, .ImgAlbum .Albumwraper .AlbumCol ._wraper._Add ._Lay3 {
                    border-color: #03A9F4;
                }

                    .ImgAlbum .Albumwraper .AlbumCol ._wraper._Add ._Lay1:after {
                        content: '+';
                        position: absolute;
                        color: #03A9F4;
                        font-size: 30px;
                        line-height: 10px;
                        top: 0;
                        left: 0;
                        right: 0;
                        bottom: 0;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                    }

                    .ImgAlbum .Albumwraper .AlbumCol ._wraper._Add ._Lay2 span {
                        color: #03A9F4;
                    }

                    .ImgAlbum .Albumwraper .AlbumCol ._wraper._Add ._Lay2 span, .ImgAlbum .Albumwraper .AlbumCol ._wraper ._Lay2 span {
                        position: absolute;
                        bottom: -30px;
                        font-size: 14px;
                        font-weight: 500;
                        left: 0;
                        right: 0;
                    }

._Lay1 img {
    height: 100%;
    width: 100%;
}

._MDIBELL {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 50px;
    height: 50px;
    color: #2ca8ff !important;
    z-index: 999;
    font-size: 30px;
    line-height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    ._MDIBELL span {
        position: absolute;
        bottom: 0;
        font-size: 12px;
        font-weight: 500;
        width: 50px;
        border-radius: 100%;
        top: 0;
        height: 50px;
        right: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 1065;
        color: #fff;
    }

.auto {
    position: relative;
    min-height: 36px;
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
    flex-wrap: wrap;
}

.alert-box .alert {
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
    height: 35px;
    border-radius: 0.1875rem;
    display: flex;
    align-items: center;
    padding-right: 2rem;
    max-width: 100%;
    flex: 1 0 100%;
    margin-left: 15px;
}

.alert-box .alert-dismissible .close {
    padding: 0;
    position: absolute;
    margin: 0;
    height: 35px;
    top: 0;
    bottom: 0;
    right: 0;
    width: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

._log {
    display: none;
}

._cpy {
    position: fixed;
    bottom: 0;
    margin: 0;
    left: 0;
    right: 0;
    text-align: center;
    z-index:9999;
}

.MainSection {
    position: relative;
}

._cpy > span > a {
    padding: 0 15px;
    color: #fff !important;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}

    ._cpy > span > a:last-child {
        /*background: #e48800;*/
        border-radius: 20px 20px 0px 0px;
        padding: 0px 15px;
        text-decoration: underline !important;
        /*text-shadow: 1px 2px 2px #402600;
        box-shadow: 0 0 10px -2px #ffa013;*/
    }

._cpy > span {
    position: relative;
    display: block;
    padding: 0px 0px;
}

    ._cpy > span:before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        background: var(--theme-background);
        z-index: 0;
        pointer-events: none;
        border-radius: 15px 15px 0px 0px;
    }

._cpy > a > span {
    z-index: 1;
}

@media (min-width: 768px) {
    ._cpy > span {
        display: flex;
        justify-content: flex-end;
    }

        ._cpy > span > a {
            margin: 0 15px;
        }
}

.sidebar-nav .nav-menu li > ul > li._imp, .sidebar-nav .nav-menu li._imp {
    position: relative;
}

    .sidebar-nav .nav-menu li > ul > li._imp:before, .sidebar-nav .nav-menu li._imp:before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: 1px;
        top: 1px;
        background: #4CAF50;
        opacity: 0.4;
        max-height: 38px;
    }

    .sidebar-nav .nav-menu li > ul > li._imp > a, .sidebar-nav .nav-menu li._imp > a {
        color: #4CAF50;
    }

        .sidebar-nav .nav-menu li > ul > li._imp > a:after, .sidebar-nav .nav-menu li._imp > a:after {
            border-color: #4CAF50;
        }

    .sidebar-nav .nav-menu li._imp a > i {
        background: #b7dfb9;
    }

.sidebar-nav .nav-menu li.disabled {
    position: relative;
}

    .sidebar-nav .nav-menu li.disabled a {
        color: #ddd;
    }

        .sidebar-nav .nav-menu li.disabled a > i {
            color: #666;
            background: #ddd;
        }

hr._ghfdf {
    position: relative;
}

    hr._ghfdf::after {
        content: attr(data-lbl);
        position: absolute;
        top: -10px;
        font-weight: 500;
        left: 20px;
        line-height: 20px;
        text-transform: capitalize;
        background: #fff;
        padding: 0 5px;
    }

._alrt {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .125rem;
    color: #02587f;
    background-color: #cdeefd;
    border-color: #b8e7fc;
}

    ._alrt h6 {
        color: inherit;
        text-transform: capitalize;
    }

    ._alrt ul {
        margin-bottom: 0;
        padding-left: 20px;
        list-style: decimal;
    }

    ._alrt li {
        color: inherit;
        font-size: 12px;
    }

.modal-title {
    text-transform: capitalize;
    font-weight: 400;
    font-size: 16px;
}

/*.sidebar-nav .nav-menu > li > a {
    width: 98%;
    border-radius: 0px 3px 3px 0px;
}*/

.sidebar-nav .nav-menu li a > i {
    background: none !important;
}

.nav-second-level {
    width: 98%;
    border-radius: 0px 0px 3px 0px;
    overflow: hidden;
}

    .nav-second-level.act2nd {
        background: var(--theme-bg-sub-menu);
    }

.sidebar-nav .nav-menu > li.Has2nd.is2nd > a {
    border-radius: 0px 3px 0px 0px;
}

.modal .modal-header .close {
    color: #fff;
    width: 40px;
    height: 40px;
    right: 0;
    font-size: 20px;
    opacity: 1;
    cursor: pointer;
}

.toast-noti {
    display: flex;
    position: fixed;
    align-items: flex-start;
    justify-content: space-around;
    padding: 12px 20px;
    transition: all 1s cubic-bezier(.25, .8, .25, 1);
    background: #34495e;
    bottom: -200px;
    /*left: 50%;
    transform: translate(-50%, -50%);*/
    pointer-events: none;
    color: #fff;
    border-radius: 3px;
    box-shadow: 0 3px 13px -2px #00000052;
    max-width: 400px;
    z-index: 9999999999999999;
}

@-webkit-keyframes _tostShow {
    0% {
        opacity: 1;
        bottom: -100px;
    }

    100% {
        opacity: 1;
        bottom: 0px;
    }
}

@-webkit-keyframes _tostClose {
    0% {
        opacity: 1;
        bottom: 0px;
    }

    100% {
        opacity: 0;
        bottom: -100px;
    }
}

.toast-icon {
    padding: 0;
    display: flex;
    width: 30px;
    height: 30px;
    font-size: 26px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    /*box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);*/
}

.tost-success {
    background: #2ecc71;
}

    .tost-success .toast-icon {
        background: #2ecc71;
        color: #FFF;
    }

.tost-warning {
    background: #f1c40f;
}

    .tost-warning .toast-icon {
        background: #f1c40f;
        color: #fff;
    }

.tost-error {
    background: #e74c3c;
}

    .tost-error .toast-icon {
        background: #e74c3c;
        color: #fff;
    }

.tost-heart {
    background: #9C27B0;
}

    .tost-heart .toast-icon {
        background: #9C27B0;
        color: #fff;
    }

.tost-sad {
    background: #03a9f4;
}

    .tost-sad .toast-icon {
        background: #03a9f4;
        color: #fff;
    }

.toast-text {
    padding: 0 10px;
    font-size: 16px;
    line-height: 20px;
    min-height: 30px;
    display: flex;
    align-items: center;
}

body:not(._dtp) .form-group.isCheckbox {
    flex-wrap: wrap;
}

    body:not(._dtp) .form-group.isCheckbox label {
        margin-bottom: 8px;
        font-weight: 500;
    }

.auto > .form-group {
    margin-bottom: 0 !important;
}

.row .alert {
    max-width: 100%;
    flex: 1 0 100%;
}

.textarea-editor {
    height: 100%;
    width: 100%;
    max-width: 100%;
    resize: none;
    border: 1px solid #acc4d8;
    padding: 10px;
}

.text-over-elip {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

#page_navigation {
    display: flex;
    justify-content: center;
    padding: 5px 0px;
}

    #page_navigation > a {
        display: flex;
        padding: 2px 5px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        height: 28px;
        width: 28px;
        align-items: center;
        justify-content: center;
        border-radius: 2px;
        background: #2196F3;
        color: #fff;
        margin: 0 3px;
        box-shadow: 0px 0px 0px 0px #0078d8;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        #page_navigation > a.currentPageButton,
        #page_navigation > a:hover {
            box-shadow: 0px 2px 7px -1px #0078d8;
            background: #0776ce;
        }

.sidebar-back-drop {
    position: fixed;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background: #000;
    z-index: 1019;
    opacity: 0;
    display: none;
}

.isMenu + .sidebar-back-drop {
    display: block;
}

.modal-xl {
    padding: 0 15px
}

@media(min-width: 768px) {
    .modal-xl {
        max-width: 92%;
        padding: 0 15px
    }
}

.presi-img {
    float: left;
    margin: 0 10px 10px 0;
}

    .presi-img img {
        max-width: 130px;
        border: 2px solid #fff;
        box-shadow: 0 0 15px -4px #5a5a5a;
        border-radius: 2px;
    }

.render * {
    background: transparent !important;
}

.render {
    padding: 10px;
}

.ticket-list {
    display: flex;
    flex-wrap: wrap;
}

    .ticket-list .ticket-list-box {
        max-width: 50%;
        flex: 1 0 50%;
        margin-bottom: 14px;
        padding: 0px 7px;
        display: flex;
    }

        .ticket-list .ticket-list-box .ticket-list-box-content {
            max-width: 100%;
            flex: 1 0 100%;
            display: flex;
            flex-wrap: wrap;
            box-shadow: 0 0px 5px rgba(0, 0, 0, 0.20), 0 0px 4px rgba(0, 0, 0, 0.20);
            border-radius: 2px;
            transition: all 0.3s ease;
        }

            .ticket-list .ticket-list-box .ticket-list-box-content:hover {
                box-shadow: 0 0px 7px rgba(0, 0, 0, 0.33);
            }

            .ticket-list .ticket-list-box .ticket-list-box-content .tlbc-header {
                max-width: 100%;
                flex: 1 0 100%;
                display: flex;
                justify-content: space-between;
                align-items: center;
                padding: 3px 10px 0px;
                border-bottom: 2px solid #DDD;
            }

                .ticket-list .ticket-list-box .ticket-list-box-content .tlbc-header > label {
                    border: none;
                    color: #666;
                    position: relative;
                    padding: 2px 10px;
                    font-weight: 500;
                    font-size: 14px;
                    display: inline-flex;
                    white-space: nowrap;
                    margin: 0px;
                }

                    .ticket-list .ticket-list-box .ticket-list-box-content .tlbc-header > label:after {
                        content: "";
                        background: #666;
                        height: 2px;
                        position: absolute;
                        width: 100%;
                        left: 0px;
                        bottom: -2px;
                        transition: all 250ms ease 0s;
                        transform: scale(1);
                    }

                    .ticket-list .ticket-list-box .ticket-list-box-content .tlbc-header > label > span:before {
                        content: ':';
                        padding: 0 6px;
                        font-weight: 600;
                    }

                    .ticket-list .ticket-list-box .ticket-list-box-content .tlbc-header > label > span {
                        position: relative;
                        display: flex;
                        align-items: center;
                        font-weight: 400;
                    }

            .ticket-list .ticket-list-box .ticket-list-box-content .tlbc-body {
                max-width: 100%;
                flex: 1 0 100%;
                display: flex;
            }

                .ticket-list .ticket-list-box .ticket-list-box-content .tlbc-body .tlbc-body-inner {
                    max-width: 100%;
                    flex: 1 0 100%;
                    display: flex;
                    flex-wrap: wrap;
                    padding: 15px;
                }

                    .ticket-list .ticket-list-box .ticket-list-box-content .tlbc-body .tlbc-body-inner .tlbc-bi-row {
                        max-width: 100%;
                        flex: 1 0 100%;
                    }

                        .ticket-list .ticket-list-box .ticket-list-box-content .tlbc-body .tlbc-body-inner .tlbc-bi-row:not(:last-child) {
                            padding-bottom: 6px;
                            margin-bottom: 2px;
                            border-bottom: 1px solid #ddd;
                            display: flex;
                        }

                        .ticket-list .ticket-list-box .ticket-list-box-content .tlbc-body .tlbc-body-inner .tlbc-bi-row > label {
                            margin: 0;
                            font-weight: 500;
                            display: block;
                        }

                        .ticket-list .ticket-list-box .ticket-list-box-content .tlbc-body .tlbc-body-inner .tlbc-bi-row > p {
                            margin: 0;
                            line-height: 18px;
                            margin-left: 8px;
                        }

                        .ticket-list .ticket-list-box .ticket-list-box-content .tlbc-body .tlbc-body-inner .tlbc-bi-row > .tlbc-body-inner-list {
                            padding: 0;
                            list-style: none;
                            margin: 0;
                            display: flex;
                            flex-wrap: wrap
                        }

                            .ticket-list .ticket-list-box .ticket-list-box-content .tlbc-body .tlbc-body-inner .tlbc-bi-row > .tlbc-body-inner-list > li {
                                max-width: 50%;
                                flex: 1 0 50%;
                                display: flex;
                                align-items: flex-start;
                                padding: 0 5px 3px;
                                border-bottom: 1px solid #ddd;
                                margin-bottom: 8px;
                            }

                                .ticket-list .ticket-list-box .ticket-list-box-content .tlbc-body .tlbc-body-inner .tlbc-bi-row > .tlbc-body-inner-list > li:last-child {
                                    max-width: 100%;
                                    flex: 1 0 100%;
                                    margin: 0;
                                    border: 0;
                                }

                                .ticket-list .ticket-list-box .ticket-list-box-content .tlbc-body .tlbc-body-inner .tlbc-bi-row > .tlbc-body-inner-list > li > label {
                                    margin: 0;
                                    font-weight: 500;
                                    padding-right: 15px;
                                    position: relative;
                                    min-width: 110px;
                                }

                                    .ticket-list .ticket-list-box .ticket-list-box-content .tlbc-body .tlbc-body-inner .tlbc-bi-row > .tlbc-body-inner-list > li > label:after {
                                        content: ':';
                                        position: absolute;
                                        right: 6px;
                                        font-weight: 600;
                                    }

                                .ticket-list .ticket-list-box .ticket-list-box-content .tlbc-body .tlbc-body-inner .tlbc-bi-row > .tlbc-body-inner-list > li > span {
                                }

            .ticket-list .ticket-list-box .ticket-list-box-content .tlbc-footer {
                max-width: 100%;
                flex: 1 0 100%;
                display: flex;
                justify-content: space-between;
                padding: 4px 15px;
                align-items: center;
                border-top: 2px solid #ddd;
            }

                .ticket-list .ticket-list-box .ticket-list-box-content .tlbc-footer > label {
                    margin: 0;
                    display: flex;
                    align-items: center;
                    font-weight: 500;
                }

                    .ticket-list .ticket-list-box .ticket-list-box-content .tlbc-footer > label > span {
                        display: flex;
                        margin-left: 6px;
                        padding: 2px 10px;
                        line-height: 18px;
                        border-radius: 2px;
                    }

                        .ticket-list .ticket-list-box .ticket-list-box-content .tlbc-footer > label > span.status-pending {
                            background: #ffe9c9;
                            color: #FF9800;
                            border: 1px solid #ffbe5f;
                        }

                        .ticket-list .ticket-list-box .ticket-list-box-content .tlbc-footer > label > span.status-close {
                            background: #fdd7d4;
                            color: #F44336;
                            border: 1px solid #f88981;
                        }

                        .ticket-list .ticket-list-box .ticket-list-box-content .tlbc-footer > label > span.status-open {
                            background: #d9eeda;
                            color: #4CAF50;
                            border: 1px solid #8ecd91;
                        }

                .ticket-list .ticket-list-box .ticket-list-box-content .tlbc-footer > .tlbc-select-wrap {
                    display: flex;
                    position: relative;
                }

                    .ticket-list .ticket-list-box .ticket-list-box-content .tlbc-footer > .tlbc-select-wrap:after {
                        content: '';
                        position: absolute;
                        display: flex;
                        width: 0;
                        height: 0;
                        border: 4px solid #000;
                        border-color: #000 #0000 #0000 #0000;
                        top: 12px;
                        right: 3px;
                    }

                    .ticket-list .ticket-list-box .ticket-list-box-content .tlbc-footer > .tlbc-select-wrap > select {
                        display: flex;
                        background: none !important;
                        padding: 3px 8px;
                        padding-right: 15px;
                        border: 1px solid transparent;
                        text-align: right;
                    }

                        .ticket-list .ticket-list-box .ticket-list-box-content .tlbc-footer > .tlbc-select-wrap > select:hover {
                            border-color: #2196f39c;
                        }

                .ticket-list .ticket-list-box .ticket-list-box-content .tlbc-footer > button {
                    border: 1px solid #2196f39c;
                    color: #2196F3;
                    position: relative;
                    padding: 2px 10px;
                    font-weight: 500;
                    font-size: 14px;
                    display: inline-flex;
                    white-space: nowrap;
                    background: transparent;
                    border-radius: 2px;
                    transition: all 0.3s ease;
                }

                    .ticket-list .ticket-list-box .ticket-list-box-content .tlbc-footer > button:hover,
                    .ticket-list .ticket-list-box .ticket-list-box-content .tlbc-footer > button:active,
                    .ticket-list .ticket-list-box .ticket-list-box-content .tlbc-footer > button:focus {
                        background: #2196f338;
                        box-shadow: 0 0 6px -2px #0171cad1;
                    }

.comment-list {
    margin: 0;
    padding: 0px 0px;
    list-style: none;
    border: 1px solid #ddd;
    border-radius: 2px;
}

    .comment-list li:not(.comment-list-title) {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        padding: 3px 15px;
        position: relative;
        margin-bottom: 8px;
    }

        .comment-list li:not(.comment-list-title) > span {
            font-size: 14px;
            font-weight: 500;
            line-height: 20px;
            max-width: 100%;
            flex: 1 0 100%;
            display: flex;
            justify-content: space-between;
        }


    .comment-list li.comment-list-title {
        padding: 3px 10px;
        margin-bottom: 5px;
        border-bottom: 1px solid #ddd;
        background: #f7f7f7;
    }

        .comment-list li.comment-list-title > span {
            text-transform: capitalize;
            font-weight: 500;
        }

    .comment-list li:not(.comment-list-title):after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 10px;
        right: 10px;
        height: 1px;
        background: #ddd;
    }

    .comment-list li:not(.comment-list-title):last-child:after {
        height: 0px;
    }

    .comment-list li:not(.comment-list-title) > span > span {
        font-weight: 400;
    }

        .comment-list li:not(.comment-list-title) > span > span > span {
            font-weight: 500;
        }

    .comment-list li:not(.comment-list-title) > span:not(:last-child) {
        padding-bottom: 5px;
    }

ul.ui-autocomplete.ui-menu.ui-widget.ui-widget-content.ui-corner-all {
    padding: 5px 0px;
    height: 245px;
    border: 1px solid #ccc;
    margin: -1px 0px 0px 0px;
}

li.ui-menu-item a {
    padding: 3px 4px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.TopHeader > .navbar .btn.btn-rose {
    background: none;
    box-shadow: none;
}

    .TopHeader > .navbar .btn.btn-rose:focus,
    .TopHeader > .navbar .btn.btn-rose:hover {
        background-color: rgba(255,255,255,.2);
        box-shadow: none;
    }

.loader-pg {
    max-width: 100%;
    flex: 1 0 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .loader-pg .loader-pg-box {
        display: flex;
        flex-flow: column;
        align-items: center;
        justify-content: center;
    }

        .loader-pg .loader-pg-box > img {
            margin-right: -30px;
            width: 120px;
            height: 120px;
            max-width: 120px;
        }

        .loader-pg .loader-pg-box > span {
            font-weight: 500;
            font-size: 15px;
            padding-top: 0px;
        }

.theme-selection {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #ddd;
    margin: 0px -10px;
    position: relative;
    margin-top: 15px;
}

    .theme-selection > h3 {
        max-width: 100%;
        flex: 1 0 100%;
        font-size: 16px;
        text-transform: capitalize;
        color: #000;
        position: absolute;
        top: -12px;
        left: 15px;
        background: #fff;
        padding: 0px 10px;
    }

    .theme-selection .ts-color-list {
        max-width: 100%;
        flex: 1 0 100%;
        margin: 0;
        padding: 20px;
        display: flex;
        flex-wrap: wrap;
    }

        .theme-selection .ts-color-list > li {
            max-width: 30px;
            height: 30px;
            flex: 1 0 30px;
            margin: 0 5px;
            border-radius: 2px;
            cursor: pointer;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

            .theme-selection .ts-color-list > li:hover {
                box-shadow: 1px 1px 11px 0px #bfbfbf;
            }

    .theme-selection .ts-note {
        margin: 0;
        padding: 0px 20px 10px;
        font-size: 13px;
        text-transform: capitalize;
        font-weight: 500;
        max-width: 100%;
        flex: 1 0 100%;
    }


/* ----------------------------------------------------------------------
          Material Design Raised Buttons - by Mahesh Patil
        ------------------------------------------------------------------------- */
/*.btn {
    display: inline-block;
    position: relative;
    cursor: pointer;
    height: 35px;
    line-height: 35px;
    padding: 0 1rem;
    color: #424242;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.8px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;
    outline: none;
    border: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 2px;
    transition: all .3s ease-out;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.225);
}

    .btn:not(:first-child) {
        margin-left: 8px;
    }

    .btn:hover {
        text-decoration: none;
        box-shadow: 0 4px 10px 0px rgba(0, 0, 0, 0.225);
    }
.btn-link {
    font-weight: 500;
    padding: 3px 8px;
    cursor: pointer;
    text-decoration: underline;
    border-radius: 2px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
    .btn-link:hover {
        text-decoration: none;
        background: #dee9f5;
        text-shadow: 3px 2px 1px #d0d0d0;
    }
.btn-link-group {
    max-width: 100%;
    flex: 1 0 100%;
    border-bottom: 1px solid #bbbbbb8f;
    padding-bottom: 2px;
}*/



    /* ----------------------------------------------------------------------
          Material Design Fab Buttons
        ------------------------------------------------------------------------- */
    /*.btn.btn-fab, .btn.btn-fab-mini {
        overflow: hidden;
        position: relative;
        margin: auto;
        padding: 0;
        line-height: normal;
        border-radius: 50%;
        box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.3);
    }

        .btn.btn-fab:hover, .btn.btn-fab-mini:hover {
            box-shadow: 0 4px 11px 0px rgba(0, 0, 0, 0.375);
        }

        .btn.btn-fab i, .btn.btn-fab-mini i {
            display: inline-block;
            float: none;
            width: inherit;
            margin: 0;
            font-size: inherit;
            text-align: center;
            line-height: none;
            vertical-align: middle;
        }

    .btn.btn-fab {
        width: 56px;
        height: 56px;
        font-size: 28px;
    }

    .btn.btn-fab-mini {
        width: 40px;
        height: 40px;
        font-size: 24px;
    }*/

    /* Buttons Color */
    /*.btn.btn-lightBlue,
    .btn.btn-submit {
        color: #FFF;
        background-color: #03a9f4;
    }

        .btn.btn-lightBlue:hover,
        .btn.btn-submit:hover {
            background-color: #23b9fc;
        }

    .btn.btn-white {
        color: #444;
        background-color: #FFF;
    }

        .btn.btn-white:hover {
            background-color: #fafafa;
        }

    .btn.btn-black {
        color: #bdbdbd;
        background-color: #111;
    }

        .btn.btn-black:hover {
            background-color: #252525;
        }

    .btn.btn-grey {
        color: #757575;
        background-color: #f5f5f5;
    }

        .btn.btn-grey:hover {
            background-color: #ebebeb;
        }

    .btn.btn-orange, .btn.btn-reset {
        color: #FFF;
        background-color: #ff9800;
    }

        .btn.btn-orange:hover, .btn.btn-reset:hover {
            background-color: #ffa829;
        }

    .btn.btn-amber {
        color: #FFF;
        background-color: #ffc107;
    }

        .btn.btn-amber:hover {
            background-color: #ffcb30;
        }

    .btn.btn-green,
    .btn.btn-search {
        color: #FFF;
        background-color: #4caf50;
    }

        .btn.btn-green:hover,
        .btn.btn-green:focus,
        .btn.btn-green:active,
        .btn.btn-search:hover,
        .btn.btn-search:focus,
        .btn.btn-search:active {
            background-color: #67bd6a;
        }

    .btn.btn-teal {
        color: #FFF;
        background-color: #009688;
    }

        .btn.btn-teal:hover {
            background-color: #00bfad;
        }

    .btn.btn-cyan {
        color: #FFF;
        background-color: #00bcd4;
    }

        .btn.btn-cyan:hover {
            background-color: #00e0fd;
        }

    .btn.btn-indigo {
        color: #FFF;
        background-color: #3f51b5;
    }

        .btn.btn-indigo:hover {
            background-color: #5869c5;
        }

    .btn.btn-deepPurple {
        color: #FFF;
        background-color: #673ab7;
    }

        .btn.btn-deepPurple:hover {
            background-color: #7c52c8;
        }

    .btn.btn-pink {
        color: #FFF;
        background-color: #e91e63;
    }

        .btn.btn-pink:hover {
            background-color: #ed437d;
        }

    .btn.btn-red, .btn.btn-close {
        color: #FFF;
        background-color: #f44336;
    }

        .btn.btn-red:hover, .btn.btn-close:hover {
            background-color: #f6675d;
        }

    .btn.btn-yellow {
        color: #FFF;
        background-color: #ffeb3b;
    }

        .btn.btn-yellow:hover {
            background-color: #f8de00;
        }

    .btn.btn-lime {
        color: #FFF;
        background-color: #cddc39;
    }

        .btn.btn-lime:hover {
            background-color: #bac923;
        }

    .btn.btn-brown {
        color: #FFF;
        background-color: #795548;
    }

        .btn.btn-brown:hover {
            background-color: #936757;
        }*/

    /* Raised Buttons Size (Not work in Fab Buttons) */
    /*.btn.btn-lg {
        height: 48px;
        line-height: 48px;
    }

    .btn.btn-sm {
        height: 30px;
        padding: 0 1rem;
        line-height: 30px;
        font-size: 12px;
    }

    .btn.btn-xs {
        height: 24px;
        padding: 0 .4rem;
        line-height: 24px;
        font-size: 11px;
        font-weight: 300;
        letter-spacing: .2px;
    }*/

    /* Raised Buttons Types */
    /*.btn.disabled, .btn[disabled] {
        cursor: default !important;
        color: #9e9e9e !important;
        box-shadow: none !important;
    }

        .btn.disabled:not(.btn-flat), .btn[disabled]:not(.btn-flat) {
            background-color: #cdcdcd !important;
        }

            .btn.disabled:not(.btn-flat):hover, .btn[disabled]:not(.btn-flat):hover {
                background-color: #cdcdcd !important;
            }

    .btn.btn-flat {
        box-shadow: none !important;
        background-color: transparent !important;
    }

        .btn.btn-flat:hover {
            background-color: #cecece !important;
            box-shadow: none !important;
        }

        .btn.btn-flat.disabled:hover, .btn.btn-flat[disabled]:hover {
            background-color: transparent !important;
        }


    .btn i {
        float: left;
        width: auto;
        height: auto;
        margin-right: 10px;
        font-size: 1.3rem;
        line-height: inherit;
    }

        .btn i.right {
            float: right !important;
            margin: 0;
            margin-left: 10px;
        }*/
/* ----------------------------------------------------------------------
          Material Design Ripple Effect 
        ------------------------------------------------------------------------- */
.ripple-effect {
    display: inline-block;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 1;
}

    .ripple-effect .ripple {
        display: block;
        position: absolute;
        border-radius: 100%;
        background: rgba(255, 255, 255, 0.5);
        -webkit-transform: scale(0);
        transform: scale(0);
        pointer-events: none;
    }

    .ripple-effect.ripple-dark .ripple {
        background: rgba(0, 0, 0, 0.1) !important;
    }

    .ripple-effect.ripple-red .ripple {
        background: rgba(244, 67, 54, 0.725) !important;
    }

    .ripple-effect.ripple-orange .ripple {
        background: rgba(255, 152, 0, 0.725) !important;
    }

    .ripple-effect.ripple-yellow .ripple {
        background: rgba(255, 235, 59, 0.725) !important;
    }

    .ripple-effect.ripple-green .ripple {
        background: rgba(76, 175, 80, 0.725) !important;
    }

    .ripple-effect.ripple-purple .ripple {
        background: rgba(156, 39, 176, 0.725) !important;
    }

    .ripple-effect.ripple-teal .ripple {
        background: rgba(0, 150, 136, 0.725) !important;
    }

    .ripple-effect.ripple-pink .ripple {
        background: rgba(233, 30, 99, 0.725) !important;
    }

    .ripple-effect .animated {
        -webkit-animation: ripple 0.6s linear;
        animation: ripple 0.6s linear;
    }

@-webkit-keyframes ripple {
    100% {
        opacity: 0;
        -webkit-transform: scale(2.5);
        transform: scale(2.5);
    }
}

@keyframes ripple {
    100% {
        opacity: 0;
        -webkit-transform: scale(2.5);
        transform: scale(2.5);
    }
}

.btnExport .btn.btn-fab {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

    .btnExport .btn.btn-fab:hover {
        background: rgba(255, 255, 255, 0.2);
    }

.sug-wrap > .row {
    margin: 0px 5px;
}

    .sug-wrap > .row div[class*="col-"] {
        padding-bottom: 10px !important;
    }
.TopHeader .btn,
.TopHeader .btn.btn-fab {
    box-shadow: none !important;
    text-transform: capitalize;
    text-shadow: none;
}
.modal .modal-header .close {
    color: var(--theme-color);
    width: 32px;
    height: 32px;
    margin: 4px;
    border-radius: 2px;
    text-shadow: none;
    font-weight: 100;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
    .modal .modal-header .close:after {
        content: '\f156';
        font-family: "Material Design Icons";
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 21px;
        font-weight: 100;
    }
    .modal .modal-header .close:hover {
        background: #00000026;
    }
.view-btn {
    background: transparent;
    font-weight: 500;
    line-height: 20px;
    border: 1px solid transparent;
    border-radius: 2px;
    outline: none;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .view-btn > i {
    }

    .view-btn:hover {
        background: #4caf5033;
        color: #4CAF50;
    }

.Copyrights {
    text-transform: capitalize;
    display: flex;
    justify-content: center;
    padding: 0 20px;
    font-size: 15px;
}

span.Copyrights > a {
    font-weight: 500;
    margin: 0 5px;
    color: #666 !important;
}

.view-btn {
    background: transparent;
    border: 0;
    font-weight: 500;
    padding: 0 4px;
    line-height: 20px;
    display: inline-flex;
    align-items: center;
    color: #4CAF50;
    border-bottom: 1px solid;
    margin: 0 2px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .view-btn > i {
        font-size: 18px;
        margin-right: 5px;
    }

    .view-btn:hover {
        background-color: #4caf5036;
    }

._sdfs1d0 {
    min-height: 36px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.verify-box {
    padding: 0px;
    margin-bottom: 25px;
}

    .verify-box .verify-box-content {
        padding: 25px 15px 10px;
        border: 1px solid #4caf5070;
        border-radius: 2px;
        position: relative;
    }

        .verify-box .verify-box-content .row {
            margin: 0;
        }

        .verify-box .verify-box-content:before {
            content: attr(data-heading);
            position: absolute;
            top: -10px;
            line-height: 20px;
            font-weight: 500;
            text-transform: capitalize;
            background: #fff;
            padding: 0 5px;
            font-size: 15px;
            color: #4CAF50;
        }

.verify-btn {
    max-width: inherit;
    flex: 1 0 auto;
    min-height: 30px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

    .verify-btn > .verify-btn-btn {
        background: #4caf502b;
        padding: 1px 15px !important;
        color: #4CAF50 !important;
        font-weight: 500 !important;
        text-transform: capitalize !important;
        box-shadow: none;
        border: 2px solid transparent;
        cursor: pointer !important;
    }

        .verify-btn > .verify-btn-btn:hover {
            border: 2px solid;
        }

.download-group {
    display: flex;
    align-items: center;
    padding: 0 15px;
}

    .download-group > label {
        margin: 0;
        font-weight: 500;
        text-transform: capitalize;
        font-size: 15px;
        line-height: 21px;
        padding: 0 5px;
        padding-right: 15px;
        position: relative;
    }

        .download-group > label:after {
            content: ':';
            position: absolute;
            font-weight: 500;
            font-size: 16px;
            right: 5px;
            line-height: 21px;
        }

    .download-group > button {
        background: transparent;
        border: 0;
        font-weight: 500;
        padding: 0 4px;
        line-height: 20px;
        display: inline-flex;
        align-items: center;
        color: #2196F3;
        border-bottom: 1px solid;
        margin: 0 2px;
        cursor: pointer !important;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        .download-group > button > i {
            font-size: 18px;
            margin-right: 5px;
        }

div[class*="col-"] .verify-btn .btn:not(.isIcon) {
    margin-bottom: 0 !important;
}

.download-group > button:hover {
    background: #2196f333;
    color: #2196F3;
    border-bottom-color: transparent;
}

.editor-buttons {
    position: relative;
    min-height: 50px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 3px;
    margin-bottom: 11px;
    float: left;
    border: 1px solid 2196f359;
    padding: 5px;
    background: #2196f340;
}

    .editor-buttons > button {
        display: flex;
        width: 40px;
        height: 40px;
        padding: 0;
        border: 0;
        background: transparent;
        font-size: 25px;
        line-height: 35px;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        color: #2196F3;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        .editor-buttons > button:hover,
        .editor-buttons > button:focus {
            background: #2196f33d;
            color: #2196F3;
        }

.form-group.is-btn > .btn-gesture,
.form-group.is-btn + .btn-gesture {
    max-width: 30px;
    flex: 1 0 30px;
    height: 36px;
    margin-left: 5px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    background: #2196F3;
    color: #fff;
    border: 0;
    border-radius: 3px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.htmlTextEditor {
    max-width: 100%;
}

.modal.sublink {
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.modal-open .modal.sublink.show {
    display: flex !important;
}

.modal.sublink .modal-dialog {
    max-width: 350px;
    flex: 1 0 350px;
    margin: 0;
    margin-top: -80px;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.modal-open .modal.sublink.show .modal-dialog {
    margin-top: 50px;
    opacity: 1;
}

.modal.sublink .modal-dialog .mdlsl-header {
    display: flex;
    align-items: center;
    background: var(--theme-background);
    border-radius: 0.1875rem 0.1875rem 0px 0px;
    padding: 2px;
}

    .modal.sublink .modal-dialog .mdlsl-header > button {
        width: 32px;
        height: 32px;
        background: transparent;
        color: #fff;
        margin-right: 5px;
        border: 0;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 21px;
        line-height: 32px;
        border-radius: 2px;
        outline: none !important;
        cursor: pointer !important;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        .modal.sublink .modal-dialog .mdlsl-header > button:hover {
            background: #172b9c;
        }

    .modal.sublink .modal-dialog .mdlsl-header > h3 {
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 0.2px;
        user-select: none;
        color: #fff;
    }

.modal.sublink .modal-dialog .mdlsl-body {
    display: flex;
    padding: 15px 6px;
}

    .modal.sublink .modal-dialog .mdlsl-body .mdlsl-list {
        padding: 0;
        margin: 0;
        display: flex;
        flex-wrap: wrap;
        max-width: 100%;
        flex: 1 0 100%;
    }

        .modal.sublink .modal-dialog .mdlsl-body .mdlsl-list .mdlsl-link {
            display: flex;
            flex: 1 0 100%;
            max-width: 100%;
            margin-bottom: 5px;
        }

            .modal.sublink .modal-dialog .mdlsl-body .mdlsl-list .mdlsl-link a {
                width: 100%;
                position: relative;
                font-size: 14px;
                font-weight: 500;
                color: #666;
                letter-spacing: 0.2px;
                padding: 4px 5px;
                display: flex;
                align-items: flex-start;
                border-radius: 2px;
                line-height: 20px;
                -webkit-transition: all 0.3s ease;
                -moz-transition: all 0.3s ease;
                -o-transition: all 0.3s ease;
                transition: all 0.3s ease;
            }

                .modal.sublink .modal-dialog .mdlsl-body .mdlsl-list .mdlsl-link a:hover {
                    background: #f7f7f7;
                }

                .modal.sublink .modal-dialog .mdlsl-body .mdlsl-list .mdlsl-link a:before {
                    content: '\f339';
                    font-family: "Material Design Icons";
                    font-size: 19px;
                    display: flex;
                    align-items: center;
                    line-height: 20px;
                    margin-right: 10px;
                }

        .modal.sublink .modal-dialog .mdlsl-body .mdlsl-list .mdlsl-sTl {
            max-width: 100%;
            flex: 1 0 100%;
            position: relative;
            font-weight: 500;
            font-size: 14px;
            padding: 0 3px;
            line-height: 18px;
            margin-bottom: 8px;
            border-bottom: 1px solid #ccc;
            color: #3f51b5;
        }

            .modal.sublink .modal-dialog .mdlsl-body .mdlsl-list .mdlsl-sTl:not(:first-child) {
                margin-top: 8px;
            }

            .modal.sublink .modal-dialog .mdlsl-body .mdlsl-list .mdlsl-sTl:after {
                content: '';
                height: 3px;
                background: #3F51B5;
                position: absolute;
                width: 80px;
                bottom: -1px;
                border-radius: 3px 3px 0px 0px;
                left: 0;
            }
.is-data-loader.isSibSelect:after {
    display: none;
}
.is-data-loader{
    position: relative;
}
    .is-data-loader .data-loader {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        background: #ffffffb3;
        display: flex;
        align-items: center;
        padding: 0px 10px;
        justify-content: flex-end;
        border: 1px solid #acc4d8;
        border-radius: .1875rem;
    }
        .is-data-loader .data-loader > i {
            font-size: 25px;
            color: #cccccc;
        }
._sl ._sl1 ._sl3 h5{
    font-weight: 500!important;
}
.portlet-title:not(._not) .caption {
    display: flex;
    align-items: center;
}
    .portlet-title:not(._not) .caption button.page-back-button {
        display: flex;
        background: transparent;
        border: 0;
        width: 30px;
        height: 25px;
        padding: 0;
        align-items: center;
        justify-content: center;
        cursor: pointer !important;
        outline: none !important;
        border-radius: 2px;
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
    }
    .portlet-title:not(._not) .caption button.page-back-button > i{
        font-size: 21px;
    }
.sms-settings {
    max-width: 100%;
    flex: 1 0 100%;
    display: flex;
    flex-wrap: wrap;
}
    .sms-settings .smss-item {
        max-width: 100%;
        flex: 1 0 100%;
        display: flex;
        padding: 10px 10px 6px;
        border-bottom: 1px solid #ddd;
        align-items: flex-start;
    }
        .sms-settings .smss-item label {
            margin-top: 5px;
        }
        .sms-settings .smss-item ul.smssi-list {
            padding: 0;
            margin: 0;
            display: flex;
            flex-wrap: wrap;
        }
            .sms-settings .smss-item ul.smssi-list > li {
                display: flex;
                max-width: 100%;
                flex: 1 0 100%;
            }
                .sms-settings .smss-item ul.smssi-list > li > span {
                    font-size: 14px;
                }
                    .sms-settings .smss-item ul.smssi-list > li > span:first-child {
                        display: flex;
                        position: relative;
                        justify-content: space-between;
                        max-width: 120px;
                        flex: 1 0 120px;
                        padding-right: 10px;
                        font-weight: 500;
                    }
                    .sms-settings .smss-item ul.smssi-list > li > span:first-child:after{
                        content:':';
                    }
.nv-para > span {
    font-weight: 500;
    text-transform: capitalize;
}

.nv-para {
    margin: 0;
    color: #2196F3;
}
.portlet-title .title-bar-button {
    border: 0;
    background: transparent;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3px 8px;
    cursor: pointer !important;
    border-radius: 2px;
    margin: 0px 10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
    .portlet-title .title-bar-button > i {
        font-size: 24px;
        line-height: 17px;
        margin-right: 5px;
    }
    .portlet-title .title-bar-button.blue {
        color: #2196F3;
    }
        .portlet-title .title-bar-button.blue:hover {
            background-color: #b9ddfa;
        }
    .portlet-title .title-bar-button.purple {
        color: #3f51b5;
    }

    .portlet-title .title-bar-button.purple:hover {
        background-color: #3f51b54f;
    }
#Pkg .card {
    box-shadow: 0 0px 0px 1px rgba(0,0,0,.2);
}
    #Pkg .card .card-body {
        min-height: 145px;
    }
.emp-profile-image {
    max-width: 120px;
    flex: 1 0 120px;
    padding: 2px;
    margin-bottom: 15px;
}
    .emp-profile-image .epi-holder {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        border: 1px solid #ddd;
        padding: 2px;
        border-radius: 2px;
    }
    .emp-profile-image + div {
        max-width: calc(100% - 130px);
        flex: 1;
        padding-left: 15px;
    }
.emp-pro-page .content-sub-title{
    margin-bottom: 15px;
}
.emp-details {
    list-style: decimal;
    padding-left: 25px;
    display: flex;
    flex-wrap: wrap;
}
    .emp-details li {
        max-width: 100%;
        flex: 1 0 100%;
        padding: 3px 0px;
    }

@media (min-width: 768px) {
    .emp-details._3 li {
        max-width: 50%;
        flex: 1 0 50%;
    }
}
@media (min-width: 992px) {
    .emp-details._3 li {
        max-width: 33.333%;
        flex: 1 0 33.333%;
    }
}
.docs-list {
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
}
    .docs-list li {
        max-width: 182px;
        flex: 1 0 182px;
        display: flex;
        flex-wrap: wrap;
        padding: 2px;
        margin: 0 5px;
        border: 1px solid #ddd;
        border-radius: 2px;
    }
        .docs-list li > span {
            max-width: 180px;
            max-height: 120px;
            overflow: hidden;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .docs-list li > p {
            margin: 0;
            max-width: 100%;
            flex: 1 0 100%;
            font-weight: 500;
            text-align: center;
        }
.emp-name {
    font-size: 19px;
    font-weight: 500;
}
    .emp-name + p {
        text-transform: capitalize;
        font-weight: 500;
    }
.tblResult tbody tr td input {
    width: 100%;
    padding: 2px 5px;
    line-height: 18px;
    border: 1px solid #ddd;
    border-radius: 2px;
}
    .tblResult tbody tr td input:focus {
        border-color: #2196f3a1;
    }

.news-box {
    display: flex;
    margin-bottom: 16px;
    padding: 2px;
    cursor: pointer;
}

    .news-box .news-box-wrap {
        border: 1px solid #ddd;
        border-radius: 2px;
        padding: 5px;
        max-width: 100%;
        flex: 1 0 100%;
    }

        .news-box .news-box-wrap .news-box-img {
            /*max-height: 300px;*/
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
            background: #2f0606;
            margin: -4px -4px 0 -4px;
            border: 3px solid #2f0606;
            border-radius: 2px 2px 0px 0px;
            cursor: pointer;
        }

            .news-box .news-box-wrap .news-box-img img {
                transition: all 0.2s linear;
            }

        .news-box .news-box-wrap:hover .news-box-img img {
        }

        .news-box .news-box-wrap .news-box-content {
            display: flex;
            flex-wrap: wrap;
            padding: 10px 5px 0px 5px;
        }

            .news-box .news-box-wrap .news-box-content .news-box-title {
                padding: 10px 0px;
                max-width: 100%;
                flex: 1 0 100%;
            }

                .news-box .news-box-wrap .news-box-content .news-box-title .news-box-text {
                    display: -webkit-box;
                    max-height: 3.2rem;
                    -webkit-box-orient: vertical;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: normal;
                    -webkit-line-clamp: 2;
                    font-size: 16px;
                    font-weight: 500;
                    line-height: 18px;
                    cursor: pointer;
                }

            .news-box .news-box-wrap .news-box-content .news-box-desc {
                max-width: 100%;
                flex: 1 0 100%;
            }

                .news-box .news-box-wrap .news-box-content .news-box-desc .news-box-text {
                    display: -webkit-box;
                    max-height: 252px;
                    -webkit-box-orient: vertical;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: normal;
                    -webkit-line-clamp: 5;
                    font-size: 14px;
                    font-weight: 400;
                    line-height: 18px;
                    cursor: pointer;
                    text-align: justify;
                }

            .news-box .news-box-wrap .news-box-content .news-box-user {
                max-width: 100%;
                flex: 1 0 100%;
                margin-bottom: 5px;
                font-size: 14px;
            }

                .news-box .news-box-wrap .news-box-content .news-box-user .news-box-text {
                    font-weight: 500;
                }

.news-row > div[class*="col-"] {
    padding-left: 8px;
    padding-right: 8px;
}

.news-box .news-box-wrap .news-box-content .news-box-title .news-box-text:hover {
    text-decoration: underline;
}

.padding-top-50 {
    padding-top: 50px !important;
}

.padding-top-30 {
    padding-top: 30px !important;
}

.padding-top-15 {
    padding-top: 15px !important;
}
.nicEdit-main {
    outline: none !important;
}



.badge-num {
    background: #ff0000;
    cursor: default;
    border-radius: 50%;
    color: #fff;
    font-weight: bold;
    font-size: 1rem;
    height: 2rem;
    border: .2rem solid #fff;
    width: 2rem;
    box-shadow: 1px 1px 5px rgba(0,0,0, .2);
    animation: pulse 1.5s infinite;
    position: absolute;
    top: 5px;
    right: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

    .badge-num:after {
        content: '';
        position: absolute;
        top: -.1rem;
        left: -.1rem;
        border: 2px solid rgba(255,0,0,.5);
        opacity: 0;
        border-radius: 50%;
        width: 100%;
        height: 100%;
        animation: sonar 1.5s 1;
    }

@keyframes sonar {
    0% {
        transform: scale(.9);
        opacity: 1;
    }

    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    20% {
        transform: scale(1.2);
    }

    50% {
        transform: scale(.9);
    }

    80% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}



.shadow-none{
    box-shadow: none !important;
}
.sidebar-nav .nav-menu > li > a > span{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
 
}
.mod-search-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0px;
    margin-bottom: 10px;
    position: relative;
}
    .mod-search-wrap .msw-inner {
        display: flex;
        max-width: 350px;
        flex: 1 0 350px;
        position: relative;
        align-items: center;
        background: #fff;
        box-shadow: 0 0 7px -3px #989898;
        border-radius: 3px;
        border: 1px solid #ddd;
    }
    .mod-search-wrap .msw-input {
        min-height: 32px;
        border: 0;
        width: 100%;
        padding: 0 5px;
        line-height: 32px;
        font-size: 14px;
        font-weight: 500;
        display: block;
    }
    .mod-search-wrap i.mdi {
        display: flex;
        width: 35px;
        height: 32px;
        font-size: 21px;
        line-height: 32px;
        align-items: center;
        justify-content: center;
    }
    @media (max-width: 500px){
        .mod-search-wrap .msw-inner{
            max-width: 100%;
            flex: 1 0 100%;
        }
    }
.tab-content div[class*="col-"] .form-group > label + div[class*="col-"],
.modal-body div[class*="col-"] .form-group > label + div[class*="col-"] {
    padding-left: 0px !important;
}
show-during-resolve {
    flex: 1 0 100%;
    display: flex;
    max-width: 100%;
}
.bottom-fixed-button {
    position: fixed;
    bottom: 0;
    right: 0;
    background: #fff;
    padding: 10px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    border-top: 1px solid #ddd;
}
.navbar .navbar-nav .ancWlcmText .user-photo {
    background: var(--theme-background);
    color: #fff;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 11pt;
    font-weight: 400;
    vertical-align: middle;
    display: inline-block;
    border-radius: 100%;
}

.WlcmText li:nth-child(1) {
    padding: 10px 25px;
    border-bottom: 1px solid #dee2e6;
}

.navbar .navbar-nav > li > a > .label {
    color: #fff;
    position: absolute;
    top: 12px;
    right: 5px;
    text-align: center;
    font-size: 9px;
    padding: 3px 4px;
    margin: 0;
    line-height: .9;
    border-radius: 4px;
}

.label-danger, .bg-danger {
    background-color: #d9534f;
    color: #fff !important;
}

.WlcmText {
    width: 250px;
    padding: 0;
}

.navbar .navbar-nav > li > a i {
    font-size: 25px;
}

.dropdown-toggle::after {
    content: none;
}

.navbar .navbar-nav > li > a {
    line-height: 55px;
    height: 58px;
    padding: 0 10px;
    display: inline-block;
}

.navbar-nav .notification li.notification-header {
    padding: 8px 20px;
}

.navbar-nav .notification li a {
    font-size: 0.9rem;
    display: block;
    padding: 12px 20px 12px 45px;
    border-top: 1px solid #dee2e6;
    text-align: left;
    position: relative;
}

    .navbar-nav .notification li a span {
        display: block;
        color: #777;
    }

    .navbar-nav .notification li a strong {
        display: block;
        color: #333333;
    }

.navbar-nav .notification {
    width: 300px;
    padding: 0;
}

    .navbar-nav .notification li a:before {
        content: "\f192";
        font-family: Material Design Icons;
        font-size: 1.1rem;
        position: absolute;
        left: 15px;
        top: 12px;
        color: var(--theme-color);
    }

.Has3rd > a:after {
    content: '\F142' !important;
    font-size: 18px !important;
    left: 19px !important;
}
.Has4th span {
    font-size: 14px;
    font-weight: 400;
    color: #ada8a8;
}

.setting-panel-btn {
    padding-left: 0 !important;
}

    .setting-panel-btn i {
        width: 30px;
        height: 30px;
        line-height: 30px;
        cursor: pointer;
        text-align: center;
        vertical-align: middle;
        display: inline-block;
        border-radius: 100%;
    }

    .setting-panel-btn:hover i,
    .setting-panel-btn.setting-panel-active i {
        background-color: #ddd;
        color: #000;
    }

.setting-panel.open-setting-panel {
    transform: translateX(0);
}

.setting-panel {
    background: #e6e8ec;
    color: #c2c7d0;
    position: fixed;
    overflow-y:auto;
    top: 59px;
    right: 0;
    bottom: 0;
    z-index: 9999;
    width: 220px;
    font-family: inherit;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.30);
    transform: translateX(220px);
    border-radius: 2px;
    transition: all .3s ease-in-out;
}

    .setting-panel > ul {
        padding: 0;
        list-style-type: none;
    }

.ts-color-list {
    max-width: 100%;
    flex: 1 0 100%;
    margin: 10px;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
}

    .ts-color-list > li {
        max-width: 30px;
        height: 30px;
        flex: 1 0 30px;
        margin: 5px;
        border-radius: 2px;
        cursor: pointer;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
span[data-lang="span"] {
    text-transform: capitalize;
}