﻿/*--------------------------------------------
Table of contents

01 -    Layout
02 -    Core CSS
            -   Type
            -   tabs
            -   forms
            -   buttons
            -   colors
03 -    Nav
04 -    Horizontal Nav
05 -    Components
            -   iChecks
            -   Dropdowns
            -   pagination
            -   Labels
            -   Badges
            -   Alerts
            -   Panels
06 -    Right side Widget
07 -    Login & Signup
08 -    Invoice
09 -    Slick Slider Plugin
10 -    Utilities
11 -    Notifications
12 -    Mailbox
13 -    Note
14 -    Profile
15 -    Timeline
16 -    Calendar
17 -    Widgets
            -   high charts
            -   spark line
            -   table
            -   nestables
            -   short states
18 -    Plugins
            -   File upload
            -   Chart Rickshaw
            -   Ckeditor
            -   Toastr Notifications
            -   Select 2
            -   TagsInput
            -   Bootstrap TimePicker
19 -    Bootstrap Reset
20 -    DevExtreme Fixings
21 -    landing page
22 -    Data Models
23 -    Switchery Slider Checkbox
24 -    Properties Bar Panel
25 -    Folder Screens
26 -    Dashboard Preview, Gridster & KPIs
27 -    Custom
28 -    Theme Specific

----------------------------------------------*/
/*--------------------------------------------
Layout
----------------------------------------------*/
@import url(../fonts/open-sans/google-fonts.css);
@import url('fixing.css');

.panel {
    -webkit-border-radius: 0;
    border-radius: 0;
}

.tools {
    margin-right: -10px;
    position: relative;
}

    .tools a {
        color: #C5C5CA;
        float: left;
        padding: 5px 10px;
        text-decoration: none;
        font-size: 11px;
    }

.panel {
    position: relative;
}

.refresh-block {
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-transition: all .05s ease;
    transition: all .05s ease;
    top: 0px;
    left: 0px;
    position: absolute;
    z-index: 1000;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

    .refresh-block .refresh-loader {
        display: inline-block;
        position: absolute;
        text-align: center;
        top: 50%;
        left: 50%;
        margin-left: -16px;
        margin-top: -16px;
    }

        .refresh-block .refresh-loader i {
            display: inline-block;
            line-height: 32px;
            color: #626262;
            font-size: 16px;
        }

.ui {
    position: relative;
    width: 100%;
    min-width: 320px;
    height: auto;
    min-height: 100%;
    padding-top: 100px;
    overflow-x: hidden;
}

.ui-header {
    position: fixed;
    top: 0;
    width: 100%;
    height: 40px;
    z-index: 100;
    -webkit-box-shadow: 0 0px 9px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0px 9px rgba(0, 0, 0, 0.05);
}

    .ui-header .navbar-brand {
        padding: 4px 0;
        line-height: 25px;
        height: 40px;
        width: 100%;
    }

.ui-header--dark {
    background-color: #32323a;
}

.ui-header--purple {
    background-color: #62549a;
}

.ui-header--blue {
    background-color: #4aa9e9;
}

.ui-header--green {
    background-color: #23b9a9;
}

.ui-header--red {
    background-color: #e62117;
}

.ui-header.text-white {
    color: #ffffff;
}

    .ui-header.text-white .search-content .form-control::-moz-placeholder {
        color: rgba(255, 255, 255, 0.5);
        opacity: 1;
    }

    .ui-header.text-white .search-content .form-control:-ms-input-placeholder {
        color: rgba(255, 255, 255, 0.5);
    }

    .ui-header.text-white .search-content .form-control::-webkit-input-placeholder {
        color: rgba(255, 255, 255, 0.5);
    }

    .ui-header.text-white .btn {
        color: inherit;
    }

    .ui-header.text-white .navbar-collapse {
        color: #2c2c2c;
    }

    .ui-header.text-white .dropdown-footer a {
        color: #626262;
    }

        .ui-header.text-white .dropdown-footer a:hover {
            color: #626262;
        }

.ui-header.text-dark {
    color: #2c2c2c;
}

.ui-header .search-content {
    float: left;
    margin-top: 11px;
    position: relative;
    width: 230px;
}

    .ui-header .search-content .form-control {
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        float: left;
        width: auto;
        padding-left: 0;
        font-size: 12px;
        margin-bottom: 0;
        background-color: transparent;
        color: inherit;
    }

        .ui-header .search-content .form-control::-moz-placeholder {
            color: rgba(0, 0, 0, 0.5);
            opacity: 1;
        }

        .ui-header .search-content .form-control:-ms-input-placeholder {
            color: rgba(0, 0, 0, 0.5);
        }

        .ui-header .search-content .form-control::-webkit-input-placeholder {
            color: rgba(0, 0, 0, 0.5);
        }

    .ui-header .search-content .srch-btn {
        float: left;
        background: none;
    }

        .ui-header .search-content .srch-btn:hover, .ui-header .search-content .srch-btn:focus {
            -webkit-box-shadow: none;
            box-shadow: none;
        }

.ui-aside {
    float: left;
    width: 240px;
    margin-left: -240px;
    color: rgba(255, 255, 255, 0.5);
    background-color: #535353;
    -webkit-transition: all .299s;
    transition: all .299s;
}

.ui-aside, .ui-top-toolnav, .ui-main-rightnav {
    background-color: #535353;
}

.ui:not(.ui-aside-compact) .ui-aside > .nav > .ui-bignavico > a {
    padding: 10px;
    min-height: auto;
}

.ui .ui-aside > .nav > .ui-bignavico > ul.nav-sub {
}

.ui:not(.ui-aside-compact) .ui-aside > .nav > .ui-bignavico > ul.nav-sub > li > a {
}

.ui .ui-aside > .nav > .ui-bignavico > ul.nav-sub > li > a > i {
    display: none;
}

.ui:not(.ui-aside-compact) .ui-aside > .nav > .ui-bignavico > ul.nav-sub > li > a > span {
    padding-left: 0;
    font-size: 12px;
}

.ui .ui-aside > .nav ul.nav-sub {
    background: #212121;
}

.ui .ui-aside > .nav > .ui-bignavico > a {
    padding: 14px 10px;
    min-height: 50px;
    transition: all .2s
}

    .ui .ui-aside > .nav > .ui-bignavico > a > i:first-child {
        font-size: 20px;
        width: 30px;
        text-align: center;
        padding-left: 0;
        margin-top: 0;
        margin-right: 10px;
    }

.ui-aside > .nav > li {
    clear: both;
}

    .ui-aside > .nav > li.nav-head {
        overflow: hidden;
    }

.ui-aside::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: inherit;
    background-color: inherit;
    border: inherit;
    z-index: -1;
}

.ui-aside--dark {
    background-color: #32323a;
}

    .ui-aside--dark .nav li a {
        color: rgba(255, 255, 255, 0.6);
    }

        .ui-aside--dark .nav li a:hover {
            background-color: #28282E;
        }

        .ui-aside--dark .nav li a:focus {
            color: rgba(255, 255, 255, 0.6);
        }

    .ui-aside--dark .nav .active {
        background-color: #28282E;
    }

.ui-aside--light {
    background-color: #ffffff;
}

    .ui-aside--light .nav li .light-txt {
        color: #2c2c2c;
    }

    .ui-aside--light .nav li a {
        color: #626262 !important;
    }

        .ui-aside--light .nav li a:hover {
            color: #626262 !important;
            background-color: #e5e5e5;
        }

    .ui-aside--light .nav .active {
        color: #2c2c2c;
        background-color: #ffffff;
    }

        .ui-aside--light .nav .active a {
            color: #626262;
        }

    .ui-aside--light .nav > li.active > a {
        color: #2c2c2c !important;
        background-color: #f2f2f2;
    }

.ui-aside > .nav > li > a {
    padding: 14px 10px;
    font-size: 14px;
    font-weight: 400;
    color: #eaeaea;
}

.ui-aside > .nav > li > .nav-sub li a {
    padding: 10px 15px;
    font-size: 12px;
    font-weight: 600;
    color: #adadad;
    border-left: 3px solid transparent;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.ui-aside .nav > li > a > span {
    display: block;
    padding-left: 25px;
    width: 210px;
    opacity: 1;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
}

.ui-aside .nav > li > .nav-sub .nav-sub > li > a {
    padding-left: 40px;
}

.ui-aside .nav > li > .nav-sub .nav-sub .nav-sub > li > a {
    padding-left: 60px;
}

.ui-aside .nav > li.active > a {
    color: #ffffff;
}

.ui-content {
    width: 100%;
    height: auto;
    margin-left: 0;
    -webkit-transition: margin-left .3s;
    transition: margin-left .3s;
    margin-bottom: 25px;
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
    overflow-y: auto;
}

    .ui-content::before, .ui-content::after {
        display: table;
        content: " ";
    }

    .ui-content::after {
        clear: both;
    }

.ui-content-body, .ui-top-toolnav, .ui-top-subtoolnav {
    float: left;
    width: 100%;
    clear: both;
}

.ui-content-body {
    position: absolute;
    left: 0;
    right: 0;
    width: auto;
    bottom: 0;
    top: 0;
    float: none;
}

.ui-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin-top: 40px;
    float: none;
    overflow-y: auto;
}

    .ui-container.fade.in {
        z-index: 2;
    }

    .ui-container > .container-fluid, .ui-container > div > div.mCSB_container > .container-fluid {
        padding-top: 15px;
        padding-bottom: 15px;
    }

.ui-aside-right {
    position: fixed;
    top: 100px;
    right: 0;
    bottom: 0px;
    overflow: hidden;
    overflow-y: auto;
    z-index: 1101;
    width: 330px;
    margin-right: -330px;
    background-color: #ffffff;
    border-left: 1px solid rgb(101, 101, 101);
    -webkit-transition: width .3s, margin-right .3s;
    transition: width .3s, margin-right .3s;
}

.ui-footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    margin-left: 0px;
    padding-left: 10px;
    background-color: #ffffff;
    height: 25px;
    line-height: 25px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-transition: all .3s;
    transition: all .3s;
    font-size: 9px;
    font-weight: 600;
    overflow: hidden;
    color: #949494;
}

.ui-footerlinks {
    float: right;
    padding: 0 15px;
}

    .ui-footerlinks > a {
        display: inline-block;
        margin: 0 3px 0;
    }

        .ui-footerlinks > a:hover {
            color: #3980f6
        }

.ui-aside-compact .nav > li > .nav-sub .nav-sub > li > a, .ui-aside-compact .nav > li > .nav-sub .nav-sub .nav-sub > li > a {
    padding-left: 20px;
}

.ui-aside-compact .ui-aside {
    margin-left: 0;
    -webkit-transition: all .301s;
    transition: all .301s;
}

.ui-aside-compact .ui-content {
    margin-left: 240px;
}

.ui-aside-compact .ui-footer {
    margin-left: 240px;
}

.ui-content-compact .ui-aside-right {
    margin-right: 0;
}

.ui-content-compact .ui-container {
    margin-right: 0;
}

.nav li a {
    overflow: hidden;
}

    .nav li a i {
        float: left;
        width: 20px;
        margin-top: 1px;
        transition: all .3s;
        font-size: 14px;
    }

.nav .active {
    background-color: rgba(0, 0, 0, 0.065);
}

.nav-sub {
    display: none;
    background-color: inherit;
}

.nav-sub--open {
    display: block;
}

.nav-sub .active a {
    background-color: inherit;
}

.nav-sub-header {
    display: none !important;
}

.ui-fullWhith {
    width: 100%;
    max-width: 100%;
    height: 100%;
    min-height: auto;
}

    .ui-fullWhith.ui-aside-compact .ui-aside {
        overflow: visible;
    }

    .ui-fullWhith .ui-aside {
        height: 100%;
        overflow-y: auto;
    }

    .ui-fullWhith .ui-content-body, .ui-fullWhith .ui-container {
        height: 100%;
    }

    .ui-fullWhith .ui-container {
        position: relative;
    }

.ui-bgwhite {
    background-color: white !important;
}

.ui-smokewhite {
    background-color: whitesmoke !important;
}

.ui-padTB15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.pin_design {
    padding-top: 8px;
    padding-right: 13px;
}

@media (min-width: 768px) {
    .ui {
        padding-top: 40px;
    }

    .ui-header.text-white .navbar-collapse {
        color: inherit;
    }

    .ui-aside {
        margin-left: 0;
    }

    .ui-content {
        width: auto;
        margin-left: 240px;
        -webkit-transition: all .299s;
        transition: all .299s;
    }

    .ui-aside-right {
        top: 0;
    }

    .ui-footer {
        margin-left: 240px;
    }

    .ui-aside-compact .ui-header .navbar-header {
        width: 50px;
    }

    .ui-aside-compact .ui-header .navbar-brand .logo {
        display: none;
    }

    .ui-aside-compact .ui-header .navbar-brand .logo-compact {
        display: block;
        text-align: center
    }

    .ui-aside-compact .ui-logo-biico {
        display: table;
    }

    .ui-aside-compact .ui-aside {
        width: 50px;
    }

        .ui-aside-compact .ui-aside > .nav > li > a > .pull-right {
            opacity: 0;
            -webkit-transition: opacity 0s;
            transition: opacity 0s;
        }

    .ui-aside-compact .ui-content {
        margin-left: 50px;
        -webkit-transition: all .301s;
        transition: all .301s;
    }

    .ui-aside-compact .ui-footer {
        margin-left: 50px;
    }

    .ui-content-compact .ui-aside-right {
        margin-right: 0;
    }

    .ui-aside-compact .ui-aside--light .nav > li .nav-sub {
        -webkit-box-shadow: 0 0 0 1px #e5e5e5 inset;
        box-shadow: 0 0 0 1px #e5e5e5 inset;
    }

    .ui-aside-compact .nav[ui-nav] > li > a span {
        opacity: 0;
        -webkit-transition: opacity .2s;
        transition: opacity .2s;
    }

    .ui-aside-compact .nav > li .nav-sub {
        background-color: #535353;
        position: absolute;
        display: block !important;
        top: 0;
        left: 100%;
        width: 240px;
        margin-left: -20px;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0s;
        transition: all 0s;
        z-index: 111;
    }

        .ui-aside-compact .nav > li .nav-sub .nav-sub {
            padding-left: 0;
        }

        .ui-aside-compact .nav > li .nav-sub > li > a {
        }

            .ui-aside-compact .nav > li .nav-sub > li > a span {
                padding-left: 5px;
            }

    .ui-aside-compact .nav > li .nav-sub-header {
        display: block !important;
    }

    .ui-aside-compact ul.nav > li.nav-sub-header > a {
        min-height: 50px;
        padding: 14px 15px;
        font-size: 14px;
        font-weight: 400;
    }

        .ui-aside-compact ul.nav > li.nav-sub-header > a > span {
            padding-left: 0
        }

    .ui-aside-compact .nav > li .nav-sub-header a, .ui-aside-compact .nav > li .nav-sub-header a:hover {
        color: #ffffff !important;
        background-color: #3980f6;
    }

    .ui-aside-compact .nav > li:hover > a {
    }

    .ui-aside-compact .nav > li:hover > .nav-sub {
        margin-left: 0;
        visibility: visible;
        opacity: 1;
        -webkit-transition: all .3s;
        transition: all .3s;
    }

    .ui-aside-compact .ui-aside--dark .nav > li .nav-sub {
        background-color: #393942;
    }

    .ui-aside-compact .ui-aside--dark .nav > li .nav-sub-header a {
        background-color: #28282E;
    }

    .ui-aside-compact .ui-aside--dark .nav > li:hover > a {
        background-color: #28282E;
    }

    .ui-aside-compact .ui-aside--light .nav > li .nav-sub {
        background-color: #fff;
    }

    .ui-aside-compact .ui-aside--light .nav > li .nav-sub-header a {
        color: #2c2c2c;
        background-color: #e5e5e5;
    }

    .ui-aside-compact .ui-aside--light .nav > li:hover > a {
        color: #2c2c2c;
        background-color: #e5e5e5;
    }

    .ui-aside-compact .ui-aside--light .nav > li.active > a {
        color: #2c2c2c !important;
        background-color: #f2f2f2;
    }

    .ui-content .ui-footer {
        margin-right: 240px;
    }
}

@media (min-width: 1200px) {
    .ui-content.ui-content-aside-overlay .ui-container {
        margin-right: 0;
    }

    .ui-aside-right {
        float: right;
        margin-right: -330px;
    }

    .ui-container {
        margin-right: 0;
        -webkit-transition: margin-right .3s;
        transition: margin-right .3s;
    }

    .ui-content-compact .ui-aside-right {
        margin-right: 0;
    }

    .ui-content-compact .ui-container {
        margin-right: 240px;
    }

    .ui-content-aside .ui-aside-right {
        margin-right: 0;
    }

    .ui-content-aside .ui-container {
        margin-right: 240px;
    }

    .ui-content-aside.ui-content-compact .ui-aside-right {
        margin-right: -330px;
    }

    .ui-content-aside.ui-content-compact .ui-container {
        margin-right: 0;
    }
}

.page-title {
    margin: 0;
    font-size: 15px;
    padding: 8px 0 0;
    font-weight: 400;
}

    .page-title > i {
        margin-right: 10px;
        display: inline-block;
        vertical-align: middle;
    }

    .page-title > span {
        display: inline-block;
        vertical-align: middle;
    }

@media (max-width: 991px) {
    .breadcrumb.pull-right {
        float: left !important;
    }
}

.layouts-box img {
    border: 1px solid #ddd;
    width: 300px;
    height: auto;
    margin: 0 auto 10px;
}

.mega-dropdown-menu .ui-header, .mega-dropdown-menu .navbar-collapse {
    height: 70px;
}

    .mega-dropdown-menu .navbar-collapse .navbar-right, .mega-dropdown-menu .navbar-header {
        margin-top: 10px;
    }

.mega-dropdown-menu .ui-aside-right {
    top: 0px;
}

.mega-dropdown-menu .navbar-right {
    margin-right: 20px !important;
}

.body-light {
    background: #ffffff;
}

    .body-light .panel {
        border: 1px solid rgba(0, 0, 0, 0.07);
    }

.search-op-1 {
    border: 1px solid #dddddc;
    width: auto !important;
}

    .search-op-1 input.form-control {
        width: 130px !important;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
    }

        .search-op-1 input.form-control:focus {
            width: 230px !important;
            -webkit-transition: all .3s ease;
            transition: all .3s ease;
        }

.text-white .search-op-1 {
    border: none;
    background: rgba(0, 0, 0, 0.3);
}

    .text-white .search-op-1 input.form-control {
        width: 130px !important;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
    }

        .text-white .search-op-1 input.form-control:focus {
            width: 230px !important;
            -webkit-transition: all .3s ease;
            transition: all .3s ease;
        }

.lang-flag {
    display: inline-block;
}

    .lang-flag img {
        padding-right: 5px;
    }

.dropdown-menu-flag {
    min-width: 200px !important;
}

    .dropdown-menu-flag li a {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    .dropdown-menu-flag img {
        padding-right: 10px;
    }

.dark-footer {
    background: #1b252e;
    color: #ffffff;
}

.box-page-bg {
    background: #27313c;
}

.boxed {
    width: 1170px;
    height: 100vh;
    margin: 0 auto;
    background: #eaeef3;
}

    .boxed .ui-aside {
        height: 100vh;
    }

    .boxed .ui {
        padding-top: 0;
    }

    .boxed .ui-header {
        position: relative;
    }

@media (max-width: 767px) {
    .box-page-bg {
        background: transparent;
    }

    .boxed {
        width: 100%;
        background: #eaeef3;
    }

        .boxed .ui-aside {
            height: 100vh;
        }

        .boxed .ui {
            padding-top: 100px;
        }

        .boxed .ui-header {
            position: fixed;
        }
}

.ui-aside-fixed > .nav {
    overflow: scroll;
    height: 100vh;
    position: fixed;
    padding-bottom: 100px;
}

@-moz-document url-prefix() {
    .ui-aside-fixed > .nav {
        overflow: scroll;
        height: 100vh;
        position: fixed;
        padding-bottom: 100px;
        bottom: 0px;
        padding-top: 50px;
    }
}

.ui-aside-compact .ui-aside-fixed > .nav {
    overflow: visible;
    height: auto;
    position: absolute;
    padding-bottom: 0;
    left: 0;
}

    .ui-aside-compact .ui-aside-fixed > .nav .active {
        background: transparent;
    }

    .ui-aside-compact .ui-aside-fixed > .nav > li .nav-sub {
        left: 50px;
    }

        .ui-aside-compact .ui-aside-fixed > .nav > li .nav-sub .nav-sub {
            left: 240px;
        }

.ui-aside.ui-aside-fixed .nav > li > .nav-sub .nav-sub .nav-sub > li > a {
    padding-left: 20px;
}

.ui-aside.ui-aside-fixed .nav > li > .nav-sub .nav-sub > li > a {
    padding-left: 20px;
}
/* Client Logo */
.logo {
    padding: 0 10px;
    display: block;
}

.ui-clientlogo {
    width: 105px;
    margin: 0 0 0 12px;
}

.ui-clientlogoIco {
    width: 32px;
}

.ui-logo-biico {
    position: fixed;
    background: white;
    bottom: 7px;
    z-index: 1;
    width: 39px;
    height: 39px;
    display: none;
    border-radius: 39px;
    left: 5px;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.18);
}

    .ui-logo-biico > a {
        display: table-cell;
        text-align: center;
        vertical-align: middle;
    }



/*--------------------------------------------
Core CSS
----------------------------------------------*/
/* Splasher */
@keyframes toSplash {
    0% {
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
        opacity: 0;
    }

    20% {
        -webkit-filter: grayscale(90%);
        filter: grayscale(90%);
        opacity: .15;
    }

    30% {
        -webkit-filter: grayscale(80%);
        filter: grayscale(80%);
        opacity: .25;
    }

    40% {
        -webkit-filter: grayscale(70%);
        filter: grayscale(70%);
        opacity: .35;
    }

    50% {
        -webkit-filter: grayscale(60%);
        filter: grayscale(60%);
        opacity: .49;
    }

    60% {
        -webkit-filter: grayscale(50%);
        filter: grayscale(50%);
        opacity: .7;
    }

    70% {
        -webkit-filter: grayscale(40%);
        filter: grayscale(40%);
        opacity: .8;
    }

    80% {
        -webkit-filter: grayscale(30%);
        filter: grayscale(30%);
        opacity: .9;
    }

    90% {
        -webkit-filter: grayscale(20%);
        filter: grayscale(20%);
        opacity: .95;
    }

    100% {
        -webkit-filter: grayscale(0%);
        filter: grayscale(0%);
        opacity: 1;
    }
}

.ui-splashloader {
    height: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

    .ui-splashloader div {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        background: #3980f6;
        -webkit-animation: go 1s infinite alternate ease;
        animation: go 1s infinite alternate ease;
        -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.54);
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.54);
    }

        .ui-splashloader div:nth-child(1) {
            -webkit-animation-delay: -0.72s;
            animation-delay: -0.72s;
        }

        .ui-splashloader div:nth-child(2) {
            -webkit-animation-delay: -0.64s;
            animation-delay: -0.64s;
        }

        .ui-splashloader div:nth-child(3) {
            -webkit-animation-delay: -0.56s;
            animation-delay: -0.56s;
        }

        .ui-splashloader div:nth-child(4) {
            -webkit-animation-delay: -0.48s;
            animation-delay: -0.48s;
        }

        .ui-splashloader div:nth-child(5) {
            -webkit-animation-delay: -0.4s;
            animation-delay: -0.4s;
        }

        .ui-splashloader div:nth-child(6) {
            -webkit-animation-delay: -0.32s;
            animation-delay: -0.32s;
        }

        .ui-splashloader div:nth-child(7) {
            -webkit-animation-delay: -0.24s;
            animation-delay: -0.24s;
        }

        .ui-splashloader div:nth-child(8) {
            -webkit-animation-delay: -0.16s;
            animation-delay: -0.16s;
        }

        .ui-splashloader div:nth-child(9) {
            -webkit-animation-delay: -0.08s;
            animation-delay: -0.08s;
        }

        .ui-splashloader div:nth-child(10) {
            -webkit-animation-delay: 0s;
            animation-delay: 0s;
        }

@-webkit-keyframes go {
    100% {
        background: transparent;
        -webkit-box-flex: 10;
        flex: 10;
        -webkit-box-shadow: 0 0 0 transparent;
        box-shadow: 0 0 0 transparent;
    }
}

@keyframes go {
    100% {
        background: transparent;
        -webkit-box-flex: 10;
        -ms-flex: 10;
        flex: 10;
        -webkit-box-shadow: 0 0 0 transparent;
        box-shadow: 0 0 0 transparent;
    }
}

.ui-splasher {
    position: fixed;
    background: white;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10000000;
}

.ui-splasher-logo {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: toSplash 3.5s;
}
/* Import fonts */
html, body {
    width: 100%;
    height: 100%;
}

body {
    font-size: 13px;
    color: #333;
    background-color: #eaeef3;
    -webkit-font-smoothing: antialiased;
    line-height: 1.5;
    letter-spacing: 0;
    overflow: hidden;
}

body, .dx-widget, .popover {
    font-family: 'Open Sans', sans-serif;
}

*:focus {
    outline: 0 !important;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    line-height: 1.3;
    color: #2c2c2c;
}

    h1 small, h1 .small, h2 small, h2 .small, h3 small, h3 .small, h4 small, h4 .small, h5 small, h5 .small, h6 small, h6 .small {
        font-weight: inherit;
        line-height: 1;
        color: inherit;
    }

.h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: normal;
    margin: 0;
}

    h1 small, h1 .small, .h1 small, .h1 .small, h2 small, h2 .small, .h2 small, .h2 .small, h3 small, h3 .small, .h3 small, .h3 .small {
        font-size: 65%;
    }

    h4 small, h4 .small, .h4 small, .h4 .small, h5 small, h5 .small, .h5 small, .h5 .small, h6 small, h6 .small, .h6 small, .h6 .small {
        font-size: 75%;
    }

