@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i);
@import url(https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,800,800i,900,900i);
.layout-boxed body,
.layout-boxed html,
.se-pre-con {
    height: 100%
}

.chat_list .chat-avatar i,
.chat_list .ctext-wrap i {
    font-style: normal;
    font-size: 12px
}

.icon-section,
.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a:after,
.user-panel:after,
.wrapper:after {
    clear: both
}

body,
html {
    min-height: 100%
}

body {
    overflow-x: hidden;
    overflow-y: auto;
    color: #374767;
    background-color: #fff;
    font-size: 13px !important;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    -webkit-print-color-adjust:exact;


}

.main-header .logo,
.user-panel,
.wrapper {
    overflow: hidden
}

.no-js #loader {
    display: none
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0
}

.se-pre-con {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
    background: #fff
}

.layout-boxed .wrapper,
.wrapper {
    position: relative;
    min-height: 100%
}

.wrapper:after,
.wrapper:before {
    content: " ";
    display: table
}

.layout-boxed .wrapper {
    max-width: 1250px;
    margin: 0 auto;
    box-shadow: 0 0 8px rgba(0, 0, 0, .5)
}

#toTop,
.fixed .left-side,
.fixed .main-header,
.fixed .main-sidebar {
    position: fixed
}

.layout-boxed {
    background: url(../img/boxed-bg.jpg) fixed
}

.content-wrapper,
.main-footer,
.right-side {
    -webkit-transition: -webkit-transform .3s ease-in-out, margin .3s ease-in-out;
    -webkit-transition: margin .3s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: margin .3s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out, margin .3s ease-in-out;
    transition: transform .3s ease-in-out, margin .3s ease-in-out, -webkit-transform .3s ease-in-out;
    margin-left: 215px;
    z-index: 820;
}

.layout-top-nav .content-wrapper,
.layout-top-nav .main-footer,
.layout-top-nav .right-side {
    margin-left: 0
}

@media (max-width:767px) {
    .content-wrapper,
    .main-footer,
    .right-side {
        margin-left: 0!important
    }
    .sidebar-open .content-wrapper,
    .sidebar-open .main-footer,
    .sidebar-open .right-side {
        -webkit-transform: translate(250px, 0);
        transform: translate(250px, 0)
    }
}

@media (min-width:768px) {
    .sidebar-collapse .content-wrapper,
    .sidebar-collapse .main-footer,
    .sidebar-collapse .right-side {
        margin-left: 0
    }
}

.content-wrapper,
.right-side {
    min-height: 100%;
    z-index: 800;
    background-color: #fff;
}

.main-footer {
    background: #fff;
    padding: 15px;
    font-size:11px;
    color: #444;
    border-top: 1px solid #d2d6de
}

.fixed .main-header {
    top: 0;
    right: 0;
    left: 0
}

.fixed .content-wrapper,
.fixed .right-side {
    padding-top: 60px
}

@media (max-width:767px) {
    .fixed .content-wrapper,
    .fixed .right-side {
        padding-top: 120px
    }
    
    .is-paid{ left: 30% !important;background-size: 160px 100px !important;}
    .is-cancelled{ left: 30% !important;background-size: 160px 100px !important;}
}

.fixed.layout-boxed .wrapper {
    max-width: 100%
}

body.hold-transition .content-wrapper,
body.hold-transition .left-side,
body.hold-transition .main-footer,
body.hold-transition .main-header .logo,
body.hold-transition .main-header .navbar,
body.hold-transition .main-sidebar,
body.hold-transition .right-side {
    -webkit-transition: none;
    transition: none
}

.content {
    min-height: 250px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 30px 10px
}

@media (max-width:767px) {
    .content {
        padding: 0 15px 10px
    }
}

::-moz-selection {
    color: #fff;
    background: #159fcc;
    text-shadow: none
}

::selection {
    color: #fff;
    background: #159fcc;
    text-shadow: none
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', sans-serif
}

p {
    margin: 0 0 10px
}

a {
    color: #159fcc;
    text-decoration: none
}

a:active,
a:focus,
a:hover {
    outline: 0;
    text-decoration: none;
    color: #72afd2;
    -webkit-transition: all .3s;
    transition: all .3s
}

hr {
    border-top: 1px solid #b2c2cd
}

.m-0 {
    margin: 0!important
}

.m-t-0 {
    margin-top: 0!important
}

.m-t-5 {
    margin-top: 5px!important
}
.m-t-10 {
    margin-top: 10px!important
}

.m-t-20 {
    margin-top: 20px!important
}
.m-t-50 {
    margin-top: 50px!important
}

.m-r-2 {
    margin-right: 2px!important
}

.m-r-5 {
    margin-right: 5px!important
}

.m-r-15 {
    margin-right: 15px!important
}

.m-r-20 {
    margin-right: 20px!important
}

.m-b {
    margin-bottom: 20px!important
}

.m-b-5 {
    margin-bottom: 5px!important
}

.m-b-10 {
    margin-bottom: 10px!important
}

.m-b-15 {
    margin-bottom: 15px!important
}

.m-b-20 {
    margin-bottom: 20px!important
}

.p-0 {
    padding: 0!important
}

.p-l-30 {
    padding-left: 30px!important
}

.p-r-30 {
    padding-right: 30px!important
}

.p-20 {
    padding: 20px!important
}

.p-b-20 {
    padding-bottom: 20px!important
}

.space-25 {
    margin: 12.5px 0;
    line-height: 0
}
.color-blue {
    color: #00b1e6 !important;
}

.color-green {
    color: #278b00 !important
}

.color-red {
    color: #E5343D!important
}

.color-violet {
    color: #8E23E0!important
}

.color-gray {
    color: #9a9a9a!important
}

.color-yellow {
    color: #FFB61E!important
}

.color-info {
    color: #1c5fab!important
}

.text-white {
    color: #fff!important
}

.text-muted {
    color: #9a9a9a!important
}

.text-primary {
    color: #428bca!important
}

.text-success {
    color: #159fcc!important
}

.text-info {
    color: #1c5fab!important
}

.text-warning {
    color: #FFB61E!important
}

.text-danger {
    color: #E5343D!important
}

.text-inverse {
    color: #3b3e47!important
}

.text-purple {
    color: #5b69bc!important
}

.text-pink {
    color: #ff8acc!important
}

.text-black {
    color: #000!important
}

.text-violet {
    color: #8E23E0!important
}

.border-all {
    border: 1px solid #e4e5e7!important
}

.border-btm {
    border-bottom: 1px solid #e4e5e7!important
}

.border-green {
    border-color: #159fcc!important
}

.border-red {
    border-color: #E5343D!important
}

.border-violet {
    border-color: #8E23E0!important
}

.border-gray {
    border-color: #9a9a9a!important
}

.border-yellow {
    border-color: #FFB61E!important
}

.bg-green {
    background: #159fcc!important
}

.bg-red {
    background: #E5343D!important
}

.bg-violet {
    background: #8E23E0!important
}

.bg-gray {
    background: #9a9a9a!important
}

.bg-yellow {
    background: #f5f5f5!important
}
.bg-subtle-gray{
    background: #f8f8f8!important
}

#toTop {
    bottom: 10px;
    right: 15px;
    cursor: pointer;
    display: none;
    z-index: 10
}

.back-top {
    background-color: #0a89b2;
    border: 1px solid #0a89b2;
    padding: 7px 9px;
    height: 34px;
    width: 34px;
    border-radius: 50%!important;
    color: #fff
}

.back-top:hover {
    color: #fff;
    background-color: #2c3136;
    border: 1px solid #2c3136
}

@media (min-width:768px) {
    #toTop {
        right: 30px
    }
}

.page-header {
    margin: 10px 0 20px;
    font-size: 22px
}

.page-header>small {
    color: #666;
    display: block;
    margin-top: 5px
}

.main-header {
    position: fixed;
    max-height: 120px;
    z-index: 1030;
    width: 100%;
}

.main-header .navbar {
    -webkit-transition: margin-left .3s ease-in-out;
    transition: margin-left .3s ease-in-out;
    margin-bottom: 0;
    margin-left: 215px;
    border: none;
    min-height: 60px;
    border-radius: 0;
    background-color: #fff;
    border-bottom: 1px solid #b2c2cd
}

.layout-top-nav .main-header .navbar {
    margin-left: 0
}

.main-header #navbar-search-input.form-control {
    background: rgba(255, 255, 255, .2);
    border-color: transparent
}

.main-header #navbar-search-input.form-control:active,
.main-header #navbar-search-input.form-control:focus {
    border-color: rgba(0, 0, 0, .1);
    background: rgba(255, 255, 255, .9)
}

.main-header #navbar-search-input.form-control::-moz-placeholder {
    color: #ccc;
    opacity: 1
}

.main-header #navbar-search-input.form-control:-ms-input-placeholder {
    color: #ccc
}

.main-header #navbar-search-input.form-control::-webkit-input-placeholder {
    color: #ccc
}

.main-header .navbar-custom-menu,
.main-header .navbar-right {
    float: right;
    margin-right: 25px
}

@media (max-width:991px) {
    .main-header .navbar-custom-menu a,
    .main-header .navbar-right a {
        color: inherit;
        background: 0 0
    }
}

@media (max-width:767px) {
    .navbar-collapse .main-header .navbar-right {
        margin: 7.5px -15px
    }
    .main-header .navbar-right>li {
        color: inherit;
        border: 0
    }
    .main-header .navbar-custom-menu,
    .main-header .navbar-right {
        float: right;
        margin-right: 10px
    }
}

.main-header .sidebar-toggle {
    float: left;
    background-color: transparent;
    background-image: none;
    padding: 16px 14px;
    font-family: fontAwesome;
    border-right: 1px solid #b2c2cd;
    color: #374767;
    font-size: 26px;
    line-height: 26px
}

.main-header .navbar .nav>li>a>.label,
.main-sidebar {
    font-family: 'Roboto', sans-serif
}

.main-header .sidebar-toggle:hover {
    background-color: #eee
}

.main-header .sidebar-toggle:active,
.main-header .sidebar-toggle:focus {
    background: 0 0
}

.main-header .sidebar-toggle .icon-bar {
    display: none
}

.main-header .navbar .nav>li.user>a>.fa,
.main-header .navbar .nav>li.user>a>.glyphicon,
.main-header .navbar .nav>li.user>a>.ion {
    margin-right: 5px
}

.main-header .navbar .nav>li>a>.label {
    border: 2px solid #fff;
    position: absolute;
    top: 2px;
    right: -3px;
    font-ssidebar-toggleize: 11px;
    line-height: 15px;
    padding: 5px 6px;
    border-radius: 50em;
    height: 28px;
    width: 28px
}

.main-header .logo {
    display: block;
    float: left;
    height: 60px;

    width: 215px;
    padding: 0 15px;
    font-weight: 300;
    background-color: #d7e0ea;
    color: #1c252c;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0);
    -webkit-transition: width .3s ease-in-out;
    transition: width .3s ease-in-out
}

.main-header .logo .logo-lg {
    display: block
}

.main-header .logo .logo-lg img,
.main-header .logo .logo-mini img {
    height: 58px
}

.main-header .logo .logo-mini {
    display: none
}

.main-header .navbar-brand {
    color: #fff
}

.content-header {
    position: relative;
    padding: 10px 30px 0;
    background-color: #fff;
    margin-top: 60px;
}

.content-header hr {
    border-top: 1px solid #ddd
}

.content-header .header-icon {
    font-size: 45px;
    color: #159fcc;
    width: 58px;
    float: left;
    margin-top: -4px;
    line-height: 0
}

.content-header .header-title {
    margin-left: 58px
}

.content-header .header-title h1 {
    margin: 0;
    font-size: 24px
}

.content-header .header-title small {
    font-size: 13px;
    display: inline-block;
    padding-left: 4px;
    font-weight: 600;
    color: #7a7a7a
}

.header-title .breadcrumb {
    float: right;
    background: #fff;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 12px;
    padding: 7px;
    position: absolute;
    bottom: 18px;
    right: 30px;
    border-radius: 0;
    border: 0px solid #b2c2cd;
    font-weight: 600
}

.header-title .breadcrumb>li>a {
    color: #374767;
    text-decoration: none;
    display: inline-block
}

.breadcrumb>.active {
    color: #159fcc;
    font-weight: 700
}

.header-title .breadcrumb>li>a>.fa,
.header-title .breadcrumb>li>a>.glyphicon,
.header-title .breadcrumb>li>a>.ion {
    margin-right: 5px
}

.navbar-nav>li>a {
    padding: 12px 5px;
    position: relative
}

.navbar-nav>li>a>i {
    border: 1px solid #eee;
    padding: 6px 3px;
    width: 36px;
    text-align: center;
    color: #374767;
    background-color: #f5f5f5;
    height: 36px;
    font-size: 20px;
        border-radius: 5px;
}
.navbar-nav>li .rpt-universal{
    border: 1px solid #E1A21E;
    color: #FFFFFF;
    background-color: #FFB61E;
    
}

@media (max-width:991px) {
    .header-title .breadcrumb {
        position: relative;
        margin-top: 5px;
        top: 0;
        right: 0;
        float: none!important;
        padding-left: 10px
    }
    .header-title .breadcrumb li:before {
        color: #97a0b3
    }
}

.navbar-toggle {
    color: #fff;
    border: 0;
    margin: 0;
    padding: 15px
}

@media (max-width:991px) {
    .navbar-custom-menu .navbar-nav>li {
        float: left
    }
    .navbar-custom-menu .navbar-nav {
        margin: 0;
        float: left
    }
    .navbar-custom-menu .navbar-nav>li>a {
        padding-top: 11px;
        padding-bottom: 11px
    }
}

@media (max-width:767px) {
    .content-header {
        padding: 12px 15px
    }
    .content-header .header-icon {
        width: 50px;
        font-size: 40px
    }
    .content-header .header-title {
        margin-left: 50px
    }
    .main-header {
        position: relative
    }
    .main-header .logo,
    .main-header .navbar {
        width: 100%;
        float: none!important
    }
    .main-header .navbar {
        margin: 0!important
    }
    .main-header .navbar-custom-menu {
        float: right
    }
}

@media (max-width:991px) {
    .navbar-collapse.pull-left {
        float: none!important
    }
    .navbar-collapse.pull-left+.navbar-custom-menu {
        display: block;
        position: absolute;
        top: 0;
        right: 40px
    }
}

.main-sidebar {
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 60px;
    min-height: 100%;
    width: 215px;
    z-index: 810;
    -webkit-transition: -webkit-transform .3s ease-in-out, width .3s ease-in-out;
    -webkit-transition: width .3s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: width .3s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out, width .3s ease-in-out;
    transition: transform .3s ease-in-out, width .3s ease-in-out, -webkit-transform .3s ease-in-out;
    background-color: #ebeff4;
    overflow: hidden;
}
.sidebar-collapse .main-sidebar{
    overflow: unset;
}
@media (max-width:767px) {
    .left-side,
    .main-sidebar {
        padding-top: 120px;
        -webkit-transform: translate(-250px, 0);
        transform: translate(-250px, 0)
    }
}

@media (min-width:768px) {
    .sidebar-collapse .left-side,
    .sidebar-collapse .main-sidebar {
        -webkit-transform: translate(-230px, 0);
        transform: translate(-230px, 0)
    }
}

