/*===================================
    RESET CSS
===================================*/

* {
    margin: 0px;
    padding: 0px;
}

body {
    font-family: 'Roboto', sans-serif;
    -webkit-transition: padding 500ms cubic-bezier(0.05,0.74,0.27,0.99);
    transition: padding 500ms cubic-bezier(0.05,0.74,0.27,0.99);
    color: #626262;
    line-height: 1.77;
    background-color: #1c3faa;
}

body.has-left-bar {
    padding-left: 70px;
      padding: 25px; 
}

body.left-bar-open {
    padding-left: 260px;
        padding: 20px 20px 20px 36px;
}

html, body {
    width: 100%;
}

ul, ol {
    margin: 0px;
    padding: 0px;
}

li {
    line-height: 1.8;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
    margin: 0px;
    padding: 0px;
    font-weight: 300;
    margin-bottom: 20px;
}

h1, .h1, h2, .h2, h3, .h3 {
    line-height: 1.3;
}

p {
    margin: 0px;
    margin-bottom: 15px;
}

a, a:hover, a:focus, a:active,
button, button:hover, button:focus, button:active {
    text-decoration: none;
    outline: none;
}

a {
    color: #1c3faa;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

a:focus, a:hover {
    color: #1c3faa;
}

table p {
    margin: 0px;
}

.font-color-1 {
    color: #555;
}

/*================ Buttons =================*/
.btn {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.02em;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-feature-settings: "kern" 1;
    -moz-font-feature-settings: "kern" 1;
    margin-bottom: 0;
    border: 1px solid #f1f1f1;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    color: #626262;
    background-color: #ffffff;
    text-shadow: none;
    box-shadow: none;
    line-height: 21px;
    padding-left: 17px;
    padding-right: 17px;
    position: relative;
    outline: none !important;
    -webkit-transition: color 0.1s linear 0s, background-color 0.1s linear 0s, border-color 0.08s linear 0s!important;
    transition: color 0.1s linear 0s, background-color 0.1s linear 0s, border-color 0.08s linear 0s!important;
}

.btn-group.open .dropdown-toggle {
    outline: none !important;
    box-shadow: none !important;
}

.btn-rounded {
    border-radius: 50px;
}

.btn-icon {
    min-width: 115px;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
    box-shadow: none !important;
}

.btn:hover {
    background-color: #fcfcfc;
    border: 1px solid rgba(123, 123, 123, 0.15);
}


/*===== Default button ====*/

.btn-default, .btn-default:focus {
    color: #626262 !important;
    background-color: #FFFFFF !important;
    border-color: #EEE !important;
}

.btn-default.hover,
.btn-default:hover,
.open>.dropdown-toggle.btn-default {
    background-color: #F7F8FA !important;
    border-color: #E7E7E7 !important;
    color: #626262 !important;
}

.btn-default.active,
.btn-default:active,
.btn-default.active:focus,
.btn-default:active:focus,
.btn-default.active:hover,
.btn-default:active:hover,
.open>.dropdown-toggle.btn-default:focus,
.open>.dropdown-toggle.btn-default:hover,
.open>.dropdown-toggle.btn-default.focus {
    background-color: #E7E7E7 !important;
    border-color: #D8D8D8 !important;
    color: #626262 !important;
}


/*===== Primary button ====*/

.btn-primary, .btn-primary:focus {
    color: #ffffff !important;
    background-color: #7E57C2 !important;
    border-color: #7E57C2 !important;
}

.btn-primary.hover,
.btn-primary:hover,
.open>.dropdown-toggle.btn-primary {
    background-color: #9575CD !important;
    border-color: #9575CD !important;
    color: #ffffff !important;
}

.btn-primary.active,
.btn-primary:active,
.btn-primary.active:focus,
.btn-primary:active:focus,
.btn-primary.active:hover,
.btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover,
.open>.dropdown-toggle.btn-primary.focus {
    background-color: #673AB7 !important;
    border-color: #673AB7 !important;
    color: #ffffff !important;
}


/*===== Complete button ====*/

.btn-complete, .btn-complete:focus {
    color: #ffffff !important;
    background-color: #1c3faa !important;
    border-color: #1c3faa !important;
}

.btn-complete.hover,
.btn-complete:hover,
.open>.dropdown-toggle.btn-complete {
    background-color: #4DD0E1 !important;
    border-color: #4DD0E1 !important;
    color: #ffffff !important;
}

.btn-complete.active,
.btn-complete:active,
.btn-complete.active:focus,
.btn-complete:active:focus,
.btn-complete.active:hover,
.btn-complete:active:hover,
.open>.dropdown-toggle.btn-complete:focus,
.open>.dropdown-toggle.btn-complete:hover,
.open>.dropdown-toggle.btn-complete.focus {
    background-color: #00ACC1 !important;
    border-color: #00ACC1 !important;
    color: #ffffff !important;
}



/*===== Success button ====*/

.btn-success, .btn-success:focus {
    color: #ffffff !important;
    background-color: #30DDBC !important;
    border-color: #30DDBC !important;
}

.btn-success.hover,
.btn-success:hover,
.open>.dropdown-toggle.btn-success {
    background-color: #38EFCC !important;
    border-color: #38EFCC !important;
    color: #ffffff !important;
}

.btn-success.active,
.btn-success:active,
.btn-success.active:focus,
.btn-success:active:focus,
.btn-success.active:hover,
.btn-success:active:hover,
.open>.dropdown-toggle.btn-success:focus,
.open>.dropdown-toggle.btn-success:hover,
.open>.dropdown-toggle.btn-success.focus {
    background-color: #25CFAE !important;
    border-color: #25CFAE !important;
    color: #ffffff !important;
}



/*===== Danger button ====*/

.btn-danger, .btn-danger:focus {
    color: #ffffff !important;
    background-color: #F95F5B !important;
    border-color: #F95F5B !important;
}

.btn-danger.hover,
.btn-danger:hover,
.open>.dropdown-toggle.btn-danger {
    background-color: #FF7571 !important;
    border-color: #FF7571 !important;
    color: #ffffff !important;
}

.btn-danger.active,
.btn-danger:active,
.btn-danger.active:focus,
.btn-danger:active:focus,
.btn-danger.active:hover,
.btn-danger:active:hover,
.open>.dropdown-toggle.btn-danger:focus,
.open>.dropdown-toggle.btn-danger:hover,
.open>.dropdown-toggle.btn-danger.focus {
    background-color: #EC4945 !important;
    border-color: #EC4945 !important;
    color: #ffffff !important;
}



/*===== Warning button ====*/

.btn-warning, .btn-warning:focus {
    color: #ffffff !important;
    background-color: #F5CD51 !important;
    border-color: #F5CD51 !important;
}

.btn-warning.hover,
.btn-warning:hover,
.open .dropdown-toggle.btn-warning {
    background-color: #FADA74 !important;
    border-color: #FADA74 !important;
    color: #ffffff !important;
}

.btn-warning.active,
.btn-warning:active,
.btn-warning.active:focus,
.btn-warning:active:focus,
.btn-warning.active:hover,
.btn-warning:active:hover,
.open>.dropdown-toggle.btn-warning:focus,
.open>.dropdown-toggle.btn-warning:hover,
.open>.dropdown-toggle.btn-warning.focus {
    background-color: #E8C041 !important;
    border-color: #E8C041 !important;
    color: #ffffff !important;
}

/*===== Info button ====*/

.btn-info, .btn-info:focus {
    color: #ffffff !important;
    background-color: #37434D !important;
    border-color: #37434D !important;
}

.btn-info.hover,
.btn-info:hover,
.open .dropdown-toggle.btn-info {
    background-color: #545F6B !important;
    border-color: #545F6B !important;
    color: #ffffff !important;
}

.btn-info.active,
.btn-info:active,
.btn-info.active:focus,
.btn-info:active:focus,
.btn-info.active:hover,
.btn-info:active:hover,
.open>.dropdown-toggle.btn-info:focus,
.open>.dropdown-toggle.btn-info:hover,
.open>.dropdown-toggle.btn-info.focus {
    background-color: #292B42 !important;
    border-color: #292B42 !important;
    color: #ffffff !important;
}



/*================ Button size ===============*/

.btn-lg, .btn-group-lg>.btn {
    padding-left: 28px;
    padding-right: 28px;
    line-height: 21px;
}

.btn-sm, .btn-group-sm>.btn {
    padding-left: 14px;
    padding-right: 14px;
    font-size: 12px;
    line-height: 18px;
}

.btn-xs, .btn-group-xs>.btn {
    padding: 2px 10px;
    font-size: 10.5px;
    line-height: 17px;
}

/*================ Button mn Group ===============*/


.btn-mini-group.dropdown-default .btn.dropdown-toggle {
    text-align: center;
    padding-right: 17px;
    min-width: inherit;
}
.btn-mini-group.dropdown-default .btn.dropdown-toggle.btn-sm {
    padding-right: 14px;
}
.btn-mini-group.dropdown-default .dropdown-menu {
    min-width: inherit;
    width: 100%;
    padding: 40px 0px 7px 0!important;
}
.btn-mini-group.dropdown-default .dropdown-menu li {}
.btn-mini-group.dropdown-default .dropdown-menu li a {
    padding: 7px 13px;
    text-align: center;
    border-radius: 0px !important;
}


.btn-mini-group.dropdown-default .btn-primary+.dropdown-menu:after,
.btn-mini-group.dropdown-default .btn-complete+.dropdown-menu:after,
.btn-mini-group.dropdown-default .btn-success+.dropdown-menu:after,
.btn-mini-group.dropdown-default .btn-warning+.dropdown-menu:after,
.btn-mini-group.dropdown-default .btn-danger+.dropdown-menu:after,
.btn-mini-group.dropdown-default .btn-info+.dropdown-menu:after {
    top: 0px;
    height: 43px;
    border-radius: 3px 3px 0px 0px;
}

.btn-mini-group.dropdown-default .btn-primary+.dropdown-menu:after {
    background-color: #7E57C2;
}

.btn-mini-group.dropdown-default .btn-complete+.dropdown-menu:after {
    background-color: #1c3faa;
}

.btn-mini-group.dropdown-default .btn-success+.dropdown-menu:after {
    background-color: #30DDBC;
}

.btn-mini-group.dropdown-default .btn-warning+.dropdown-menu:after {
    background-color: #F5CD51;
}

.btn-mini-group.dropdown-default .btn-danger+.dropdown-menu:after {
    background-color: #F95F5B;
}

.btn-mini-group.dropdown-default .btn-info+.dropdown-menu:after {
    background-color: #37434D;
}



/*================ Animated button ===============*/

.btn-animated {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.btn-animated:before {
    position: absolute;
    height: 100%;
    width: 100%;
    font-size: 100%;
    line-height: 2.5;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.btn-animated:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.btn-animated.fa:before {
    font-family: "FontAwesome";
}

.btn-animated.from-left:before {
    left: -100%;
    top: 0;
}

.btn-animated.from-top:before {
    left: 0;
    top: -100%;
}

.btn-animated.from-left:hover:before,
.btn-animated.from-left.show-icon:before,
.open .btn-animated.from-left:before,
.btn-animated.from-left.active:before {
    left: 0;
}

.btn-animated.from-top:hover:before,
.btn-animated.from-top.show-icon:before,
.open .btn-animated.from-top:before,
.btn-animated.from-top.active:before {
    top: 0;
}

.btn-animated > span {
    display: inline-block;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.btn-animated.from-left:hover > span,
.btn-animated.from-left.show-icon > span,
.open .btn-animated.from-left > span,
.btn-animated.from-left.active > span {
    -webkit-transform: translateX(200%);
    -ms-transform: translateX(200%);
    transform: translateX(200%);
}

.btn-animated.from-top:hover > span,
.btn-animated.from-top.show-icon > span,
.open .btn-animated.from-top > span,
.btn-animated.from-top.active > span {
    -webkit-transform: translateY(300%);
    -ms-transform: translateY(300%);
    transform: translateY(300%);
}






/*===================================
    Labels
===================================*/

.label {
    font-size: 82%;
    letter-spacing: .3px;
}

.label-primary {
    background-color: #7E57C2;
}
.label-success {
    background-color: #30DDBC;
}


/*===================================
    GLOBAL
===================================*/
.m-5 { margin: 5px !important; }
.m-10 { margin: 10px !important; }
.m-15 { margin: 15px !important; }
.m-20 { margin: 20px !important; }
.m-30 { margin: 30px !important; }
.m-40 { margin: 40px !important; }
.m-50 { margin: 50px !important; }

.m-t-5 { margin-top: 5px !important; }
.m-r-5 { margin-right: 5px !important; }
.m-b-5 { margin-bottom: 5px !important; }
.m-l-5 { margin-left: 5px !important; }

.m-t-10 { margin-top: 10px !important; }
.m-r-10 { margin-right: 10px !important; }
.m-b-10 { margin-bottom: 10px !important; }
.m-l-10 { margin-left: 10px !important; }

.m-t-15 { margin-top: 15px !important; }
.m-r-15 { margin-right: 15px !important; }
.m-b-15 { margin-bottom: 15px !important; }
.m-l-15 { margin-left: 15px !important; }

.m-t-20 { margin-top: 20px !important; }
.m-r-20 { margin-right: 20px !important; }
.m-b-20 { margin-bottom: 20px !important; }
.m-l-20 { margin-left: 20px !important; }

.m-t-30 { margin-top: 30px !important; }
.m-r-30 { margin-right: 30px !important; }
.m-b-30 { margin-bottom: 30px !important; }
.m-l-30 { margin-left: 30px !important; }

.m-t-40 { margin-top: 40px !important; }
.m-r-40 { margin-right: 40px !important; }
.m-b-40 { margin-bottom: 40px !important; }
.m-l-40 { margin-left: 40px !important; }

.m-t-50 { margin-top: 50px !important; }
.m-r-50 { margin-right: 50px !important; }
.m-b-50 { margin-bottom: 50px !important; }
.m-l-50 { margin-left: 50px !important; }


.m-none { margin: 0px !important; }
.m-t-none { margin-top: 0px !important; }
.m-r-none { margin-right: 0px !important; }
.m-b-none { margin-bottom: 0px !important; }
.m-l-none { margin-left: 0px !important; }

.p-2 { padding: 2px !important; }
.p-5 { padding: 5px !important; }
.p-10 { padding: 10px !important; }
.p-15 { padding: 15px !important; }
.p-20 { padding: 20px !important; }
.p-30 { padding: 20px 30px 20px !important; }
.p-50 { padding: 50px !important; }
.p-70 { padding: 70px !important; }
.p-100 { padding: 100px !important; }

.p-t-2 { padding-top: 2px !important; }
.p-r-2 { padding-right: 2px !important; }
.p-b-2 { padding-bottom: 2px !important; }
.p-l-2 { padding-left: 2px !important; }

.p-t-5 { padding-top: 5px !important; }
.p-r-5 { padding-right: 5px !important; }
.p-b-5 { padding-bottom: 5px !important; }
.p-l-5 { padding-left: 5px !important; }

.p-t-10 { padding-top: 10px !important; }
.p-r-10 { padding-right: 10px !important; }
.p-b-10 { padding-bottom: 10px !important; }
.p-l-10 { padding-left: 10px !important; }

.p-t-15 { padding-top: 15px !important; }
.p-r-15 { padding-right: 15px !important; }
.p-b-15 { padding-bottom: 15px !important; }
.p-l-15 { padding-left: 15px !important; }

.p-t-20 { padding-top: 20px !important; }
.p-r-20 { padding-right: 20px !important; }
.p-b-20 { padding-bottom: 20px !important; }
.p-l-20 { padding-left: 20px !important; }

.p-t-30 { padding-top: 30px !important; }
.p-r-30 { padding-right: 30px !important; }
.p-b-30 { padding-bottom: 30px !important; }
.p-l-30 { padding-left: 30px !important; }

.p-t-50 { padding-top: 50px !important; }
.p-r-50 { padding-right: 50px !important; }
.p-b-50 { padding-bottom: 50px !important; }
.p-l-50 { padding-left: 50px !important; }

.p-t-70 { padding-top: 70px !important; }
.p-r-70 { padding-right: 70px !important; }
.p-b-70 { padding-bottom: 70px !important; }
.p-l-70 { padding-left: 70px !important; }

.p-t-100 { padding-top: 100px !important; }
.p-r-100 { padding-right: 100px !important; }
.p-b-100 { padding-bottom: 100px !important; }
.p-l-100 { padding-left: 100px !important; }


.p-none { padding: 0px !important; }
.p-t-none { padding-top: 0px !important; }
.p-r-none { padding-right: 0px !important; }
.p-b-none { padding-bottom: 0px !important; }
.p-l-none { padding-left: 0px !important; }


.last-child-m-b-n > *:last-child {
    margin-bottom: 0px;
}

.bold {
    font-weight: 600 !important;
    letter-spacing: .5px;
}

.row.row-20 {
    margin-left: -20px;
    margin-right: -20px;
}

.v-align-middle {
    vertical-align: middle;
}

.inline-block {
    display: inline-block;
}

.bg-white { background-color: #fff !important; }
.bg-parent { background-color: #f9f9f9 !important; }
.bg-primary { background-color: #7E57C2 !important; }
.bg-complete { background-color: #1c3faa !important; }
.bg-complete-darker { background-color: #2B6A94 !important; }
.bg-success { background-color: #30DDBC !important; }
.bg-warning { background-color: #F5CD51 !important; }
.bg-danger { background-color: #F95F5B !important; }
.bg-info { background-color: #37434D !important; }
.bg-hint { background-color: #919191 !important; }

.text-white { color: #fff !important; }
.text-primary { color: #7E57C2 !important; }
.text-complete { color: #1c3faa !important; }
.text-complete-darker { color: #2B6A94 !important; }
.text-success { color: #30DDBC !important; }
.text-warning { color: #F5CD51 !important; }
.text-danger { color: #F95F5B !important; }
.text-info { color: #37434D !important; }
.text-hint { color: #919191 !important; }
.text-default { color: #626262 !important; }

.text-underline {
    text-decoration: underline;
}



.z-shad-1 {
    border: 1px solid #EFEFEF;
    box-shadow: 0px 1px 2px #EFEFEF;
}


.cp-clickable {
    cursor: pointer;
}

.cp-linkable {
    position: relative;
}
.cp-linkable .cp-area-link {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 3;
    text-indent: 99999999px;
    display: block;
    white-space: nowrap;
    opacity: 0;
}


.relative {
    position: relative;
}

.wrapper {
    width: 100%;
    position: relative;
}

.jumbo-container {
    padding-top: 80px;
    padding-bottom: 80px;
}

.container-printable {
    width: 800px;
}

body.has-top-bar .wrapper {
    
    background-color: #f1f5f8;
    border-radius: 30px;
    width: 83%;
    min-height: 100vh;
    float: right;
        margin-bottom: 25px;
}

.wrapper-bottom-sec {
    width: 100%;
    height: 100%;
/*    overflow: hidden;
    overflow-y: auto;*/
}

.app-logo-inner {
    margin-bottom: 50px;
}

.page-header {
    margin-top: 28px;
}

.page-title {
  margin: 0px;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 500;
    letter-spacing: 1px;
    color: #2d3748;
}

/*========Typography========*/

code {
    font-size: 11px;
    color: #1c3faa;
    background-color: #F7F8FA;
}

.text-sm {
    font-size: 11.5px;
}

.error-title-404 {
    font-size: 70px;
    font-weight: 900;
    text-transform: uppercase;
    margin-top: 50px;
    margin-bottom: 30px;
}


.font-45 {
    font-size: 45px !important;
}
.font-15 {
    font-size: 15px !important;
}



/*== Post Typography ==*/

.article-content {}

.article-content ul,
.article-content ol {
    padding-left: 25px;
    margin-bottom: 25px;
    margin-top: 10px;
}

.article-content ul li,
.article-content ol li {
    margin-bottom: 5px;
}

.article-content ul li:last-child,
.article-content ol li:last-child {
    margin-bottom: 0px;
}

.article-content h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
    margin-bottom: 10px;
}

.article-content p {
    margin-bottom: 25px;
}

.article-content *:last-child {
    margin-bottom: 0px;
}


/*======= Bootstrap panel =====*/

.panel {
       box-shadow: 0 3px 20px rgba(0,0,0,.04);
    background-color: #fff;
    background-color: rgba(255,255,255);
    border-radius: 8px;
    position: relative;
}

.panel.panel-less {
    box-shadow: none !important;
}

.panel.panel-transparent {
    background-color: transparent;
    box-shadow: none;
}
.panel-heading {
    padding: 20px;
    display: none
}

.panel-30 .panel-heading {
    padding: 30px;
}

.panel-title {
       margin: 0px;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 500;
    letter-spacing: 1px;
    color: #2d3748;
}

.panel-title.panel-title-15 {
    font-size: 15px;
}
.panel-body {
    padding: 20px;
}


.panel-30 .panel-body {
    padding: 30px;

}

.panel-other-acction {
    color: #8B93A5;
    line-height: 2;
}
.panel-other-acction a {
    border-bottom: 1px solid;
}

.panel.tab-content {
    border-top: none;
}

.panel.panel-hoverd {
    -webkit-transition: all .15s;
    transition: all .15s;
}
.panel.panel-hoverd:hover {
    box-shadow: 0 4px 13px 0 rgba(0,0,0,0.2);
}


.content-tight-panel {
    float: right;
    width: 330px;
    max-width: 100%;
    margin-left: 30px;
    margin-bottom: 30px;
}

.content-tight-panel .panel {
    box-shadow: none;
    background: #f7f8fa;
    border: 1px solid rgba(0, 0, 0, 0.12);
}

@media screen and (max-width: 767px) {

    .content-tight-panel {
        width: 100%;
        float: none;
        margin-left: 0px;
    }

}

/*===================================
    TAB
===================================*/

.nav-tabs {
    border-bottom: 1px solid #eaeaea;
}
.nav-tabs>li>a {
    color: #888;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #1c3faa;
    border: 1px solid #eaeaea;
    border-bottom-color: transparent;
}


/*===================================
    LEFT NAVBAR
===================================*/

.bar-setting {
    display: block;
    color: #2A2E36;
    width: 78px;
    height: 60px;
    font-size: 21px;
    text-align: center;
    line-height: 60px;
    float: right;
}

.left-bar-open .bar-setting,
.bar-setting:focus,
.bar-setting:active,
.bar-setting:hover {
    color: #292B42;
}

.left-nav-bar .app-logo {
    padding-left: 22px !important;
}

.left-nav-bar {
    position: relative;
    left: 0px;
    float: left;
    padding-top: 60px;
  width: 17%;
    background-color: #1c3faa;
    height: 100%;

    z-index: 999;
    -webkit-transition: all 500ms cubic-bezier(0.05,0.74,0.27,0.99);
    transition: all 500ms cubic-bezier(0.05,0.74,0.27,0.99);
}

/*.left-bar-open .left-nav-bar {
    margin-left: 25px;
}*/

/*.left-nav-bar:hover {
    margin-left: 25px;
}*/

.left-nav-bar .nav-top-sec {
    height: 60px;
    background-color: #1c3faa;
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
}

.left-navigation {
    padding: 15px 0px;
}

.left-nav-bar .left-navigation ul,
.left-nav-bar .left-navigation li {
    margin: 0px;
}
.left-nav-bar .left-navigation li {
    position: relative;
    list-style: none;
    line-height: 1.43;
}

.left-nav-bar .left-navigation > li {
    margin-bottom: 4px;
}


.left-nav-bar .left-navigation li a:before,
.left-nav-bar .left-navigation li a:after {
    content: "";
    display: table;
}

.left-nav-bar .left-navigation li a:after {
    clear: both;
}

.left-nav-bar .left-navigation li a {
    display: flex;
    color: #fff;
     padding: 12px 20px 12px 25px;
    font-size: 14px;
    font-weight: 400;
    border-radius: 100px 0 0 100px;
}

.left-nav-bar .left-navigation li a .menu-text {
    float: none;
        padding-left: 8px;
            position: relative;
    top: 2px;
    font-weight: 500;
}

.left-nav-bar .left-navigation li a .menu-thumb {
   order: -1;
    font-size: 19px;
    text-align: center;
    margin-top: -3px;
    width: 30px;
    padding-right: 8px;
}



.left-nav-bar .left-navigation > li.active > a,
.left-nav-bar .left-navigation > li.init-sub-open > a,
.left-nav-bar .left-navigation > li.sub-open > a {
   color: #2d3748;
    background-color: #f1f5f8;
}

.left-nav-bar .left-navigation > li:hover > a
{
  background-color: #3151bc
}

.left-nav-bar .left-navigation > li.active:hover > a
{
     background-color: #fff;
      border-radius: 100px 0 0 100px;
}

.left-nav-bar .left-navigation li.init-sub-open > a,
.left-nav-bar .left-navigation li.sub-open > a {
   color: #fff;
    background-color: transparent;
        position: relative;
}

.left-nav-bar .left-navigation .sub li.active > a {
        color: #000!important;
    background-color: #f1f5f8;
}

.left-nav-bar .left-navigation .sub li a .menu-thumb {
    font-size: 14px;
    text-transform: lowercase;
}

.left-nav-bar .left-navigation li a .arrow {
    display: none;
        position: absolute;
    top: 0;
    right: 0;
}

.left-bar-open .left-nav-bar .left-navigation li a .arrow,
.left-nav-bar:hover .left-navigation li a .arrow {
    display: block;
}

.left-nav-bar .left-navigation li a .arrow:after {
    content: "\f107";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    position: absolute;
    top: 19px;
    right: 30px;
}

.left-nav-bar .left-navigation li.sub-open a .arrow:after {
    -webkit-transform: rotate(-180deg);
}



.left-nav-bar .left-navigation li .sub {
    display: none;
    background-color: #1a389f;

        border-radius: 5px;
}
.left-nav-bar .left-navigation li.init-sub-open .sub {
    display: block;
}

.left-nav-bar .left-navigation li .sub li > a {
    padding: 15px 20px 15px 22px;
    font-size: 14px;
        display: flex;
    align-items: center;
}

.left-nav-bar .left-navigation li .sub li:hover > a {
    color: #fff;
}

.nav-bottom-sec {
    height: 100%;
    width: 100%;
}



/*===================================
    TOP BAR
===================================*/
.top-bar {
    background-color: #f1f5f8;
    min-height: 61px;
    position: relative;
    width: 100%;
    top: 0px;
    left: 0px;
    border-radius: 30px 30px 0 0;
    z-index: 888;
    border-bottom: 1px solid #dee7ef
}

.app-logo {
    float: left;
    padding: 20px 30px;
}

.top-info-bar {
    float: left;
    margin-top: 15px;
}

.top-info-bar .bar-notification {
    display: inline-block;
    margin-right: 5px;
}
.top-info-bar .bar-notification > a {
    color: #bbb;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    position: relative;
    font-size: 15px;
}

.top-info-bar .open.bar-notification > a,
.top-info-bar .bar-notification > a:hover {
    color: #1c3faa;
}

.top-info-bar .bar-notification > a:after {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #E87979;
    top: 2px;
    right: 3px;
    display: none;
}
.top-info-bar .bar-notification.active > a:after {
    display: block;
}

.top-bar > .navbar-right {
    margin: 0px;
    float: right;
}
.user-profile {
    margin-top: 13px;
}
.user-profile > a {
    display: block;
}
.user-profile .user-image {
    width: 36px;
    height: 36px;
    border-radius: 50%;
}
.user-profile .user-info {
    color: #222;
    margin-right: 5px;
    display: none
}
.user-info .user-role {
    color: #1c3faa;
}

.top-bar .navbar-nav {
    margin-top: 5px;
}

.top-bar .navbar-header {
    margin-top: 5px;
}
.top-bar .navbar-header .navbar-brand {
    margin-right: 100px;
}

.nav > li > a {
    color: #222;
}

.nav > li > a:focus,
.nav > li > a:hover,
.nav > li.active > a{
    color: #1c3faa;
}

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
    background: none;
}

.navbar-toggle {
    padding: 5px 11px 3px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    font-size: 14px;
}

@media screen and (max-width: 767px) {
    .navbar-brand {
    }
}



/*================== Reset Dropdown ================*/

.user-profile .dropdown-menu
{
     background-color: #15329a;
}
.dropdown-menu {
    box-shadow: 0px 0px 5px rgba(98, 98, 98, 0.34);
    padding: 0px;
    border-radius: 8px;
    margin: 0px;
    min-width: 130px;
    margin-top: 10px;
    display: block;
    opacity: 0;
    z-index: 99999999999999999;
    backface-visibility: hidden;
    transform: scale(1,0);
    transform-origin: center top 0;
    -webkit-transition: all 170ms cubic-bezier(0.05,0.74,0.27,0.99) 0s;
    transition: all 170ms cubic-bezier(0.05,0.74,0.27,0.99) 0s;
    border: none;
   
}

.dropup .dropdown-menu {
    transform-origin: center bottom 0;
}

.dropdown-menu.arrow:before {
    position: absolute;
    top: -7px;
    left: 7px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(121, 121, 121, 0.3);
    content: '';
    display: none

}
.dropdown-menu.arrow:after {
    position: absolute;
    top: -6px;
    left: 8px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    border-left: 6px solid transparent;
    content: '';
    display: none
}

.dropdown-menu.arrow.right-arrow:before {
    right: 15px;
    left: auto;
}
.dropdown-menu.arrow.right-arrow:after {
    right: 16px;
    left: auto;
}

.open > .dropdown-menu {
    opacity: 1;
    transform: scale(1,1);
}

.user-profile .dropdown-menu li a {
    color: #fff;
    padding: 16px 25px;
    font-size: 14px;
    border-bottom: 1px solid #2744ac;
}

.dropdown-menu li a {
       color: #000;
    padding: 12px 25px;
    font-size: 14px;
}

.dropdown-menu.inner .selected a
{
    color:#fff;
    background-color: #1c3faa 
}

.dropdown-menu.inner a:hover
{
  background-color: #e9edf2;
}

.dropdown-menu.inner .selected a
{
    background-color: #1c3faa 
}

.dropdown-menu li a i {
    width: 22px;
}

.dropdown-menu li a:hover {
        background-color: #e9edf2;
    color: #000;
}

.user-profile .dropdown-menu li a:hover 
{
        background-color: #1c3faa;
    color: #fff;
}

.user-profile .dropdown-menu li a {
    background-color: #15329a;
    color: #fff;
}

.dropdown-menu li.bg-dark {
    background-color: #F7F8FA;
   
}
.dropdown-menu li.bg-dark a {
      padding: 15px 25px;
    background-color: #15329a;
    border-radius: 0 0 8px 8px;
}
.dropdown-menu li.bg-dark a i {
  width: 22px;
}


.btn-mini-group .dropdown-menu li a i {
    width: 22px;
}



/*========= Date Time Picker ========*/

.bootstrap-datetimepicker-widget {
    opacity: 1;
    z-index: 2;
    transform: scale(1,1);
}







/*========= Dropdown button group ========*/

.dropdown-default .btn.dropdown-toggle {
    text-align: left;
    padding-right: 27px;
    min-width: 130px;
}

.dropdown-default.open>.btn.dropdown-toggle {
    border-color: transparent!important;
    background: transparent!important;
    z-index: 10!important;
}

.dropdown-default .dropdown-menu {
    margin-top: -40px;
    padding: 42px 0px 12px 0!important;
    background-color: #fafafa;
}

.dropdown-default.dropup .dropdown-menu {
    margin-bottom: -40px;
    padding: 0 3px 52px 0!important;
    transform-origin: center bottom 0;
    background-color: #fafafa;
}

.dropdown-default .dropdown-menu li a,
.dropdown-default .dropdown-menu li a:focus {
    color: #626262;
}

.dropdown-default .dropdown-menu li a:hover,
.dropdown-default .dropdown-menu li a:active {
    color: #000;
}

.dropdown-default.open>.btn.dropdown-toggle {
    border-color: transparent!important;
    background: transparent!important;
    z-index: 666!important;
    box-shadow: none;
}

.dropdown-default.dropup .dropdown-menu:after {
    bottom: 43px;
    top: auto!important;
}

.dropdown-default .dropdown-menu:after {
    content: "";
    position: absolute;
    height: 1px;
    left: 0;
    top: 42px;
    background: #e6e6e6;
    width: 100%;
}

.dropdown-default .btn.dropdown-toggle .caret {
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -2px;
}



/*============= Bar Notification menus =============*/

.bar-notification .dropdown-menu {
    width: 220px;
}

.bar-notification .dropdown-menu li {
    border-bottom: 1px solid #F7F8FA;
}

.bar-notification .dropdown-menu li a {
    display: block;
    overflow: hidden;
    padding: 10px 15px;
    font-size: 13px;
    color: #626262;
}
.bar-notification .dropdown-menu li a:hover {
    background-color: #F7F8FA;
}


.bar-notification .dropdown-menu li.title {
       padding: 16px 15px;
    font-size: 14px;
    color: #fff;
}

.bar-notification .dropdown-menu li.footer {
    border: none;
    text-align: center;
}

.bar-notification .dropdown-menu li.footer a {
    background-color: transparent !important;
    font-size: 11px;
    color:#fff;
    border-bottom: none
}

.bar-notification .dropdown-menu li.footer a:hover {
    color:#d9dde8;
}



.user-dropdown li .user-thumb {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 8px;
}
.user-dropdown li .user-name {
    display: inline-block;
    vertical-align: middle;
}

.navflex .dropdown.bar-notification svg {
    width: 22px;
}



.bar-notification .message-dropdown {
    width: 350px;
}
.message-dropdown li .name {
    color: #1c3faa;
}
.message-dropdown li .name span {
    float: right;
    color: #CCCCCC;
    font-size: 11px;
}
.message-dropdown li .message {
    overflow: hidden;
}



/*============== Notification & Alert =============*/

.alert {
    border-width: 0px;
    font-style: 13px;
}

.alert.bordered {
    border-width: 1px;
}

.alert-success {
    color: #219982;
    background-color: #C9F0E9;
    border-color: #B1E5DC;
}

.alert-warning {
    color: #8a6d3b;
    background-color: #F5F1DA;
    border-color: #EDE7C1;
}


.alertify-logs {
    right: 30px;
    bottom: 15px;
    width: auto;
}

.alertify-top .alertify-logs {
    top: 75px;
    bottom: auto;
}

.alertify-log {
    text-shadow: none !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    color: #fff;
    border-width: 0px;
    margin-top: 15px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16), 0 2px 6px 0 rgba(0, 0, 0, 0.12);
}

.alertify-border .alertify-log {
    border-width: 1px;
}

.alertify-top .alertify-log {
    margin: 0px;
    margin-bottom: 15px;
}

.alertify-log-success {
    background-color: #30DDBC;
}
.alertify-log-error {
    background-color: #F95F5B;
}
.alertify-log-info {
    background-color: #1c3faa;
}
.alertify-log-warning {
    background-color: #F5CD51;
}


.alertify-log * {
    vertical-align: middle;
}

.alertify-log i {
    font-size: 18px;
    margin-right: 5px;
}





/*================= Tooltip ================*/


.tooltip-inner {
    padding: 4px 8px;
    color: #FFFFFF;
    background-color: #2B2D44;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #2B2D44;
}
.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #2B2D44;
}
.tooltip.left .tooltip-arrow {
    border-left-color: #2B2D44;
}
.tooltip.right .tooltip-arrow {
    border-right-color: #2B2D44;
}


/*=============== Form ==============*/

.form-some-up {
    margin-top: -8px;
}

.form-control {
    background-color: #fff;
    background-image: none;
    border: 1px solid rgba(0,0,0,.07);
    -webkit-appearance: none;
    color: #443;
    outline: none !important;
    height: 42px;
    line-height: normal;
    font-size: 14px;
    font-weight: 400;
    vertical-align: middle;
    min-height: 42px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all .2s linear 0s;
    transition: all .2s linear 0s;
}

.form-control:disabled {
    background: #f8f8f8;
    /*color: rgba(90,90,90,.23);*/
    color: #666;
}

.form-control:focus {
    border-color: #D2D2D2;
}

.form-group {
    margin-bottom: 15px;
    position: relative !important;
}

.form-group-default {
    position: relative;
}

.form-group label:not(.error) {
       font-weight: 400;
    font-size: 14px;
    letter-spacing: .5px;
    text-transform: capitalize;
    -webkit-transition: color .2s linear 0s;
    transition: color .2s linear 0s;
    margin-bottom: 11px;
}

.form-group-default label {
    position: absolute;
    margin: 0;
    width: 100%;
    padding: 8px 13px 0px;
    color: #626262;
}

input::placeholder
{
    font-size: 14px;
    opacity: 0.7;
}

form .btn.btn-success.btn-sm {
    padding: 10px 20px !important;
    font-size: 14px !important;
    border-radius: 6px !important;
    border-radius: 3px;
    background-color: #1c3faa !important;
    border-color: #1c3faa !important
}


.btn.btn-success {
    padding: 10px 20px !important;
    font-size: 14px !important;
    border-radius: 6px !important;
    border-radius: 3px;
    background-color: #1c3faa !important;
    border-color: #1c3faa !important
}

form .btn.btn-success.btn-sm i
{
 display: none
}
/*.btn.btn-success i*/
/*{*/
/*  display: none*/
/*}*/

form .btn.btn-success {
    padding: 10px 35px !important;
    font-size: 14px !important;
    border-radius: 6px !important;
    border-radius: 3px;
    background-color: #1c3faa !important;
    border-color: #1c3faa !important
}

.form-group-default.filled label,
.form-group-default.focused label,
.form-group-default.disabled label {
    color: #bbb;
}

.form-group-default .form-control {
    background: #fff;
    border: 1px solid #E8E9F0;
    padding: 36px 13px 17px;
    height: 70px !important;
}


.form-group-default .form-control:focus {
    background: #f8f8f8;
}


.form-group-default.required:after {
    color: #f35958;
    content: "*";
    font-family: arial;
    font-size: 20px;
    position: absolute;
    right: 12px;
    top: 4px;
}

.form-inline .form-control.input-sm {
    padding: 5px 10px;
    height: 34px;
    min-height: 34px;
    line-height: 1.7;
}


input[readonly] {
    cursor: not-allowed;
}


.input-group-file input[type=text] {
    min-height: 35px;
    height: 35px;
}

.label-link {
    display: inline-block;
    font-weight: 500;
    font-size: 11px;
    letter-spacing: .5px;
    text-transform: uppercase;
}
.label-link a {}

@media only screen and (min-width: 768px){
    form .row {
        margin-left: -7px;
        margin-right: -7px;
    }

    form .row [class*=col-] {
        padding-left: 7px;
        padding-right: 7px;
    }
}

.help {
    font-size: 11px;
    color: #000;
}

.help .text-success
{
  color:#000 !important;
}






/*================= Checkbox ================*/
.coder-checkbox {
    display: inline-block;
    position: relative;
    min-width: 17px;
    min-height: 17px;
    padding-left: 17px;
    vertical-align: middle;
}
.coder-checkbox input[type=checkbox] {
    opacity: 0;
    position: absolute !important;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    margin: 0px !important;
    z-index: 2;
    cursor: pointer;
}
.coder-checkbox .co-check-ui {
    position: absolute;
    width: 16px;
    height: 16px;
    border: 1px solid #CCC;
    border-radius: 3px;
    top: 3px;
    left: 0px;
    text-align: center;
    line-height: 15px;
    font-size: 10px;
    z-index: 1;
    cursor: pointer;
}
.coder-checkbox .co-check-ui:after {
    content: "\f00c";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    opacity: 0;
    transform: scale(0);     transition: all .15s ease;
}
.coder-checkbox input[type=checkbox]:checked + .co-check-ui:after {
      opacity: 1;
    transform: scale(1);
    background-color: #1c3faa;
    /* padding: 2px; */
    border-color: transparent;
    width: 15px;
    height: 15px;
    top: -1px;
        color: #fff;
    line-height: 15px;
    position: relative;
    border-radius: 2px;
}

.coder-checkbox label {
    margin: 0px;
    line-height: 1.6;
    font-weight: 500;
    display: block;
    margin-left: 8px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .5px;
}


.coder-checkbox input[type=checkbox]:disabled {
    cursor: not-allowed;
}

.coder-checkbox input[type=checkbox]:disabled + .co-check-ui:after {
    color: #bbb;
}

.coder-checkbox input[type=checkbox]:disabled + .co-check-ui + label {
    color: #bbb;
}



/*================= Radio ================*/
.coder-radiobox {
    display: inline-block;
    position: relative;
    min-width: 17px;
    min-height: 17px;
    padding-left: 17px;
    vertical-align: middle;
}
.coder-radiobox input[type=radio] {
    opacity: 0;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    margin: 0px !important;
    z-index: 2;
    cursor: pointer;
}
.coder-radiobox .co-radio-ui {
    position: absolute;
    width: 16px;
    height: 16px;
    border: 1px solid #CCC;
    border-radius: 50%;
    top: 0px;
    left: 0px;
    text-align: center;
    line-height: 15px;
    font-size: 8px;
    z-index: 1;
    cursor: pointer;
}
.coder-radiobox .co-radio-ui:after {
    content: "\f111";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    opacity: 0;
    transform: scale(0);
    transition: all .15s ease;
}
.coder-radiobox input[type=radio]:checked + .co-radio-ui:after {
    opacity: 1;
    transform: scale(1);
}

.coder-radiobox label {
    margin: 0px;
    line-height: 1.6;
    font-weight: 500;
    display: block;
    margin-left: 8px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .5px;
}


.coder-radiobox input[type=radio]:disabled {
    cursor: not-allowed;
}

.coder-radiobox input[type=radio]:disabled + .co-radio-ui:after {
    color: #bbb;
}

.coder-radiobox input[type=radio]:disabled + .co-radio-ui + label {
    color: #bbb;
}




/*td.p-l-100 .col-xs-6 {
    border-top: 1px solid;
    border-right: 1px solid;
    border-color: #a0a0a0;
    padding-top: 5px;
    padding-bottom: 5px;
}

td.p-l-100 .col-xs-6:first-child {
    border-left: 1px solid #a0a0a0;
    background: #eaeaea;
}

td.p-l-100 .row:last-child .col-xs-6 {
    border-bottom: 1px solid #a0a0a0;
}*/
/*================= Table ================*/

.table {
    margin-top: 5px;
}

.table:last-child {
    margin-bottom: 0px;
}

.table thead tr th {
    outline: none;
    padding: 0px 15px 15px;
    vertical-align: bottom;
    border-bottom: 1px solid #ddd;
    text-transform: uppercase;
    font-size: 14px;
    color: #2d3748;
}

.table tbody tr td {
       background: #fff;
    border-bottom: 1px solid rgba(230, 230, 230, 0.7);
    border-top: 0px;
    padding: 14px 15px;
    font-size: 14px;
    color: #2d3748;
    font-weight: 500;
        vertical-align: middle;
}

.table.table-hover tbody tr:hover > td {
    background-color: #F1F9FF;
}

.table tbody tr:last-child td {
    border-bottom-width: 0px;
}

.table tr td:first-child {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.table tr  td:last-child {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.table.table-borderless tbody tr td {
    border-top: 0;
}

.table.table-condensed tbody tr td {
    padding-top: 12px;
    padding-bottom: 12px;
}

.table.table-condensed.table-condensed-slim tbody tr td {
    padding: 8px;
}

.table.table-borderless > tbody > tr > td {
    border-bottom: 0px;
}

.table.table-striped tbody tr td {
    background: #FAFAFA !important;
}
.table.table-striped tbody tr:nth-child(2n+1) td {
    background: #fff !important;
}

.table.table-no-border thead tr th {
    border: none;
}

.table.table-no-border tbody tr td {
    border: none;
}

.table.table-no-border.table-condensed tbody tr td {
    padding-top: 8px;
    padding-bottom: 8px;
}

.table.table-no-border.table-condensed thead tr th {
    padding: 0px 14px 12px;
}


.table.table-bordered tr th,
.table.table-bordered tr td {
    border: 1px solid;
}


.table.table-transparent tr th,
.table.table-transparent tr td {
    background: transparent;
}


table.table tr td strong.help-split {
    display: inline-block;
    width: 30%;
}

.table tbody tr td.td-highlighted {
    background-color: #c4e5fd !important;
}


.table tr td.td-b-none {
    border: none !important;
}
.table tr td.td-b-l-none {
    border-left: none !important;
}
.table tr td.td-b-r-none {
    border-right: none !important;
}
.table tr td.td-b-t-none {
    border-top: none !important;
}
.table tr td.td-b-b-none {
    border-bottom: none !important;
}

@media only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

    table.table tr td {
        display: block;
    }
    table.table tr td strong.help-split {
        display: inline-block;
        width: 50%;
    }

    /* Force table to not be like tables anymore */
    table.table-ultra-responsive,
    table.table-ultra-responsive thead,
    table.table-ultra-responsive tbody,
    table.table-ultra-responsive th,
    table.table-ultra-responsive td,
    table.table-ultra-responsive tr {
        display: block;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    table.table-ultra-responsive thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    table.table-ultra-responsive tr { border-bottom: 1px solid #ccc; }

    table.table-ultra-responsive td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 120px !important;
    }

    table.table-ultra-responsive td:before {
        position: absolute;
        top: 20px;
        left: 15px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
    }

    .table.table-ultra-responsive.table-condensed tbody tr td:before {
        top: 12px;
    }

    /*
    Label the data
    */
    .table.table-ultra-responsive td:before {
        content: attr(data-label);
    }

    .bill-data-title{
        width: auto !important;
    }
}





/*================ Data Table ================*/

.table.dataTable tbody tr:last-child td {
    border-bottom-width: 1px;
}

.table.dataTable 
{
     border-collapse: separate;
    border-spacing: 0 10px;
}

.table.dataTable tbody tr
{
  margin-bottom: 10px;
}

.dataTables_length,
.dataTables_filter,
.dataTables_info,
.dataTables_paginate {
    padding: 0px;

}


table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
    bottom: auto;
    top: 2px;
    font-size: 10px;
    right: 10px;
}

table.dataTable.table-condensed .sorting:after, table.dataTable.table-condensed .sorting_asc:after, table.dataTable.table-condensed .sorting_desc:after {
    top: 0px;
    right: 20px;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    /*margin: 12px 0 10px;*/
    white-space: nowrap;
}

div.dataTables_wrapper div.dataTables_info {
    padding-top: 10px;
    white-space: nowrap;
}

.table.dataTable .btn {
    background-color: transparent !important;
    border-color: transparent !important;
     font-size: 14px;
    font-weight: 400;
        padding: 0 6px !important; 
}

.table.dataTable .btn.btn-primary
{
    color: #2e51bb !important
}


.table.dataTable .btn.btn-complete
{
    color: #91c714!important
}

.table.dataTable .btn
{
    color: #353f4f !important
}


.table.dataTable .btn.btn-danger
{
    color: #d32929 !important
}

.table.dataTable th:[style="width:216px"]
{
   width: 150px !important
}


/*=============== Bootstrap Select ==================*/

.bs-actionsbox, .bs-donebutton, .bs-searchbox {
    padding: 8px 8px 6px;
}

.bs-searchbox .form-control {
    margin-bottom: 0;
    width: 100%;
    padding: 8px 12px!important;
    min-height: 34px !important;
    height: 34px !important;
}

.bootstrap-select .dropdown-toggle,
.bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
    box-shadow: none !important;
    font-weight: 400;
}

.bootstrap-select.btn-group .dropdown-menu li a .glyphicon,
.bootstrap-select.btn-group .dropdown-toggle .filter-option i {
    width: 18px;
    font-size: 12px;
    margin-top: -2px;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option i {
    font-size: 13px;
    margin-left: 1px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
    width: inherit;
    margin-top: 10px;
    font-size: 11px;
}
.bootstrap-select.btn-group .dropdown-menu li a span {
    vertical-align: middle;
}

.bootstrap-select.form-control>.dropdown-toggle {
        margin: 0px;
    padding: 9px 12px;
    font-size: 15px;
    border-radius: 6px;
}

.form-group.form-group-default .bootstrap-select.btn-group.form-control {
    background-color: transparent;
    border: none;
    padding: 0px;
    height: auto;
}

.form-group.form-group-default .bootstrap-select.form-control>.dropdown-toggle {
    padding: 28px 13px 6px 13px;
    background-color: transparent;
    float: none;
}

.form-group.form-group-default .bootstrap-select.btn-group.form-control .dropdown-toggle .caret {
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: 10px;
    vertical-align: middle;
}





/*================ Modal =================*/

@media (min-width: 768px) {
    .modal-dialog {
        margin-top: 100px;
    }
    .modal-content {
        border-radius: 5px;
        border: none;
        -webkit-box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
        box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
    }
}


.modal-header {
    padding: 20px 15px;
}

.modal-title {
    text-transform:capitalize;
    color: #2A2E36;
    font-weight: 600;
    font-size: 16px;
}

.modal-body {
    padding: 28px 15px;
}

.modal-footer {
    padding: 0 15px;
}




/*============= Sweet Alert ============*/

.sweet-overlay {
    background-color: rgba(0, 0, 0, 0.5) !important;
}

.sweet-alert {
    padding: 27px 30px 30px !important;
    border-radius: 0px !important;
    -webkit-box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
    box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
}

.sweet-alert h2 {
    font-weight: 500 !important;
}

.sweet-alert p:last-child {
    margin-bottom: 0px;
}

.sweet-alert .icon {
    margin: 3px auto 20px;
}

.lead {
    font-size: 14px !important;
    font-weight: 400 !important;
}

.text-muted {
    color: #626262 !important;
}






/*=============== pagination ===============*/

.pagination {}

.pagination>li {
    display: inline-block;
}

.pagination>li>a,
.pagination>li>span{
    padding: 0px 7px;
    opacity: .4;
    color: #2A2E36 !important;
    background-color: transparent !important;
    border: none;
    font-size: 12px;
    font-weight: 500;
}

.pagination>li.next {}
.pagination>li.next>a,
.pagination>li.next>span {}

.pagination>li.previous {}
.pagination>li.previous>a,
.pagination>li.previous>span {}

.pagination>li.active a {
    background-color: #1c3faa!important;
    padding: 11px 15px;
    color: #fff !important;
    border-radius: 3px;
}
.pagination>li.active>a,
.pagination>li.active>span {
    opacity: 1;
}

.pagination>li.disabled {
    position: relative;
    top: -9px;
 }
.pagination>li.disabled>a, .pagination>li.disabled>span {
    font-size: 14px;
    color: #666 !important;
    opacity: 1;
    font-weight: 400;
}


.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    cursor: default;
    color: #666 !important;
    border: 1px solid transparent;
    background: transparent;
    box-shadow: none;
}

.pagination>li>a:hover,
.pagination>li>span:hover {
    opacity: .8;
}

.pagination>li.active {
    margin: 0 5px;
}


.pagination>li.disabled>a:hover,
.pagination>li.disabled>span:hover {
    opacity: .4;
}

.pagination>li.active>a:hover,
.pagination>li.active>span:hover {
    opacity: 1;
}



/*============== Info List ==============*/

.info-list {
    margin: 0px !important;
    padding: 0px !important;
}
.info-list li {
    list-style: none;
    position: relative;
    padding-left: 120px;
    margin-bottom: 12px;
}
.info-list li .info-list-title {
    font-weight: 500;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 105px;
    color: #555;
}
.info-list li .info-list-title:after {
    content: ":";
    position: absolute;
    right: 0px;
}

/*=== Schema 1 ===*/
.info-list.title-space-md li {
    padding-left: 160px;
}
.info-list.title-space-md li .info-list-title {
    width: 145px;
}

/*=== Schema 2 ===*/
.info-list.title-space-lg li {
    padding-left: 220px;
}
.info-list.title-space-lg li .info-list-title {
    width: 200px;
}

/*============== Social buttons ==============*/

.social-module {}
.social-module li {
    margin: 0px;
    padding: 0px;
    display: inline-block;
    margin-right: 5px;
}
.social-module li a {
    display: block;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-color: #444;
    color: #FFF;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
}
.social-module li a:hover {
    background-color: #1c3faa;
}

.social-module.social-module-sm li a {
    width: 28px;
    height: 28px;
    line-height: 30px;
    font-size: 12px;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    text-align: right;
    opacity: 0;
    filter: alpha(opacity=0);
    opacity: 0;
    background: none repeat scroll 0 0 transparent;
    cursor: inherit;
    display: block;
}

/*========== Printable Versin ============*/

.printable-page * {
    color: #000 !important;
    border-color: #000 !important;
}

.printable-page .table tr td,
.printable-page .table tr th {
    border-color: #000 !important;
}

.app-logo-inner * {
    max-width: 242px;
    height: auto;
}

/* Custom Css */
.bar-setting
{
   display: none
} 

img.bar-logo {
    object-fit: contain;
    width: 185px;
}

.left-navigation li.active
{
    position: relative;
}

.left-navigation li.active a .menu-thumb img
{
   filter: inherit
}

.left-navigation li.active:before
{
    content: "";
    width: 40px;
    height: 40px;
    background-size: 100%;
    background-image: url(../img/download.svg);
    position: absolute;
    top: -40px;
    right: 0;
    margin-right: -9px;
        transform: rotate(90deg);
        z-index: 2;
}

.left-navigation li.active:after
{
    content: "";
    /*width: 40px;*/
    /*height: 40px;*/
    background-size: 100%;
    background-image: url(../img/download.svg);
    position: absolute;
    bottom:-40px;
    right: 0;
    margin-right: -9px;
    z-index: 2;
}

.py-20 {
    padding: 20px 0 20px;
}



.wrapper-bottom-sec .col-lg-8 .panel,
.wrapper-bottom-sec .col-lg-7 .panel,
.wrapper-bottom-sec .col-lg-12 .panel
{
     background-color: transparent;
     box-shadow: none
}

.btn.btn-outline-info
{
        padding: 10px 12px;
    border-radius: 6px;

    cursor: pointer;
    border-color: #1c3faa;
    color: #1c3faa;
    font-size: 14px;
        display: flex;
    align-items: center;
    justify-content: center;

    font-weight: 500
}   

.btn.btn-outline-info svg
{
    margin-right: 8px;
}

input[type=file] {
    display: block;
    border: 1px solid #e2e8f0;
    width: 100%;
    padding: 10px;
    border-radius: 6px;
}

.mb-3 {
    margin-bottom: 15px;
}

.form-text.mg-10 {
    margin: 15px 0;
}
.form-text {
    text-transform: uppercase;
    color: #949495;
    position: relative;
    margin-bottom: 20px;
    text-align: center;
}

.form-text::before {
    content: "";
    width: 55px;
    height: 1px;
    background: #949495;
    position: absolute;
    left: 50px;
    top: 50%;
}

.form-text::after {
    content: "";
    width: 55px;
    height: 1px;
    background: #949495;
    position: absolute;
    right: 50px;
    top: 50%;
}

.panelbg .panel
{
    background-color: #fff !important
}

.panelbg1 .panel
{
     background-color: transparent !important;
     box-shadow: none;
}

.panelbg1 .panel .panel-heading,
.panelbg1 .panel .panel-body {
    padding: 20px 0;
}

.form-group.d-none {
    display: none;
}

.panelbg1 .panel .panel-heading {
    padding-bottom: 0;
}


.mbb-2 {
    margin-bottom: 0px !important;
}

.bootstrap-datetimepicker-widget
{
    background-color: #fff
}

li.side-nav__devider.my-6 {
    margin: 15px 23px 15px 0;
    background-color: #aaa;
    height: 1px;
    opacity: 0.2;
}

.side-nav__devider.my-6 {
        margin: 7px 23px 0px 0;
    background-color: #aaa;
    height: 1px;
    opacity: 0.2;
}

.ddlfex
{
        display: flex;
    align-items: center;
    justify-content: space-between;
}

.topcontainer {
    padding: 0 20px;
}

span.menu-thumb img {
        filter: brightness(0) invert(1);
    width: 23px;
    height: 28px;
    object-fit: contain;
  }

@media (max-width: 1440px)
{
    .left-nav-bar
    {
        width:19%;
    }

    body.has-top-bar .wrapper
    {
        width: 81%;
    }

    .left-navigation li.active:before
    {
        top: -39px;
    }
}

@media (max-width: 1229px)
{
    .left-nav-bar
    {
        width:20%;
    }

    body.has-top-bar .wrapper
    {
        width: 80%;
    }

    .left-navigation li.active:before
    {
        top: -39px;
    }
}

.editpro .nav-tabs {
    border-bottom: 1px solid #eaeaea;
    margin: 0 22px 0;
}

.editpro .nav > li > a:focus, .editpro .nav > li > a:hover, .editpro .nav > li.active > a {
   color: #1c3faa;
    border: none;

    border-bottom: 2px solid #1c3faa;
    background-color: transparent;

}
.editpro .nav > li > a
{   
        border: transparent;
    padding: 20px 0;
    margin-right: 25px;
    color: #687497;
 font-weight: 500;
}

h2.headmain
{
        position: relative;
    z-index: 1;
    font-weight: 500;
    font-size: 17px;
    color:#2d3748;
        margin-bottom: 16px;
}

h2.headmain:after {
    content: '';
    width: 50px;
    height: 5px;
    background: rgba(28, 63, 170 , .38);
    position: absolute;
    bottom: 4px;
    left: 0;
    z-index: -1;
}

.user-profile .text-complete {
    display: none;
}

.language-var
{
    display: none !important;
}

.navflex {
    display: flex;
    align-items: center;
}

.navflex .dropdown.bar-notification {
    position: relative;
    top: 9px;
    margin-right: 15px;
}

.navflex .dropdown.bar-notification:before {
    content: "";
    width: 8px;
    height: 8px;
    margin-top: -1px;
    border-radius: 9999px;
    position: absolute;
    right: 2px;
    background-color: #d32929;
}
a.login-btn.google {
    background: #dd4b39;
    position: relative;
    margin-right: 20px;
}
a.login-btn.google:hover, a.login-btn.facebook:hover{
    color:#fff;
}
.top-info-bar .breadcrumb {
    padding: 0;
    margin-bottom: 20px;
    list-style: none;
    background-color: transparent;
    border-radius: 4px;
}

.top-info-bar .breadcrumb a
{
  color:#565e6c;
}

.top-info-bar .breadcrumb--active {
    color: #1c3faa !important;
    font-weight: 500;
}

.top-info-bar .breadcrumb svg{
    position: relative;
    top: 7px;
}
.btnsub {
    display: flex;
    padding-top: 8px;
    margin-right: 15px;
}

.btnsub a {
    background-color: #fff;
    width: 43px;
    margin-left: 15px;
    display: block;
    text-align: center;
    border-radius: 6px;
}

.btnsub a svg {
    position: relative;
    top: 7px;
    width: 22px;
}

.left-nav-bar .left-navigation li a .menu-thumb svg {
    position: relative;
    top: 3px !important;
}

@media (max-width: 1229px)
{
    .table.dataTable .btn {
    background-color: transparent !important;
    border-color: transparent !important;
    font-size: 11px !important;
    font-weight: 400;
    padding: 0 6px !important;
}
}













/*
    New Css
*/

.login-page-main {
    background: #fff;
    width: 460px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50% ,-50%);
    padding: 30px;
    max-width: 100%;
    border-radius: 5px;
}
.login-page-main input.form-control {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 1.5;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    min-height: 50px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #e7e7e7;
    padding: 10px 15px;
    color: #111;
}
a.login-btn.google:before {
    content: "\f1a0";
    font-family: fontAwesome;
    position: absolute;
    top: 0;
    left: 10px;
    font-size: 22px;
    padding: 0 5px;
    width: 20px;
    height: 100%;
    line-height: 40px;
}
.login-page-main .form-group {
    margin-top: 20px;
}
a.login-btn.facebook:before {
    content: "\f09a";
    font-family: fontAwesome;
    position: absolute;
    top: 0;
    left: 10px;
    font-size: 22px;
    padding: 0 5px;
    width: 20px;
    height: 100%;
    line-height: 40px;
}
.login-logo {
    margin-bottom: 30px;
}
a.login-btn.facebook {
    background-color: #3b5998;
    position: relative;
}
.login-page-main .form-group {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
}

.login-checkbox input[type="checkbox"] {
    position: relative;
    top: 2px;
    margin-right: 5px;
}

.login-btn {
    background: #1e40ab;
    width: 100%;
    color: #fff;
    text-align:center;
    padding: 10px 15px;
    border-radius: 5px;
    position:relative;
    font-size: 16px;
}
.login-btn:hover {
    background: #374c92;
    color:#fff;
}
a.back_to_login {
    display: flex;
    align-items: center;
    font-size: 14px;
    margin: 0 auto;
}
a.back_to_login svg {
    width: 20px;
    margin-right: 5px;
}
.login-logo a span {
    text-transform: capitalize;
}
.login-logo a {
    text-transform: uppercase;
    font-size: 28px;
    color: #272c3f;
    font-weight: 900;
}
.login-logo {
    margin-bottom: 30px;
}
.bar-notification.dropdown .dropdown-menu.arrow.message-dropdown {
    box-shadow: 0 3px 20px rgba(0,0,0,.04);
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255,255,255,var(--bg-opacity));
    border-radius: .375rem;
}
.dropdown-menu.arrow.message-dropdown li, .dropdown-menu.arrow.message-dropdown li a{
    color:#333;
    font-size:14px;
    text-decoration:none;
    position:relative;
}
.items-center {
    align-items: center;
}
.flex {
    display: flex;
}
.cursor-pointer {
    cursor: pointer;
}
.mr-1 {
    margin-right: .25rem;
}
.w-12 {
    width: 3rem;
}
.h-12 {
    height: 3rem;
}
.h-12 {
    height: 3rem;
}
.h-12 {
    height: 3rem;
}
.w-3 {
    width: .75rem;
}
.bottom-0 {
    bottom: 0;
}
.right-0 {
    right: 0;
}
.absolute {
    position: absolute;
}
.h-3 {
    height: .75rem;
}
.border-2 {
    border-width: 2px;
}
.border-2 {
    border-width: 2px;
}
.border-white {
    border-color: #fff;
    border-color: rgba(255,255,255,var(--border-opacity));
}
.bg-theme-9 {
    background-color: #91c714;
    background-color: rgba(145,199,20,var(--bg-opacity));
}
.overflow-hidden {
    overflow: hidden;
}
.ml-2 {
    margin-left: .5rem;
}
.truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.whitespace-no-wrap {
    white-space: nowrap;
}
.text-gray-500 {
    color: #a0aec0;
    color: rgba(160,174,192,var(--text-opacity));
}
.ml-auto {
    margin-left: auto;
}
.text-xs {
    font-size: 11px;
}
.relative {
    position: relative;
}
.noti-flex{
    display:flex;
}
.noti-flex a{
    padding:0;
}
.noti-flex .image-lft img{
    width:40px;
    height:40px;
    object-fit:cover;
    border-radius:50px;
}
.noti-flex .image-lft{
    position:relative;
    margin-right:10px;
}
.noti-flex a{
padding: 0 !important;
    border: 0 !important;
}
.noti-flex .image-lft div.rounded-full{
    border-radius:80px;
    width:10px;
    height:10px;
    border: 1px solid #fff;
}
.table.dataTable .modal .btn-primary.btn{
    background: #1c3faa !important;
    color: #fff !important;
    padding: 8px 20px !important;
}
.table.dataTable .modal .btn-default.btn, .bootbox.modal.bootbox-confirm .btn-default.btn{
    background: transparent !important;
    color: #666 !important;
    padding: 8px 20px !important;
    border:1px solid #eee !important;
}
.bootbox.modal.bootbox-confirm .btn-primary.btn{
    background: #d32929 !important;
    border-color: #d32929 !important;
    color: #fff !important;
    padding: 8px 20px !important;
}
.bootbox.modal.bootbox-confirm .modal-footer{
    border:0 !important;
    display:flex;
    align-items:center;
    justify-content:center;
}
.bootbox.modal.bootbox-confirm .bootbox-body{
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    font-size:30px;
    font-weight:500;
}
.dropdown.user-profile ul.dropdown-menu{
    min-width:200px;
}
.table-report__action a i{
    margin-right:5px;
/*    margin-top:-4px;*/
}
#start-coversation .ortext{
    margin:40px 0;
    font-size:18px;
    font-weight:500;
}
a.close_conversations_btn {
    position: absolute;
    top: -15px;
    right: -15px;
    background: #fff;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 6px 0px #00000057;
}
#start-coversation .modal-content{
    border-radius:0;
}
#start-coversation .modal-body{
    padding-bottom:40px;
    padding-top:40px;
}
#start-coversation .btn.btn-primary{
    background: #1e40ab !important;
    color: #fff;
    padding: 15px 15px;
    border-radius: 5px;
    text-align: center;
    font-size: 16px;
    width: 100%;
    display: block;
}


.modal-open .modal {
  display: flex !important;
  align-items: center !important;
 
}

.or-devider {
    margin: 20px 0;
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    color: #000;
}

.startconversion .modal-dialog
{
    position: relative;
    width: 550px;
    margin: 0 auto;
    
    background: #fff;
}

.startconversion .modal-body
{
    padding: 60px 40px;
}

.startconversion label 
{
    font-size: 16px;
    margin-bottom: 10px;
    display: block;
    color:#000;
}

.startconversion .btn
{
      background: #1e40ab;
    color: #fff;
    padding: 15px 15px !important;
    border-radius: 5px;
    text-align: center;
    font-size: 16px;
    width: 100%;
    display: block;
}

.modal-open .modal.startconversion.in
{
        background: rgb(0 60 248 / 35%);
}

.modal-open .modal.startconversion.delpopup.in {
    background: transparent;
}

.startconversion .close
{
        position: absolute;
    top: -15px;
    right: -15px;
    background: #fff;
        opacity: 1;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 6px 0px #00000057;
}

.btn .menu-text i
{
    display: none !important;
}

.optout {
    color: #fbc500 !important;
        display: inline-flex;
}


.optout:hover,
.optout:active, 
.optout:focus  {
    color: #fbc500 !important;
}

.optout svg
{
    width: 15px;
        height: auto;
}

.flexrep
{
    display: flex;
    align-items: center;
}

.flexrep .btnsub
{
   padding-top: 0;
   display: initial;
}

.flexrep .dropdown-toggle svg {
    position: relative;
    top: 6px;
    width: 22px;

}

.flexrep .dropdown-toggle
{
    background-color: #fff;
    width: 37px;
    margin-left: 15px;
    display: block;
    text-align: center;
    height: 37px;
    border-radius: 6px;
}

.flexrep .dropdown-menu li a
{
      border-bottom: none;
    color: #2d3748;
    display: flex;
    align-items: center;
        border-radius: 6px;
    padding: 11px !important;
        font-size: 13px;
}

.flexrep .dropdown-menu li a:hover
{
      background-color: #edf2f7 !important;
}

.flexrep .dropdown-menu li a svg
{
        width: 17px;
    height: auto;
    margin-right: 5px;
}

.flexrep .dropdown-menu {
      box-shadow: 0 3px 20px rgba(0,0,0,.04);
    border-radius: 4px !important;
    width: 150px;
    left: -97px;
    overflow: auto;
        padding: 5px;
    background-color: #fff;
}

.py-20b {
    padding: 20px 0 0;
}

/*.bblast div.dt-buttons
{
     display: none
}*/

.modal_edit_list_old .modal-footer {
    padding: 15px 15px;
}

.modal_edit_list_old .modal-footer .btn.btn-primary
{
   background-color: #1c3faa !important;
   border-color: #1c3faa !important
}

.modal_edit_list_old .modal-dialog
{
    width: 100%;
    max-width: 460px;
}

.delpopup svg
{
  width: 62px;
    height: auto;
        color: #d32929 !important;
}

.delpopup h3
{
        font-size: 29px;
    font-weight: 400;
    margin: 15px 0 12px;
    color: #000;
}

.delpopup p
{
    color: #718096
}

.delpopup .modal-dialog
{
position: relative;
    width: 460px;
    margin: 0 auto;
    background: #fff;
    border-radius: 6px;
}

.delpopup .modal-body {
    padding: 40px 15px;
}

.mobtn .btn {
width: 120px !important;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
    padding: 13px !important;
    font-size: 14px !important;
}


.mobtn {
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
}

.mobtn .btn.btn-dafault {
    background-color: transparent;
    color: #000;
}

.lablenew .label-danger
{
    background-color: transparent;
   color:#d32929;
}

.lablenew .label svg {
    width: 17px;
    margin-right: 7px;
}
.lablenew .label {
    background-color: transparent;
    display: flex;
    align-items: center;
    font-weight: 500;
        font-weight: 400;
    font-size: 14px;
}


.lablenew .label-success
{
    background-color: transparent;
   color:#91c714;
}

.lablenew .label-info
{
    background-color: transparent;
   color:#8da9be;
}

.lablenew .label-primary
{
    background-color: transparent;
   color:#3151bc;
}

.ticket-status-title {
    font-size: 15px;
    color: #2d3748;
    font-weight: 500;
    margin-right: 8px;
}

.ticket-de-pane {
    margin-bottom: 10px;
}

.ticket-status-content {
    font-size: 15px;
    color: #2e4075;
    font-weight: 400;
}

.ticket-de-pane.lablenew {
    display: flex;
}

.single-support-reply
{
  background-color: #f5f9fd !important;
    border: 1px solid #e2e8f0;
    padding: 15px !important;
    border-radius: 12px;
}

h5.reply-user-type {
    margin-bottom: 3px;
}

h5.reply-user-type .label {
    padding:5px 9px;
    display: inline-block;
    background-color: #1c3faa  !important;
}

.single-support-reply.client .reply-user-name {
    color: #333 !important;
    font-size: 14px;
}

.reply-user-thumb
{
        width: 80px !important;
    height: 80px !important;
    object-fit: cover;
    border: 1px solid #ddd;
    padding: 5px;
    border-radius: 50% !important;
}

.reportbtn svg {
    height: auto;
    width: 18px;
}

.reportbtn {
    display: inline-flex;
}

.btn.btn-success.reportbtn {
    display: inline-flex;
    color: #91c714 !important;
}

.supprflex {
    display: flex;
    align-items: center;
}

.supprflex svg {
    height: auto;
    margin-right: 5px;
    position: relative;
    top: 2px;
        width: 17px;
}

.error {
    color: #d32929;
    font-weight: 400;
}

a.switcher-text {
    display: none;
}

/*----------26-04-2021-------------*/


span.icn-img-set img {
    filter: none;
        width: 23px !important;
    height: 23px !important;
}

.table-sett a {
    font-size: 12px !important;
}

span.menu-thumb svg {
    vertical-align: middle;
    padding: 0 3px 3px 0;
}

.table-sett .btn {
    font-size: 13px !important;
}

.table-sett {
    padding: 14px 0 !important;
}
.chosen-container.chosen-container-single a.chosen-single {
    margin: 0px;
    padding: 8px 12px;
    font-size: 15px;
    border-radius: 6px;
    height: auto;
    color: #626262 !important;
    background-color: #FFFFFF !important;
    border-color: #EEE !important;
}
.chosen-container-single .chosen-single div:after {
     top: 1.05rem;
}
.chosen-container .chosen-results li {
    font-size: 13px;
    padding: 5px 20px;
}
.chosen-container-multi .chosen-choices {
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.07);
    color: #443;
    font-size: 14px;
    min-height: 42px;
    border-radius: 4px;
}
.chosen-container-multi .chosen-choices .search-choice  {
    font-size: 12px;
    padding: 5px;
    padding-right: 13px;
    margin-top: 8px;
}
.bg-main-mod {
    background: #0000004f;
    z-index: 1111;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
        display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 50px;
} 
.bg-main-mod  button.close {
    width: 35px;
    height: 35px;
    background: #F44336;
    opacity: 1;
    text-shadow: none;
    font-weight: 300;
    font-size: 25px;
    color: #fff;
    position: absolute;
    top: -10px;
    right: -14px;
    border-radius: 50%;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.staff-ms {
    text-align: left;
    margin-bottom: 10px;
}
.dropdown.user-profile ul.dropdown-menu { max-height: 70vh; overflow: auto; }

.dataTables_paginate ul.pagination li.paginate_button {
    padding: 0 !important;
    border: 0 !important;
}

.dataTables_paginate li.paginate_button:hover {
    background: transparent !important;
}

.dataTables_paginate ul.pagination > li.paginate_button >a {
    opacity: .4;
}

.dataTables_paginate ul.pagination > li.paginate_button.active >a {
    opacity: 1;
}
.dataTables_paginate ul.pagination > li.paginate_button.previous > a {
    opacity: 1;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}


.tab-content-scroll {
    height: 76vh;
    position: relative;
}

.tab-content-scroll .users-list-padding {
    padding-top: 0;
    margin-top: 0;
} 

.tab-content-scroll .list-group {
    margin-bottom: 0;
}

.users-list-padding .media {
    margin-bottom: 10px;
}
.users-list-padding .media:last-child {
    margin-bottom: 0;
}

.chat-app-window {
    height: 100%;
    position: relative;
    padding-right: 15px;
    overflow-y: auto;
}

.content-right {
    height: 82vh;
    position: relative;
}

.tab-content-scroll .mCSB_container {
    margin-right: 0;
}

.chat-fixed-search {
    margin-bottom: 15px;
}
div#preview_img {
    position: absolute;
    bottom: 5px;
    left: 15px;
}

a#cross_img {
    float: right;
}

a#cross_img i {
    background: #1c3faa;
    padding: 6px 7px;
    border-radius: 50px;
    color: #fff;
    font-size: 13px;
    position: absolute;
    top: -10px;
    right: -10px;
    z-index: 1;
}

img.preview_images_user {
    position: relative;
}
.attachment-input {
    position: absolute;
    left: -2px;
    text-align: center;
}

.attachment-input i {
    font-size: 17px;
}
.chatbtn {
    position: relative;
}
div#preview_img img {
    box-shadow: 0 0 20px 0 #e1e1e1;
    border: 1px solid #f9f9f9;
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: rgb(28 63 170) !important;
}
.img-msgs {
    width: 100%;
    height: auto;
    border-radius: 5px;
    max-height: 200px;
}

/*.left-navigation {*/
/*    padding: 0;*/
/*    margin-top: 12px;*/
/*}*/

/* .left-navigation ul,*/
/* .left-navigation li {*/
/*    margin: 0px;*/
/*}*/
/* .left-navigation li {*/
/*    position: relative;*/
/*    list-style: none;*/
/*    line-height: 1.43;*/
/*}*/

/* .left-navigation > li {*/
/*    margin-bottom: 4px;*/
/*}*/


/* .left-navigation li a:before,*/
/* .left-navigation li a:after {*/
/*    content: "";*/
/*    display: table;*/
/*}*/

/* .left-navigation li a:after {*/
/*    clear: both;*/
/*}*/

/* .left-navigation li a {*/
/*        display: flex;*/
/*    color: #fff;*/
/*    padding: 10px 35px 7px 20px;*/
/*    font-size: 14px;*/
/*    font-weight: 400;*/
/*    border-radius: 30px;*/
/*    background: #1c3faa;*/
/*    margin-left: 10px;*/
/*}*/

/*.left-navigation li a .menu-text {*/
/*    float: none;*/
/*        padding-left: 8px;*/
/*            position: relative;*/
/*    top: 2px;*/
/*    font-weight: 500;*/
/*}*/

/*.left-navigation li a .menu-thumb {*/
/*   order: -1;*/
/*    font-size: 19px;*/
/*    text-align: center;*/
/*    margin-top: -3px;*/
/*    width: 30px;*/
/*    padding-right: 8px;*/
/*}*/



/*.left-navigation > li.active > a,*/
/* .left-navigation > li.init-sub-open > a,*/
/*.left-navigation > li.sub-open > a {*/
/*   color: #2d3748;*/
/*    background-color: #f1f5f8;*/
/*}*/

/*.left-navigation > li:hover > a*/
/*{*/
/*  background-color: #3151bc*/
/*}*/

/* .left-navigation > li.active:hover > a*/
/*{*/
/*     background-color: #fff;*/
/*      border-radius: 100px 0 0 100px;*/
/*}*/

/* .left-navigation li.init-sub-open > a,*/
/* .left-navigation li.sub-open > a {*/
/*   color: #fff;*/
/*    background-color: transparent;*/
/*        position: relative;*/
/*}*/

/* .left-navigation .sub li.active > a {*/
/*        color: #000!important;*/
/*    background-color: #fff;*/
/*}*/

/*.left-navigation .sub li a .menu-thumb {*/
/*    font-size: 14px;*/
/*    text-transform: lowercase;*/
/*}*/

/*.left-navigation li a .arrow {*/
/*    display: none;*/
/*        position: absolute;*/
/*    top: 0;*/
/*    right: 0;*/
/*}*/

/* .left-navigation li a .arrow,*/
/*.left-nav-bar:hover .left-navigation li a .arrow {*/
/*    display: block;*/
/*}*/
/* .left-navigation li a .arrow:after {*/
/*    content: "\f107";*/
/*    display: inline-block;*/
/*    font: normal normal normal 14px/1 FontAwesome;*/
/*    font-size: inherit;*/
/*    text-rendering: auto;*/
/*    -webkit-font-smoothing: antialiased;*/
/*    -moz-osx-font-smoothing: grayscale;*/
/*    transform: translate(0, 0);*/
/*    position: absolute;*/
/*    top: 15px;*/
/*    right: 24px;*/
/*}*/

/*.left-navigation li.sub-open a .arrow:after {*/
/*    -webkit-transform: rotate(-180deg);*/
/*}*/



/*.left-navigation li .sub {*/
/*    display: none;*/
/*    background-color: transparent;*/

/*        border-radius: 5px;*/
/*}*/
/* .left-navigation li.init-sub-open .sub {*/
/*    display: block;*/
/*}*/

/* .left-navigation li .sub li > a {*/
/*       padding: 10px 15px 10px 15px;*/
/*    font-size: 14px;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    border-radius: 0px;*/
/*}*/
/* .left-navigation li .sub li:hover > a {*/
/*    color: #fff;*/
/*}*/
.chat-content p a {
    word-break: break-all;
    display: inline-block;
}