h1, .h1 {
    font-size: 36px;
}

h2, .h2 {
    font-size: 30px;
}

h3, .h3 {
    font-size: 24px;
}

h4, .h4 {
    font-size: 18px;
}

h5, .h5 {
    font-size: 14px;
}

h6, .h6 {
    font-size: 12px;
}

small, .small {
    font-size: 85%;
}

a {
    color: inherit;
}

    a:hover, a:focus, a:active {
        color: inherit;
    }

.table thead tr th, .table tbody tr td, .table tbody tr td * {
    vertical-align: middle;
}

.ui-dtb {
    display: table;
    width: 100%;
}

.ui-dtd {
    display: table-cell;
    vertical-align: middle;
}

.borders-none {
    border: none;
}

    .borders-none thead tr th, .borders-none tbody tr td {
        border: none;
    }

.font-sans {
}

.font-heading {
}

.font-monospace {
    font-family: Menlo, Monaco, Consolas, "Inconsolata", monospace;
}

.font-light {
    font-weight: 300;
}

.font-normal {
    font-weight: 400;
}

.font-semi-bold {
    font-weight: 600;
}

.font-bold {
    font-weight: 700;
}

.font-italic {
    font-style: italic;
}

.text-muted {
    color: #aaaaa9;
}

.text-base {
    font-size: 14px;
}

.text-lg {
    font-size: 21px;
}

.text-md {
    font-size: 16px;
}

.text-sm {
    font-size: 13px;
}

.text-xs {
    font-size: 12px;
}

.text-xxs {
    font-size: 11px;
}

.text-ellipsis {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-shadow {
    text-shadow: 0 5px 10px rgba(0, 0, 0, 0.125), 0 10px 20px rgba(0, 0, 0, 0.2);
}

.box-shadow {
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(0, 0, 0, 0.05);
}

.no-shadow {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.breadcrumb {
    padding: 4px;
    background: transparent;
    margin: 4px 0 0;
    font-size: 11px;
}

.nav-tabs {
    position: relative;
    top: 3px;
    z-index: 10;
}

    .nav-tabs .active {
        background-color: transparent;
    }

    .nav-tabs > li > a {
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
    }

        .nav-tabs > li > a:hover {
            color: inherit;
            background-color: rgba(0, 0, 0, 0.03);
            border-color: rgba(0, 0, 0, 0.03);
        }

    .nav-tabs.tabs-left {
        float: left;
        width: 200px;
        border-right: none;
        padding-top: 0;
        position: relative;
        z-index: 10;
    }

.fileUpload {
    position: relative;
    overflow: hidden;
}

    .fileUpload input[type="file"] {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        padding: 0;
        font-size: 20px;
        cursor: pointer;
        opacity: 0;
        filter: alpha(opacity=0);
    }

.input-validation-error, .i-checks > .input-validation-error ~ i {
    border-color: #ca0000 !important;
    box-shadow: 0 0 10px rgba(255, 0, 0, 0.1) !important;
}

.ui-block {
    display: block !important;
}

.ui-displaynone {
    display: none !important;
}

.ui-mw169 {
    min-width: 169px;
}

@media (min-width: 768px) {
    .ui-notgutrLft {
        margin-left: -25px;
    }

    .ui-notgutrRght {
        margin-right: -25px;
    }
}

@media (max-width: 640px) {
    .nav-tabs.tabs-left {
        width: 100%;
    }
}

.nav-tabs.tabs-right {
    float: right;
    width: 200px;
    border-left: none;
    padding-top: 0;
    position: relative;
    z-index: 10;
}

@media (max-width: 640px) {
    .nav-tabs.tabs-right {
        width: 100%;
    }
}

.tab-content {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 15px;
    margin-top: -1px;
}

    .tab-content.tab-content-left {
        display: block;
        overflow: hidden;
        border: 1px solid #ddd;
    }

    .tab-content.tab-content-right {
        display: block;
        overflow: hidden;
        border: 1px solid #ddd;
    }

.form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .form-control:focus {
        border-color: #4aa9e9;
        outline: 0;
    }

    .form-control:focus, .dx-texteditor.dx-state-focused, .dx-texteditor.dx-state-active {
        -webkit-box-shadow: 0 0 0 2px rgba(16, 142, 233, 0.2);
        box-shadow: 0 0 0 2px rgba(16, 142, 233, 0.2);
    }

    .form-control.error {
        border-color: #ff6c60;
    }

    .form-control + label {
        font-weight: normal;
    }

        .form-control + label.error {
            color: #ff6c60;
        }

.search-dropdown {
    position: absolute;
    top: 0;
    right: 0;
}

    .search-dropdown .btn {
        height: 50px;
        line-height: 20px;
        padding: 15px;
    }

    .search-dropdown .dropdown-menu {
        position: fixed;
        top: 50px;
        left: 0;
        height: 50px;
        margin-top: 1px;
        -webkit-border-radius: 0;
        border-radius: 0;
        padding: 0;
        padding: 5px;
        border: 0;
    }

    .search-dropdown .form-control {
        height: 40px;
        font-size: 16px;
        border: 0;
    }

.form-variance .form-group {
    border-bottom: 1px solid #eaeef3;
    padding-bottom: 15px;
}

    .form-variance .form-group:last-child {
        border-bottom-color: transparent;
        padding-bottom: 0;
    }

.btn.btn-info.dropdown-toggle {
    border-left: 1px solid #2698e5;
}

.btn.btn-success.dropdown-toggle {
    border-left: 1px solid #1d978a;
}

.btn.btn-warning.dropdown-toggle {
    border-left: 1px solid #e5b735;
}

.btn.btn-danger.dropdown-toggle {
    border-left: 1px solid #ff4637;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-5 {
    margin-bottom: 5px;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.pl-20 {
    padding-left: 20px !important;
}

.wizard > .content {
    min-height: 150px;
}

.wizard h3 {
    margin-top: 0;
}

.wizard-long > .content {
    min-height: 360px;
}

.wizard > .steps .current a, .wizard > .steps .current a:hover, .wizard > .steps .current a:active {
    background: #62549a;
}

.wizard > .steps .done a, .wizard > .steps .done a:hover, .wizard > .steps .done a:active {
    background: #b9b2d5;
    color: #fff;
}

.wizard > .steps a, .wizard > .steps a:hover, .wizard > .steps a:active {
    padding: .5em 1em;
    -webkit-border-radius: 30px;
    border-radius: 30px;
}

.wizard > .actions a, .wizard > .actions a:hover, .wizard > .actions a:active {
    background: #4aa9e9;
}

.btn {
    position: relative;
}

    .btn:focus, .btn:active {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-rounded {
    -webkit-border-radius: 100px;
    border-radius: 100px;
}

.btn-light {
    color: #ffffff;
    background-color: #eaeef3;
    border-color: #eaeef3;
}

    .btn-light:focus, .btn-light.focus, .btn-light:active, .btn-light.active {
        color: #ffffff !important;
        background-color: #cad4e0 !important;
        border-color: #c3cedd !important;
    }

    .btn-light:hover {
        color: #ffffff;
        background-color: #dae1ea;
        border-color: #d7dee8;
    }

.btn-dark {
    color: #ffffff;
    background-color: #626262;
    border-color: #626262;
}

    .btn-dark:focus, .btn-dark.focus, .btn-dark:active, .btn-dark.active {
        color: #ffffff !important;
        background-color: #494949 !important;
        border-color: #434343 !important;
    }

    .btn-dark:hover {
        color: #ffffff;
        background-color: #555555;
        border-color: #535353;
    }

.btn-primary {
}

    .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active {
    }

    .btn-primary:hover {
    }

.btn-info {
    color: #ffffff;
    background-color: #4aa9e9;
    border-color: #4aa9e9;
}

    .btn-info:focus, .btn-info.focus, .btn-info:active, .btn-info.active {
        color: #ffffff !important;
        background-color: #1d93e3 !important;
        border-color: #1b8edb !important;
    }

    .btn-info:hover {
        color: #ffffff;
        background-color: #339ee6;
        border-color: #2f9ce6;
    }

.btn-warning {
    color: #ffffff;
    background-color: #eac459;
    border-color: #eac459;
}

    .btn-warning:focus, .btn-warning.focus, .btn-warning:active, .btn-warning.active {
        color: #ffffff !important;
        background-color: #e4b42c !important;
        border-color: #e3b123 !important;
    }

    .btn-warning:hover {
        color: #ffffff;
        background-color: #e7bc42;
        border-color: #e7ba3e;
    }

.btn-danger {
    color: #ffffff;
    background-color: #ff6c60;
    border-color: #ff6c60;
}

    .btn-danger:focus, .btn-danger.focus, .btn-danger:active, .btn-danger.active {
        color: #ffffff !important;
        background-color: #ff3d2d !important;
        border-color: #ff3323 !important;
    }

    .btn-danger:hover {
        color: #ffffff;
        background-color: #ff5447;
        border-color: #ff5041;
    }

.btn-default:hover, .btn-default:active, .btn-default:focus {
    background-color: #eee;
    border-color: #ccc;
}

    .btn-default:active:focus, .btn-default:active:hover {
        background-color: #e6e6e6;
        border-color: #bfbfbf;
    }

.open > .dropdown-toggle.btn-default:focus {
    background-color: #e6e6e6;
    border-color: #bfbfbf;
}

.btn-radius-less {
    -webkit-border-radius: 0;
    border-radius: 0;
}

.btn-capsul {
    -webkit-border-radius: 30px;
    border-radius: 30px;
}

.bg-light {
    color: #ffffff;
    background-color: #eaeef3;
}

.bg-dark {
    color: #ffffff;
    background-color: #626262;
}

.bg-primary {
    color: #ffffff;
    background-color: #62549a;
}

.bg-info {
    color: #ffffff;
    background-color: #4aa9e9;
}

.bg-success {
    color: #ffffff;
    background-color: #23b9a9;
}

.bg-warning {
    color: #ffffff;
    background-color: #eac459;
}

.bg-danger {
    color: #ffffff;
    background-color: #ff6c60;
}

.bg-light {
    color: #626262;
}
/*--------------------------------------------
Nav
----------------------------------------------*/
.navbar-header {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: all .3s;
    transition: all .3s;
    background: #f5f5f5;
}

.navbar-header--default {
    color: #ffffff;
    background-color: #2e3e4e;
}

    .navbar-header--default + .search-dropdown .btn {
        color: #ffffff;
    }

.navbar-header--dark {
    color: #ffffff;
    background: #23b9a9;
}

.navbar-brand .logo > i {
    margin-right: 5px;
}

.navbar-brand .logo-compact {
    display: none;
}

.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
    background-color: #fff;
    height: 51px;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

    .navbar-collapse .toggle-btn {
        float: left;
        padding: 14px 15px;
    }

    .navbar-collapse .navbar-nav {
        float: left;
        margin: 0;
    }

        .navbar-collapse .navbar-nav > li {
            float: left;
        }

        .navbar-collapse .navbar-nav .badge {
            display: inline-block;
            min-width: 12px;
            background-color: #ff6c60;
            border-radius: 2px;
            -webkit-border-radius: 2px;
            font-size: 9px;
            line-height: 12px;
            padding: 0px 2px;
            position: absolute;
            left: 22px;
            top: 6px;
            font-weight: bold;
            max-width: 24px;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
        }

        .navbar-collapse .navbar-nav > li > a {
            padding: 10px 10px 15px 10px;
            height: 40px;
            text-align: center;
            color: #eaeaea;
        }

            .navbar-collapse .navbar-nav > li > a:hover, .navbar-collapse .navbar-nav > li > a:focus {
                color: #fff;
                background-color: rgba(255, 255, 255, 0.19);
            }

        .navbar-collapse .navbar-nav .open > a {
            background-color: rgba(44, 44, 44, 0.1);
        }

        .navbar-collapse .navbar-nav .dropdown-menu a {
            text-align: left;
            height: auto;
        }

    .navbar-collapse .navbar-right {
        float: right !important;
        margin: 0;
    }

    .navbar-collapse .open > .dropdown-menu {
        display: block;
    }

    .navbar-collapse .navbar-nav .open .dropdown-menu {
        position: absolute;
        min-width: 260px;
        background-color: #ffffff;
        -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
        z-index: 1000;
    }

.ui-aside li > a > .pull-right {
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -7px;
    opacity: 1;
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
    width: 5px;
    transition: all .2s;
}

.ui-aside li > a .label {
    margin-left: 5px;
}

.ui-aside li.active > a > .fa-angle-right {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.nav-title {
    padding-left: 15px;
    letter-spacing: .5px;
    font-size: 13px;
    font-weight: 400;
    opacity: .4;
    margin-top: 14px;
    margin-bottom: 14px;
}

.ui-aside-compact .nav-title {
    display: none;
}

@media (min-width: 768px) {
    .navbar-header {
        width: 240px;
    }

    .navbar-collapse {
        height: 40px;
        background-color: transparent;
        border-top: none;
    }

        .navbar-collapse .toggle-btn {
            padding: 15px;
        }
}

@media (max-width: 767px) {
    .navbar-header--dark + .search-dropdown .btn {
        color: #ffffff !important;
    }

    .ui-header {
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}
/*--------------------------------------------
Horizontal Nav
----------------------------------------------*/
.navbar-nav > li > a {
    cursor: pointer;
}

.dropdown .dropdown-toggle span {
    font-size: 12px;
}

@media (max-width: 767px) {
    .dropdown .dropdown-toggle span {
        top: 3px;
        position: relative;
        float: right;
    }
}

.dropdown-submenu > a:after, .dropdown-menu-right .dropdown-submenu > a:after, .navbar-right .dropdown-submenu > a:after {
    font-family: fontawesome;
    float: none;
    margin: 0px !important;
    border: none;
    position: absolute;
    right: 20px;
    top: 4px;
    font-size: 12px;
}

.dropdown-submenu > a:after {
    content: "\f105";
}

.dropdown-menu-right .dropdown-submenu > a:after, .navbar-right .dropdown-submenu > a:after {
    content: "\f104";
}

.dropdown-menu {
    min-width: 190px;
    padding: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all .3s;
    transition: all .3s;
}

    .dropdown-menu li a {
        outline: none;
        cursor: pointer;
        position: relative;
    }

.dropdown-submenu .dropdown-menu {
    margin-top: -1px;
}

.dropdown-submenu > a:after {
    margin-top: 14px;
    margin-right: 0px;
}

@media (max-width: 767px) {
    .dropdown-submenu > a:after {
        margin-top: 0px;
    }
}

.dropdown-menu-right .dropdown-submenu .dropdown-menu, .navbar-right .dropdown-submenu .dropdown-menu {
    -webkit-border-radius: 0;
    border-radius: 0;
}

.dropdown-menu-right .dropdown-submenu > a:after, .navbar-right .dropdown-submenu > a:after {
    float: right;
}
/*  yamm mega menu */
.yamm .nav, .yamm .collapse, .yamm .dropup.mega-dropup, .yamm .dropdown.mega-dropdown {
    position: static;
}

.yamm .container {
    position: relative;
}

.yamm .mega-dropdown ul {
    padding: 0;
}

.yamm .mega-dropdown li a {
    padding-left: 10px;
    display: block;
    color: #333;
    text-decoration: none;
}

    .yamm .mega-dropdown li a:hover {
        background: #41586e;
        color: #ffffff;
    }

.yamm .mega-dropdown .nav-title {
    padding-left: 10px;
}

.yamm .yamm-content {
    overflow: hidden;
    padding: 20px 30px;
}

.yamm .dropdown.yamm-fw .dropdown-menu {
    left: 15px;
    right: 15px;
}

.yamm .dropdown.yamm-half .dropdown-menu {
    right: auto;
    left: auto;
    min-width: 550px;
}

.navbar.hori-nav {
    -webkit-border-radius: 0;
    border-radius: 0;
}

.navbar-inverse.hori-nav {
    background: #2e3e4e;
    margin-bottom: 0;
    border: none;
}

    .navbar-inverse.hori-nav .navbar-nav > li > a {
        color: #ffffff;
    }

    .navbar-inverse.hori-nav .navbar-nav > li.open > a, .navbar-inverse.hori-nav .navbar-nav > li.open > a:focus, .navbar-inverse.hori-nav .navbar-nav > li.open > a:hover, .navbar-inverse.hori-nav .navbar-collapse .navbar-nav > li > a:hover, .navbar-inverse.hori-nav .navbar-collapse .navbar-nav > li > a:focus {
        background-color: rgba(255, 255, 255, 0.08);
    }

    .navbar-inverse.hori-nav .navbar-collapse {
        border-bottom: none;
    }

.hori-nav .dropdown-submenu .dropdown-menu {
    top: 6px !important;
}

.hori-nav .navbar-collapse .navbar-nav .dropdown-menu a {
    padding-top: 10px;
    padding-bottom: 10px;
}

.hori-nav .navbar-collapse .dropdown-submenu > a:after, .hori-nav .navbar-collapse .dropdown-menu-right .dropdown-submenu > a:after, .hori-nav .navbar-collapse .navbar-right .dropdown-submenu > a:after {
    top: 12px;
}

.hori-nav .navbar-collapse .navbar-nav li a:hover, .hori-nav .navbar-collapse .navbar-nav li a:focus {
    background: #41586e;
    color: #ffffff;
}

.ui-aside-none .ui-content, .ui-aside-none .ui-footer {
    margin-left: 0;
}

.ui-aside-none .ui-header {
    position: relative;
}

.ui-aside-none {
    padding-top: 0;
}

@media (max-width: 767px) {
    .yamm .nav {
        width: 100%;
    }

    .navbar-brand {
        padding: 15px 0;
    }

    .navbar.hori-nav {
        height: auto;
    }

        .navbar.hori-nav .navbar-collapse {
            height: auto;
            background: #2e3e4e;
            margin-top: 50px;
            width: 100%;
        }

            .navbar.hori-nav .navbar-collapse .navbar-nav .open .dropdown-menu {
                position: static;
                width: 100%;
            }

    .navbar-inverse.hori-nav .navbar-nav .open .dropdown-menu > li > a {
        color: #333;
    }

        .navbar-inverse.hori-nav .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-inverse.hori-nav .navbar-nav .open .dropdown-menu > li > a:hover {
            background: #2e3e4e !important;
            color: #ffffff;
        }

    .navbar-inverse.hori-nav {
        background: #fff !important;
    }

    .navbar.hori-nav .navbar-collapse .navbar-nav > li {
        width: 100%;
    }

        .navbar.hori-nav .navbar-collapse .navbar-nav > li a {
            text-align: left;
        }

    .hori-nav .navbar-toggle {
        margin-right: 0;
        z-index: 100;
        float: left;
        background: #ffffff;
        position: absolute;
        border: none;
        -webkit-border-radius: 0;
        border-radius: 0;
        padding: 19px 14px 16px 14px;
        margin-top: 1px;
        margin-bottom: 0;
    }

        .hori-nav .navbar-toggle .icon-bar {
            background: #626262;
        }

        .hori-nav .navbar-toggle:hover {
            background: rgba(44, 44, 44, 0.1);
        }

    .hori-nav .container {
        background: #ffffff;
    }

    .navbar-nav.pull-right {
        float: none !important;
    }

    .yamm .mega-dropdown .yamm-content ul:not(:last-child) {
        margin-bottom: 20px;
    }

    .yamm .mega-dropdown .dropdown-menu {
        min-width: 100%;
    }

    .dropdown-menu-right .dropdown-submenu > a:after, .navbar-right .dropdown-submenu > a:after {
        float: none;
    }

    .dropdown.yamm-half .dropdown-menu {
        min-width: 100% !important;
    }

    .ui-aside-none .ui-header {
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

.hori-light-nav.navbar-inverse {
    background: #ffffff;
    -webkit-box-shadow: 1px 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 0 5px rgba(0, 0, 0, 0.2);
}

    .hori-light-nav.navbar-inverse .navbar-collapse .navbar-nav > li > a {
        color: #626262;
        padding-top: 25px;
        padding-bottom: 25px;
        height: 70px;
    }

        .hori-light-nav.navbar-inverse .navbar-collapse .navbar-nav > li > a i {
            margin-right: 10px;
            font-size: 18px;
            margin-top: 1px;
        }

        .hori-light-nav.navbar-inverse .navbar-collapse .navbar-nav > li > a:hover {
            color: #4aa9e9;
        }

        .hori-light-nav.navbar-inverse .navbar-collapse .navbar-nav > li > a.active {
            color: #4aa9e9;
            background: transparent;
        }

.hori-light-nav .navbar-collapse .navbar-nav li a:hover, .hori-light-nav .navbar-collapse .navbar-nav li a:focus {
    background: #ffffff;
    color: #4aa9e9;
}

.ui-aside-none .navbar-collapse {
    border-bottom: none;
}

.hori-sub-dark .navbar-collapse .navbar-nav .open .dropdown-menu {
    background: #3e4d5c;
}

.hori-sub-dark .navbar-collapse .navbar-nav .dropdown-menu a {
    color: #ffffff;
}

.hori-sub-dark .navbar-collapse .navbar-nav li a:hover, .hori-sub-dark .hori-nav .navbar-collapse .navbar-nav li a:focus {
    background: #33414e;
    color: #ffffff;
}

@media (max-width: 767px) {
    .navbar-inverse.hori-sub-dark .navbar-nav .open .dropdown-menu > li > a {
        color: #ffffff;
    }

    .hori-light-nav.navbar-inverse {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .hori-light-nav.navbar-inverse .navbar-collapse .navbar-nav > li > a {
            color: #ffffff;
            padding-top: 15px;
            padding-bottom: 15px;
            height: 50px;
        }

            .hori-light-nav.navbar-inverse .navbar-collapse .navbar-nav > li > a i {
                margin-right: 10px;
                font-size: 18px;
                margin-top: 1px;
            }

            .hori-light-nav.navbar-inverse .navbar-collapse .navbar-nav > li > a:hover {
                color: #4aa9e9;
            }

            .hori-light-nav.navbar-inverse .navbar-collapse .navbar-nav > li > a.active {
                color: #4aa9e9;
                background: transparent;
            }
}

@media (max-width: 480px) {
    .cd-horizontal-timeline .timeline {
        margin: 0 10px !important;
    }
}
/*--------------------------------------------
Components
----------------------------------------------*/
/* iChecks */
.i-checks {
    padding-left: 0px;
    cursor: pointer;
}

    .i-checks input {
        display: none;
        position: absolute;
        margin-left: -20px;
    }

        .i-checks input:checked ~ i {
            border-color: #3980f6;
        }

            .i-checks input:checked ~ i:before {
                left: 2px;
                top: 2px;
                width: 9px;
                height: 9px;
                background-color: #3980f6;
            }

        .i-checks input[type="checkbox"]:checked ~ i:before {
            color: #3980f6;
        }

        .i-checks input[type="checkbox"]:checked ~ i:before {
            background-color: transparent;
            top: 2px;
            left: 1.5px;
            font-size: 10px;
            font-weight: bold;
        }

        .i-checks input:checked + span .active {
            display: inherit;
        }

        .i-checks input[type="radio"] ~ i, .i-checks input[type="radio"] ~ i:before {
            -webkit-border-radius: 50%;
            border-radius: 50%;
        }

        .i-checks input[disabled] ~ i, fieldset[disabled] .i-checks input ~ i {
            border-color: rgba(13, 13, 13, 0.07);
        }

            .i-checks input[disabled] ~ i:before, fieldset[disabled] .i-checks input ~ i:before {
                background-color: rgba(13, 13, 13, 0.07);
            }

    .i-checks > i {
        width: 15px;
        height: 15px;
        line-height: 1;
        border: 1px solid rgba(0, 0, 0, 0.23);
        background-color: #fff;
        margin-left: 0;
        margin-top: -3px;
        display: inline-block;
        vertical-align: middle;
        margin-right: 0;
        position: relative;
        overflow: hidden;
    }

        .i-checks > i:before {
            content: "";
            position: absolute;
            left: 50%;
            top: 50%;
            width: 0px;
            height: 0px;
            background-color: transparent;
        }

    .i-checks > span {
        margin-left: -20px;
    }

        .i-checks > span .active {
            display: none;
        }
/* dropdowns */
.dropdown-menu {
    padding: 0;
    -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.2) !important;
    box-shadow: 0 2px 10px rgba(0,0,0,.2) !important;
    border: 1px solid #ccc;
}

.dropdown-header {
    padding: 10px 15px;
    font-weight: 600;
    font-size: 13px;
    background-color: rgba(0, 0, 0, 0.03);
}

.dropdown-footer > a {
    text-align: center !important;
    text-decoration: none;
    display: block;
    padding: 10px 15px !important;
    border-top: 1px solid #eaeef3;
    font-size: 13px;
}

    .dropdown-footer > a:focus, .dropdown-footer > a:hover {
        background-color: rgba(0, 0, 0, 0.03) !important;
    }

.ui-topnavavatar-hold > a .user-avatar {
    display: inline-block;
    vertical-align: top;
    width: 26px;
    height: 26px;
    background-color: #aaaaa9;
    margin-top: -3px;
    -webkit-border-radius: 500%;
    border-radius: 500%;
    overflow: hidden;
    margin-right: 5px;
}

    .ui-topnavavatar-hold > a .user-avatar img {
        width: 100%;
    }

.ui-topnavavatar-hold > a {
    font-weight: 600;
    max-width: 220px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dropdown-menu-usermenu {
    min-width: 200px !important;
}

    .dropdown-menu-usermenu > li > a {
        padding: 10px 15px !important;
    }

        .dropdown-menu-usermenu > li > a:focus, .dropdown-menu-usermenu > li > a:focus, .dropdown-menu-usermenu > li > a:hover {
            color: #2c2c2c !important;
            background-color: rgba(0, 0, 0, 0.06) !important;
        }

    .dropdown-menu-usermenu .divider {
        margin: 0;
    }

@media (max-width: 480px) {
    .navbar-collapse.nav-responsive-disabled .navbar-nav .dropdown-menu--responsive {
        position: fixed !important;
        top: 0;
        margin-top: 101px;
    }
}
/* pagination */
.pagination > li > a:hover, .pagination > li > a:focus, .pagination > li > span:hover, .pagination > li > span:focus {
    color: #ffffff;
    background-color: #62549a;
    border-color: #62549a;
}

.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus, .pagination > .active > span, .pagination > .active > span:hover, .pagination > .active > span:focus {
    color: #ffffff;
    background-color: #62549a;
    border-color: #62549a;
}
/* pager */
.pager li > a:hover, .pager li > a:focus {
    color: #ffffff;
    background-color: #62549a;
    border: 1px solid #62549a;
}

.pagination > li > a, .pagination > li > span {
    color: inherit;
}

.breadcrumb-border {
    display: inline-block;
    width: 100%;
    padding-bottom: 15px;
    border-bottom: 1px solid #dae0e6;
    margin-bottom: 20px;
}

    .breadcrumb-border ul.breadcrumb {
        margin-bottom: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        background: inherit;
    }

    .breadcrumb-border .btn {
        margin-top: 4px;
    }

.page-head-wrap {
    background: rgba(255, 255, 255, 0.5);
    position: relative;
    clear: both;
    height: 33px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

    .page-head-wrap ~ .ui-container, .page-head-wrap ~ .ui-propertiesbar {
        margin-top: 73px;
    }

    .page-head-wrap ~ .ui-propertiesbar {
        background: whitesmoke;
    }

        .page-head-wrap ~ .ui-propertiesbar + .ui-container {
            margin-right: 30px;
        }

    .page-head-wrap .breadcrumb-right {
        position: absolute;
        right: 15px;
    }

#font-icons section {
    margin-bottom: 30px;
}

#font-icons h2 {
    margin-top: 0;
}

#font-icons i {
    width: 32px;
    font-size: 14px;
    display: inline-block;
    text-align: right;
    margin-right: 10px;
}

#font-icons .fa-hover {
    line-height: 30px;
}

    #font-icons .fa-hover:hover {
        background: #4aa9e9;
        color: #ffffff;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        text-decoration: none;
    }

        #font-icons .fa-hover:hover .text-muted {
            color: #ffffff;
        }

.progress-xs {
    height: 10px;
}
/* labels */
.label-light {
    background-color: #eaeef3;
}

    .label-light[href]:hover, .label-light[href]:focus {
        background-color: #cad4e0;
    }

.label-dark {
    background-color: #626262;
}

    .label-dark[href]:hover, .label-dark[href]:focus {
        background-color: #494949;
    }

.label-primary {
    background-color: #62549a;
}

    .label-primary[href]:hover, .label-primary[href]:focus {
        background-color: #4d4279;
    }

.label-info {
    background-color: #4aa9e9;
}

    .label-info[href]:hover, .label-info[href]:focus {
        background-color: #1d93e3;
    }

.label-success {
    background-color: #23b9a9;
}

    .label-success[href]:hover, .label-success[href]:focus {
        background-color: #1b8e82;
    }

.label-warning {
    background-color: #eac459;
}

    .label-warning[href]:hover, .label-warning[href]:focus {
        background-color: #e4b42c;
    }

.label-danger {
    background-color: #ff6c60;
}

    .label-danger[href]:hover, .label-danger[href]:focus {
        background-color: #ff3d2d;
    }
/* badges */
.badge-light {
    background-color: #eaeef3;
}

    .badge-light[href]:hover, .badge-light[href]:focus {
        background-color: #cad4e0;
    }

.badge-dark {
    background-color: #626262;
}

    .badge-dark[href]:hover, .badge-dark[href]:focus {
        background-color: #494949;
    }

.badge-primary {
    background-color: #62549a;
}

    .badge-primary[href]:hover, .badge-primary[href]:focus {
        background-color: #4d4279;
    }

.badge-info {
    background-color: #4aa9e9;
}

    .badge-info[href]:hover, .badge-info[href]:focus {
        background-color: #1d93e3;
    }

.badge-success {
    background-color: #23b9a9;
}

    .badge-success[href]:hover, .badge-success[href]:focus {
        background-color: #1b8e82;
    }

.badge-warning {
    background-color: #eac459;
}

    .badge-warning[href]:hover, .badge-warning[href]:focus {
        background-color: #e4b42c;
    }

.badge-danger {
    background-color: #ff6c60;
}

    .badge-danger[href]:hover, .badge-danger[href]:focus {
        background-color: #ff3d2d;
    }
/* alerts */
.alert-just-border {
    background-color: transparent;
}

.alert-light {
    background-color: white;
    border-color: white;
    color: #b9ccd7;
}

    .alert-light hr {
        border-top-color: #dae1ea;
    }

    .alert-light .alert-link {
        color: #cad4e0;
    }

.alert-dark {
    background-color: #afafaf;
    border-color: #888888;
    color: #3c3c3c;
}

    .alert-dark hr {
        border-top-color: #555555;
    }

    .alert-dark .alert-link {
        color: #494949;
    }

.alert-primary {
    background-color: #b3b2d5;
    border-color: #8281ba;
    color: #3b3969;
}

    .alert-primary hr {
        border-top-color: #584b8a;
    }

    .alert-primary .alert-link {
        color: #4d4279;
    }

.alert-info {
    background-color: #d2f0fa;
    border-color: #8edaf1;
    color: #19a3ce;
}

    .alert-info hr {
        border-top-color: #339ee6;
    }

    .alert-info .alert-link {
        color: #1d93e3;
    }

.alert-success {
    background-color: #8ce9d0;
    border-color: #4bddb5;
    color: #17795e;
}

    .alert-success hr {
        border-top-color: #1fa495;
    }

    .alert-success .alert-link {
        color: #1b8e82;
    }

.alert-warning {
    background-color: #fbf0e1;
    border-color: #f3ce9d;
    color: #db891c;
}

    .alert-warning hr {
        border-top-color: #e7bc42;
    }

    .alert-warning .alert-link {
        color: #e4b42c;
    }

.alert-danger {
    background-color: #fff9fa;
    border-color: #ffadb4;
    color: #ff1429;
}

    .alert-danger hr {
        border-top-color: #ff5447;
    }

    .alert-danger .alert-link {
        color: #ff3d2d;
    }
/* panels */
.panel {
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

    .panel .panel-heading {
        -webkit-border-top-left-radius: 0;
        border-top-left-radius: 0;
        -webkit-border-top-right-radius: 0;
        border-top-right-radius: 0;
        font-weight: 600;
        text-transform: uppercase;
    }

    .panel .panel-border {
        border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    }

.panel-light {
    border-color: #eaeef3;
}

    .panel-light > .panel-heading {
        color: #ffffff;
        background-color: #eaeef3;
        border-color: #eaeef3;
    }

        .panel-light > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #eaeef3;
        }

        .panel-light > .panel-heading .badge {
            color: #eaeef3;
            background-color: #ffffff;
        }

    .panel-light > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #eaeef3;
    }

.panel-dark {
    border-color: #626262;
}

    .panel-dark > .panel-heading {
        color: #ffffff;
        background-color: #626262;
        border-color: #626262;
    }

        .panel-dark > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #626262;
        }

        .panel-dark > .panel-heading .badge {
            color: #626262;
            background-color: #ffffff;
        }

    .panel-dark > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #626262;
    }

.panel-primary {
    border-color: #62549a;
}

    .panel-primary > .panel-heading {
        color: #ffffff;
        background-color: #62549a;
        border-color: #62549a;
    }

        .panel-primary > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #62549a;
        }

        .panel-primary > .panel-heading .badge {
            color: #62549a;
            background-color: #ffffff;
        }

    .panel-primary > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #62549a;
    }