@media (max-width:767px) {
    .sidebar-open .left-side,
    .sidebar-open .main-sidebar {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

.sidebar {
    padding-bottom: 10px;
    height: calc(100vh - 85px) !important;
    margin-right: -17px;
    overflow: hidden;
    overflow-y: scroll;
}
.sidebar-collapse .sidebar{
    height: auto !important;
    margin-right: 0;
    overflow: unset;
    overflow-y: unset;
}


.sidebar-form input:focus {
    border-color: transparent
}

.user-panel {
    position: relative;
    width: 100%;
    padding: 20px 10px
}

.user-panel:after,
.user-panel:before {
    content: " ";
    display: table
}

.user-panel .image img {
    width: 100%;
    max-width: 65px;
    height: auto;
    border: 2px solid rgba(0, 0, 0, .1);
    padding: 5px
}

.user-panel .info {
    padding: 5px 5px 5px 15px;
    line-height: 1
}

.user-panel .info p {
    font-weight: 500;
    color: #1c252c;
    margin: 5px 0;
    text-transform: uppercase;
    letter-spacing: 1px
}

.user-panel .info a {
    text-decoration: none;
    padding-right: 5px;
    margin-top: 3px;
    font-size: 11px
}

.user-panel .info a .fa,
.user-panel .info a .glyphicon,
.user-panel .info a .ion {
    margin-right: 3px
}

.sidebar-menu {
    list-style: none;
    margin: 0;
    padding: 0
}

.sidebar-menu>li {
    position: relative;
    margin: 0;
    padding: 0
}

.sidebar-menu>li>a {
    padding: 9px 5px 9px 15px;
    display: block;
    color: #4d6575;
    position: relative;
    font-size: 14px;
    font-weight: 500;

}

.sidebar-menu>li>a>i {
    margin-right: 10px;
    display: inline-block
}

.sidebar-menu>li.active>a:before {
    background: #159fcc;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 3px
}

.sidebar-menu>li.active>a,
.sidebar-menu>li:hover>a {
    color: #000;
    background: #dee2e7;
}

.sidebar-menu>li>a>.fa,
.sidebar-menu>li>a>.glyphicon,
.sidebar-menu>li>a>.ion {
    width: 20px
}

.sidebar-menu>li .badge,
.sidebar-menu>li .label {
    margin-right: 5px
}

.sidebar-menu>li .badge {
    margin-top: 3px
}

.sidebar-menu li.header {
    padding: 10px 25px 10px 15px;
    font-size: 12px;
    color: #fff
}

.sidebar-menu li>a>.fa-angle-left,
.sidebar-menu li>a>.pull-right-container>.fa-angle-left {
    width: auto;
    height: auto;
    padding: 0;
    margin-right: 10px
}

.sidebar-menu li.active>a>.fa-angle-left,
.sidebar-menu li.active>a>.pull-right-container>.fa-angle-left {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.sidebar-menu li.active>.treeview-menu {
    display: block
}

.sidebar-menu .treeview-menu {
    position: relative;
    display: none;
    list-style: none;
    padding: 5px 0 10px 35px;
    margin: 0;
    background-color: #dee2e7;
}

.sidebar-menu .treeview-menu:before {
    width: 2px;
    bottom: 0;
    background: rgba(59, 70, 72, .5);
    content: "";
    position: absolute;
    top: 0;
    left: 33px
}

.sidebar-menu .treeview-menu .treeview-menu {
    padding-left: 20px
}

.sidebar-menu .treeview-menu>li {
    margin: 0;
    position: relative
}

.sidebar-menu .treeview-menu>li>a {
    padding: 5px 5px 5px 20px;
    display: block;
    color: #374767;
    letter-spacing: .3px
}

.sidebar-menu .treeview-menu li.disabled a {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65
}

.dropdown-menu,
.panel {
    box-shadow: none
}

.sidebar-menu .treeview-menu>li.active>a,
.sidebar-menu .treeview-menu>li:hover>a {
    color: #000;
}

.sidebar-menu .treeview-menu>li::before {
    left: 0;
    top: 13px;
    width: 15px;
    content: ' ';
    position: absolute;
    display: inline-block;
    border: 1px solid rgba(59, 70, 72, .5)
}

.sidebar-menu .treeview-menu>li>a>.fa,
.sidebar-menu .treeview-menu>li>a>.glyphicon,
.sidebar-menu .treeview-menu>li>a>.ion {
    width: 20px
}

.sidebar-menu .treeview-menu>li>a>.fa-angle-down,
.sidebar-menu .treeview-menu>li>a>.fa-angle-left,
.sidebar-menu .treeview-menu>li>a>.pull-right-container>.fa-angle-down,
.sidebar-menu .treeview-menu>li>a>.pull-right-container>.fa-angle-left {
    width: auto
}

@media (min-width:768px) {
    .sidebar-mini.sidebar-collapse .content-wrapper,
    .sidebar-mini.sidebar-collapse .main-footer,
    .sidebar-mini.sidebar-collapse .right-side {
        margin-left: 50px!important;
        z-index: 840
    }
    .sidebar-mini.sidebar-collapse .main-sidebar {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        width: 50px!important;
        z-index: 850
    }
    .sidebar-mini.sidebar-collapse .sidebar-menu>li {
        position: relative
    }
    .sidebar-mini.sidebar-collapse .sidebar-menu>li>a {
        margin-right: 0
    }
    .sidebar-mini.sidebar-collapse .sidebar-menu>li>a>span {
        border-top-right-radius: 4px
    }
    .sidebar-mini.sidebar-collapse .sidebar-menu>li:not(.treeview)>a>span {
        border-bottom-right-radius: 4px
    }
    .sidebar-mini.sidebar-collapse .sidebar-menu>li>.treeview-menu {
        padding-top: 5px;
        padding-bottom: 5px;
        border-bottom-right-radius: 4px
    }
    .sidebar-mini.sidebar-collapse .sidebar-menu>li:hover>.treeview-menu,
    .sidebar-mini.sidebar-collapse .sidebar-menu>li:hover>a>span:not(.pull-right) {
        display: block!important;
        position: absolute;
        min-width: 250px;
        left: 50px;
        overflow: hidden;
    }
    .sidebar-mini.sidebar-collapse .sidebar-menu>li:hover>a>span {
        top: 0;
        margin-left: 0;
        padding: 12px 5px 12px 20px;
        background-color: inherit
    }
    .sidebar-mini.sidebar-collapse .sidebar-menu>li:hover>a>.pull-right-container {
        /*float: right;
        width: auto!important;
        left: 200px!important;*/
        top: -10px!important
    }
    .sidebar-mini.sidebar-collapse .sidebar-menu>li:hover>a>.pull-right-container>.label:not(:first-of-type) {
        display: none
    }
    .sidebar-mini.sidebar-collapse .sidebar-menu>li:hover>.treeview-menu {
        top: 44px;
        margin-left: 0
    }
    .sidebar-mini.sidebar-collapse .main-sidebar .user-panel>.info,
    .sidebar-mini.sidebar-collapse .sidebar-form,
    .sidebar-mini.sidebar-collapse .sidebar-menu li.header,
    .sidebar-mini.sidebar-collapse .sidebar-menu>li>.treeview-menu,
    .sidebar-mini.sidebar-collapse .sidebar-menu>li>a>.pull-right,
    .sidebar-mini.sidebar-collapse .sidebar-menu>li>a>span {
        display: none!important;
        -webkit-transform: translateZ(0)
    }
    .sidebar-mini.sidebar-collapse .main-header .logo {
        width: 50px
    }
    .sidebar-mini.sidebar-collapse .main-header .logo>.logo-mini {
        display: block;
        margin-left: -15px;
        margin-right: -15px;
        font-size: 18px
    }
    .sidebar-mini.sidebar-collapse .main-header .logo>.logo-lg {
        display: none
    }
    .sidebar-mini.sidebar-collapse .main-header .navbar {
        margin-left: 50px
    }
}

.main-sidebar .user-panel,
.sidebar-menu,
.sidebar-menu>li.header {
    white-space: nowrap;
    overflow: hidden
}

.sidebar-menu:hover {
    overflow: visible
}

.sidebar-form {
    border-radius: 3px;
    border: 1px solid #1c1f22;
    margin: 10px
}

.sidebar-form .btn,
.sidebar-form input[type=text] {
    box-shadow: none;
    background-color: #1c1f22;
    border: 1px solid transparent;
    height: 35px
}

.sidebar-form input[type=text] {
    color: #666;
    border-radius: 2px 0 0 2px
}

.sidebar-form input[type=text]:focus,
.sidebar-form input[type=text]:focus+.input-group-btn .btn {
    background-color: #fff;
    color: #666
}

.sidebar-form input[type=text]:focus+.input-group-btn .btn {
    border-left-color: #fff
}

.sidebar-form .btn {
    color: #999;
    border-radius: 0 2px 2px 0
}

.sidebar-form,
.sidebar-menu>li.header {
    overflow: hidden;
    text-overflow: clip
}

.sidebar-menu>li.header {
    letter-spacing: 1px;
    font-weight: 600;
    border-bottom: 1px solid rgba(59, 70, 72, .5);
    color: #a6a6a6
}

.sidebar-menu li>a>.pull-right-container {
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -7px
}

.dropdown-menu {
    border-color: #b2c2cd
}

.dropdown-menu>li>a {
    color: #777
}

.dropdown-menu>li>a:hover {
    background-color: #e1e3e9;
    color: #333
}

.dropdown-menu>.divider {
    background-color: #eee
}

.navbar-nav>.messages-menu>.dropdown-menu,
.navbar-nav>.notifications-menu>.dropdown-menu,
.navbar-nav>.tasks-menu>.dropdown-menu {
    width: 280px;
    padding: 0;
    margin: 0;
    top: 100%
}

.navbar-nav>.messages-menu>.dropdown-menu>li,
.navbar-nav>.notifications-menu>.dropdown-menu>li,
.navbar-nav>.tasks-menu>.dropdown-menu>li {
    position: relative
}

.navbar-nav>.messages-menu>.dropdown-menu>li.header,
.navbar-nav>.notifications-menu>.dropdown-menu>li.header,
.navbar-nav>.tasks-menu>.dropdown-menu>li.header {
    background-color: #fff;
    padding: 7px 10px;
    border-bottom: 1px solid #b2c2cd;
    color: #444;
    font-size: 14px;
    border-radius: 4px 4px 0 0
}

.navbar-nav>.messages-menu>.dropdown-menu>li.footer>a,
.navbar-nav>.notifications-menu>.dropdown-menu>li.footer>a,
.navbar-nav>.tasks-menu>.dropdown-menu>li.footer>a {
    font-size: 12px;
    background-color: #fff;
    padding: 7px 10px;
    border-top: 1px solid #b2c2cd;
    color: #444!important;
    text-align: center;
    border-radius: 0 0 4px 4px
}

@media (max-width:991px) {
    .navbar-nav>.messages-menu>.dropdown-menu>li.footer>a,
    .navbar-nav>.notifications-menu>.dropdown-menu>li.footer>a,
    .navbar-nav>.tasks-menu>.dropdown-menu>li.footer>a {
        background: #fff!important;
        color: #444!important
    }
}

.navbar-nav>.messages-menu>.dropdown-menu>li.footer>a:hover,
.navbar-nav>.notifications-menu>.dropdown-menu>li.footer>a:hover,
.navbar-nav>.tasks-menu>.dropdown-menu>li.footer>a:hover {
    text-decoration: none;
    font-weight: 400
}

.navbar-nav>.messages-menu>.dropdown-menu>li .menu,
.navbar-nav>.notifications-menu>.dropdown-menu>li .menu,
.navbar-nav>.tasks-menu>.dropdown-menu>li .menu {
    max-height: 200px;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow-x: hidden
}

.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a,
.navbar-nav>.notifications-menu>.dropdown-menu>li .menu>li>a,
.navbar-nav>.tasks-menu>.dropdown-menu>li .menu>li>a {
    display: block;
    white-space: nowrap;
    border-bottom: 1px solid #f4f4f4
}

.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a:hover,
.navbar-nav>.notifications-menu>.dropdown-menu>li .menu>li>a:hover,
.navbar-nav>.tasks-menu>.dropdown-menu>li .menu>li>a:hover {
    background: #f4f4f4;
    text-decoration: none
}

.navbar-nav>.notifications-menu>.dropdown-menu>li .menu>li>a {
    color: #444;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 10px;
    font-size: 13px
}

.navbar-nav>.notifications-menu>.dropdown-menu>li .menu>li>a>i {
    width: 20px;
    font-size: 16px;
    margin-right: 10px
}

.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a {
    margin: 0;
    padding: 10px
}

.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a>div>img {
    margin: auto 10px auto auto;
    width: 40px;
    height: 40px
}

.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a>h4 {
    padding: 0;
    margin: 0 0 0 45px;
    color: #444;
    font-size: 15px;
    position: relative
}

.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a>h4>small {
    color: #999;
    font-size: 10px;
    position: absolute;
    top: 0;
    right: 0
}

.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a>p {
    margin: 0 0 0 45px;
    font-size: 12px;
    color: #888
}

.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a:after,
.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a:before {
    content: " ";
    display: table
}

.navbar-nav>.tasks-menu>.dropdown-menu>li .menu>li>a {
    padding: 10px
}

.navbar-nav>.tasks-menu>.dropdown-menu>li .menu>li>a>h3 {
    font-size: 14px;
    padding: 0;
    margin: 0 0 10px;
    color: #666
}

.navbar-nav>.tasks-menu>.dropdown-menu>li .menu>li>a>.progress {
    padding: 0;
    margin: 0
}

.navbar-nav>.dropdown-user>.dropdown-menu>li>a {
    padding: 5px 10px
}

.navbar-nav>.dropdown-user>.dropdown-menu>li>a>i {
    font-size: 16px;
    margin-right: 10px
}

.open:not(.dropup)>.animated-dropdown-menu {
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
    -webkit-animation: flipInX .7s both;
    animation: flipInX .7s both
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-transition-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }
    100% {
        -webkit-transform: perspective(400px)
    }
}

.navbar-custom-menu>.navbar-nav>li {
    position: relative
}

.navbar-custom-menu>.navbar-nav>li>.dropdown-menu {
    position: absolute;
    right: 0;
    left: auto
}

@media (max-width:991px) {
    .navbar-custom-menu>.navbar-nav {
        float: right
    }
    .navbar-custom-menu>.navbar-nav>li {
        position: static
    }
    .navbar-custom-menu>.navbar-nav>li>.dropdown-menu {
        position: absolute;
        right: 5%;
        left: auto;
        border: 1px solid #ddd;
        background: #fff
    }
}

.statistic-box h2 {
    margin: 0;
    font-weight: 700
}

.statistic-box .small {
    font-weight: 600;
    color: #222;
    margin-bottom: 15px
}

.slight {
    font-size: 13px
}

.small,
small {
    font-size: 85%
}

.canvasjs-chart-credit {
    display: none
}

.panel .panel-heading h1,
.panel .panel-heading h2,
.panel .panel-heading h3,
.panel .panel-heading h4,
.panel .panel-heading h5,
.panel .panel-heading h6 {
    margin: 0;
    line-height: 26px;
    letter-spacing: .5px
}

.panel-bd,
.panel-danger,
.panel-info,
.panel-inverse,
.panel-primary,
.panel-success,
.panel-warning, .panel-default {
    border: 1px solid #b2c2cd;
}

.lobipanel {
    margin-bottom: 20px
}

.panel-bd>.panel-heading {
    color: #374767;
    background-color: #fff;
    border-color: #e4e5e7;
    position: relative
}

.panel-bd .panel-heading::before {
    content: '';
    width: 0;
    height: 0;
    border-top: 12px solid #159fcc;
    border-right: 12px solid transparent;
    position: absolute;
    left: 0;
    top: 0
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #428bca;
    border-color: #428bca
}

.panel-success>.panel-heading {
    color: #fff;
    background-color: #159fcc;
    border-color: #159fcc
}

.panel-info>.panel-heading {
    color: #fff;
    background-color: #1c5fab;
    border-color: #1c5fab
}

.panel-warning>.panel-heading {
    color: #fff;
    background-color: #ffc751;
    border-color: #ffc751
}

.panel-danger>.panel-heading {
    color: #fff;
    background-color: #E5343D;
    border-color: #E5343D
}

.panel-inverse>.panel-heading {
    color: #fff;
    background-color: #3b3e47;
    border-color: #3b3e47
}

.panel-footer {
    background-color: #f7f9fa;
    border-top: 1px solid #b2c2cd
}

@media (min-width:768px) {
    .panel-danger.lobipanel .panel-heading .dropdown .dropdown-menu>li>a,
    .panel-info.lobipanel .panel-heading .dropdown .dropdown-menu>li>a,
    .panel-inverse.lobipanel .panel-heading .dropdown .dropdown-menu>li>a,
    .panel-primary.lobipanel .panel-heading .dropdown .dropdown-menu>li>a,
    .panel-success.lobipanel .panel-heading .dropdown .dropdown-menu>li>a,
    .panel-warning.lobipanel .panel-heading .dropdown .dropdown-menu>li>a {
        color: #fff
    }
}

.message_inner {
    height: 280px
}

.message_widgets {
    margin-right: 10px
}

.inbox-item {
    border-bottom: 1px solid #f3f3f3;
    overflow: hidden;
    padding: 10px 0;
    position: relative
}

.inbox-item .inbox-item-img {
    display: block;
    float: left;
    margin-right: 15px;
    width: 40px
}

.inbox-item img {
    width: 40px
}

.inbox-item .inbox-item-author {
    color: #374767;
    margin: 0;
    font-weight: 600
}

.inbox-item .inbox-item-text {
    color: #9a9da0;
    display: block;
    font-size: 12px;
    margin: 0
}

.inbox-item .inbox-item-date {
    color: #9a9da0;
    font-size: 11px;
    right: 7px;
    top: 2px
}

.inbox-item .profile-status {
    height: 6px;
    width: 6px;
    border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    display: inline-block;
    position: absolute;
    bottom: 50%;
    right: 0
}

.inbox-item .profile-status.available {
    background-color: #159fcc
}

.inbox-item .profile-status.away {
    background-color: #FFB61E
}

.inbox-item .profile-status.busy {
    background-color: #E5343D
}

.inbox-item .profile-status.offline {
    background-color: #9a9a9a
}

.chat_list {
    list-style: none;
    padding: 0 15px
}

.chat_list li {
    margin-bottom: 24px
}

.chat_list .chat-avatar {
    display: inline-block;
    float: left;
    text-align: center;
    width: 40px
}

.chat_list .chat-avatar img {
    border-radius: 100%;
    width: 100%
}

.chat_list .conversation-text {
    display: inline-block;
    float: left;
    font-size: 12px;
    margin-left: 12px;
    width: 70%
}

.chat_list .ctext-wrap {
    background: rgba(0, 0, 0, .1);
    display: inline-block;
    padding: 10px;
    position: relative;
    border-radius: 4px
}

.chat_list .ctext-wrap:after {
    right: 100%;
    top: 20%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(213, 242, 239, 0);
    border-right-color: rgba(0, 0, 0, .1);
    border-width: 5px;
    margin-top: -5px
}

.chat_list .ctext-wrap i {
    color: rgba(54, 58, 92, .9);
    display: block;
    font-weight: 700;
    position: relative
}

.chat_list .ctext-wrap p {
    margin: 0;
    padding-top: 3px;
    font-weight: 500
}

.chat_list .odd .chat-avatar {
    float: right!important
}

.chat_list .odd .conversation-text {
    float: right!important;
    margin-right: 12px;
    text-align: right;
    width: 70%!important
}

.icon_box,
.icon_list li,
.icon_name {
    text-align: center
}

.chat_list .odd .ctext-wrap {
    background: #159fcc!important
}

.chat_list .odd .ctext-wrap i,
.chat_list .odd .ctext-wrap p {
    color: #fff
}

.chat_list .odd .ctext-wrap:after {
    border-color: rgba(238, 238, 242, 0)!important;
    border-left-color: #159fcc!important;
    left: 100%!important;
    top: 20%!important
}

#calendar1 {
    margin: 0 auto
}

#calendar1 .fc-toolbar h2 {
    font-size: 16px;
    margin: 6px 0
}

.activity-list>li {
    position: relative;
    padding: 10px 0 10px 25px
}

.activity-list>li:after,
.activity-list>li:before {
    position: absolute;
    content: ""
}

.activity-list>li:before {
    left: 5px;
    top: 0;
    height: 100%;
    border-left: 1px solid #d9d9d9
}

.activity-list>li:after {
    left: 0;
    top: 14px;
    height: 11px;
    width: 11px;
    border-radius: 50%;
    border: 2px solid #9a9a9a;
    background-color: #FFF
}

.activity-list>li.activity-purple:after {
    border-color: #8E23E0
}

.activity-list>li.activity-danger:after {
    border-color: #E5343D
}

.activity-list>li.activity-warning:after {
    border-color: #FFB61E
}

.activity-list>li.activity-primary:after {
    border-color: #0667D6
}

.icon_box {
    min-height: 92px;
    margin: 10px 0;
    font-size: 42px
}

.icon_box i {
    font-size: 35px;
    display: block;
    color: #159fcc
}

.icon_box:hover i {
    color: #676a6c
}

.icon-name {
    display: block;
    font-size: 12px;
    font-weight: 600;
    margin-top: 5px
}

@-webkit-keyframes hvr-buzz-out {
    10%,
    30% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }
    20%,
    40% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }
    50%,
    70% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg)
    }
    60%,
    80% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg)
    }
    90% {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0)
    }
    100% {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0)
    }
}

@keyframes hvr-buzz-out {
    10%,
    30% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }
    20%,
    40% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }
    50%,
    70% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg)
    }
    60%,
    80% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg)
    }
    90% {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0)
    }
    100% {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0)
    }
}

.hvr-buzz-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent
}

