/*!
 *   AdminLTE v2.4.0
 *   Author: Almsaeed Studio
 *	 Website: Almsaeed Studio <https://adminlte.io>
 *   License: Open source - MIT
 *           Please visit http://opensource.org/licenses/MIT for more information
 */
/*
 * Core: General Layout Style
 * -------------------------
 */
/* line 5, core.less */
html,
body {
    height: 100%;
}

/* line 8, core.less */
.layout-boxed html,
.layout-boxed body {
    height: 100%;
}

/* line 13, core.less */
body {
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 400;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #eaeaea;
}

/* Layout */
/* line 22, core.less */
.wrapper {
    height: 100%;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
}

/* line 14,*/
.wrapper:before,
.wrapper:after {
    content: " ";
    display: table;
}

/* line 19,*/
.wrapper:after {
    clear: both;
}

/* line 28, core.less */
.layout-boxed .wrapper {
    max-width: 1250px;
    margin: 0 auto;
    min-height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
    position: relative;
}

/* line 37, core.less */
.layout-boxed {
    background: url('../img/boxed-bg.jpg') repeat fixed;
}

/*
 * Content Wrapper - contains the main content
 */
/* line 44, core.less */
.content-wrapper,
.main-footer {
    -webkit-transition: -webkit-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
    -moz-transition: -moz-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
    -o-transition: -o-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, margin 0.3s ease-in-out;
    margin-left: 230px;
    z-index: 820;
}

/* line 53, core.less */
.layout-top-nav .content-wrapper,
.layout-top-nav .main-footer {
    margin-left: 0;
}

@media (max-width: 767px) {
    /* line 56, core.less */
    .content-wrapper,
    .main-footer {
        margin-left: 0;
    }
}

@media (min-width: 768px) {
    /* line 61, core.less */
    .sidebar-collapse .content-wrapper,
    .sidebar-collapse .main-footer {
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    /* line 67, core.less */
    .sidebar-open .content-wrapper,
    .sidebar-open .main-footer {
        -webkit-transform: translate(230px, 0);
        -ms-transform: translate(230px, 0);
        -o-transform: translate(230px, 0);
        transform: translate(230px, 0);
    }
}

/* line 73, core.less */
.content-wrapper {
    min-height: 100%;
    background-color: #ecf0f5;
    z-index: 800;
}

/* line 79, core.less */
.main-footer {
    background: #fff;
    padding: 15px;
    color: #444;
    border-top: 1px solid #d2d6de;
}

/* Fixed layout */
/* line 88, core.less */
.fixed .main-header,
.fixed .main-sidebar,
.fixed .left-side {
    position: fixed;
}

/* line 93, core.less */
.fixed .main-header {
    top: 0;
    right: 0;
    left: 0;
}

/* line 98, core.less */
.fixed .content-wrapper,
.fixed .right-side {
    padding-top: 50px;
}

@media (max-width: 767px) {
    /* line 101, core.less */
    .fixed .content-wrapper,
    .fixed .right-side {
        padding-top: 100px;
    }
}

/* line 106, core.less */
.fixed.layout-boxed .wrapper {
    max-width: 100%;
}

/* line 110, core.less */
.fixed .wrapper {
    overflow: hidden;
}

/* line 116, core.less */
.hold-transition .content-wrapper,
.hold-transition .right-side,
.hold-transition .main-footer,
.hold-transition .main-sidebar,
.hold-transition .left-side,
.hold-transition .main-header .navbar,
.hold-transition .main-header .logo,
.hold-transition .menu-open .fa-angle-left {
    /* Fix for IE */
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

/* Content */
/* line 130, core.less */
.content {
    min-height: 250px;
    padding: 15px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

/* H1 - H6 font */
/* h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Source Sans Pro', sans-serif;
} */
/* General Links */
/* line 153, core.less */
a {
    color: #8aa4af;
}

/* line 157, core.less */
a:hover,
a:active,
a:focus {
    outline: none;
    text-decoration: none;
    color: #f5c518;
}

.notifications-them{
    color: #444444;
    background: #444d5194;
}
.notifications-them:hover{
    color: #444444;
    background: #444d5126 !important;
}

/* Page Header */
/* line 166, core.less */
.page-header {
    margin: 10px 0 20px 0;
    font-size: 22px;
}

/* line 170, core.less */
.page-header > small {
    color: #666;
    display: block;
    margin-top: 5px;
}

/* line 66, variables.less */
.grey999 {
    color: #999999;
}

/* line 67, variables.less */
.green {
    color: #00a65a;
}

/* line 68, variables.less */
.red {
    color: #dd4b39;
}

/* line 69, variables.less */
.orange {
    color: #ff851b;
}

/* line 70, variables.less */
.white {
    color: #ffffff;
}

/* line 71, variables.less */
.primary {
    color: #dd4b39;
}

/* line 72, variables.less */
.primary-bg {
    background-color: #dd4b39;
}

/*
 * Component: Main Header
 * ----------------------
 */
/* line 6, header.less */
.main-header {
    position: relative;
    max-height: 100px;
    z-index: 1030;
}

/* line 11, header.less */
.main-header .navbar {
    -webkit-transition: margin-left 0.3s ease-in-out;
    -o-transition: margin-left 0.3s ease-in-out;
    transition: margin-left 0.3s ease-in-out;
    margin-bottom: 0;
    margin-left: 230px;
    border: none;
    min-height: 62px;
    border-radius: 0;
}

/* line 18, header.less */
.layout-top-nav .main-header .navbar {
    margin-left: 0;
}

/* line 23, header.less */
.main-header #navbar-search-input.form-control {
    background: rgba(255, 255, 255, 0.2);
    border-color: transparent;
}

/* line 26, header.less */
.main-header #navbar-search-input.form-control:focus,
.main-header #navbar-search-input.form-control:active {
    border-color: rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.9);
}

/* line 31, header.less */
.main-header #navbar-search-input.form-control::-moz-placeholder {
    color: #ccc;
    opacity: 1;
}

/* line 35, header.less */
.main-header #navbar-search-input.form-control:-ms-input-placeholder {
    color: #ccc;
}

/* line 38, header.less */
.main-header #navbar-search-input.form-control::-webkit-input-placeholder {
    color: #ccc;
}

/* line 43, header.less */
.main-header .navbar-custom-menu,
.main-header .navbar-right {
    float: right;
}

@media (max-width: 991px) {
    /* line 47, header.less */
    .main-header .navbar-custom-menu a,
    .main-header .navbar-right a {
        color: inherit;
        background: transparent;
    }
}

@media (max-width: 767px) {
    /* line 54, header.less */
    .main-header .navbar-right {
        float: none;
    }

    /* line 56, header.less */
    .navbar-collapse .main-header .navbar-right {
        margin: 7.5px -15px;
    }

    /* line 60, header.less */
    .main-header .navbar-right > li {
        color: inherit;
        border: 0;
    }
}

.circle {
    position: absolute;
    top: 10px;
    right: 8px;
    text-align: center;
    font-size: 8px;
    padding: 2px 3px;
    border-radius: 50% !important;
    height: 15px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 15px;
    line-height: 1.4 !important;
    background-color: #99001c;
}

/* line 67, header.less */
.main-header .sidebar-toggle {
    float: left;
    background-color: transparent;
    background-image: none;
    padding: 21px 21px;
    font-family: fontAwesome;
}

/* line 74, header.less */
/*.main-header .sidebar-toggle:before {*/
/*  content: "\f0c9";*/
/*}*/
/* line 77, header.less */
.main-header .sidebar-toggle:hover {
    color: #fff;
}

/* line 80, header.less */
.main-header .sidebar-toggle:focus,
.main-header .sidebar-toggle:active {
    background: transparent;
}

/* line 85, header.less */
.main-header .sidebar-toggle .icon-bar {
    display: none;
}

/* line 90, header.less */
.main-header .navbar .nav > li.user > a > .fa,
.main-header .navbar .nav > li.user > a > .glyphicon,
.main-header .navbar .nav > li.user > a > .ion {
    margin-right: 5px;
}

/* line 98, header.less */
.main-header .navbar .nav > li > a > .label {
    position: absolute;
    top: 6px;
    right: 3px;
    text-align: center;
    font-size: 9px;
    padding: 2px 3px;
    line-height: .9;
}

/* line 109, header.less */
.main-header .logo {
    -webkit-transition: width 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
    display: block;
    float: left;
    height: 62px;
    font-size: 20px;
    line-height: 62px;
    text-align: center;
    width: 230px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 0 15px;
    font-weight: 300;
    overflow: hidden;
}

/* line 124, header.less */
.main-header .logo .logo-lg {
    display: block;
}

/* line 128, header.less */
.main-header .logo .logo-mini {
    display: none;
}

/* line 133, header.less */
.main-header .navbar-brand {
    color: #fff;
}

/* line 139, header.less */
.content-header {
    position: relative;
    padding: 15px 15px 6px 15px;
}

/* line 143, header.less */
.content-header > h1 {
    margin: 0;
    font-size: 20px;
}

/* line 146, header.less */
.content-header > h1 > small {
    font-size: 15px;
    display: inline-block;
    padding-left: 4px;
    font-weight: 300;
}

/* line 154, header.less */
.content-header > .breadcrumb {
    float: right;
    background: transparent;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 12px;
    padding: 7px 5px;
    position: absolute;
    top: 15px;
    right: 10px;
    border-radius: 2px;
}

/* line 165, header.less */
.content-header > .breadcrumb > li > a {
    color: #444;
    text-decoration: none;
    display: inline-block;
}

/* line 169, header.less */
.content-header > .breadcrumb > li > a > .fa,
.content-header > .breadcrumb > li > a > .glyphicon,
.content-header > .breadcrumb > li > a > .ion {
    margin-right: 5px;
}

/* line 173, header.less */
.content-header > .breadcrumb > li + li:before {
    content: '>\00a0';
}

@media (max-width: 991px) {
    /* line 179, header.less */
    .content-header > .breadcrumb {
        position: relative;
        margin-top: 5px;
        top: 0;
        right: 0;
        float: none;
        background: #d2d6de;
        padding-left: 10px;
    }

    /* line 187, header.less */
    .content-header > .breadcrumb li:before {
        color: #97a0b3;
    }
}

/* line 194, header.less */
.navbar-toggle {
    color: #fff;
    border: 0;
    margin: 0;
    padding: 21px 15px;
}

@media (max-width: 991px) {
    /* line 203, header.less */
    .navbar-custom-menu .navbar-nav > li {
        float: left;
    }

    /* line 208, header.less */
    .navbar-custom-menu .navbar-nav {
        margin: 0;
        float: left;
    }

    /* line 213, header.less */
    .navbar-custom-menu .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px;
        line-height: 20px;
    }
}

@media (max-width: 767px) {
    /* line 222, header.less */
    .main-header {
        position: relative;
    }

    /* line 224, header.less */
    .main-header .logo,
    .main-header .navbar {
        width: 100%;
        float: none;
    }

    /* line 229, header.less */
    .main-header .navbar {
        margin: 0;
    }

    /* line 232, header.less */
    .main-header .navbar-custom-menu {
        float: right;
    }
}

@media (max-width: 991px) {
    /* line 239, header.less */
    .navbar-collapse.pull-left {
        float: none !important;
    }

    /* line 241, header.less */
    .navbar-collapse.pull-left + .navbar-custom-menu {
        display: block;
        position: absolute;
        top: 0;
        right: 40px;
    }
}

/*
 * Component: Sidebar
 * ------------------
 */
/* line 6, sidebar.less */
.main-sidebar {
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 62px;
    min-height: 100%;
    width: 230px;
    z-index: 810;
    -webkit-transition: -webkit-transform 0.3s ease-in-out, width 0.3s ease-in-out;
    -moz-transition: -moz-transform 0.3s ease-in-out, width 0.3s ease-in-out;
    -o-transition: -o-transform 0.3s ease-in-out, width 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, width 0.3s ease-in-out;
}

@media (max-width: 767px) {
    /* line 19, sidebar.less */
    .main-sidebar {
        padding-top: 100px;
    }
}

@media (max-width: 767px) {
    /* line 23, sidebar.less */
    .main-sidebar {
        -webkit-transform: translate(-230px, 0);
        -ms-transform: translate(-230px, 0);
        -o-transform: translate(-230px, 0);
        transform: translate(-230px, 0);
    }
}

@media (min-width: 768px) {
    /* line 28, sidebar.less */
    .sidebar-collapse .main-sidebar {
        -webkit-transform: translate(-230px, 0);
        -ms-transform: translate(-230px, 0);
        -o-transform: translate(-230px, 0);
        transform: translate(-230px, 0);
    }
}