.panel-info {
    border-color: #4aa9e9;
}

    .panel-info > .panel-heading {
        color: #ffffff;
        background-color: #4aa9e9;
        border-color: #4aa9e9;
    }

        .panel-info > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #4aa9e9;
        }

        .panel-info > .panel-heading .badge {
            color: #4aa9e9;
            background-color: #ffffff;
        }

    .panel-info > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #4aa9e9;
    }

.panel-success {
    border-color: #23b9a9;
}

    .panel-success > .panel-heading {
        color: #ffffff;
        background-color: #23b9a9;
        border-color: #23b9a9;
    }

        .panel-success > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #23b9a9;
        }

        .panel-success > .panel-heading .badge {
            color: #23b9a9;
            background-color: #ffffff;
        }

    .panel-success > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #23b9a9;
    }

.panel-warning {
    border-color: #eac459;
}

    .panel-warning > .panel-heading {
        color: #ffffff;
        background-color: #eac459;
        border-color: #eac459;
    }

        .panel-warning > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #eac459;
        }

        .panel-warning > .panel-heading .badge {
            color: #eac459;
            background-color: #ffffff;
        }

    .panel-warning > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #eac459;
    }

.panel-danger {
    border-color: #ff6c60;
}

    .panel-danger > .panel-heading {
        color: #ffffff;
        background-color: #ff6c60;
        border-color: #ff6c60;
    }

        .panel-danger > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ff6c60;
        }

        .panel-danger > .panel-heading .badge {
            color: #ff6c60;
            background-color: #ffffff;
        }

    .panel-danger > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ff6c60;
    }