.hvr-buzz-out:active,
.hvr-buzz-out:focus,
.icon_box:hover .hvr-buzz-out {
    -webkit-animation-name: hvr-buzz-out;
    animation-name: hvr-buzz-out;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

@media (min-width:1200px) {
    .icon_box_width {
        width: 12.5%
    }
}

.flag-icon-inner,
.material-icon-inner,
.weather-icon-inner {
    overflow: hidden
}

.icon_list {
    list-style: none;
    float: left;
    margin: 0;
    padding: 0;
    width: 100%
}

.icon_list li {
    float: left;
    width: 33.33%;
    height: 110px;
    padding: 16px 10px;
    font-size: 10px;
    line-height: 1.4;
    background-color: #f1f3f6;
    border: 1px solid #fff
}

.icon_list li:hover {
    color: #fff;
    background-color: #159fcc
}

.icon_list li i {
    font-size: 28px;
    display: block;
    margin: 0 auto 10px;
    color: #374767
}

.icon_list li:hover i {
    color: #fff
}

.icon_name {
    display: block;
    word-wrap: break-word
}

@media (min-width:768px) {
    .flag-icon {
        margin-right: 0;
        margin-left: 0
    }
    .icon_list li {
        width: 20%;
        font-size: 12px
    }
}

@media (min-width:1200px) {
    .icon_list li {
        width: 10%;
        font-size: 12px
    }
}

.icon-section {
    margin: 0 0 3em;
    overflow: hidden
}

.icon-container {
    width: 25%;
    padding: .7em 0;
    float: left;
    position: relative;
    text-align: left
}

.sideways>li>a,
table.text-center,
table.text-center td,
table.text-center th {
    text-align: center
}

.icon-container [class*=" ti-"],
.icon-container [class^=ti-] {
    color: #374767;
    position: absolute;
    margin-top: 3px;
    -webkit-transition: .3s;
    transition: .3s;
    font-size: 16px
}

.icon-container:hover [class*=" ti-"],
.icon-container:hover [class^=ti-] {
    font-size: 2.2em;
    margin-top: -5px
}

.icon-container:hover .icons-name {
    color: #000
}

.icons-name {
    color: #7a7a7a;
    margin-left: 35px;
    -webkit-transition: .3s;
    transition: .3s;
    font-size: 13px
}

.icon-container:hover .icons-name {
    margin-left: 45px
}

@media (max-width:767px) {
    .icon-container {
        width: 100%
    }
}

@media(min-width:768px) and (max-width:1199px) {
    .icon-container {
        width: 50%
    }
}

.glyphs.character-mapping {
    margin: 0 0 20px;
    padding: 20px 0 20px 30px;
    color: rgba(0, 0, 0, .5);
    border: 1px solid #b2c2cd;
    border-radius: 4px
}

.glyphs.character-mapping li {
    margin: 0 30px 20px 0;
    display: inline-block;
    width: 90px
}

.glyphs.character-mapping .icon {
    margin: 10px 0 10px 15px;
    padding: 15px;
    position: relative;
    width: 55px;
    height: 55px;
    color: #374767!important;
    overflow: hidden;
    border-radius: 3px;
    font-size: 32px
}

.glyphs.character-mapping .icon svg {
    fill: #000
}

.glyphs.character-mapping input {
    margin: 0;
    padding: 5px 0;
    line-height: 12px;
    font-size: 12px;
    display: block;
    width: 100%;
    border: 1px solid #d8e0e5;
    border-radius: 5px;
    text-align: center;
    outline: 0
}

.glyphs.character-mapping input:focus,
.glyphs.character-mapping input:hover {
    border: 1px solid #159fcc
}

.glyphs.css-mapping {
    margin: 0 0 30px;
    padding: 30px 0 20px 30px;
    color: rgba(0, 0, 0, .5);
    border: 1px solid #b2c2cd;
    border-radius: 4px
}

.glyphs.css-mapping li {
    margin: 0 30px 20px 0;
    padding: 0;
    display: inline-block;
    overflow: hidden
}

.glyphs.css-mapping .icon {
    margin: 0 10px 0 0;
    padding: 13px;
    height: 50px;
    width: 50px;
    color: #374767!important;
    overflow: hidden;
    float: left;
    font-size: 24px
}

.glyphs.css-mapping input {
    margin: 5px 0 0;
    padding: 8px;
    line-height: 14px;
    font-size: 14px;
    display: block;
    width: 150px;
    height: 40px;
    border: 1px solid #d8e0e5;
    border-radius: 5px;
    background: #fff;
    outline: 0;
    float: right
}

.glyphs.css-mapping input:focus,
.glyphs.css-mapping input:hover {
    border: 1px solid #159fcc
}

@media(min-width:768px) and (max-width:1199px) {
    .glyphs.css-mapping li {
        margin: 0 15px 20px 0
    }
    .glyphs.character-mapping li {
        margin: 0 20px 20px 0
    }
}

.material-icon-inner {
    margin-bottom: 20px
}

.material-icon-inner:last-child {
    margin-bottom: 0
}

.flotChart {
    display: block;
    height: 300px;
    position: relative;
    color: #545454
}

.flotChart-demo {
    width: 100%;
    height: 100%;
    color: #545454
}

.spark_about {
    margin: 10px 0 40px
}

.jqstooltip {
    width: auto!important;
    height: auto!important;
    background-color: #2c3136!important;
    border-radius: 10px;
    border: none!important;
    color: #fff!important
}

.nav-tabs>li>a {
    color: #7a7a7a;
    font-weight: 600;
    border: 1px solid #159fcc;
    margin: 0;
    background: #FFF;
    padding: 6px 15px;
    border-radius: 0;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    border: 1px solid #159fcc;
    color: #fff;
    background: #159fcc;

}

.nav>li>a:focus,
.nav>li>a:hover {
    background-color: #FFF;
    color: #159fcc;

}

.tab-content .panel-body {
    background: #fff;
    border: 1px solid #e4e5e7;
    border-radius: 2px;
    padding: 20px;
    position: relative
}


/*!
 * bootstrap-vertical-tabs - v1.2.2
 * https://dbtek.github.io/bootstrap-vertical-tabs
 * 2016-12-02
 * Copyright (c) 2016 İsmail Demirbilek
 * License: MIT
 */

.tabs-left>li,
.tabs-right>li {
    float: none
}

.tabs-left>li {
    margin-right: -1px
}

.tabs-right>li {
    margin-left: -1px
}

.tabs-left>li.active>a,
.tabs-left>li.active>a:focus,
.tabs-left>li.active>a:hover {
    border-bottom-color: #e4e5e7;
    border-right-color: transparent
}

.tabs-right>li.active>a,
.tabs-right>li.active>a:focus,
.tabs-right>li.active>a:hover {
    border-bottom: 1px solid #e4e5e7;
    border-left-color: transparent
}

.tabs-left>li>a {
    border-radius: 4px 0 0 4px;
    margin-right: 0;
    display: block
}

.tabs-right>li>a {
    border-radius: 0 4px 4px 0;
    margin-right: 0
}

.sideways {
    margin-top: 50px;
    border: none;
    position: relative
}

.sideways>li {
    height: 20px;
    width: 120px;
    margin-bottom: 100px
}

.sideways>li>a {
    border-right-color: transparent;
    border-radius: 4px 4px 0 0
}

.sideways>li.active>a,
.sideways>li.active>a:focus,
.sideways>li.active>a:hover {
    border-bottom-color: transparent;
    border-right-color: #e4e5e7;
    border-left-color: #e4e5e7
}

.sideways.tabs-left {
    left: -50px
}

.sideways.tabs-right {
    right: 27px
}

.sideways.tabs-right>li {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.sideways.tabs-left>li {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

@media (max-width:767px) {
    .sideways.tabs-left {
        left: -44px
    }
}

.tree ul li:before,
.tree ul:before {
    display: block;
    left: 0;
    content: ""
}

.well {
    height: 135px;
    box-shadow: none
}

.tree,
.tree ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.tree ul {
    margin-left: 1em;
    position: relative
}

.tree ul ul {
    margin-left: .5em
}

.tree ul:before {
    width: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    border-left: 1px solid
}

.tree li {
    margin: 0;
    padding: 0 1em;
    line-height: 2em;
    color: #4C4C4C;
    font-weight: 600;
    position: relative;
    cursor: pointer
}

.tree ul li:before {
    width: 10px;
    height: 0;
    border-top: 1px solid;
    margin-top: -1px;
    position: absolute;
    top: 1em
}

.tree ul li:last-child:before {
    background: #fff;
    height: auto;
    top: 1em;
    bottom: 0
}

.indicator {
    margin-right: 5px
}

.tree li a {
    text-decoration: none;
    color: #4C4C4C
}

.tree li a:hover {
    color: #159fcc
}

.tree li button,
.tree li button:active,
.tree li button:focus {
    text-decoration: none;
    color: #369;
    border: none;
    background: 0 0;
    margin: 0;
    padding: 0;
    outline: 0
}

.show-grid {
    margin-bottom: 15px
}

.show-grid [class^=col-] {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #eee;
    background-color: rgba(55, 160, 0, .15);
    border: 1px solid rgba(55, 180, 0, .2)
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    border-top: 1px solid #e4e5e7
}

.table>tfoot>tr>th,
.table>thead>tr>th {
    border-bottom: 0;
    
}

.table-bordered {
    border: 1px solid #e4e5e7
}

.table.no-border,
.table.no-border td,
.table.no-border th {
    border: 0
}

.table.align th {
    text-align: left
}

.table.align td {
    text-align: right
}

.footable-odd {
    background-color: #f9f9f9
}
.table-sm td, .table-sm th{padding: .3rem !important; font-size: 12px;}
.bd-content>ol li,
.bd-content>ul li {
    margin-bottom: .25rem
}

.bd-content h3 {
    margin-top: 0
}

.form-control {

    box-shadow: none;
    border: 1px solid #aaa; border-radius: 4px;
}

.form-control:focus {
    border-color: #159fcc;
    box-shadow: none
}

.note-editor.note-frame {
    border: 0px !important;
}

.icon-indent-left,
.icon-indent-right,
.icon-list,
.icon-picture,
.icon-share,
.icon-th-list {
    display: inline-block;
    width: 14px;
    height: 14px;
    line-height: 14px;
    vertical-align: text-top;
    background-image: url(../img/glyphicons-halflings.png);
    background-repeat: no-repeat
}

.icon-font {
    background-position: -144px -48px
}

.icon-list {
    background-position: -360px -48px
}

.icon-th-list {
    background-position: -264px 0
}

.icon-indent-right {
    background-position: -408px -48px
}

.icon-indent-left {
    background-position: -384px -48px
}

.icon-share {
    background-position: -120px -72px
}

.icon-picture {
    background-position: -456px -48px
}

.wysi-btn {
    margin-bottom: 0;
    font-size: 13px;
    color: #333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, .75);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
    background-image: linear-gradient(top, #fff, #e6e6e6);
    background-repeat: repeat-x;
    -webkit-filter: dximagetransform.microsoft.gradient(enabled=false);
    filter: dximagetransform.microsoft.gradient(enabled=false);
    border: 1px solid #ccc;
    border-bottom-color: #b3b3b3;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05)
}

.f1-steps {
    overflow: hidden;
    position: relative;
    margin-top: 20px
}

.f1-progress,
.f1-progress-line {
    position: absolute;
    left: 0;
    height: 1px
}

.f1-progress {
    top: 24px;
    width: 100%;
    background: #ddd
}

.f1-progress-line {
    top: 0;
    background: #159fcc
}

.f1-step {
    position: relative;
    float: left;
    width: 33.333333%;
    padding: 0 5px
}

.f1-step-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-top: 4px;
    background: #ddd;
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    border-radius: 50%
}

.f1-step.activated .f1-step-icon {
    background: #fff;
    border: 1px solid #159fcc;
    color: #159fcc;
    line-height: 38px
}

.f1-step.active .f1-step-icon {
    width: 48px;
    height: 48px;
    margin-top: 0;
    background: #159fcc;
    font-size: 22px;
    line-height: 48px
}

.f1-step p {
    color: #ccc
}

.f1-step.activated p,
.f1-step.active p {
    color: #159fcc
}

.f1 fieldset {
    display: none;
    text-align: left
}

.f1-buttons {
    text-align: right
}

.f1 .input-error {
    border-color: #f35b3f
}

@media (max-width:767px) {
    .navbar {
        padding-top: 0
    }
    .navbar.navbar-no-bg {
        background: #333;
        background: rgba(51, 51, 51, .9)
    }
    .navbar-brand {
        height: 60px;
        margin-left: 15px
    }
    .navbar-collapse {
        border: 0
    }
    .navbar-toggle {
        margin-top: 12px
    }
    .top-content {
        padding: 40px 0 110px
    }
}

.checkbox.checkbox-inline,
.radio.radio-inline {
    margin-top: 0
}

@media (max-width:415px) {
    .f1 {
        padding-bottom: 20px
    }
    .f1-buttons button {
        margin-bottom: 5px
    }
}

.checkbox {
    padding-left: 20px
}

.checkbox label {
    display: inline-block;
    position: relative;
    padding-left: 5px
}

.checkbox label::after,
.checkbox label::before {
    position: absolute;
    margin-left: -20px;
    display: inline-block;
    left: 0
}

.checkbox label::before {
    content: "";
    width: 28px;
    height: 28px;
    border: 1px solid #aaa;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: border .15s ease-in-out, color .15s ease-in-out;
    transition: border .15s ease-in-out, color .15s ease-in-out
}

.checkbox label::after {
    width: 27px;
    height: 27px;
    top: 0;
    padding-left: 6px;
    padding-top: 5px;
    color: #555
}

.checkbox-danger input[type=checkbox]:checked+label::after,
.checkbox-info input[type=checkbox]:checked+label::after,
.checkbox-primary input[type=checkbox]:checked+label::after,
.checkbox-success input[type=checkbox]:checked+label::after,
.checkbox-warning input[type=checkbox]:checked+label::after {
    color: #fff
}

.checkbox input[type=checkbox] {
    opacity: 0
}

.checkbox input[type=checkbox]:focus+label::before {
    outline: dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px
}

.checkbox input[type=checkbox]:checked+label::after {
    font-family: 'Font Awesome\ 5 Free';
    content: "\f00c";
    font-weight: 900;
}

.checkbox input[type=checkbox]:disabled+label {
    opacity: .65
}

.checkbox input[type=checkbox]:disabled+label::before {
    background-color: #eee;
    cursor: not-allowed
}

.checkbox.checkbox-circle label::before {
    border-radius: 50%
}

.checkbox-primary input[type=checkbox]:checked+label::before {
    background-color: #428bca;
    border-color: #428bca
}

.checkbox-danger input[type=checkbox]:checked+label::before {
    background-color: #E5343D;
    border-color: #d9534f
}

.checkbox-info input[type=checkbox]:checked+label::before {
    background-color: #5bc0de;
    border-color: #5bc0de
}

.checkbox-warning input[type=checkbox]:checked+label::before {
    background-color: #f0ad4e;
    border-color: #f0ad4e
}

.checkbox-success input[type=checkbox]:checked+label::before {
    background-color: #5cb85c;
    border-color: #5cb85c
}

.radio {
    padding-left: 20px
}

.radio label {
    display: inline-block;
    position: relative;
    padding-left: 5px
}

.radio label::after,
.radio label::before {
    display: inline-block;
    position: absolute;
    margin-left: -20px
}

.radio label::before {
    content: "";
    width: 17px;
    height: 17px;
    left: 0;
    border: 1px solid #ccc;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: border .15s ease-in-out;
    transition: border .15s ease-in-out
}

.radio label::after {
    content: " ";
    width: 11px;
    height: 11px;
    left: 3px;
    top: 3px;
    border-radius: 50%;
    background-color: #555;
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: -webkit-transform .1s cubic-bezier(.8, -.33, .2, 1.33);
    transition: -webkit-transform .1s cubic-bezier(.8, -.33, .2, 1.33);
    transition: transform .1s cubic-bezier(.8, -.33, .2, 1.33);
    transition: transform .1s cubic-bezier(.8, -.33, .2, 1.33), -webkit-transform .1s cubic-bezier(.8, -.33, .2, 1.33)
}

#map1,
#map8,
.embed-container {
    position: relative
}

.radio-primary input[type=radio]+label::after,
.radio-primary input[type=radio]:checked+label::after {
    background-color: #428bca
}

.radio input[type=radio] {
    opacity: 0
}

.radio input[type=radio]:focus+label::before {
    outline: dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px
}

.radio input[type=radio]:checked+label::after {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
}

.radio input[type=radio]:disabled+label {
    opacity: .65
}

.radio input[type=radio]:disabled+label::before {
    cursor: not-allowed
}

.radio-primary input[type=radio]:checked+label::before {
    border-color: #428bca
}

.radio-danger input[type=radio]+label::after,
.radio-danger input[type=radio]:checked+label::after {
    background-color: #d9534f
}

.radio-danger input[type=radio]:checked+label::before {
    border-color: #d9534f
}

.radio-info input[type=radio]+label::after,
.radio-info input[type=radio]:checked+label::after {
    background-color: #5bc0de
}

.radio-info input[type=radio]:checked+label::before {
    border-color: #5bc0de
}

.radio-warning input[type=radio]+label::after,
.radio-warning input[type=radio]:checked+label::after {
    background-color: #f0ad4e
}

.radio-warning input[type=radio]:checked+label::before {
    border-color: #f0ad4e
}

.has-success .form-control,
.has-success .input-group-addon,
.radio-success input[type=radio]:checked+label::before {
    border-color: #5cb85c
}

.radio-success input[type=radio]+label::after,
.radio-success input[type=radio]:checked+label::after {
    background-color: #5cb85c
}

.form-check-label {
    cursor: pointer;
    font-weight: 600
}

.form-control-danger,
.form-control-success,
.form-control-warning {
    padding-right: 2.25rem;
    background-repeat: no-repeat;
    background-position: center right .5625rem;
    background-size: 1.125rem 1.125rem
}

.form-feedback {
    margin-top: .25rem
}

.has-success .col-form-label,
.has-success .custom-control,
.has-success .form-check-label,
.has-success .form-control-label,
.has-success .form-feedback {
    color: #5cb85c
}

.has-success .form-control:focus {
    border-color: #5cb85c;
    box-shadow: none
}

.has-success .input-group-addon {
    color: #5cb85c;
    background-color: #eaf6ea
}

.has-success .form-control-success {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E")
}

.has-warning .col-form-label,
.has-warning .custom-control,
.has-warning .form-check-label,
.has-warning .form-control-label,
.has-warning .form-feedback {
    color: #f0ad4e
}

.has-warning .form-control {
    border-color: #f0ad4e
}

.has-warning .form-control:focus {
    border-color: #f0ad4e;
    box-shadow: none
}

.has-warning .input-group-addon {
    color: #f0ad4e;
    border-color: #f0ad4e;
    background-color: #fff
}

.has-warning .form-control-warning {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E")
}

.has-danger .col-form-label,
.has-danger .custom-control,
.has-danger .form-check-label,
.has-danger .form-control-label,
.has-danger .form-feedback {
    color: #d9534f
}

.has-danger .form-control {
    border-color: #d9534f
}

.has-danger .form-control:focus {
    border-color: #d9534f;
    box-shadow: none
}

.has-danger .input-group-addon {
    color: #d9534f;
    border-color: #d9534f;
    background-color: #fdf7f7
}

.has-danger .form-control-danger {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E")
}

.dropzone {
    min-height: 200px;
    border: 2px dashed #159fcc
}

.dropzone .dz-message {
    margin: 4em 0
}

#map1 {
    width: 100%;
    height: 320px
}

#map2,
#map3,
#map4,
#map5,
#map6,
#map7 {
    position: relative;
    width: 100%;
    height: 350px
}

#map8 {
    width: 100%;
    height: 580px
}