@media (max-width: 767px) {
    /* line 34, sidebar.less */
    .sidebar-open .main-sidebar {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

/* line 40, sidebar.less */
.sidebar {
    padding-bottom: 10px;
}

/* line 46, sidebar.less */
.sidebar-form input:focus {
    border-color: transparent;
}

/* line 52, sidebar.less */
.user-panel {
    position: relative;
    width: 100%;
    padding: 10px;
    overflow: hidden;
}

/* line 14,*/
.user-panel:before,
.user-panel:after {
    content: " ";
    display: table;
}

/* line 19,*/
.user-panel:after {
    clear: both;
}

/* line 58, sidebar.less */
.user-panel > .image > img {
    width: 100%;
    max-width: 45px;
    height: auto;
}

/* line 63, sidebar.less */
.user-panel > .info {
    padding: 5px 5px 5px 15px;
    line-height: 1;
    position: absolute;
    left: 55px;
}

/* line 68, sidebar.less */
.user-panel > .info > p {
    font-weight: 600;
    margin-bottom: 9px;
}

/* line 72, sidebar.less */
.user-panel > .info > a {
    text-decoration: none;
    padding-right: 5px;
    margin-top: 3px;
    font-size: 11px;
}

/* line 77, sidebar.less */
.user-panel > .info > a > .fa,
.user-panel > .info > a > .ion,
.user-panel > .info > a > .glyphicon {
    margin-right: 3px;
}

/* line 87, sidebar.less */
.sidebar-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* line 92, sidebar.less */
.sidebar-menu > li {
    position: relative;
    margin: 0;
    padding: 0;
}

/* line 97, sidebar.less */
.sidebar-menu > li > a {
    padding: 15px 5px 15px 15px;
    display: block;
    border-bottom: 1px solid #000000;
}

/* line 101, sidebar.less */
.sidebar-menu > li > a > .fa,
.sidebar-menu > li > a > .glyphicon,
.sidebar-menu > li > a > .ion {
    width: 20px;
}

/* line 108, sidebar.less */
.sidebar-menu > li .label,
.sidebar-menu > li .badge {
    margin-right: 5px;
}

/* line 112, sidebar.less */
.sidebar-menu > li .badge {
    margin-top: 3px;
}

/* line 116, sidebar.less */
.sidebar-menu li.header {
    padding: 10px 25px 10px 15px;
    font-size: 12px;
}

/* line 120, sidebar.less */
.sidebar-menu li > a > .fa-angle-left,
.sidebar-menu li > a > .pull-right-container > .fa-angle-left {
    width: auto;
    height: auto;
    padding: 0;
    margin-right: 10px;
    -webkit-transition: transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
}

/* line 128, sidebar.less */
.sidebar-menu li > a > .fa-angle-left {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -8px;
}

/* line 136, sidebar.less */
.sidebar-menu .menu-open > a > .fa-angle-left,
.sidebar-menu .menu-open > a > .pull-right-container > .fa-angle-left {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

/* line 141, sidebar.less */
.sidebar-menu .active > .treeview-menu {
    display: block;
}

/*
.sidebar-menu > li > a {
    padding: 15px 5px 15px 15px;
    display: block;
    border-bottom: 4px solid #de0303;
}
*/
/*
 * Component: Sidebar Mini
 */
@media (min-width: 768px) {
    /* line 13, sidebar-mini.less */
    .sidebar-mini.sidebar-collapse .content-wrapper,
    .sidebar-mini.sidebar-collapse .right-side,
    .sidebar-mini.sidebar-collapse .main-footer {
        margin-left: 50px !important;
        z-index: 840;
    }

    /* line 21, sidebar-mini.less */
    .sidebar-mini.sidebar-collapse .main-sidebar {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        width: 50px !important;
        z-index: 850;
    }

    /* line 29, sidebar-mini.less */
    .sidebar-mini.sidebar-collapse .sidebar-menu > li {
        position: relative;
    }

    /* line 31, sidebar-mini.less */
    .sidebar-mini.sidebar-collapse .sidebar-menu > li > a {
        margin-right: 0;
    }

    /* line 34, sidebar-mini.less */
    .sidebar-mini.sidebar-collapse .sidebar-menu > li > a > span {
        border-top-right-radius: 4px;
    }

    /* line 39, sidebar-mini.less */
    .sidebar-mini.sidebar-collapse .sidebar-menu > li:not(.treeview) > a > span {
        border-bottom-right-radius: 4px;
    }

    /* line 44, sidebar-mini.less */
    .sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu {
        padding-top: 5px;
        padding-bottom: 5px;
        border-bottom-right-radius: 4px;
    }

    /* line 55, sidebar-mini.less */
    .sidebar-mini.sidebar-collapse .main-sidebar .user-panel > .info,
    .sidebar-mini.sidebar-collapse .sidebar-form,
    .sidebar-mini.sidebar-collapse .sidebar-menu > li > a > span,
    .sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu,
    .sidebar-mini.sidebar-collapse .sidebar-menu > li > a > .pull-right,
    .sidebar-mini.sidebar-collapse .sidebar-menu li.header {
        display: none !important;
        -webkit-transform: translateZ(0);
    }

    /* line 67, sidebar-mini.less */
    .sidebar-mini.sidebar-collapse .main-header .logo {
        width: 50px;
    }

    /* line 69, sidebar-mini.less */
    .sidebar-mini.sidebar-collapse .main-header .logo > .logo-mini {
        display: block;
        margin-left: -15px;
        margin-right: -15px;
        font-size: 18px;
    }

    /* line 75, sidebar-mini.less */
    .sidebar-mini.sidebar-collapse .main-header .logo > .logo-lg {
        display: none;
    }

    /* line 81, sidebar-mini.less */
    .sidebar-mini.sidebar-collapse .main-header .navbar {
        margin-left: 50px;
    }
}

/* line 95, sidebar-mini.less */
.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > a > span:not(.pull-right),
.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
    display: block !important;
    position: absolute;
    width: 180px;
    left: 50px;
}

/* line 104, sidebar-mini.less */
.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > a > span {
    top: 0;
    margin-left: -3px;
    padding: 12px 5px 12px 20px;
    background-color: inherit;
}

/* line 110, sidebar-mini.less */
.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > a > .pull-right-container {
    position: relative !important;
    float: right;
    width: auto !important;
    left: 180px !important;
    top: -22px !important;
    z-index: 900;
}

/* line 118, sidebar-mini.less */
.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > a > .pull-right-container > .label:not(:first-of-type) {
    display: none;
}

/* line 122, sidebar-mini.less */
.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
    top: 44px;
    margin-left: 0;
}

/* line 130, sidebar-mini.less */
.sidebar-expanded-on-hover .main-footer,
.sidebar-expanded-on-hover .content-wrapper {
    margin-left: 50px;
}

/* line 134, sidebar-mini.less */
.sidebar-expanded-on-hover .main-sidebar {
    box-shadow: 3px 0 8px rgba(0, 0, 0, 0.125);
}

/* line 140, sidebar-mini.less */
.sidebar-menu,
.main-sidebar .user-panel,
.sidebar-menu > li.header {
    white-space: nowrap;
    overflow: hidden;
}

/* line 147, sidebar-mini.less */
.sidebar-menu:hover {
    overflow: visible;
}

/* line 151, sidebar-mini.less */
.sidebar-form,
.sidebar-menu > li.header {
    overflow: hidden;
    text-overflow: clip;
}

/* line 157, sidebar-mini.less */
.sidebar-menu li > a {
    position: relative;
}

/* line 159, sidebar-mini.less */
.sidebar-menu li > a > .pull-right-container {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -7px;
}

/*
 * Component: Control sidebar. By default, this is the right sidebar.
 */
/* line 6, control-sidebar.less */
.control-sidebar-bg {
    position: fixed;
    z-index: 1000;
    bottom: 0;
}

/* line 13, control-sidebar.less */
.control-sidebar-bg,
.control-sidebar {
    top: 0;
    right: -230px;
    width: 230px;
    -webkit-transition: right 0.3s ease-in-out;
    -o-transition: right 0.3s ease-in-out;
    transition: right 0.3s ease-in-out;
}

/* line 22, control-sidebar.less */
.control-sidebar {
    position: absolute;
    padding-top: 62px;
    z-index: 1010;
}

@media (max-width: 768px) {
    /* line 27, control-sidebar.less */
    .control-sidebar {
        padding-top: 112px;
    }
}

/* line 31, control-sidebar.less */
.control-sidebar > .tab-content {
    padding: 10px 15px;
}

/* line 36, control-sidebar.less */
.control-sidebar.control-sidebar-open,
.control-sidebar.control-sidebar-open + .control-sidebar-bg {
    right: 0;
}

/* line 45, control-sidebar.less */
.control-sidebar-open .control-sidebar-bg,
.control-sidebar-open .control-sidebar {
    right: 0;
}

@media (min-width: 768px) {
    /* line 50, control-sidebar.less */
    .control-sidebar-open .content-wrapper,
    .control-sidebar-open .right-side,
    .control-sidebar-open .main-footer {
        margin-right: 230px;
    }
}

/* line 60, control-sidebar.less */
.fixed .control-sidebar {
    position: fixed;
    height: 100%;
    overflow-y: auto;
    padding-bottom: 50px;
}

/* line 72, control-sidebar.less */
.nav-tabs.control-sidebar-tabs > li:first-of-type > a,
.nav-tabs.control-sidebar-tabs > li:first-of-type > a:hover,
.nav-tabs.control-sidebar-tabs > li:first-of-type > a:focus {
    border-left-width: 0;
}

/* line 78, control-sidebar.less */
.nav-tabs.control-sidebar-tabs > li > a {
    border-radius: 0;
}

/* line 82, control-sidebar.less */
.nav-tabs.control-sidebar-tabs > li > a,
.nav-tabs.control-sidebar-tabs > li > a:hover {
    border-top: none;
    border-right: none;
    border-left: 1px solid transparent;
    border-bottom: 1px solid transparent;
}

/* line 89, control-sidebar.less */
.nav-tabs.control-sidebar-tabs > li > a .icon {
    font-size: 16px;
}

/* line 96, control-sidebar.less */
.nav-tabs.control-sidebar-tabs > li.active > a,
.nav-tabs.control-sidebar-tabs > li.active > a:hover,
.nav-tabs.control-sidebar-tabs > li.active > a:focus,
.nav-tabs.control-sidebar-tabs > li.active > a:active {
    border-top: none;
    border-right: none;
    border-bottom: none;
}

@media (max-width: 768px) {
    /* line 108, control-sidebar.less */
    .nav-tabs.control-sidebar-tabs {
        display: table;
    }

    /* line 110, control-sidebar.less */
    .nav-tabs.control-sidebar-tabs > li {
        display: table-cell;
    }
}

/* line 117, control-sidebar.less */
.control-sidebar-heading {
    font-weight: 400;
    font-size: 16px;
    padding: 10px 0;
    margin-bottom: 10px;
}

/* line 125, control-sidebar.less */
.control-sidebar-subheading {
    display: block;
    font-weight: 400;
    font-size: 14px;
}

/* line 132, control-sidebar.less */
.control-sidebar-menu {
    list-style: none;
    padding: 0;
    margin: 0 -15px;
}

/* line 136, control-sidebar.less */
.control-sidebar-menu > li > a {
    display: block;
    padding: 10px 15px;
}

/* line 14,*/
.control-sidebar-menu > li > a:before,
.control-sidebar-menu > li > a:after {
    content: " ";
    display: table;
}

/* line 19,*/
.control-sidebar-menu > li > a:after {
    clear: both;
}

/* line 140, control-sidebar.less */
.control-sidebar-menu > li > a > .control-sidebar-subheading {
    margin-top: 0;
}

/* line 144, control-sidebar.less */
.control-sidebar-menu .menu-icon {
    float: left;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    line-height: 35px;
}

/* line 152, control-sidebar.less */
.control-sidebar-menu .menu-info {
    margin-left: 45px;
    margin-top: 3px;
}

/* line 155, control-sidebar.less */
.control-sidebar-menu .menu-info > .control-sidebar-subheading {
    margin: 0;
}

/* line 158, control-sidebar.less */
.control-sidebar-menu .menu-info > p {
    margin: 0;
    font-size: 11px;
}

/* line 163, control-sidebar.less */
.control-sidebar-menu .progress {
    margin: 0;
}

/* line 169, control-sidebar.less */
.control-sidebar-dark {
    color: #b8c7ce;
}

/* line 172, control-sidebar.less */
.control-sidebar-dark,
.control-sidebar-dark + .control-sidebar-bg {
    background: #222d32;
}

/* line 177, control-sidebar.less */
.control-sidebar-dark .nav-tabs.control-sidebar-tabs {
    border-bottom: #1c2529;
}

/* line 180, control-sidebar.less */
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a {
    background: #181f23;
    color: #b8c7ce;
}

/* line 184, control-sidebar.less */
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a,
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:hover,
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:focus {
    border-left-color: #141a1d;
    border-bottom-color: #141a1d;
}

/* line 190, control-sidebar.less */
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:hover,
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:focus,
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:active {
    background: #1c2529;
}

/* line 195, control-sidebar.less */
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:hover {
    color: #fff;
}

/* line 202, control-sidebar.less */
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li.active > a,
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li.active > a:hover,
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li.active > a:focus,
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li.active > a:active {
    background: #222d32;
    color: #fff;
}

/* line 214, control-sidebar.less */
.control-sidebar-dark .control-sidebar-heading,
.control-sidebar-dark .control-sidebar-subheading {
    color: #fff;
}

/* line 222, control-sidebar.less */
.control-sidebar-dark .control-sidebar-menu > li > a:hover {
    background: #1e282c;
}

/* line 226, control-sidebar.less */
.control-sidebar-dark .control-sidebar-menu > li > a .menu-info > p {
    color: #b8c7ce;
}

/* line 236, control-sidebar.less */
.control-sidebar-light {
    color: #5e5e5e;
}

/* line 239, control-sidebar.less */
.control-sidebar-light,
.control-sidebar-light + .control-sidebar-bg {
    background: #f9fafc;
    border-left: 1px solid #d2d6de;
}

/* line 245, control-sidebar.less */
.control-sidebar-light .nav-tabs.control-sidebar-tabs {
    border-bottom: #d2d6de;
}

/* line 248, control-sidebar.less */
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a {
    background: #e8ecf4;
    color: #444444;
}

/* line 252, control-sidebar.less */
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a,
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:hover,
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:focus {
    border-left-color: #d2d6de;
    border-bottom-color: #d2d6de;
}

/* line 258, control-sidebar.less */
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:hover,
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:focus,
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:active {
    background: #eff1f7;
}

/* line 267, control-sidebar.less */
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li.active > a,
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li.active > a:hover,
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li.active > a:focus,
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li.active > a:active {
    background: #f9fafc;
    color: #111;
}

/* line 279, control-sidebar.less */
.control-sidebar-light .control-sidebar-heading,
.control-sidebar-light .control-sidebar-subheading {
    color: #111;
}

/* line 284, control-sidebar.less */
.control-sidebar-light .control-sidebar-menu {
    margin-left: -14px;
}

/* line 288, control-sidebar.less */
.control-sidebar-light .control-sidebar-menu > li > a:hover {
    background: #f4f4f5;
}

/* line 292, control-sidebar.less */
.control-sidebar-light .control-sidebar-menu > li > a .menu-info > p {
    color: #5e5e5e;
}

/*
 * Component: Dropdown menus
 * -------------------------
 */
/*Dropdowns in general*/
/* line 7, dropdown.less */
.dropdown-menu {
    box-shadow: none;
    border-color: #eee;
}

/* line 10, dropdown.less */
/*OVERRIDE FOR LIVE SEARCH*/
/*.dropdown-menu > li > a {
  color: #777;
}*/
/* line 13, dropdown.less */
.dropdown-menu > li > a > .glyphicon,
.dropdown-menu > li > a > .fa,
.dropdown-menu > li > a > .ion {
    margin-right: 10px;
}

/* line 18, dropdown.less */
/*OVERRIDE FOR LIVE SEARCH*/
.dropdown-menu > li > a:hover {
    /*background-color: #000000;
  color: #333;*/
    background-color: #337ab7;
    color: #fff;
}

/* line 22, dropdown.less */
.dropdown-menu > .divider {
    background-color: #eee;
}

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

/* line 33, dropdown.less */
.navbar-nav > .notifications-menu > .dropdown-menu > li,
.navbar-nav > .messages-menu > .dropdown-menu > li,
.navbar-nav > .tasks-menu > .dropdown-menu > li {
    position: relative;
}

/* line 43, dropdown.less */
.navbar-nav > .notifications-menu > .dropdown-menu > li.header,
.navbar-nav > .messages-menu > .dropdown-menu > li.header,
.navbar-nav > .tasks-menu > .dropdown-menu > li.header {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-color: #ffffff;
    padding: 7px 10px;
    border-bottom: 1px solid #f4f4f4;
    color: #444444;
    font-size: 14px;
}

/* line 53, dropdown.less */
.navbar-nav > .notifications-menu > .dropdown-menu > li.footer > a,
.navbar-nav > .messages-menu > .dropdown-menu > li.footer > a,
.navbar-nav > .tasks-menu > .dropdown-menu > li.footer > a {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    font-size: 12px;
    background-color: #fff;
    padding: 7px 10px;
    border-bottom: 1px solid #eeeeee;
    color: #444 !important;
    text-align: center;
}

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

/* line 66, dropdown.less */
.navbar-nav > .notifications-menu > .dropdown-menu > li.footer > a:hover,
.navbar-nav > .messages-menu > .dropdown-menu > li.footer > a:hover,
.navbar-nav > .tasks-menu > .dropdown-menu > li.footer > a:hover {
    text-decoration: none;
    font-weight: normal;
}

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

/* line 80, dropdown.less */
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a,
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a,
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a {
    display: block;
    white-space: nowrap;
    /* Prevent text from breaking */
    border-bottom: 1px solid #f4f4f4;
}

/* line 85, dropdown.less */
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a:hover,
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:hover,
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a:hover {
    background: #ebebeb;
    text-decoration: none;
}

/* line 97, dropdown.less */
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a {
    color: #444444;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 10px;
}

/* line 103, dropdown.less */
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .glyphicon,
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .fa,
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .ion {
    width: 20px;
}

/* line 118, dropdown.less */
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a {
    margin: 0;
    padding: 10px 10px;
}

/* line 123, dropdown.less */
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > div > img {
    margin: auto 10px auto auto;
    width: 40px;
    height: 40px;
}

/* line 129, dropdown.less */
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > h4 {
    padding: 0;
    margin: 0;
    color: #444444;
    font-size: 15px;
    position: relative;
}

/* line 136, dropdown.less */
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > h4 > small {
    color: #999999;
    font-size: 10px;
    position: absolute;
    top: 0;
    right: 0;
}

/* line 145, dropdown.less */
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > p {
    margin: 0 0 0 45px;
    font-size: 12px;
    color: #888888;
}

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

/* line 19,*/
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:after {
    clear: both;
}

/* line 161, dropdown.less */
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a {
    padding: 10px;
}

/* line 164, dropdown.less */
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a > h3 {
    font-size: 14px;
    padding: 0;
    margin: 0 0 10px 0;
    color: #666666;
}

/* line 171, dropdown.less */
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a > .progress {
    padding: 0;
    margin: 0;
}

/* line 181, dropdown.less */
.navbar-nav > .user-menu > .dropdown-menu {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    padding: 1px 0 0 0;
    border-top-width: 0;
    /* width: 280px; */
}

/* line 187, dropdown.less */
.navbar-nav > .user-menu > .dropdown-menu,
.navbar-nav > .user-menu > .dropdown-menu > .user-body {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

/* line 192, dropdown.less */
.navbar-nav > .user-menu > .dropdown-menu > li.user-header {
    height: 175px;
    padding: 10px;
    text-align: center;
}

/* line 197, dropdown.less */
.navbar-nav > .user-menu > .dropdown-menu > li.user-header > img {
    z-index: 5;
    height: 90px;
    width: 90px;
    border: 3px solid;
    border-color: transparent;
    border-color: rgba(255, 255, 255, 0.2);
}

/* line 205, dropdown.less */
.navbar-nav > .user-menu > .dropdown-menu > li.user-header > p {
    z-index: 5;
    color: #fff;
    color: rgba(255, 255, 255, 0.8);
    font-size: 17px;
    margin-top: 10px;
}

/* line 212, dropdown.less */
.navbar-nav > .user-menu > .dropdown-menu > li.user-header > p > small {
    display: block;
    font-size: 12px;
}

/* line 220, dropdown.less */
.navbar-nav > .user-menu > .dropdown-menu > .user-body {
    padding: 15px;
    border-bottom: 1px solid #f4f4f4;
    border-top: 1px solid #dddddd;
}

/* line 14,*/
.navbar-nav > .user-menu > .dropdown-menu > .user-body:before,
.navbar-nav > .user-menu > .dropdown-menu > .user-body:after {
    content: " ";
    display: table;
}

/* line 19,*/
.navbar-nav > .user-menu > .dropdown-menu > .user-body:after {
    clear: both;
}

/* line 225, dropdown.less */
.navbar-nav > .user-menu > .dropdown-menu > .user-body a {
    color: #444 !important;
}

@media (max-width: 991px) {
    /* line 227, dropdown.less */
    .navbar-nav > .user-menu > .dropdown-menu > .user-body a {
        background: #fff !important;
        color: #444 !important;
    }
}

/* line 235, dropdown.less */
.navbar-nav > .user-menu > .dropdown-menu > .user-footer {
    background-color: #f9f9f9;
    padding: 10px;
}

/* line 14,*/
.navbar-nav > .user-menu > .dropdown-menu > .user-footer:before,
.navbar-nav > .user-menu > .dropdown-menu > .user-footer:after {
    content: " ";
    display: table;
}

/* line 19,*/
.navbar-nav > .user-menu > .dropdown-menu > .user-footer:after {
    clear: both;
}

/* line 239, dropdown.less */
.navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-default {
    color: #666666;
}

@media (max-width: 991px) {
    /* line 242, dropdown.less */
    .navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-default:hover {
        background-color: #f9f9f9;
    }
}

/* line 249, dropdown.less */
.navbar-nav > .user-menu .user-image {
    float: left;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin-right: 10px;
    margin-top: -2px;
}

@media (max-width: 767px) {
    /* line 256, dropdown.less */
    .navbar-nav > .user-menu .user-image {
        float: none;
        margin-right: 0;
        margin-top: -8px;
        line-height: 10px;
    }
}

/* Add fade animation to dropdown menus by appending
 the class .animated-dropdown-menu to the .dropdown-menu ul (or ol)*/
/* line 267, dropdown.less */
.open:not(.dropup) > .animated-dropdown-menu {
    backface-visibility: visible !important;
    -webkit-animation: flipInX 0.7s both;
    -o-animation: flipInX 0.7s both;
    animation: flipInX 0.7s both;
}

@keyframes flipInX {
    /* line 274, dropdown.less */
    0% {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transition-timing-function: ease-in;
        opacity: 0;
    }
    /* line 280, dropdown.less */
    40% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transition-timing-function: ease-in;
    }
    /* line 285, dropdown.less */
    60% {
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    /* line 290, dropdown.less */
    80% {
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    /* line 294, dropdown.less */
    100% {
        transform: perspective(400px);
    }
}

@-webkit-keyframes flipInX {
    /* line 300, dropdown.less */
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        opacity: 0;
    }
    /* line 306, dropdown.less */
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
    }
    /* line 311, dropdown.less */
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    /* line 316, dropdown.less */
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    /* line 320, dropdown.less */
    100% {
        -webkit-transform: perspective(400px);
    }
}

/* Fix dropdown menu in navbars */
/* line 327, dropdown.less */
.navbar-custom-menu > .navbar-nav > li {
    position: relative;
}

/* line 329, dropdown.less */
.navbar-custom-menu > .navbar-nav > li > .dropdown-menu {
    position: absolute;
    right: 0;
    left: auto;
}

@media (max-width: 991px) {
    /* line 338, dropdown.less */
    .navbar-custom-menu > .navbar-nav {
        float: right;
    }

    /* line 340, dropdown.less */
    .navbar-custom-menu > .navbar-nav > li {
        position: static;
    }

    /* line 342, dropdown.less */
    .navbar-custom-menu > .navbar-nav > li > .dropdown-menu {
        position: absolute;
        right: 5%;
        left: auto;
        border: 1px solid #ddd;
        background: #fff;
    }
}

/* line 354, dropdown.less */
.navbar .dropdown-menu {
    box-shadow: none;
    border-color: #eee;
}

/* line 357, dropdown.less */
.navbar .dropdown-menu > li > a {
    color: #777;
}

/* line 360, dropdown.less */
.navbar .dropdown-menu > li > a > .glyphicon,
.navbar .dropdown-menu > li > a > .fa,
.navbar .dropdown-menu > li > a > .ion {
    margin-right: 10px;
}

/* line 365, dropdown.less */
.navbar .dropdown-menu > li > a:hover {
    background-color: #f5c518;
    color: #1a1a1a;
}

/* line 369, dropdown.less */
.navbar .dropdown-menu > .divider {
    background-color: #eee;
}

/* line 374, dropdown.less */
.nav-admin .dropdown-menu {
    box-shadow: none;
    border-color: #eee;
}

/* line 377, dropdown.less */
.nav-admin .dropdown-menu > li > a {
    color: #777;
}

/* line 380, dropdown.less */
.nav-admin .dropdown-menu > li > a > .glyphicon,
.nav-admin .dropdown-menu > li > a > .fa,
.nav-admin .dropdown-menu > li > a > .ion {
    margin-right: 10px;
}

/* line 385, dropdown.less */
.nav-admin .dropdown-menu > li > a:hover {
    background-color: #999999;
    color: #000;
}

/* line 389, dropdown.less */
.nav-admin .dropdown-menu > .divider {
    background-color: #eee;
}

.nav-admin .dropdown-menu:hover {
    background-color: #eee;
}

/*
 * Component: Form
 * ---------------
 */
/* line 5, forms.less */
.form-control {
    border-radius: 0;
    box-shadow: none;
    border-color: #d2d6de;
}

/* line 9, forms.less */
.form-control:focus {
    border-color: #3c8dbc;
    box-shadow: none;
}

/* line 13, forms.less */
.form-control::-moz-placeholder,
.form-control:-ms-input-placeholder,
.form-control::-webkit-input-placeholder {
    color: #bbb;
    opacity: 1;
}

/* line 20, forms.less */
.form-control:not(select) {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* line 29, forms.less */
.form-group.has-success label {
    color: #00a65a;
}

/* line 32, forms.less */
.form-group.has-success .form-control,
.form-group.has-success .input-group-addon {
    border-color: #00a65a;
    box-shadow: none;
}

/* line 37, forms.less */
.form-group.has-success .help-block {
    color: #00a65a;
}

/* line 43, forms.less */
.form-group.has-warning label {
    color: #f39c12;
}

/* line 46, forms.less */
.form-group.has-warning .form-control,
.form-group.has-warning .input-group-addon {
    border-color: #f39c12;
    box-shadow: none;
}

/* line 51, forms.less */
.form-group.has-warning .help-block {
    color: #f39c12;
}

/* line 57, forms.less */
.form-group.has-error label {
    color: #dd4b39;
}

/* line 60, forms.less */
.form-group.has-error .form-control,
.form-group.has-error .input-group-addon {
    border-color: #dd4b39;
    box-shadow: none;
}

/* line 65, forms.less */
.form-group.has-error .help-block {
    color: #dd4b39;
}

/* Input group */
/* line 73, forms.less */
.input-group .input-group-addon {
    border-radius: 0;
    border-color: #d2d6de;
    background-color: #fff;
}

/* button groups */
/* line 83, forms.less */
.btn-group-vertical .btn.btn-flat:first-of-type,
.btn-group-vertical .btn.btn-flat:last-of-type {
    border-radius: 0;
}

/* line 89, forms.less */
.icheck > label {
    padding-left: 0;
}

/* support Font Awesome icons in form-control */
/* line 94, forms.less */
.form-control-feedback.fa {
    line-height: 34px;
}

/* line 98, forms.less */
.input-lg + .form-control-feedback.fa,
.input-group-lg + .form-control-feedback.fa,
.form-group-lg .form-control + .form-control-feedback.fa {
    line-height: 46px;
}

/* line 104, forms.less */
.input-sm + .form-control-feedback.fa,
.input-group-sm + .form-control-feedback.fa,
.form-group-sm .form-control + .form-control-feedback.fa {
    line-height: 30px;
}

/*
 * Component: Progress Bar
 * -----------------------
 */
/* line 7, progress-bars.less */
.progress,
.progress > .progress-bar {
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* line 10, progress-bars.less */
.progress,
.progress > .progress-bar,
.progress .progress-bar,
.progress > .progress-bar .progress-bar {
    border-radius: 1px;
}

/* size variation */
/* line 16, progress-bars.less */
.progress.sm,
.progress-sm {
    height: 10px;
}

/* line 19, progress-bars.less */
.progress.sm,
.progress-sm,
.progress.sm .progress-bar,
.progress-sm .progress-bar {
    border-radius: 1px;
}

/* line 24, progress-bars.less */
.progress.xs,
.progress-xs {
    height: 7px;
}

/* line 27, progress-bars.less */
.progress.xs,
.progress-xs,
.progress.xs .progress-bar,
.progress-xs .progress-bar {
    border-radius: 1px;
}

/* line 32, progress-bars.less */
.progress.xxs,
.progress-xxs {
    height: 3px;
}

/* line 35, progress-bars.less */
.progress.xxs,
.progress-xxs,
.progress.xxs .progress-bar,
.progress-xxs .progress-bar {
    border-radius: 1px;
}

/* Vertical bars */
/* line 41, progress-bars.less */
.progress.vertical {
    position: relative;
    width: 30px;
    height: 200px;
    display: inline-block;
    margin-right: 10px;
}

/* line 47, progress-bars.less */
.progress.vertical > .progress-bar {
    width: 100%;
    position: absolute;
    bottom: 0;
}

/* line 54, progress-bars.less */
.progress.vertical.sm,
.progress.vertical.progress-sm {
    width: 20px;
}

/* line 59, progress-bars.less */
.progress.vertical.xs,
.progress.vertical.progress-xs {
    width: 10px;
}

/* line 63, progress-bars.less */
.progress.vertical.xxs,
.progress.vertical.progress-xxs {
    width: 3px;
}

/* line 71, progress-bars.less */
.progress-group .progress-text {
    font-weight: 600;
}

/* line 74, progress-bars.less */
.progress-group .progress-number {
    float: right;
}

/* Remove margins from progress bars when put in a table */
/* line 81, progress-bars.less */
.table tr > td .progress {
    margin: 0;
}

/* line 88, progress-bars.less */
.progress-bar-light-blue,
.progress-bar-primary {
    background-color: #3c8dbc;
}

/* line 7,*/
.progress-striped .progress-bar-light-blue,
.progress-striped .progress-bar-primary {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 93, progress-bars.less */
.progress-bar-green,
.progress-bar-success {
    background-color: #00a65a;
}

/* line 7,*/
.progress-striped .progress-bar-green,
.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 98, progress-bars.less */
.progress-bar-aqua,
.progress-bar-info {
    background-color: #00c0ef;
}

/* line 7,*/
.progress-striped .progress-bar-aqua,
.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 103, progress-bars.less */
.progress-bar-yellow,
.progress-bar-warning {
    background-color: #f39c12;
}

/* line 7,*/
.progress-striped .progress-bar-yellow,
.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 108, progress-bars.less */
.progress-bar-red,
.progress-bar-danger {
    background-color: #dd4b39;
}

/* line 7,*/
.progress-striped .progress-bar-red,
.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/*
 * Component: Small Box
 * --------------------
 */
/* line 6, small-box.less */
.small-box {
    border-radius: 2px;
    position: relative;
    display: block;
    margin-bottom: 20px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

/* line 13, small-box.less */
.small-box > .inner {
    padding: 10px;
}

/* line 17, small-box.less */
.small-box > .small-box-footer {
    position: relative;
    text-align: center;
    padding: 3px 0;
    color: #fff;
    color: rgba(255, 255, 255, 0.8);
    display: block;
    z-index: 10;
    background: rgba(0, 0, 0, 0.1);
    text-decoration: none;
}

/* line 27, small-box.less */
.small-box > .small-box-footer:hover {
    color: #fff;
    background: rgba(0, 0, 0, 0.15);
}

/* line 33, small-box.less */
.small-box h3 {
    font-size: 38px;
    font-weight: bold;
    margin: 0 0 10px 0;
    white-space: nowrap;
    padding: 0;
}

/* line 42, small-box.less */
.small-box p {
    font-size: 15px;
}

/* line 44, small-box.less */
.small-box p > small {
    display: block;
    color: #f9f9f9;
    font-size: 13px;
    margin-top: 5px;
}

/* line 52, small-box.less */
.small-box h3,
.small-box p {
    z-index: 5;
}

/* line 57, small-box.less */
.small-box .icon {
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    position: absolute;
    top: -10px;
    right: 10px;
    z-index: 0;
    font-size: 90px;
    color: rgba(0, 0, 0, 0.15);
}

/* line 68, small-box.less */
.small-box:hover {
    text-decoration: none;
    color: #f9f9f9;
}

/* line 72, small-box.less */
.small-box:hover .icon {
    font-size: 95px;
}

@media (max-width: 767px) {
    /* line 80, small-box.less */
    .small-box {
        text-align: center;
    }

    /* line 82, small-box.less */
    .small-box .icon {
        display: none;
    }

    /* line 85, small-box.less */
    .small-box p {
        font-size: 12px;
    }
}

/*
 * Component: Box
 * --------------
 */
/* line 5, boxes.less */
.box {
    position: relative;
    border-radius: 0;
    background: #ffffff;
    border-top: 3px solid #abaeb5;
    margin-bottom: 4px;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

/* line 15, boxes.less */
.box.box-primary {
    border-top-color: #3c8dbc;
}

/* line 18, boxes.less */
.box.box-info {
    border-top-color: #00c0ef;
}

/* line 21, boxes.less */
.box.box-danger {
    border-top-color: #dd4b39;
}

/* line 24, boxes.less */
.box.box-warning {
    border-top-color: #f39c12;
}

/* line 27, boxes.less */
.box.box-success {
    border-top-color: #00a65a;
}

/* line 30, boxes.less */
.box.box-default {
    border-top-color: #d2d6de;
}

/* line 36, boxes.less */
.box.collapsed-box .box-body,
.box.collapsed-box .box-footer {
    display: none;
}

/* line 43, boxes.less */
.box .nav-stacked > li {
    border-bottom: 1px solid #f4f4f4;
    margin: 0;
}

/* line 46, boxes.less */
.box .nav-stacked > li:last-of-type {
    border-bottom: none;
}

/* line 54, boxes.less */
.box.height-control .box-body {
    max-height: 300px;
    overflow: auto;
}

/* line 60, boxes.less */
.box .border-right {
    border-right: 1px solid #f4f4f4;
}

/* line 63, boxes.less */
.box .border-left {
    border-left: 1px solid #f4f4f4;
}

/* line 71, boxes.less */
.box.box-solid {
    border-top: 0;
}

/* line 74, boxes.less */
.box.box-solid > .box-header .btn.btn-default {
    background: transparent;
}

/* line 79, boxes.less */
.box.box-solid > .box-header .btn:hover,
.box.box-solid > .box-header a:hover {
    background: rgba(0, 0, 0, 0.1);
}

/* line 86, boxes.less */
.box.box-solid.box-default {
    border: 1px solid #d2d6de;
}

/* line 47, mixins.less */
.box.box-solid.box-default > .box-header {
    color: #abaeb5;
    background: #d2d6de;
    background-color: #d2d6de;
}

/* line 51, mixins.less */
.box.box-solid.box-default > .box-header a,
.box.box-solid.box-default > .box-header .btn {
    color: #abaeb5;
}

/* line 89, boxes.less */
.box.box-solid.box-primary {
    border: 1px solid #3c8dbc;
}

/* line 47, mixins.less */
.box.box-solid.box-primary > .box-header {
    color: #ffffff;
    background: #3c8dbc;
    background-color: #3c8dbc;
}

/* line 51, mixins.less */
.box.box-solid.box-primary > .box-header a,
.box.box-solid.box-primary > .box-header .btn {
    color: #ffffff;
}

/* line 92, boxes.less */
.box.box-solid.box-info {
    border: 1px solid #00c0ef;
}

/* line 47, mixins.less */
.box.box-solid.box-info > .box-header {
    color: #ffffff;
    background: #00c0ef;
    background-color: #00c0ef;
}

/* line 51, mixins.less */
.box.box-solid.box-info > .box-header a,
.box.box-solid.box-info > .box-header .btn {
    color: #ffffff;
}

/* line 95, boxes.less */
.box.box-solid.box-danger {
    border: 1px solid #dd4b39;
}

/* line 47, mixins.less */
.box.box-solid.box-danger > .box-header {
    color: #ffffff;
    background: #dd4b39;
    background-color: #dd4b39;
}

/* line 51, mixins.less */
.box.box-solid.box-danger > .box-header a,
.box.box-solid.box-danger > .box-header .btn {
    color: #ffffff;
}

/* line 98, boxes.less */
.box.box-solid.box-warning {
    border: 1px solid #f39c12;
}

/* line 47, mixins.less */
.box.box-solid.box-warning > .box-header {
    color: #ffffff;
    background: #f39c12;
    background-color: #f39c12;
}

/* line 51, mixins.less */
.box.box-solid.box-warning > .box-header a,
.box.box-solid.box-warning > .box-header .btn {
    color: #ffffff;
}

/* line 101, boxes.less */
.box.box-solid.box-success {
    border: 1px solid #00a65a;
}

/* line 47, mixins.less */
.box.box-solid.box-success > .box-header {
    color: #ffffff;
    background: #00a65a;
    background-color: #00a65a;
}

/* line 51, mixins.less */
.box.box-solid.box-success > .box-header a,
.box.box-solid.box-success > .box-header .btn {
    color: #ffffff;
}

/* line 105, boxes.less */
.box.box-solid > .box-header > .box-tools .btn {
    border: 0;
    box-shadow: none;
}

/* line 112, boxes.less */
.box.box-solid[class*='bg'] > .box-header {
    color: #fff;
}

/* line 121, boxes.less */
.box .box-group > .box {
    margin-bottom: 5px;
}

/* line 127, boxes.less */
.box .knob-label {
    text-align: center;
    color: #333;
    font-weight: 100;
    font-size: 12px;
    margin-bottom: 0.3em;
}

/* line 139, boxes.less */
.box > .overlay,
.overlay-wrapper > .overlay,
.box > .loading-img,
.overlay-wrapper > .loading-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* line 148, boxes.less */
.box .overlay,
.overlay-wrapper .overlay {
    z-index: 50;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 0;
}

/* line 152, boxes.less */
.box .overlay > .fa,
.overlay-wrapper .overlay > .fa {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -15px;
    margin-top: -15px;
    color: #000;
    font-size: 30px;
}

/* line 163, boxes.less */
.box .overlay.dark,
.overlay-wrapper .overlay.dark {
    background: rgba(0, 0, 0, 0.5);
}

/* line 14,*/
.box-header:before,
.box-body:before,
.box-footer:before,
.box-header:after,
.box-body:after,
.box-footer:after {
    content: " ";
    display: table;
}

/* line 19,*/
.box-header:after,
.box-body:after,
.box-footer:after {
    clear: both;
}

/* line 176, boxes.less */
.box-header {
    color: #444;
    display: block;
    padding: 10px;
    position: relative;
    background-color: #fff;
}

/* line 184, boxes.less */
.box-header.with-border {
    border-bottom: 1px solid #f4f4f4;
}

/* line 186, boxes.less */
.collapsed-box .box-header.with-border {
    border-bottom: none;
}

/* line 192, boxes.less */
.box-header > .fa,
.box-header > .glyphicon,
.box-header > .ion,
.box-header .box-title {
    display: inline-block;
    font-size: 18px;
    margin: 0;
    line-height: 1;
}

/* line 201, boxes.less */
.box-header > .fa,
.box-header > .glyphicon,
.box-header > .ion {
    margin-right: 5px;
}

/* line 206, boxes.less */
.box-header > .box-tools {
    position: absolute;
    right: 5px;
    top: 2px;
}

/* line 210, boxes.less */
.box-header > .box-tools [data-toggle="tooltip"] {
    position: relative;
}

/* line 215, boxes.less */
.box-header > .box-tools.pull-right .dropdown-menu {
    right: 0;
    left: auto;
}

/* line 221, boxes.less */
.box-header > .box-tools .dropdown-menu > li > a {
    color: #444 !important;
}

/* line 228, boxes.less */
.btn-box-tool {
    padding: 5px;
    font-size: 12px;
    background: transparent;
    color: #757a85;
}

/* line 233, boxes.less */
.open .btn-box-tool,
.btn-box-tool:hover {
    color: #45484f;
}

/* line 237, boxes.less */
.btn-box-tool.btn:active {
    box-shadow: none;
}

/* line 243, boxes.less */
.box-body {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    padding: 10px;
}

/* line 246, boxes.less */
.no-header .box-body {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

/* line 250, boxes.less */
.box-body > .table {
    margin-bottom: 0;
}

/* line 255, boxes.less */
.box-body .fc {
    margin-top: 5px;
}

/* line 259, boxes.less */
.box-body .full-width-chart {
    margin: -19px;
}

/* line 262, boxes.less */
.box-body.no-padding .full-width-chart {
    margin: -9px;
}

/* line 266, boxes.less */
.box-body .box-pane {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

/* line 269, boxes.less */
.box-body .box-pane-right {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

/* line 275, boxes.less */
.box-footer {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top: 1px solid #f4f4f4;
    padding: 10px;
    background-color: #ffffff;
}

/* line 282, boxes.less */
.chart-legend {
    margin: 10px 0;
}

@media (max-width: 991px) {
    /* line 286, boxes.less */
    .chart-legend > li {
        float: left;
        margin-right: 10px;
    }
}

/* line 294, boxes.less */
.box-comments {
    background: #f7f7f7;
}

/* line 296, boxes.less */
.box-comments .box-comment {
    padding: 8px 0;
    border-bottom: 1px solid #eee;
}

/* line 14,*/
.box-comments .box-comment:before,
.box-comments .box-comment:after {
    content: " ";
    display: table;
}

/* line 19,*/
.box-comments .box-comment:after {
    clear: both;
}

/* line 300, boxes.less */
.box-comments .box-comment:last-of-type {
    border-bottom: 0;
}

/* line 303, boxes.less */
.box-comments .box-comment:first-of-type {
    padding-top: 0;
}

/* line 306, boxes.less */
.box-comments .box-comment img {
    float: left;
}

/* line 311, boxes.less */
.box-comments .comment-text {
    margin-left: 40px;
    color: #555;
}

/* line 315, boxes.less */
.box-comments .username {
    color: #444;
    display: block;
    font-weight: 600;
}

/* line 320, boxes.less */
.box-comments .text-muted {
    font-weight: 400;
    font-size: 12px;
}

/* Widget: TODO LIST */
/* line 331, boxes.less */
.todo-list {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: auto;
}

/* line 337, boxes.less */
.todo-list > li {
    border-radius: 2px;
    padding: 10px;
    background: #f4f4f4;
    margin-bottom: 2px;
    border-left: 2px solid #e6e7e8;
    color: #444;
}

/* line 344, boxes.less */
.todo-list > li:last-of-type {
    margin-bottom: 0;
}

/* line 348, boxes.less */
.todo-list > li > input[type='checkbox'] {
    margin: 0 10px 0 5px;
}

/* line 352, boxes.less */
.todo-list > li .text {
    display: inline-block;
    margin-left: 5px;
    font-weight: 600;
}

/* line 359, boxes.less */
.todo-list > li .label {
    margin-left: 10px;
    font-size: 9px;
}

/* line 365, boxes.less */
.todo-list > li .tools {
    display: none;
    float: right;
    color: #dd4b39;
}

/* line 370, boxes.less */
.todo-list > li .tools > .fa,
.todo-list > li .tools > .glyphicon,
.todo-list > li .tools > .ion {
    margin-right: 5px;
    cursor: pointer;
}

/* line 376, boxes.less */
.todo-list > li:hover .tools {
    display: inline-block;
}

/* line 380, boxes.less */
.todo-list > li.done {
    color: #999;
}

/* line 382, boxes.less */
.todo-list > li.done .text {
    text-decoration: line-through;
    font-weight: 500;
}

/* line 387, boxes.less */
.todo-list > li.done .label {
    background: #d2d6de !important;
}

/* line 394, boxes.less */
.todo-list .danger {
    border-left-color: #dd4b39;
}

/* line 397, boxes.less */
.todo-list .warning {
    border-left-color: #f39c12;
}

/* line 400, boxes.less */
.todo-list .info {
    border-left-color: #00c0ef;
}

/* line 403, boxes.less */
.todo-list .success {
    border-left-color: #00a65a;
}

/* line 406, boxes.less */
.todo-list .primary {
    border-left-color: #3c8dbc;
}

/* line 410, boxes.less */
.todo-list .handle {
    display: inline-block;
    cursor: move;
    margin: 0 5px;
}

/* Chat widget (DEPRECATED - this will be removed in the next major release. Use Direct Chat instead)*/
/* line 421, boxes.less */
.chat {
    padding: 5px 20px 5px 10px;
}

/* line 424, boxes.less */
.chat .item {
    margin-bottom: 10px;
}

/* line 14,*/
.chat .item:before,
.chat .item:after {
    content: " ";
    display: table;
}

/* line 19,*/
.chat .item:after {
    clear: both;
}

/* line 428, boxes.less */
.chat .item > img {
    width: 40px;
    height: 40px;
    border: 2px solid transparent;
    border-radius: 50%;
}

/* line 435, boxes.less */
.chat .item > .online {
    border: 2px solid #00a65a;
}

/* line 438, boxes.less */
.chat .item > .offline {
    border: 2px solid #dd4b39;
}

/* line 443, boxes.less */
.chat .item > .message {
    margin-left: 55px;
    margin-top: -40px;
}

/* line 446, boxes.less */
.chat .item > .message > .name {
    display: block;
    font-weight: 600;
}

/* line 453, boxes.less */
.chat .item > .attachment {
    border-radius: 0;
    background: #f4f4f4;
    margin-left: 65px;
    margin-right: 15px;
    padding: 10px;
}

/* line 459, boxes.less */
.chat .item > .attachment > h4 {
    margin: 0 0 5px 0;
    font-weight: 600;
    font-size: 14px;
}

/* line 464, boxes.less */
.chat .item > .attachment > p,
.chat .item > .attachment > .filename {
    font-weight: 600;
    font-size: 13px;
    font-style: italic;
    margin: 0;
}

/* line 14,*/
.chat .item > .attachment:before,
.chat .item > .attachment:after {
    content: " ";
    display: table;
}

/* line 19,*/
.chat .item > .attachment:after {
    clear: both;
}

/* line 480, boxes.less */
.box-input {
    max-width: 200px;
}

.modal-lgx {
    width: 1000px;
}

/* line 487, boxes.less */
.modal .panel-body {
    color: #444;
}

/*
 * Component: Info Box
 * -------------------
 */
/* line 5, info-box.less */
.info-box {
    display: block;
    min-height: 90px;
    background: #fff;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    margin-bottom: 15px;
}

/* line 13, info-box.less */
.info-box small {
    font-size: 14px;
}

/* line 16, info-box.less */
.info-box .progress {
    background: rgba(0, 0, 0, 0.2);
    margin: 5px -10px 5px -10px;
    height: 2px;
}

/* line 20, info-box.less */
.info-box .progress,
.info-box .progress .progress-bar {
    border-radius: 0;
}

/* line 24, info-box.less */
.info-box .progress .progress-bar {
    background: #fff;
}

/* line 30, info-box.less */
.info-box-icon {
    border-top-left-radius: 2px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 2px;
    display: block;
    float: left;
    height: 90px;
    width: 90px;
    text-align: center;
    font-size: 45px;
    line-height: 90px;
    background: rgba(0, 0, 0, 0.2);
}

/* line 40, info-box.less */
.info-box-icon > img {
    max-width: 100%;
}

/* line 45, info-box.less */
.info-box-content {
    padding: 5px 10px;
    margin-left: 90px;
}

/* line 50, info-box.less */
.info-box-number {
    display: block;
    font-weight: bold;
    font-size: 18px;
}

/* line 56, info-box.less */
.progress-description,
.info-box-text {
    display: block;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* line 65, info-box.less */
.info-box-text {
    text-transform: uppercase;
}

/* line 69, info-box.less */
.info-box-more {
    display: block;
}

/* line 73, info-box.less */
.progress-description {
    margin: 0;
}

/*
 * Component: Timeline
 * -------------------
 */
/* line 6, timeline.less */
.timeline {
    position: relative;
    margin: 0 0 30px 0;
    padding: 0;
    list-style: none;
}

/* line 13, timeline.less */
.timeline:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 4px;
    background: #ddd;
    left: 31px;
    margin: 0;
    border-radius: 2px;
}

/* line 25, timeline.less */
.timeline > li {
    position: relative;
    margin-right: 10px;
    margin-bottom: 15px;
}

/* line 14,*/
.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}

/* line 19,*/
.timeline > li:after {
    clear: both;
}

/* line 32, timeline.less */
.timeline > li > .timeline-item {
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    border-radius: 0;
    margin-top: 0;
    background: #fff;
    color: #444;
    margin-left: 60px;
    margin-right: 15px;
    padding: 0;
    position: relative;
}

/* line 44, timeline.less */
.timeline > li > .timeline-item > .time {
    color: #999;
    float: right;
    padding: 10px;
    font-size: 12px;
}

/* line 50, timeline.less */
.timeline > li > .timeline-item > .timeline-header {
    margin: 0;
    color: #555;
    border-bottom: 1px solid #f4f4f4;
    padding: 10px;
    font-size: 16px;
    line-height: 1.1;
}

/* line 57, timeline.less */
.timeline > li > .timeline-item > .timeline-header > a {
    font-weight: 600;
}

/* line 62, timeline.less */
.timeline > li > .timeline-item > .timeline-body,
.timeline > li > .timeline-item > .timeline-footer {
    padding: 10px;
}

/* line 69, timeline.less */
.timeline > li > .fa,
.timeline > li > .glyphicon,
.timeline > li > .ion {
    width: 30px;
    height: 30px;
    font-size: 15px;
    line-height: 30px;
    position: absolute;
    color: #666;
    background: #d2d6de;
    border-radius: 50%;
    text-align: center;
    left: 18px;
    top: 0;
}

/* line 88, timeline.less */
.timeline > .time-label > span {
    font-weight: 600;
    padding: 5px;
    display: inline-block;
    background-color: #fff;
    border-radius: 4px;
}

/* line 101, timeline.less */
.timeline-inverse > li > .timeline-item {
    background: #f0f0f0;
    border: 1px solid #ddd;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* line 105, timeline.less */
.timeline-inverse > li > .timeline-item > .timeline-header {
    border-bottom-color: #ddd;
}

/*
 * Component: Button
 * -----------------
 */
/* line 6, buttons.less */
.btn {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid transparent;
}

/* line 11, buttons.less */
.btn.uppercase {
    text-transform: uppercase;
}

/* line 16, buttons.less */
.btn.btn-flat {
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-width: 1px;
}

/* line 25, buttons.less */
.btn:active {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/* line 31, buttons.less */
.btn:focus {
    outline: none;
}

/* line 36, buttons.less */
.btn.btn-file {
    position: relative;
    overflow: hidden;
}

/* line 39, buttons.less */
.btn.btn-file > input[type='file'] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    opacity: 0;
    filter: alpha(opacity=0);
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

/* line 57, buttons.less */
.btn-default {
    background-color: #4a4848;
    color: #fff;
    border-color: #ddd;
}

/* line 61, buttons.less */
.btn-default:hover,
.btn-default:active,
.btn-default.hover {
    background-color: #2d2b2b;
    color: #fff;
}

/* line 69, buttons.less */
.btn-primary {
    background-color: #f5c518;
    border-color: #f5c518;
    color: #1a1a1a;
}

/* line 72, buttons.less */
.btn-primary:hover,
.btn-primary:active,
.btn-primary.hover {
    background-color: #e0b400;
    border-color: #e0b400;
    color: #1a1a1a;
}

/* line 77, buttons.less */
.btn-success {
    background-color: #00a65a;
    border-color: #008d4c;
}

/* line 80, buttons.less */
.btn-success:hover,
.btn-success:active,
.btn-success.hover {
    background-color: #008d4c;
}

/* line 85, buttons.less */
.btn-info {
    background-color: #00c0ef;
    border-color: #00acd6;
}

/* line 88, buttons.less */
.btn-info:hover,
.btn-info:active,
.btn-info.hover {
    background-color: #00acd6;
}

/* line 93, buttons.less */
.btn-danger {
    background-color: #dd4b39;
    border-color: #d73925;
}

/* line 96, buttons.less */
.btn-danger:hover,
.btn-danger:active,
.btn-danger.hover {
    background-color: #d73925;
}

/* line 101, buttons.less */
.btn-warning {
    background-color: #ff851b;
    border-color: #ff7701;
}

/* line 104, buttons.less */
.btn-warning:hover,
.btn-warning:active,
.btn-warning.hover {
    background-color: #ff7701;
}

/* line 109, buttons.less */
.btn-outline {
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
}

/* line 113, buttons.less */
.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active {
    color: rgba(255, 255, 255, 0.7);
    border-color: rgba(255, 255, 255, 0.7);
}

/* line 121, buttons.less */
.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* line 126, buttons.less */
.btn[class*='bg-']:hover {
    -webkit-box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.2);
}

/* line 131, buttons.less */
.btn-app {
    border-radius: 3px;
    position: relative;
    padding: 15px 5px;
    margin: 0 0 10px 10px;
    min-width: 80px;
    height: 60px;
    text-align: center;
    color: #666;
    border: 1px solid #ddd;
    background-color: #f4f4f4;
    font-size: 12px;
}

/* line 144, buttons.less */
.btn-app > .fa,
.btn-app > .glyphicon,
.btn-app > .ion {
    font-size: 20px;
    display: block;
}

/* line 149, buttons.less */
.btn-app:hover {
    background: #f4f4f4;
    color: #444;
    border-color: #aaa;
}

/* line 155, buttons.less */
.btn-app:active,
.btn-app:focus {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/* line 162, buttons.less */
.btn-app > .badge {
    position: absolute;
    top: -3px;
    right: -10px;
    font-size: 10px;
    font-weight: 400;
}

/*
 * Component: Callout
 * ------------------
 */
/* line 7, callout.less */
.callout {
    border-radius: 3px;
    margin: 0 0 20px 0;
    padding: 15px 30px 15px 15px;
    border-left: 5px solid #eee;
}

/* line 12, callout.less */
.callout a {
    color: #fff;
    text-decoration: underline;
}

/* line 15, callout.less */
.callout a:hover {
    color: #eee;
}

/* line 19, callout.less */
.callout h4 {
    margin-top: 0;
    font-weight: 600;
}

/* line 23, callout.less */
.callout p:last-child {
    margin-bottom: 0;
}

/* line 26, callout.less */
.callout code,
.callout .highlight {
    background-color: #fff;
}

/* line 32, callout.less */
.callout.callout-danger {
    border-color: #c23321;
}

/* line 36, callout.less */
.callout.callout-warning {
    border-color: #c87f0a;
}

/* line 40, callout.less */
.callout.callout-info {
    border-color: #0097bc;
}

/* line 44, callout.less */
.callout.callout-success {
    border-color: #00733e;
}

/*
 * Component: alert
 * ----------------
 */
/* line 6, alerts.less */
.alert {
    border-radius: 3px;
}

/* line 8, alerts.less */
.alert h4 {
    font-weight: 600;
}

/* line 11, alerts.less */
.alert .icon {
    margin-right: 10px;
}

/* line 14, alerts.less */
.alert .close {
    color: #000;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

/* line 17, alerts.less */
.alert .close:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

/* line 21, alerts.less */
.alert a {
    color: #fff;
    text-decoration: underline;
}

/* line 28, alerts.less */
.alert-success {
    border-color: #008d4c;
}

/* line 33, alerts.less */
.alert-danger,
.alert-error {
    border-color: #d73925;
}

/* line 39, alerts.less */
.alert-warning {
    border-color: #e08e0b;
}

/* line 44, alerts.less */
.alert-info {
    border-color: #00acd6;
}

/*
 * Component: Nav
 * --------------
 */
/* line 7, navs.less */
.nav > li > a:hover,
.nav > li > a:active,
.nav > li > a:focus {
    color: #444;
    background: #f7f7f7;
}

/* NAV PILLS */
/* line 17, navs.less */
.nav-pills > li > a {
    border-radius: 0;
    border-top: 3px solid transparent;
    color: #444;
}

/* line 21, navs.less */
.nav-pills > li > a > .fa,
.nav-pills > li > a > .glyphicon,
.nav-pills > li > a > .ion {
    margin-right: 5px;
}

/* line 27, navs.less */
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    border-top-color: #3c8dbc;
}

/* line 32, navs.less */
.nav-pills > li.active > a {
    font-weight: 600;
}

/* NAV STACKED */
/* line 39, navs.less */
.nav-stacked > li > a {
    border-radius: 0;
    border-top: 0;
    border-left: 3px solid transparent;
    color: #444;
}

/* line 45, navs.less */
.nav-stacked > li.active > a,
.nav-stacked > li.active > a:hover {
    background: transparent;
    color: #444;
    border-top: 0;
    border-left-color: #3c8dbc;
}

/* line 53, navs.less */
.nav-stacked > li.header {
    border-bottom: 1px solid #ddd;
    color: #777;
    margin-bottom: 10px;
    padding: 5px 10px;
    text-transform: uppercase;
}

/* NAV TABS */
/* line 63, navs.less */
.nav-tabs-custom {
    margin-bottom: 20px;
    background: #f5f5f5;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    border-radius: 0;
}

/* line 68, navs.less */
.nav-tabs-custom > .nav-tabs {
    margin: 0;
    border-bottom-color: #f4f4f4;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

/* line 73, navs.less */
.nav-tabs-custom > .nav-tabs > li {
    border-top: 3px solid transparent;
    margin-bottom: -2px;
    margin-right: 5px;
}

/* line 77, navs.less */
.nav-tabs-custom > .nav-tabs > li.disabled > a {
    color: #777;
}

/* line 81, navs.less */
.nav-tabs-custom > .nav-tabs > li > a {
    color: #444;
    border-radius: 0;
}

/* line 84, navs.less */
.nav-tabs-custom > .nav-tabs > li > a.text-muted {
    color: #999;
}

/* line 87, navs.less */
.nav-tabs-custom > .nav-tabs > li > a,
.nav-tabs-custom > .nav-tabs > li > a:hover {
    background: transparent;
    margin: 0;
}

/* line 92, navs.less */
.nav-tabs-custom > .nav-tabs > li > a:hover {
    color: #999;
}

/* line 97, navs.less */
.nav-tabs-custom > .nav-tabs > li:not(.active) > a:hover,
.nav-tabs-custom > .nav-tabs > li:not(.active) > a:focus,
.nav-tabs-custom > .nav-tabs > li:not(.active) > a:active {
    border-color: transparent;
}

/* line 106, navs.less */
.nav-tabs-custom > .nav-tabs > li.active {
    border-top-color: #dd4b39;
}

/* line 108, navs.less */
.nav-tabs-custom > .nav-tabs > li.active > a,
.nav-tabs-custom > .nav-tabs > li.active:hover > a {
    background-color: #fff;
    color: #444;
}

/* line 113, navs.less */
.nav-tabs-custom > .nav-tabs > li.active > a {
    border-top-color: transparent;
    border-left-color: #f4f4f4;
    border-right-color: #f4f4f4;
    min-height: 60px;
}

/* line 122, navs.less */
.nav-tabs-custom > .nav-tabs > li:first-of-type {
    margin-left: 0;
}

/* line 125, navs.less */
.nav-tabs-custom > .nav-tabs > li:first-of-type.active > a {
    border-left-color: transparent;
}

/* line 132, navs.less */
.nav-tabs-custom > .nav-tabs.pull-right {
    float: none !important;
}

/* line 134, navs.less */
.nav-tabs-custom > .nav-tabs.pull-right > li {
    float: right;
}

/* line 137, navs.less */
.nav-tabs-custom > .nav-tabs.pull-right > li:first-of-type {
    margin-right: 0;
}

/* line 139, navs.less */
.nav-tabs-custom > .nav-tabs.pull-right > li:first-of-type > a {
    border-left-width: 1px;
}

/* line 143, navs.less */
.nav-tabs-custom > .nav-tabs.pull-right > li:first-of-type.active > a {
    border-left-color: #f4f4f4;
    border-right-color: transparent;
}

/* line 151, navs.less */
.nav-tabs-custom > .nav-tabs > li.header {
    line-height: 35px;
    padding: 0 10px;
    font-size: 20px;
    color: #444;
}

/* line 156, navs.less */
.nav-tabs-custom > .nav-tabs > li.header > .fa,
.nav-tabs-custom > .nav-tabs > li.header > .glyphicon,
.nav-tabs-custom > .nav-tabs > li.header > .ion {
    margin-right: 5px;
}

/* line 164, navs.less */
.nav-tabs-custom > .tab-content {
    background: #fff;
    padding: 10px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

/* line 171, navs.less */
.nav-tabs-custom .dropdown.open > a:active,
.nav-tabs-custom .dropdown.open > a:focus {
    background: transparent;
    color: #999;
}

/* line 180, navs.less */
.nav-tabs-custom.tab-primary > .nav-tabs > li.active {
    border-top-color: #3c8dbc;
}

/* line 187, navs.less */
.nav-tabs-custom.tab-info > .nav-tabs > li.active {
    border-top-color: #00c0ef;
}

/* line 194, navs.less */
.nav-tabs-custom.tab-danger > .nav-tabs > li.active {
    border-top-color: #dd4b39;
}

/* line 201, navs.less */
.nav-tabs-custom.tab-warning > .nav-tabs > li.active {
    border-top-color: #f39c12;
}

/* line 208, navs.less */
.nav-tabs-custom.tab-success > .nav-tabs > li.active {
    border-top-color: #00a65a;
}

/* line 215, navs.less */
.nav-tabs-custom.tab-default > .nav-tabs > li.active {
    border-top-color: #d2d6de;
}

/* PAGINATION */
/* line 224, navs.less */
.pagination > li > a {
    background: #fafafa;
    color: #666;
}

/* line 229, navs.less */
.pagination.pagination-flat > li > a {
    border-radius: 0 !important;
}

/*
 * Component: Products List
 * ------------------------
 */
/* line 5, products.less */
.products-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* line 9, products.less */
.products-list > .item {
    border-radius: 0;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    padding: 10px 0;
    background: #fff;
}

/* line 14,*/
.products-list > .item:before,
.products-list > .item:after {
    content: " ";
    display: table;
}

/* line 19,*/
.products-list > .item:after {
    clear: both;
}

/* line 16, products.less */
.products-list .product-img {
    float: left;
}

/* line 18, products.less */
.products-list .product-img img {
    width: 50px;
    height: 50px;
}

/* line 23, products.less */
.products-list .product-info {
    margin-left: 60px;
}

/* line 26, products.less */
.products-list .product-title {
    font-weight: 600;
}

/* line 29, products.less */
.products-list .product-description {
    display: block;
    color: #999;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* line 38, products.less */
.product-list-in-box > .item {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    border-bottom: 1px solid #f4f4f4;
}

/* line 42, products.less */
.product-list-in-box > .item:last-of-type {
    border-bottom-width: 0;
}

/*
 * Component: Table
 * ----------------
 */
/* line 12, table.less */
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    border-top: 1px solid #f4f4f4;
}

/* line 19, table.less */
.table > thead > tr > th {
    border-bottom: 2px solid #f4f4f4;
}

/* line 23, table.less */
.table tr td .progress {
    margin-top: 5px;
}

/* line 29, table.less */
.table-bordered {
    border: 1px solid #f4f4f4;
}

/* line 35, table.less */
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
    border: 1px solid #f4f4f4;
}

/* line 42, table.less */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
    border-bottom-width: 2px;
}

/* line 50, table.less */
.table.no-border,
.table.no-border td,
.table.no-border th {
    border: 0;
}

/* .text-center in tables */
/* line 59, table.less */
table.text-center,
table.text-center td,
table.text-center th {
    text-align: center;
}

/* line 65, table.less */
.table.align th {
    text-align: left;
}

/* line 68, table.less */
.table.align td {
    text-align: right;
}

/*
 * Component: Label
 * ----------------
 */
/* line 5, labels.less */
.label-default {
    background-color: #d2d6de;
    color: #444;
}

/*
 * Component: Direct Chat
 * ----------------------
 */
/* line 6, direct-chat.less */
.direct-chat .box-body {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    position: relative;
    overflow-x: hidden;
    padding: 0;
}

/* line 13, direct-chat.less */
.direct-chat.chat-pane-open .direct-chat-contacts {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

/* line 19, direct-chat.less */
.direct-chat-messages {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    padding: 10px;
    height: 250px;
    overflow: auto;
}

/* line 26, direct-chat.less */
.direct-chat-msg,
.direct-chat-text {
    display: block;
}

/* line 31, direct-chat.less */
.direct-chat-msg {
    margin-bottom: 10px;
}

/* line 14,*/
.direct-chat-msg:before,
.direct-chat-msg:after {
    content: " ";
    display: table;
}

/* line 19,*/
.direct-chat-msg:after {
    clear: both;
}

/* line 36, direct-chat.less */
.direct-chat-messages,
.direct-chat-contacts {
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    -moz-transition: -moz-transform 0.5s ease-in-out;
    -o-transition: -o-transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
}

/* line 41, direct-chat.less */
.direct-chat-text {
    border-radius: 5px;
    position: relative;
    padding: 5px 10px;
    background: #d2d6de;
    border: 1px solid #d2d6de;
    margin: 5px 0 0 50px;
    color: #444444;
}

/* line 51, direct-chat.less */
.direct-chat-text:after,
.direct-chat-text:before {
    position: absolute;
    right: 100%;
    top: 15px;
    border: solid transparent;
    border-right-color: #d2d6de;
    content: ' ';
    height: 0;
    width: 0;
    pointer-events: none;
}

/* line 64, direct-chat.less */
.direct-chat-text:after {
    border-width: 5px;
    margin-top: -5px;
}

/* line 68, direct-chat.less */
.direct-chat-text:before {
    border-width: 6px;
    margin-top: -6px;
}

/* line 72, direct-chat.less */
.right .direct-chat-text {
    margin-right: 50px;
    margin-left: 0;
}

/* line 75, direct-chat.less */
.right .direct-chat-text:after,
.right .direct-chat-text:before {
    right: auto;
    left: 100%;
    border-right-color: transparent;
    border-left-color: #d2d6de;
}

/* line 85, direct-chat.less */
.direct-chat-img {
    border-radius: 50%;
    float: left;
    width: 40px;
    height: 40px;
}

/* line 90, direct-chat.less */
.right .direct-chat-img {
    float: right;
}

/* line 95, direct-chat.less */
.direct-chat-info {
    display: block;
    margin-bottom: 2px;
    font-size: 12px;
}

/* line 101, direct-chat.less */
.direct-chat-name {
    font-weight: 600;
}

/* line 105, direct-chat.less */
.direct-chat-timestamp {
    color: #999;
}

/* line 111, direct-chat.less */
.direct-chat-contacts-open .direct-chat-contacts {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

/* line 116, direct-chat.less */
.direct-chat-contacts {
    -webkit-transform: translate(101%, 0);
    -ms-transform: translate(101%, 0);
    -o-transform: translate(101%, 0);
    transform: translate(101%, 0);
    position: absolute;
    top: 0;
    bottom: 0;
    height: 250px;
    width: 100%;
    background: #222d32;
    color: #fff;
    overflow: auto;
}

/* line 131, direct-chat.less */
.contacts-list > li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding: 10px;
    margin: 0;
}

/* line 14,*/
.contacts-list > li:before,
.contacts-list > li:after {
    content: " ";
    display: table;
}

/* line 19,*/
.contacts-list > li:after {
    clear: both;
}

/* line 136, direct-chat.less */
.contacts-list > li:last-of-type {
    border-bottom: none;
}

/* line 142, direct-chat.less */
.contacts-list-img {
    border-radius: 50%;
    width: 40px;
    float: left;
}

/* line 148, direct-chat.less */
.contacts-list-info {
    margin-left: 45px;
    color: #fff;
}

/* line 153, direct-chat.less */
.contacts-list-name,
.contacts-list-status {
    display: block;
}

/* line 158, direct-chat.less */
.contacts-list-name {
    font-weight: 600;
}

/* line 162, direct-chat.less */
.contacts-list-status {
    font-size: 12px;
}

/* line 166, direct-chat.less */
.contacts-list-date {
    color: #aaa;
    font-weight: normal;
}

/* line 171, direct-chat.less */
.contacts-list-msg {
    color: #999;
}

/* line 60, mixins.less */
.direct-chat-danger .right > .direct-chat-text {
    background: #dd4b39;
    border-color: #dd4b39;
    color: #ffffff;
}

/* line 64, mixins.less */
.direct-chat-danger .right > .direct-chat-text:after,
.direct-chat-danger .right > .direct-chat-text:before {
    border-left-color: #dd4b39;
}

/* line 60, mixins.less */
.direct-chat-primary .right > .direct-chat-text {
    background: #3c8dbc;
    border-color: #3c8dbc;
    color: #ffffff;
}

/* line 64, mixins.less */
.direct-chat-primary .right > .direct-chat-text:after,
.direct-chat-primary .right > .direct-chat-text:before {
    border-left-color: #3c8dbc;
}

/* line 60, mixins.less */
.direct-chat-warning .right > .direct-chat-text {
    background: #f39c12;
    border-color: #f39c12;
    color: #ffffff;
}

/* line 64, mixins.less */
.direct-chat-warning .right > .direct-chat-text:after,
.direct-chat-warning .right > .direct-chat-text:before {
    border-left-color: #f39c12;
}

/* line 60, mixins.less */
.direct-chat-info .right > .direct-chat-text {
    background: #00c0ef;
    border-color: #00c0ef;
    color: #ffffff;
}

/* line 64, mixins.less */
.direct-chat-info .right > .direct-chat-text:after,
.direct-chat-info .right > .direct-chat-text:before {
    border-left-color: #00c0ef;
}

/* line 60, mixins.less */
.direct-chat-success .right > .direct-chat-text {
    background: #00a65a;
    border-color: #00a65a;
    color: #ffffff;
}

/* line 64, mixins.less */
.direct-chat-success .right > .direct-chat-text:after,
.direct-chat-success .right > .direct-chat-text:before {
    border-left-color: #00a65a;
}

/*
 * Component: Users List
 * ---------------------
 */
/* line 7, users-list.less */
.users-list > li {
    width: 25%;
    float: left;
    padding: 10px;
    text-align: center;
}

/* line 12, users-list.less */
.users-list > li img {
    border-radius: 50%;
    max-width: 100%;
    height: auto;
}

/* line 18, users-list.less */
.users-list > li > a:hover,
.users-list > li > a:hover .users-list-name {
    color: #999;
}

/* line 26, users-list.less */
.users-list-name,
.users-list-date {
    display: block;
}

/* line 31, users-list.less */
.users-list-name {
    font-weight: 600;
    color: #444;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* line 39, users-list.less */
.users-list-date {
    color: #999;
    font-size: 12px;
}

/*
 * Component: Carousel
 * -------------------
 */
/* line 6, carousel.less */
.carousel-control.left,
.carousel-control.right {
    background-image: none;
}

/* line 10, carousel.less */
.carousel-control > .fa {
    font-size: 40px;
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -20px;
}

/*
 * Component: modal
 * ----------------
 */
/* line 5, modal.less */
.modal {
    background: rgba(0, 0, 0, 0.3);
}

/* line 9, modal.less */
.modal-content {
    border-radius: 0;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125);
    border: 0;
}

@media (min-width: 768px) {
    /* line 13, modal.less */
    .modal-content {
        -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125);
        box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125);
    }
}

/* line 18, modal.less */
.modal-header {
    border-bottom-color: #f4f4f4;
    background-color: #d2d6de;
}

/* line 23, modal.less */
.modal-footer {
    border-top-color: #f4f4f4;
}

/* line 32, modal.less */
.modal-primary .modal-header,
.modal-primary .modal-footer {
    border-color: #307095;
}

/* line 43, modal.less */
.modal-warning .modal-header,
.modal-warning .modal-footer {
    border-color: #c87f0a;
}

/* line 54, modal.less */
.modal-info .modal-header,
.modal-info .modal-footer {
    border-color: #0097bc;
}

/* line 65, modal.less */
.modal-success .modal-header,
.modal-success .modal-footer {
    border-color: #00733e;
}

/* line 76, modal.less */
.modal-danger .modal-header,
.modal-danger .modal-footer {
    border-color: #c23321;
}

/*
 * Component: Social Widgets
 * -------------------------
 */
/* line 6, social-widgets.less */
.box-widget {
    border: none;
    position: relative;
}

/* line 14, social-widgets.less */
.widget-user .widget-user-header {
    padding: 20px;
    height: 120px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

/* line 20, social-widgets.less */
.widget-user .widget-user-username {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 25px;
    font-weight: 300;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

/* line 28, social-widgets.less */
.widget-user .widget-user-desc {
    margin-top: 0;
}

/* line 32, social-widgets.less */
.widget-user .widget-user-image {
    position: absolute;
    top: 65px;
    left: 50%;
    margin-left: -45px;
}

/* line 37, social-widgets.less */
.widget-user .widget-user-image > img {
    width: 90px;
    height: auto;
    border: 3px solid #fff;
}

/* line 43, social-widgets.less */
.widget-user .box-footer {
    padding-top: 30px;
}

/* line 51, social-widgets.less */
.widget-user-2 .widget-user-header {
    padding: 20px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

/* line 56, social-widgets.less */
.widget-user-2 .widget-user-username {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 25px;
    font-weight: 300;
}

/* line 63, social-widgets.less */
.widget-user-2 .widget-user-desc {
    margin-top: 0;
}

/* line 66, social-widgets.less */
.widget-user-2 .widget-user-username,
.widget-user-2 .widget-user-desc {
    margin-left: 75px;
}

/* line 72, social-widgets.less */
.widget-user-2 .widget-user-image > img {
    width: 65px;
    height: auto;
    float: left;
}

/* line 2, treeview.less */
.treeview-menu {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
    padding-left: 5px;
}

/* line 8, treeview.less */
.treeview-menu .treeview-menu {
    padding-left: 20px;
}

/* line 11, treeview.less */
.treeview-menu > li {
    margin: 0;
}

/* line 13, treeview.less */
.treeview-menu > li > a {
    padding: 5px 5px 5px 15px;
    display: block;
    font-size: 14px;
}

/* line 17, treeview.less */
.treeview-menu > li > a > .fa,
.treeview-menu > li > a > .glyphicon,
.treeview-menu > li > a > .ion {
    width: 20px;
}

/* line 22, treeview.less */
.treeview-menu > li > a > .pull-right-container > .fa-angle-left,
.treeview-menu > li > a > .pull-right-container > .fa-angle-down,
.treeview-menu > li > a > .fa-angle-left,
.treeview-menu > li > a > .fa-angle-down {
    width: auto;
}

/*
 * Page: Mailbox
 * -------------
 */
/* line 6, mailbox.less */
.mailbox-messages > .table {
    margin: 0;
}

/* line 11, mailbox.less */
.mailbox-controls {
    padding: 5px;
}

/* line 13, mailbox.less */
.mailbox-controls.with-border {
    border-bottom: 1px solid #f4f4f4;
}

/* line 18, mailbox.less */
.mailbox-read-info {
    border-bottom: 1px solid #f4f4f4;
    padding: 10px;
}

/* line 21, mailbox.less */
.mailbox-read-info h3 {
    font-size: 20px;
    margin: 0;
}

/* line 25, mailbox.less */
.mailbox-read-info h5 {
    margin: 0;
    padding: 5px 0 0 0;
}

/* line 31, mailbox.less */
.mailbox-read-time {
    color: #999;
    font-size: 13px;
}

/* line 36, mailbox.less */
.mailbox-read-message {
    padding: 10px;
}

/* line 42, mailbox.less */
.mailbox-attachments li {
    float: left;
    width: 200px;
    border: 1px solid #eee;
    margin-bottom: 10px;
    margin-right: 10px;
}

/* line 51, mailbox.less */
.mailbox-attachment-name {
    font-weight: bold;
    color: #666;
}

/* line 56, mailbox.less */
.mailbox-attachment-icon,
.mailbox-attachment-info,
.mailbox-attachment-size {
    display: block;
}

/* line 62, mailbox.less */
.mailbox-attachment-info {
    padding: 10px;
    background: #f4f4f4;
}

/* line 67, mailbox.less */
.mailbox-attachment-size {
    color: #999;
    font-size: 12px;
}

/* line 72, mailbox.less */
.mailbox-attachment-icon {
    text-align: center;
    font-size: 65px;
    color: #666;
    padding: 20px 10px;
}

/* line 77, mailbox.less */
.mailbox-attachment-icon.has-img {
    padding: 0;
}

/* line 79, mailbox.less */
.mailbox-attachment-icon.has-img > img {
    max-width: 100%;
    height: auto;
}

/*
 * Page: Lock Screen
 * -----------------
 */
/* ADD THIS CLASS TO THE <BODY> TAG */
/* line 6, lockscreen.less */
.lockscreen {
    background: #d2d6de;
}

/* line 10, lockscreen.less */
.lockscreen-logo {
    font-size: 35px;
    text-align: center;
    margin-bottom: 25px;
    font-weight: 300;
}

/* line 15, lockscreen.less */
.lockscreen-logo a {
    color: #444;
}

/* line 20, lockscreen.less */
.lockscreen-wrapper {
    max-width: 400px;
    margin: 0 auto;
    margin-top: 10%;
}

/* User name [optional] */
/* line 27, lockscreen.less */
.lockscreen .lockscreen-name {
    text-align: center;
    font-weight: 600;
}

/* Will contain the image and the sign in form */
/* line 33, lockscreen.less */
.lockscreen-item {
    border-radius: 4px;
    padding: 0;
    background: #fff;
    position: relative;
    margin: 10px auto 30px auto;
    width: 290px;
}

/* User image */
/* line 43, lockscreen.less */
.lockscreen-image {
    border-radius: 50%;
    position: absolute;
    left: -10px;
    top: -25px;
    background: #fff;
    padding: 5px;
    z-index: 10;
}

/* line 51, lockscreen.less */
.lockscreen-image > img {
    border-radius: 50%;
    width: 70px;
    height: 70px;
}

/* Contains the password input and the login button */
/* line 59, lockscreen.less */
.lockscreen-credentials {
    margin-left: 70px;
}

/* line 61, lockscreen.less */
.lockscreen-credentials .form-control {
    border: 0;
}

/* line 64, lockscreen.less */
.lockscreen-credentials .btn {
    background-color: #fff;
    border: 0;
    padding: 0 10px;
}

/* line 71, lockscreen.less */
.lockscreen-footer {
    margin-top: 10px;
}

/*
 * Page: Login & Register
 * ----------------------
 */
/* line 6, login_and_register.less */
.login-logo,
.register-logo {
    font-size: 35px;
    text-align: center;
    margin-bottom: 25px;
    font-weight: 300;
}

/* line 12, login_and_register.less */
.login-logo a,
.register-logo a {
    color: #f8e200;
}

/* line 17, login_and_register.less */
.login-page,
.register-page {
    background: #000000;
}

/* .login-page{background: url('../dist/img/login-bg.svg');} */
/* line 23, login_and_register.less */
.login-box,
.register-box {
    width: 360px;
    margin: 7% auto;
}

@media (max-width: 768px) {
    /* line 27, login_and_register.less */
    .login-box,
    .register-box {
        width: 90%;
        margin-top: 20px;
    }
}

/* line 33, login_and_register.less */
.login-box-body,
.register-box-body {
    background: #fff;
    padding: 20px;
    border-top: 0;
    color: #666;
}

/* line 39, login_and_register.less */
.login-box-body .form-control-feedback,
.register-box-body .form-control-feedback {
    color: #777;
}

/* line 44, login_and_register.less */
.login-box-msg,
.register-box-msg {
    margin: 0;
    text-align: center;
    padding: 0 20px 20px 20px;
}

/* line 51, login_and_register.less */
.social-auth-links {
    margin: 10px 0;
}

/*
 * Page: 400 and 500 error pages
 * ------------------------------
 */
/* line 5, 404_500_errors.less */
.error-page {
    width: 600px;
    margin: 20px auto 0 auto;
}

@media (max-width: 991px) {
    /* line 8, 404_500_errors.less */
    .error-page {
        width: 100%;
    }
}

/* line 12, 404_500_errors.less */
.error-page > .headline {
    float: left;
    font-size: 100px;
    font-weight: 300;
}

@media (max-width: 991px) {
    /* line 16, 404_500_errors.less */
    .error-page > .headline {
        float: none;
        text-align: center;
    }
}

/* line 22, 404_500_errors.less */
.error-page > .error-content {
    margin-left: 190px;
    display: block;
}

@media (max-width: 991px) {
    /* line 24, 404_500_errors.less */
    .error-page > .error-content {
        margin-left: 0;
    }
}

/* line 27, 404_500_errors.less */
.error-page > .error-content > h3 {
    font-weight: 300;
    font-size: 25px;
}

@media (max-width: 991px) {
    /* line 30, 404_500_errors.less */
    .error-page > .error-content > h3 {
        text-align: center;
    }
}

/*
 * Page: Invoice
 * -------------
 */
/* line 6, invoice.less */
.invoice {
    position: relative;
    background: #fff;
    border: 1px solid #f4f4f4;
    padding: 20px;
    margin: 10px 25px;
}

/* line 14, invoice.less */
.invoice-title {
    margin-top: 0;
}

/*
 * Page: Profile
 * -------------
 */
/* line 6, profile.less */
.profile-user-img {
    margin: 0 auto;
    width: 100px;
    padding: 3px;
    border: 3px solid #d2d6de;
}

/* line 13, profile.less */
.profile-username {
    font-size: 21px;
    margin-top: 5px;
}

/* line 18, profile.less */
.post {
    border-bottom: 1px solid #d2d6de;
    margin-bottom: 15px;
    padding-bottom: 15px;
    color: #666;
}

/* line 23, profile.less */
.post:last-of-type {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

/* line 28, profile.less */
.post .user-block {
    margin-bottom: 15px;
}

/*
 * Social Buttons for Bootstrap
 *
 * Copyright 2013-2015 Panayiotis Lipiridis
 * Licensed under the MIT License
 *
 * https://github.com/lipis/bootstrap-social
 */
/* line 21, bootstrap-social.less */
.btn-social {
    position: relative;
    padding-left: 44px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* line 28, bootstrap-social.less */
.btn-social > :first-child {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 32px;
    line-height: 34px;
    font-size: 1.6em;
    text-align: center;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}

/* line 39, bootstrap-social.less */
.btn-social.btn-lg {
    padding-left: 61px;
}

/* line 41, bootstrap-social.less */
.btn-social.btn-lg > :first-child {
    line-height: 45px;
    width: 45px;
    font-size: 1.8em;
}

/* line 47, bootstrap-social.less */
.btn-social.btn-sm {
    padding-left: 38px;
}

/* line 49, bootstrap-social.less */
.btn-social.btn-sm > :first-child {
    line-height: 28px;
    width: 28px;
    font-size: 1.4em;
}

/* line 55, bootstrap-social.less */
.btn-social.btn-xs {
    padding-left: 30px;
}

/* line 57, bootstrap-social.less */
.btn-social.btn-xs > :first-child {
    line-height: 20px;
    width: 20px;
    font-size: 1.2em;
}

/* line 65, bootstrap-social.less */
.btn-social-icon {
    position: relative;
    padding-left: 44px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 34px;
    width: 34px;
    padding: 0;
}

/* line 28, bootstrap-social.less */
.btn-social-icon > :first-child {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 32px;
    line-height: 34px;
    font-size: 1.6em;
    text-align: center;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}

/* line 39, bootstrap-social.less */
.btn-social-icon.btn-lg {
    padding-left: 61px;
}

/* line 41, bootstrap-social.less */
.btn-social-icon.btn-lg > :first-child {
    line-height: 45px;
    width: 45px;
    font-size: 1.8em;
}

/* line 47, bootstrap-social.less */
.btn-social-icon.btn-sm {
    padding-left: 38px;
}

/* line 49, bootstrap-social.less */
.btn-social-icon.btn-sm > :first-child {
    line-height: 28px;
    width: 28px;
    font-size: 1.4em;
}

/* line 55, bootstrap-social.less */
.btn-social-icon.btn-xs {
    padding-left: 30px;
}

/* line 57, bootstrap-social.less */
.btn-social-icon.btn-xs > :first-child {
    line-height: 20px;
    width: 20px;
    font-size: 1.2em;
}

/* line 70, bootstrap-social.less */
.btn-social-icon > :first-child {
    border: none;
    text-align: center;
    width: 100%;
}

/* line 75, bootstrap-social.less */
.btn-social-icon.btn-lg {
    height: 45px;
    width: 45px;
    padding-left: 0;
    padding-right: 0;
}

/* line 81, bootstrap-social.less */
.btn-social-icon.btn-sm {
    height: 30px;
    width: 30px;
    padding-left: 0;
    padding-right: 0;
}

/* line 87, bootstrap-social.less */
.btn-social-icon.btn-xs {
    height: 22px;
    width: 22px;
    padding-left: 0;
    padding-right: 0;
}

/* line 100, bootstrap-social.less */
.btn-adn {
    color: #ffffff;
    background-color: #d87a68;
    border-color: rgba(0, 0, 0, 0.2);
}

/* line 11,*/
.btn-adn:focus,
.btn-adn.focus {
    color: #ffffff;
    background-color: #ce563f;
    border-color: rgba(0, 0, 0, 0.2);
}

/* line 17,*/
.btn-adn:hover {
    color: #ffffff;
    background-color: #ce563f;
    border-color: rgba(0, 0, 0, 0.2);
}

/* line 22,*/
.btn-adn:active,
.btn-adn.active,
.open > .dropdown-toggle.btn-adn {
    color: #ffffff;
    background-color: #ce563f;
    border-color: rgba(0, 0, 0, 0.2);
}

/* line 37,*/
.btn-adn:active,
.btn-adn.active,
.open > .dropdown-toggle.btn-adn {
    background-image: none;
}

/* line 53,*/
.btn-adn .badge {
    color: #d87a68;
    background-color: #ffffff;
}

/* line 104, bootstrap-social.less */
.btn-bitbucket {
    color: #ffffff;
    background-color: #205081;
    border-color: rgba(0, 0, 0, 0.2);
}

/* line 11,*/
.btn-bitbucket:focus,
.btn-bitbucket.focus {
    color: #ffffff;
    background-color: #163758;
    border-color: rgba(0, 0, 0, 0.2);
}

/* line 17,*/
.btn-bitbucket:hover {
    color: #ffffff;
    background-color: #163758;
    border-color: rgba(0, 0, 0, 0.2);
}

/* line 22,*/
.btn-bitbucket:active,
.btn-bitbucket.active,
.open > .dropdown-toggle.btn-bitbucket {
    color: #ffffff;
    background-color: #163758;
    border-color: rgba(0, 0, 0, 0.2);
}

/* line 37,*/
.btn-bitbucket:active,
.btn-bitbucket.active,
.open > .dropdown-toggle.btn-bitbucket {
    background-image: none;
}

/* line 53,*/
.btn-bitbucket .badge {
    color: #205081;
    background-color: #ffffff;
}

/* line 108, bootstrap-social.less */
.btn-dropbox {
    color: #ffffff;
    background-color: #1087dd;
    border-color: rgba(0, 0, 0, 0.2);
}

/* line 11,*/
.btn-dropbox:focus,
.btn-dropbox.focus {
    color: #ffffff;
    background-color: #0d6aad;
    border-color: rgba(0, 0, 0, 0.2);
}

/* line 17,*/
.btn-dropbox:hover {
    color: #ffffff;
    background-color: #0d6aad;
    border-color: rgba(0, 0, 0, 0.2);
}

/* line 22,*/
.btn-dropbox:active,
.btn-dropbox.active,
.open > .dropdown-toggle.btn-dropbox {
    color: #ffffff;
    background-color: #0d6aad;
    border-color: rgba(0, 0, 0, 0.2);
}

/* line 37,*/
.btn-dropbox:active,
.btn-dropbox.active,
.open > .dropdown-toggle.btn-dropbox {
    background-image: none;
}

/* line 53,*/
.btn-dropbox .badge {
    color: #1087dd;
    background-color: #ffffff;
}

/* line 112, bootstrap-social.less */
.btn-facebook {
    color: #ffffff;
    background-color: #3b5998;
    border-color: rgba(0, 0, 0, 0.2);
}

/* line 11,*/
.btn-facebook:focus,
.btn-facebook.focus {
    color: #ffffff;
    background-color: #2d4373;
    border-color: rgba(0, 0, 0, 0.2);
}

/* line 17,*/
.btn-facebook:hover {
    color: #ffffff;
    background-color: #2d4373;
    border-color: rgba(0, 0, 0, 0.2);
}

/* line 22,*/
.btn-facebook:active,
.btn-facebook.active,
.open > .dropdown-toggle.btn-facebook {
    color: #ffffff;
    background-color: #2d4373;
    border-color: rgba(0, 0, 0, 0.2);
}

/* line 37,*/
.btn-facebook:active,
.btn-facebook.active,
.open > .dropdown-toggle.btn-facebook {
    background-image: none;
}

/* line 53,*/
.btn-facebook .badge {
    color: #3b5998;
    background-color: #ffffff;
}

/* line 116, bootstrap-social.less */
.btn-flickr {
    color: #ffffff;
    background-color: #ff0084;
    border-color: rgba(0, 0, 0, 0.2);
}

/* line 11,*/
.btn-flickr:focus,
.btn-flickr.focus {
    color: #ffffff;
    background-color: #cc006a;
    border-color: rgba(0, 0, 0, 0.2);
}

/* line 17,*/
.btn-flickr:hover {
    color: #ffffff;
    background-color: #cc006a;
    border-color: rgba(0, 0, 0, 0.2);
}

/* line 22,*/
.btn-flickr:active,
.btn-flickr.active,
.open > .dropdown-toggle.btn-flickr {
    color: #ffffff;
    background-color: #cc006a;
    border-color: rgba(0, 0, 0, 0.2);
}

/* line 37,*/
.btn-flickr:active,
.btn-flickr.active,
.open > .dropdown-toggle.btn-flickr {
    background-image: none;
}

/* line 53,*/
.btn-flickr .badge {
    color: #ff0084;
    background-color: #ffffff;
}

/* line 120, bootstrap-social.less */
.btn-foursquare {
    color: #ffffff;
    background-color: #f94877;
    border-color: rgba(0, 0, 0, 0.2);
}

/* line 11,*/
.btn-foursquare:focus,
.btn-foursquare.focus {
    color: #ffffff;
    background-color: #f71752;
    border-color: rgba(0, 0, 0, 0.2);
}

/* line 17,*/
.btn-foursquare:hover {
    color: #ffffff;
    background-color: #f71752;
    border-color: rgba(0, 0, 0, 0.2);
}

/* line 22,*/
.btn-foursquare:active,
.btn-foursquare.active,
.open > .dropdown-toggle.btn-foursquare {
    color: #ffffff;
    background-color: #f71752;
    border-color: rgba(0, 0, 0, 0.2);
}

/* line 37,*/
.btn-foursquare:active,
.btn-foursquare.active,
.open > .dropdown-toggle.btn-foursquare {
    background-image: none;
}

/* line 53,*/
.btn-foursquare .badge {
    color: #f94877;
    background-color: #ffffff;
}

/* line 124, bootstrap-social.less */
.btn-github {
    color: #ffffff;
    background-color: #444444;
    border-color: rgba(0, 0, 0, 0.2);
}

/* line 11,*/
.btn-github:focus,
.btn-github.focus {
    color: #ffffff;
    background-color: #2b2b2b;
    border-color: rgba(0, 0, 0, 0.2);
}

/* line 17,*/
.btn-github:hover {
    color: #ffffff;
    background-color: #2b2b2b;
    border-color: rgba(0, 0, 0, 0.2);
}

/* line 22,*/
.btn-github:active,
.btn-github.active,
.open > .dropdown-toggle.btn-github {
    color: #ffffff;
    background-color: #2b2b2b;
    border-color: rgba(0, 0, 0, 0.2);
}

/* line 37,*/
.btn-github:active,
.btn-github.active,
.open > .dropdown-toggle.btn-github {
    background-image: none;
}

/* line 53,*/
.btn-github .badge {
    color: #444444;
    background-color: #ffffff;
}

/* line 128, bootstrap-social.less */
.btn-google {
    color: #ffffff;
    background-color: #dd4b39;
    border-color: rgba(0, 0, 0, 0.2);
}

/* line 11,*/
.btn-google:focus,
.btn-google.focus {
    color: #ffffff;
    background-color: #c23321;
    border-color: rgba(0, 0, 0, 0.2);
}

/* line 17,*/
.btn-google:hover {
    color: #ffffff;
    background-color: #c23321;
    border-color: rgba(0, 0, 0, 0.2);
}

/* line 22,*/
.btn-google:active,
.btn-google.active,
.open > .dropdown-toggle.btn-google {
    color: #ffffff;
    background-color: #c23321;
    border-color: rgba(0, 0, 0, 0.2);
}

/* line 37,*/
.btn-google:active,
.btn-google.active,
.open > .dropdown-toggle.btn-google {
    background-image: none;
}

/* line 53,*/
.btn-google .badge {
    color: #dd4b39;
    background-color: #ffffff;
}

/* line 132, bootstrap-social.less */
.btn-instagram {
    color: #ffffff;
    background-color: #3f729b;
    border-color: rgba(0, 0, 0, 0.2);
}

/* line 11,*/
.btn-instagram:focus,
.btn-instagram.focus {
    color: #ffffff;
    background-color: #305777;
    border-color: rgba(0, 0, 0, 0.2);
}

/* line 17,*/
.btn-instagram:hover {
    color: #ffffff;
    background-color: #305777;
    border-color: rgba(0, 0, 0, 0.2);
}

/* line 22,*/
.btn-instagram:active,
.btn-instagram.active,
.open > .dropdown-toggle.btn-instagram {
    color: #ffffff;
    background-color: #305777;
    border-color: rgba(0, 0, 0, 0.2);
}

/* line 37,*/
.btn-instagram:active,
.btn-instagram.active,
.open > .dropdown-toggle.btn-instagram {
    background-image: none;
}

/* line 53,*/
.btn-instagram .badge {
    color: #3f729b;
    background-color: #ffffff;
}

/* line 136, bootstrap-social.less */
.btn-linkedin {
    color: #ffffff;
    background-color: #007bb6;
    border-color: rgba(0, 0, 0, 0.2);
}

/* line 11,*/
.btn-linkedin:focus,
.btn-linkedin.focus {
    color: #ffffff;
    background-color: #005983;
    border-color: rgba(0, 0, 0, 0.2);
}

/* line 17,*/
.btn-linkedin:hover {
    color: #ffffff;
    background-color: #005983;
    border-color: rgba(0, 0, 0, 0.2);
}

/* line 22,*/
.btn-linkedin:active,
.btn-linkedin.active,
.open > .dropdown-toggle.btn-linkedin {
    color: #ffffff;
    background-color: #005983;
    border-color: rgba(0, 0, 0, 0.2);
}

/* line 37,*/
.btn-linkedin:active,
.btn-linkedin.active,
.open > .dropdown-toggle.btn-linkedin {
    background-image: none;
}

/* line 53,*/
.btn-linkedin .badge {
    color: #007bb6;
    background-color: #ffffff;
}

/* line 140, bootstrap-social.less */
.btn-microsoft {
    color: #ffffff;
    background-color: #2672ec;
    border-color: rgba(0, 0, 0, 0.2);
}

/* line 11,*/
.btn-microsoft:focus,
.btn-microsoft.focus {
    color: #ffffff;
    background-color: #125acd;
    border-color: rgba(0, 0, 0, 0.2);
}

/* line 17, */
.btn-microsoft:hover {
    color: #ffffff;
    background-color: #125acd;
    border-color: rgba(0, 0, 0, 0.2);
}

/* line 22,*/
.btn-microsoft:active,
.btn-microsoft.active,
.open > .dropdown-toggle.btn-microsoft {
    color: #ffffff;
    background-color: #125acd;
    border-color: rgba(0, 0, 0, 0.2);
}

/* line 37,*/
.btn-microsoft:active,
.btn-microsoft.active,
.open > .dropdown-toggle.btn-microsoft {
    background-image: none;
}

/* line 53,*/
.btn-microsoft .badge {
    color: #2672ec;
    background-color: #ffffff;
}

/* line 144, bootstrap-social.less */
.btn-openid {
    color: #ffffff;
    background-color: #f7931e;
    border-color: rgba(0, 0, 0, 0.2);
}

/* line 11,*/
.btn-openid:focus,
.btn-openid.focus {
    color: #ffffff;
    background-color: #da7908;
    border-color: rgba(0, 0, 0, 0.2);
}

/* line 17,*/
.btn-openid:hover {
    color: #ffffff;
    background-color: #da7908;
    border-color: rgba(0, 0, 0, 0.2);
}

/* line 22,*/
.btn-openid:active,
.btn-openid.active,
.open > .dropdown-toggle.btn-openid {
    color: #ffffff;
    background-color: #da7908;
    border-color: rgba(0, 0, 0, 0.2);
}

/* line 37,*/
.btn-openid:active,
.btn-openid.active,
.open > .dropdown-toggle.btn-openid {
    background-image: none;
}

/* line 53,*/
.btn-openid .badge {
    color: #f7931e;
    background-color: #ffffff;
}

/* line 148, bootstrap-social.less */
.btn-pinterest {
    color: #ffffff;
    background-color: #cb2027;
    border-color: rgba(0, 0, 0, 0.2);
}

/* line 11,*/
.btn-pinterest:focus,
.btn-pinterest.focus {
    color: #ffffff;
    background-color: #9f191f;
    border-color: rgba(0, 0, 0, 0.2);
}

/* line 17,*/
.btn-pinterest:hover {
    color: #ffffff;
    background-color: #9f191f;
    border-color: rgba(0, 0, 0, 0.2);
}

/* line 22, */
.btn-pinterest:active,
.btn-pinterest.active,
.open > .dropdown-toggle.btn-pinterest {
    color: #ffffff;
    background-color: #9f191f;
    border-color: rgba(0, 0, 0, 0.2);
}

/* line 37,*/
.btn-pinterest:active,
.btn-pinterest.active,
.open > .dropdown-toggle.btn-pinterest {
    background-image: none;
}

/* line 53,*/
.btn-pinterest .badge {
    color: #cb2027;
    background-color: #ffffff;
}

/* line 152, bootstrap-social.less */
.btn-reddit {
    color: #000000;
    background-color: #eff7ff;
    border-color: rgba(0, 0, 0, 0.2);
}

/* line 11,*/
.btn-reddit:focus,
.btn-reddit.focus {
    color: #000000;
    background-color: #bcddff;
    border-color: rgba(0, 0, 0, 0.2);
}

/* line 17,*/
.btn-reddit:hover {
    color: #000000;
    background-color: #bcddff;
    border-color: rgba(0, 0, 0, 0.2);
}

/* line 22,*/
.btn-reddit:active,
.btn-reddit.active,
.open > .dropdown-toggle.btn-reddit {
    color: #000000;
    background-color: #bcddff;
    border-color: rgba(0, 0, 0, 0.2);
}

/* line 37,*/
.btn-reddit:active,
.btn-reddit.active,
.open > .dropdown-toggle.btn-reddit {
    background-image: none;
}

/* line 53,*/
.btn-reddit .badge {
    color: #eff7ff;
    background-color: #000000;
}

/* line 156, bootstrap-social.less */
.btn-soundcloud {
    color: #ffffff;
    background-color: #ff5500;
    border-color: rgba(0, 0, 0, 0.2);
}

/* line 11,*/
.btn-soundcloud:focus,
.btn-soundcloud.focus {
    color: #ffffff;
    background-color: #cc4400;
    border-color: rgba(0, 0, 0, 0.2);
}

/* line 17,*/
.btn-soundcloud:hover {
    color: #ffffff;
    background-color: #cc4400;
    border-color: rgba(0, 0, 0, 0.2);
}

/* line 22,*/
.btn-soundcloud:active,
.btn-soundcloud.active,
.open > .dropdown-toggle.btn-soundcloud {
    color: #ffffff;
    background-color: #cc4400;
    border-color: rgba(0, 0, 0, 0.2);
}

/* line 37,*/
.btn-soundcloud:active,
.btn-soundcloud.active,
.open > .dropdown-toggle.btn-soundcloud {
    background-image: none;
}

/* line 53,*/
.btn-soundcloud .badge {
    color: #ff5500;
    background-color: #ffffff;
}

/* line 160, bootstrap-social.less */
.btn-tumblr {
    color: #ffffff;
    background-color: #2c4762;
    border-color: rgba(0, 0, 0, 0.2);
}

/* line 11,*/
.btn-tumblr:focus,
.btn-tumblr.focus {
    color: #ffffff;
    background-color: #1c2d3f;
    border-color: rgba(0, 0, 0, 0.2);
}

/* line 17,*/
.btn-tumblr:hover {
    color: #ffffff;
    background-color: #1c2d3f;
    border-color: rgba(0, 0, 0, 0.2);
}

/* line 22,*/
.btn-tumblr:active,
.btn-tumblr.active,
.open > .dropdown-toggle.btn-tumblr {
    color: #ffffff;
    background-color: #1c2d3f;
    border-color: rgba(0, 0, 0, 0.2);
}

/* line 37,*/
.btn-tumblr:active,
.btn-tumblr.active,
.open > .dropdown-toggle.btn-tumblr {
    background-image: none;
}

/* line 53,*/
.btn-tumblr .badge {
    color: #2c4762;
    background-color: #ffffff;
}

/* line 164, bootstrap-social.less */
.btn-twitter {
    color: #ffffff;
    background-color: #55acee;
    border-color: rgba(0, 0, 0, 0.2);
}

/* line 11,*/
.btn-twitter:focus,
.btn-twitter.focus {
    color: #ffffff;
    background-color: #2795e9;
    border-color: rgba(0, 0, 0, 0.2);
}

/* line 17,*/
.btn-twitter:hover {
    color: #ffffff;
    background-color: #2795e9;
    border-color: rgba(0, 0, 0, 0.2);
}

/* line 22,*/
.btn-twitter:active,
.btn-twitter.active,
.open > .dropdown-toggle.btn-twitter {
    color: #ffffff;
    background-color: #2795e9;
    border-color: rgba(0, 0, 0, 0.2);
}

/* line 37,*/
.btn-twitter:active,
.btn-twitter.active,
.open > .dropdown-toggle.btn-twitter {
    background-image: none;
}

/* line 53,*/
.btn-twitter .badge {
    color: #55acee;
    background-color: #ffffff;
}

/* line 168, bootstrap-social.less */
.btn-vimeo {
    color: #ffffff;
    background-color: #1ab7ea;
    border-color: rgba(0, 0, 0, 0.2);
}

/* line 11,*/
.btn-vimeo:focus,
.btn-vimeo.focus {
    color: #ffffff;
    background-color: #1295bf;
    border-color: rgba(0, 0, 0, 0.2);
}

/* line 17,*/
.btn-vimeo:hover {
    color: #ffffff;
    background-color: #1295bf;
    border-color: rgba(0, 0, 0, 0.2);
}

/* line 22,*/
.btn-vimeo:active,
.btn-vimeo.active,
.open > .dropdown-toggle.btn-vimeo {
    color: #ffffff;
    background-color: #1295bf;
    border-color: rgba(0, 0, 0, 0.2);
}

/* line 37,*/
.btn-vimeo:active,
.btn-vimeo.active,
.open > .dropdown-toggle.btn-vimeo {
    background-image: none;
}

/* line 53,*/
.btn-vimeo .badge {
    color: #1ab7ea;
    background-color: #ffffff;
}

/* line 172, bootstrap-social.less */
.btn-vk {
    color: #ffffff;
    background-color: #587ea3;
    border-color: rgba(0, 0, 0, 0.2);
}

/* line 11,*/
.btn-vk:focus,
.btn-vk.focus {
    color: #ffffff;
    background-color: #466482;
    border-color: rgba(0, 0, 0, 0.2);
}

/* line 17,*/
.btn-vk:hover {
    color: #ffffff;
    background-color: #466482;
    border-color: rgba(0, 0, 0, 0.2);
}

/* line 22,*/
.btn-vk:active,
.btn-vk.active,
.open > .dropdown-toggle.btn-vk {
    color: #ffffff;
    background-color: #466482;
    border-color: rgba(0, 0, 0, 0.2);
}

/* line 37,*/
.btn-vk:active,
.btn-vk.active,
.open > .dropdown-toggle.btn-vk {
    background-image: none;
}

/* line 53,*/
.btn-vk .badge {
    color: #587ea3;
    background-color: #ffffff;
}

/* line 176, bootstrap-social.less */
.btn-yahoo {
    color: #ffffff;
    background-color: #720e9e;
    border-color: rgba(0, 0, 0, 0.2);
}

/* line 11,*/
.btn-yahoo:focus,
.btn-yahoo.focus {
    color: #ffffff;
    background-color: #500a6f;
    border-color: rgba(0, 0, 0, 0.2);
}

/* line 17,*/
.btn-yahoo:hover {
    color: #ffffff;
    background-color: #500a6f;
    border-color: rgba(0, 0, 0, 0.2);
}

/* line 22,*/
.btn-yahoo:active,
.btn-yahoo.active,
.open > .dropdown-toggle.btn-yahoo {
    color: #ffffff;
    background-color: #500a6f;
    border-color: rgba(0, 0, 0, 0.2);
}

/* line 37,*/
.btn-yahoo:active,
.btn-yahoo.active,
.open > .dropdown-toggle.btn-yahoo {
    background-image: none;
}

/* line 53,*/
.btn-yahoo .badge {
    color: #720e9e;
    background-color: #ffffff;
}

/*
 * Plugin: Full Calendar
 * ---------------------
 */
/* line 12, fullcalendar.less */
.fc-button {
    background: #f4f4f4;
    background-image: none;
    color: #444;
    border-color: #ddd;
    border-bottom-color: #ddd;
}

/* line 18, fullcalendar.less */
.fc-button:hover,
.fc-button:active,
.fc-button.hover {
    background-color: #e9e9e9;
}

/* line 26, fullcalendar.less */
.fc-header-title h2 {
    font-size: 15px;
    line-height: 1.6em;
    color: #666;
    margin-left: 10px;
}

/* line 33, fullcalendar.less */
.fc-header-right {
    padding-right: 10px;
}

/* line 37, fullcalendar.less */
.fc-header-left {
    padding-left: 10px;
}

/* line 42, fullcalendar.less */
.fc-widget-header {
    background: #fafafa;
}

/* line 46, fullcalendar.less */
.fc-grid {
    width: 100%;
    border: 0;
}

/* line 51, fullcalendar.less */
.fc-widget-header:first-of-type,
.fc-widget-content:first-of-type {
    border-left: 0;
    border-right: 0;
}

/* line 57, fullcalendar.less */
.fc-widget-header:last-of-type,
.fc-widget-content:last-of-type {
    border-right: 0;
}

/* line 62, fullcalendar.less */
.fc-toolbar {
    padding: 10px;
    margin: 0;
}

/* line 67, fullcalendar.less */
.fc-day-number {
    font-size: 20px;
    font-weight: 300;
    padding-right: 10px;
}

/* line 73, fullcalendar.less */
.fc-color-picker {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* line 77, fullcalendar.less */
.fc-color-picker > li {
    float: left;
    font-size: 30px;
    margin-right: 5px;
    line-height: 30px;
}

/* line 82, fullcalendar.less */
.fc-color-picker > li .fa {
    -webkit-transition: -webkit-transform linear 0.3s;
    -moz-transition: -moz-transform linear 0.3s;
    -o-transition: -o-transform linear 0.3s;
    transition: transform linear 0.3s;
}

/* line 84, fullcalendar.less */
.fc-color-picker > li .fa:hover {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(30deg);
}

/* line 91, fullcalendar.less */
#add-new-event {
    -webkit-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s;
}

/* line 95, fullcalendar.less */
.external-event {
    padding: 5px 10px;
    font-weight: bold;
    margin-bottom: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    border-radius: 0;
    cursor: move;
}

/* line 103, fullcalendar.less */
.external-event:hover {
    box-shadow: inset 0 0 90px rgba(0, 0, 0, 0.2);
}

/*
 * Plugin: Select2
 * ---------------
 */
/* line 14, select2.less */
.select2-container--default.select2-container--focus,
.select2-selection.select2-container--focus,
.select2-container--default:focus,
.select2-selection:focus,
.select2-container--default:active,
.select2-selection:active {
    outline: none;
}

/* line 19, select2.less */
.select2-container--default .select2-selection--single,
.select2-selection .select2-selection--single {
    border: 1px solid #d2d6de;
    border-radius: 0;
    padding: 6px 12px;
    height: 34px;
}

/* line 27, select2.less */
.select2-container--default.select2-container--open {
    border-color: #3c8dbc;
}

/* line 31, select2.less */
.select2-dropdown {
    border: 1px solid #d2d6de;
    border-radius: 0;
}

/* line 36, select2.less */
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #3c8dbc;
    color: white;
}

/* line 41, select2.less */
.select2-results__option {
    padding: 6px 12px;
    user-select: none;
    -webkit-user-select: none;
}

/* line 47, select2.less */
.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
    padding-right: 0;
    height: auto;
    margin-top: -4px;
}

/* line 54, select2.less */
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 6px;
    padding-left: 20px;
}

/* line 59, select2.less */
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 28px;
    right: 3px;
}

/* line 64, select2.less */
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-top: 0;
}

/* line 70, select2.less */
.select2-dropdown .select2-search__field,
.select2-search--inline .select2-search__field {
    border: 1px solid #d2d6de;
}

/* line 72, select2.less */
.select2-dropdown .select2-search__field:focus,
.select2-search--inline .select2-search__field:focus {
    outline: none;
}

/* line 79, select2.less */
.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default .select2-search--dropdown .select2-search__field {
    border-color: #3c8dbc !important;
}

/* line 84, select2.less */
.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999;
}

/* line 88, select2.less */
.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd;
}

/* line 90, select2.less */
.select2-container--default .select2-results__option[aria-selected=true],
.select2-container--default .select2-results__option[aria-selected=true]:hover {
    color: #444;
}

/* line 98, select2.less */
.select2-container--default .select2-selection--multiple {
    border: 1px solid #d2d6de;
    border-radius: 0;
}

/* line 101, select2.less */
.select2-container--default .select2-selection--multiple:focus {
    border-color: #3c8dbc;
}

/* line 105, select2.less */
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #d2d6de;
}

/* line 110, select2.less */
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #3c8dbc;
    border-color: #367fa9;
    padding: 1px 10px;
    color: #fff;
}

/* line 117, select2.less */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    margin-right: 5px;
    color: rgba(255, 255, 255, 0.7);
}

/* line 120, select2.less */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #fff;
}

/* line 125, select2.less */
.select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 10px;
}

/* line 5, datepicker.less */
.box .datepicker-inline,
.box .datepicker-inline .datepicker-days,
.box .datepicker-inline > table,
.box .datepicker-inline .datepicker-days > table {
    width: 100%;
}

/* line 9, datepicker.less */
.box .datepicker-inline td:hover,
.box .datepicker-inline .datepicker-days td:hover,
.box .datepicker-inline > table td:hover,
.box .datepicker-inline .datepicker-days > table td:hover {
    background-color: rgba(255, 255, 255, 0.3);
}

/* line 13, datepicker.less */
.box .datepicker-inline td.day.old,
.box .datepicker-inline .datepicker-days td.day.old,
.box .datepicker-inline > table td.day.old,
.box .datepicker-inline .datepicker-days > table td.day.old,
.box .datepicker-inline td.day.new,
.box .datepicker-inline .datepicker-days td.day.new,
.box .datepicker-inline > table td.day.new,
.box .datepicker-inline .datepicker-days > table td.day.new {
    color: #777;
}

/*
 * General: Miscellaneous
 * ----------------------
 */
/* line 6, miscellaneous.less */
.pad {
    padding: 10px;
}

/* line 10, miscellaneous.less */
.margin {
    margin: 10px;
}

/* line 14, miscellaneous.less */
.margin-bottom {
    margin-bottom: 20px;
}

/* line 18, miscellaneous.less */
.margin-bottom-none {
    margin-bottom: 0;
}

/* line 22, miscellaneous.less */
.margin-r-5 {
    margin-right: 5px;
}

/* line 27, miscellaneous.less */
.inline {
    display: inline;
}

/* line 32, miscellaneous.less */
.description-block {
    display: block;
    margin: 10px 0;
    text-align: center;
}

/* line 36, miscellaneous.less */
.description-block.margin-bottom {
    margin-bottom: 25px;
}

/* line 39, miscellaneous.less */
.description-block > .description-header {
    margin: 0;
    padding: 0;
    font-weight: 600;
    font-size: 16px;
}

/* line 45, miscellaneous.less */
.description-block > .description-text {
    text-transform: uppercase;
}

/* line 51, miscellaneous.less */
.bg-red,
.bg-yellow,
.bg-aqua,
.bg-blue,
.bg-light-blue,
.bg-green,
.bg-navy,
.bg-teal,
.bg-olive,
.bg-lime,
.bg-orange,
.bg-fuchsia,
.bg-purple,
.bg-maroon,
.bg-black,
.bg-red-active,
.bg-yellow-active,
.bg-aqua-active,
.bg-blue-active,
.bg-light-blue-active,
.bg-green-active,
.bg-navy-active,
.bg-teal-active,
.bg-olive-active,
.bg-lime-active,
.bg-orange-active,
.bg-fuchsia-active,
.bg-purple-active,
.bg-maroon-active,
.bg-black-active,
.callout.callout-danger,
.callout.callout-warning,
.callout.callout-info,
.callout.callout-success,
.alert-success,
.alert-danger,
.alert-error,
.alert-warning,
.alert-info,
.label-danger,
.label-info,
.label-warning,
.label-primary,
.label-success,
.modal-primary .modal-body,
.modal-primary .modal-header,
.modal-primary .modal-footer,
.modal-warning .modal-body,
.modal-warning .modal-header,
.modal-warning .modal-footer,
.modal-info .modal-body,
.modal-info .modal-header,
.modal-info .modal-footer,
.modal-success .modal-body,
.modal-success .modal-header,
.modal-success .modal-footer,
.modal-danger .modal-body,
.modal-danger .modal-header,
.modal-danger .modal-footer {
    color: #fff !important;
}

/* line 84, miscellaneous.less */
.bg-gray {
    color: #000;
    background-color: #d2d6de !important;
}

/* line 89, miscellaneous.less */
.bg-gray-light {
    background-color: #f7f7f7;
}

/* line 93, miscellaneous.less */
.bg-black {
    background-color: #000000 !important;
}

/* line 97, miscellaneous.less */
.bg-red,
.callout.callout-danger,
.alert-danger,
.alert-error,
.label-danger,
.modal-danger .modal-body {
    background-color: #dd4b39 !important;
}

/* line 101, miscellaneous.less */
.bg-yellow,
.callout.callout-warning,
.alert-warning,
.label-warning,
.modal-warning .modal-body {
    background-color: #f39c12 !important;
}

/* line 105, miscellaneous.less */
.bg-aqua,
.callout.callout-info,
.alert-info,
.label-info,
.modal-info .modal-body {
    background-color: #00c0ef !important;
}

/* line 109, miscellaneous.less */
.bg-blue {
    background-color: #0073b7 !important;
}

/* line 113, miscellaneous.less */
.bg-light-blue,
.label-primary,
.modal-primary .modal-body {
    background-color: #3c8dbc !important;
}

/* line 117, miscellaneous.less */
.bg-green,
.callout.callout-success,
.alert-success,
.label-success,
.modal-success .modal-body {
    background-color: #00a65a !important;
}

/* line 121, miscellaneous.less */
.bg-navy {
    background-color: #001f3f !important;
}

/* line 125, miscellaneous.less */
.bg-teal {
    background-color: #39cccc !important;
}

/* line 129, miscellaneous.less */
.bg-olive {
    background-color: #3d9970 !important;
}

/* line 133, miscellaneous.less */
.bg-lime {
    background-color: #01ff70 !important;
}

/* line 137, miscellaneous.less */
.bg-orange {
    background-color: #ff851b !important;
}

/* line 141, miscellaneous.less */
.bg-fuchsia {
    background-color: #f012be !important;
}

/* line 145, miscellaneous.less */
.bg-purple {
    background-color: #605ca8 !important;
}

/* line 149, miscellaneous.less */
.bg-maroon {
    background-color: #d81b60 !important;
}

/* line 154, miscellaneous.less */
.bg-gray-active {
    color: #000;
    background-color: #b5bbc8 !important;
}

/* line 159, miscellaneous.less */
.bg-black-active {
    background-color: #000000 !important;
}

/* line 163, miscellaneous.less */
.bg-red-active,
.modal-danger .modal-header,
.modal-danger .modal-footer {
    background-color: #d33724 !important;
}

/* line 167, miscellaneous.less */
.bg-yellow-active,
.modal-warning .modal-header,
.modal-warning .modal-footer {
    background-color: #db8b0b !important;
}

/* line 171, miscellaneous.less */
.bg-aqua-active,
.modal-info .modal-header,
.modal-info .modal-footer {
    background-color: #00a7d0 !important;
}

/* line 175, miscellaneous.less */
.bg-blue-active {
    background-color: #005384 !important;
}

/* line 179, miscellaneous.less */
.bg-light-blue-active,
.modal-primary .modal-header,
.modal-primary .modal-footer {
    background-color: #357ca5 !important;
}

/* line 183, miscellaneous.less */
.bg-green-active,
.modal-success .modal-header,
.modal-success .modal-footer {
    background-color: #008d4c !important;
}

/* line 187, miscellaneous.less */
.bg-navy-active {
    background-color: #001a35 !important;
}

/* line 191, miscellaneous.less */
.bg-teal-active {
    background-color: #30bbbb !important;
}

/* line 195, miscellaneous.less */
.bg-olive-active {
    background-color: #368763 !important;
}

/* line 199, miscellaneous.less */
.bg-lime-active {
    background-color: #00e765 !important;
}

/* line 203, miscellaneous.less */
.bg-orange-active {
    background-color: #ff7701 !important;
}

/* line 207, miscellaneous.less */
.bg-fuchsia-active {
    background-color: #db0ead !important;
}

/* line 211, miscellaneous.less */
.bg-purple-active {
    background-color: #555299 !important;
}

/* line 215, miscellaneous.less */
.bg-maroon-active {
    background-color: #ca195a !important;
}

/* line 220, miscellaneous.less */
[class^="bg-"].disabled {
    opacity: 0.65;
    filter: alpha(opacity=65);
}

/* line 225, miscellaneous.less */
.text-red {
    color: #dd4b39 !important;
}

/* line 229, miscellaneous.less */
.text-yellow {
    color: #f39c12 !important;
}

/* line 233, miscellaneous.less */
.text-aqua {
    color: #00c0ef !important;
}

/* line 237, miscellaneous.less */
.text-blue {
    color: #0073b7 !important;
}

/* line 241, miscellaneous.less */
.text-black {
    color: #000000 !important;
}

/* line 245, miscellaneous.less */
.text-light-blue {
    color: #3c8dbc !important;
}

/* line 249, miscellaneous.less */
.text-green {
    color: #00a65a !important;
}

/* line 253, miscellaneous.less */
.text-gray {
    color: #d2d6de !important;
}

/* line 257, miscellaneous.less */
.text-navy {
    color: #001f3f !important;
}

/* line 261, miscellaneous.less */
.text-teal {
    color: #39cccc !important;
}

/* line 265, miscellaneous.less */
.text-olive {
    color: #3d9970 !important;
}

/* line 269, miscellaneous.less */
.text-lime {
    color: #01ff70 !important;
}

/* line 273, miscellaneous.less */
.text-orange {
    color: #ff851b !important;
}

/* line 277, miscellaneous.less */
.text-fuchsia {
    color: #f012be !important;
}

/* line 281, miscellaneous.less */
.text-purple {
    color: #605ca8 !important;
}

/* line 285, miscellaneous.less */
.text-maroon {
    color: #d81b60 !important;
}

/* line 289, miscellaneous.less */
.link-muted {
    color: #7a869d;
}

/* line 291, miscellaneous.less */
.link-muted:hover,
.link-muted:focus {
    color: #606c84;
}

/* line 297, miscellaneous.less */
.link-black {
    color: #666;
}

/* line 299, miscellaneous.less */
.link-black:hover,
.link-black:focus {
    color: #999;
}

/* line 306, miscellaneous.less */
.hide {
    display: none !important;
}

/* line 311, miscellaneous.less */
.no-border {
    border: 0 !important;
}

/* line 316, miscellaneous.less */
.no-padding {
    padding: 0 !important;
}

/* line 321, miscellaneous.less */
.no-margin {
    margin: 0 !important;
}

/* line 326, miscellaneous.less */
.no-shadow {
    box-shadow: none !important;
}

/* line 331, miscellaneous.less */
.list-unstyled,
.chart-legend,
.contacts-list,
.users-list,
.mailbox-attachments {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* line 338, miscellaneous.less */
.list-group-unbordered > .list-group-item {
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
}

/* line 348, miscellaneous.less */
.flat {
    border-radius: 0 !important;
}

/* line 353, miscellaneous.less */
.text-bold,
.text-bold.table td,
.text-bold.table th {
    font-weight: 700;
}

/* line 358, miscellaneous.less */
.text-sm {
    font-size: 12px;
}

/* line 363, miscellaneous.less */
.jqstooltip {
    padding: 5px !important;
    width: auto !important;
    height: auto !important;
}

/* line 370, miscellaneous.less */
.bg-teal-gradient {
    background: #39cccc !important;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #39cccc), color-stop(1, #7adddd)) !important;
    background: -ms-linear-gradient(bottom, #39cccc, #7adddd) !important;
    background: -moz-linear-gradient(center bottom, #39cccc 0%, #7adddd 100%) !important;
    background: -o-linear-gradient(#7adddd, #39cccc) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7adddd', endColorstr='#39cccc', GradientType=0) !important;
    color: #fff;
}

/* line 375, miscellaneous.less */
.bg-light-blue-gradient {
    background: #3c8dbc !important;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #3c8dbc), color-stop(1, #67a8ce)) !important;
    background: -ms-linear-gradient(bottom, #3c8dbc, #67a8ce) !important;
    background: -moz-linear-gradient(center bottom, #3c8dbc 0%, #67a8ce 100%) !important;
    background: -o-linear-gradient(#67a8ce, #3c8dbc) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#67a8ce', endColorstr='#3c8dbc', GradientType=0) !important;
    color: #fff;
}

/* line 380, miscellaneous.less */
.bg-blue-gradient {
    background: #0073b7 !important;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #0073b7), color-stop(1, #0089db)) !important;
    background: -ms-linear-gradient(bottom, #0073b7, #0089db) !important;
    background: -moz-linear-gradient(center bottom, #0073b7 0%, #0089db 100%) !important;
    background: -o-linear-gradient(#0089db, #0073b7) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0089db', endColorstr='#0073b7', GradientType=0) !important;
    color: #fff;
}

/* line 385, miscellaneous.less */
.bg-aqua-gradient {
    background: #00c0ef !important;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #00c0ef), color-stop(1, #14d1ff)) !important;
    background: -ms-linear-gradient(bottom, #00c0ef, #14d1ff) !important;
    background: -moz-linear-gradient(center bottom, #00c0ef 0%, #14d1ff 100%) !important;
    background: -o-linear-gradient(#14d1ff, #00c0ef) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#14d1ff', endColorstr='#00c0ef', GradientType=0) !important;
    color: #fff;
}

/* line 390, miscellaneous.less */
.bg-yellow-gradient {
    background: #f39c12 !important;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f39c12), color-stop(1, #f7bc60)) !important;
    background: -ms-linear-gradient(bottom, #f39c12, #f7bc60) !important;
    background: -moz-linear-gradient(center bottom, #f39c12 0%, #f7bc60 100%) !important;
    background: -o-linear-gradient(#f7bc60, #f39c12) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7bc60', endColorstr='#f39c12', GradientType=0) !important;
    color: #fff;
}

/* line 395, miscellaneous.less */
.bg-purple-gradient {
    background: #605ca8 !important;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #605ca8), color-stop(1, #9491c4)) !important;
    background: -ms-linear-gradient(bottom, #605ca8, #9491c4) !important;
    background: -moz-linear-gradient(center bottom, #605ca8 0%, #9491c4 100%) !important;
    background: -o-linear-gradient(#9491c4, #605ca8) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9491c4', endColorstr='#605ca8', GradientType=0) !important;
    color: #fff;
}

/* line 400, miscellaneous.less */
.bg-green-gradient {
    background: #00a65a !important;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #00a65a), color-stop(1, #00ca6d)) !important;
    background: -ms-linear-gradient(bottom, #00a65a, #00ca6d) !important;
    background: -moz-linear-gradient(center bottom, #00a65a 0%, #00ca6d 100%) !important;
    background: -o-linear-gradient(#00ca6d, #00a65a) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ca6d', endColorstr='#00a65a', GradientType=0) !important;
    color: #fff;
}

/* line 405, miscellaneous.less */
.bg-red-gradient {
    background: #dd4b39 !important;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #dd4b39), color-stop(1, #e47365)) !important;
    background: -ms-linear-gradient(bottom, #dd4b39, #e47365) !important;
    background: -moz-linear-gradient(center bottom, #dd4b39 0%, #e47365 100%) !important;
    background: -o-linear-gradient(#e47365, #dd4b39) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e47365', endColorstr='#dd4b39', GradientType=0) !important;
    color: #fff;
}

/* line 410, miscellaneous.less */
.bg-black-gradient {
    background: #000000 !important;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #000000), color-stop(1, #1a1a1a)) !important;
    background: -ms-linear-gradient(bottom, #000000, #1a1a1a) !important;
    background: -moz-linear-gradient(center bottom, #000000 0%, #1a1a1a 100%) !important;
    background: -o-linear-gradient(#1a1a1a, #000000) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a1a1a', endColorstr='#000000', GradientType=0) !important;
    color: #fff;
}

/* line 415, miscellaneous.less */
.bg-maroon-gradient {
    background: #d81b60 !important;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #d81b60), color-stop(1, #e73f7c)) !important;
    background: -ms-linear-gradient(bottom, #d81b60, #e73f7c) !important;
    background: -moz-linear-gradient(center bottom, #d81b60 0%, #e73f7c 100%) !important;
    background: -o-linear-gradient(#e73f7c, #d81b60) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e73f7c', endColorstr='#d81b60', GradientType=0) !important;
    color: #fff;
}

/* line 422, miscellaneous.less */
.description-block .description-icon {
    font-size: 16px;
}

/* line 428, miscellaneous.less */
.no-pad-top {
    padding-top: 0;
}

/* line 433, miscellaneous.less */
.position-static {
    position: static !important;
}

/* line 438, miscellaneous.less */
.list-header {
    font-size: 15px;
    padding: 10px 4px;
    font-weight: bold;
    color: #666;
}

/* line 445, miscellaneous.less */
.list-seperator {
    height: 1px;
    background: #f4f4f4;
    margin: 15px 0 9px 0;
}

/* line 452, miscellaneous.less */
.list-link > a {
    padding: 4px;
    color: #777;
}

/* line 455, miscellaneous.less */
.list-link > a:hover {
    color: #222;
}

/* line 462, miscellaneous.less */
.font-light {
    font-weight: 300;
}

/* line 14, */
.user-block:before,
.user-block:after {
    content: " ";
    display: table;
}

/* line 19,*/
.user-block:after {
    clear: both;
}

/* line 469, miscellaneous.less */
.user-block img {
    width: 40px;
    height: 40px;
    float: left;
}

/* line 474, miscellaneous.less */
.user-block .username,
.user-block .description,
.user-block .comment {
    display: block;
    margin-left: 50px;
}

/* line 480, miscellaneous.less */
.user-block .username {
    font-size: 16px;
    font-weight: 600;
}

/* line 484, miscellaneous.less */
.user-block .description {
    color: #999;
    font-size: 13px;
}

/* line 492, miscellaneous.less */
.user-block.user-block-sm .username,
.user-block.user-block-sm .description,
.user-block.user-block-sm .comment {
    margin-left: 40px;
}

/* line 497, miscellaneous.less */
.user-block.user-block-sm .username {
    font-size: 14px;
}

/* line 504, miscellaneous.less */
.img-sm,
.img-md,
.img-lg,
.box-comments .box-comment img,
.user-block.user-block-sm img {
    float: left;
}

/* line 510, miscellaneous.less */
.img-sm,
.box-comments .box-comment img,
.user-block.user-block-sm img {
    width: 30px !important;
    height: 30px !important;
}

/* line 513, miscellaneous.less */
.img-sm + .img-push {
    margin-left: 40px;
}

/* line 518, miscellaneous.less */
.img-md {
    width: 60px;
    height: 60px;
}

/* line 521, miscellaneous.less */
.img-md + .img-push {
    margin-left: 70px;
}

/* line 526, miscellaneous.less */
.img-lg {
    width: 100px;
    height: 100px;
}

/* line 529, miscellaneous.less */
.img-lg + .img-push {
    margin-left: 110px;
}

/* line 535, miscellaneous.less */
.img-bordered {
    border: 3px solid #d2d6de;
    padding: 3px;
}

/* line 540, miscellaneous.less */
.img-bordered-sm {
    border: 2px solid #d2d6de;
    padding: 2px;
}

/* line 546, miscellaneous.less */
.attachment-block {
    border: 1px solid #f4f4f4;
    padding: 5px;
    margin-bottom: 10px;
    background: #f7f7f7;
}

/* line 552, miscellaneous.less */
.attachment-block .attachment-img {
    max-width: 100px;
    max-height: 100px;
    height: auto;
    float: left;
}

/* line 558, miscellaneous.less */
.attachment-block .attachment-pushed {
    margin-left: 110px;
}

/* line 561, miscellaneous.less */
.attachment-block .attachment-heading {
    margin: 0;
}

/* line 564, miscellaneous.less */
.attachment-block .attachment-text {
    color: #555;
}

/* line 569, miscellaneous.less */
.connectedSortable {
    min-height: 100px;
}

/* line 573, miscellaneous.less */
.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/* line 584, miscellaneous.less */
.sort-highlight {
    background: #f4f4f4;
    border: 1px dashed #ddd;
    margin-bottom: 10px;
}

/* line 590, miscellaneous.less */
.full-opacity-hover {
    opacity: 0.65;
    filter: alpha(opacity=65);
}

/* line 592, miscellaneous.less */
.full-opacity-hover:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

/* line 598, miscellaneous.less */
.chart {
    position: relative;
    overflow: hidden;
    width: 100%;
}

/* line 602, miscellaneous.less */
.chart svg,
.chart canvas {
    width: 100% !important;
}

/*
 * Misc: print
 * -----------
 */
@media print {
    /* line 7, print.less */
    .no-print,
    .main-sidebar,
    .left-side,
    .main-header,
    .content-header {
        display: none !important;
    }

    /* line 20, print.less */
    .content-wrapper,
    .right-side,
    .main-footer {
        margin-left: 0 !important;
        min-height: 0 !important;
        -webkit-transform: translate(0, 0) !important;
        -ms-transform: translate(0, 0) !important;
        -o-transform: translate(0, 0) !important;
        transform: translate(0, 0) !important;
    }

    /* line 28, print.less */
    .fixed .content-wrapper,
    .fixed .right-side {
        padding-top: 0 !important;
    }

    /* line 34, print.less */
    .invoice {
        width: 100%;
        border: 0;
        margin: 0;
        padding: 0;
    }

    /* line 41, print.less */
    .invoice-col {
        float: left;
        width: 33.3333333%;
    }

    /* line 47, print.less */
    .table-responsive {
        overflow: auto;
    }

    /* line 49, print.less */
    .table-responsive > .table tr th,
    .table-responsive > .table tr td {
        white-space: normal !important;
    }
}

/* line 3, custom.less */
.logo img {
    width: auto;
    height: 45px;
    display: block;
    margin-top: 8px;
    margin-left: 5px;
}

/* line 5, custom.less */
footer {
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px 30px 1px;
    z-index: 9999;
    background-color: #363f45;
    font-size: 12px;
    color: #666;
}

/* line 6, custom.less */
footer ul li {
    float: left;
    list-style: none;
}

/* line 7, custom.less */
footer ul li a {
    padding: 15px;
    color: #ffffff;
}

/*--- Custom ----*/
/* ---- @ Media ----- */
@media screen and (max-width: 767px) {
    /* line 14, custom.less */
    .channel-box {
        width: 100%;
    }

    /* line 15, custom.less */
    .xs-p-0 {
        padding: 0;
    }

    /* line 15, custom.less */
    .xs-p-5 {
        padding: 5px;
    }

    /* line 16, custom.less */
    .xs-p-t-15 {
        padding-top: 15px;
    }
}

@media screen and (min-width: 768px) {
    /* line 20, custom.less */
    .channel-box {
        width: 32%;
    }
}

@media screen and (max-width: 1199px) {
    /* line 25, custom.less */
    .scroll-down {
        display: none;
    }
}

@media screen and (min-width: 1200px) {
    /* line 29, custom.less */
    .channel-box {
        width: 15%;
    }

    /* line 30, custom.less */
    .scroll-down {
        bottom: 55px;
        display: block;
    }
}

/* line 34, custom.less */
img {
    width: 100%;
}

/* Paddings */
/* line 37, custom.less */
.p-a-0 {
    padding: 0 !important;
}

/* line 38, custom.less */
.p-a-5 {
    padding: 5px !important;
}

/* line 39, custom.less */
.p-a-10 {
    padding: 10px !important;
}

/* line 40, custom.less */
.p-a-15 {
    padding: 15px !important;
}

/* line 41, custom.less */
.p-a-20 {
    padding: 20px !important;
}

/* line 44, custom.less */
.p-y-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/* line 45, custom.less */
.p-y-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

/* line 46, custom.less */
.p-y-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

/* line 47, custom.less */
.p-y-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

/* line 48, custom.less */
.p-y-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

/* line 49, custom.less */
.p-y-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

/* line 50, custom.less */
.p-x-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* line 51, custom.less */
.p-x-5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

/* line 52, custom.less */
.p-x-8 {
    padding-left: 8px !important;
    padding-right: 8px !important;
}

/* line 53, custom.less */
.p-x-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

/* line 54, custom.less */
.p-x-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

/* line 55, custom.less */
.p-x-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

/* line 56, custom.less */
.p-t-0 {
    padding-top: 0 !important;
}

/* line 57, custom.less */
.p-t-5 {
    padding-top: 5px !important;
}

/* line 58, custom.less */
.p-t-8 {
    padding-top: 8px !important;
}

/* line 59, custom.less */
.p-t-10 {
    padding-top: 10px !important;
}

/* line 60, custom.less */
.p-t-15 {
    padding-top: 15px;
}

/* line 61, custom.less */
.p-t-20 {
    padding-top: 20px !important;
}

/* line 62, custom.less */
.p-t-80 {
    padding-top: 100px !important;
}

/* line 63, custom.less */
.p-t-100 {
    padding-top: 100px !important;
}

/* line 64, custom.less */
.p-r-0 {
    padding-right: 0 !important;
}

/* line 65, custom.less */
.p-r-5 {
    padding-right: 5px !important;
}

/* line 66, custom.less */
.p-r-10 {
    padding-right: 10px !important;
}

/* line 67, custom.less */
.p-r-15 {
    padding-right: 15px !important;
}

/* line 68, custom.less */
.p-r-20 {
    padding-right: 20px !important;
}

/* line 69, custom.less */
.p-b-0 {
    padding-bottom: 0 !important;
}

/* line 70, custom.less */
.p-b-5 {
    padding-bottom: 5px !important;
}

/* line 71, custom.less */
.p-b-10 {
    padding-bottom: 10px !important;
}

/* line 72, custom.less */
.p-b-15 {
    padding-bottom: 15px !important;
}

/* line 73, custom.less */
.p-b-20 {
    padding-bottom: 20px !important;
}

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

/* line 74, custom.less */
.p-l-0 {
    padding-left: 0 !important;
}

/* line 75, custom.less */
.p-l-5 {
    padding-left: 5px !important;
}

/* line 76, custom.less */
.p-l-10 {
    padding-left: 10px !important;
}

/* line 77, custom.less */
.p-l-15 {
    padding-left: 15px !important;
}

/* line 78, custom.less */
.p-l-20 {
    padding-left: 20px !important;
}

/* line 79, custom.less */
.p-l-25 {
    padding-left: 25px !important;
}

/*minus*/
/* line 81, custom.less */
.p-l--15 {
    padding-left: -15px !important;
}

/* line 89, custom.less */
.m-a-0 {
    margin: 0 !important;
}

/* line 90, custom.less */
.m-a-5 {
    margin: 5px !important;
}

/* line 91, custom.less */
.m-a-10 {
    margin: 10px !important;
}

/* line 92, custom.less */
.m-a-15 {
    margin: 15px !important;
}

/* line 93, custom.less */
.m-a-20 {
    margin: 20px !important;
}

/* line 94, custom.less */
.m-y-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

/* line 95, custom.less */
.m-y-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

/* line 96, custom.less */
.m-y-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

/* line 97, custom.less */
.m-y-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}

/* line 98, custom.less */
.m-y-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

/* line 99, custom.less */
.m-x-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/* line 100, custom.less */
.m-x-5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
}

/* line 101, custom.less */
.m-x-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
}

/* line 102, custom.less */
.m-x-15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
}

/* line 103, custom.less */
.m-x-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
}

/* line 104, custom.less */
.m-t-0 {
    margin-top: 0 !important;
}

/* line 105, custom.less */
.m-t-3 {
    margin-top: 3px !important;
}

/* line 106, custom.less */
.m-t-5 {
    margin-top: 5px !important;
}

/* line 107, custom.less */
.m-t-10 {
    margin-top: 10px !important;
}

/* line 108, custom.less */
.m-t-15 {
    margin-top: 15px !important;
}

/* line 109, custom.less */
.m-t-20 {
    margin-top: 20px !important;
}

/* line 110, custom.less */
.m-t-100 {
    margin-top: 100px !important;
}

/* line 111, custom.less */
.m-r-0 {
    margin-right: 0 !important;
}

/* line 112, custom.less */
.m-r-5 {
    margin-right: 5px !important;
}

/* line 113, custom.less */
.m-r-10 {
    margin-right: 10px !important;
}

/* line 114, custom.less */
.m-r-15 {
    margin-right: 15px !important;
}

/* line 115, custom.less */
.m-r-20 {
    margin-right: 20px !important;
}

/* line 116, custom.less */
.m-r-30 {
    margin-right: 30px !important;
}

/* line 117, custom.less */
.m-b-0 {
    margin-bottom: 0 !important;
}

/* line 118, custom.less */
.m-b-5 {
    margin-bottom: 5px !important;
}

/* line 119, custom.less */
.m-b-10 {
    margin-bottom: 10px !important;
}

/* line 120, custom.less */
.m-b-15 {
    margin-bottom: 15px !important;
}

/* line 121, custom.less */
.m-b-20 {
    margin-bottom: 20px !important;
}

.m-l--10 {
    margin-left: -10px !important;
}

/* line 122, custom.less */
.m-l-0 {
    margin-left: 0 !important;
}

/* line 123, custom.less */
.m-l-5 {
    margin-left: 5px !important;
}

/* line 124, custom.less */
.m-l-10 {
    margin-left: 10px !important;
}

/* line 125, custom.less */
.m-l-15 {
    margin-left: 15px !important;
}

/* line 126, custom.less */
.m-l-20 {
    margin-left: 20px !important;
}

/* line 130, custom.less */
.w-40 {
    width: 40px;
}

/* line 131, custom.less */
.w-50 {
    width: 50px;
}

/* line 132, custom.less */
.w-60 {
    width: 60px;
}

/* line 133, custom.less */
.w-70 {
    width: 70px;
}

/* line 134, custom.less */
.w-100 {
    width: 100px;
}

/* line 135, custom.less */
.w-110 {
    width: 110px;
}

/* line 136, custom.less */
.w-120 {
    width: 120px;
}

/* line 137, custom.less */
.w-130 {
    width: 130px;
}

/* line 138, custom.less */
.w-150 {
    width: 150px;
}

/* line 139, custom.less */
.w-160 {
    width: 160px;
}

/* line 140, custom.less */
.w-180 {
    width: 180px;
}

/* line 141, custom.less */
.w-200 {
    width: 200px;
}

/* line 142, custom.less */
.w-250 {
    width: 250px;
}

/* line 143, custom.less */
.w-100-p {
    width: 100%;
}

/* line 144, custom.less */
.w-11-p {
    width: 11%;
}

/* line 147, custom.less */
.w-pc-10 {
    width: 10%;
}

/* line 148, custom.less */
.w-pc-20 {
    width: 20%;
}

/* line 149, custom.less */
.w-pc-30 {
    width: 30%;
}

/* line 150, custom.less */
.w-pc-40 {
    width: 40%;
}

/* line 151, custom.less */
.w-pc-50 {
    width: 50%;
}

/* line 152, custom.less */
.w-pc-60 {
    width: 60%;
}

/* line 153, custom.less */
.w-pc-70 {
    width: 70%;
}

/* line 154, custom.less */
.w-pc-80 {
    width: 80%;
}

/* line 155, custom.less */
.w-pc-90 {
    width: 90%;
}

/* line 156, custom.less */
.w-pc-100 {
    width: 100%;
}

/* line 160, custom.less */
.w-min-50 {
    min-width: 50px;
}

/* line 161, custom.less */
.w-min-60 {
    min-width: 60px;
}

/* line 162, custom.less */
.w-min-80 {
    min-width: 80px;
}

/* line 163, custom.less */
.w-min-100 {
    min-width: 100px;
}

/* line 164, custom.less */
.w-min-110 {
    min-width: 110px;
}

/* line 165, custom.less */
.w-min-120 {
    min-width: 120px;
}

/* line 166, custom.less */
.w-min-130 {
    min-width: 130px;
}

/* line 167, custom.less */
.w-min-150 {
    min-width: 150px;
}

/* line 168, custom.less */
.w-min-160 {
    min-width: 160px;
}

/* line 169, custom.less */
.w-min-180 {
    min-width: 180px;
}

/* line 170, custom.less */
.w-min-200 {
    min-width: 200px;
}

/* line 173, custom.less */
.w-max-50 {
    max-width: 50px;
}

/* line 174, custom.less */
.w-max-80 {
    max-width: 80px;
}

/* line 175, custom.less */
.w-max-100 {
    max-width: 100px;
}

/* line 176, custom.less */
.w-max-110 {
    max-width: 110px;
}

/* line 177, custom.less */
.w-max-120 {
    max-width: 120px;
}

/* line 178, custom.less */
.w-max-150 {
    max-width: 150px;
}

/* line 179, custom.less */
.w-max-160 {
    max-width: 160px;
}

/* line 180, custom.less */
.w-max-180 {
    max-width: 180px;
}

/* line 181, custom.less */
.w-max-200 {
    max-width: 200px;
}

/* line 184, custom.less */
.h-50 {
    height: 50px;
}

/* line 185, custom.less */
.h-100 {
    height: 100px;
}

/* line 186, custom.less */
.h-150 {
    height: 150px;
}

/* line 187, custom.less */
.h-200 {
    height: 200px;
}

/* line 188, custom.less */
.h-250 {
    height: 250px;
}

/* line 191, custom.less */
.min-h-30 {
    min-height: 30px;
}

/* line 194, custom.less */
.max-h-80 {
    max-height: 80px;
}

/* line 195, custom.less */
.max-h-100 {
    max-height: 100px;
}

/* line 196, custom.less */
.max-h-150 {
    max-height: 150px;
}

/* line 197, custom.less */
.max-h-200 {
    max-height: 200px;
}

/* line 198, custom.less */
.max-h-250 {
    max-height: 250px;
}

/* line 200, custom.less */
textarea {
    line-height: 0.8em !important;
}

/*---- Overide ------*/
/* line 203, custom.less */
.pos-ab {
    position: absolute;
}

/* line 204, custom.less */
.pos-ab-t {
    top: 0;
}

/* line 205, custom.less */
.pos-ab-r {
    right: 0;
}

/* line 206, custom.less */
.pos-ab-l {
    left: 0;
}

/* line 207, custom.less */
.pos-ab-b {
    bottom: 0;
}

/* line 208, custom.less */
.pos-ab-tr {
    right: 0;
    top: 0;
}

/* line 209, custom.less */
.pos-ab-tl {
    left: 0;
    top: 0;
}

/* line 210, custom.less */
.pos-ab-br {
    right: 0;
    bottom: 0;
}

/* line 211, custom.less */
.pos-ab-bl {
    left: 0;
    bottom: 0;
}

/* ------ */
/* ------ */
/* line 215, custom.less */
.font-20 {
    font-size: 20px;
}

/* line 216, custom.less */
.font-30 {
    font-size: 30px;
}

/* line 217, custom.less */
.font-40 {
    font-size: 40px;
}

/* line 218, custom.less */
.font-50 {
    font-size: 50px;
}

/* line 219, custom.less */
.font-60 {
    font-size: 60px;
}

/*--- Borders----*/
/* line 222, custom.less */
.border-t {
    border-top: 1px solid #cccccc;
}

/*---btn-----*/
/* line 226, custom.less */
.btn-red {
    background-color: #910202;
    color: #ffffff;
}

/* line 227, custom.less */
.btn-red:hover {
    background-color: #000000;
    color: #ffffff;
}

/*---error----*/
/* line 230, custom.less */
.form-control.error {
    border-color: #dd4b39;
    box-shadow: none;
}

/* line 234, custom.less */
.error {
    color: #dd4b39;
    display: block;
    padding-top: 5px;
}

/* line 236, custom.less */
.change-pic {
    position: absolute;
    bottom: 0;
    z-index: 9999;
    font-size: 40px;
    color: #dd4b39;
    margin-left: calc(-19%);
}

/* line 238, custom.less */
.change-pic:hover,
.change-pic:active,
.change-pic.hover {
    color: #b53323;
}

/* line 243, custom.less */
.navbar-site {
    margin-bottom: 0 !important;
}

/* line 244, custom.less */
.hot-deal img {
    width: 100%;
    height: auto;
    padding: 6px 0px 0 0;
}

/* line 245, custom.less */
.heading-hotdeal {
    color: #dd4b39;
    text-transform: uppercase;
    font-weight: bold;
}

/* line 246, custom.less */
.chan-thumb ul {
    padding: 0 !important;
    margin: 0 !important;
    margin-bottom: 0 !important;
}

/* line 247, custom.less */
.chan-thumb ul li {
    float: left;
    list-style: none;
    width: 80px;
    /* height: 60px; */
    overflow: hidden;
    margin: 0 10px 10px 0;
    border: 4px solid #d2d1d1;
}

/* line 256, custom.less */
.chan-thumb ul li a img {
    width: 100%;
    height: auto;
    display: block;
}

/* line 257, custom.less */
.bold {
    font-weight: bold;
}

/* line 258, custom.less */
.no-border {
    border: none !important;
}

/* line 259, custom.less */
.hotdeal-header-box {
    background-color: #dd4b39;
    padding: 10px;
    color: #fff;
}

/* line 260, custom.less */
.btn-dropdown {
    background-color: #ffffff;
    width: 100%;
    color: #000;
    margin-top: 6px;
    border: 1px solid #999 !important;
}

/* line 265, custom.less */
.btn-box {
    background-color: #447601;
    color: #ffffff;
}

/*-- calender styles ----*/
/* line 268, custom.less */
.fc-scroller {
    max-height: 300px;
}

/* line 271, custom.less */
.channel-logo img {
    width: 40px;
    height: 40px;
    overflow: hidden;
    border: 4px solid #d2d1d1;
    float: left;
    margin-right: 10px;
    margin-top: -8px;
}

/* line 273, custom.less */
.mandatory:before {
    content: "#";
    color: #dd4b39;
}

/* line 274, custom.less */
.deal-info {
    background-color: #c53d2c;
    display: inline-flex;
    min-height: 89px;
    color: #ffb4b4;
    padding: 10px;
}

/* line 275, custom.less */
.tabletop-top {
    padding: 10px;
    border-bottom: 1px #d2d6de solid;
    margin-bottom: 2px;
}

/* line 281, custom.less */
.btn-table {
    border-radius: 10px !important;
    padding: 5px 10px;
}

/* line 282, custom.less */
.actions {
    text-align: right;
}

/* line 283, custom.less */
.scroll-down {
    position: absolute;
    left: 0;
    text-align: center;
    cursor: pointer;
    /* background-color: rgba(0,0,0, 0.8); */
    right: 0;
    z-index: 99;
}

/* line 289, custom.less */
.scroll-down h1 {
    text-shadow: 3px 3px 5px #000;
}

/* line 290, custom.less */
.grey-bg {
    background-color: #d2d6de;
}

/* line 292, custom.less */
ul.channels {
    padding: 0;
}

/* line 294, custom.less */
.channels li.channel-box {
    text-align: center;
    min-height: 167px;
    list-style: none;
    float: left;
    margin-right: 1%;
    margin-bottom: 10px;
    display: block;
    border: 1px solid #e2e2e2;
    padding: 15px;
    background-color: #f7f7f7;
}

/* line 303, custom.less */
.channels li.channel-box img {
    width: 100%;
    padding: 15px;
    background-color: #fff;
    display: block;
    text-align: center;
    height: auto;
}

/* line 310, custom.less */
.channels li.channel-box .chn-name {
    width: 100%;
    padding: 10px;
    display: block;
    text-align: center;
    color: #000;
    font-size: 16px;
    height: 37px;
    text-overflow: ellipsis;
}

/* line 312, custom.less */
.channels li.channel-box .btn {
    padding: 10px 9px !important;
}

/* line 313, custom.less */
.channels li.channel-box .btn-sm {
    padding: 4px 8px !important;
}

/* line 316, custom.less */
.channel-detail img {
    padding: 15px;
    background-color: #f7f7f7;
}

/*----- scrollable tables ---*/
/* --- */
/* line 319, custom.less */
.table-main {
    position: relative;
}

/* line 320, custom.less */
.table-left-collapsed {
    /* min-width: 60px; */
    border-top: 1px solid #ccc;
    background-color: #e1e1e1;
}

/* line 326, custom.less */
.table-left {
    table-layout: fixed;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 9;
    background-color: #fff;
    max-height: 400px;
    overflow: hidden;
}

/* line 337, custom.less */
.table-data-expanded {
    left: 51px;
    /* width: calc(100% - 80px); */
}

/* line 345, custom.less */
.scroll {
    overflow-x: scroll;
    /* width: 90%; */
    position: relative;
    /* max-height: 400px; */
}

/* ---- End scroll table ---*/
/* line 353, custom.less */
.contact-us .control-label {
    color: #ffffff;
}

/*  */
/* line 356, custom.less */
ul li form {
    margin-bottom: 0 !important;
}

/* line 358, custom.less */
ul li form input {
    padding: 12px 20px;
    background: none;
    border: none;
    width: 100%;
}

/* line 364, custom.less */
ul li form input:hover {
    background-color: #999999;
}

/* line 368, custom.less */
.dropdown-menu li form i {
    position: absolute;
    left: 20px;
    bottom: 16px;
}

/* line 373, custom.less */
.dataTables_length {
    padding: 10px 0;
}

/* line 374, custom.less */
.action-row {
    text-align: right;
}

/* line 375, custom.less */
#inventory-form .table input {
    text-align: right !important;
}

/* line 376, custom.less */
.date span.error {
    z-index: 999;
    padding: 10px;
}

/* line 378, custom.less */
.table.dataTable thead th {
    padding: 10px !important;
}

/* line 379, custom.less */
.table > tbody > tr > td:last-child {
    /*text-align: right;*/
}

/* line 381, custom.less */
.bootstrap-datetimepicker-widget table td span {
    width: 30px !important;
    height: 30px !important;
    line-height: 30px !important;
}

/* line 387, custom.less */
.timepicker .btn {
    padding: 5px !important;
}

/* line 388, custom.less */
.bootstrap-datetimepicker-widget table td {
    width: 30px !important;
    height: 30px !important;
    line-height: 30px !important;
}

/*---- Deal scheduler scroller - Start-----*/
/*  .scroll{
                overflow:auto;
                max-width:100%;
                position:relative;
            } */
/* line 403, custom.less */
.table-data table > tbody > tr > td,
.table-data table > thead > tr > th {
    /* min-width: 30px;
                width: 30px; */
}

/* line 409, custom.less */
#table_data > thead > tr > th {
    overflow: hidden;
    white-space: nowrap;
    min-width: 34px;
}

/* line 410, custom.less */
#table_data > thead {
    width: calc(85%);
}

/* line 414, custom.less */
#tbody_left > tr > td:nth-child(6) {
    max-width: 200px !important;
    width: 200px !important;
    text-align: left;
    padding: 0 4px;
}

/* line 415, custom.less */
#tbody_left > tr > td:nth-child(7),
#tbody_left > tr > td:nth-child(8),
#tbody_left > tr > td:nth-child(9) {
    max-width: 30px !important;
    width: 30px !important;
}

/* line 416, custom.less */
#tbody_left > tr > td:nth-child(10),
#tbody_left > tr > td:nth-child(11) {
    max-width: 50px !important;
    width: 50px !important;
}

/*---- --*/
/* line 424, custom.less */
.table-main {
    /*position: relative; border: 2px solid #000; */
}

/* line 426, custom.less */
.table-main table > tbody,
.table-main table > thead {
    display: block;
}

/* line 430, custom.less */
.table-main table > tbody {
    max-height: 250px;
    overflow-y: auto;
}

/* line 438, custom.less */
.table-main table > tbody > tr > td,
.table-main table > thead > tr > th {
    border-right: 1px solid #ddd;
    text-align: center;
    overflow: hidden;
}

/* line 444, custom.less */
.table-main table > tbody > tr > td {
    overflow: hidden;
    white-space: nowrap;
    min-width: 37px;
    height: 40px;
    border-bottom: 1px solid #ccc;
    padding: 4px;
}

/* line 452, custom.less */
.table-left table > thead > tr > th {
    width: 88px !important;
}

/* line 456, custom.less */
.table-main table > thead > tr > th {
    border-right: 1px solid #ddd;
    text-align: center;
    overflow: hidden;
    height: 56px;
}

/* line 463, custom.less */
.table-left-collapsed {
    /* min-width: 60px !important; */
    background-color: #e1e1e1;
}

/* line 468, custom.less */
.table-left {
    table-layout: fixed;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 9;
}

/* line 477, custom.less */
.table-left {
    table-layout: fixed;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 9;
    background-color: #fff;
}

/* line 486, custom.less */
.table-left-expanded {
    width: 50%;
}

/* line 491, custom.less */
.table-left-collapsed2 {
    width: 562px !important;
}

/* line 495, custom.less */
.table-left table > tbody {
    overflow-y: hidden;
}

/* line 499, custom.less */
.table-left table > thead > tr > th {
    display: inline-block;
    overflow: hidden;
    padding-top: 10px;
}

/* line 504, custom.less */
#tbody_left tr td {
    width: 88px;
}

/* line 505, custom.less */
.l-t-time {
    width: 52px !important;
    background-color: #f4f4f4 !important;
}

/*---- Deal scheduler scroller - End-----*/
/*--- acordian ---*/
/* line 510, custom.less */
button.accordion {
    background-color: #e0e0e0;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 18px;
    transition: 0.4s;
}

/* line 523, custom.less */
button.accordion.active,
button.accordion:hover {
    background-color: #ddd;
}

/* line 527, custom.less */
button.accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

/* line 535, custom.less */
button.accordion.active:after {
    content: "\2212";
}

/* line 539, custom.less */
div.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    text-align: left;
}

/* line 547, custom.less */
div.panel p {
    padding: 15px;
}

/* line 549, custom.less */
.channel-container {
    padding: 15px;
    background-color: #eeeeee;
}

/* line 550, custom.less */
.channels h4 {
    text-transform: uppercase;
}

/*--- change new theme ----- */
/* line 553, custom.less */
#header-container {
    position: fixed;
    z-index: 9;
    width: 100%;
    min-height: 100px;
    background: red;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#000000, transparent);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#000000, transparent);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#000000, transparent);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(#000000, transparent);
    /* Standard syntax */
    padding-top: 8px;
}

/* line 562, custom.less */
.footer-bg {
    background: #000000;
    background-size: cover;
}

/* line 567, custom.less */
.ad-dates {
    float: right;
    margin: -50px;
    height: 50px;
    display: block;
}

/* line 568, custom.less */
.payment-summery {
    text-transform: uppercase;
}

/*--- Overide ------*/
/* line 3, overide.less */
.form-control {
    padding: 10px 12px !important;
    height: auto !important;
}

/* line 4, overide.less */
.navbar-brand {
    padding: 4px 15px !important;
}

@media (min-width: 768px) {
    /* line 6, overide.less */
    .form-horizontal .control-label {
        padding-top: 10px !important;
    }
}

/* line 12, overide.less */
/*OVERRIDE FOR LIVE SEARCH*/
/*.dropdown-menu > li > a {
  display: block;
  padding: 10px 20px !important;
  border-bottom: 1px solid #eee;
}*/
/* line 18, overide.less */
label {
    font-weight: 500 !important;
}

/* line 19, overide.less */
.skin-blue .main-header .logo {
    background-color: #000000 !important;
}

/* line 20, overide.less */
.skin-red .main-header .logo {
    background-color: #000000 !important;
}

/* line 21, overide.less */
.navbar-default {
    background-color: transparent !important;
    border-color: transparent !important;
}

/* line 23, overide.less */
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    color: #fff;
    background-color: #dd4b39 !important;
    border-radius: 10px;
}

@media (min-width: 768px) {
    /* line 27, overide.less */
    .navbar-nav > li {
        float: left;
        background-color: #910202;
        margin-right: 10px;
        border-radius: 10px;
    }

    /* line 28, overide.less */
    .navbar-nav > li:hover {
        background-color: #444d52;
    }
}

@media (min-width: 768px) {
    /* line 31, overide.less */
    .navbar {
        border-radius: 0 !important;
    }
}

/* line 32, overide.less */
.navbar-default .navbar-nav > li > a {
    color: #fff !important;
}

/* line 33, overide.less */
.navbar-default .navbar-nav > li > a,
.navbar .dropdown-menu > li > a {
    color: #fff;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}

/* line 36, overide.less */
.navbar-default .navbar-nav > .open > a {
    background-color: #000000 !important;
}

/* line 37, overide.less */
.navbar-nav > li > .dropdown-menu {
    background-color: #589900;
    border: 0 !important;
}

/* line 40, overide.less */
.nav-admin.navbar-nav {
    /* li a{color:@black !important;} */
}

/* line 41, overide.less */
.nav-admin.navbar-nav li {
    background-color: transparent;
    color: #000000 !important;
}

/* line 44, overide.less */
.nav-admin.navbar-nav > li > .dropdown-menu {
    background-color: #ffffff;
    border: 0 !important;
}

@media (min-width: 768px) {
    /* line 50, overide.less */
    .navbar-nav {
        margin: 3px !important;
        margin-top: 5px !important;
    }
}

/* line 52, overide.less */
.container {
    margin-bottom: 40px;
}

/* line 53, overide.less */
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: transparent !important;
}

/* line 56, overide.less */
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff !important;
}

/* line 57, overide.less */
.icon-bar:hover {
    color: #000 !important;
}

/* line 58, overide.less */
.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-top: 2px !important;
}

/* line 60, overide.less */
.btn {
    border-radius: 10px !important;
    border: 1 !important;
    padding: 11px 20px !important;
}

/* line 65, overide.less */
.btn-sm {
    padding: 4px 8px !important;
}

/* line 66, overide.less */
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: transparent !important;
}

/* line 70, overide.less */
.box-tools .btn .fa {
    font-size: 16px !important;
}

/* line 71, overide.less */
.dropdown-menu {
    border-radius: 0 !important;
}

/* line 72, overide.less */
/*OVERRIDE LIVE SEARCH DROPDOWN*/
/*.dropdown-menu > li > a {
  color: #000000 !important;
}*/
/* line 73, overide.less */
/*OVERRIDE LIVE SEARCH DROPDOWN*/
/*.dropdown-menu > li > a:hover,*/
.dropdown-menu > li > a:focus {
    color: #ffffff !important;
}

/* line 74, overide.less */
.label {
    border-radius: 0 !important;
    padding: 10px;
}

/* line 75, overide.less */
.btn-primary:active:focus,
.btn-primary:active:hover {
    background-color: #e0b400 !important;
    border-color: #e0b400 !important;
    color: #1a1a1a !important;
}

/* line 76, overide.less */
.btn-primary:focus {
    background-color: #e0b400 !important;
    border-color: #e0b400 !important;
    color: #1a1a1a !important;
}

/* line 77, overide.less */
.nav > li > a {
    padding: 17px 15px !important;
}

/* line 79, overide.less */
.input-group-sm > .form-control {
    border-radius: 0 !important;
}

/* line 80, overide.less */
.input-group-sm > .input-group-btn > .btn {
    height: auto !important;
}

/* line 81, overide.less */
.pagination > .active > a {
    background-color: #f5c518 !important;
    border-color: #f5c518 !important;
    color: #1a1a1a !important;
}

/* line 82, overide.less */
.pagination > li:first-child > a,
.pagination > li:last-child > a {
    border-radius: 0 !important;
}

/* line 84, overide.less */
.datepicker {
    /*border: 2px solid #000 !important;*/
}

/* line 85, overide.less */
.datepicker-dropdown.datepicker-orient-top:before {
    border-top: 5px solid #000 !important;
}

/* line 86, overide.less */
.table thead {
    background-color: #f9f9f9;
}

/* line 87, overide.less */
.btn-primary.focus,
.btn-primary:focus {
    background-color: #e0b400 !important;
    border-color: #e0b400 !important;
    color: #1a1a1a !important;
}

/* line 91, overide.less */
.box-title {
    text-transform: uppercase;
}

/* .carousel-inner {max-height: 480px !important;} */

.btn-default-live-search {
    padding: 11px 20px !important;
    background-color: #fff !important;
    border-color: #ddd !important;
    border-radius: 0px !important;
    border-width: 1px !important;
    border-style: solid !important;
}

.form-control-liveSearch {
    padding: 10px 0px !important;
}

.form-control-liveSearch-v2 {
    padding: 2px 0px !important;
}

td, th {
    font-weight: normal !important;
}