.panel-accordion .panel-default {
    -webkit-border-radius: 0;
    border-radius: 0;
    border: none;
    margin-bottom: 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .panel-accordion .panel-default .panel-heading {
        background-color: transparent;
        padding: 0;
    }

        .panel-accordion .panel-default .panel-heading .panel-title {
            position: relative;
            font-size: 14px;
            font-weight: 600;
            line-height: 1.8;
        }

            .panel-accordion .panel-default .panel-heading .panel-title a {
                padding: 10px 15px;
                display: block;
                background-color: transparent;
                border: 1px solid #ddd;
                text-decoration: none;
            }

                .panel-accordion .panel-default .panel-heading .panel-title a::after {
                    content: "+";
                    font-style: normal;
                    font-weight: normal;
                    font-variant: normal;
                    position: absolute;
                    height: 20px;
                    width: 20px;
                    right: 12px;
                    top: 50%;
                    margin-top: -10px;
                    line-height: 1.1;
                    font-size: 18px;
                    color: inherit;
                    text-align: center;
                }

                .panel-accordion .panel-default .panel-heading .panel-title a:focus {
                    color: inherit;
                }

                .panel-accordion .panel-default .panel-heading .panel-title a[aria-expanded="true"] {
                    color: #ffffff;
                    background-color: #62549a;
                    border: 1px solid #62549a;
                }

                    .panel-accordion .panel-default .panel-heading .panel-title a[aria-expanded="true"]::after {
                        content: "-";
                    }

                .panel-accordion .panel-default .panel-heading .panel-title a:hover, .panel-accordion .panel-default .panel-heading .panel-title a:active {
                    color: #ffffff;
                    background-color: #62549a;
                    border: 1px solid #62549a;
                }

    .panel-accordion .panel-default .panel-body {
        border-top: none !important;
    }
/*--------------------------------------------
Right side Widget
----------------------------------------------*/
.aside-widget {
    padding: 12px;
}

    .aside-widget h5 {
        font-weight: bold;
        border-bottom: 1px solid #dae0e6;
        padding-bottom: 22px;
    }

    .aside-widget .contact-list {
        list-style: none;
        padding: 0;
        margin-bottom: 0;
    }

        .aside-widget .contact-list li {
            padding: 10px;
            cursor: pointer;
        }

            .aside-widget .contact-list li .media-thumb {
                position: relative;
            }

                .aside-widget .contact-list li .media-thumb span {
                    width: 10px;
                    height: 10px;
                    background: #ddd;
                    border: 1px solid #ffffff;
                    -webkit-border-radius: 50%;
                    border-radius: 50%;
                    position: absolute;
                    left: 0;
                    top: 2px;
                }

                .aside-widget .contact-list li .media-thumb .online {
                    background: #23b9a9;
                }

                .aside-widget .contact-list li .media-thumb .busy {
                    background: #ff6c60;
                }

                .aside-widget .contact-list li .media-thumb .away {
                    background: #eac459;
                }

            .aside-widget .contact-list li img {
                width: 40px;
                height: 40px;
                -webkit-border-radius: 50%;
                border-radius: 50%;
            }

            .aside-widget .contact-list li .media-body small {
                display: block;
            }

            .aside-widget .contact-list li:hover {
                background-color: rgba(0, 0, 0, 0.06);
                -webkit-border-radius: 3px;
                border-radius: 3px;
            }

    .aside-widget .table > tbody > tr > td {
        border-bottom: 1px solid #ddd;
        border-top: none;
    }

    .aside-widget .progress {
        height: 8px;
    }

    .aside-widget .task-info {
        margin-bottom: 10px;
    }

    .aside-widget a:hover {
        text-decoration: none;
    }
/*--------------------------------------------
Login & Signup
----------------------------------------------*/
.sign-in-wrapper {
    margin-top: 14%;
}

    .sign-in-wrapper .sign-container {
        max-width: 350px;
        background: #ffffff;
        padding: 20px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        margin: 0px auto;
        position: relative;
    }

        .sign-in-wrapper .sign-container .copyright-txt {
            position: absolute;
            bottom: -25px;
            left: 0;
            right: 0;
            color: #d6d6d6;
        }

    .sign-in-wrapper .logo {
        text-align: center;
        font-weight: bold;
    }

        .sign-in-wrapper .logo > img {
            width: 60%;
        }

    .sign-in-wrapper h2, .sign-in-wrapper h3 {
        margin: 0;
    }

    .sign-in-wrapper .sign-in-form {
        margin-top: 15px;
    }

    .sign-in-wrapper .user-lock-thumb img {
        width: 80px;
        height: 80px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
    }

    .sign-in-wrapper .lock-bg {
        background: transparent;
    }

.error-txt {
    font-size: 140px;
}

.ui-useraccess {
    background: url(/images/login-screen01.jpg) top center no-repeat #000;
    background-size: cover;
    overflow-y: auto;
    padding-top: 0
}

    .ui-useraccess .form-control {
        height: 34px;
        font-size: 13px;
    }

    .ui-useraccess .btn {
        line-height: 2;
        font-weight: 600
    }

        .ui-useraccess .btn.btn-success {
            font-size: 14px;
        }

    .ui-useraccess .ui-useraccesslogo {
        background: rgba(255, 255, 255, 0.02);
        border-radius: 5px;
        padding: 0;
        overflow: hidden;
        border: 1px solid #f0f0f0;
    }

    .ui-useraccess .logo {
        padding: 10px 0;
    }

    .ui-useraccess .ui-useraccesslogo h4 {
        padding: 7px;
        font-size: 13px;
        font-weight: 600;
        color: #909090;
        background: rgba(0, 0, 0, 0.06);
        margin: 0;
    }

    .ui-useraccess .ui-useraccess-foot {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1;
        color: #94929a;
    }

        .ui-useraccess .ui-useraccess-foot p {
            margin: 0;
        }

    .ui-useraccess .ui-useraccess-foot-logo > img {
        width: 135px;
    }

    .ui-useraccess .ui-useraccess-ver, .ui-useraccess .ui-useraccessPowered {
        position: absolute;
        bottom: 30px
    }

    .ui-useraccess .ui-useraccess-ver {
        left: 15px;
        font-size: 11px;
        font-weight: bold;
    }

        .ui-useraccess .ui-useraccess-ver p span {
            color: white;
        }

    .ui-useraccess .ui-useraccessPowered {
        right: 15px;
    }

        .ui-useraccess .ui-useraccessPowered p {
            margin: 0 0 10px 4px;
            font-size: 11px;
            font-weight: 600;
        }

@media (max-width: 420px) {
    .sign-in-wrapper .sign-container {
        width: 300px;
    }
}
/*--------------------------------------------
Invoice
----------------------------------------------*/
.invoice-print {
    background: #ffffff;
}

.invoice-total > tbody > tr > td:first-child {
    text-align: right;
}

.invoice-total > tbody > tr > td {
    border: 0 none;
    background: none;
}

    .invoice-total > tbody > tr > td:last-child {
        border-bottom: 1px solid #DDDDDD;
        text-align: right;
        width: 15%;
    }

.invoice-table > thead > tr > th:last-child, .invoice-table > tbody > tr > td:last-child {
    text-align: right;
}
/*--------------------------------------------
Slick Slider Plugin
----------------------------------------------*/
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

    .slick-track:before, .slick-track:after {
        display: table;
        content: '';
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}
/*--------------------------------------------
Utilities
----------------------------------------------*/
.u-relative {
    position: relative;
}

.u-clear {
    display: block;
    overflow: hidden;
}

.u-rounded {
    -webkit-border-radius: 500px;
    border-radius: 500px;
}

.u-padding0, .padding0 {
    padding: 0 !important;
}

.margin0 {
    margin: 0 !important;
}

.overflowXauto {
    overflow-x: auto;
}

.overflowYauto {
    overflow-y: auto;
}

.marginR-15px {
    margin-right: -15px
}

.marginR-5px {
    margin-right: -5px !important
}

.marginL-15px {
    margin-left: -15px
}

.marginTB-10px {
    margin-top: 10px;
    margin-bottom: 10px;
}

.textarea.minH-80 {
    min-height: 80px;
}

.text-info {
    color: rgba(98, 84, 154, 0.3);
}

.ui-txtnowrap {
    white-space: nowrap;
}

.Box {
    background-color: #fff;
}

.Box-wrapper {
    height: 100%;
    overflow: auto;
    background: white;
    position: relative;
}

.Box__header {
    height: 33px;
    background-color: #F2F4F8;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

@media (min-width: 767px) {
    .Box {
        height: 100%;
        background-color: #fff;
    }

    .ui-box-height {
        min-height: calc(100vh - 98px);
    }

    .Box-wrapper {
        height: 100%;
    }

    .Box-aside {
        float: left;
        position: relative;
        height: 100%;
        width: 240px;
        overflow: hidden;
        border-right: 1px solid rgba(0, 0, 0, 0.1);
    }

    .Box-innerContent {
        position: relative;
        height: 100%;
        overflow: hidden;
    }

    .Box__header {
        height: 33px;
        background-color: #F2F4F8;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

    .Box__header--sticky {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 3;
    }

        .Box__header--sticky + .Box__body {
            padding-top: 33px;
        }
}

.mtop-10 {
    margin-top: 10px;
    display: inline-block;
}

.mtop-20 {
    margin-top: 20px;
}

.mbot-0 {
    margin-bottom: 0px !important;
}

.mbot-2 {
    margin-bottom: 2px !important;
}

.mbot-10 {
    margin-bottom: 10px !important;
}

.mbot-20 {
    margin-bottom: 20px !important;
}

.ptop-10 {
    padding-top: 10px;
    display: inline-block;
}

.brder-0 {
    border: 0 !important;
}

.no-display {
    display: none;
}
/*--------------------------------------------
Notifications
----------------------------------------------*/
.Notification {
    position: relative;
    padding: 10px 24px 10px 15px;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    border-left: 0;
    border-right: 0;
    border-color: #eaeef3;
}

.Notification-list {
    margin-bottom: 0;
}

.Notification-list--small {
    width: 320px;
    min-height: auto;
    max-height: auto;
    overflow-y: scroll;
}

.Notification a:focus, .Notification a:hover {
    text-decoration: none;
}

.Notification:hover {
    background-color: rgba(0, 0, 0, 0.02);
}

.Notification__status {
    position: absolute;
    width: 8px;
    height: 8px;
    border: none;
    -webkit-border-radius: 500px;
    border-radius: 500px;
    overflow: hidden;
    right: 0;
    top: 0;
    margin-top: 18px;
    margin-right: 16px;
    padding: 0;
}

    .Notification__status:hover {
        background-color: rgba(0, 0, 0, 0.2);
    }

.Notification__status--read {
    background-color: rgba(0, 0, 0, 0.12);
}

.Notification__status--unread {
    background-color: #4aa9e9;
}

.Notification__avatar {
    position: relative;
    text-align: center;
    width: 38px;
    height: 38px;
    background-color: rgba(0, 0, 0, 0.06);
    margin-right: 10px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    overflow: hidden;
}

    .Notification__avatar img {
        max-width: 100%;
    }

.Notification__avatar-icon {
    margin: 0 !important;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 14px;
}

.Notification__avatar--primary {
    color: #ffffff;
    background-color: #62549a;
}

.Notification__avatar--info {
    color: #ffffff;
    background-color: #4aa9e9;
}

.Notification__avatar--success {
    color: #ffffff;
    background-color: #23b9a9;
}

.Notification__avatar--danger {
    color: #ffffff;
    background-color: #ff6c60;
}

.Notification__highlight {
    display: block;
    overflow: hidden;
    color: #626262;
}

.Notification__highlight-excerpt {
    margin-bottom: 0;
    line-height: 1.3;
}

.Notification__highlight-time {
    margin-top: 3px;
    margin-bottom: 0;
    font-size: 12px;
    color: #aaaaa9;
}

.Message {
    position: relative;
    padding: 10px 24px 10px 15px;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    border-left: 0;
    border-right: 0;
    border-color: #eaeef3;
}

.Message-list {
    width: 320px;
    margin-bottom: 0;
    min-height: auto;
    max-height: auto;
    overflow-y: scroll;
}

.Message a:focus, .Message a:hover {
    text-decoration: none;
}

.Message:hover {
    background-color: rgba(0, 0, 0, 0.02);
}

.Message__status {
    position: absolute;
    width: 8px;
    height: 8px;
    border: none;
    -webkit-border-radius: 500px;
    border-radius: 500px;
    overflow: hidden;
    right: 0;
    top: 0;
    margin-top: 18px;
    margin-right: 16px;
    padding: 0;
}

    .Message__status:hover {
        background-color: rgba(0, 0, 0, 0.2);
    }

.Message__status--read {
    background-color: rgba(0, 0, 0, 0.12);
}

.Message__status--unread {
    background-color: #4aa9e9;
}

.Message__avatar {
    position: relative;
    text-align: center;
    width: 38px;
    height: 38px;
    background-color: rgba(0, 0, 0, 0.06);
    margin-right: 10px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    overflow: hidden;
}

    .Message__avatar img {
        max-width: 100%;
    }

.Message__avatar-icon {
    margin: 0 !important;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 14px;
}

.Message__avatar--primary {
    color: #ffffff;
    background-color: #62549a;
}

.Message__avatar--info {
    color: #ffffff;
    background-color: #4aa9e9;
}

.Message__avatar--success {
    color: #ffffff;
    background-color: #23b9a9;
}

.Message__avatar--danger {
    color: #ffffff;
    background-color: #ff6c60;
}

.Message__highlight {
    display: block;
    overflow: hidden;
    color: #626262;
}

.Message__highlight-name {
    display: block;
    font-size: 13px;
    font-weight: 600;
}

.Message__highlight-excerpt {
    margin-top: 3px;
    margin-bottom: 0;
    line-height: 1.3;
    color: #aaaaa9;
    font-size: 13px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.Message__highlight-time {
    margin-top: 3px;
    margin-bottom: 0;
    font-size: 12px;
    color: #aaaaa9;
}
/*--------------------------------------------
Mailbox
----------------------------------------------*/
.Mailbox-nav {
    padding: 0 30px 15px;
}

.Mailbox-nav-aside {
    display: none;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    background-color: #ffffff;
    overflow-y: auto;
    height: -webkit-calc(100vh - 160px);
    height: calc(100vh - 160px);
    margin-top: 65px;
}

    .Mailbox-nav-aside .Box__header {
        background-color: #ffffff;
        padding: 7px 30px;
    }

.Mailbox-nav .nav-heading {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .06em;
    margin-top: 20px;
    font-weight: 600;
}

.Mailbox-nav .nav > li {
    margin-top: 2px;
}

    .Mailbox-nav .nav > li > a {
        -webkit-border-radius: 3px;
        border-radius: 3px;
        padding: 5px 15px;
    }

        .Mailbox-nav .nav > li > a:hover {
            color: inherit;
            background-color: #f4f6f9;
        }

    .Mailbox-nav .nav > li.active {
        background-color: transparent;
    }

        .Mailbox-nav .nav > li.active > a {
            color: #ffffff;
            background-color: #4aa9e9;
        }

.Mailbox-list {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 5;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.Mailbox-list--slideLeft {
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
}

.Mailbox-list .Box__header {
    background-color: #f4f6f9;
    padding: 8px 15px;
}

    .Mailbox-list .Box__header .btn-default {
        border-color: rgba(51, 51, 51, 0.2);
    }

.Mail-list {
    margin-bottom: 0;
    background-color: #f4f6f9;
}

.Mail {
    padding: 0;
    position: relative;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    border-left: 0;
    border-right: 0;
    border-color: #e0e6ed;
    background-color: transparent;
}

    .Mail:first-child {
        border-top: 0;
    }

    .Mail > a {
        display: block;
        padding: 15px;
    }

        .Mail > a:focus, .Mail > a:hover {
            text-decoration: none;
            background-color: rgba(0, 0, 0, 0.02);
        }

.Mail__status {
    position: absolute;
    width: 8px;
    height: 8px;
    border: none;
    -webkit-border-radius: 500px;
    border-radius: 500px;
    overflow: hidden;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    margin-top: 5px;
    margin-right: 16px;
    padding: 0;
}

    .Mail__status:hover {
        background-color: rgba(0, 0, 0, 0.2);
    }

.Mail__status--read {
    background-color: rgba(0, 0, 0, 0.12);
}

.Mail__status--unread {
    background-color: #4aa9e9;
}

.Mail__avatar {
    position: relative;
    text-align: center;
    width: 38px;
    height: 38px;
    background-color: rgba(0, 0, 0, 0.06);
    margin-right: 10px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    overflow: hidden;
}

    .Mail__avatar img {
        max-width: 100%;
    }

.Mail__avatar-icon {
    margin: 0 !important;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 14px;
}

.Mail__avatar--primary {
    color: #ffffff;
    background-color: #62549a;
}

.Mail__avatar--info {
    color: #ffffff;
    background-color: #4aa9e9;
}

.Mail__avatar--success {
    color: #ffffff;
    background-color: #23b9a9;
}

.Mail__avatar--danger {
    color: #ffffff;
    background-color: #ff6c60;
}

.Mail__highlight {
    display: block;
    overflow: hidden;
}

.Mail__highlight-attachment {
    float: right;
    margin-right: 5px;
    margin-top: 1px;
    margin-bottom: 0;
    font-size: 12px;
    color: #aaaaa9;
}

.Mail__highlight-time {
    float: right;
    margin-top: 1px;
    margin-bottom: 0;
    font-size: 12px;
    color: #aaaaa9;
}

.Mail__highlight-name {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 13px;
    font-weight: 600;
}

.Mail__highlight-excerpt {
    padding-right: 10px;
    margin-top: 3px;
    margin-bottom: 0;
    line-height: 1.3;
    color: #aaaaa9;
    font-size: 13px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.Mail.active {
    background-color: #4aa9e9;
    border-color: #4aa9e9;
}

    .Mail.active a {
        color: #ffffff;
    }

    .Mail.active .Mail__highlight-time, .Mail.active .Mail__highlight-excerpt {
        color: rgba(255, 255, 255, 0.7);
    }

    .Mail.active:hover {
        background-color: #4aa9e9;
        border-color: #4aa9e9;
    }

.Mailbox-details .Box__header {
    padding: 9px 0;
}

.Mail-actoins {
    overflow-x: auto;
    overflow-y: hidden;
    list-style: none;
    white-space: nowrap;
    width: 100%;
}

    .Mail-actoins > li {
        display: inline-block;
        float: none;
        white-space: nowrap;
    }

        .Mail-actoins > li:first-child {
            margin-left: 10px;
            margin-right: 10px;
        }

            .Mail-actoins > li:first-child::after {
                content: "|";
                position: absolute;
                right: 0;
                top: 0;
                margin-top: 0;
                margin-right: -10px;
                color: rgba(0, 0, 0, 0.2);
            }

        .Mail-actoins > li > a {
            margin: 0 10px;
            padding: 0;
        }

            .Mail-actoins > li > a > i {
                width: auto;
                margin-right: 5px;
            }

        .Mail-actoins > li:hover > a {
            color: #2c2c2c;
            background-color: transparent !important;
        }

.Mail-details {
    padding: 15px 30px;
}

.Mailbox-innerContent {
    position: relative;
    height: 100%;
    overflow-y: auto;
}

@media (min-width: 767px) {
    .Mailbox-nav {
        padding: 0 30px 15px;
    }

    .Mailbox-nav-aside {
        display: block;
        width: 250px;
        position: relative;
        top: auto;
        left: auto;
        height: 100%;
        margin-top: 0;
        padding: 0;
    }

    .Mail-details {
        padding: 30px 60px;
    }

    #toggle-mailbox-nav {
        display: none;
    }
}

@media (min-width: 1200px) {
    .Mailbox-list {
        position: relative;
        left: auto;
        top: auto;
        width: auto;
    }

    .Mail-actoins {
        padding-left: 10px;
    }

    #return-mailbox-list {
        display: none;
    }
}
/*--------------------------------------------
Note
----------------------------------------------*/
.Note {
    padding: 15px 20px 15px 15px;
}

    .Note:hover .Note__close {
        opacity: 1;
    }

.Note-wrapper {
    position: relative;
}

.Note-aside {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background-color: #fff;
    overflow-y: auto;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.Note-aside--slideleft {
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
}

.Note-aside .btn-add-note {
    margin-left: 5px;
}

.Note-innerContent {
    position: relative;
    height: 100%;
    overflow-y: auto;
    background-color: #fff;
}

.Note-header {
    padding: 0 15px;
    height: 33px;
    background-color: #F2F4F8;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.Note-header__title {
    font-size: 15px;
    line-height: 1.5;
    padding: 5px 0;
    display: inline-block;
}

    .Note-header__title i {
        margin-right: 5px;
    }

.Note-header .return-note-list {
    padding-left: 0;
}

.Note-search, .ui-folder-search {
    position: relative;
}

.Note-search {
    margin: 19px 15px 0 15px;
}

.ui-folder-search {
    margin: 0 2px;
}

    .ui-folder-search > input[type="text"] {
        border-radius: 0;
        padding-left: 11px;
        border: 0;
        height: 32px;
        background: white;
    }

form.ui-folder-search:after {
    right: 12px;
    top: 50%;
    color: #898989;
    transform: translateY(-54%);
}

.ui-folder-search > input[type="text"]:focus {
    outline: 2px solid #337ab7 !important;
}

.Note-search:after, .ui-folder-search:after {
    content: '\f002';
    font-family: fontawesome;
    position: absolute;
    right: 7px;
    top: 2px;
    color: #aaaaa9;
}

.Note-search input, .ui-folder-search > input[type="text"] {
    padding-right: 30px;
    width: 100%;
}

.Note-created {
    line-height: 1.2;
}

.Note-created__on {
    display: block;
    font-size: 14px;
}

.Note-created__date {
    font-size: 12px;
    color: #aaaaa9;
}

.Note-list {
    margin-bottom: 0;
}

    .Note-list .list-group-item {
        padding: 0;
        border-left: 0;
        border-right: 0;
    }

        .Note-list .list-group-item:first-child {
            -webkit-border-top-left-radius: 0;
            border-top-left-radius: 0;
            -webkit-border-top-right-radius: 0;
            border-top-right-radius: 0;
        }

        .Note-list .list-group-item:last-child {
            -webkit-border-bottom-right-radius: 0;
            border-bottom-right-radius: 0;
            -webkit-border-bottom-left-radius: 0;
            border-bottom-left-radius: 0;
        }

        .Note-list .list-group-item.active {
            background-color: #23b9a9;
            border-color: #23b9a9;
        }

            .Note-list .list-group-item.active .Note__date {
                color: rgba(255, 255, 255, 0.6);
            }

        .Note-list .list-group-item:hover .Note-delete {
            opacity: 1;
        }

.Note-delete {
    position: absolute;
    right: 12px;
    top: 16px;
    background: rgba(0, 0, 0, 0.5);
    border: none;
    color: #ffffff;
    height: 20px;
    line-height: 13px;
    width: 20px;
    text-align: center;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    opacity: 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.Note__name {
    font-weight: bold;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.Note__desc {
    font-size: 13px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.Note__date {
    font-size: 12px;
    color: #aaaaa9;
}

.Note-write {
    position: relative;
    background: -webkit-linear-gradient(top, #f0f0f0 0%, #ffffec 5%) 0 0;
    -webkit-background-size: 100% 35px;
    background-size: 100% 35px;
    min-height: -webkit-calc(100vh - 165px);
    min-height: calc(100vh - 165px);
}

    .Note-write:before {
        content: '';
        position: absolute;
        width: 0px;
        top: 0;
        left: 32px;
        bottom: 0;
        border-left: 1px solid #dacaaa;
    }

    .Note-write:after {
        content: '';
        position: absolute;
        width: 0px;
        top: 0;
        left: 34px;
        bottom: 0;
        border-left: 1px solid #dacaaa;
    }

    .Note-write textarea.form-control {
        min-height: -webkit-calc(100vh - 165px);
        min-height: calc(100vh - 165px);
        -webkit-border-radius: 0;
        border-radius: 0;
        height: auto;
        max-width: 100%;
        min-width: 100%;
        vertical-align: top;
        resize: none !important;
        background-color: transparent;
        border: none;
        line-height: 35px;
        padding: 0 20px 0 50px;
    }

@media (min-width: 767px) {
    .Note-aside {
        position: relative;
        top: auto;
        left: auto;
        bottom: auto;
        right: auto;
        z-index: 10;
        width: 350px;
    }

        .Note-aside .btn-add-note {
            display: none;
        }

    .Note-header .return-note-list {
        display: none;
    }

    .Note-write {
        min-height: -webkit-calc(100vh - 115px);
        min-height: calc(100vh - 115px);
    }

        .Note-write textarea.form-control {
            min-height: -webkit-calc(100vh - 115px);
            min-height: calc(100vh - 115px);
        }
}

@media (max-width: 360px) {
    .Note-search input, .ui-folder-search > input[type="text"] {
        width: 165px;
    }
}
/*--------------------------------------------
Profile
----------------------------------------------*/
.profile-wrap .profile-title {
    margin: 0;
}

.profile-wrap .profile-thumb {
    text-align: center;
}

    .profile-wrap .profile-thumb img {
        width: 100%;
        height: auto;
    }

.profile-wrap .quick-contact {
    font-size: 0;
    margin-bottom: 30px;
}

    .profile-wrap .quick-contact a {
        width: 33.33%;
        display: inline-block;
        font-size: 12px;
        text-align: center;
        background: #aaaaa9;
        padding: 15px;
        color: #ffffff;
    }

        .profile-wrap .quick-contact a:hover, .profile-wrap .quick-contact a:focus {
            text-decoration: none;
        }

        .profile-wrap .quick-contact a i {
            padding-right: 5px;
            display: block;
            padding-bottom: 10px;
            font-size: 16px;
        }

    .profile-wrap .quick-contact .call {
        background: #62549a;
    }

    .profile-wrap .quick-contact .mail {
        background: #4aa9e9;
    }

    .profile-wrap .quick-contact .chat {
        background: #eac459;
    }

.profile-wrap .profile-info {
    margin-bottom: 30px;
    padding: 0 20px;
    font-size: 13px;
}

    .profile-wrap .profile-info h4, .profile-wrap .profile-info h5 {
        font-weight: bold;
    }

    .profile-wrap .profile-info li {
        margin-bottom: 20px;
    }

        .profile-wrap .profile-info li i {
            width: 40px;
            float: left;
            position: relative;
            font-size: 16px;
            top: 4px;
            color: #aaaaa9;
        }

        .profile-wrap .profile-info li .p-i-list {
            display: block;
            overflow: hidden;
        }

            .profile-wrap .profile-info li .p-i-list span {
                display: block;
            }

.profile-tabs .nav li.active > a {
    color: inherit;
}

.profile-tabs .tab-content {
    border: none;
}

.profile-tabs .nav-tabs > li.active > a, .profile-tabs .nav-tabs > li.active > a:focus, .profile-tabs .nav-tabs > li.active > a:hover, .profile-tabs .nav-tabs > li > a:hover {
    color: #ffffff;
    background-color: #4aa9e9;
    border: 1px solid transparent;
    border-bottom-color: transparent;
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}

.profile-tabs .nav-tabs {
    border-bottom: 1px solid #4aa9e9;
}

.profile-tabs .tab-content {
    padding: 15px 0;
}

.activity-list .activity-item {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

    .activity-list .activity-item > .pull-left {
        margin-right: 10px;
    }

        .activity-list .activity-item > .pull-left img {
            width: 40px;
            height: 40px;
        }

    .activity-list .activity-item .media-body {
        font-size: 12px;
    }

    .activity-list .activity-item .action-row {
        margin-top: 10px;
    }

    .activity-list .activity-item .well {
        margin-top: 15px;
        margin-bottom: 0;
    }

    .activity-list .activity-item .photo-gal {
        margin-top: 15px;
    }
/*--------------------------------------------
Timeline
----------------------------------------------*/
.timeline {
    padding: 0;
    margin: 0 0 20px 0;
}

    .timeline .timeline-header {
        display: block;
        width: 14em;
        text-align: center;
    }

    .timeline .timeline-item {
        display: block;
    }

        .timeline .timeline-item:after, .timeline .timeline-item:before {
            display: table;
            content: " ";
        }

        .timeline .timeline-item .timeline-wrapper {
            display: block;
            padding: 15px 0 15px 20px;
            margin-left: 7em;
            border-style: solid;
            border-width: 0 0 0 1px;
        }

            .timeline .timeline-item .timeline-wrapper:after, .timeline .timeline-item .timeline-wrapper:before {
                display: table;
                content: " ";
            }

            .timeline .timeline-item .timeline-wrapper:before {
                top: 15px;
                float: left;
                width: 10px;
                height: 10px;
                margin-left: -26px;
                background: #edf1f2;
                border-color: inherit;
                border-style: solid;
                border-width: 1px;
                -webkit-border-radius: 50%;
                border-radius: 50%;
                content: "";
                -webkit-box-shadow: 0 0 0 4px #f0f3f4;
                box-shadow: 0 0 0 4px #f0f3f4;
                position: relative;
            }

            .timeline .timeline-item .timeline-wrapper .timeline-date {
                font-size: 12px;
                top: 10px;
                display: block;
                float: left;
                width: 6em;
                margin-left: -9em;
                text-align: right;
                position: relative;
            }

            .timeline .timeline-item .timeline-wrapper .timeline-content {
                display: inline-block;
                padding: 10px;
                position: relative;
            }

                .timeline .timeline-item .timeline-wrapper .timeline-content .arrow {
                    border-width: 9px;
                }

                .timeline .timeline-item .timeline-wrapper .timeline-content .arrow {
                    border-right: 8px solid #fff !important;
                }

                .timeline .timeline-item .timeline-wrapper .timeline-content .arrow {
                    border-bottom: 8px solid transparent;
                    border-top: 8px solid transparent;
                    display: block;
                    height: 0;
                    left: -7px;
                    position: absolute;
                    width: 0;
                }

.timeline-center .timeline-header {
    width: 100%;
    display: inline-block;
}

.timeline-center .timeline-left {
    margin-right: 50% !important;
    margin-left: 0 !important;
}

    .timeline-center .timeline-left .timeline-date {
        float: right !important;
        margin-right: -9em;
        margin-left: 0;
        text-align: left !important;
    }

    .timeline-center .timeline-left .timeline-wrapper {
        float: right;
        padding-right: 20px;
        padding-left: 0;
        margin-right: 1px;
        border-right-width: 1px;
        border-left-width: 0;
    }

        .timeline-center .timeline-left .timeline-wrapper:before {
            float: right;
            margin-right: -25px;
            margin-left: 0;
        }

        .timeline-center .timeline-left .timeline-wrapper .timeline-content {
            display: inline-block;
            padding: 10px;
            position: relative;
            text-align: right;
        }

            .timeline-center .timeline-left .timeline-wrapper .timeline-content .arrow {
                border-left: 8px solid #fff;
                border-right: 0px !important;
            }

            .timeline-center .timeline-left .timeline-wrapper .timeline-content .arrow {
                border-bottom: 8px solid transparent;
                border-top: 8px solid transparent;
                display: block;
                height: 0;
                right: -7px;
                position: absolute;
                top: 13px;
                width: 0;
                left: auto;
            }

.timeline-center .timeline-item {
    margin-left: 50%;
}

    .timeline-center .timeline-item .timeline-wrapper {
        margin-left: -2px;
    }

.border-blue {
    border-color: #4aa9e9;
}

.border-green {
    border-color: #23b9a9;
}

.border-yellow {
    border-color: #eac459;
}

.border-purple {
    border-color: #62549a;
}

.border-red {
    border-color: #ff6c60;
}
/*--------------------------------------------
Calendar
----------------------------------------------*/
.drg-event-title {
    margin-bottom: 23px;
}

.border-top {
    border-top: 1px solid rgba(0, 0, 0, 0.07);
    padding-top: 10px;
}

.fc-state-default {
    background-color: #ffffff;
    background-image: none;
    background-repeat: repeat-x;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #2c2c2c;
    text-shadow: none;
}

.fc-state-default {
    border: 1px solid;
}

.fc-button {
    color: inherit;
    border: 1px solid rgba(0, 0, 0, 0.07);
    cursor: pointer;
    display: inline-block;
    height: 1.9em;
    line-height: 1.9em;
    overflow: hidden;
    padding: 0 0.6em;
    position: relative;
    white-space: nowrap;
}

.fc-state-active {
    background-color: #62549a;
    border-color: #62549a;
    color: #ffffff;
}

.fc-header-title h2 {
    font-size: 16px;
    font-weight: 600;
    color: inherit;
}

.fc-content .fc-widget-header, .fc-content .fc-widget-content {
    border-color: #626262;
    font-weight: normal;
}

.fc-border-separate tbody {
    background-color: #626262;
}

.fc-state-highlight {
    background: none repeat scroll 0 0 #FCF8E3;
}

.external-event {
    padding: 5px 10px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer;
    margin-bottom: 5px;
}

.fc-ltr .fc-event-hori.fc-event-end, .fc-rtl .fc-event-hori.fc-event-start {
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.fc-event, .fc-agenda .fc-event-time, .fc-event a {
    padding: 4px 6px;
    background-color: #4aa9e9;
    border-color: #4aa9e9;
}

.fc-event-time, .fc-event-title {
    color: #717171;
    padding: 0 1px;
}

.ui-calendar .fc-event-time, .ui-calendar .fc-event-title {
    color: #ffffff;
}

.fc-toolbar .fc-left, .fc-toolbar .fc-right {
    margin-top: 10px;
}

.fc-toolbar h2 {
    margin: 10px 0 0;
    font-size: 20px;
}

.fc .fc-toolbar > * > * {
    margin-left: .5em;
}

.fc-unthemed th {
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: rgba(0, 0, 0, 0.07) !important;
}

.external-event {
    background: #4aa9e9;
    color: #ffffff;
}
/*--------------------------------------------
Widgets
----------------------------------------------*/
.w-states .btn {
    margin-bottom: 10px;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 20px 10px 26px 10px;
}

    .w-states .btn span {
        display: block;
        text-transform: uppercase;
    }

.w-states .value {
    font-size: 40px;
    line-height: normal;
    display: block;
    margin-top: 20px;
}

.w-states .info {
    font-size: 12px;
}

.w-states .state-title {
    margin-bottom: 20px;
    display: inline-block;
}

.w-states .progress {
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #cbd3dc;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

    .w-states .progress .progress-bar {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.w-states .panel {
    border: none;
}
/*--------------------------------------------
high charts
----------------------------------------------*/
.highcharts-credits {
    display: none;
}

.highcharts-menu {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #ddd !important;
}

    .highcharts-menu hr {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .highcharts-menu .highcharts-menu-item:hover {
        background: #4aa9e9 !important;
    }

.jqstooltip {
    width: auto !important;
    height: auto !important;
}
/*--------------------------------------------
spark line
----------------------------------------------*/
.chart-wrap {
    display: inline-block;
    margin: 21px 18px;
}

    .chart-wrap div {
        margin-top: 10px;
    }

    .chart-wrap small {
        margin: 5px 0;
        display: block;
    }
/*--------------------------------------------
table
----------------------------------------------*/
.general-table {
    margin-bottom: 12px;
}

table.dataTable {
    border: 1px solid #ddd;
}

    table.dataTable.no-footer, button.DTTT_button, div.DTTT_button, a.DTTT_button, button.ColVis_Button {
        border-color: #ddd !important;
    }

    table.dataTable thead th, table.dataTable thead td {
        border-bottom: none !important;
    }

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0px !important;
}

    .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
        border-color: transparent !important;
        background: transparent !important;
    }

button.DTTT_button, div.DTTT_button, a.DTTT_button, button.ColVis_Button {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background: #f3f3f3 !important;
}

    button.DTTT_button:hover:not(.DTTT_disabled), div.DTTT_button:hover:not(.DTTT_disabled), a.DTTT_button:hover:not(.DTTT_disabled), .ColVis_Button:hover {
        background: #ddd !important;
    }

.tbl-head {
    float: right;
    margin-left: 10px;
}

.dataTables_wrapper .dataTables_info {
    padding-top: 2.5em !important;
}

ul.ColVis_collection, ul.ColVis_collection li {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-border-radius: 2px !important;
    border-radius: 2px !important;
    background: #ffffff !important;
    border-color: #ddd !important;
}

    ul.ColVis_collection li:hover {
        background: #f3f3f3 !important;
    }

.latest-order a {
    color: #4aa9e9;
}
/*--------------------------------------------
nestables
----------------------------------------------*/
.dd3-content {
    background: #ffffff;
    border-color: #e5e9ec;
    color: #6F7B8A;
}

.dd3-handle {
    background: #f3f3f3;
    border-color: #e5e9ec;
}

    .dd3-handle:before {
        color: inherit;
    }

    .dd3-handle:hover {
        background: #e5e9ec;
    }
/*--------------------------------------------
short states
----------------------------------------------*/
.short-states h1 {
    color: #626262;
}

    .short-states h1.light-txt {
        color: #ffffff;
    }

.short-states h4 {
    font-weight: bold;
}

.short-states .label {
    -webkit-border-radius: 3px 0 0 3px !important;
    border-radius: 3px 0 0 3px !important;
    position: relative;
    right: -1px;
    padding: 6px 12px;
}

@media screen and (min-device-width: 1200px) and (max-device-width: 1413px) {
    .chart-wrap {
        margin: 21px 5px !important;
    }
}

.light-txt {
    color: #ffffff;
}

.state-icon i {
    font-size: 40px;
    padding: 10px;
    opacity: .7;
}
/*--------------------------------------------
task
----------------------------------------------*/
.task-sum-list {
    padding: 0;
}

    .task-sum-list > li {
        padding: 7px 0;
        border-bottom: 1px solid #e5e5e5;
        list-style: none;
        position: relative;
    }

        .task-sum-list > li .tsk-cehck, .task-sum-list > li .tsk-title {
            display: inline-block;
            margin-right: 10px;
        }

        .task-sum-list > li .tsk-cehck, .task-sum-list > li .tsk-title {
            display: inline-block;
        }

            .task-sum-list > li .tsk-title label {
                margin: 0 10px;
                position: relative;
                top: -2px;
            }

        .task-sum-list > li .tsk-action {
            position: absolute;
            right: 10px;
            top: 10px;
        }

            .task-sum-list > li .tsk-action .btn-group {
                margin-left: 10px;
            }

            .task-sum-list > li .tsk-action ul {
                padding: 5px 0;
                border: 1px solid rgba(0, 0, 0, 0.07);
            }

            .task-sum-list > li .tsk-action li {
                border-bottom: none;
                padding-bottom: 0;
            }

                .task-sum-list > li .tsk-action li a {
                    padding: 5px 20px;
                }

            .task-sum-list > li .tsk-action i {
                padding-right: 10px;
                color: #aaaaa9;
            }

            .task-sum-list > li .tsk-action .btn {
                -webkit-border-radius: 0;
                border-radius: 0;
            }

.server-load {
    padding: 20px 20px;
    width: 100%;
    display: inline-block;
}

    .server-load ul {
        list-style: none;
    }

        .server-load ul li {
            margin-bottom: 5px;
        }

        .server-load ul .indicator {
            width: 10px;
            height: 10px;
            float: left;
            margin-right: 10px;
            margin-top: 5px;
        }

.server-info {
    padding: 30px 20px;
}

    .server-info h3 {
        margin-top: 0;
    }
/*--------------------------------------------
weather-info
----------------------------------------------*/
.weather-info {
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
}

    .weather-info h1 {
        margin-top: 0;
        font-size: 50px;
        font-weight: normal;
    }

    .weather-info h2 {
        font-size: 20px;
    }

    .weather-info i {
        font-size: 70px;
    }

    .weather-info .weather-icon-center {
        margin-top: 35px;
        display: inline-block;
    }

.w-footer {
    padding: 30px 20px;
}

    .w-footer h5 {
        color: #626262;
    }
/*--------------------------------------------
twitter-feed
----------------------------------------------*/
.twitter-feed {
    padding: 20px 0px 35px 0px;
}

    .twitter-feed .item i {
        font-size: 50px;
        margin-bottom: 20px;
    }

    .twitter-feed .item p {
        font-size: 18px;
    }

        .twitter-feed .item p span {
            display: block;
            font-size: 14px;
            padding: 20px;
        }

    .twitter-feed .item a {
        text-decoration: underline;
    }

    .twitter-feed .carousel-indicators {
        bottom: 0px;
    }
/*--------------------------------------------
order-srch-form
----------------------------------------------*/
.order-srch-form {
    margin-top: 20px;
}

#font-icons .fa-hover {
    padding: 10px 0;
}

    #font-icons .fa-hover:hover {
        -webkit-border-radius: 0;
        border-radius: 0;
    }

.icon-preview-box .preview {
    padding: 10px 0;
}

    .icon-preview-box .preview i {
        font-size: 20px;
        padding: 0 10px;
    }

    .icon-preview-box .preview:hover {
        background: #4aa9e9;
        color: #ffffff;
    }

.weather-icon-box h2, .icon-box h2 {
    padding: 0 20px;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    padding-bottom: 10px;
}

.weather-icon-box i, .icon-box i {
    font-size: 20px;
    padding: 0 10px;
}

.weather-icon-box .col-md-4, .icon-box .col-md-4 {
    padding-top: 10px;
    padding-bottom: 10px;
}

    .weather-icon-box .col-md-4:hover, .icon-box .col-md-4:hover {
        background: #4aa9e9;
        color: #ffffff;
    }
/*--------------------------------------------
search result
----------------------------------------------*/
.srch-lg {
    margin-bottom: 20px;
}

    .srch-lg .form-control, .srch-lg .btn {
        height: 50px;
    }

    .srch-lg .btn {
        padding-left: 30px;
        padding-right: 30px;
    }

.seach-note {
    margin-bottom: 30px;
}

    .seach-note h4 {
        margin-bottom: 5px;
        font-size: 20px;
    }

    .seach-note p {
        color: #aaaaa9;
        font-size: 16px;
    }

.search-result-list li {
    margin-bottom: 40px;
}

    .search-result-list li .title {
        margin-bottom: 15px;
    }

        .search-result-list li .title h4 {
            margin-bottom: 0;
        }

            .search-result-list li .title h4 a {
                color: #4aa9e9;
            }
/*--------------------------------------------
price-table
----------------------------------------------*/
.price-list {
    margin-top: 50px;
    margin-bottom: 50px;
    display: inline-block;
    width: 100%;
}

.price-table {
    padding: 30px;
}

    .price-table h3 {
        margin-top: 0;
    }

    .price-table p {
        font-size: 16px;
    }

    .price-table .price-value {
        font-weight: bold;
    }

        .price-table .price-value small {
            font-size: 16px;
        }

        .price-table .price-value span {
            font-size: 60px;
        }

    .price-table ul {
        margin: 40px 0 40px 0;
    }

        .price-table ul li {
            line-height: 30px;
            margin-bottom: 15px;
            border-bottom: 1px solid rgba(0, 0, 0, 0.07);
            padding-bottom: 15px;
        }

.price-featured {
    position: relative;
}

    .price-featured .featured {
        background: #23b9a9;
        padding: 10px 20px;
        color: #ffffff;
        position: absolute;
        top: -20px;
        left: 0;
        right: 0;
        width: 35%;
        margin: 0 auto;
    }

.padd-less {
    padding-left: 15px;
    padding-right: 15px;
}

    .padd-less .col-md-3, .padd-less .col-md-4 {
        padding: 0;
    }

    .padd-less .panel {
        border: 1px solid rgba(0, 0, 0, 0.07);
    }
/*--------------------------------------------
directory-list
----------------------------------------------*/
.directory-list, .directory-info-row .social-links {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

    .directory-list li {
        border-left: 1px solid #cad4e0;
        display: table-cell;
        width: .5%;
    }

        .directory-list li a {
            display: block;
            padding: 8px 0;
            text-align: center;
            text-transform: uppercase;
            background: #ffffff;
            color: #626262;
            -webkit-transition: all 0.2s ease-out 0s;
            transition: all 0.2s ease-out 0s;
            text-decoration: none;
        }

            .directory-list li a:hover {
                background: #4aa9e9;
                color: #ffffff;
            }

.directory-info-row {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
}

    .directory-info-row h4 {
        margin-top: 0;
    }

    .directory-info-row .thumb {
        -webkit-border-radius: 5px;
        border-radius: 5px;
        margin-right: 20px;
    }

    .directory-info-row .social-links {
        display: inline-block;
        margin-top: 10px;
    }

        .directory-info-row .social-links li {
            display: inline-block;
        }

            .directory-info-row .social-links li a {
                border: 1px solid #c8c8c8;
                width: 30px;
                height: 30px;
                line-height: 30px;
                text-align: center;
                display: inline-block;
                -webkit-border-radius: 50%;
                border-radius: 50%;
                color: #626262;
                margin-right: 10px;
            }

                .directory-info-row .social-links li a:hover {
                    border-color: #4aa9e9;
                    background: #4aa9e9;
                    color: #ffffff;
                }

@media screen and (max-width: 991px) {
    .directory-list li {
        display: inline-block;
        float: left;
        width: auto;
    }

        .directory-list li a {
            display: block;
            padding: 5px 15px;
            margin-bottom: 1px;
        }
}
/*--------------------------------------------
chat
----------------------------------------------*/
.chats {
    margin: 0;
    padding: 0;
    margin-top: -15px;
    margin-right: 10px;
}

    .chats li {
        list-style: none;
        padding: 8px 0 5px;
        margin: 7px auto;
        font-size: 12px;
    }

        .chats li img.avatar {
            height: 45px;
            width: 45px;
            -webkit-border-radius: 50% !important;
            border-radius: 50% !important;
        }

        .chats li .name {
            font-size: 13px;
            font-weight: bold;
        }

        .chats li .datetime {
            font-size: 13px;
            font-weight: 400;
        }

        .chats li .message {
            display: block;
            padding: 10px 15px !important;
            position: relative;
        }

            .chats li .message .body {
                display: block;
                margin-top: 10px;
            }

        .chats li.in img.avatar {
            float: left;
            margin-right: 10px;
            margin-top: 0px;
        }

        .chats li.in .message {
            text-align: left;
            margin-left: 65px;
        }

            .chats li.in .message .arrow {
                display: block;
                position: absolute;
                top: 15px;
                left: -8px;
                width: 0;
                height: 0;
                border-top: 8px solid transparent;
                border-bottom: 8px solid transparent;
            }

        .chats li.out img.avatar {
            float: right;
            margin-left: 10px;
            margin-top: 0px;
        }

        .chats li.out .datetime, .chats li.out .name {
            text-align: right;
        }

        .chats li.out .message {
            margin-right: 65px;
            text-align: right;
        }

            .chats li.out .message .arrow {
                display: block;
                position: absolute;
                top: 15px;
                right: -8px;
                border-top: 8px solid transparent;
                border-bottom: 8px solid transparent;
                border-left: 8px solid rgba(0, 0, 0, 0.07);
            }

.normal-chat .message {
    border: 1px solid rgba(0, 0, 0, 0.07);
    padding: 10px !important;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

.normal-chat li img.avatar {
    height: 45px;
    width: 45px;
}

.normal-chat li.in img.avatar, .normal-chat li.out img.avatar {
    margin-top: 0px;
}

.normal-chat li.in .message .arrow {
    border-right: 8px solid #4aa9e9 !important;
}

.normal-chat li.in .message {
    border-color: #4aa9e9;
}

    .normal-chat li.in .message .arrow {
        border-bottom: 8px solid transparent;
        border-top: 8px solid transparent;
        display: block;
        height: 0;
        left: -8px;
        position: absolute;
        top: 15px;
        width: 0;
    }

.normal-chat li.out .message .arrow {
    border-left: 8px solid rgba(0, 0, 0, 0.07) !important;
}

.normal-chat li.out .message .arrow {
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
    display: block;
    position: absolute;
    right: -8px;
    top: 15px;
}

.normal-chat li.in .name {
    color: #4aa9e9 !important;
}

.normal-chat li.out .name {
    color: #626262 !important;
}

.normal-chat li .datetime {
    color: #ADADAD;
    font-size: 11px !important;
    font-weight: 400;
}

.cool-chat li.in .message {
    background: #4aa9e9;
    color: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

    .cool-chat li.in .message .arrow {
        border-right: 8px solid #4aa9e9;
    }

    .cool-chat li.in .message a.name {
        font-weight: bold;
    }

    .cool-chat li.in .message .datetime {
        opacity: .7;
    }

    .cool-chat li.in .message a.name, .cool-chat li.in .message .datetime {
        color: #ffffff;
    }

.cool-chat li.out .message .arrow {
    border-left: 8px solid rgba(0, 0, 0, 0.07);
}

.cool-chat li.out .message {
    background: #eaeef3;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
/*--------------------------------------------
Get Data Source
----------------------------------------------*/
.getdata-aside h5 {
    font-weight: 600;
    font-size: 13px;
}

.getdata-aside a {
    text-decoration: none;
}

    .getdata-aside a:hover {
        text-decoration: none;
    }

.getdata-aside .getdata-aside-title h5, .getdata-aside .getdata-aside-title a {
    color: #ffffff;
}

.getdata-aside .aside-border {
    border-bottom: 1px solid #e5e5e5;
}

.getdata-aside .btn-row {
    padding: 15px;
}

    .getdata-aside .btn-row a i {
        -webkit-transition: all .3s;
        transition: all .3s;
        padding-left: 5px;
    }

    .getdata-aside .btn-row a:hover {
        color: #4aa9e9;
    }

        .getdata-aside .btn-row a:hover i {
            padding-left: 10px;
            -webkit-transition: all .3s;
            transition: all .3s;
        }

.getdata-aside ul {
    border: none;
}

    .getdata-aside ul:after {
        clear: both;
        display: table;
        content: "";
    }

    .getdata-aside ul li {
        width: 100%;
        clear: both;
    }

        .getdata-aside ul li a {
            line-height: 35px;
            display: block;
            padding: 0 15px;
            border: 0;
            border-left: 3px solid transparent;
            font-size: 13px;
            border-radius: 0;
            margin: 0;
            font-weight: 600;
            cursor: pointer;
        }

            .getdata-aside ul li a i.ui-getdata-ico > img {
                width: 19px;
                position: relative;
                margin-top: -2px;
            }

            .getdata-aside ul li a:hover {
                background: #f2f2f2;
            }

        .getdata-aside ul li.active a, .getdata-aside ul li.active a:focus, .getdata-aside ul li.active a:hover {
            border: 0;
            background: #f2f2f2;
            border-left: 3px solid #3980f6;
        }

.ui-policytabs .getdata-aside ul li.active a > i {
    color: #3980f6
}

.getdata-aside ul li.active a:hover {
    cursor: pointer;
    background: #e4e4e4;
}

.getdata-aside ul li a i {
    padding-right: 9px;
    color: #aaaaa9;
}

.getdata-aside ul li a .thumb {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 10px;
}

    .getdata-aside ul li a .thumb img {
        width: 100%;
        height: auto;
    }

.order-short-info {
    display: inline-block;
    width: 100%;
}

.getdata-box .getdata-aside .panel-body {
    padding: 2px 15px;
    margin: 5px 0;
}

.getdata-box .Box-innerContent.tab-content {
    padding: 0;
    margin: 0;
    border: 0;
    background: white;
}

.getdata-box .Box-innerContent .Box__body .panel-body {
    padding: 15px 25px;
}

.getdata-box .Box-innerContent .Box__header .Note-header {
    padding-left: 25px;
    padding-right: 25px;
}

.control-label.required:after {
    content: "*";
    font-size: 9px;
    color: red;
}

@media (max-width: 480px) {
    .pull-left-xs {
        float: left !important;
    }

    .order-short-info span {
        margin-bottom: 20px;
    }
}
/*--------------------------------------------
File upload
----------------------------------------------*/
#drop {
    background-color: #fff;
    padding: 100px 50px;
    margin-bottom: 30px;
    border: 2px dashed #eaeef3;
    -webkit-border-radius: 3px;
    border-radius: 3px; /*border-image: url('../img/border-image.png') 25 repeat;*/
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    color: #7f858a;
}

    #drop a {
        background-color: #4aa9e9;
        padding: 12px 26px;
        color: #fff;
        font-size: 14px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        cursor: pointer;
        display: inline-block;
        margin-top: 12px;
        line-height: 1;
    }

        #drop a:hover {
            text-decoration: none;
            background-color: #339ee6;
        }

    #drop input {
        display: none;
    }

#upload {
    background-color: #fff;
    width: 100%;
    padding: 30px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

    #upload ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        #upload ul li {
            position: relative;
            background-color: #eaeef3;
            padding: 15px;
            height: 80px;
            margin-bottom: 15px;
        }

            #upload ul li input {
                display: none;
            }

            #upload ul li p {
                width: 144px;
                overflow: hidden;
                white-space: nowrap;
                color: #4aa9e9;
                font-size: 16px;
                font-weight: bold;
                position: absolute;
                top: 20px;
                left: 100px;
            }

            #upload ul li i {
                font-weight: normal;
                font-style: normal;
                color: #7f7f7f;
                display: block;
            }

            #upload ul li canvas {
                top: 15px;
                left: 32px;
                position: absolute;
            }

            #upload ul li span {
                font-size: 14px;
                line-height: 16px;
                position: absolute;
                top: 34px;
                right: 33px;
                cursor: pointer;
            }

                #upload ul li span::before {
                    font-family: FontAwesome;
                    content: "\f00d";
                }

            #upload ul li.working span {
                color: #4aa9e9;
            }

                #upload ul li.working span::before {
                    font-family: FontAwesome;
                    content: "\f00c";
                }

            #upload ul li.error {
                color: rgba(255, 108, 96, 0.5);
            }