.embed-container {
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%
}

.embed-container embed,
.embed-container iframe,
.embed-container object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

pre {
    background-color: #2c3136;
    color: #f7f7f7;
    padding: 10px;
    border-radius: 5px;
    text-align: left;
    font-size: 14px;
    overflow: hidden;
    border: 1px solid #2c3136
}

pre .str {
    color: #e6db74
}

pre .func {
    color: #66d9ef
}

pre .val {
    color: #a381ff
}

pre .tag {
    color: #e92772
}

pre .attr {
    color: #a6e22d
}

pre .arg {
    color: #fd9720
}

.mailbox {
    background-color: #fff;
    border-radius: 10px;
    margin: 30px 0 20px;
    overflow: hidden;
    border: 1px solid #b2c2cd
}

.mailbox-header {
    padding: 0 25px;
    border-bottom: 1px solid #b2c2cd
}

.mailbox .btn,
.mailbox .btn:hover {
    border-width: 2px
}

.inbox-toolbar {
    padding-top: 16.5px;
    float: right
}

.mailbox .btn {
    border-radius: 25px;
    padding: 4px 15px
}

.mailbox .btn-default {
    color: #89949B;
    border-color: #efefef;
    background-color: #fff
}

.mailbox .btn-default:hover {
    color: #fff;
    border-color: #1c5fab;
    background-color: #1c5fab
}

.mailbox-body .row {
    width: 100%;
    display: table;
    table-layout: fixed
}

.mailbox-body .inbox-mail,
.mailbox-body .inbox-nav {
    display: table-cell;
    vertical-align: top;
    float: none
}

.inbox-nav {
    border-right: 1px solid #e4e5e7
}

.mailbox-sideber {
    margin-top: 20px
}

.profile-usermenu ul {
    margin-bottom: 20px
}

.profile-usermenu ul li a {
    color: #93a3b5;
    font-size: 13px;
    font-weight: 400
}

.profile-usermenu ul li a:hover,
.profile-usermenu ul li.active a {
    color: #159fcc;
    background-color: rgba(55, 160, 0, .1)
}

.profile-usermenu ul li a i {
    margin-right: 8px;
    font-size: 14px
}

.profile-usermenu ul li.active {
    border-bottom: none
}

.profile-usermenu ul li.active a {
    border-left: 2px solid #159fcc;
    margin-left: -2px
}

.profile-usermenu h6 {
    margin: 0 15px 10px;
    border-bottom: 1px solid #e4e5e7;
    padding-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600
}

.inbox_item {
    color: inherit;
    display: block;
    padding-bottom: 0!important;
    padding-left: 25px;
    padding-right: 25px;
    border-bottom: 1px solid #e4e5e7;
    background: #f9f9f9
}

.unread {
    background: #fff
}

.inbox_item:focus,
.inbox_item:hover {
    color: inherit;
    background: rgba(255, 255, 102, .2)
}

.inbox_item:last-child {
    border-bottom: none!important
}

.inbox-avatar {
    padding-top: 12.5px;
    padding-bottom: 12.5px
}

.inbox-avatar img {
    padding: 2px;
    border-radius: 100px;
    border: 2px solid #eee;
    height: 40px;
    width: 40px
}

.inbox-avatar-text {
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    color: #93a3b5
}

.avatar-name {
    color: #43525A;
    font-weight: 600
}

.badge.avatar-text {
    margin-right: 5px;
    display: inline;
    color: #fff;
    font-size: 72%;
    padding: 3px 10px;
    border-radius: 10px
}

.inbox-date {
    float: right;
    color: #CDCCC8;
    text-align: right
}

.inbox-date .date {
    position: relative;
    top: 5px
}

@media(max-width:767px) {
    .mailbox .btn {
        margin-bottom: 10px
    }
}

@media(min-width:1200px) {
    .inbox-avatar-text {
        padding-left: 12.5px
    }
}

.inbox-mail-details {
    line-height: 1.78571
}

.btn {
    border-radius: 2px
}

.btn-rounded {
    border-radius: 2em
}

.w-md {
    min-width: 110px
}

.btn-black,
.btn-black:hover,
.btn-danger,
.btn-danger:hover,
.btn-inverse,
.btn-inverse:hover,
.btn-pink,
.btn-pink:hover,
.btn-primary,
.btn-primary:hover,
.btn-purple,
.btn-purple:hover,
.btn-success,
.btn-success:hover,
.btn-violet,
.btn-violet:hover,
.btn-warning,
.btn-warning:hover {
    color: #fff
}
.btn-disabled,
.btn-disabled:active,
.btn-disabled:focus,
.btn-disabled:hover {
    color: #fff;
    background-color: #ccc;
    border-color: #ccc;
    cursor: not-allowed;
}
.btn-default.btn-transparent,
.btn-default.btn-transparent:active,
.btn-default.btn-transparent:focus,
.btn-default.btn-transparent:hover {
    color: #ced0d2;
    background-color: rgba(206, 208, 210, .2);
    border-color: rgba(206, 208, 210, .3)
}

.btn-default.btn-outline {
    color: #ced0d2;
    background-color: transparent
}

.btn-default.btn-outline:active,
.btn-default.btn-outline:focus,
.btn-default.btn-outline:hover {
    color: #fff;
    background-color: #cacbcc
}
.dt-buttons .btn {
    color:#FFF;
    padding: 9px;
}
.btn-primary, .dt-buttons .btn {
    background-color: #1c5fab;
    border-color: #034ea2;
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.dt-buttons .btn:hover,
.dt-buttons .btn:focus
{
    background-color: #3a95e4;
    border-color: #3b7cb4
}

.btn-primary.btn-transparent,
.btn-primary.btn-transparent:active,
.btn-primary.btn-transparent:focus,
.btn-primary.btn-transparent:hover {
    color: #42c1ca;
    background-color: rgba(66, 193, 202, .2);
    border-color: rgba(66, 193, 202, .3)
}

.btn-primary.btn-outline {
    color: #428bca;
    background-color: transparent
}

.btn-primary.btn-outline:active,
.btn-primary.btn-outline:focus,
.btn-primary.btn-outline:hover {
    color: #fff;
    background-color: #428bca
}
.btn-save {
    color: #FFF;
    background-color: #398439;
    border-color: #255625;
}

.btn-save:active,
.btn-save:focus,
.btn-save:hover {
    color: #FFF;
    background-color: #255625;
    border-color: #398439;
}
.btn-small {
    background-color: #0a89b2;
    border-color: #0a89b2;
    color: #FFF;
    padding: 6px 5px;
    font-size: 12px;
    font-weight: 600;
}

.btn-small:active,
.btn-small:focus,
.btn-small:hover {
    background-color: #0a7496;
    border-color: #0a89b2;
    color: #FFF;
}
.btn-success {
    background-color: #0a89b2;
    border-color: #0a89b2
}

.btn-success:active,
.btn-success:focus,
.btn-success:hover {
    background-color: #0a89b2;
    border-color: #0a89b2
}

.btn-success.btn-transparent,
.btn-success.btn-transparent:active,
.btn-success.btn-transparent:focus,
.btn-success.btn-transparent:hover {
    color: #159fcc;
    background-color: rgba(55, 160, 0, .2);
    border-color: rgba(55, 160, 0, .3)
}

.btn-success.btn-outline {
    color: #159fcc;
    background-color: transparent
}

.btn-success.btn-outline:active,
.btn-success.btn-outline:focus,
.btn-success.btn-outline:hover {
    color: #fff;
    background-color: #159fcc
}

.btn-info {
    background-color: #009bff;
    border-color: #008de8;
}

.btn-info:active,
.btn-info:focus,
.btn-info:hover {
    background-color: #008de8;
    border-color: #009bff;
}

.btn-info.btn-transparent,
.btn-info.btn-transparent:active,
.btn-info.btn-transparent:focus,
.btn-info.btn-transparent:hover {
    color: #53d4fa;
    background-color: rgba(83, 212, 250, .2);
    border-color: rgba(83, 212, 250, .3)
}

.btn-info.btn-outline {
    color: #1c5fab;
    background-color: transparent
}

.btn-info.btn-outline:active,
.btn-info.btn-outline:focus,
.btn-info.btn-outline:hover {
    color: #fff;
    background-color: #1c5fab
}

.btn-warning {
    background-color: #FFB61E;
    border-color: #E1A21E
}

.btn-warning:active,
.btn-warning:focus,
.btn-warning:hover {
    background-color: #ffc751;
    border-color: #E1A21E
}

.btn-warning.btn-transparent,
.btn-warning.btn-transparent:active,
.btn-warning.btn-transparent:focus,
.btn-warning.btn-transparent:hover {
    color: #ffc751;
    background-color: rgba(255, 199, 81, .2);
    border-color: rgba(255, 199, 81, .3)
}

.btn-warning.btn-outline {
    color: #FFB61E;
    background-color: transparent
}

.btn-warning.btn-outline:active,
.btn-warning.btn-outline:focus,
.btn-warning.btn-outline:hover {
    color: #fff;
    background-color: #FFB61E
}

.btn-danger {
    background-color: #E5343D;
    border-color: #BF2D35
}

.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover {
    background-color: #e7575e;
    border-color: #BF2D35
}

.btn-danger.btn-transparent,
.btn-danger.btn-transparent:active,
.btn-danger.btn-transparent:focus,
.btn-danger.btn-transparent:hover {
    color: #e5343d;
    background-color: rgba(229, 52, 61, .2);
    border-color: rgba(229, 52, 61, .3)
}

.btn-danger.btn-outline {
    color: #E5343D;
    background-color: transparent
}

.btn-danger.btn-outline:active,
.btn-danger.btn-outline:focus,
.btn-danger.btn-outline:hover {
    color: #fff;
    background-color: #E5343D
}

.btn-inverse {
    background-color: #3b3e47;
    border-color: #292d3b
}

.btn-inverse:active,
.btn-inverse:focus,
.btn-inverse:hover {
    background-color: #2f3239;
    border-color: #292d3b
}

.btn-inverse.btn-transparent,
.btn-inverse.btn-transparent:active,
.btn-inverse.btn-transparent:focus,
.btn-inverse.btn-transparent:hover {
    color: #3b3e47;
    background-color: rgba(59, 62, 71, .2);
    border-color: rgba(59, 62, 71, .3)
}

.btn-inverse.btn-outline {
    color: #3b3e47;
    background-color: transparent
}

.btn-inverse.btn-outline:active,
.btn-inverse.btn-outline:focus,
.btn-inverse.btn-outline:hover {
    color: #fff;
    background-color: #3b3e47
}

.btn-purple {
    background-color: #5b69bc;
    border-color: #4c59a7
}

.btn-purple:active,
.btn-purple:focus,
.btn-purple:hover {
    background-color: #4a59b4;
    border-color: #4c59a7
}

.btn-purple.btn-transparent,
.btn-purple.btn-transparent:active,
.btn-purple.btn-transparent:focus,
.btn-purple.btn-transparent:hover {
    color: #5b69bc;
    background-color: rgba(91, 105, 188, .2);
    border-color: rgba(91, 105, 188, .3)
}

.btn-purple.btn-outline {
    color: #5b69bc;
    background-color: transparent
}

.btn-purple.btn-outline:active,
.btn-purple.btn-outline:focus,
.btn-purple.btn-outline:hover {
    color: #fff;
    background-color: #5b69bc
}

.btn-pink {
    background-color: #ff8acc;
    border-color: #db6fac
}

.btn-pink:active,
.btn-pink:focus,
.btn-pink:hover {
    background-color: #ff70c1;
    border-color: #db6fac
}

.btn-pink.btn-transparent,
.btn-pink.btn-transparent:active,
.btn-pink.btn-transparent:focus,
.btn-pink.btn-transparent:hover {
    color: #ff8acc;
    background-color: rgba(255, 138, 204, .2);
    border-color: rgba(255, 138, 204, .3)
}

.btn-pink.btn-outline {
    color: #ff8acc;
    background-color: transparent
}

.btn-pink.btn-outline:active,
.btn-pink.btn-outline:focus,
.btn-pink.btn-outline:hover {
    color: #fff;
    background-color: #ff8acc
}

.btn-black {
    background-color: #000;
    border-color: #000
}

.btn-black:active,
.btn-black:focus,
.btn-black:hover {
    background-color: #222;
    border-color: #6B6B6B
}

.btn-black.btn-transparent,
.btn-black.btn-transparent:active,
.btn-black.btn-transparent:focus,
.btn-black.btn-transparent:hover {
    color: #000;
    background-color: rgba(0, 0, 0, .2);
    border-color: rgba(0, 0, 0, .3)
}

.btn-black.btn-outline {
    color: #000;
    background-color: transparent
}

.btn-black.btn-outline:active,
.btn-black.btn-outline:focus,
.btn-black.btn-outline:hover {
    color: #fff;
    background-color: #000
}

.btn-violet {
    background-color: #8E23E0;
    border-color: #6C13B1
}

.btn-violet:active,
.btn-violet:focus,
.btn-violet:hover {
    background-color: #a13eee;
    border-color: #6C13B1
}

.btn-violet.btn-transparent,
.btn-violet.btn-transparent:active,
.btn-violet.btn-transparent:focus,
.btn-violet.btn-transparent:hover {
    color: #8e23e0;
    background-color: rgba(142, 35, 224, .2);
    border-color: rgba(142, 35, 224, .3)
}

.btn-violet.btn-outline {
    color: #8E23E0;
    background-color: transparent
}

.btn-violet.btn-outline:active,
.btn-violet.btn-outline:focus,
.btn-violet.btn-outline:hover {
    color: #fff;
    background-color: #8E23E0
}

.btn-label {
    position: relative;
    left: -14px;
    display: inline-block;
    padding: 6px 12px;
    background: rgba(0, 0, 0, .15);
    border-radius: 2px 0 0 2px
}

.btn-labeled {
    padding-top: 0;
    padding-bottom: 0
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px
}
.lb-md {
    font-size: 90%;
    font-weight: 500;
}
.login-wrapper {
    padding: 10px
}

.back-link {
    float: left;
    width: 100%;
    margin: 10px
}

.container-center {
    max-width: 550px;
    margin: 5% auto 0;
    padding: 20px;
    height: 100vh;
    text-align: center;
        
}

.container-center.lg {
    max-width: 800px
}

.view-header {
    margin: 10px 0
}

.view-header .header-icon {
    font-size: 60px;
    color: #159fcc;
    width: 68px;
    float: left;
    margin-top: -8px;
    line-height: 0
}

.view-header .header-title {
    margin-left: 68px
}

.view-header .header-title h3 {
    margin-bottom: 2px
}

.lock-wrapper-page {
    margin: 7.5% auto;
    width: 360px;
    padding: 15px
}

.logo-lock {
    font-size: 50px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif
}

.user-thumb img {
    height: 88px;
    margin: 0 auto;
    width: 88px
}

.lock-wrapper-page .form-control {
    padding-left: 40px;
    border: 1px solid #159fcc
}

.dd,
.dd-list {
    padding: 0;
    list-style: none
}

.lock-wrapper-page .fa-key {
    left: 15px!important;
    top: 10px;
    font-size: 15px;
    position: absolute;
    z-index: 99
}

.dd,
.dd-item {
    display: block;
    font-size: 13px;
    line-height: 20px
}

.dd,
.dd-item,
.dd-item>button,
.dd-list {
    position: relative
}

@media (max-width:767px) {
    .lock-wrapper-page {
        margin: 15% auto;
        width: 320px
    }
}

.dd,
.dd-item,
.dd-list,
.headding_ex h1,
.headding_ex h2,
.headding_ex h3,
.headding_ex h4,
.headding_ex h5,
.headding_ex h6 {
    margin: 0
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.dd {
    max-width: 600px
}

.dd-list {
    display: block
}

.dd-list .dd-list {
    padding-left: 30px
}

.dd-item {
    padding: 0;
    min-height: 20px
}

.dd-handle,
.dd-item>button {
    margin: 5px 0;
    display: block;
    cursor: pointer
}

.dd-handle {
    padding: 5px 10px;
    color: #333;
    text-decoration: none;
    border: 1px solid #e4e5e7;
    background: #f7f9fa;
    border-radius: 3px;
    box-sizing: border-box;
    -moz-box-sizing: border-box
}

.dd-handle:hover {
    color: #159fcc;
    font-weight: 600;
    background: #fff
}

.dd-item>button {
    float: left;
    width: 25px;
    height: 20px;
    padding: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: 0;
    background: 0 0;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    font-weight: 700
}

.dd-item>button:before {
    content: '+';
    display: block;
    position: absolute;
    width: 100%;
    text-align: center;
    text-indent: 0
}

.dd-item>button[data-action=collapse]:before {
    content: '-'
}

#nestable .dd-handle {
    color: inherit;
    border: 1px dashed #e4e5e7;
    background: #f7f9fa;
    padding: 8px 10px
}

#nestable .dd-handle:hover {
    color: #159fcc;
    font-weight: 600;
    background: #fff
}

.card-header,
.card-header-headshot {
    background-size: cover;
    background-position: center center
}

#nestable-output,
#nestable2-output {
    font-size: 12px;
    padding: 25px;
    box-sizing: border-box;
    -moz-box-sizing: border-box
}

#nestable .dd-item>button {
    font-family: 'Font Awesome\ 5 Free';
    height: 34px;
    width: 33px;
    color: #c1c1c1
}

.cbp_tmtimeline>li .cbp_tmtime span,
.error-desc p,
.pricing .pricing_item,
.pricing .pricing_title {
    font-family: 'Roboto', sans-serif
}

#nestable .dd-item>button[data-action=collapse]::before {
    content: "\f068"
}

#nestable .dd-item>button::before {
    content: "\f067"
}

#nestable span.label {
    margin-right: 10px
}

.dd-handle span {
    font-weight: 700
}

.progress {
    -webkit-box-shadow: none!important;
    background-color: #f5f5f5;
    box-shadow: none!important;
    height: 10px;
    overflow: visible
}