#tzine-download {
    opacity: 0.9;
    background-color: #257691;
    font-size: 11px;
    text-align: center;
    text-transform: uppercase;
    width: 150px;
    height: 28px;
    line-height: 28px;
    text-decoration: none !important;
    display: inline-block;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #fff !important;
    font-weight: bold;
    -webkit-box-shadow: 0 -1px 2px #1e5e74 inset;
    box-shadow: 0 -1px 2px #1e5e74 inset;
    border-top: 1px solid #26849c;
    text-shadow: 1px 1px 1px #1e6176;
    margin-top: 6px;
}

    #tzine-download:hover {
        opacity: 1;
    }

#tzine-actions {
    position: absolute;
    top: 0;
    width: 500px;
    right: 50%;
    margin-right: -420px;
    text-align: right;
}

    #tzine-actions iframe {
        display: inline-block;
        height: 21px;
        width: 95px;
        position: relative;
        float: left;
        margin-top: 11px;
    }
/*--------------------------------------------
Chart Rickshaw
----------------------------------------------*/
#rickshaw-realtime_y_axis {
    position: absolute;
    width: 40px;
    top: 0;
    bottom: 0;
    left: 0;
    margin-left: -4px;
    z-index: 1;
    background: rgba(255, 255, 255, 0.85);
}
/*--------------------------------------------
Ckeditor
----------------------------------------------*/
#editor-container {
    width: 100%;
    margin: 10px auto 0;
}

#header-editor {
    overflow: hidden;
    padding: 0 0 30px;
    border-bottom: 1px solid #eaeaea;
    position: relative;
}

#headerLeft, #headerRight {
    width: 100%;
    overflow: hidden;
}

#headerLeft {
    float: left;
    padding: 10px 1px 1px;
}

    #headerLeft h2, #headerLeft h3 {
        margin: 0;
        overflow: hidden;
        font-weight: normal;
    }

    #headerLeft h2 {
        font-size: 2.6em;
        line-height: 1.1em;
        text-transform: capitalize;
        color: #32323a;
        margin-bottom: 30px;
    }

    #headerLeft h3 {
        font-size: 1.5em;
        line-height: 1.1em;
        margin: .2em 0 0;
        color: #32323a;
    }

#headerRight {
    float: right;
    padding: 1px;
}

    #headerRight p {
        line-height: 1.8em;
        text-align: justify;
        margin: 0;
    }

        #headerRight p + p {
            margin-top: 20px;
        }

    #headerRight > div {
        padding: 20px 0;
        margin: 0;
        font-size: 1.1em;
        color: #757575;
    }

#columns {
    color: #757575;
    overflow: hidden;
    padding: 20px 0;
}

    #columns h3 {
        color: #32323a;
    }

    #columns > div {
        float: left;
        width: 33.3%;
    }

    #columns #column1 > div {
        margin-left: 1px;
    }

    #columns #column3 > div {
        margin-right: 1px;
    }

    #columns > div > div {
        margin: 0px 10px;
        padding: 10px 0;
    }

    #columns blockquote {
        margin-left: 15px;
    }

#taglist {
    display: inline-block;
    margin-left: 20px;
    font-weight: bold;
    margin: 0 0 0 20px;
}

.cke_editable.cke_editable_inline.cke_focus {
    background: #fcfcfc;
    border: 1px solid #eaeaea;
    cursor: text;
    outline: medium none;
}
/*--------------------------------------------
Toastr Notifications
----------------------------------------------*/
#toast-container > div:hover {
    -webkit-box-shadow: 0 0 12px #999;
    box-shadow: 0 0 12px #999;
}

.toast-success {
    background-color: #23b9a9;
}

.toast-info {
    background-color: #4aa9e9;
}

.toast-warning {
    background-color: #eac459;
}

.toast-error {
    background-color: #ff6c60;
}
/*--------------------------------------------
Select 2
----------------------------------------------*/
.select2-container .select2-selection--single {
    height: 34px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 12px;
    line-height: 34px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 32px;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding-left: 12px;
    padding-right: 12px;
}

.select2-container .select2-selection {
    border-color: #ccc;
}

.select2-container--open .select2-selection, .select2-container--focus .select2-selection {
    border-color: #4aa9e9 !important;
}

.img-flag {
    height: 15px;
    width: 18px;
}

.select2-result-repository {
    padding-top: 4px;
    padding-bottom: 3px;
}

.select2-result-repository__avatar {
    float: left;
    width: 60px;
    margin-right: 10px;
}

    .select2-result-repository__avatar img {
        width: 100%;
        height: auto;
        -webkit-border-radius: 2px;
        border-radius: 2px;
    }

.select2-result-repository__meta {
    margin-left: 70px;
}

.select2-result-repository__title {
    color: black;
    font-weight: bold;
    word-wrap: break-word;
    line-height: 1.1;
    margin-bottom: 4px;
}

.select2-result-repository__forks, .select2-result-repository__stargazers {
    margin-right: 1em;
}

.select2-result-repository__forks, .select2-result-repository__stargazers, .select2-result-repository__watchers {
    display: inline-block;
    color: #aaa;
    font-size: 11px;
}

.select2-result-repository__description {
    font-size: 13px;
    color: #777;
    margin-top: 4px;
}

.select2-results__option--highlighted .select2-result-repository__title {
    color: white;
}

.select2-results__option--highlighted .select2-result-repository__forks, .select2-results__option--highlighted .select2-result-repository__stargazers, .select2-results__option--highlighted .select2-result-repository__description, .select2-results__option--highlighted .select2-result-repository__watchers {
    color: #c6dcef;
}
/*--------------------------------------------
TagsInput
----------------------------------------------*/
.tagsinput {
    overflow-y: auto;
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.justifyRow{

    margin-top:5px

}
.tagsinput span.tag {
    border: 1px solid #23b9a9;
    display: block;
    float: left;
    padding: 3px 8px;
    text-decoration: none;
    background: #23b9a9;
    color: #ffffff;
    margin-right: 5px;
    margin-bottom: 5px;
    font-size: 13px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

    .tagsinput span.tag a {
        font-weight: bold;
        color: rgba(0, 0, 0, 0.3);
        text-decoration: none;
        font-size: 11px;
    }

    .tagsinput span.tag.tag--yellow {
        background-color: #eac459;
        border-color: #eac459;
    }

.tagsinput input {
    width: 80px;
    margin: 0px;
    font-size: 13px;
    border: 1px solid transparent;
    padding: 5px;
    background: transparent;
    color: #000;
    outline: 0px;
    margin-right: 5px;
    margin-bottom: 5px;
}

.tagsinput div {
    display: block;
    float: left;
}

.tags_clear {
    clear: both;
    width: 100%;
    height: 0px;
}

.not_valid {
    background: #FBD8DB !important;
    color: #90111A !important;
}
/*--------------------------------------------
Bootstrap TimePicker
----------------------------------------------*/
.bootstrap-timepicker-widget table td input {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #ccc;
    width: 40px;
    height: 36px;
}

.bootstrap-timepicker-widget table td a {
    color: #888;
}
/*--------------------------------------------
Bootstrap Reset
----------------------------------------------*/
a:focus, a:hover {
    text-decoration: none;
}

.progress-bar-success {
    background-color: #23b9a9;
}

.progress-bar-danger {
    background-color: #ff6c60;
}

.progress-bar-info {
    background-color: #4aa9e9;
}

.progress-bar-warning {
    background-color: #eac459;
}

.progress-bar-primary {
    background-color: #62549a;
}

.text-danger {
    color: #ff6c60;
}

.text-info {
    color: #4aa9e9;
}

.text-warning {
    color: #eac459;
}

.text-success {
    color: #23b9a9;
}

.text-primary {
    color: #62549a;
}

.modal-header {
    padding: 10px 15px;
}

    .modal-header .close {
        margin-top: -1px;
    }

.modal-footer {
    background: #f5f5f5;
    border-radius: 0 0 2px 2px;
}

.form-control {
    padding: 3px 5px 4px;
    height: 24px;
    line-height: 1.33334;
    font-size: 11px;
}

select.form-control {
    padding: 0 1px;
}

.form-group {
    margin-bottom: 10px;
    min-height: 24px;
    font-size: 12px;
}

hr {
    margin-top: 13px;
    margin-bottom: 13px;
}

label {
    line-height: 1.2;
    font-size: 11px;
    font-weight: 600;
}

.btn-default {
    background-color: #f7f7f7;
}

input[type=checkbox], input[type=radio] {
    margin: 0px;
}

.btn-group-sm > .btn, .btn-sm {
    padding: 2px 9px;
    font-size: 11px;
    border-radius: 2px;
}

.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline {
    padding-top: 3px;
}

.form-horizontal .checkbox, .form-horizontal .radio {
    min-height: 25px;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 3px;
    line-height: 1;
}

.table thead tr th, .table tbody tr td, .table tbody tr td * {
    vertical-align: middle;
}

.table {
    font-size: 11px;
    margin-bottom: 2px;
}

    .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
        white-space: nowrap;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        position: relative;
    }

    .table > thead > tr > th {
        font-weight: 600;
        color: #959595;
        padding: 6px 3px;
    }

.btn {
    line-height: 1.2;
    min-width: 60px;
}

    .btn > i {
        margin-right: 4px;
    }

    .btn > [class^="ti-"], .btn-link > [class^="ti-"] {
        font-size: 10px;
        margin-right: 5px;
    }

.btn-link {
    font-size: 11px;
}

.popover {
    border: 1px solid #d6d6d6;
    border-radius: 3px;
    font-size: 13px;
}

.popover-title {
    padding: 5px 10px;
    border-radius: 3px 3px 0 0;
}

.popover-content {
    padding: 10px;
}

.label {
    padding: .05em .5em .05em;
}

.form-control {
    border-color: #ddd;
}

label.control-label {
    margin-right: -15px;
}

.form-inline .form-group {
    vertical-align: top;
}

.tooltip {
    font-size: 11px;
    line-height: 1.3;
}

.tooltip-inner {
    padding: 3px 6px;
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        padding-top: 5px;
    }
}
/*--------------------------------------------
DevExtreme Fixings
----------------------------------------------*/
.ui-dx-tree01 {
}

    .ui-dx-tree01.dx-treelist .dx-row > td {
        padding: 1px 0;
    }

    .ui-dx-tree01.dx-treelist .dx-treelist-rowsview {
        padding-top: 6px;
    }

    .ui-dx-tree01.dx-treelist .dx-treelist-icon-container {
        margin-right: 3px;
    }

        .ui-dx-tree01.dx-treelist .dx-treelist-icon-container span:hover:before {
            background: #efefef;
        }

        .ui-dx-tree01.dx-treelist .dx-treelist-icon-container span:before {
            margin-left: 0;
            margin-top: -6px;
            font-family: 'FontAwesome';
            content: "\f105";
        }

    .ui-dx-tree01.dx-treelist .dx-treelist-table > tbody > tr[aria-level="0"] > td > .dx-treelist-text-content > a > span:before {
        font-family: 'FontAwesome';
        content: "\f1c0";
        font-size: 13px;
        margin-right: 3px;
        font-weight: 400;
        color: #767676;
    }

    .ui-dx-tree01.dx-treelist .dx-treelist-rowsview .dx-treelist-expanded span:before {
        content: "\f107";
    }

    .ui-dx-tree01.dx-treelist .dx-treelist-text-content > a {
        font-weight: 600;
        font-size: 11px;
    }

    .ui-dx-tree01.ui-dm-tree01 .dx-treelist-icon-container > div:nth-child(3) {
        display: none;
    }

    .ui-dx-tree01.ui-dm-tree01 .ui-datatbles {
        min-width: auto;
        max-width: auto;
    }

        .ui-dx-tree01.ui-dm-tree01 .ui-datatbles > a:first-child {
            padding: 3px 5px 3px 30px;
        }

    .ui-dx-tree01 .dx-treelist-rowsview .dx-selection.dx-row > td, .ui-dx-tree01 .dx-treelist-rowsview .dx-selection.dx-row:hover > td {
        border: 0;
        background: none;
    }

.dx-texteditor-input {
    height: 22px;
    min-height: auto;
}

.dx-datagrid-header-panel {
    overflow: visible;
}

.dx-popup-content {
    padding: 0;
}

.dx-treelist-nodata {
    margin: auto !important;
}
/*--------------------------------------------
landing page
----------------------------------------------*/
.land-body {
    background: #ffffff;
}

    .land-body .navbar-inverse {
        -webkit-border-radius: 0;
        border-radius: 0;
        background: #2e3e4e;
        border: none;
    }

        .land-body .navbar-inverse .navbar-nav > .active > a, .land-body .navbar-inverse .navbar-nav > .active > a:focus, .land-body .navbar-inverse .navbar-nav > .active > a:hover {
            background: #4aa9e9;
        }

        .land-body .navbar-inverse .navbar-collapse, .land-body .navbar-inverse .navbar-form {
            border-color: #4aa9e9;
        }

    .land-body .navbar-brand {
        font-weight: bold;
        color: #ffffff;
    }

        .land-body .navbar-brand img {
            margin-top: -3px;
        }

    .land-body .tools {
        background: #f4f4f4;
    }

        .land-body .tools img {
            max-width: 100%;
            height: auto;
        }

.site-title {
    padding: 100px 0;
}

    .site-title h1 {
        margin-bottom: 30px;
    }

.demo-content {
    background: #eaeaea;
}

    .demo-content .demo-title {
        margin-bottom: 30px;
        font-size: 20px;
    }

    .demo-content .btn-gap {
        margin: 20px 0;
    }

.section-gap {
    padding: 100px 0;
}

.f-icon {
    font-size: 30px;
    color: #9e9e9e;
}

.admin-features .col-md-4, .admin-features .col-md-6 {
    min-height: 200px;
    padding: 0 3%;
}

.admin-features h3 {
    font-size: 16px;
    font-weight: 600;
}

.promo-bg {
    background: #2e3e4e;
    color: #ffffff;
}

    .promo-bg h2 {
        margin-bottom: 50px;
        font-weight: 300;
        line-height: 45px;
    }

    .promo-bg .btn {
        -webkit-border-radius: 0;
        border-radius: 0;
    }

.f-social-links {
    margin: 30px 0;
}

    .f-social-links a {
        margin: 0 10px;
    }

        .f-social-links a:hover {
            color: #4aa9e9;
        }

@media (max-width: 767px) {
    .land-body .navbar-brand {
        margin-left: 15px;
    }

    .land-body .navbar-inverse .navbar-toggle {
        border-color: #2e3e4e !important;
    }

        .land-body .navbar-inverse .navbar-toggle:focus, .land-body .navbar-inverse .navbar-toggle:hover {
            background: #1b252e !important;
        }

    .land-body .site-title {
        padding: 30px 0;
    }

        .land-body .site-title h1 {
            margin-bottom: 30px;
            font-size: 24px;
        }

    .land-body .section-gap {
        padding: 30px 0;
    }

    .land-body .demo-content .demo-title {
        font-size: 18px;
    }

        .land-body .demo-content .demo-title small {
            font-size: 14px;
        }

    .land-body .promo-bg h2 {
        line-height: 28px;
        font-size: 20px;
        margin-bottom: 15px;
    }

    .land-body .f-social-links {
        margin: 15px 0;
    }
}
/*--------------------------------------------
Data Models
----------------------------------------------*/
.ui-datamodels-nav {
    padding: 0 15px;
    float: left;
    width: 100%;
    clear: both;
}

.ui-datamodels-nav-aside {
    display: none;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    background-color: #ffffff;
    overflow-y: auto;
    height: -webkit-calc(100vh - 160px);
    height: calc(100vh - 160px);
    margin-top: 65px;
}

    .ui-datamodels-nav-aside .Box__header {
        background-color: #ffffff;
        padding: 7px 30px;
    }

    .ui-datamodels-nav-aside.Box-aside {
    }

.ui-datamodels-nav .ui-datahd01, .ui-datahd01 {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .06em;
    margin-top: 10px;
    font-weight: 600;
    margin-bottom: 5px;
}

.ui-datamodels-nav .nav > li, .ui-datatbles {
    margin-top: 2px;
    min-width: 160px;
    position: relative;
    max-width: 180px;
    width: 100%;
}

    .ui-datatbles > a > i.ui-datamover ~ span {
        width: 83%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        float: left;
    }

    .ui-datatbles a.close, .ui-datatbles a.editTable {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        width: 20px;
        text-align: center;
        z-index: 1;
        line-height: .7;
    }

    .ui-datatbles a.editTable {
        right: 20px;
    }

    .ui-datatbles a span.input-sm {
        font-size: 8px;
        padding: 0;
        text-align: center;
    }

    .ui-datamodels-nav .nav > li > a, .ui-datatbles > a:first-child {
        -webkit-border-radius: 2px;
        border-radius: 2px;
        padding: 3px 15px 3px 30px;
        background: rgb(247, 247, 247);
        font-size: 11px;
        border: 1px solid rgba(0, 0, 0, 0.06);
        font-weight: 600;
        position: relative;
        cursor: move;
        display: block;
    }

    .ui-datatbles > a > i.ui-dataico01 {
        width: 15px;
        float: left;
        margin-top: 3px;
    }

    .ui-datamodels-nav .nav > li:hover > a, .ui-datatbles:hover > a:first-child {
        color: inherit;
        background-color: #f4f6f9;
        border: 1px dashed grey;
    }

    .ui-datamodels-nav .nav > li:hover i.ui-datamover, .ui-datatbles:hover a:first-child i.ui-datamover {
        opacity: 1
    }

    .ui-datamodels-nav .nav > li.active {
        background-color: transparent;
    }

        .ui-datamodels-nav .nav > li.active > a {
            color: #ffffff;
            background-color: #4aa9e9;
        }

.ui-datamodels-list {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 5;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.ui-datamodels-list--slideLeft {
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
}

.ui-datamodels-list .Box__header {
    background-color: #f4f6f9;
    padding: 8px 15px;
}

    .ui-datamodels-list .Box__header .btn-default {
        border-color: rgba(51, 51, 51, 0.2);
    }

.ui-datamodels-details .Box__header {
    padding: 9px 0;
}

.ui-datamodels-innerContent {
    position: absolute;
    overflow-y: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin-left: 210px;
    margin-right: 30px;
}

.ui-datamodelcanvas {
    min-width: 100%;
    min-height: 100%;
    overflow: auto;
    background: #767676;
}

i.ti-menu.ui-datamover {
    z-index: 1;
    top: 0;
    cursor: move;
    left: 0;
    position: absolute;
    vertical-align: middle;
    bottom: 0;
    background: #e2e2e2;
    margin-top: 0;
    padding: 6px 7px;
    min-width: 25px;
    opacity: .5;
    text-align: center;
}

.jtk-overlay {
    color: #c7c7c7;
    background: grey;
    z-index: 0;
    padding: 0 8px;
}

    .jtk-overlay .close {
        font-size: 14px;
        color: white;
        text-shadow: none;
        font-weight: 300;
        margin: 3px 0 0 5px;
    }

.ui-datamodltblecolmn {
    background: rgb(247, 247, 247);
    margin-right: -30px;
    margin-left: -30px;
    padding: 0 30px 10px;
    margin-top: 10px;
    position: relative;
}

    .ui-datamodltblecolmn hr.ui-datahr01 {
        margin: 2px 0 8px;
    }

    .ui-datamodltblecolmn label {
        font-weight: 400;
    }

    .ui-datamodltblecolmn h6 {
        font-weight: 600;
    }

        .ui-datamodltblecolmn h6 i {
            margin-right: 5px;
        }

        .ui-datamodltblecolmn h6 span {
            font-size: 11px;
            font-weight: 400;
            opacity: 0.8;
        }

    .ui-datamodltblecolmn .form-horizontal .form-group {
        margin-bottom: 0;
    }

    .ui-datamodltblecolmn .ui-datacolmslist {
        font-size: 11px;
        margin-bottom: 11px;
        padding: 2px 7px;
        width: 100%;
        height: 100px;
        border-bottom: 1px solid #ffffff;
        border-top: 1px solid #ffffff;
        background: #e8e8e8;
    }

        .ui-datamodltblecolmn .ui-datacolmslist li {
        }

    .ui-datamodltblecolmn form {
        margin-bottom: 10px;
    }

.ui-datamodels-nav .ui-dm-lftpanldd01 {
    border-radius: 2px 0 0 2px;
    border-right: 0;
    min-width: 138px;
    padding: 0;
}

.ui-datamodels-nav .ui-dm-lftpanlbtn01 {
    border-radius: 0 2px 2px 0;
    min-width: auto;
}

.ui-dm-accordion01 {
}

    .ui-dm-accordion01 > div > a {
        display: block;
        position: relative;
        font-size: 11px;
        clear: both;
        height: 20px;
        background: #4a5b67;
        border-bottom: 1px solid #3f4d57;
        border-top: 1px solid #3f4d57;
        margin-bottom: -1px;
        line-height: 1.7;
        color: white;
    }

        .ui-dm-accordion01 > div > a:hover {
            background: #61707b;
        }

        .ui-dm-accordion01 > div > a > span {
            float: left;
        }

    .ui-dm-accordion01 > div {
    }

        .ui-dm-accordion01 > div > div {
        }

        .ui-dm-accordion01 > div > a > i {
            width: 16px;
            float: left;
            text-align: center;
            margin: 0px 2px 0 0;
            padding: 4px 0 0 0;
        }

        .ui-dm-accordion01 > div > a.collapsed > i:before {
            content: "\f0da";
        }

@media (min-width: 767px) {
    .ui-datamodels-nav-aside {
        display: block;
        width: 210px;
        position: relative;
        top: auto;
        left: auto;
        height: 100%;
        margin-top: 0;
        padding: 0;
    }
}

@media (min-width: 1200px) {
    .ui-datamodels-list {
        position: relative;
        left: auto;
        top: auto;
        width: auto;
    }
}
/*--------------------------------------------
Switchery Slider Checkbox
----------------------------------------------*/
.switchery {
    background-color: #fff;
    border: 1px solid #dfdfdf;
    border-radius: 20px;
    cursor: pointer;
    display: inline-block;
    height: 30px;
    position: relative;
    vertical-align: middle;
    width: 50px;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-sizing: content-box;
    background-clip: content-box
}

    .switchery > small {
        background: #fff;
        border-radius: 100%;
        box-shadow: 0 1px 3px rgba(0,0,0,0.4);
        height: 30px;
        position: absolute;
        top: 0;
        width: 30px
    }

.switchery-small {
    border-radius: 20px;
    height: 15px;
    width: 35px
}

    .switchery-small > small {
        height: 15px;
        width: 15px
    }

.switchery-large {
    border-radius: 40px;
    height: 40px;
    width: 66px
}

    .switchery-large > small {
        height: 40px;
        width: 40px
    }
/*--------------------------------------------
Properties Bar Panel
----------------------------------------------*/
.ui-propertiesbar {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 30px;
    background: #eaeef3;
    z-index: 1
}

.ui-propertiestab {
    margin: 2px 0 0 0;
}

    .ui-propertiestab > li > a {
        display: inline-block;
        overflow: hidden;
        width: 30px;
        line-height: 2.3;
        padding: 4px 0;
        font-size: 11px;
        font-weight: 600;
        background: #fff;
        border-right: 5px solid rgba(0, 0, 0, 0.15);
    }

        .ui-propertiestab > li > a:hover, .ui-propertiestab > li > a[aria-expanded="true"] {
            border-color: #3980f6;
        }

        .ui-propertiestab > li > a > span {
            display: inline-block;
            white-space: nowrap;
            -webkit-transform: translate(0, 100%) rotate(-90deg);
            -moz-transform: translate(0, 100%) rotate(-90deg);
            -ms-transform: translate(0, 100%) rotate(-90deg);
            -o-transform: translate(0, 100%) rotate(-90deg);
            transform: translate(0, 100%) rotate(-90deg);
            -webkit-transform-origin: 0 0;
            -moz-transform-origin: 0 0;
            -ms-transform-origin: 0 0;
            -o-transform-origin: 0 0;
            transform-origin: 0 0;
        }

            .ui-propertiestab > li > a > span:before {
                content: "";
                float: left;
                margin-top: 100%;
            }

.ui-propertiespanelhold {
    position: fixed;
    top: 0;
    right: 30px;
    z-index: 3;
    bottom: 0;
    width: 265px;
    background: #f4f6f9;
    overflow-y: auto;
    border: 2px solid #3980f6;
    border-top: 0;
    box-shadow: -4px 0 5px rgba(0, 0, 0, 0.06);
    display: none;
    height: auto !important;
}

    .ui-propertiespanelhold.active {
        display: block;
    }

.ui-proppaneltop {
    background: #3980f6;
    color: white;
    padding: 3px 4px;
}

    .ui-proppaneltop + .ui-proptabhold {
        top: 22px;
    }

    .ui-proppaneltop:after, .ui-proptabhold > .tab-content:after, .ui-datatbles > a:first-child:after, .ui-clearfix:after {
        clear: both;
        content: "";
        display: table;
    }

.ui-prophd01 {
    font-size: 12px;
    margin: 0;
    padding: 0;
    color: white;
    float: left;
    font-weight: 600;
}

    .ui-prophd01 > i {
        margin-right: 4px;
    }

.ui-proptoptoolbox {
    float: right;
    font-size: 11px;
}

    .ui-proptoptoolbox a {
        display: inline-block;
        width: 15px;
        height: 14px;
        text-align: center;
        border-radius: 2px;
        font-size: 10px;
    }

        .ui-proptoptoolbox a.ui-pin.ui-pintoggle {
            background: rgba(255, 255, 255, 0.3);
        }

            .ui-proptoptoolbox a.ui-pin.ui-pintoggle + a.ui-closeproppanel {
                display: none;
            }

            .ui-proptoptoolbox a.ui-pin.ui-pintoggle > i:before {
                content: "\e6dd"
            }

        .ui-proptoptoolbox a:hover {
            background: rgba(255, 255, 255, 0.24);
        }

.ui-proptabhold {
    margin-top: 3px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

    .ui-proptabhold > .nav-tabs {
        top: 1px;
    }

        .ui-proptabhold > .nav-tabs li a {
            font-size: 11px;
            font-weight: 600;
            padding: 3px 6px;
            border-radius: 0;
            background: #dddddd;
        }

            .ui-proptabhold > .nav-tabs li a > i {
                width: 17px;
            }

    .ui-proptabhold .nav-tabs li.active > a, .ui-regulartabs .nav-tabs li.active > a {
        background-color: #fdffde;
    }

    .ui-proptabhold .tab-content {
        padding: 5px 0;
        border: 0;
        font-size: 11px;
    }

    .ui-proptabhold > .ui-proptabcntnt {
        padding: 0 0 0;
        border: 0;
        font-size: 11px;
        position: absolute;
        top: 24px;
        right: 0;
        bottom: 0;
        left: 0;
        overflow-x: hidden !important;
    }

.ui-propaccordhold {
}

    .ui-propaccordhold .dx-treelist-container {
        background-color: transparent;
    }

    .ui-propaccordhold .dx-freespace-row {
        display: none !important;
    }

    .ui-propaccordhold > div {
        overflow: hidden;
    }

        .ui-propaccordhold > div:after {
            clear: both;
            display: table;
            content: "";
        }

a.ui-propcllpse {
    display: block;
    clear: both;
    background: #4a5b67;
    color: white;
    padding: 3px 4px;
    font-size: 11px;
    font-weight: 600;
    border-bottom: 1px solid #41505b;
}

    a.ui-propcllpse:focus, a.ui-propcllpse:hover {
        background: #61707b;
    }

    a.ui-propcllpse > i {
        font-size: 15px;
        float: left;
        min-width: 14px;
    }

    a.ui-propcllpse.collapsed > i:before {
        content: "\f107";
    }

.ui-propcllpsepanl .dx-treelist-table-content {
    position: relative;
}

.ui-propcllpsepanl .dx-widget, .ui-propcllpsepanl .dx-treelist-rowsview {
    height: auto !important;
}

.ui-propcllpsepanl .dx-treelist-rowsview {
    min-height: 60px;
}

.ui-proppanlformadjst {
    padding: 5px;
}

    .ui-proppanlformadjst .form-group {
        margin-bottom: 2px;
        position: relative;
    }

        .ui-proppanlformadjst .form-group label {
            text-align: left;
            padding: 1px 3px 0 0px;
        }

            .ui-proppanlformadjst .form-group label.control-label {
                opacity: .9;
                font-size: 10px;
                font-weight: 600;
            }

    .ui-proppanlformadjst hr {
        margin-top: 7px;
        margin-bottom: 7px;
    }

    .ui-proppanlformadjst .form-control {
        font-size: 11px;
        height: 22px;
    }

    .ui-proppanlformadjst .btn {
        min-width: auto;
        padding: 3px 5px;
    }

.ui-entities {
}

    .ui-entities > li {
        margin-bottom: 1px;
    }

    .ui-entities .ui-entities-bar {
        background: #e4e4e4;
        padding: 3px 3px 2px;
        border-radius: 2px;
        border: 1px solid #c1c1c1;
    }

        .ui-entities .ui-entities-bar > a {
            vertical-align: top;
            width: 16px;
            text-align: center;
        }

        .ui-entities .ui-entities-bar > * {
            float: left;
        }

        .ui-entities .ui-entities-bar > a:hover {
            background: #fdffde;
        }

        .ui-entities .ui-entities-bar a.ui-enttconfig {
            float: right;
            display: none;
        }

        .ui-entities .ui-entities-bar:hover a.ui-enttconfig {
            display: block;
        }

        .ui-entities .ui-entities-bar label.checkbox-inline {
            margin: 1px 3px 0 0;
        }

    .ui-entities .ui-entities-hold {
        background: #fdffde;
        padding: 1px 7px 3px;
        border: 1px solid #ffecc1;
        border-top: 0;
    }

        .ui-entities .ui-entities-hold .form-group > hr {
            margin-top: 0;
        }

        .ui-entities .ui-entities-hold .btn {
            font-size: 10px;
            font-weight: 600;
            line-height: 1;
            padding: 4px 7px 5px;
        }

    .ui-entities .ui-enttname {
        margin: 0 3px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .ui-entities .dx-treelist-empty-space {
        display: none;
    }

    .ui-entities .dx-checkbox {
        top: 0 !important;
        margin: 4px !important;
    }

    .ui-entities.dx-treelist .dx-row > td {
        padding: 0 1px;
    }

    .ui-entities.dx-treelist .ui-entities-bar {
        padding-left: 20px;
    }

    .ui-entities#tableColumns .ui-entities-bar {
        padding-left: 3px;
    }

.ui-entities-bar > a + a + a + p {
    width: 90px;
}

.ui-entities-bar > a + a + p {
    width: 107px;
}

.ui-entities-bar > a + p {
    width: 125px;
}

.ui-entities-bar > p {
    width: 145px;
}

.ui-propertiespanelhold.collapsing {
    -webkit-transition: none;
    transition: none;
    display: none;
}

.ui-propertiespanelhold.ui-pinned {
    right: 0;
}

.ui-datamodels-innerContent.ui-pindatamodels {
    margin-right: 268px;
}
/*--------------------------------------------
Folder Screens
----------------------------------------------*/
.breadcrumb.ui-folderbreadcrumb > li + li:before {
    display: none;
}

.breadcrumb.ui-folderbreadcrumb > li > i:before {
    padding: 0 5px;
    font-size: 13px;
    opacity: .4;
}

.ui-foldrico .ui-iconoverfoldr {
    font-size: 57%;
    color: white;
    overflow: hidden;
}

.ui-foldrico .ui-imgoverfoldr {
    width: 64px;
    height: auto;
    display: none;
}

    .ui-foldrico .ui-imgoverfoldr > img {
        display: block;
        width: 100%;
    }

.ui-foldrico.ui-foldrtgleimgico .ui-iconoverfoldr, .ui-foldrico.ui-foldrtgleico .ui-imgoverfoldr {
    display: none;
}

.ui-foldrico.ui-foldrtgleimgico .ui-imgoverfoldr, .ui-foldrico.ui-foldrtgleico .ui-iconoverfoldr {
    display: block;
}

.ui-foldrico:before {
}

.ui-foldrico > em {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
}

.ui-folderholder {
    height: 400px;
    position: relative;
}

.ui-folderview {
    color: #626262;
}

    .ui-folderview > li {
        position: relative;
        background: #ffffff;
        display: inline-block;
        vertical-align: top;
        width: 190px;
        margin: 0 15px 15px 0;
        height: 47px;
        border: 1px solid #e3e3e3;
        border-radius: 3px;
        font-size: 12px;
        line-height: 14px;
        box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.07);
        transition: transform .1s linear;
        z-index: 1;
        cursor: default;
    }

        .ui-folderview > li.open {
            z-index: 3;
        }

        .ui-folderview > li:hover {
            border-color: #ffffff;
            box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15);
        }

            .ui-folderview > li:hover > a.ui-foldrmenu {
                color: inherit;
            }

            .ui-folderview > li:hover > .ui-foldrchkbox, .ui-folderview > li:hover > a.ui-foldrmenu {
                display: block;
            }

                .ui-folderview > li:hover > a.ui-foldrmenu:hover {
                    background: #e0e0e0;
                }

        .ui-folderview > li:active {
            -ms-transform: scale(.96);
            transform: scale(.96);
        }

        .ui-folderview > li > a.ui-foldrlnk {
            display: block;
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
        }

            .ui-folderview > li > a.ui-foldrlnk:hover, .ui-folderview > li > a.ui-foldrlnk:focus {
                text-decoration: none;
            }

        .ui-folderview > li > a > i.ui-foldrico {
            font-size: 27px;
            float: left;
            width: 44px;
            text-align: center;
            position: relative;
            height: 100%;
            vertical-align: middle;
        }

            .ui-folderview > li > a > i.ui-foldrico.fa-folder > em {
                margin-top: 1px;
            }

            .ui-folderview > li > a > i.ui-foldrico:before {
                position: absolute;
                z-index: 0;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%)
            }

            .ui-folderview > li > a > i.ui-foldrico > em.ui-imgoverfoldr {
                width: 16px;
            }

        .ui-folderview > li > a > span.ui-foldrinfo {
        }

        .ui-folderview > li > a > span {
            display: block;
            width: 125px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            float: left;
        }

            .ui-folderview > li > a > span.ui-foldrname {
                font-weight: 600;
                margin-top: 10px;
                position: relative;
            }

            .ui-folderview > li > a > span.ui-foldrtype {
                font-size: 11px;
                color: #adadad;
            }

        .ui-folderview > li > a.ui-foldrmenu {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            width: 17px;
            text-align: center;
            border-radius: 0 2px 2px 0;
            color: #d2d2d2;
            font-size: 14px;
            display: none;
        }

            .ui-folderview > li > a.ui-foldrmenu:hover {
                background: white;
            }

            .ui-folderview > li > a.ui-foldrmenu > i {
                left: 50%;
                position: absolute;
                top: 50%;
                transform: translate(-50%, -50%);
            }

        .ui-folderview > li > .ui-foldrchkbox {
            position: absolute;
            top: 0px;
            left: 1px;
            z-index: 2;
            display: none;
        }

.ui-foldrchkbox.i-checks > i {
    width: 12px;
    height: 12px;
    text-align: center;
    border-width: 0;
    background: none;
}

.ui-foldrchkbox.i-checks input[type="checkbox"]:checked + i:before {
    background-color: transparent;
    top: 1px;
    left: .05em;
    font-size: 8px;
    font-weight: bold;
}

.ui-folderview > li > i.ui-foldrcount {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: -8px;
    width: 16px;
    height: 16px;
    border-radius: 50px;
    font-style: normal;
    font-size: 7px;
    background: rgb(255, 255, 255);
    display: block;
    text-align: center;
    padding: 2px 0 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.21);
    color: #a5a5a5;
}

.ui-folderview > li > a.ui-foldrlnk .ui-foldrcount {
    font-size: 9px;
    color: #626262;
    font-weight: bold;
}

.ui-folderview > li > i.ui-starred {
    position: absolute;
    z-index: 0;
    top: 6px;
    left: 35px;
    font-size: 9px;
    display: none;
}

.ui-toolsubmenu {
    min-width: 150px;
    padding: 3px 0;
    top: 25px;
}

    .ui-toolsubmenu > li > a {
        padding: 7px 13px !important;
        color: inherit;
        font-size: 12px;
        font-weight: 600;
        text-align: left;
    }

        .ui-toolsubmenu > li > a.ui-starnoimprtnt {
            display: none;
        }

        .ui-toolsubmenu > li > a > i {
            width: 16px;
            text-align: center;
            font-size: 14px;
            margin: 0 6px 0 0;
        }

    .ui-toolsubmenu .divider {
        margin: 3px 0;
    }

    .ui-toolsubmenu .ui-starimprtnt > i, .ui-folderview > li > i.ui-starred, input.ui-impstarcheck[type="checkbox"]:checked ~ i.fa-star-o {
        color: #FF9800
    }

input.ui-impstarcheck[type="checkbox"] ~ i.fa-star-o {
    font-size: 15px;
    display: inline-block;
    position: relative;
    top: 1px;
    left: 3px;
}

input.ui-impstarcheck[type="checkbox"]:checked ~ i.fa-star-o:before {
    content: "\f005";
}

.ui-toolsubmenu.ui-movetosubmenu {
    min-width: 190px;
    min-height: 240px;
    max-height: 350px;
}

.ui-folderview > li.ui-foldrstarselected i.ui-starred {
    display: block;
}

.ui-folderview > li.ui-foldrstarselected > .ui-toolsubmenu > li > a.ui-starimprtnt {
    display: none;
}

.ui-folderview > li.ui-foldrstarselected > .ui-toolsubmenu > li > a.ui-starnoimprtnt {
    display: block;
}

.ui-folderview > li.ui-foldrchecked {
    border-width: 1px;
    border-color: #3980f6
}

    .ui-folderview > li.ui-foldrchecked .ui-foldrchkbox {
        display: block;
    }

.ui-folderview > li > a > span.ui-foldrmodifieddate, .ui-folderview > li > a > span.ui-createddate {
    display: none;
}

.ui-foldronselectool {
    float: left;
}

ul.ui-toponselecttool {
    border-right: 1px solid #c7c7c7;
    padding: 0 10px;
    background: #ffffff;
    border-top: 0;
    border-left: 1px solid #c7c7c7;
    box-shadow: -1px 0px 0px white;
}

    ul.ui-toponselecttool > li:hover > a {
        background: #e8e8e8;
    }

.btn.ui-toolbtnico {
    min-width: auto;
    font-size: 14px;
    box-shadow: none;
}

    .btn.ui-toolbtnico.active {
        color: white;
        background: #3980f6
    }

    .btn.ui-toolbtnico i {
        margin-right: 0;
    }

.btn.ui-toolmenubtn {
    padding: 7px 3px;
}

.ui-folderscanvas {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin-left: 239px;
    overflow-y: auto;
}

    .ui-folderscanvas > .container-fluid {
        padding-top: 15px;
        padding-bottom: 15px;
    }

.ui-foldertree {
    width: 239px;
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 0;
    background: #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
}

    .ui-foldertree .ui-folderdxtreehold {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        overflow: hidden;
        margin-bottom: 38px;
    }

.ui-foldrgototrash {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    z-index: 3;
    text-align: center;
    padding: 8px;
    font-size: 13px;
    border: 1px solid gainsboro;
    background: #e6e6e6;
    border-radius: 0;
    font-weight: 600;
}

    .ui-foldrgototrash:hover {
        background: #dedede;
    }

    .ui-foldrgototrash > i {
        font-size: 17px;
        margin-right: 3px;
        position: relative;
        top: 1px;
    }

.ui-folderviewtoggle.ui-folderlistview {
}

    .ui-folderviewtoggle.ui-folderlistview .ui-folderscanvas > .container-fluid {
        padding-top: 0;
        padding-bottom: 0;
    }

    .ui-folderviewtoggle.ui-folderlistview .ui-folderview > li {
        width: 100%;
        margin: 0;
        border-radius: 0;
        border: 0;
        height: 40px;
        display: block;
        clear: both;
        box-shadow: none;
        border-bottom: 1px solid #eaeef3;
    }

        .ui-folderviewtoggle.ui-folderlistview .ui-folderview > li:active {
            -ms-transform: scale(1);
            transform: scale(1);
        }