.progress-bar {
    box-shadow: none;
    font-size: 8px;
    font-weight: 600;
    line-height: 12px
}

.progress-animated {
    -webkit-animation-duration: 5s;
    -webkit-animation-name: animationProgress;
    -webkit-transition: 5s all;
    animation-duration: 5s;
    animation-name: animationProgress;
    transition: 5s all
}

.progress.progress-sm {
    height: 5px!important
}

.progress.progress-md {
    height: 15px!important
}

.progress.progress-lg {
    height: 20px!important
}

.progress.progress-md .progress-bar {
    font-size: 10.8px;
    line-height: 14.4px
}

.progress.progress-lg .progress-bar {
    font-size: 12px;
    line-height: 20px
}

.progress-bar-primary {
    background-color: #428bca
}

.progress-bar-success {
    background-color: #159fcc
}

.progress-bar-info {
    background-color: #1c5fab
}

.progress-bar-warning {
    background-color: #FFB61E
}

.progress-bar-danger {
    background-color: #E5343D
}

.progress-bar-inverse {
    background-color: #3b3e47
}

.progress-bar-pink {
    background-color: #ff8acc
}

.progress-bar-violet {
    background-color: #8E23E0
}

.progress-bar .tooltip {
    position: relative;
    float: right
}

.progress-bar .tooltip .tooltip-inner {
    background-color: #f5f5f5;
    padding: 4px 8px;
    color: #fff;
    font-weight: 700;
    font-size: 9px
}

.popOver+.tooltip .tooltip-arrow {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #000
}

.progress-bar-primary .tooltip .tooltip-inner {
    background-color: #428bca
}

.progress-bar-primary .tooltip.top .tooltip-arrow {
    border-top: 5px solid #428bca
}

.progress-bar-success .tooltip .tooltip-inner {
    background-color: #159fcc
}

.progress-bar-success .tooltip.top .tooltip-arrow {
    border-top: 5px solid #159fcc
}

.progress-bar-info .tooltip .tooltip-inner {
    background-color: #1c5fab
}

.progress-bar-info .tooltip.top .tooltip-arrow {
    border-top: 5px solid #1c5fab
}

.progress-bar-warning .tooltip .tooltip-inner {
    background-color: #FFB61E
}

.progress-bar-warning .tooltip.top .tooltip-arrow {
    border-top: 5px solid #FFB61E
}

.progress-bar-danger .tooltip .tooltip-inner {
    background-color: #E5343D
}

.progress-bar-danger .tooltip.top .tooltip-arrow {
    border-top: 5px solid #E5343D
}

.progress-bar-inverse .tooltip .tooltip-inner {
    background-color: #3b3e47
}

.progress-bar-inverse .tooltip.top .tooltip-arrow {
    border-top: 5px solid #3b3e47
}

.progress-bar-pink .tooltip .tooltip-inner {
    background-color: #ff8acc
}

.progress-bar-pink .tooltip.top .tooltip-arrow {
    border-top: 5px solid #ff8acc
}

.progress-bar-violet .tooltip .tooltip-inner {
    background-color: #8E23E0
}

.progress-bar-violet .tooltip.top .tooltip-arrow {
    border-top: 5px solid #8E23E0
}

.card {
    margin-bottom: 20px
}

.card-header {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: url(../img/profile-bg.jpg);
    padding: 30px 15px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.card-header-menu {
    position: absolute;
    top: 0;
    right: 0;
    height: 4em;
    width: 4em
}

.card-header-menu:after {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    border-left: 2em solid transparent;
    border-bottom: 2em solid transparent;
    border-right: 2em solid #159fcc;
    border-top: 2em solid #159fcc;
    border-top-right-radius: 4px
}

.card-header-menu i {
    position: absolute;
    top: 9px;
    right: 9px;
    color: #fff;
    z-index: 1
}

.card-header-headshot {
    height: 6em;
    width: 6em;
    border-radius: 50%;
    border: 2px solid #159fcc;
    background-image: url(../img/avatar.png);
    box-shadow: 1px 3px 3px #3E4142
}

.card-content-member {
    position: relative;
    background-color: #fff;
    padding: 1em;
    box-shadow: 0 2px 2px rgba(62, 65, 66, .15);
    text-align: center
}

.card-content-member p i {
    font-size: 16px;
    margin-right: 10px
}

.card-content-languages {
    background-color: #fff;
    padding: 15px
}

.card-content-languages .card-content-languages-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: .5em
}

.card-content-languages .card-content-languages-group:last-of-type {
    padding-bottom: 0
}

.card-content-languages .card-content-languages-group>div:first-of-type {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 5em;
    flex: 0 0 5em
}

.card-content-languages h4 {
    line-height: 1.5em;
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: .5px
}

.card-content-languages li {
    display: inline-block;
    padding-right: .5em;
    font-size: .9em;
    line-height: 1.5em
}

.card-footer-stats,
.pricing {
    display: -webkit-box;
    display: -ms-flexbox
}

.card-content-summary {
    background-color: #fff;
    padding: 15px
}

.card-content-summary p {
    text-align: center;
    font-size: 12px;
    font-weight: 600
}

.card-footer-stats {
    display: flex;
    background-color: #2c3136
}

.card-footer-stats div {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 33%;
    flex: 1 0 33%;
    padding: .75em
}

.card-footer-stats div:nth-of-type(2) {
    border-left: 1px solid #3E4142;
    border-right: 1px solid #3E4142
}

.card-footer-stats p {
    font-size: .8em;
    color: #A6A6A6;
    margin-bottom: .4em;
    font-weight: 600;
    text-transform: uppercase
}

.card-footer-stats i,
.card-footer-stats span {
    color: #ddd
}

.card-footer-stats span.stats-small {
    font-size: .9em
}

.card-footer-message {
    background-color: #159fcc;
    padding: 15px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px
}

.card-footer-message h4 {
    margin: 0;
    text-align: center;
    color: #fff;
    font-weight: 400
}

.review-number {
    float: left;
    width: 35px;
    line-height: 1
}

.review-number div {
    height: 9px;
    margin: 5px 0
}

.review-progress {
    float: left;
    width: 230px
}

.review-progress .progress {
    margin: 8px 0
}

.progress-number {
    margin-left: 10px;
    float: left
}

.rating-block,
.review-block {
    background-color: #fff;
    border: 1px solid #b2c2cd;
    padding: 15px;
    border-radius: 4px;
    margin-bottom: 20px
}

.review-block {
    margin-bottom: 20px
}

.review-block-img img {
    height: 60px;
    width: 60px
}

.review-block-name {
    font-size: 12px;
    margin: 10px 0;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .5px
}

.review-block-name a {
    color: #374767
}

.review-block-date {
    font-size: 12px
}

.review-block-rate {
    font-size: 13px;
    margin-bottom: 15px
}

.review-block-title {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 10px
}

.review-block-description {
    font-size: 13px
}

#calendar {
    max-width: 900px;
    margin: 0 auto
}

#external-events h4 {
    margin-top: 0
}

#external-events .fc-event {
    margin: 10px 0;
    cursor: pointer
}

#external-events p {
    margin: 1.5em 0 0;
    font-size: 13px
}

#external-events p input {
    margin: 0;
    vertical-align: middle
}

#external-events p label {
    font-weight: 600
}

.cbp_tmtimeline {
    margin: 30px 0 0;
    padding: 0;
    list-style: none;
    position: relative
}

.cbp_tmtimeline:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #b2c2cd;
    left: 20.5%;
    margin-left: -10px
}

.cbp_tmtimeline>li .cbp_tmtime {
    display: block;
    width: 25%;
    padding-right: 100px;
    position: absolute
}

.cbp_tmtimeline>li .cbp_tmtime span {
    display: block;
    text-align: right
}

.cbp_tmtimeline>li .cbp_tmtime span:first-child {
    font-size: 15px;
    color: #159fcc;
    font-weight: 600
}

.cbp_tmtimeline>li .cbp_tmtime span:last-child {
    font-size: 50px
}

.cbp_tmtimeline>li .cbp_tmlabel {
    margin: 0 0 15px 27%;
    background: #fff;
    padding: 2em;
    position: relative;
    border-radius: 4px;
    border: 1px solid #b2c2cd
}

.cbp_tmtimeline>li .cbp_tmlabel h2 {
    margin-top: 0;
    padding: 0 0 10px;
    border-bottom: 1px solid rgba(255, 255, 255, .4)
}

.cbp_tmtimeline>li .cbp_tmlabel:after {
    right: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-right-color: #fff;
    border-width: 10px;
    top: 15px
}

.cbp_tmtimeline>li i {
    width: 50px;
    height: 50px;
    speak: none;
    text-transform: none;
    font-size: 24px;
    line-height: 46px;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    color: #374767;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    left: 19.4%;
    top: 0;
    margin: 0 0 0 -25px;
    border: 2px solid #b2c2cd
}

.pricing,
.wdgt-row img {
    width: 100%
}

@media screen and (max-width:65.375em) {
    .cbp_tmtimeline>li .cbp_tmtime span:last-child {
        font-size: 25px
    }
}

@media screen and (max-width:47.2em) {
    .cbp_tmtimeline:before {
        display: none
    }
    .cbp_tmtimeline>li .cbp_tmtime {
        width: 100%;
        position: relative;
        padding: 0 0 20px
    }
    .cbp_tmtimeline>li .cbp_tmtime span {
        text-align: left
    }
    .cbp_tmtimeline>li .cbp_tmlabel {
        margin: 0 0 30px!important;
        padding: 1em;
        font-weight: 400;
        font-size: 95%
    }
    .cbp_tmtimeline>li .cbp_tmlabel:after {
        right: auto;
        left: 20px;
        border-right-color: transparent;
        border-bottom-color: #fff;
        top: -20px
    }
    .cbp_tmtimeline>li i {
        position: relative;
        float: right;
        left: auto;
        margin: -55px 0 0
    }
}

.pricing {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto 3em
}

.pricing .pricing_item {
    padding: 30px;
    margin: 0 0 20px;
    color: #262b38;
    background: #fff;
    cursor: default;
    overflow: hidden;
    box-shadow: 0 0 15px rgba(0, 0, 0, .05);
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    text-align: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 300px;
    flex: 0 1 300px
}

.pricing .pricing_title {
    font-size: 30px;
    margin: 8px 0 0;
    color: #374767
}

.pricing i {
    display: inline-block;
    min-width: 30px;
    color: #8A9790;
    vertical-align: middle
}

.pricing .pricing_price {
    font-size: 80px;
    font-weight: 800;
    color: #159fcc;
    position: relative;
    z-index: 100
}

.pricing .pricing_currency {
    font-size: .5em;
    vertical-align: super
}

.pricing .pricing_period {
    font-size: .25em;
    display: inline-block;
    padding: 0 0 0 8px;
    color: rgba(44, 49, 54, .3)
}

.pricing .pricing_sentence {
    font-weight: 700;
    margin: 0 0 16px;
    padding: 0 0 8px;
    color: #159fcc
}

.pricing .pricing_feature-list {
    margin: 0;
    padding: 24px 8px 40px;
    list-style: none;
    font-size: 15px;
    text-align: left
}

.pricing .pricing_feature {
    padding: 2px 0;
    color: #7a7a7a
}

.pricing .pricing_action {
    font-weight: 700;
    margin-top: auto;
    padding: 1em 2em;
    color: #fff;
    border-radius: 5px;
    background: #159fcc;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
    border: none
}

.badge-inner a,
.nav-pills>li>a {
    font-weight: 600;
    color: #3a95e4
}

.pricing .pricing_action:focus,
.pricing .pricing_action:hover {
    background-color: #2c3136
}

.pricing .pricing_action:focus {
    outline: 0
}

@media screen and (min-width:66.250em) {
    .pricing .pricing_item {
        margin: 1.5em 0
    }
    .pricing .pricing_item_featured {
        z-index: 10;
        margin: 0;
        font-size: 1.15em
    }
}
.crm-bg{background: #f8fbff;}
.crm-white-box{
    background: #FFF; /*border: 1px solid #ebeff4;*/
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.1); 
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.1);
    margin: 10px 0;
    padding: 10px;
}
.or-wrapper {
    width: 100px;
    height: 40px;
    display: flex;
    justify-content: center;
}

.or-separator {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: 500;
    color: #333;
    text-shadow: 0px 1px 0px rgba(255,255,255,.5); /* 50% white from bottom */
}

.vertical-line {
    border-left: 1px dotted #333;
    flex-grow: 1;
    width: 1px;
}
.label-pill {
    border-radius: 5em
}
.label-sm {
    font-size: 12px !important;
    font-weight: 400 !important;
}
.label-eq{display: inline-block; min-width: 80px;}
.label-default-outline {
    color: #FFF;
    background-color: #53d4fa;
    border: 2px solid #53d4fa;
    font-size: 15px;
}
.label-onhold-outline {
    color: #FFF;
    background-color: #eb6b38;
    border: 2px solid #eb6b38;
    font-size: 15px;
}
.label-default {
    color: #fff;
    background-color: #ced0d2;
    border: 2px solid #ced0d2
}

.label-primary-outline {
    color: #FFF;
    background-color: #3a95e4;
    border: 2px solid #3a95e4;
    font-size: 15px;
}
.label-change-outline {
    color: #FFF;
    background-color: #8ebb14;
    border: 2px solid #8ebb14;
    font-size: 15px;
}

.label-primary {
    color: #fff;
    background-color: #3a95e4;
    border: 2px solid #3a95e4
}

.label-success-outline {
    font-size: 15px;
    color: #fff;
    background-color: #0a89b2;
    border: 2px solid #0a89b2
}

.label-success {
    color: #fff;
    background-color: #0a89b2;
    border: 2px solid #0a89b2
}

.label-info-outline {
    color: #fff;
    background-color: #00AEAD;
    border: 2px solid #00AEAD;
    font-size: 15px;
}

.label-info {
    color: #fff;
    background-color: #00AEAD;
    border: 2px solid #00AEAD
}

.label-warning-outline {
    color: #fff;
    background-color: #ffc751;
    border: 2px solid #ffc751;
    font-size: 15px;
}
.label-dark-outline{
    color: #333;
    background-color: #ccc;
    border: 2px solid #ccc;
    font-size: 15px;
}
.label-warning {
    color: #fff;
    background-color: #ffc751;
    border: 2px solid #ffc751
}

.label-danger-outline {
    color: #FFF;
    background-color: #E5343D;
    border: 2px solid #E5343D;
    font-size: 15px;
}

.label-danger {
    color: #fff;
    background-color: #E5343D;
    border: 2px solid #E5343D
}
.label-green-outline {
    color: #FFF;
    background-color: #019875;
    border: 2px solid #019875;
    font-size: 15px;
}

.label-green {
    color: #fff;
    background-color: #019875;
    border: 2px solid #019875;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #3a95e4
}

.nav-pills>li>a:hover {
    color: #3a95e4;
    background-color: transparent
}

.nav-pills>li>a {
    border-radius: 5px;
    padding: 10px
}

.badge-inner {
    margin-bottom: 15px
}

.badge {
    color: #fff;
    background-color: #3a95e4;
    font-size: 10px;
    border-radius: 5px;
    padding: 6px 7px
}

.active .badge {
    color: #9875ab!important
}

.alert {
    border: 2px solid transparent;
    border-radius: 5px
}

.alert-success {
    color: #fff;
    background-color: #0a89b2;
    border-color: #349800
}

.alert-success .close {
    color: #349800
}

.alert-info {
    color: #fff;
    background-color: #53d4fa;
    border-color: #00b1e6
}

.alert-info .close {
    color: #00b1e6
}

.alert-warning {
    color: #000;
    background-color: #ffc751;
    border-color: #efa200
}

.alert-warning .close {
    color: #efa200
}

.alert-danger {
    color: #fff;
    background-color: #E5343D;
    border-color: #BD000A
}

.alert-danger .close {
    color: #BD000A
}

.alert-dismissible .close {
    font-size: 16px;
    top: -14px;
    right: -31px;
    text-shadow: none;
    opacity: 1
}

.alert-dismissible .close:hover {
    opacity: .8
}

.alert-sm {
    font-size: 13px;
    padding: 5px
}

.alert i {
    margin: 0 10px 0 5px
}

.alert-sm.alert-dismissible .close {
    top: -5px;
    right: -2px
}

.middle-box,
.middle-box2 {
    max-width: 768px;
    z-index: 100;
    margin: 0 auto;
    padding: 40px 15px 15px
}

.error-text h3 span {
    font-weight: 400
}

.error-desc {
    text-align: left
}

.error-desc .navbar-form {
    margin-top: 30px
}

.error-desc .navbar-form .form-control {
    border: 1px solid #159fcc
}

@-webkit-keyframes bounce {
    0%,
    100%,
    20%,
    50%,
    80% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}

@keyframes bounce {
    0%,
    100%,
    20%,
    50%,
    80% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}

@media (max-width:767px) {
    .error-text h1 {
        font-size: 115px;
        font-weight: 800;
        margin-bottom: 0;
        text-align: center
    }
    .error-desc p,
    .error-text h3 {
        text-align: center;
        margin-bottom: 25px
    }
    .error-text h3 {
        font-size: 30px;
        font-weight: 300;
        margin-top: 0
    }
    .error-desc p {
        font-size: 16px
    }
}

@media (min-width:768px) {
    .error-text h1 {
        font-size: 280px;
        font-weight: 800;
        float: left
    }
    .error-text h3 {
        font-size: 55px;
        text-transform: uppercase;
        text-align: left;
        margin-left: 19px;
        font-weight: 300;
        float: left;
        margin-top: 140px
    }
    .error-desc p {
        font-size: 18px
    }
    .arrow {
        position: absolute;
        bottom: 0;
        left: 168px
    }
    .bounce {
        -webkit-animation: bounce 2s infinite;
        animation: bounce 2s infinite
    }
    .m-r-90 {
        margin-right: 155px
    }
    .m-l-90 {
        margin-left: 155px
    }
    .m-l-15 {
        margin-left: 20px
    }
    .error-desc .navbar-form {
        padding: 0
    }
}

.error-text2 h1 {
    font-size: 280px;
    font-weight: 800
}

.error-desc2 p {
    font-size: 16px;
    text-align: center;
    margin-bottom: 30px
}

@media (max-width:767px) {
    .error-text2 h1 {
        font-size: 115px
    }
    .error-desc2 p {
        font-size: 14px
    }
}

.prd-img,
.wdgt-row {
    position: relative
}

.wdgt-row {
    text-align: center!important
}

.wdt-head {
    font-size: 19px;
    font-weight: 700;
    text-shadow: 0 0 3px rgba(0, 0, 0, .8);
    color: #fff;
    position: absolute;
    left: 20px;
    bottom: 15px
}

.country-select {
    position: absolute;
    top: 10px;
    right: 10px
}