.ui-folderviewtoggle .ui-folderlisthds {
    display: none;
}

.ui-folderlistview .ui-folderlisthds {
    position: absolute;
    margin: 0 0 0 239px;
    top: 0;
    right: 0;
    left: 0;
    height: 40px;
    padding: 17px 35px 0 15px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 11px;
}

.ui-folderviewtoggle.ui-folderlistview .ui-folderlisthds {
    display: block;
}

    .ui-folderviewtoggle.ui-folderlistview .ui-folderlisthds + div.ui-folderscanvas {
        margin-top: 40px;
    }

.ui-folderlistview .ui-foldrchkbox.i-checks > i {
    border-width: 1px
}

.ui-folderlisthds > li {
    float: left;
}

    .ui-folderlisthds > li:nth-child(1) {
        width: 0;
    }

        .ui-folderlisthds > li:nth-child(1) .i-checks {
            padding-left: 14px;
            margin-top: -4px;
        }

    .ui-folderlisthds > li:nth-child(2), .ui-folderlistview .ui-folderview > li > a > span.ui-foldrname {
        width: 38%;
        padding-left: 41px;
    }

    .ui-folderlisthds > li:nth-child(3), .ui-folderlistview .ui-foldrmodifieddate {
        width: 16%;
    }

    .ui-folderlisthds > li:nth-child(4), .ui-folderlistview .ui-createddate {
        width: 16%;
    }

    .ui-folderlisthds > li:nth-child(5), .ui-folderlistview .ui-foldrtype {
        width: 20%;
    }

.ui-folderlistview .ui-folderview > li > a > span.ui-foldrname {
    padding-left: 80px;
    margin-top: 0;
    padding-right: 50px;
}

.ui-folderlistview .ui-folderview > li > a > span.ui-foldrtype {
    font-size: inherit;
    color: inherit;
}

.ui-folderlistview .ui-folderview > li > a > span.ui-foldrmodifieddate {
}

.ui-folderlistview .ui-folderview > li > a.ui-foldrlnk {
}

.ui-folderlistview .ui-folderview > li > i.ui-starred {
    top: 12px;
    left: 34%;
    font-size: 15px;
}

.ui-folderlistview .ui-folderview > li > a.ui-foldrlnk > span {
    display: block;
    padding-top: 14px;
}

.ui-folderlistview .ui-folderview > li > .ui-foldrchkbox {
    display: block;
    top: 12px;
    left: 14px;
}

.ui-folderlistview .ui-folderview > li > a > i.ui-foldrico {
    font-size: 25px;
    width: 27px;
    position: absolute;
    left: 40px;
}

.ui-folderpreview {
    width: 200px;
    height: 200px;
    border: 2px dashed #d8d8d8;
    margin: 0 auto;
    background: whitesmoke;
    text-align: center
}

    .ui-folderpreview .ui-foldercanvas {
        position: absolute;
        top: 53%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

        .ui-folderpreview .ui-foldercanvas .ui-foldrico {
            display: inline-block;
            position: relative;
            font-size: 90px;
        }

            .ui-folderpreview .ui-foldercanvas .ui-foldrico.fa-folder > em {
                margin-top: 3px;
            }

.ui-foldrcounterinline {
    background: #8f9ca5;
    color: white;
}

i.fa.fa-folder.folderInTree {
    margin-right: 5px;
    font-size: 14px;
}
/*--------------------------------------------
Dashboard Preview, Gridster & KPIs
----------------------------------------------*/
.gridster .gs-w, .ui-kpi-panel {
    background: white;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.11);
}

    .gridster .gs-w:hover {
        z-index: 3;
    }

.gridster .preview-holder {
    background: grey !important;
}

.gridster .gs-w .close {
    display: none;
}

.gridster .gs-w:hover .close {
    display: block;
    margin: 0 4px;
    font-weight: 400;
}

.ui-grid-panel {
    /* border-bottom: none!important;*/
}

    .ui-grid-panel .ui-grid-head, .ui-kpi-panel .ui-kpi-head {
        position: relative;
        background: #f5f5f5;
        height: 34px;
        /*height: 40px;*/
        padding: 0 10px;
        /*border-bottom: 1px solid rgba(234, 234, 234, 0.35);*/
    }

        .ui-grid-panel .ui-grid-hd, .ui-kpi-panel .ui-kpi-head .ui-kpi-hd {
            margin: 0;
            padding: 0;
            font-size: 12px;
            font-weight: 600;
            width: calc(100% - 10px);
            position: absolute;
            top: 50%;
            display: block;
            transform: translateY(-50%);
            letter-spacing: .1px;
        }

            .ui-grid-panel .ui-grid-hd .ui-grid-subhd {
                display: block;
                font-size: 75%;
                opacity: .6;
                padding-top: 1px;
            }

    .ui-grid-panel .ui-grid-body {
        padding: 10px;
        position: absolute;
        bottom: 0;
        top: 0;
        right: 0;
        left: 0;
        border: 1px solid transparent;
        border-top: 0;
    }

    .ui-grid-panel .ui-grid-head + .ui-grid-body {
        margin-top: 34px;
    }

.gridster .gs-w:hover .ui-grid-tools {
    display: block;
    z-index: 1;
    padding-left: 5px;
}

.gridster .gs-w:hover .ui-grid-panel .ui-grid-hd {
    /*width: calc(100% - 100px);*/
}

.ui-grid-tools {
    margin: 7px 0 0 0;
    display: none;
    position: relative;
}

    .ui-grid-tools > li {
        float: left;
    }

        .ui-grid-tools > li > a {
            display: block;
            width: 20px;
            height: 20px;
            text-align: center;
            vertical-align: middle;
            border-radius: 3px;
        }

            .ui-grid-tools > li > a:hover {
                background: white !important;
                color: black !important;
            }

            .ui-grid-tools > li > a > i {
                vertical-align: middle;
            }

.ui-dashboardTab > .ui-container, .ui-dashboardTab > .ui-propertiesbar {
    margin-bottom: 29px;
}

.ui-Tabholdbott {
    height: 29px;
    background: #ededee;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    border-top: 1px solid #d0d0d0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08) inset;
}

.ui-add-view-gridstertab {
    float: left;
    margin-bottom: 0;
    font-size: 0;
    margin-top: 1px;
    margin-left: 15px;
}

    .ui-add-view-gridstertab > li {
        position: relative;
        display: inline-block;
    }

        .ui-add-view-gridstertab > li > a {
            font-size: 14px;
            min-width: auto;
            vertical-align: middle;
            padding: 3px 6px 2px;
            background: transparent;
            border: 1px solid transparent;
        }

    .ui-add-view-gridstertab .ui-toolsubmenu {
        max-height: 50vh;
        overflow-y: auto;
    }

        .ui-add-view-gridstertab .ui-toolsubmenu > li > a {
            padding: 5px 12px 6px 7px !important;
            font-weight: 600;
            font-size: 11px;
            line-height: 12px;
        }

            .ui-add-view-gridstertab .ui-toolsubmenu > li > a > i {
                font: normal normal normal 14px/1 FontAwesome;
                text-rendering: auto;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                width: 11px;
                text-align: left;
                font-size: 11px;
                margin: 0 5px 0 0;
                opacity: 0;
            }

            .ui-add-view-gridstertab .ui-toolsubmenu > li > a i:before {
                content: "\f00c";
            }

            .ui-add-view-gridstertab .ui-toolsubmenu > li > a.checkmark > i {
                opacity: 1;
            }

    .ui-add-view-gridstertab > li > a > i {
        margin: 0;
    }

.ui-gridstertabs {
    width: calc(100% - 100px);
    float: left;
    padding: 0 10px;
    font-size: 0;
    margin-bottom: 0;
}

    .ui-gridstertabs > li {
        position: relative;
        display: inline-block;
        vertical-align: top;
    }

        .ui-gridstertabs > li:nth-child(2) > ul.ui-toolsubmenu {
            left: 0;
            right: auto;
        }

        .ui-gridstertabs > li > a[data-toggle="tab"] {
            border-left: 1px solid rgba(0, 0, 0, 0.16);
            border-right: 1px solid rgba(0, 0, 0, 0.16);
            display: block;
            font-size: 11px;
            margin-top: -1px;
            padding: 0 24px 0 10px;
            border-radius: 0 0 4px 4px;
            font-weight: 600;
            line-height: 23px;
            border-top: 0;
            position: relative;
            z-index: 9;
        }

        .ui-gridstertabs > li:hover > a[data-toggle="tab"] {
            background: rgba(255, 255, 255, 0.38);
        }

        .ui-gridstertabs > li.active:hover > a, .ui-gridstertabs > li.active > a {
            background: #fff; /* Old browsers */
            background: -moz-linear-gradient(top, #eaeef3 0%, #ffffff 70%, #ffffff 100%);
            background: -webkit-linear-gradient(top, #eaeef3 0%, #ffffff 70%, #ffffff 100%);
            background: linear-gradient(to bottom, #eaeef3 0%, #ffffff 70%, #ffffff 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeef3', endColorstr='#ffffff', GradientType=0 ); /* IE6-9 */
        }

    .ui-gridstertabs .ui-toolsubmenu {
        right: 0;
        left: auto;
        z-index: 8;
        margin-bottom: 0px;
    }

        .ui-gridstertabs .ui-toolsubmenu a {
            font-size: 11px;
            padding: 4px 10px !important
        }

    .ui-gridstertabs .ui-tabgridstabsubmenu {
        position: absolute;
        z-index: 0;
        top: 2px;
        right: 1px;
        width: 22px;
        min-width: auto;
        text-align: center;
        height: 21px;
        vertical-align: middle;
        border-radius: 0 0 6px 0;
        padding: 2px 0 0;
        border: 0;
        background: transparent !important;
    }

    .ui-gridstertabs > li.active .ui-tabgridstabsubmenu {
        z-index: 10;
    }

    .ui-gridstertabs .ui-tabgridstabsubmenu > i {
        margin: 0;
        opacity: .5;
    }

.ui-new-compon {
}

.ui-new-componbtn {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    line-height: 28px;
    opacity: .4;
}

    .ui-new-componbtn:hover {
        opacity: .9
    }

    .ui-new-componbtn > i {
        margin: -12px 0 0;
        display: inline-block;
        font-size: 51px;
    }

    .ui-new-componbtn > span {
        font-size: 11px;
        display: block;
    }

    .ui-new-componbtn > i, .ui-new-componbtn > span {
        position: absolute;
        text-align: center;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%)
    }

    .ui-new-componbtn > span {
        width: 100%;
        margin-top: 30px;
    }

.ui-grid-head-darktone > .ui-grid-hd, .ui-grid-head-darktone .ui-grid-tools > li > a {
    color: white;
}
/*KPIs*/
.ui-kpiscreen {
}

    .ui-kpiscreen .ui-kpicanvas {
        width: 100%;
        background-color: #eaeff3;
        border: 2px solid #a3d0f5;
        margin-top: 16px;
        overflow-y: auto;
        position: relative;
        height: 40vh;
        min-height: 220px;
        text-align: center;
    }

        .ui-kpiscreen .ui-kpicanvas:before {
            display: inline-block;
            content: "";
            font-size: 0;
            vertical-align: middle;
        }

    .ui-kpiscreen .ui-datamodels-nav {
        padding: 0 15px;
    }

    .ui-kpiscreen .gridster .gs-w:hover .ui-grid-panel .ui-grid-hd {
        width: 100%;
    }

.ui-kpiComponents {
    clear: both;
    padding: 5px 15px;
}

    .ui-kpiComponents li {
        margin-bottom: 5px;
    }

        .ui-kpiComponents li:hover a {
            background: white;
            border-color: #f4f4f6;
        }

        .ui-kpiComponents li a {
            display: table;
            padding: 7px 9px;
            background: #f4f4f6;
            width: 100%;
            border: 1px solid transparent;
        }

            .ui-kpiComponents li a > * {
                display: table-cell;
                vertical-align: middle;
                color: #585858;
                text-align: left;
            }

            .ui-kpiComponents li a > i {
                font-size: 22px;
                min-width: 27px;
            }

            .ui-kpiComponents li a > span {
                max-width: 115px;
                font-weight: 600;
                min-width: 115px;
            }
/*.ui-kpiscreen .ui-kpiboxholdstat, .ui-kpiscreen  .gridster{position:static !important;}*/
.ui-kpiscreen .ui-kpiboxfix {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.ui-kpiscreen .ui-kpicanvas.ui-kpiadjH .ui-kpiboxfix, .ui-kpiscreen .ui-kpicanvas.ui-kpiadjH .gridster .preview-holder {
    top: 2%;
    transform: translateX(-50%);
}

.ui-kpiscreen .ui-kpicanvas.ui-kpiadjW .ui-kpiboxfix, .ui-kpiscreen .ui-kpicanvas.ui-kpiadjW .gridster .preview-holder {
    left: 1%;
    transform: translateY(-50%);
}

.ui-kpiscreen .ui-kpicanvas.ui-kpiadjH.ui-kpiadjW .ui-kpiboxfix, .ui-kpiscreen .ui-kpicanvas.ui-kpiadjH.ui-kpiadjW .gridster .preview-holder {
    top: 2%;
    left: 1%;
    transform: translate(0, 0);
}
/*.ui-kpiscreen .gridster .preview-holder{ top: 50%; left: 50%; transform: translate(-50%,-50%);}*/
.ui-kpiscreen .ui-kpiTabProp {
    height: calc(60vh - 175px);
    min-height: 200px;
    overflow-y: auto;
}

.ui-kpi-panel {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    position: relative;
    margin: 15px 0;
    min-width: 322px;
    min-height: 140px;
    background: #fbfbfb;
}

.ui-kpi-body {
    background: #fbfbfb;
    padding: 5px;
}

    .ui-kpi-body div.ui-kpi-tools {
        display: none;
        position: absolute;
        z-index: 2;
        top: 3px;
        right: 6px;
        color: grey;
        font-size: 11px;
        background-color: white;
    }

        .ui-kpi-body div.ui-kpi-tools > a {
            display: inline-block;
            margin-left: 6px;
        }

            .ui-kpi-body div.ui-kpi-tools > a:hover {
                color: black;
            }

    .ui-kpi-body .gs-w:hover div.ui-kpi-tools {
        display: block;
    }

/*.ui-kpi-panel:hover .ui-kpi-head .ui-kpi-hd {
    width: calc(100% - 50px);
}*/
/*.ui-kpi-tools {
display:none;
}
.ui-kpi-panel:hover  .ui-kpi-tools{
    display:block;
}*/



.ui-kpi-showhidepanel, .ui-kpiscreen .ui-kpicanvas, .ui-toggleKPIprop {
    transition: all .3s ease;
}

.ui-kpitemplating.ui-kpiFull .ui-kpicanvas {
    height: calc(100vh - 154px);
}

.ui-kpitemplating.ui-kpiFull .ui-kpi-showhidepanel {
    height: 0;
    opacity: 0;
    overflow: hidden;
}

.ui-toggleKPIprop {
    position: absolute;
    top: 0;
    right: 14px;
    z-index: 11;
    font-size: 11px;
    font-weight: 600;
}

    .ui-toggleKPIprop i {
        margin-right: 0;
        font-size: 12px;
        vertical-align: bottom;
        margin-left: 4px;
        font-weight: 600
    }

    .ui-toggleKPIprop.btn-default {
        margin-top: -6px;
        margin-right: 1px;
    }
/*--------------------------------------------
Custom
----------------------------------------------*/

/*Mini Loader*/
.ui-miniloader {
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.51);
    z-index: 5;
    position: absolute;
}

    .ui-miniloader > img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 13px;
    }
/*Custom Tabs*/
.ui-customtabs .nav.nav-pills {
    background-color: transparent;
    margin-bottom: 10px;
}

    .ui-customtabs .nav.nav-pills li a {
        padding: 5px 9px;
        width: auto;
        margin-left: 0;
        border-right: 0;
        border-radius: 0;
        background: #efefef;
        font-size: 11px;
        font-weight: 600;
        border-bottom: 2px solid #d8d8d800;
        cursor: pointer;
    }

.ui-customtabs .nav-pills > li + li {
    margin-left: 1px;
}

.ui-customtabs .nav-pills > li.active > a, .ui-customtabs .nav-pills > li.active > a:focus, .ui-customtabs .nav-pills > li.active > a:hover {
    background-color: #3980f6;
    border-radius: 0px;
    border-color: #2e6da4;
}

.ui-customtabs .nav-pills > li.active > a {
    position: relative;
    overflow: visible;
}

    .ui-customtabs .nav-pills > li.active > a:after {
        content: "\f0d7";
        font-family: 'FontAwesome';
        position: absolute;
        z-index: 1;
        bottom: 8px;
        left: 50%;
        transform: translateX(-50%);
        height: 0;
        color: #2e6da4;
        font-size: 15px;
        vertical-align: top;
    }

.ui-customtabs .tab-content {
    box-shadow: 2px 2px rgba(0, 0, 0, 0.03);
    background: white;
}

    .ui-customtabs .tab-content:after {
        clear: both;
        content: "";
        display: table;
    }
/*Spectrum Reset*/
.ui-subscriptionpanel .tab-content {
    padding-bottom: 15px;
}

.ui-subscriptionpanel #email_setup > div:first-child {
    margin-bottom: 15px;
}

.ui-subscriptionpanel #email_setup > div {
    padding: 20px 10px 10px;
    position: relative;
    border: 1px solid #e8e8e8;
    min-height: 30px;
    border-radius: 3px;
}

    .ui-subscriptionpanel #email_setup > div.ui-emailstpselected {
        border-color: #3980f6
    }

    .ui-subscriptionpanel #email_setup > div > .ui-emailstpradio {
        position: absolute;
        top: 7px;
        left: 7px;
    }

    .ui-subscriptionpanel #email_setup > div .ui-email-multiinput > select {
        width: 65px;
        float: left;
        margin-right: 8px;
    }

        .ui-subscriptionpanel #email_setup > div .ui-email-multiinput > select + * {
            width: calc(100% - 73px);
            float: left;
            margin-right: auto;
        }

div.sp-replacer {
    background: none;
    padding: 0;
    border: none;
}

    div.sp-replacer .sp-dd {
        display: none;
    }

    div.sp-replacer .sp-preview {
        width: 20px;
        height: 20px;
        margin: 0;
        border: solid 1px #b3b3b3;
        margin-right: 0;
        border-radius: 2px;
        overflow: hidden;
    }

.ui-colorpos01, .ui-colorpos02 {
    position: absolute;
}

.ui-colorpos01 {
    z-index: 1;
    right: 1px;
    bottom: 1px;
}

.ui-colorpos02 {
    z-index: 1;
    right: 16px;
    top: 1px;
}

    .ui-colorpos02 div.sp-replacer .sp-preview {
        width: 22px;
        height: 22px;
        border-color: #ababab;
    }

.ui-charlimit {
    color: rgba(128, 128, 128, 0.8);
    margin-top: 2px;
}

.ui-tglesldnav {
    position: relative;
    z-index: 1;
    width: 100%;
    clear: both;
    background: rgba(0, 0, 0, 0.11);
}

    .ui-tglesldnav a.toggle-btn {
        padding-top: 9px;
        height: 33px;
    }

.ui-mainlftnav {
    font-size: 13px;
}

    .ui-mainlftnav .ui-lfthd {
        background-color: #535353;
        color: #ededed;
    }

        .ui-mainlftnav .ui-lfthd > i:first-child {
            font-size: 20px;
            width: 30px;
            text-align: center;
            padding-left: 0;
            margin-top: 0;
            margin-right: 10px;
        }

    .ui-mainlftnav .ui-lfthd {
    }

    .ui-mainlftnav li:hover .ui-lfthd {
        background-color: rgba(255, 255, 255, 0.14);
        color: white;
    }

    .ui-mainlftnav > .nav > li > .nav-sub li a:hover {
        background-color: rgba(255, 255, 255, 0.12);
        color: white;
        border-left: 3px solid #3980f6
    }

    .ui-mainlftnav li.active > a.ui-lfthd {
        background: #3980f6;
    }

    .ui-mainlftnav .ui-lftnavhd01 {
    }

.ui-tglesldnav a {
    text-align: center;
}

.ui-top-toolnav {
    min-height: 40px;
    padding: 0 15px;
}

    .ui-top-toolnav .page-title, .ui-top-subtoolnav .page-title {
        color: white;
    }

.ui-top-subtoolnav {
    background: #303d46;
    min-height: 40px;
    color: white;
}

    .ui-top-subtoolnav .navbar-collapse .navbar-nav li a {
        height: 40px;
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 12px;
    }

.ui-aside-compact .ui-lfthd > i {
    padding-left: 3px;
}

.ui-fader {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    background: rgba(0, 0, 0, 0.45);
    display: none;
}

.ui-usermenu .ui-userinfo {
    padding: 20px 0 20px 0;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 10px;
    color: white;
    background: #3980f6;
}

    .ui-usermenu .ui-userinfo .ui-prflpic {
        width: 70px;
        height: 70px;
        border-radius: 100%;
        margin: 0 10px 0 20px;
        border: 3px solid #ffffff;
        overflow: hidden;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.13);
        display: inline-block;
        vertical-align: middle;
    }

        .ui-usermenu .ui-userinfo .ui-prflpic > img {
            width: 100%;
            height: auto;
        }

    .ui-usermenu .ui-userinfo:after, .ui-entities .ui-entities-bar:after {
        content: "";
        clear: both;
        display: table;
    }

    .ui-usermenu .ui-userinfo .ui-infohold {
        width: 190px;
        display: inline-block;
        vertical-align: middle;
    }

        .ui-usermenu .ui-userinfo .ui-infohold span {
            display: block;
        }

        .ui-usermenu .ui-userinfo .ui-infohold .ui-userrole {
            font-size: 14px;
            font-weight: 600;
        }

        .ui-usermenu .ui-userinfo .ui-infohold .ui-useremail {
            color: rgba(255, 255, 255, 0.79);
            font-weight: 400;
            font-size: 11px;
        }

.ui-usermenu .ui-sidepanelist {
    padding: 0;
    margin: 0;
}

    .ui-usermenu .ui-sidepanelist li {
        list-style: none outside none;
    }

        .ui-usermenu .ui-sidepanelist li a {
            text-decoration: none;
            display: block;
            padding: 10px 20px;
            font-size: 13px;
            border: 1px solid transparent;
            font-weight: 600;
            border-left: 4px solid transparent;
            color: #5f5f5f;
        }

            .ui-usermenu .ui-sidepanelist li a:hover {
            }

        .ui-usermenu .ui-sidepanelist li.divider {
            border-bottom: 1px solid #eaeaea;
            margin: 10px 0;
        }

    .ui-usermenu .ui-sidepanelist > li > a > i {
        min-width: 35px;
        margin-right: 3px;
        float: left;
        font-size: 20px;
        height: 20px;
    }

        .ui-usermenu .ui-sidepanelist > li > a > i.fa-cog {
            font-size: 18px;
            padding-left: 2px;
        }

        .ui-usermenu .ui-sidepanelist > li > a > i.biui-ico-subcription {
            font-size: 18px;
        }

        .ui-usermenu .ui-sidepanelist > li > a > i.biui-ico-impersonate {
            font-size: 16px;
            padding: 2px 0 0 2px;
        }

        .ui-usermenu .ui-sidepanelist > li > a > i.biui-ico-smtp {
            font-size: 17px;
            padding: 2px 0 0 1px;
        }

        .ui-usermenu .ui-sidepanelist > li > a > i.fa-calendar {
            font-size: 18px;
            padding-left: 2px;
            padding-top: 1px;
        }

        .ui-usermenu .ui-sidepanelist > li > a > i.biui-ico-about {
            font-size: 21px;
        }

        .ui-usermenu .ui-sidepanelist > li > a > i.biui-ico-log-out {
            font-size: 19px;
            padding: 1px 0 0 1px;
        }

        .ui-usermenu .ui-sidepanelist > li > a > i.fa-tasks {
            font-size: 16px;
            padding-top: 2px;
            padding-left: 2px;
        }

        .ui-usermenu .ui-sidepanelist > li > a > i.biui-ico-imprlogout {
            font-size: 18px;
            padding-top: 2px;
        }

    .ui-usermenu .ui-sidepanelist > li:hover > a {
        background: rgba(0, 0, 0, 0.05) !important;
        transition-duration: .5s;
        border-radius: 1px;
        border-left: 4px solid #3980f6;
    }

.ui-usermenu .ui-close-panel {
    position: absolute;
    display: none;
    font-size: 15px;
    top: 6px;
    right: 6px;
    background: rgba(255, 255, 255, 0.21);
    border-radius: 3px;
    padding: 2px 7px 0;
    color: rgb(255, 255, 255);
    box-sizing: border-box;
}

    .ui-usermenu .ui-close-panel:hover {
        background: rgba(255, 255, 255, 0.44);
        transition-duration: .5s;
    }

    .ui-usermenu .ui-close-panel i {
        font-size: 13px;
    }

.ui-btnxtramrgn {
    margin: 3px 1px 0;
}

.ui-getdata-hd01 {
    margin: 0 0 10px;
    font-weight: 300;
}

.ui-pdingRL15 {
    padding-right: 15px;
    padding-left: 15px;
}

.ui-txtnoresize {
    resize: none;
}

.autosize {
    max-height: 250px;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    min-height: 37px;
}

.ui-tble {
    display: table;
    width: 100%;
}

.ui-tblecell {
    display: table-cell;
    float: none;
    vertical-align: top;
}

.ui-secondarylabel {
    display: block;
    margin: 4px 0 0 -20px;
    font-size: 11px;
    color: rgba(0, 0, 0, 0.56);
    font-weight: 600;
}

    .ui-secondarylabel .switchery {
        margin: -3px 0 0 -15px;
    }

.ui-toptoolbtnshold {
    margin: 0;
}

    .ui-toptoolbtnshold > li {
        float: left;
        position: relative;
    }

        .ui-toptoolbtnshold > li.disabled {
            opacity: .65;
            cursor: none;
        }

        .ui-toptoolbtnshold > li > a {
            display: block;
            font-size: 13px;
            padding: 7px 12px 5px;
            height: 32px;
            border-radius: 0;
        }

        .ui-toptoolbtnshold > li:hover > a {
            background: white;
        }

        .ui-toptoolbtnshold > li > a > i, .ui-toptoolbtnshold > li > a > span {
            display: inline-block;
            vertical-align: middle;
        }

        .ui-toptoolbtnshold > li > a > i {
            margin-right: 5px;
        }

            .ui-toptoolbtnshold > li > a > i.biui-ico-save-icon {
                font-size: 12px;
            }

            .ui-toptoolbtnshold > li > a > i ~ i {
                margin-right: 0;
            }

        .ui-toptoolbtnshold > li > a.ui-newbtn {
            background-color: #3980f6;
            color: white;
            font-weight: 600;
            margin-left: 1px;
        }

            .ui-toptoolbtnshold > li > a.ui-newbtn > i.biui-ico-newfolder {
                font-size: 27px;
                height: 18px;
                margin-top: -9px;
                margin-left: -3px;
            }

.ui-unctble i {
    min-width: 12px;
    margin: 0 2px;
}

.ui-unctble label.i-checks {
    padding-left: 0;
}

.ui-uncfilename {
    font-weight: 600;
}

.ui-uncdattime, .ui-uncfiletype, .ui-uncfilesize {
    opacity: .6;
}

.ui-btnonlyico {
    min-width: auto;
    margin: 5px 0;
}

    .ui-btnonlyico > i {
        margin: 0;
        text-align: center;
    }

.ui-formtble {
}

.ui-toolbtn a {
    display: inline-block;
    padding: 0 0 2px;
}

    .ui-toolbtn a i.ti-pencil, .ui-toolbtn a i.fa-trash-o {
        font-size: 13px;
    }

    .ui-toolbtn a i + span {
        padding-right: 2px;
        font-size: 10px;
    }

    .ui-toolbtn a i.ti-close {
        font-size: 9px;
    }

a.ui-delete, a.ui-edit, a.ui-save, a.ui-cancel, a.ui-preview, a.ui-restore {
    border: 1px solid transparent;
    border-radius: 2px;
    color: grey;
}

    a.ui-delete:hover, a.ui-edit:hover, a.ui-save:hover, a.ui-cancel:hover, a.ui-preview:hover, a.ui-restore:hover {
        color: white;
        background: white;
        border: 1px solid #c7c7c7;
    }

    a.ui-delete:hover {
        background: #ff3c48;
        border-color: #f0131d;
    }

    a.ui-edit:hover {
        background: #038cf0;
        border-color: #0275d0;
    }

    a.ui-save:hover {
        background: #5cb85c;
        border-color: #4cae4c;
    }

    a.ui-cancel:hover {
        background-color: #f0ad4e;
        border-color: #eea236;
    }

    a.ui-preview:hover {
        background-color: #525252;
        border-color: #151414;
    }

    a.ui-restore:hover {
        background-color: #5cb75c;
        border-color: #4cae4c;
    }

.ui-tableform { /*position: absolute; top: 0; left: 0; right: 0; bottom: 0; box-sizing: border-box; border-radius: 0; height: auto; background: white; border-color: rgba(0, 0, 0, 0.44); border-width: 1px;*/
}

.ui-popover01 p {
    font-size: 13px
}

    .ui-popover01 p span {
        display: block;
        font-size: 11px;
        color: grey;
    }

.ui-subtoolhd {
    padding: 8px 0 0;
    margin: 0;
}

.ui-iconicbtn {
    width: auto;
    min-width: auto;
    text-align: center;
}

.ui-uploadadjst {
    width: 200px;
    display: inline-block;
}

.ui-actvgold, .ui-actvgold:hover, .ui-actvgold:focus {
    color: #ff6700;
}

.ui-srchwithfield {
    position: absolute;
    top: 5px;
    left: 5px;
    color: #555;
}

.ui-datamatching {
    text-align: center;
}

    .ui-datamatching .radio-inline {
        min-width: 130px;
        padding: 0;
        margin: 0 1px;
        border: 1px solid #f1f1f1;
    }

        .ui-datamatching .radio-inline:hover {
            background: rgba(0, 0, 0, 0.05);
        }

        .ui-datamatching .radio-inline input[type="radio"]:checked ~ em {
            color: white;
        }

            .ui-datamatching .radio-inline input[type="radio"]:checked ~ em:before {
                content: "";
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
                z-index: 0;
                box-shadow: 0 0 19px rgba(128, 128, 128, 0.24);
                background: #3980f6;
            }

        .ui-datamatching .radio-inline + .radio-inline {
            margin-left: 0;
        }

        .ui-datamatching .radio-inline > label {
            padding: 10px;
            display: block;
        }

            .ui-datamatching .radio-inline > label > i {
                display: none;
            }

            .ui-datamatching .radio-inline > label > em {
                font-size: 13px;
                font-weight: 600;
                font-style: normal;
                display: block;
            }

                .ui-datamatching .radio-inline > label > em > i {
                    font-size: 40px;
                    position: relative;
                    z-index: 1;
                }

                .ui-datamatching .radio-inline > label > em > span {
                    display: block;
                    position: relative;
                    z-index: 1;
                }

.ui-subth {
    display: block;
    font-size: 10px;
    font-weight: 600;
    padding-top: 2px;
    color: rgba(0, 0, 0, 0.45);
}

.ui-btngroup01.input-group-btn {
    vertical-align: top;
}

    .ui-btngroup01.input-group-btn .btn-success {
        margin: 0 5px 0 4px;
    }

.ui-adjstformgroup01 > label {
    margin: 0 10px 0 20px;
    text-align: right;
}

.ui-adjstformgroup01 > input[type="text"] {
    width: 50px;
}

.ui-subscribenext {
    display: inline-block;
}

    .ui-subscribenext.brdrR {
        border-right: 1px solid #cccccc;
        margin-right: 11px;
        padding-right: 14px;
        box-shadow: 1px 0 white;
    }

.ui-subscribeActive {
    margin: 4px 0 0 0;
    float: left;
}

    .ui-subscribeActive > span.ui-subscribeActiveLabel {
        margin: 1px 10px 0 0;
        float: left;
    }

.js-switch-label {
    position: relative;
    top: 2px;
    margin-left: 1px;
}

.ui-bispotoverlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.gs-w .ui-bispotoverlay {
    background: #eaeef3;
    z-index: 100;
    opacity: .7;
}

.ui-container > .ui-bispotoverlay {
    z-index: 0;
}

.gs-w.ui-ovrlayOpac {
    opacity: .3;
}

.ui-ovrlyhidescroll {
    overflow: hidden !important;
}

.container-fluid.tab-pane {
    display: none;
}

    .container-fluid.tab-pane.active {
        display: block;
    }
/* Submenu tool panel - Start*/
.ui-panelstyle01 {
    width: 850px;
    right: -850px;
    background: #ffffff;
    position: fixed;
    z-index: 101;
    top: 40px;
    bottom: 24px;
    box-shadow: -3px 0px 13px 3px rgba(0, 0, 0, 0.05);
    border: 1px solid #fff;
}

    .ui-panelstyle01.ui-panelstyle02 {
        width: 340px;
        right: -340px;
    }

    .ui-panelstyle01 .ui-toolmenucontent {
        overflow-y: auto;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        padding-bottom: 20px;
    }

    .ui-panelstyle01 .ui-toolmenucontent {
        margin: 41px 0 55px;
        padding: 10px 0;
    }

    .ui-panelstyle01 .modal-footer {
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
    }

    .ui-panelstyle01 .ui-paramTo, .ui-paramTo {
        display: inline-block;
        padding: 6px 6px 0px 6px;
    }

    .ui-panelstyle01 .ui-paramTxtval {
        width: 115px;
    }

.ui-paramfader {
    position: absolute;
    z-index: 100;
    left: 0;
    background: rgba(245, 245, 245, 0.75);
    bottom: 0;
    top: 40px;
    right: 0;
    display: none;
}
/* Submenu tool panel - End*/

/* Discussion Panel Width Fixing*/
.ui-panelstyle01.ui-panelstyle02.discussion-panel {
    width: 570px;
    right: -570px;
}
/* End here */


/* Welcome Page - Start*/
.ui-biwelcome {
    font-weight: 300;
}

    .ui-biwelcome > span {
        font-size: 13px;
    }

        .ui-biwelcome > span .ui-bihdtxt {
            font-size: 19px;
            line-height: 0
        }

.ui-welcome-tool {
    margin-top: 15px;
}

    .ui-welcome-tool h4 {
        color: #757575;
    }

.ui-welcom-box {
    width: 100%;
    font-size: 0;
    box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.05);
}

    .ui-welcom-box button.slick-arrow {
        position: absolute;
        top: -33px;
        right: 0;
        border: none;
        font-size: 0;
        width: 24px;
        height: 24px;
        background: white;
        border-radius: 20px;
        box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.05);
    }

        .ui-welcom-box button.slick-arrow:hover {
            background: #3980f6;
        }

        .ui-welcom-box button.slick-arrow:before {
            font-family: 'FontAwesome';
            content: "";
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            font-size: 20px;
            top: -4px;
            position: relative;
            color: #757575;
        }

        .ui-welcom-box button.slick-arrow:hover::before {
            color: white;
        }

    .ui-welcom-box button.slick-prev.slick-arrow {
        right: 30px;
    }

        .ui-welcom-box button.slick-prev.slick-arrow:before {
            content: "\f104";
            left: -1px;
        }

    .ui-welcom-box button.slick-next.slick-arrow:before {
        content: "\f105";
        right: -1px;
    }

    .ui-welcom-box button.slick-arrow:active {
        box-shadow: none;
        margin-top: 1px;
        margin-right: -1px;
    }

    .ui-welcom-box .ui-welcom-toolinfo {
        width: 180px;
        display: inline-block;
        vertical-align: top;
        background: white;
        min-height: 230px;
        margin: 0;
        padding: 12px 15px;
        position: relative;
        font-size: 12px;
        font-weight: 600;
    }

        .ui-welcom-box .ui-welcom-toolinfo > a {
            display: block;
            position: absolute;
            left: 15px;
            right: 15px;
            bottom: 14px;
            font-weight: 600;
            text-transform: uppercase;
            line-height: 14px;
            font-size: 11px;
        }

    .ui-welcom-box .slick-current .ui-welcom-toolinfo {
        border-right: 1px solid #f1f1f1;
    }

    .ui-welcom-box .ui-welcom-toolinfo > h5 {
        margin: 9px 0 10px;
        font-weight: 400;
        font-size: 16px;
    }

        .ui-welcom-box .ui-welcom-toolinfo > h5 > i {
            font-size: 19px;
            margin-right: 0px;
            width: 24px;
            line-height: 16px;
        }

        .ui-welcom-box .ui-welcom-toolinfo > h5 > span {
            width: calc(100% - 30px);
            line-height: 17px;
        }

        .ui-welcom-box .ui-welcom-toolinfo > h5 > i, .ui-welcom-box .ui-welcom-toolinfo > h5 > span {
            vertical-align: top;
            text-align: left;
            display: inline-block;
        }

    .ui-welcom-box .ui-welcom-toolinfo > p {
        font-weight: 600;
        line-height: 14px;
        color: #797979;
        font-size: 11px;
        padding: 0px 0 2px;
    }

.ui-welcomelnks > li {
    position: relative;
    padding: 0 0 1px 20px;
}

    .ui-welcomelnks > li > a {
        font-size: 11px;
        font-weight: 400;
        line-height: 12px;
        display: inline-block;
        position: relative;
        color: #808080;
    }

        .ui-welcomelnks > li > a:hover {
            color: #3980f6
        }

        .ui-welcomelnks > li > a > i {
            position: absolute;
            left: -18px;
            top: 2px;
        }

.ui-welsprtr {
    border-color: rgba(0, 0, 0, 0.07);
    box-shadow: 0 1px rgba(255, 255, 255, 0.5);
    margin: 30px 0 15px;
}

.ui-welcome-recentsec {
    margin-top: 15px;
}

    .ui-welcome-recentsec p.ui-welcom-noactivity {
        color: #b5b5b5;
    }

    .ui-welcome-recentsec h4 {
        margin-bottom: 15px;
    }
/* Welcome Page - End*/

/*Settings Landing Page - start*/
.ui-settingsLand {
}

    .ui-settingsLand .ui-settingshd {
        font-weight: 300;
        padding: 0;
        font-size: 29px;
        margin-top: 0;
    }

    .ui-settingsLand .ui-settingshd2 {
        font-weight: 400;
        margin: 0 0 5px 0;
        font-size: 16px;
        margin-top: 5px;
    }

    .ui-settingsLand p {
        color: #989898;
    }

.ui-subsettings > li {
    display: inline-block;
    vertical-align: top;
    margin-right: 25px;
}

.ui-subsettings .ui-subsettingsCard {
    display: block;
    width: 110px;
    min-height: 150px;
    position: relative;
    text-align: center;
}

    .ui-subsettings .ui-subsettingsCard:hover .ui-subsettingsIco {
        color: white;
        background: #3980f6;
        border-color: transparent;
    }

.ui-subsettings .ui-subsettingsIco {
    border: 1px solid #dddddd;
    border-radius: 60px;
    display: table;
    width: 100%;
    height: 110px;
    color: #3980f6;
    transition: all .3s;
}

    .ui-subsettings .ui-subsettingsIco > i {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        font-size: 40px;
    }

.ui-subsettings .ui-subsettingsCapt {
    display: block;
    margin-top: 10px;
    color: #3980f6;
    font-size: 14px;
    line-height: 20px;
}

.ui-subsettingsRow {
    padding: 20px 0;
}

@-webkit-keyframes hvr-ripple-in {
    100% {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        opacity: 1;
    }
}

@keyframes hvr-ripple-in {
    100% {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        opacity: 1;
    }
}

.ui-subsettingsIco { /*display: inline-block;*/
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
}

    .ui-subsettingsIco:before {
        content: '';
        position: absolute;
        border: #3980f6 solid 4px;
        top: -12px;
        right: -12px;
        bottom: -12px;
        left: -12px;
        opacity: 0;
        -webkit-animation-duration: .5s;
        animation-duration: .5s;
        border-radius: 80px;
    }

.ui-subsettingsCard:hover .ui-subsettingsIco:before, .ui-subsettingsCard:focus .ui-subsettingsIco:before, .ui-subsettingsCard:active .ui-subsettingsIco:before {
    -webkit-animation-name: hvr-ripple-in;
    animation-name: hvr-ripple-in;
}
/*Settings Landing Page - end*/


/*About*/
.ui-about .ui-aboutlogo img {
    width: 125px;
}

.ui-about .ui-aboutheader {
    padding: 17px 0px;
}

.ui-about .ui-abtNav li {
    display: inline-block;
    padding: 0 10px;
    text-transform: uppercase;
}

.ui-about ul.ui-abtNav {
    border: 1px solid transparent;
    -moz-box-sizing: border-box;
    color: #697a87;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    height: 24px;
    letter-spacing: 1px;
    line-height: 42px;
    padding: 0 10px;
    text-decoration: none;
    transition: color .15s ease-out;
    vertical-align: middle;
    width: auto;
}

.ui-about .ui-topcontainer {
    position: relative;
}

.ui-about .btn-default.btnlogin:hover {
    background-color: #4db142;
    color: white;
}

.ui-about .ui-aboutBg {
    background-image: url("../images/about-bg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1193px 1035px;
    right: 21%;
    height: 700px;
}

.ui-about .MainImg {
    position: relative
}

    .ui-about .MainImg img {
        width: 96%;
        text-align: left;
        position: absolute;
        top: -142px;
        bottom: 0;
        right: 26%;
        z-index: -20;
    }

.ui-about header.abuthead {
    box-sizing: border-box;
    display: inline-table;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
    padding: 17px 41px;
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 10%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 10%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,1) 10%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
    /*-webkit-box-shadow: inset 0px 64px 60px 0px #fff, inset 0px 0 0px 0px #ccc0;  
 -moz-box-shadow: inset 0px 64px 60px 0px #fff, inset 0px 0 0px 0px #ccc0; 
 box-shadow: inset 0px 64px 60px 0px #fff, inset 0px 0 0px 0px #ccc0;*/
}

.ui-about .map {
    margin-top: 160px;
    margin-bottom: -6px;
}

.ui-about .ui-abtheading span {
    font-size: 41px;
    color: #2D3E4D;
    font-weight: 100;
    line-height: 48px;
}

.ui-about .ui-abtheading {
    margin-bottom: 30px;
    position: relative;
}

    .ui-about .ui-abtheading:before {
        content: "";
        height: 3px;
        width: 10%;
        background-color: #949da8;
        position: absolute;
        bottom: -15px;
    }

.ui-about .ui-contactSec ul {
    padding: 5px;
}

    .ui-about .ui-contactSec ul li {
        margin: 25px 0;
    }

.ui-about .ui-contactSec {
    box-shadow: 0 19px 43px rgba(0,0,0,.16);
    padding: 15px 40px;
    position: absolute;
    z-index: 3;
    background: white;
    min-width: 420px;
    left: 50%;
    transform: translate(-50%, -48%);
    top: 50%;
    margin-left: -340px;
}

    .ui-about .ui-contactSec .ui-contactdel {
        font-family: ProximaNova, Arial, Helvetica, sans-serif;
        font-weight: 300;
        font-size: 14px;
        line-height: 20px;
        color: #8797a3;
    }

    .ui-about .ui-contactSec .ui-socialicon {
        padding: 0px;
    }

        .ui-about .ui-contactSec .ui-socialicon li:hover {
            opacity: 1;
            color: #2d3e4d;
        }

        .ui-about .ui-contactSec .ui-socialicon li {
            margin-bottom: 0;
            display: inline-block;
            cursor: pointer;
            opacity: .5;
            transition: opacity .15s ease-out;
            margin-top: 0;
        }

            .ui-about .ui-contactSec .ui-socialicon li i {
                font-size: 25px;
                margin-right: 5px;
            }

.ui-about .ui-contactus:before {
    content: "";
    height: 2px;
    width: 10%;
    background-color: #949ba8;
    position: absolute;
    top: 88px;
}

.ui-about .ui-contactus {
    font-size: 43px;
    color: #2D3E4D;
    font-weight: 100;
}

.ui-about .ui-bgcolor {
    background: #535353;
    color: white;
    padding: 10px 0;
    font-size: 11px;
    font-weight: 600;
}

    .ui-about .ui-bgcolor p {
        color: #999999;
    }

.ui-addcomp i {
    position: relative;
    font-size: 24px;
    line-height: 0px;
    margin-right: 0px !important;
    top: 7px;
}

.ui-about .ui-abSec, .ui-about .ui-hiddenlayerab {
    width: 100%;
    height: 100vh;
    position: relative;
}

    .ui-about .ui-abSec.ui-bgab {
        background: url(/images/about-bg.jpg) -60% center no-repeat;
        background-size: 80%;
    }

    .ui-about .ui-abSec .ui-descriab {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

        .ui-about .ui-abSec .ui-descriab p {
            font-size: 14px;
            line-height: 24px;
            color: #697A87;
        }

.ui-about .ui-hiddenlayerab {
    position: absolute;
    z-index: 1;
}

.ui-about footer {
    position: fixed;
    z-index: 5;
    bottom: 0;
    width: 100%;
}


/*--------------------------------------------
Theme Specific
----------------------------------------------*/
.ui-mainlftnav li.active > a.ui-lfthd, .ui-usermenu .ui-userinfo, .ui-proppaneltop, .ui-datamatching .radio-inline input[type="radio"]:checked ~ em::before, .ui-splashloader > div, .ui-subsettings .ui-subsettingsCard:hover .ui-subsettingsIco {
    background: #e85e00
}

.i-checks input:checked ~ i::before, .btn-primary, .ui-aside-compact .nav > li .nav-sub-header a, .ui-aside-compact .nav > li .nav-sub-header a:hover, .ui-toptoolbtnshold > li > a.ui-newbtn, .ui-customtabs .nav-pills > li.active > a, .ui-customtabs .nav-pills > li.active > a:focus, .ui-customtabs .nav-pills > li.active > a:hover, .btn.ui-toolbtnico.active, .ui-welcom-box button.slick-arrow:hover {
    background-color: #e85e00
}

.getdata-aside ul li.active a, .getdata-aside ul li.active a:focus, .getdata-aside ul li.active a:hover, .ui-mainlftnav > .nav > li > .nav-sub li a:hover, .ui-usermenu .ui-sidepanelist > li:hover > a {
    border-left-color: #e85e00
}

.i-checks input:checked ~ i, .btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary, .btn-primary.focus, .btn-primary:focus, .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover, .btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary, .ui-propertiestab > li > a:hover, .ui-propertiespanelhold, .ui-propertiestab > li > a[aria-expanded="true"], .ui-folderview > li.ui-foldrchecked, .ui-subscriptionpanel #email_setup > div.ui-emailstpselected, .ui-subsettingsIco:before {
    border-color: #e85e00
}

.i-checks input[type=checkbox]:checked ~ i::before, .dx-checkbox-checked .dx-checkbox-icon::before, .ui-welcomelnks > li > a:hover, .ui-footerlinks > a:hover, .ui-policytabs .getdata-aside ul li.active a > i, .ui-subsettings .ui-subsettingsIco, .ui-subsettings .ui-subsettingsCapt {
    color: #e85e00
}
/*Bootstrap Button According to Theme*/
.btn-primary:hover {
    background-color: #c75100
}

.btn-primary, .btn-primary:hover, .ui-customtabs .nav-pills > li.active > a, .ui-customtabs .nav-pills > li.active > a:focus, .ui-customtabs .nav-pills > li.active > a:hover {
    border-color: rgba(0, 0, 0, 0.12)
}

    .btn-primary.focus, .btn-primary:focus, .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover, .btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
        background-color: #b34900
    }

    .ui-customtabs .nav-pills > li.active > a:after {
        color: #cc5300
    }

/*Favorites*/
.favorite > i {
    color: gold
}

.favorite2 > i {
    color: greenyellow
}

.unfavorite > i {
    color: darkgray
}

.favorite-star {
    font-size: 20px;
    cursor: pointer
}

.permission-ddl-box {
    width: 75px
}

.listFavoriteBtnContainer .ui-starred {
    display: inline !important;
}

/*Autocomplete CSS*/
.atwho-view {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    margin-top: 18px;
    background: white;
    color: black;
    border: 1px solid #DDD;
    border-radius: 3px;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    min-width: 120px;
    z-index: 11110 !important;
}

    .atwho-view .atwho-header {
        padding: 5px;
        margin: 5px;
        cursor: pointer;
        border-bottom: solid 1px #eaeff1;
        color: #6f8092;
        font-size: 11px;
        font-weight: bold;
    }

        .atwho-view .atwho-header .small {
            color: #6f8092;
            float: right;
            padding-top: 2px;
            margin-right: -5px;
            font-size: 12px;
            font-weight: normal;
        }

        .atwho-view .atwho-header:hover {
            cursor: default;
        }

    .atwho-view .cur {
        background: #3366FF;
        color: white;
    }

        .atwho-view .cur small {
            color: white;
        }

    .atwho-view strong {
        color: #3366FF;
    }

    .atwho-view .cur strong {
        color: white;
        font: bold;
    }

    .atwho-view ul {
        /* width: 100px; */
        list-style: none;
        padding: 0;
        margin: auto;
        max-height: 200px;
        overflow-y: auto;
    }

        .atwho-view ul li {
            display: block;
            padding: 5px 10px;
            border-bottom: 1px solid #DDD;
            cursor: pointer;
            /* border-top: 1px solid #C8C8C8; */
        }

    .atwho-view small {
        font-size: smaller;
        color: #777;
        font-weight: normal;
    }

#inputcity {
    width: 300px;
    height: 100px;
    background-color: white;
}

/*Dashboard Save PopUp form*/
#frmDashboard {
    margin-top: 15px;
}


/*Autocomplete CSS Ends*/
/* Scheduler log history popup*/
#modalLoadHistory {
    /*display: block !important;*/
}


    #modalLoadHistory .modal-dialog {
        overflow-y: initial !important
    }

    #modalLoadHistory .modal-body {
        height: 420px;
        overflow-y: auto;
    }

.license-error {
    color: #ca0000;
    font-size: 14px;
    font-weight: bold;
}

.license-error {
    color: #ca0000;
    font-size: 14px;
    font-weight: bold;
}

/*Fixing for DevEx 19 issues*/
/*.dx-placeholder {
    top: -5px !important;
}*/


/* Link Report iFrame Error css Starts */

.iframe-error {
    padding-top: 30px;
}

    .iframe-error h2 {
        padding-bottom: 30px;
    }

    .iframe-error p {
        font-weight: 600;
        font-size: 16px;
    }

.iframe-error-msg {
    background: #ffa9a9;
    padding: 20px 30px;
    color: #000000;
    font-size: 18px;
    text-overflow: ellipsis;
    overflow: hidden;
}

/* End */
/* End*/


.dx-mention {
    color: rgb(16, 110, 190) !important;
    font-weight: 700;
    border: none;
    font-size: 13px;
    background: none;
}


.showErrorMsgCompletely {
    margin-top: 15px;
}


.linkCompSavePopupError {
    margin-top: 24px;
}


.hideCheckbox .dx-select-checkbox {
    display: none;
}

.hideCheckbox .dx-treelist-icon-container.dx-editor-inline-block {
    padding-right: 2px !important;
}