.styled {
    border: 1px solid #fff;
    border-radius: 25px;
    padding: 4px 8px;
    font-size: 12px
}

.today-status {
    margin-top: 30px
}

.weather-full-info {
    color: #cbcbcb
}

.weather-full-info h1 {
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 15px;
    color: #374767
}

.weather-full-info .today-status i {
    font-size: 70px;
    color: #0a89b2
}

.weather-full-info .degree {
    font-size: 25px;
    font-weight: 600;
    display: inline-block;
    position: absolute
}

.weather-full-info .degree:after {
    content: "o";
    position: relative;
    top: -12px;
    font-size: 16px
}

.weather-full-info ul {
    margin: 0;
    padding: 0;
    float: left
}

.weather-full-info ul li {
    display: inline-block;
    width: 31.1%;
    text-align: center;
    border: 1px solid #f1f2f7;
    margin: 2px;
    padding: 5px;
    float: left
}

.weather-full-info h2 {
    font-size: 12px;
    margin: 0 0 10px
}

.weather-full-info ul li i {
    font-size: 25px
}

.weather-full-info .statistics {
    padding-top: 5px
}

.weather-full-info .statistics:after {
    content: "o";
    position: relative;
    top: -5px;
    font-size: 10px
}

@media (max-width:767px) {
    .today-status {
        text-align: center;
        margin-bottom: 30px
    }
    .weather-full-info ul {
        padding: 0
    }
    .weather-full-info ul li {
        width: 31.55%;
        margin-bottom: 2px
    }
}

@media(min-width:768px) and (max-width:991px) {
    .today-status {
        padding-left: 15px!important
    }
    .weather-full-info {
        margin-top: 15px!important
    }
    .weather-full-info ul li {
        width: 31.8%
    }
}

.twt-feed {
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    color: #FFF;
    padding: 40px 10px 10px;
    position: relative;
    min-height: 170px
}

.twt-feed.blue-bg {
    background: #0a89b2
}

.corner-ribon {
    text-align: center;
    width: 71px;
    height: 71px;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 20px
}

.black-ribon {
    background: url(../img/twitter_corner_black.png) no-repeat
}

.corner-ribon i {
    padding: 10px 0 0 35px;
    color: #fff
}

.twt-feed .wtt-mark {
    color: rgba(255, 255, 255, .15);
    font-size: 160px;
    position: absolute;
    top: 10px;
    left: 40%
}

.twt-feed a {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    float: left;
    margin: 0 10px
}

.twt-feed a img {
    height: 85px;
    width: 85px;
    border-radius: 50%;
    -webkit-border-radius: 50%
}

.twt-category,
.twt-category ul {
    width: 100%;
    display: inline-block
}

.twt-feed h1 {
    font-size: 18px;
    margin-bottom: 5px;
    color: #fff
}

.twt-feed p {
    color: #fff
}

.twt-category {
    margin-bottom: 11px;
    margin-top: 10px;
    padding: 15px 10px;
    color: #74829C
}

.twt-category ul {
    padding: 0;
    margin: 0
}

.twt-category ul li {
    display: inline-block;
    width: 32%;
    text-align: center;
    color: #fff;
    font-size: 13px;
    padding: 5px;
    border-radius: 4px
}

.twt-category ul li.tweets-color {
    background-color: #58C9F3
}

.twt-category ul li.following-color {
    background-color: #FFB61E
}

.twt-category ul li.followers-color {
    background-color: #E5343D
}

.twt-category h5 {
    font-size: 18px;
    font-weight: 400!important
}

.twt-category ul li h5 {
    margin: 0 0 5px;
    text-transform: uppercase;
    font-weight: 300
}

.twt-write .t-text-area {
    background: #f4f4f6;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    border: none;
    height: 40px;
    color: #c9c9c9;
    margin-bottom: 20px;
    padding-top: 10px
}

.twt-footer {
    padding: 12px 15px
}

.twt-footer,
.twt-footer a {
    color: #d2d2d2
}

.twt-footer i {
    padding-right: 10px
}

.monthly_calender {
    width: 100%;
    max-width: 600px;
    display: inline-block
}

.profile-widget .panel-heading {
    min-height: 200px;
    background: url(../img/The-Lion-King-Desktop-1024x640.jpg) top center no-repeat #fff;
    background-size: cover
}

.profile-widget .media-heading {
    color: #5B5147
}

.profile-widget .panel-body {
    padding: 25px 15px
}

.profile-widget .panel-body .img-circle {
    height: 90px;
    width: 90px;
    padding: 8px;
    border: 1px solid #e2dfdc
}

.profile-widget .panel-footer {
    padding: 0;
    border: none
}

.profile-widget .panel-footer .btn-group .btn {
    border: none;
    font-size: 1.2em;
    background-color: #F6F1ED;
    color: #BAACA3;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 15px 0
}

.profile-widget .panel-footer .btn-group .btn:hover {
    color: #F6F1ED;
    background-color: #8F7F70
}

.profile-widget .panel-footer .btn-group>.btn:not(:first-child) {
    border-left: 1px solid #fff
}

.profile-widget .panel-footer .btn-group .highlight {
    color: #E56E4C
}

.login-widget .panel-body .input-group {
    margin-bottom: 15px
}

.login-widget .panel-footer {
    padding: 0;
    border: none
}

.login-widget .panel-footer .login-btn {
    padding: 20px 20px 10px
}

.login-widget .panel-footer .facebook {
    background-color: #3b5998;
    color: #fff;
    padding: 15px;
    display: block
}

.pie-chart-widget .panel-body {
    padding: 0
}

.pie-chart-widget .panel-footer {
    background-color: #fff;
    padding: 0;
    margin-top: 20px
}

.pie-chart-widget .panel-footer .btn {
    border: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 12px 0;
    color: #fff;
    background-color: #474751
}

.pie-chart-widget .panel-footer .btn:hover {
    background-color: #2C2C38
}

.pie-chart-widget h2 {
    font-weight: 300;
    margin: 3px 0 0
}

.pie-chart-widget .legend li {
    padding: 10px;
    color: #bdbdbd;
    font-size: 13px
}

.list-block {
    display: table;
    width: 100%;
    border-collapse: collapse;
    border: none
}

.list-block ul {
    display: table-row
}

.list-block li {
    display: table-cell;
    margin: 0
}

.user-widget {
    border: 1px solid #b2c2cd;
    border-radius: 4px
}

.user-widget .list-group-item {
    border: 0;
    color: #474751;
    padding: 15px
}

.user-widget a.list-group-item:hover {
    background-color: #F8F3F0;
    color: #64584C
}

.user-widget a.list-group-item:hover i.fa {
    color: #E35935
}

.user-widget .heading {
    background-color: #474751;
    padding: 25px 15px
}

.user-widget .heading .text-wrap {
    padding: 20px 0
}

.user-widget .img-circle {
    height: 90px;
    width: 90px;
    padding: 8px;
    border: 1px solid #a6a6a6;
    margin-right: 10px;
    float: left
}

.user-widget .heading .list-group-item-heading {
    font-weight: 600;
    color: #fff
}

.todo-list {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 13px
}

.todo-list li {
    background: #f3f3f4;
    border-left: none;
    border-right: none;
    border-radius: 4px;
    color: inherit;
    margin-bottom: 2px;
    padding: 8px 6px 6px 12px
}

.todo-list .checkbox {
    margin: 0
}

.todo-list .checkbox label {
    line-height: 16px
}

.todo-list input[type=checkbox]:checked+label {
    text-decoration: line-through;
    color: grey
}

.social-widget {
    overflow: hidden;
    background: #FFF;
    border: 1px solid #e8e8e8;
    clear: both
}

.social-widget ul {
    display: block;
    overflow: hidden;
    text-align: center;
    margin: 0 0 -1px;
    padding: 0;
    position: relative;
    list-style: none
}

.social-widget ul li {
    margin: 0;
    padding: 0;
    line-height: 15px;
    display: inline-block;
    float: left;
    width: 50%;
    border: 1px solid #e8e8e8;
    border-width: 0 0 1px
}

.dribble_inner,
.fb_inner,
.g_plus_inner,
.twitter_inner {
    padding: 15px;
    color: #fff
}

.social-widget ul li:nth-child(2n+1) {
    border-width: 0 1px 1px 0
}

.social-widget ul li i {
    font-size: 80px
}

.social-widget ul li:hover i {
    text-shadow: 0 5px 0 #212121
}

.fb_inner {
    background-color: #3e5b98
}

.twitter_inner {
    background-color: #4da7de
}

.g_plus_inner {
    background-color: #dd4b39
}

.dribble_inner {
    background-color: #e84d88
}

.social-widget ul li .sc-num {
    display: block;
    font-size: 19px;
    padding: 10px 0
}

.social-widget ul li li small {
    font-size: 85%;
    color: #c9c9c9
}

.modal-text-header h1 {
    font-size: 2.625em;
    line-height: 1.3;
    font-weight: 300;
    text-align: center;
    padding: 10px;
    border-bottom: 1px solid #b2c2cd;
    margin: 0 -15px 15px
}

.modal-text-header span {
    display: block;
    font-size: 60%;
    opacity: .7;
    padding: 0 0 .6em .1em
}

.column .modal-text {
    font-weight: 300;
    font-size: 18px;
    padding: 0;
    line-height: 1.5
}

@media (max-width:767px) {
    .column {
        padding: 0
    }
    .column .modal-text {
        text-align: left
    }
    .modal-text-header h1 {
        margin-bottom: 15px
    }
}

@media (min-width:1200px) {
    .modal-text-header h1 {
        margin-bottom: 20px
    }
    .column .modal-text {
        text-align: right;
        font-size: 2em
    }
}

.modal-content {
    border-radius: 0
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #b2c2cd;
    background-color: #f7f9fa
}

.modal-title {
    text-align: center
}

.modal-success .modal-header {
    background-color: #159fcc
}

.modal-danger .modal-header .modal-title,
.modal-primary .modal-header .modal-title,
.modal-success .modal-header .modal-title,
.modal-warning .modal-header .modal-title {
    color: #fff
}

.modal-primary .modal-header {
    background-color: #428bca
}

.modal-warning .modal-header {
    background-color: #FFB61E
}

.modal-danger .modal-header {
    background-color: #E5343D
}

.i-check {
    margin: 5px 0
}

.i-check label {
    cursor: pointer
}

.toggle-example .toggle {
    margin-right: 10px;
    margin-bottom: 10px
}

.toggle-off.ios,
.toggle-on.ios,
.toggle.ios,
.toggle.ios .toggle-handle {
    border-radius: 20px
}

.toggle.android,
.toggle.android .toggle-handle {
    border-radius: 0
}

.slow .toggle-group {
    transition: left .7s;
    -webkit-transition: left .7s
}

.fast .toggle-group {
    transition: left .1s;
    -webkit-transition: left .1s
}

.quick .toggle-group {
    transition: none;
    -webkit-transition: none
}

.ui-menu {
    height: 290px;
    overflow-y: scroll
}

@media print {
    a[href]:after {
        content: " " !important
    }
}


.requestwizard-step p {
    margin-top: 10px;
    font-weight: 600;
}

.requestwizard-row {
    display: table-row;
}

.requestwizard {
    display: table;
    width: 100%;
    position: relative;
}

.requestwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.requestwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;

}

.requestwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn{
    opacity: 1;
    color: #ccc;
}
.modal-header h3,.modal-header h5{text-align: center;}
.col-form-label{text-align: right; font-weight: 600; font-size: 13px; line-height: 28px; padding: 0px;}
.col-form-label-left{text-align: left; font-weight: 600; font-size: 13px; padding: 0px;}
.table-hover th{font-weight: 600; font-size: 12px; line-height: 28px; background: #347ebf; color: #fff; }
.table-hover th sup{font-size: 65%;}
.table-danger th{background: #BD000A; color: #fff; }
.table-hover td{line-height: 1.5 !important;}
.table-hover>tbody>tr:hover{background-color: #ebf5f7 !important;}
.delete-line{padding: 4px 10px !important;}
.small-label{text-align: left; font-weight: 600; font-size: 13px; color: #0a89b2;}
.edit-able-control{font-weight: 600; font-size: 13px; max-width: 80px; border-radius: 5px; text-align: right; }
input[type=text].edit-able-control{max-width: 200px; border-radius: 5px; text-align: left; display: block !important;}
.edit-able{font-weight: 600; font-size: 13px; width: auto; border-bottom: 1px #00b1e6 dotted; min-width: 35px; display: inline-block;}
.qty-red{color:#FF0000 !important; border-bottom: 1px #FF0000 dotted;}
.edit-able-control:focus{
    background: #fff !important;
    color: #374767 !important;
    border-color: #333 !important;
}    
.add-control{font-weight: 600; font-size: 13px; height: 34px; padding: 6px 12px; line-height: 1.42857143; color: #555; width: 100%; border: 1px solid #aaa; border-radius: 4px;}
.add-control:focus{
    background: #fff !important;
    color: #333 !important;
    border-color: #398439 !important;
    box-shadow: none;

}
.p-r-0{
    padding-right: 0px !important;
}
.price-col{max-width: 150px !important;}
.qty-col{max-width: 150px !important; display: inline-block;}
.price-input{max-width: 150px !important;}
.price-col-total{max-width: 180px !important;width: 180px !important;}
.sub-totals{border-bottom: 1px solid #aaa;}
.sub-totals h3, .sub-info h3{margin: 0; padding: 2px 0; text-align: right;}
.sub-totals h3 sup{font-size: 11px; left: -3px;}
.sub-info h3 sup{font-size: 11px; top: -12px;}
.sub-totals h5, .sub-info h5{font-size: 12px; color: #666; margin: 0; padding: 2px 0; text-align: right; float: left; display: inline-block; line-height: 26px;}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    color: #373a3c;
    text-align: inherit;
    white-space: nowrap;
    background: none;
    border: 0;
}
.dropdown-divider {
    height: 1px;
    margin: .5rem 0;
    overflow: hidden;
    background-color: rgba(120, 130, 140, 0.13);
}
.option-btn {
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    color: #333;
}
.checkbox-lg {width: 30px; height: 30px; margin:0 !important;}
.settings{height: calc(100vh - 245px) !important; position: relative;
    overflow: auto;}
.settings-tab{min-height: calc(100vh - 430px) !important;}
.settings2{max-height: 410px; position: relative;
    overflow: auto;}
.table-hover .label{font-size: 10px; font-weight: 600;}
.panel-title>a.btn{color:#FFF;}
#assignBody input[type=text]{max-width:80px;}
.inv-card-header .btn {
    width: 100%; border-radius: 4px 4px 0px 0px; background: #333; text-align: left; font-weight: 700; color: #fff; outline: none;
}
.inv-card-header .collapsed{
    background: #ccc !important; color: #333;
}
.inv-card{margin-bottom: 1px;}


ul, #coa {
    list-style-type: none;
}

/* Remove margins and padding from the parent ul */
#coa {
    margin: 0;
    padding: 0;

}

/* Style the caret/arrow */
#coa li span {
    user-select: none; /* Prevent text selection */
    background: #F2F2F2;
    display: block;
    padding: 10px 15px;
    font-size: 16px;
    font-weight: 700;
    color: #333;
}
.bubble{
    background: rgba(0,0,0,0.15);
    border-radius: 50px;
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-left: 2px;
    font-size: 10px;
}
.active .bubble{
    background: rgba(255,255,255,0.25);

}
.bubble b{    
    display: inline-block;
    width: 15px;
    height: 15px;
    text-align: center;
    line-height: 15px;}
#coa li ul li{
    background: #FFF;
    border-bottom: 1px solid #F2F2F2;
    padding: 10px 5px;
    font-size: 16px;
}
#coa .nested{
    margin: 0;
    padding: 0;
}

#coa li.totals{
    user-select: none; /* Prevent text selection */
    background: #e0ecf2;
    display: block;
    padding: 10px 15px;
    font-size: 16px;
    font-weight: 700;
    color: #333;
}
#coa li.totals small{
    font-size: 13px;
    font-weight: 300;

}
.rpt-stats h4{background: #00b1e6; padding: 7px; color: #FFF; font-size: 16px;}
.rpt-stat h3{padding: 2px 0  9px; margin: 5px 0 9px; font-size: 14px; border-bottom: 1px solid #999;}
.rpt-stat h4{padding: 2px 0; margin: 2px 0; font-size: 32px;}
.rpt-stat b{font-size: 13px; font-weight: 600;}
.rpt-stat .divider{border-bottom: 1px solid #ccc; margin: 5px 0;}
.rpt-stat .up{color: #278b00 !important;}
.rpt-stat .down{color: #E5343D!important;}
.rpt-stat ul{list-style: none; margin: 0; padding: 0;}
.rpt-stat li{ list-style: none; border-bottom: 1px solid #ccc; padding: 2px 0;}
.rpt-box{color: #00b1e6; padding: 10px; text-align: center; font-size: 16px; margin: 2px 0; border: 1px solid #ccc; border-radius: 5px;}
.rpt-box h5{font-size: 28px; font-weight: 300; text-align: center;}
.sm-input{width: 100px !important;}
.md-input{width: 130px !important;}
.usr-icon{width: 35px; height: 35px;}
.no-padding{padding: 15px 0 0 !important;}
.no-padding-all{padding: 0 !important;}
.header-title .label{font-size: 55%;}
.totals{border-bottom: 5px double #333; border-top: 1px solid #333 !important; font-size: 15px; font-weight: 700; text-transform: uppercase;}
.sub-nav{background: rgba(0,0,0,.05); margin-bottom: 1px !important; }
.sub-nav-title{position: relative; padding-left: 10px !important;}
.sub-nav::before{border: 0px !important;}
.sub-nav.active>a{background: rgba(0,0,0,.5) !important; color: #FFF !important;}
.sub-nav-title i{margin: 2px 5px 0 0;}
.void td{ color: #a2a2a2 !important;}
.total_bg td{
    user-select: none; /* Prevent text selection */
    background: #e0ecf2;
    padding: 10px 15px;
    color: #333;
}
.total_bg2 td{
    user-select: none; /* Prevent text selection */
    background: #e7f4fa;
    padding: 10px 15px;
    color: #333;
}
.table-hover th a{color:#FFF;}
.puff-loading{background: url('../img/puff.svg') center center no-repeat;}
.expand {
    height: 34px;
    width: 70%;
}
.warning-box{color:#fff; padding: 10px; background: #FFB61E;}
.disabled-box{background: #ccc !important; color: #666; border: 1px solid #999; }
.address-popout{background-color: transparent; border: 1px solid #0a89b2; border-radius: 5px; margin: 3px 0; padding: 5px;}
.address-popout h2{ color: #333; font-size: 16px; padding: 0; margin: 3px 0;}
.address-popout h3{ color: #0a89b2; font-size: 14px; padding: 0; margin: 3px 0;}
.low-qty{background: url('../img/flag.svg') no-repeat center center; width: 30px; height: 17px; background-size: 17px 17px; display: inline-block;}
.low-qty-td{background: #FFB61E !important;}
.composite-prod{background: url('../img/composite.png') no-repeat 7px 7px; padding-left: 40px !important;}
.single-prod{background: url('../img/single.png') no-repeat 7px 7px; padding-left: 40px !important;}
.upsell-line{background: url('../img/upsell.png') no-repeat center center; padding-left: 10px !important; width: 32px; height: 32px; display: inline-block;}
.datepicker{background-color: #FFF !important; border: 1px solid #aaa;}
.navbar-static-top h4{margin-left: 10px; float: left; line-height: 40px; font-size: 16px;}
.label-detail{display: inline-block; margin-bottom: 10px;}
.dropdown-item i{margin-right: 11px;}
.tool-box{font-size: 14px; font-weight: 600; text-align: center; border: 1px solid #b2c2cd; border-radius: 5px; padding: 10px; margin: 2px 0;}
.inactive{background: #eae3e4 !important;}
.prod-image{border: 1px solid #ccc; border-radius: 5px; margin: 5px; padding: 5px;}
.prod-image img{padding: 5px;}
.scanning{font-size: 18px; font-weight: 700; height: 60px; margin: 10px 0;}
.nav-stacked{list-style: none; padding: 0; margin: 0;}
.nav-stacked>li{margin: 1px;}
.nav-stacked>li>a{padding: 10px 5px;
                  background: #f2f2f2;
                  border: 1px solid #ccc;
                  color: #333; font-weight: 700;}
.nav-stacked>li>a:focus{background: #f2f2f2; font-weight: 700;}
.nav-stacked>li>a:hover{background: #f2f2f2; font-weight: 700;}
.permission-ul{padding: 0;}
.permission-ul label{font-size: 11px; font-weight: normal; display: inline-block;
                     width: 85px;
                     white-space: nowrap;
                     overflow: hidden !important;
                     text-overflow: ellipsis;}
.permission-ul li{display: inline-block; padding: 0 5px;}
.sub-per{padding: 0; margin: 0;}
.sub-sub-per{padding: 10px 5px;
             border-bottom: 1px solid #f2f2f2;}
.col-clk{cursor: pointer;}
.selected-column{background: #278b00; color: #5cb85c; cursor: not-allowed;}
.unsued-column{background: #ccc; color: #f2f2f2; cursor: not-allowed;}
.import-table{font-size: 15px; font-weight: 500;}
.import-table th{border-top: 0px !important;}
.pixel-group{
    position: relative; 
    background-color: #FFF !important;
    border: 1px solid #aaa; border-radius: 5px;
    padding: 25px 0 0;
    margin: 3px 0;
}

.pixel-group-left{
    position: relative; 
    background-color: #FFF !important;
    border: 1px solid #aaa; 
    border-radius: 5px 0 0 5px;
    padding: 25px 0 0;
    margin: 3px 0;
    width: 60%;
}
.pixel-group-right{
    position: relative; 
    background-color: #FFF !important;
    border: 1px solid #aaa; 
    border-radius: 0 5px 5px 0;
    padding: 25px 0 0;
    margin: 3px 0;
    width: 40%;
    border-left: 0px;
}
.smart-group label{position: absolute; top: 5px; left: 10px; font-size: 12px; font-weight: 600; color: #666;}
.smart-group input[type=text],.smart-group input[type=date],.smart-group input[type=number], .smart-group textarea{border: 0px;}
.smart-group .span{font-weight: 700; padding: 6px 10px 10px; display: inline-block;}
.smart-group .select2-container--default .select2-selection--single{border: 0px;}
.x-header {
    border-top: #ff6c40 0px solid;
    position: absolute;
    left: 0;
    top: 0;
    right: 12px;
    height: 165px;
    z-index: 10;
    padding: 0 0 0 15px;
}
.x-container {
    top: 175px;
    position: relative;
    z-index: 9;
}
.record-details {
    overflow: scroll;
    position: relative;
    border: #ccc 1px solid;
    height: calc(100vh - 99px);
    border-radius: 10px;
    z-index: 0;
}
.x-close{position: absolute; top: 10px; right: 5px;}
.x-body {
    overflow-y: scroll;
    height: calc(100vh - 355px);
}
.disclamers {font-size: 11px !important; color: #666666 !important;}
.disclamers ul {font-size: 11px !important; color: #666666 !important; list-style:disc !important; font-weight: 300 !important; list-style: inside !important; padding: 0;}
.approved-by{margin-bottom: 10px; clear: both; padding: 15px 0 0;}
.approved-by div{border-bottom: 1px solid #ccc; display: inline-block; min-width: 200px; line-height: 25px;}
.po-dis_top {font-size: 12px !important; color: #159fcc !important; font-style: italic; padding: 10px 0;}
.so-info b{display: inline-block; width: 160px; padding: 0 5px;}
.so-info span{display: inline-block; width: 275px;}

.modal-dialog {
    margin: 2.5vh auto;

}
.change_return_span{text-decoration: blink; font-size: 32px;}
.payment-box{
    border-radius: 5px;
    padding: 10px;
    margin: 10px;
}
/*Sets the maximum height of the modal body to 90% of the screen height*/
.modal-lg .modal-body {
    /*height: 95vh;*/
    padding: 0;
    margin: 0;
}
#print_container iframe{border: 0; height: 95vh;}


.replacement-header{
    font-size: 15px;
    color: #fff;
    background-color: #7b5e34;
    border: 2px solid #7b5e34;
}

.nav-tabs > li {
    float:none;
    display:inline-block;
    zoom:1;
    margin: 0px -2px 0 -2px !important;
}
.nav-tabs > li:first-child > a{border-radius: 20px 0px 0px 20px;}
.nav-tabs > li:last-child > a{border-radius: 0 20px 20px 0px;}
.nav-tabs {
    text-align:center;
    border-bottom: 0px;

}
.div-vcenter{

    display: flex;
    justify-content: center;
    align-items: center;

}
.vline{
    border-bottom: 1px solid #c9c9c9;
    border-bottom: 1px solid #c9c9c9;
    position: absolute;
    z-index: 0;
    width: 100%;
}
.form-group{margin-bottom: 5px;}
.pagination{margin-top: 0;}
.paging-caption{font-weight: 600; color: #374767; font-size: 12px; font-style: italic;}
.text-overflow{max-width: 110px; display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}

.sub-head h4 {
    text-align: center;
    overflow: hidden;
    font-size: 16px;
}

.sub-head h4 span {
    display: inline-block;
    position: relative;  

}
.sub-head h4 span:before,
.sub-head h4 span:after {
    content: "";
    position: absolute;
    height: 11px;
    border-bottom: 1px solid #666;
    top: 0;
    width: 500px;
}
.sub-head h4 span:before {
    right: 100%;
    margin-right: 5px;
}
.sub-head h4 span:after {
    left: 100%;
    margin-left: 5px;
}
.border-blue {
    border: 1px solid #00b1e6 !important;
    border-radius: 5px;
}

.border-green {
    border: 1px solid #278b00 !important;
    border-radius: 5px;
}

.border-red {
    border: 1px solid #E5343D!important;
    border-radius: 5px;
}

.border-violet {
    border: 1px solid #8E23E0!important;
    border-radius: 5px;
}

.border-l-r {
    background: #f2f2f2;
    border-radius: 5px;


}
.exception td{background: #FF0000; color: #FFF;}
.exception td a{color: #FFF; font-size: 14px; font-weight: 700;}
.split-trash, .split-b{line-height: 75px; position: relative; left: -20px;}
#split-pills{background: #278b00; color: #FFF; border-radius: 50px; padding: 5px 15px; }

.filter {
    position: relative;
    z-index: 1;

    display: none;

}
.filter-panel {
    padding: 0 1.0rem;
    position: absolute;


    /*display: none;*/
}

.box-filter {
    padding: 15px;
    background: #FFF;
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.65) !important;
}
.sub_item_line{font-size: 12px; font-style: italic; font-weight: 500; color: #666;}
.sub_item_line div{text-indent: 20px;}
.insufficient{font-size: 12px; font-style: italic; font-weight: 500; color: #721c24; padding: 15px 0;}
.is-paid {
    background: url(../img/paid.png) no-repeat center center;
    background-size: contain;
    height: 165px;
    width: 270px;
    position: absolute;
    z-index: 999;
    left: -60%;
}

.is-cancelled {
    background: url(../img/cancelled.png) no-repeat center center;
    background-size: contain;
    height: 165px;
    width: 270px;
    position: absolute;
    z-index: 999;
    left: -60%;
}


.tr-green{background-color: #c7eabb !important;}
.tr-red{background-color: #9d0805 !important;}
.tr-red,
.tr-red *,
.tr-red *::before,
.tr-red *::after,
.tr-red td::before,
.tr-red td::after {
  color: white !important;
  border-color: white !important; /* Optional: if you want borders white too */
}
/* Disable hover effects for .tr-red rows */
.table-hover > tbody > tr.tr-red:hover,
.table-hover > tbody > tr.tr-red:hover > td,
.table-hover > tbody > tr.tr-red:hover > th {
  background-color: #9d0805 !important; /* Same as normal state */
  color: white !important; /* Maintain text color */
}

/* If you're using dark hover in your table */
.table-hover > tbody > tr.tr-red:hover > td,
.table-hover > tbody > tr.tr-red:hover > th {
  background-color: #9d0805 !important;
}





.timeline-centered {
    position: relative;
    margin-bottom: 30px;
}

.timeline-centered:before, .timeline-centered:after {
    content: " ";
    display: table;
}

.timeline-centered:after {
    clear: both;
}

.timeline-centered:before, .timeline-centered:after {
    content: " ";
    display: table;
}

.timeline-centered:after {
    clear: both;
}

.timeline-centered:before {
    content: '';
    position: absolute;
    display: block;
    width: 4px;
    background: #f5f5f6;
    left: 50%;
    top: 20px;
    bottom: 20px;
    margin-left: -4px;
}

.timeline-centered .timeline-entry {
    position: relative;
    width: 50%;
    float: right;
    margin-bottom: 20px;
    clear: both;
}

.timeline-centered .timeline-entry:before, .timeline-centered .timeline-entry:after {
    content: " ";
    display: table;
}

.timeline-centered .timeline-entry:after {
    clear: both;
}

.timeline-centered .timeline-entry:before, .timeline-centered .timeline-entry:after {
    content: " ";
    display: table;
}

.timeline-centered .timeline-entry:after {
    clear: both;
}

.timeline-centered .timeline-entry.begin {
    margin-bottom: 0;
}

.timeline-centered .timeline-entry.left-aligned {
    float: left;
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner {
    margin-left: 0;
    margin-right: -8px;
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-time {
    left: auto;
    right: -145px;
    text-align: left;
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-icon {
    float: right;
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-label {
    margin-left: 0;
    margin-right: 40px;
}
.timeline-label b{font-size: 11px;}
.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-label:after {
    left: auto;
    right: 0;
    margin-left: 0;
    margin-right: -9px;
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.timeline-centered .timeline-entry .timeline-entry-inner {
    position: relative;
    margin-left: -11px;
}

.timeline-centered .timeline-entry .timeline-entry-inner:before, .timeline-centered .timeline-entry .timeline-entry-inner:after {
    content: " ";
    display: table;
}

.timeline-centered .timeline-entry .timeline-entry-inner:after {
    clear: both;
}

.timeline-centered .timeline-entry .timeline-entry-inner:before, .timeline-centered .timeline-entry .timeline-entry-inner:after {
    content: " ";
    display: table;
}

.timeline-centered .timeline-entry .timeline-entry-inner:after {
    clear: both;
}



.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon {
    background: #fff;
    color: #737881;
    display: block;
    width: 20px;
    height: 20px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-align: center;
    -moz-box-shadow: 0 0 0 5px #f5f5f6;
    -webkit-box-shadow: 0 0 0 5px #f5f5f6;
    box-shadow: 0 0 0 5px #f5f5f6;
    line-height: 20px;
    font-size: 15px;
    float: left;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-primary {
    background-color: #303641;
    color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-secondary {
    background-color: #ee4749;
    color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-success {
    background-color: #00a651;
    color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-info {
    background-color: #21a9e1;
    color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-warning {
    background-color: #fad839;
    color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-danger {
    background-color: #cc2424;
    color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label {
    position: relative;
    background: #f2f2f2;
    padding: .5em;
    margin-left: 40px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #333;
    font-size: 12px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label:after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 9px 9px 0;
    border-color: transparent #f5f5f6 transparent transparent;
    left: 0;
    top: 10px;
    margin-left: -9px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2, .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p {
    color: #333;
    font-family: "Noto Sans",sans-serif;
    font-size: 12px;
    margin: 0;
    line-height: 1.428571429;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p + p {
    margin-top: 15px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 {
    font-size: 12px;
    margin-bottom: 0px;
    line-height: 25px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 a {
    color: #303641;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 span {
    -webkit-opacity: .6;
    -moz-opacity: .6;
    opacity: .6;
    -ms-filter: alpha(opacity=60);
    filter: alpha(opacity=60);
}
.elapsed{
    position: absolute; font-weight: 700; top: -30px; width: 100%; padding: 0 15px;
}
.left-aligned .elapsed{text-align: right;}
.open-addresses{cursor: pointer; color: #666; margin-top: 3px;}
.fixed-height-table{max-height: 400px; overflow-y: scroll;}
.table-pixel{border: 1px solid #e4e5e7;}
.table-pixel td{border-top:1px solid #e4e5e7 !important;border-left:1px solid #ccc !important;}
.table-pixel .sub_item_line{font-style: italic; border-top:0px !important; font-weight: 400 !important;}
.dashboard-pop{font-size: 12px; font-weight: 600; border-radius: 2px; padding: 1px; border: 1px solid #CCC; margin: 2px 0;}
.dashboard-pop .icon{border-radius: 2px; width: 40px; height: 40px; font-size: 18px; line-height: 40px; 
                     display: inline-block; vertical-align: top; color: rgba(255,255,255,.75); margin-right: 10px; text-align: center;}
.dashboard-pop .icon i{vertical-align: middle;}
.dashboard-pop .head a{color: #374767 !important;}
.icon.c1{background: #8A8C56;}
.icon.c2{background: #747949;}
.icon.c3{background: #B2B96F;}
.icon.c4{background: #8A8C56;}
.icon.c5{background: #E86143;}
.icon.c6{background: #FF8838;}
.icon.c7{background: #FFA355;}
.icon.c8{background: #F9C75E;}
.icon.c9{background: #367D7F;}
.icon.c10{background: #107D7F;}
.icon.c11{background: #19C8CC;}
.icon.c12{background: #45E3E8;}
.dashboard-pop .head{display: inline-block;}
.dashboard-pop .head span{display: block; font-size: 15px;}
.blink{
    animation: blinker 1s linear infinite;
}
.toggle-child{cursor: pointer; margin-bottom: 1px;}

@keyframes blinker {
    50% {
        opacity: .3;
    }
}
.d-pop > [class*='col-'] {
    padding-right:5px;
    padding-left:5px;
}
.modal.left .modal-dialog,
.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 450px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content,
.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
}

.modal.left .modal-body,
.modal.right .modal-body {
    padding: 15px 15px 80px;
}
.modal.right.fade .modal-dialog {
    right: -450px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.in .modal-dialog {
    right: 0;
}
#notificationModalBody{height: 80vh; overflow: hidden;}
.notification{
    position: relative;
    background: #f2f2f2;
    padding: .5em;
    margin-bottom: 5px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #333;
    font-size: 12px;
}
.notification .date{}
.notification .dismiss-notice{position: absolute; top: 5px; right: 5px; }
.attr-list{display: inline-block; float: left; margin: 5px; width: 32%; height: 40px; padding: 5px; background: #f2f2f2;}

.highlight-row{
    background-color: #ff9999 !important;
}
#pixel-nav{border-bottom: 1px solid #00b6f1; margin-left: 1px;}
#pixel-nav .nav {
    border: inherit; }

#pixel-nav .nav-tabs {
    border-bottom-width: 0;
    position: relative;
    z-index: 1; 
    text-align: left;
}
#pixel-nav .nav-tabs > li {
    float: none;
    display: inline-block;
    zoom: 1;
    margin: 0px !important;
}
#pixel-nav .nav-tabs .nav-link {
    background: transparent !important;
    color: inherit !important; 
}
#pixel-nav .nav-tabs > li:first-child > a, #pixel-nav .nav-tabs > li:last-child > a{border-radius: 0px !important;}
#pixel-nav .nav-tabs>li>a{border: 0px; font-weight: 400; padding: 10px 12px;}
#pixel-nav .nav-tabs>li:hover{background-color: #f2f2f2;}
#pixel-nav  .nav-link.active, #pixel-nav .nav-item.active a{ color: rgba(255, 255, 255, 1) !important; background-color: #00b6f1 !important;}
.pixel-tab-content .table-pixel{border-top: 0px;}

.pixel-tabs-list{padding: 10px;}


.x-body .table th {

    position: sticky;
    top: 0; /* Don't forget this, required for the stickiness */
    z-index: 9;
}
.tooltip.show p {
    text-align:left;
}

.round-btn{
    display: inline-block;
    width: 40px;
    height: 40px;
    padding: 0px;
    margin-right: 5px;
    border-radius: 20px;
    text-align: center;
    font-size: 14px;
    line-height: 40px;
    background:#f3f3f4;
    border: 1px solid #ccc;

}

.crm-left-pan{height: calc(100vh - 85px) !important; overflow-y: scroll;}
.gmail_quote_main:before{
    content: '\2026';
    font-size: 24px;
    font-weight: 600;
    border: 1px solid #ccc;
    border-radius: 15px;
    padding: 0px 15px 10px;
    background: #f2f2f2;
    display: inline-block;
    line-height: 12px;
    cursor: pointer;
}
.gmail_quote_main > *{display: none;}
.show-all-threads > *{display: block !important;}


.crm-attachments{font-size:11px; font-weight: 600; padding: 0 5px; list-style: none; margin: 0;}
.crm-attachments li{display: inline-block; padding: 2px 5px; margin: 2px; background: #f2f2f2; border-radius: 3px; list-style: none;}
.crm-attachments .file-name {
    width: 120px; 
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}
.crm-attachments span {display: inline-block; padding: 0 5px;}
.crm-attachments b {display: inline-block;}
.serial_scan{display: inline-block; margin-left: 50px;}
.serial_td{padding: 0 !important; margin: 0;}
.tick:before{
    content:'\2713';
    color:green;
    padding:10px;
    font-weight:700;
    font-size: 25px;
}

#financial_reports .nav-stacked>li>a{ background: none; border: 0px; padding: 10px 5px 10px 12px; color: #333;}
#financial_reports .nav-stacked>li>a:before{  content: '▾'; position: absolute;  left: 0;}
#financial_reports .sub-sub-per a, #financial_reports .sub-sub-per .text-right{line-height: 30px; font-weight: 600; padding-left: 12px;}
#financial_reports .totals{border-bottom: 3px double #ccc; border-top: 1px solid #ccc !important; font-size: 24px;}
#financial_reports .totals_final{border-bottom: 3px double #ccc; border-top: 0px solid #ccc !important; text-transform: uppercase; font-size: 24px;}
#financial_reports h4{text-transform: uppercase; font-size: 15px; background: #f2f2f2; padding: 10px;}




@supports (-webkit-appearance: none) or (-moz-appearance: none) {
    input[type=checkbox],
    input[type=radio] {
        --active: #275EFE;
        --active-inner: #fff;
        --focus: 2px rgba(39, 94, 254, .3);
        --border: #BBC1E1;
        --border-hover: #275EFE;
        --background: #fff;
        --disabled: #F6F8FF;
        --disabled-inner: #E1E6F9;
        -webkit-appearance: none;
        -moz-appearance: none;
        height: 21px;
        outline: none;
        display: inline-block;
        vertical-align: top;
        position: relative;
        margin: 0;
        cursor: pointer;
        border: 1px solid var(--bc, var(--border));
        background: var(--b, var(--background));
        transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
    }
    input[type=checkbox]:after,
        input[type=radio]:after {
        content: "";
        display: block;
        left: 0;
        top: 0;
        position: absolute;
        transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
    }
    input[type=checkbox]:checked,
        input[type=radio]:checked {
        --b: var(--active);
        --bc: var(--active);
        --d-o: .3s;
        --d-t: .6s;
        --d-t-e: cubic-bezier(.2, .85, .32, 1.2);
    }
    input[type=checkbox]:disabled,
        input[type=radio]:disabled {
        --b: var(--disabled);
        cursor: not-allowed;
        opacity: 0.9;
    }
    input[type=checkbox]:disabled:checked,
        input[type=radio]:disabled:checked {
        --b: var(--disabled-inner);
        --bc: var(--border);
    }
    input[type=checkbox]:disabled + label,
        input[type=radio]:disabled + label {
        cursor: not-allowed;
    }
    input[type=checkbox]:hover:not(:checked):not(:disabled),
        input[type=radio]:hover:not(:checked):not(:disabled) {
        --bc: var(--border-hover);
    }
    input[type=checkbox]:focus,
        input[type=radio]:focus {
        box-shadow: 0 0 0 var(--focus);
    }
    input[type=checkbox]:not(.switch),
        input[type=radio]:not(.switch) {
        width: 21px;
        overflow: hidden;
    }
    input[type=checkbox]:not(.switch):after,
        input[type=radio]:not(.switch):after {
        opacity: var(--o, 0);
    }
    input[type=checkbox]:not(.switch):checked,
        input[type=radio]:not(.switch):checked {
        --o: 1;
    }
    input[type=checkbox] + label,
    input[type=radio] + label {
        font-size: 14px;
        line-height: 21px;
        display: inline-block;
        vertical-align: top;
        cursor: pointer;
        margin-left: 4px;
    }

    input[type=checkbox]:not(.switch) {
        border-radius: 7px;
    }
    input[type=checkbox]:not(.switch):after {
        width: 5px;
        height: 9px;
        border: 2px solid var(--active-inner);
        border-top: 0;
        border-left: 0;
        left: 7px;
        top: 4px;
        transform: rotate(var(--r, 20deg));
    }
    input[type=checkbox]:not(.switch):checked {
        --r: 43deg;
    }
    input[type=checkbox].switch {
        width: 38px;
        border-radius: 11px;
    }
    input[type=checkbox].switch:after {
        left: 2px;
        top: 2px;
        border-radius: 50%;
        width: 15px;
        height: 15px;
        background: var(--ab, var(--border));
        transform: translateX(var(--x, 0));
    }
    input[type=checkbox].switch:checked {
        --ab: var(--active-inner);
        --x: 17px;
    }
    input[type=checkbox]:focus.switch{
        outline: none;

    }
    input[type=checkbox].switch:disabled:not(:checked):after {
        opacity: 0.6;

    }

    input[type=radio] {
        border-radius: 50%;
    }
    input[type=radio]:after {
        width: 19px;
        height: 19px;
        border-radius: 50%;
        background: var(--active-inner);
        opacity: 0;
        transform: scale(var(--s, 0.7));
    }
    input[type=radio]:checked {
        --s: .5;
    }
}

.taskSidePanel {
    height: 100%;
    width: 0;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    border: solid 1px black;
}

.taskSidePanel a {
    transition: 0.3s;
}

.taskSidePanel a:hover {
    color: #f1f1f1;
}

.taskSidePanel .close-btn {
    font-size: 36px;
}

#drop_file_zone {
    background-color: #EEE;
    border: #999 5px dashed;
    width: 290px;
    height: 200px;
    padding: 8px;
    font-size: 18px;
}
#drag_upload_file {
    width:50%;
    margin:0 auto;
}
#drag_upload_file p {
    text-align: center;
}
#drag_upload_file #selectfile {
    display: none;
}

.window {
    width: 600px;
    height: 500px;
    background-color: #f1f1f1;
}
.window .header {
    width: 600px;
    height: 50px;
    background-color: #999;
    text-align: center;
    line-height: 50px;
    cursor: move;
}
.window .content {
    padding: 10px;
}
.sub-head, .sub-head-total h4{font-size: 14px !important; font-weight: 600 !important;}

.period-selectors{
    padding-top: 0; padding-bottom: 0;
}

.scrollable thead th{
    position: sticky;
    top: 0;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch input { 
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.quote-payment-amounts{
    padding: 1em;
    margin-bottom: 3em;
}
.quote-payment-amounts .label-group{
    margin-right: 8em;
}
.label-group{
    display: flex;
    flex-direction: column;
    align-items: start;
    margin: 1em;
}
.label-group .label{
    font-size: 1.2em;
    margin:0;
    padding: 0;
}
.label-group .text{
    font-size: 1.1em;
}
.quote-payment-amounts{
    display: flex;
}
.tile {
    background-color: black;
    padding: 1em;
    margin-right: 1em;
}
.tile-grey{
    background-color: rgb(218, 218, 218);
}
.tile-grey .label{
    color: #025964;
}
.tile-red{
    color: white;
    background-color: #F03F37;
}
.tile-yellow{
    color: white;
    background-color: #FD8F23;
}
.tile-green{
    color: white;
    background-color: #45A54A;
}
.pointer{
    cursor: pointer;
}
.mt-1{
    margin-top: 1em;
}
.process-lines-container{
    padding: 1em;
    height: 100%;
}
.mb-1{
    margin-bottom: 1em;
}
.activity-details{
    margin-top: 6em;
}
.overflow-large{
    max-width: 600px;
}
.large{
    font-size: 3em;
}
.tip{
    background-color: rgb(220 220 220);
    padding: 0.3em;
    border-radius: 5px;
    margin-bottom: 1.5em;
}

.no-scrollbar{
    scrollbar-width: none;
}

.no-scrollbar::-webkit-scrollbar {
    display: none;
  }

  .thin-scrollbar::-webkit-scrollbar {
    width: 10px;
  }
  
  /* Track */
  .thin-scrollbar::-webkit-scrollbar-track {
    background: #f1f1f1; 
  }
   
  /* Handle */
  .thin-scrollbar::-webkit-scrollbar-thumb {
    background: #888; 
  }
  
  /* Handle on hover */
  .thin-scrollbar::-webkit-scrollbar-thumb:hover {
    background: #555; 
  } 

.min-height-screen{
    min-height: 100vh;
}
#srhFilter{
    max-width: 100%;
}
.product-attr-details-toggle{
    font-size: 1.2em;
    background: #f2f2f2;
    padding: 1em;
}
.product-attr-details-toggle:hover{
    background-color: #e6e6e6;
}
.product-attr-details-div{
    margin: 2em 0;
}
.sticky-footer{
    background-color: #e0e0e0;
    padding: 1em;
    padding-top: 2em;
    padding-bottom: 2em;
    position:-webkit-sticky; 
    position:sticky; 
    bottom:0;
    width: 100%;
}
.attr-table-body{
    overflow-y: scroll;
    height: 50vh;
    display: block;
    width: 100%;
}
.attr-table-head{
    display:block;
    width: 100%;
}
.my-custom-scrollbar {
    position: relative;
    height: 45vh;
    overflow: auto;
    }
    .table-wrapper-scroll-y {
    display: block;
    }

#sortable .offer-image{
    cursor: pointer;
    min-width: 200px;
}
#sortable .selected{
    background-color: #e6e6e6;
}
.main-img-btn{
    padding: 7px;
    background-color: #fff;
    color: black;
}
.flex{
    display: flex;
}
.offer-product-margin{
    margin-left: 30px;
}
.reminders{
    display: flex;
    width: 100%;
}
.reminder{
    background-color: rgb(221, 221, 221);
    height: 20px;
    width: max-content;
    padding: 2px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 1em;
    border-radius: 3px;
    margin:1em 0;
    margin-left: 0.5em;
}
.delete-reminder{
    margin-left: 0.5em;
}
.reminder-modal-label{
    margin-bottom: 0;

}
.cheque-attr{
    margin-top: 1em;
}
.cheque-attr .label{
    color: #000;
    font-size: 1.1em;
    padding: 0;
}

.cheque-attr .text{
    font-size: 1em;
}
.currency-container .text{
    color: #118C4F;
    font-weight: bold;
}
.currency-container .label{
    color: #000;
    font-size: 1.2em;
    font-weight: normal;
    padding: 0;
}
.currency-container{
    margin-top: 1em;
    background-color: #f2f2f2;
    padding-top: 1em;
    padding-bottom: 1em;
    display: flex;
    font-size: 1.2em;
}
.cheque-status{
    margin:1em 0;
}

.cheque-status {
    margin: 1em 0;
}

#import-emails {
    min-height: 200px;
}

.email-list-item-grid {
    display: grid;
    grid-template-columns: 1fr 3fr 3fr 3fr;
    background-color: #F2F2F2;
    padding: 0.5em;
}

.email-list-white-bg {
    background-color: #fff;
}

.mail-info {
    display: flex;
}

.mail-avatar {
    height: 36px;
    width: 36px;
    background-color: rgb(219, 219, 219);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 1em;
}

.mail-avatar span {
    font-size: 1.2em;
    text-transform: uppercase;
}

#limit-indicator {
    margin-bottom: 1em;
}

.note-editor ul {
    list-style-type: initial;
}

.default-list ul {
    list-style-type: initial;
}

#crop-modal img {
    width: 100%;
}

#offer-product-table {
    cursor: grab;
}

#offer-product-table:active {
    cursor: grabbing;
}

.asset-row {
    display: flex;
    align-items: center;
}

.green-background {
    background-color: rgba(48, 146, 13, 0.2) !important;
}

.crm-status {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-color: transparent;
}

.dropdown-menu {
    list-style-type: none !important;
}

.ticket-side-panel>tbody>tr>td {
    height: 4.5em;
    vertical-align: middle;
}

.crm-side-panel {
    padding: 20px;
}

.crm-wrapper {
    padding-right: 2em;
}

.ticket-side-panel .select2-container--default .select2-selection--single {
    border-color: transparent;
    font-weight: bold;
}

.ticket-side-panel .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
}

.crm-label-group {
    margin-right: 4em;
}

.crm-label-group label {
    font-weight: bold;
    color: #545454;
}

.crm-label-group p {
    font-weight: normal;
    margin: 0;
}

.crm-header-flex {
    margin-top: 1em;
    margin-bottom: 1em;
    display: flex;
    align-items: center;
}

.crm-badge {
    padding: 5px;
    border-radius: 5px;
    width: max-content;
    font-size: 10px;
}

.badge-red {
    background-color: #D71B22;
    color: #fff;
}

.crm-badge a {
    color: #fff;
}

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

.new-crms {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    background-color: #f2f2f2;
    height: 100%;
    padding: 1em;
}

.crm-heading {
    margin-top: 0.2em;
    margin-bottom: 1em;
    font-size: 1.5em
}

.grey-bg {
    background-color: #fcfcfc;
}

.merchant-dropdown {
    margin-left: 1em;
}

.merchant-dropdown .dropdown-menu {
    z-index: 10;
}

#pixel-nav .merchant-dropdown .nav-link.active,
#pixel-nav .merchant-dropdown .nav-item.active a {
    color: #000 !important;
    background-color: transparent !important;
}

.new-crms .round-btn {
    background-color: #fff;
}

.offer-product-info {
    background-color: #f2f2f2;
    padding: 2em;
    padding-top: 1em;
    margin-bottom: 2em;
}

.comment-badge {
    margin-bottom: 1em;
    border-left: 7px solid #f2f2f2;
}

.crm-card {
    box-shadow: 3px 3px 6px rgba(0, 0, 0, .05);
    padding: 1em;
    background-color: #fff;
    margin-top: 1em;
}

.no-child-margin .crm-label-group {
    margin: 0;
}

.flex-wrap {
    flex-wrap: wrap;
}

.crm_modal .crm-label-group {
    margin-top: 2em;
}

.crm-header-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.crm-view-container {
    background-color: #fff;
    padding: 2em;
    border: 1px solid #f2f2f2;
}

.crm-view-container .title-section {
    display: flex;
    align-items: center;
    padding-bottom: 1em;
}

.crm-view-container .header-section {
    border-bottom: solid 2px #f2f2f2;
    display: flex;
    justify-content: space-between;
}

.crm-view-container .title-section h3 {
    margin: 0;
}

.crm-view-container .body-section td {
    padding-top: 1em;
    padding-bottom: 1em;
    border-bottom: 1px solid #f2f2f2;
}

.crm-view-container .description {
    margin-top: 1em;
    padding-right: 0;
    padding-left: 0;
}

.overflow-medium {
    max-width: 500px;
}
.top-pagination .pagination{float: left; margin-right: 10px;}

.change-rz td {
    background: #E1A21E;
    color: #000;
}
.change-di td {
    background: #BF2D35;
    color: #FFF;
}
.change-ai td {
    background: #118C4F;
    color: #FFF;
}

.change-rz td a, .change-di td a, .change-ai td a {
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
}
.lbl-m-10{cursor: pointer; margin: 0 10px;}
.btn-cw90 {
  transform: rotate(270deg);
  position: fixed;
  right: 0;
  top: 15%;
}
.small-amount{width: 110px;}
/*.table-responsive{
    height: calc(100vh - 320px) !important;
    position: relative;
    overflow: auto;
}
*/
.table th{
  position: sticky;
  top: 0;
  z-index: 1;
}
.pagination{margin-bottom: 0px;}
.xpanel .panel{margin-bottom: 0px;}
.table-striped th {background-color: #FFF;}
@keyframes blink { 50% { border-color:#ff0000; }  }
.blink-border{border: 1px #ccc dashed; border-radius: 10px; padding: 10px; animation: blink 1s; animation-iteration-count: 3;}
.btn-100{width: 100% ;}
.filters-modal-body{width: 650px !important;}
.filters-modal-body [class*="col-"] {margin-top: 7px;}
.filters-modal-body label {font-weight: 600; color: #666;}
.filters-modal-body .form-control{ border: 1px solid #d7d7d7;}
.filters-modal-body .select2-selection--single, .filters-modal-body .select2-selection--multiple{ border: 1px solid #d7d7d7 !important;}

.filters-modal-body .select2-selection__rendered {
    line-height: 40px !important;
}
.filters-modal-body .select2-container .select2-selection--single, .filters-modal-body .select2-container .select2-selection--multiple {
    height: 50px !important;
}
.multiselect .select2-container .select2-selection--multiple {
    height: auto !important;
}
.filters-modal-body .select2-selection__arrow {
    height: 49px !important;
}
.filters-modal-body .form-control, .filters-modal-body .add-control, .filters-modal-body .btn{
    height: 50px !important;
    line-height: 40px;
}
.filters-modal-body .modal-header h3{text-align: left; margin: 0;}
.filters-modal-body .input-group .form-control{height: 65px !important;
    line-height: 55px;}
.profile-labels a{color: #159fcc !important; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 195px;}
.dropdown-menu{min-width: 200px !important;}
.btn-extra{color: #fff; background-color: #159fcc; border-color: #108bb3;
}
.overlay { position: fixed; top: 0;   left: 0;   width: 100%;   height: 100%;   background-color: rgba(0, 0, 0, 0.5);  z-index: 999999;}
.overlay-text {   position: absolute;   top: 25%;  left: 50%;  transform: translate(-50%, -50%);  font-size: 20px;  color: white;}

@media (max-width: 1023px) {
  /* Stack table rows */
  .settings {
    height: auto !important;
    position: static;
    overflow: scroll;
  }
  .stack-table {
    width: 100%;
    
    
  }
  
  .stack-table thead {
    display: none;
  }
  
  .stack-table tr {
    display: block;
    border-bottom: 1px dotted #666 !important;
  }
  
  
  .stack-table td {
    display: block;
    text-align: left;
    padding: 15px 5px 5px 5px !important;
    position: relative;
    border: 0px !important;
    
    
  }
  .stack-table-info{
   width: 100%;
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
    text-align: left;
    display: inline-block;
  }
   
  .stack-table td:before {
    content: attr(data-label);
    position: absolute;
    left: 5px;
    width: 45%;
    text-align: left;
    font-weight: 500;
    top:2px;
    font-size: 12px;
    color: #00AEAD;
  }
  .xs-stack-input{width: 130px !important;
    white-space: normal;
    display: inline-block;}
  .title-xs-top{display: inline-block !important; max-width: 185px; margin: 10px 0 0 5px; overflow: hidden; height: 40px; font-size: 14px;}
  .item-no-xs{font-size: 13px; font-style: italic; font-weight: 600;}
  .item-no-x{font-size: 13px; font-style: italic; font-weight: 700;}
  .item-no-xss{font-size: 11px; font-style: italic; font-weight: 600;}
  .half-col{display: inline-block !important; width: 48%;}
}
@media (min-width: 1200px) {
  span.visible-lg,
  a.visible-lg,
  i.visible-lg,
  label.visible-lg,
  small.visible-lg,
  .visible-lg-inline {
    display: inline !important;
  }

  button.visible-lg,
  input.visible-lg,
  select.visible-lg,
  .visible-lg-inline-block, #pixel-nav .nav-tabs > li.visible-lg {
    display: inline-block !important;
  }
}
.brand-scan-btn{padding: 8px 5px; white-space: nowrap; overflow: hidden; font-weight: 600; text-overflow: ellipsis;}