﻿@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300);
@import url('https://fonts.googleapis.com/css2?family=Fredoka:wght@300;400;500&family=IBM+Plex+Sans:wght@100;200;300;400;600&display=swap');
/*!
 *
 *  Project:  GLYPHICONS
 *  Author:   Jan Kovarik - www.glyphicons.com
 *  Twitter:  @jankovarik
 *
 */
html, html .halflings {
    -webkit-font-smoothing: antialiased !important;
}



.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

    .input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

.form-control {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
    margin-right: -2px;
}

.dropdown-menu {
    border: 1px solid #cdcdcd;
    background: #fff;
    margin-top: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    /* top: 29px; */
    margin-top: 3px;
    border-radius: 4px;
}

    .dropdown-menu:before {
        border: 0;
    }

    .dropdown-menu.typeahead > li.active > a {
        background: #ddd;
        color: #333;
        filter: none;
    }

    .dropdown-menu.typeahead > li.active:focus > a, .dropdown-menu.typeahead > li.active:hover > a {
        background: #368ee0;
        color: #fff;
        filter: none;
    }

    .dropdown-menu > li:focus > a, .dropdown-menu > li:hover > a {
        background: #f2f6fe;
        filter: none;
    }

    .dropdown-menu > li > a {
        padding: 6px 15px 6px 26px;
        font-size: 13px;
        filter: none;
        position: relative;
        display: block;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

        .dropdown-menu > li > a:before {
            content: "\f1ce";
            position: absolute;
            left: 8px;
            top: 7px;
            font-family: fontAwesome;
            font-size: 11px;
        }

#navigation .dropdown-menu > li > a:before {
    color: #a200ff
}

#navigation .dropdown-menu > li > a:hover:before {
    color: #FFF
}


.dropdown-menu .dropdown-submenu:hover > a {
    background: #eee;
    color: #333;
}

.dropdown-menu .dropdown-submenu.active:hover:after {
    border-left-color: #666;
}

.dropdown-menu .dropdown-submenu > a:active, .dropdown-menu .dropdown-submenu > a:focus {
    background: #eee;
    color: #333;
}

.dropdown-menu .dropdown-submenu > a:after {
    border-left-color: #666;
}

.dropdown-menu .dropdown-submenu .dropdown-menu {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

    .dropdown-menu .dropdown-submenu .dropdown-menu .active > a {
        background: #ddd;
        color: #333;
    }

.modal form {
    margin-bottom: 0;
}

.modal .modal-footer {
    margin-top: 0;
}

.input-append input, .input-append select, .input-append .uneditable-input {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.tooltip {
    z-index: 99999;
}

.tab-content {
    overflow: visible;
}

.uneditable-input {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.btn-group.text {
    font-size: 13px;
    line-height: 30px;
}

.btn-group .dropdown, .btn-group .pagination {
    font-size: 13px;
}

.btn-group .pagination {
    margin: 0;
}

    .btn-group .pagination ul {
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.table-bordered {
    border-top: 0;
}

    .table-bordered.table-force-topborder {
        border-top: 1px solid #ddd;
    }

    .table-bordered.dataTable {
        border-top: 1px solid #ddd;
    }

        .table-bordered.dataTable.dataTable-noheader {
            border-top: 0;
        }

    .table-bordered, .table-bordered thead:first-child tr:first-child > th:first-child, .table-bordered tbody:first-child tr:first-child > td:first-child, .table-bordered tbody:first-child tr:first-child > th:first-child, .table-bordered thead:first-child tr:first-child > th:last-child, .table-bordered tbody:first-child tr:first-child > td:last-child, .table-bordered tbody:first-child tr:first-child > th:last-child, .table-bordered thead:last-child tr:last-child > th:first-child, .table-bordered tbody:last-child tr:last-child > td:first-child, .table-bordered tbody:last-child tr:last-child > th:first-child, .table-bordered tfoot:last-child tr:last-child > td:first-child, .table-bordered tfoot:last-child tr:last-child > th:first-child, .table-bordered thead:last-child tr:last-child > th:last-child, .table-bordered tbody:last-child tr:last-child > td:last-child, .table-bordered tbody:last-child tr:last-child > th:last-child, .table-bordered tfoot:last-child tr:last-child > td:last-child, .table-bordered tfoot:last-child tr:last-child > th:last-child {
        -webkit-border-radius: 0 !important;
        -moz-border-radius: 0 !important;
        border-radius: 0 !important;
    }



.input-prepend .btn-group .btn:first-child, .input-append .btn-group .btn:first-child {
    border: 1px solid #ccc;
    padding: 4px 8px;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

.input-append .add-on:last-child, .input-append .btn:last-child, .input-append .btn-group:last-child > .dropdown-toggle, .input-prepend .btn:first-child {
    border: 1px solid #ccc;
    padding: 4px 8px;
}

.input-prepend .add-on:first-child {
    border: 1px solid #ccc;
    padding: 4px 6px;
}

.label {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    text-shadow: none;
}

input, textarea, input:focus {
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    outline-width: 0;
}

.modal {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

    .modal .modal-footer {
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.tooltip .tooltip-inner {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.btn-group.open .dropdown-toggle {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .btn-group.open .dropdown-toggle.btn-primary {
        background: #368ee0;
    }

    .btn-group.open .dropdown-toggle.btn-danger {
        background: #E51400;
    }

    .btn-group.open .dropdown-toggle.btn-inverse {
        background: #333;
    }

    .btn-group.open .dropdown-toggle.btn-success {
        background: #339933;
    }

    .btn-group.open .dropdown-toggle.btn-warning {
        background: #f8a31f;
    }

    .btn-group.open .dropdown-toggle.btn-info {
        background: #368ee0;
    }

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    background: #fff;
    color: #333;
}

.form-horizontal .control-label {
    text-align: left;
}

.form-horizontal .controls {
    margin-left: 160px;
}

.dropdown-menu.dropdown-primary {
    border-color: #368ee0;
}

    .dropdown-menu.dropdown-primary > li > a:hover {
        background: #368ee0;
        color: #fff;
    }

.dropdown-menu.dropdown-danger {
    border-color: #E51400;
}

    .dropdown-menu.dropdown-danger > li > a:hover {
        background: #E51400;
        color: #fff;
    }

.dropdown-menu.dropdown-warning {
    border-color: #fab750;
}

    .dropdown-menu.dropdown-warning > li > a:hover {
        background: #f8a31f;
        color: #fff;
    }

.dropdown-menu.dropdown-success {
    border-color: #339933;
}

    .dropdown-menu.dropdown-success > li > a:hover {
        background: #339933;
        color: #fff;
    }

.dropdown-menu.dropdown-inverse {
    border-color: #484848;
}

    .dropdown-menu.dropdown-inverse > li > a:hover {
        background: #484848;
        color: #fff;
    }

.btn {
    background: #f7f7f7;
    border: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: #444;
    padding: 7px 9px;
    filter: none;
    border-radius: 4px;
}

    .btn.btn--icon .fa {
        margin-right: 5px;
    }

    .btn.btn-large {
        padding: 10px 16px;
    }

    .btn.btn-small {
        padding: 3px 7px;
    }

    .btn.btn-mini {
        padding: 1px 4px;
    }

    .btn.btn-text-left {
        text-align: left;
    }

    .btn i {
        font-size: 14px;
    }

    .btn:hover {
        background: #ccc;
        text-shadow: none;
    }

    .btn:active {
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .btn:focus {
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        outline: none;
    }

    .btn.btn-primary {
        background: #368ee0;
        color: #fff;
        text-shadow: none;
        filter: none;
    }

        .btn.btn-primary:hover {
            background: #1e74c5;
        }

    .btn.btn-info {
        background: #a4ccf1;
        text-shadow: none;
        filter: none;
    }

        .btn.btn-info:hover {
            background: #62a7e7;
            color: #333;
        }

    .btn.btn-warning {
        background: #fab750;
        text-shadow: none;
        filter: none;
        color: #FFF;
    }

        .btn.btn-warning:hover {
            background: #f8a31f;
            color: #333;
        }

    .btn.btn-danger {
        background: #ff4433;
        text-shadow: none;
        color: #fff !important;
        filter: none;
    }

        .btn.btn-danger:hover {
            background: #E51400;
        }

    .btn.btn-success {
        background: #40bf40;
        text-shadow: none;
        color: #fff;
        filter: none;
    }

        .btn.btn-success:hover {
            background: #339933;
        }

    .btn.btn-inverse {
        background: #484848;
        text-shadow: none;
        color: #fff;
        filter: none;
    }

        .btn.btn-inverse:hover {
            background: #111;
        }

.nav.nav-pills > li.active > a, .nav.nav-list > li.active > a {
    background: #368ee0;
}

.popover {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
}

.panel-group .panel {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

    .panel-group .panel .panel-heading, .panel-group .panel .panel-title > a {
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
    }

.alert {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 0;
}

.progress {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.pagination-large ul > li:first-child > a, .pagination-large ul > li:first-child > span, .pagination-large ul > li:last-child > a, .pagination-large ul > li:last-child > span, .pagination ul > li:first-child > a, .pagination ul > li:first-child > span, .pagination-mini ul > li:first-child > a, .pagination-small ul > li:first-child > a, .pagination-mini ul > li:first-child > span, .pagination-small ul > li:first-child > span, .pagination ul > li:last-child > a, .pagination ul > li:last-child > span, .pagination-mini ul > li:last-child > a, .pagination-small ul > li:last-child > a, .pagination-mini ul > li:last-child > span, .pagination-small ul > li:last-child > span {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.modal-content {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.table.table-condensed tr th, .table.table-condensed tr td {
    padding: 4px 5px;
}

.table tr th, .table tr td {
    padding: 10px;
}

label, input, button, select, textarea {
    font-size: 13px;
}

.form-actions {
    background: 0;
    border: 0;
}

@media (max-width: 1250px) {
    #main .page-header .minitiles {
        display: none;
    }
}

@media (max-width: 1200px) {
    .stats-overview > li {
        padding: 5px 10px !important;
    }

    .form-horizontal.form-column [class*="span"] {
        border-top: 1px solid #ddd;
        border-left: 0 !important;
        width: 100% !important;
    }

        .form-horizontal.form-column [class*="span"]:first-child {
            border-top: 0;
        }

    .form-horizontal.form-column .form-actions {
        border-top: 0 !important;
    }
}

@media (max-width: 1100px) {
    .stats-overview > li {
        padding: 5px 10px !important;
        border-right: 1px dotted #ddd !important;
    }

        .stats-overview > li .name {
            font-size: 11px !important;
        }

        .stats-overview > li .value {
            font-size: 13px !important;
        }
}

@media (max-width: 1200px) {
    /*.icon-nav {
    display: none !important;
  }*/
}

@media (max-width: 1024px) {
    #main .page-header .stats {
        display: none;
    }

    .search-form > .search-pane > input {
        width: 135px !important;
    }

    .hidden-1024 {
        display: none !important;
    }

    .form-wizard .single-step .title {
        padding: 1px 5px !important;
    }

    .form-wizard .single-step .description {
        font-size: 12px !important;
        margin-left: 0 !important;
    }
}

@media (max-width: 976px) {
    #navigation .user .dropdown > a {
        padding: 7px 6px 6px 6px !important;
    }

    .icon-nav {
        padding: 7px 6px 6px 6px !important
    }

    #navigation .main-nav > li > a {
        font-size: 12px;
        padding: 10px 8px !important;
    }
}

@media (max-width: 840px) {
    .mobile-sidebar-toggle {
        display: block !important;
    }

    #navigation #brand {
        padding-right: 0 !important;
    }

    #navigation .main-nav {
        display: none;
    }

    #navigation .toggle-nav {
        display: none !important;
    }
}

@media (max-width: 767px) {
    body {
        padding: 0 !important;
    }

    .pricing-tables .pricing.highlighted {
        margin-top: 30px !important;
    }

    .hidden-768 {
        display: none !important;
    }

    .navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
        margin: 0 !important;
    }

    .container-fluid, .container {
        padding: 0 20px;
    }


    .form-wizard.wizard-vertical .wizard-steps {
        width: 160px !important;
    }

    .form-wizard.wizard-vertical .form-content {
        margin-left: 160px !important;
    }

    .form-wizard.wizard-vertical .form-actions {
        padding-left: 180px !important;
    }
}

@media (max-width: 480px) {
    .table-mail .table-fixed-medium {
        width: 120px !important;
    }

    .form-wizard.wizard-vertical .wizard-steps {
        width: 40px !important;
    }

    .form-wizard.wizard-vertical .form-content {
        margin-left: 40px !important;
    }

    .form-wizard.wizard-vertical .form-actions {
        padding-left: 60px !important;
    }

    .form-wizard.wizard-vertical .wizard-steps .description {
        display: none !important;
    }

    .tabs.tabs-inline.tabs-top > li > a {
        padding: 8px 10px !important;
    }

    .tabs.tabs-inline.tabs-left {
        position: static !important;
        background: none !important;
        width: auto !important;
    }

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

            .tabs.tabs-inline.tabs-left > li > a {
                border-top: 0 !important;
                border-bottom: 0 !important;
                padding: 8px 10px !important;
            }

    .tab-content.tab-content-inline {
        margin-left: 0 !important;
        border-left: 0 !important;
    }

    .hidden-480 {
        display: none !important;
    }

    .visible-480 {
        display: inline-block !important;
    }

    .form-horizontal .controls {
        margin-left: 0 !important;
    }

    .calendar .fc-button.fc-button-next .fc-button-content, .calendar .fc-button.fc-button-prev .fc-button-content {
        padding: 0 4px !important;
        margin-top: 3px;
    }

    .calendar .fc-button .fc-button-content {
        font-size: 12px !important;
        margin-right: 2px !important;
    }

    .calendar .fc-header .fc-header-left {
        width: 0 !important;
        display: none;
    }

    .calendar .fc-header .fc-header-right .fc-button {
        position: static !important;
        top: auto !important;
    }

    .calendar .fc-header .fc-header-title h2 {
        font-size: 14px !important;
    }

    body.login .wrapper {
        width: 300px;
        margin: 20px -150px !important;
        top: 0;
    }

    .user-list {
        display: none !important;
    }

    .messages.withlist {
        margin-right: 0 !important;
    }
}

@media (max-width: 350px) {
    .hidden-350 {
        display: none !important;
    }

    .calendar .fc-header-right {
        display: none !important;
    }

    #main .box .box-title h3 {
        font-size: 16px !important;
    }

    #main .box .box-title .actions .btn i {
        font-size: 12px !important;
    }

    .table .table-fixed-medium {
        width: 100px !important;
    }
}

#content {
    position: relative;
    min-height: 100%;
}

    #content.nav-fixed {
        padding-top: 40px;
    }

        #content.nav-fixed #left {
            top: 0px;
            padding-top: 40px
        }

    #content.container-fluid {
        padding: 0;
    }

        #content.container-fluid.nav-fixed {
            padding-top: 40px;
        }

#main {
    *zoom: 1;
    background: #fff;
    margin-left: 200px;
    overflow: visible;
    padding-bottom: 20px;
}

    #main:after {
        content: "";
        display: table;
        clear: both;
    }

    #main .page-header {
        border: 0;
        margin: 8px 0 4px 0;
        padding: 0 0px;
        *zoom: 1;
    }

        #main .page-header:after {
            content: "";
            display: table;
            clear: both;
        }

        #main .page-header .pull-left h1 {
            font-size: 24px;
            color: #2a2a2a;
            line-height: 24px;
            font-weight: 500;
            margin: 20px 0 5px;
        }

        #main .page-header .pull-left h6 {
            color: #777;
            font-weight: normal;
            margin: 0;
        }

    #main .breadcrumbs {
        *zoom: 1;
        background: #f4f4f4;
    }

        #main .breadcrumbs:after {
            content: "";
            display: table;
            clear: both;
        }

        #main .breadcrumbs ul {
            list-style-type: none;
            margin: 0;
            padding: 2px 5px;
            *zoom: 1;
            float: left;
        }

            #main .breadcrumbs ul:after {
                content: "";
                display: table;
                clear: both;
            }

            #main .breadcrumbs ul > li {
                float: left;
                color: #666;
            }

                #main .breadcrumbs ul > li > a {
                    color: #666;
                    display: block;
                    padding: 2px 6px;
                    float: left;
                }

                #main .breadcrumbs ul > li i {
                    float: left;
                    font-size: 11px;
                    margin: 7px 0 6px 0;
                }

        #main .breadcrumbs .close-bread {
            float: right;
        }

            #main .breadcrumbs .close-bread > a {
                color: #999;
                display: block;
                font-size: 14px;
                margin: 4px 8px;
            }

                #main .breadcrumbs .close-bread > a:hover {
                    text-decoration: none;
                }

    #main .ui-state-highlight {
        background: red;
        height: 50px;
    }

    #main #vmap {
        width: 100%;
        height: 300px;
    }

#footer {
    text-align: center;
    background: #eee;
    width: 100%;
    position: relative;
}

    #footer p {
        padding: 10px 0;
        margin-bottom: 0;
    }

    #footer .gototop {
        padding: 10px 15px;
        text-decoration: none;
        color: #333;
        font-size: 16px;
        position: absolute;
        display: block;
        top: 0;
        right: 0;
    }

        #footer .gototop:hover {
            background: #aaa;
        }

.sidebar-right #left {
    left: auto;
    right: 0;
}

    .sidebar-right #left .subnav .dropdown-submenu > a:after {
        display: block;
        float: left;
        width: 0;
        height: 0;
        margin-top: 5px;
        margin-left: -9px;
        border-color: transparent;
        border-right-color: #aaa;
        border-style: solid;
        border-width: 5px 5px 5px 0;
        content: " ";
    }

    .sidebar-right #left .subnav .subnav-menu > li.dropdown > a:after {
        position: absolute;
        left: 5px;
        top: 6px;
        width: 5px;
        border-color: transparent;
        border-right-color: #999;
        border-style: solid;
        border-width: 5px 5px 5px 0;
        content: " ";
    }

    .sidebar-right #left .subnav .subnav-menu > li.dropdown.open .dropdown-menu {
        left: auto;
        right: 100%;
    }

    .sidebar-right #left .subnav .subnav-menu > li.dropdown.open > .dropdown-menu {
        border-right: 0;
        border-left: 2px solid #aaa;
    }

.sidebar-right #main {
    margin-left: 0;
    margin-right: 200px;
}

#left {
    width: 200px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #f6f8f9;
    height: 100%;
    overflow-x: visible;
}

    #left.mobile-show {
        position: fixed;
        z-index: 1000;
    }

    #left.full {
        height: auto;
    }

    #left.sidebar-fixed {
        position: fixed;
        top: 40px;
        overflow-x: hidden;
        box-shadow: 0px 0px 12px 2px rgba(224, 224, 224, 0.5019607843137255);
    }

        #left.sidebar-fixed .ui-resizable-handle {
            right: 0;
        }

    #left .subnav {
        margin-top: 0px;
    }

        #left .subnav:hover .subnav-title .toggle-subnav > i {
            display: block;
        }

        #left .subnav .subnav-content {
            *zoom: 1;
            padding: 10px 20px;
        }

            #left .subnav .subnav-content:after {
                content: "";
                display: table;
                clear: both;
            }

            #left .subnav .subnav-content.less {
                padding: 10px 13px;
            }

        #left .subnav .subnav-title {
            *zoom: 1;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

            #left .subnav .subnav-title:after {
                content: "";
                display: table;
                clear: both;
            }

            #left .subnav .subnav-title span {
                margin-left: 9px;
                font-size: 18px;
                text-overflow: ellipsis;
                white-space: nowrap;
            }

                #left .subnav .subnav-title span > i {
                    font-size: 14px;
                    vertical-align: top;
                    padding-top: 5px;
                    margin-right: 5px;
                }

            #left .subnav .subnav-title .toggle-subnav {
                color: #444;
                padding: 1px 6px;
                text-decoration: none;
                display: block;
                position: relative;
                text-overflow: ellipsis;
                white-space: nowrap;
                overflow: hidden;
            }

                #left .subnav .subnav-title .toggle-subnav > i {
                    position: absolute;
                    font-size: 14px;
                    right: 10px;
                    top: 4px;
                    display: none;
                }

                #left .subnav .subnav-title .toggle-subnav:hover {
                    color: #222;
                }

        #left .subnav .subnav-menu {
            list-style-type: none;
            margin: 0px 0;
            padding: 0;
        }

            #left .subnav .subnav-menu > li {
                border-bottom: 1px solid #FFF;
            }

                #left .subnav .subnav-menu > li:hover {
                    background: #ddd
                }

                #left .subnav .subnav-menu > li.dropdown > a {
                    position: relative;
                }

                    #left .subnav .subnav-menu > li.dropdown > a:after {
                        position: absolute;
                        right: 10px;
                        top: 9px;
                        width: 5px;
                        border-color: transparent;
                        border-left-color: #999;
                        border-style: solid;
                        border-width: 5px 0 5px 5px;
                        content: " ";
                    }

                #left .subnav .subnav-menu > li.dropdown.open > a {
                    background: #ccc;
                    color: #333;
                }

                #left .subnav .subnav-menu > li.dropdown.open .dropdown-menu {
                    left: 100%;
                    top: 0;
                    border-color: #aaa;
                    border-left: 0;
                    margin: 0;
                }

                    #left .subnav .subnav-menu > li.dropdown.open .dropdown-menu .dropdown-submenu .dropdown-menu {
                        border-left: 2px solid #999;
                    }

                    #left .subnav .subnav-menu > li.dropdown.open .dropdown-menu .dropdown-submenu:hover > a, #left .subnav .subnav-menu > li.dropdown.open .dropdown-menu .dropdown-submenu:focus > a {
                        background: #ccc;
                        color: #333;
                    }

                        #left .subnav .subnav-menu > li.dropdown.open .dropdown-menu .dropdown-submenu:hover > a:after, #left .subnav .subnav-menu > li.dropdown.open .dropdown-menu .dropdown-submenu:focus > a:after {
                            border-left-color: #999;
                        }

                #left .subnav .subnav-menu > li > a {
                    color: #555;
                    display: block;
                    padding: 12px 12px 12px 15px;
                    text-decoration: none;
                    /* white-space: nowrap; */
                    text-overflow: ellipsis;
                    overflow: hidden;
                    font-size: 14px;
                    -webkit-line-clamp: 2;
                    max-height: 74px;
                }

                    #left .subnav .subnav-menu > li > a span img {
                        filter: invert(0%) sepia(93%) saturate(0%) hue-rotate(234deg) brightness(96%) contrast(107%);
                        width: 15px
                    }

                    #left .subnav .subnav-menu > li > a:hover {
                        background: #ddd;
                        color: #222;
                    }

                #left .subnav .subnav-menu > li.active > a {
                    background: #fff;
                }
/*#left .subnav .subnav-menu > li.active > a:after {
                            background: #804c4c;
                            width: 24px;
                            height: 100%;
                            content: "";
                            position: absolute;
                            top: 0;
                            right: -14px;
                            z-index: 1000000 !important;
                            position: absolute;
                            overflow: hidden;
                        }*/

.mobile-sidebar-toggle {
    float: left;
    display: block;
    color: #fff;
    padding: 11px 10px 9px 10px;
    margin-right: 5px;
    display: none;
}

    .mobile-sidebar-toggle:hover {
        background: #1e74c5;
        text-decoration: none;
        color: #fff;
    }

.language-select .dropdown-menu a {
    padding: 6px 15px !important;
}

    .language-select .dropdown-menu a img {
        top: 11px;
        left: 11px;
    }

    .language-select .dropdown-menu a span {
        margin-left: 20px;
    }

.language-select a {
    position: relative;
    padding: 9px 10px 11px 10px !important;
}

    .language-select a img {
        margin-left: 0 !important;
        position: absolute;
        top: 15px;
        left: 13px;
    }

    .language-select a span {
        margin-left: 25px;
    }

.theme-settings > li {
    padding: 0;
    margin-top: 10px;
}

    .theme-settings > li:first-child {
        margin-top: 5px;
    }

    .theme-settings > li span {
        color: #666;
        display: block;
        padding-left: 15px;
    }

    .theme-settings > li .version-toggle > a, .theme-settings > li .topbar-toggle > a, .theme-settings > li .sidebar-toggle > a {
        display: block;
        padding: 5px 25px;
        color: #444;
        text-decoration: none;
    }

        .theme-settings > li .version-toggle > a.active, .theme-settings > li .topbar-toggle > a.active, .theme-settings > li .sidebar-toggle > a.active {
            position: relative;
        }

            .theme-settings > li .version-toggle > a.active:before, .theme-settings > li .topbar-toggle > a.active:before, .theme-settings > li .sidebar-toggle > a.active:before {
                position: absolute;
                left: 10px;
                top: 10px;
                content: "\f111";
                font-family: FontAwesome;
                font-size: 8px;
            }

        .theme-settings > li .version-toggle > a:hover, .theme-settings > li .topbar-toggle > a:hover, .theme-settings > li .sidebar-toggle > a:hover {
            background: #ddd;
        }

.theme-colors {
    margin: 0;
    padding: 0 0 5px 0;
    *zoom: 1;
}

    .theme-colors:after {
        content: "";
        display: table;
        clear: both;
    }

    .theme-colors li {
        *zoom: 1;
    }

        .theme-colors li:after {
            content: "";
            display: table;
            clear: both;
        }

        .theme-colors li.subtitle {
            margin: 10px 0 5px 15px;
            display: block;
            float: none;
            color: #666;
            clear: both;
        }

        .theme-colors li span {
            cursor: pointer;
            display: block;
            width: 30px;
            float: left;
            height: 30px;
            margin: 8px 0 0 8px;
        }

            .theme-colors li span.blue {
                background: #368ee0;
            }

            .theme-colors li span.orange {
                background: #f8a31f;
            }

            .theme-colors li span.red {
                background: #E51400;
            }

            .theme-colors li span.green {
                background: #339933;
            }

            .theme-colors li span.lime {
                background: #8CBF26;
            }

            .theme-colors li span.teal {
                background: #00ABA9;
            }

            .theme-colors li span.purple {
                background: #FF0097;
            }

            .theme-colors li span.brown {
                background: #A05000;
            }

            .theme-colors li span.pink {
                background: #E671B8;
            }

            .theme-colors li span.magenta {
                background: #A200FF;
            }

            .theme-colors li span.grey {
                background: #333333;
            }

            .theme-colors li span.darkblue {
                background: #204e81;
            }

            .theme-colors li span.lightred {
                background: #e63a3a;
            }

            .theme-colors li span.lightgrey {
                background: #666666;
            }

            .theme-colors li span.satblue {
                background: #2c5e7b;
            }

            .theme-colors li span.satgreen {
                background: #56af45;
            }

            .theme-colors li span.grey-3 {
                background: #eee;
            }

            .theme-colors li span.grey-4 {
                background: #999;
            }

#navigation {
    background: #a200ff;
    position: relative;
    z-index: 100;
}

    #navigation.navbar-fixed-top {
        position: fixed;
        z-index: 1030;
    }

    #navigation .dropdown-menu {
        border-top: 0;
        min-width: 220px;
        margin-top: 0;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        top: 34px;
    }
        /*#navigation .dropdown-menu {
        animation-name: pullDown;
        -webkit-animation-name: pullDown;
        animation-duration: 1.1s;
        -webkit-animation-duration: 1.1s;
        animation-timing-function: ease-out;
        -webkit-animation-timing-function: ease-out;
        transform-origin: 50% 0%;
        -ms-transform-origin: 50% 0%;
        -webkit-transform-origin: 50% 0%;
    }

@keyframes pullDown {
    0% {
        transform: scaleY(0.1);
    }

    40% {
        transform: scaleY(1.02);
    }

    60% {
        transform: scaleY(0.98);
    }

    80% {
        transform: scaleY(1.01);
    }

    100% {
        transform: scaleY(0.98);
    }

    80% {
        transform: scaleY(1.01);
    }

    100% {
        transform: scaleY(1);
    }
}

@-webkit-keyframes pullDown {
    0% {
        -webkit-transform: scaleY(0.1);
    }

    40% {
        -webkit-transform: scaleY(1.02);
    }

    60% {
        -webkit-transform: scaleY(0.98);
    }

    80% {
        -webkit-transform: scaleY(1.01);
    }

    100% {
        -webkit-transform: scaleY(0.98);
    }

    80% {
        -webkit-transform: scaleY(1.01);
    }

    100% {
        -webkit-transform: scaleY(1);
    }
}*/

        #navigation .dropdown-menu.pull-right {
            border-top: 0px;
            min-width: 190px;
            margin-top: 8px;
            border-top-left-radius: 0;
            max-height: 350px;
            overflow: auto;
        }

        #navigation .dropdown-menu > li.dropdown-submenu .dropdown-menu {
            border-top: 2px solid #368ee0;
            -moz-border-radius: 0;
            -webkit-border-radius: 0;
            border-radius: 0;
            margin-left: 0;
            top: 0
        }

        #navigation .dropdown-menu > li.dropdown-submenu:hover > a, #navigation .dropdown-menu > li.dropdown-submenu:focus > a {
            background: #368ee0;
            color: #fff;
        }

            #navigation .dropdown-menu > li.dropdown-submenu:hover > a:after, #navigation .dropdown-menu > li.dropdown-submenu:focus > a:after {
                border-left-color: #fff;
            }

        #navigation .dropdown-menu > li > a:hover {
            background: #a200ff;
            color: #fff;
            filter: none;
        }

    #navigation .toggle-nav {
        float: left;
        color: #fff;
        display: block;
        padding: 10px;
        font-size: 14px;
        text-decoration: none;
    }

        #navigation .toggle-nav:hover {
            background-color: #47cb2d;
        }

    #navigation #brand {
        float: left;
        color: #fff;
        font-size: 20px;
        margin-top: 7px;
        /* padding-right: 69px; */
        /* padding-left: 35px; */
        padding-bottom: 2px;
        line-height: 20px;
        background: url(../img/logo.png) no-repeat;
    }

@media(min-width:500px) {

    #navigation #brand {
        min-width: 86px;
        margin-right: 14px;
        border-radius: 13px;
        padding: 3px 26px 3px 10px;
        position: relative
    }

        #navigation #brand::before {
            background: rgba(0, 0, 0, 0.24);
            content: "";
            position: absolute;
            width: 100%;
            height: 45px;
            top: -10px;
            left: -11px;
            z-index: -1;
        }

        #navigation #brand::after {
            content: "";
            position: absolute;
            width: 22px;
            height: 45px;
            border-top: 22px solid rgba(255, 255, 255, 0);
            border-bottom: 19px solid rgba(255, 255, 255, 0);
            border-left: 18px solid rgba(0, 0, 0, 0.24);
            top: -10px;
            right: -11px;
        }
}

@media(max-width:500px) {
    .dropdown {
        position: static !important;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    #navigation #brand {
        background: url("../img/logo_2x.png") no-repeat;
        background-size: 22px 22px;
    }
}

#navigation #brand:hover {
    text-decoration: none;
}

#navigation .toggle-mobile {
    color: #fff;
    display: block;
    padding: 11px 10px 9px 10px;
    text-decoration: none;
    float: right;
}

    #navigation .toggle-mobile i {
        font-size: 18px;
    }

#navigation .mobile-nav {
    display: none;
}

    #navigation .mobile-nav > li > ul {
        display: none;
    }

    #navigation .mobile-nav.open {
        display: block;
        list-style: none;
        padding: 0 20px 20px 20px;
        margin: 0;
        background: #27af0d;
    }

        #navigation .mobile-nav.open > li {
            display: block;
            margin-top: 1px;
        }

            #navigation .mobile-nav.open > li:first-child {
                margin-top: 0;
            }

            #navigation .mobile-nav.open > li.active > a {
                color: #fff;
            }

            #navigation .mobile-nav.open > li.active > ul {
            }

            #navigation .mobile-nav.open > li > a {
                display: block;
                /* background: #1b67af; */
                padding: 8px 12px;
                color: #fff;
                text-decoration: none;
                border-bottom: 1px solid rgb(255 255 255 / 22%);
            }

                #navigation .mobile-nav.open > li > a:before {
                    content: "\f054";
                    position: relative;
                    font-family: FontAwesome;
                    left: -12px;
                    font-size: 11px;
                }

                #navigation .mobile-nav.open > li > a i {
                    float: right;
                    margin-top: 3px;
                }

            #navigation .mobile-nav.open > li > ul {
                background: #27af0d;
                list-style-type: none;
                margin: 0;
                padding: 0 0 10px 0;
            }

                #navigation .mobile-nav.open > li > ul.open {
                    display: block;
                }

                #navigation .mobile-nav.open > li > ul > li a {
                    padding: 4px 14px;
                    display: block;
                    color: #fff;
                    text-decoration: none;
                }

                    #navigation .mobile-nav.open > li > ul > li a:before {
                        content: "\f054";
                        position: relative;
                        font-family: FontAwesome;
                        left: -12px;
                        font-size: 11px;
                    }

                #navigation .mobile-nav.open > li > ul > li ul {
                    list-style-type: none;
                }

#navigation .user .icon-nav {
    float: left;
}

    #navigation .user .icon-nav > li {
        margin-right: 3px;
        float: left;
    }

        #navigation .user .icon-nav > li .message-ul {
            width: 280px;
            padding: 0;
        }


            #navigation .user .icon-nav > li .message-ul.feed > li > a {
                padding: 10px 20px;
            }

                #navigation .user .icon-nav > li .message-ul.feed > li > a .message {
                    color: #333;
                }

                    #navigation .user .icon-nav > li .message-ul.feed > li > a .message .label {
                        padding: 2px;
                        margin-right: 5px;
                    }

            #navigation .user .icon-nav > li .message-ul > li > a {
                overflow: hidden;
                *zoom: 1;
                padding: 10px;
            }

                #navigation .user .icon-nav > li .message-ul > li > a:hover {
                    background: #f3f3f3;
                    color: #333;
                }

                    #navigation .user .icon-nav > li .message-ul > li > a:hover .details .message {
                        color: #444;
                    }

                    #navigation .user .icon-nav > li .message-ul > li > a:hover .count {
                        color: #ccc;
                    }

                        #navigation .user .icon-nav > li .message-ul > li > a:hover .count span {
                            color: #333;
                        }

                #navigation .user .icon-nav > li .message-ul > li > a img {
                    float: left;
                    width: 40px;
                }

                #navigation .user .icon-nav > li .message-ul > li > a .details {
                    float: left;
                    margin-left: 25px;
                    max-width: 210px;
                    overflow: hidden;
                }

.message-ul li > a:before {
    content: "\f1ce";
    position: absolute;
    left: 12px;
    top: 12px;
    font-family: fontAwesome;
    font-size: 11px;
    color: #27af0d;
}

.message-ul li:last-child > a:before {
    display: none
}

#navigation .message-ul > li > a:hover:before {
    color: #000 !important;
}


#navigation .user .icon-nav > li .message-ul > li > a .details .name {
    font-size: 15px;
}

#navigation .user .icon-nav > li .message-ul > li > a .details .message {
    margin-top: 2px;
    max-width: 200px;
    color: #777;
}

#navigation .user .icon-nav > li .message-ul > li > a .count {
    float: right;
    color: #e3e3e3;
    font-size: 30px;
    position: relative;
    margin-top: 2px;
}

    #navigation .user .icon-nav > li .message-ul > li > a .count span {
        font-size: 13px;
        color: #666;
        position: absolute;
        text-align: center;
        left: 0;
        right: 0;
        top: 12px;
    }

#navigation .user .icon-nav > li .message-ul > li > a.more-messages {
    text-align: center;
    padding: 8px 15px;
}

    #navigation .user .icon-nav > li .message-ul > li > a.more-messages:hover {
        background: #ddd;
        color: #333;
    }

#navigation .user .icon-nav > li > a {
    padding: 11px 9px 11px 9px;
    display: block;
    line-height: 20px;
    color: #fff;
    position: relative;
}

    #navigation .user .icon-nav > li > a .label {
        position: absolute;
        top: 5px;
        right: 3px;
        font-size: 11px;
        font-weight: 400;
        padding: 0 3px;
        line-height: 14px;
    }

    #navigation .user .icon-nav > li > a:hover {
        background: #9000e3;
        text-decoration: none;
    }

    #navigation .user .icon-nav > li > a i {
        color: #fff;
        font-size: 16px;
    }

#navigation .user .dropdown {
    float: left;
}

    #navigation .user .dropdown.open {
        background: #9000e3;
    }

    #navigation .user .dropdown > a {
        display: block;
        color: #fff;
        padding: 7px 12px 6px 12px;
        text-decoration: none;
    }

        #navigation .user .dropdown > a:hover {
            background: #9000e3;
        }

        #navigation .user .dropdown > a img {
            margin-left: 00px;
            max-width: 28px;
            border-radius: 50px;
        }

#navigation .main-nav {
    float: left;
}

    #navigation .main-nav > li {
        float: left;
        position: relative;
        margin: 0;
        margin-right: 5px;
    }

        /*#navigation .main-nav > li.active > a {
            background: #FFF;
            text-decoration: none;
            color: #2a2a2a;
        }

        #navigation .main-nav > li.active a img {
            width: 15px;
            -webkit-filter: inherit;
            filter: inherit;
            -moz-filter: inherit;
        }*/

        #navigation .main-nav > li a img {
            width: 17px;
            -webkit-filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(65deg) brightness(106%) contrast(101%);
            filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(65deg) brightness(106%) contrast(101%);
            -moz-filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(65deg) brightness(106%) contrast(101%);
            top: -1px;
            position: relative;
        }

        #navigation .main-nav > li a span i {
            font-size: 15px;
            position: relative;
            top: 1px;
        }

        #navigation .main-nav > li.active > a .caret {
            border-top-color: #333;
        }

        #navigation .main-nav > li.active > a:hover {
            background: #FFF;
        }

            #navigation .main-nav > li.active > a:hover .caret {
                border-top-color: #333;
            }

        #navigation .main-nav > li.open > a {
            background: #9000e3;
            text-decoration: none;
        }

            #navigation .main-nav > li.open > a .caret {
                border-top-color: #fff;
            }

        #navigation .main-nav > li.open.active > a {
            background: #fff;
        }

        #navigation .main-nav > li.open.active > .dropdown-menu {
            left: -2px;
        }

            #navigation .main-nav > li.open.active > .dropdown-menu > .active > a {
                background: #ddd;
                color: #333;
                filter: none;
            }

                #navigation .main-nav > li.open.active > .dropdown-menu > .active > a:after {
                    border-left-color: #666;
                }

        #navigation .main-nav > li > a {
            display: block;
            padding: 3px 10px;
            line-height: 21px;
            color: #fff;
            -webkit-transition: background-color 0.3s ease-out;
            -moz-transition: background-color 0.3s ease-out;
            -o-transition: background-color 0.3s ease-out;
            transition: background-color 0.3s ease-out;
            border-radius: 40px;
        }

            #navigation .main-nav > li > a:hover {
                text-decoration: none;
                background: #9000e3;
            }

                #navigation .main-nav > li > a:hover .caret {
                    border-top-color: #fff;
                }

            #navigation .main-nav > li > a .caret {
                border-top-color: #FFF;
            }

#navigation .user {
    float: right;
}

    #navigation .user > a {
        color: #fff;
    }

.panel-group.panel-widget .panel-heading {
    background: #eee;
}

.panel-group.panel-widget .panel {
    border: 2px solid #eee;
    margin-bottom: 2px;
}

    .panel-group.panel-widget .panel:hover {
        border-color: #dddddd !important;
    }

    .panel-group.panel-widget .panel .panel-body {
        border-top: 0 !important;
    }

    .panel-group.panel-widget .panel .panel-heading {
        padding: 0;
    }

        .panel-group.panel-widget .panel .panel-heading:hover {
            text-decoration: none;
            background: #dddddd !important;
        }

        .panel-group.panel-widget .panel .panel-heading .panel-title > a {
            padding: 10px 15px;
            font-size: 18px;
            color: #333;
            display: block;
            position: relative;
        }

            .panel-group.panel-widget .panel .panel-heading .panel-title > a:hover {
                text-decoration: none;
            }

.letterbox {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.8);
}

    .letterbox .letter {
        *zoom: 1;
    }

        .letterbox .letter:after {
            content: "";
            display: table;
            clear: both;
        }

        .letterbox .letter > li {
            text-align: center;
            height: 40px;
            width: 40px;
            margin: 10px;
            background: #ddd;
            float: left;
            font-size: 18px;
            line-height: 40px;
            color: #aaa;
        }

            .letterbox .letter > li.active {
                background: #368ee0;
                color: #fff;
                cursor: pointer;
            }

.blog-widget {
    margin-top: 30px;
}

    .blog-widget .blog-widget-title {
        font-weight: 400;
        font-size: 18px;
    }

.blog-widget-recent-posts > li {
    margin-top: 3px;
}

    .blog-widget-recent-posts > li > a {
        padding: 5px 10px;
        color: #333;
        display: block;
        text-decoration: none;
        font-size: 14px;
        *zoom: 1;
    }

        .blog-widget-recent-posts > li > a:after {
            content: "";
            display: table;
            clear: both;
        }

        .blog-widget-recent-posts > li > a:hover {
            background: #eee;
            color: #000;
        }

            .blog-widget-recent-posts > li > a:hover .details {
                color: #444;
            }

        .blog-widget-recent-posts > li > a .details {
            display: block;
            color: #777;
            font-size: 12px;
        }

            .blog-widget-recent-posts > li > a .details i {
                margin-right: 3px;
            }

            .blog-widget-recent-posts > li > a .details .date, .blog-widget-recent-posts > li > a .details .tags {
                float: left;
            }

            .blog-widget-recent-posts > li > a .details .date {
                margin-right: 10px;
            }

.blog-widget-latest-photos {
    *zoom: 1;
}

    .blog-widget-latest-photos:after {
        content: "";
        display: table;
        clear: both;
    }

    .blog-widget-latest-photos > li {
        float: left;
        margin: 0 5px 5px 0;
    }

        .blog-widget-latest-photos > li > a > img {
            max-width: 80px;
        }

.blog-widget-categories > li > a {
    display: block;
    padding: 5px 10px;
    color: #333;
    text-decoration: none;
}

    .blog-widget-categories > li > a:hover {
        color: #000;
        background: #f9fcff;
    }

.blog-widget-tags {
    *zoom: 1;
}

    .blog-widget-tags:after {
        content: "";
        display: table;
        clear: both;
    }

    .blog-widget-tags > li {
        float: left;
        margin: 0 5px 5px 0;
    }

        .blog-widget-tags > li > a {
            display: block;
            padding: 3px 6px;
            background: #368ee0;
            color: #fff;
            text-decoration: none;
        }

            .blog-widget-tags > li > a:hover {
                background: #1b67af;
            }

.blog-list-post {
    margin-top: 40px;
    padding-bottom: 30px;
    border-bottom: 2px solid #eee;
}

    .blog-list-post .preview-img img {
        max-width: 100%;
    }

    .blog-list-post.small {
        *zoom: 1;
    }

        .blog-list-post.small:after {
            content: "";
            display: table;
            clear: both;
        }

        .blog-list-post.small .preview-img {
            margin: 13px 0;
        }

    .blog-list-post .post-content .post-title {
        font-weight: 400;
        font-size: 21px;
    }

        .blog-list-post .post-content .post-title > a {
            color: #333;
        }

    .blog-list-post .post-content .post-meta {
        *zoom: 1;
    }

        .blog-list-post .post-content .post-meta:after {
            content: "";
            display: table;
            clear: both;
        }

        .blog-list-post .post-content .post-meta .date, .blog-list-post .post-content .post-meta .comments, .blog-list-post .post-content .post-meta .tags, .blog-list-post .post-content .post-meta .author {
            float: left;
            margin-right: 15px;
            color: #777;
        }

            .blog-list-post .post-content .post-meta .date a, .blog-list-post .post-content .post-meta .comments a, .blog-list-post .post-content .post-meta .tags a, .blog-list-post .post-content .post-meta .author a {
                color: #777;
            }

            .blog-list-post .post-content .post-meta .date i, .blog-list-post .post-content .post-meta .comments i, .blog-list-post .post-content .post-meta .tags i, .blog-list-post .post-content .post-meta .author i {
                margin-right: 3px;
                display: inline-block;
            }

            .blog-list-post .post-content .post-meta .tags > a {
                display: inline-block;
                padding: 0 4px;
                background: #eee;
                color: #666;
                text-decoration: none;
            }

                .blog-list-post .post-content .post-meta .tags > a:hover {
                    color: #333;
                    background: #c8c8c8;
                }

    .blog-list-post .post-content .post-text {
        margin-top: 15px;
        color: #555;
    }

    .blog-list-post .post-comments .new-comment {
        *zoom: 1;
    }

        .blog-list-post .post-comments .new-comment:after {
            content: "";
            display: table;
            clear: both;
        }

        .blog-list-post .post-comments .new-comment h4 {
            font-weight: 400;
        }

    .blog-list-post .post-comments h3 {
        font-weight: 400;
        border-top: 2px solid #368ee0;
        padding-top: 10px;
        margin-top: 30px;
    }

    .blog-list-post .post-comments .media {
        margin-top: 30px;
        border-bottom: 1px dotted #ddd;
        padding-bottom: 30px;
    }

        .blog-list-post .post-comments .media .pull-left > img {
            max-width: 50px;
        }

        .blog-list-post .post-comments .media .media-heading small {
            margin-left: 10px;
            font-size: 12px;
        }

        .blog-list-post .post-comments .media:last-child {
            border-bottom: 0;
            padding-bottom: 0;
        }

.highlight-toolbar {
    *zoom: 1;
    padding: 10px;
}

    .highlight-toolbar:after {
        content: "";
        display: table;
        clear: both;
    }

    .highlight-toolbar .dropdown .btn .caret {
        margin-left: 5px;
    }

.sortable-box .box-title:hover {
    cursor: move;
}

.box.box-condensed .box-title {
    padding: 2px 0 2px 4px;
}

    .box.box-condensed .box-title h3 {
        font-size: 18px;
    }

    .box.box-condensed .box-title .actions {
        margin-top: 1px;
    }

        .box.box-condensed .box-title .actions .btn > i {
            font-size: 12px;
        }

        .box.box-condensed .box-title .actions .btn {
            padding: 4px 8px;
        }

.box.box-condensed .box-content {
    padding: 10px;
}

.box.box-small .box-title {
    padding: 0 0 0 3px;
}

    .box.box-small .box-title h3 {
        font-size: 16px;
    }

    .box.box-small .box-title .actions {
        margin-top: 3px;
    }

        .box.box-small .box-title .actions .btn > i {
            font-size: 11px;
        }

        .box.box-small .box-title .actions .btn {
            padding: 2px 7px;
        }

.box.box-small .box-content {
    padding: 5px;
}

.box.box-color .box-title {
    background: #f2dbff;
}

    /* .box.box-color .box-title h3 {
        color: #fff;
    }*/

    .box.box-color .box-title .tabs > li.active > a {
        background: #fff;
        color: #368ee0;
    }

    .box.box-color .box-title .tabs > li > a {
        color: #fff;
    }

        .box.box-color .box-title .tabs > li > a:hover {
            color: #368ee0;
        }

    /* .box.box-color .box-title .actions > a {
        color: #fff;
    }*/

    .box.box-color .box-title .actions > a:hover {
        background: #fff;
        color: #368ee0;
    }

.box.box-bordered .table {
    margin-bottom: 0;
}

    .box.box-bordered .table.dataTable-fixedcolumn.DTFC_Cloned {
        border-right: 2px solid #ddd;
    }

        .box.box-bordered .table.dataTable-fixedcolumn.DTFC_Cloned th {
            border-right: 2px solid #333;
        }

        .box.box-bordered .table.dataTable-fixedcolumn.DTFC_Cloned td {
            text-align: center;
        }

    .box.box-bordered .table.table-bordered {
        border-right: 0;
    }

        .box.box-bordered .table.table-bordered th:first-child, .box.box-bordered .table.table-bordered td:first-child {
            border-left: 0;
        }

        .box.box-bordered .table.table-bordered th:last-child, .box.box-bordered .table.table-bordered td:last-child {
            border-right: 0;
        }

.box.box-bordered .form-bordered {
    margin-bottom: 0;
}

.box.box-bordered .slimScrollDiv {
    border-bottom: 2px solid #ddd;
}

.box.box-bordered.box-color .slimScrollDiv {
    border-bottom: 2px solid #368ee0;
}

.box.box-bordered.box-color .box-title {
    border-color: #f2dbff;
}

.box.box-bordered.box-color .box-content {
    border-color: #f2dbff;
}

/*.box.box-bordered .box-title {
    border: 2px solid #ddd;
}*/

.box.box-bordered .box-content {
    border: 1px solid #ddd;
    border-top: 0;
}

.box .box-title {
    *zoom: 1;
    padding: 7px 10px;
}

    .box .box-title:after {
        content: "";
        display: table;
        clear: both;
    }

    .box .box-title h3 {
        margin: 3px 0 3px 0;
        line-height: 24px;
        font-weight: 400;
        color: #444;
        font-size: 20px;
    }

        .box .box-title h3 i {
            margin: 0 10px 0 5px;
        }

    .box .box-title .tabs {
        float: right;
        *zoom: 1;
        margin: 5px 10px 0 0;
        padding: 0;
        list-style-type: none;
    }

        .box .box-title .tabs:after {
            content: "";
            display: table;
            clear: both;
        }

        .box .box-title .tabs.tabs-left {
            float: left;
        }

        .box .box-title .tabs > li {
            float: left;
            margin-right: 5px;
        }

            .box .box-title .tabs > li:last-child {
                margin-right: 0;
            }

            .box .box-title .tabs > li > a {
                padding: 4px 8px;
            }

                .box .box-title .tabs > li > a:hover {
                    text-decoration: none;
                    background: #eee;
                }

            .box .box-title .tabs > li.active > a {
                background: #368ee0;
                color: #fff;
            }

    .box .box-title .actions {
        margin-top: 0px;
        float: right;
        margin-right: 10px;
    }

        .box .box-title .actions .btn {
            color: #333;
            padding: 5px 9px;
        }

            .box .box-title .actions .btn:hover {
                background: #368ee0;
                color: #fff;
            }

        .box .box-title .actions .content-move {
            cursor: move;
        }

.box .box-content {
    *zoom: 1;
    padding: 20px;
    background: #fff;
}

    .box .box-content:after {
        content: "";
        display: table;
        clear: both;
    }

.custom-checkbox {
    position: relative;
    padding-right: 30px !important;
}

    .custom-checkbox i {
        position: absolute;
        right: 10px;
        top: 9px;
    }

.check-demo-col {
    width: 200px;
    float: left;
}

.check-line {
    position: relative;
    margin-bottom: 10px;
}

    .check-line .inline {
        position: absolute;
        top: -1px;
        left: 30px;
    }

.input-group-btn .btn {
    height: 34px;
    border: 1px solid #ccc;
}

.input-medium {
    width: 150px !important;
}

.input-xlarge {
    width: 250px !important;
}

.control-label {
    font-weight: normal;
}

.form-actions {
    padding: 15px;
}

.search-form {
    height: 35px;
    margin: 0;
}

    .search-form > .search-pane {
        margin: 5px;
        height: 30px;
        background: #fff;
        border: 1px solid #ccc;
    }

        .search-form > .search-pane > input {
            background: none;
            -moz-border-radius: 0;
            -webkit-border-radius: 0;
            border-radius: 0;
            -moz-box-shadow: none;
            -webkit-box-shadow: none;
            box-shadow: none;
            border: 0;
            display: block;
            float: left;
            font-size: 12px;
            line-height: 20px;
            padding: 4px 6px;
            margin-bottom: 0;
            width: 150px;
            outline: none;
        }

            .search-form > .search-pane > input:focus {
                -moz-box-shadow: none;
                -webkit-box-shadow: none;
                box-shadow: none;
            }

        .search-form > .search-pane button[type="submit"] {
            float: right;
            background: #368ee0;
            color: #fff;
            border: 0;
            margin: 2px 2px 0px 0;
            line-height: 19px;
            min-height: 24px;
        }

.form-messages {
    margin-bottom: 0;
}

.form-vertical .control-label small {
    margin-left: 20px;
}

.form-vertical.form-bordered .form-group {
    border-bottom: 1px solid #ddd;
    padding: 20px;
    margin-bottom: 0;
}

.form-striped .form-group {
    padding: 15px;
    margin: 0;
}

    .form-striped .form-group:nth-child(odd) {
        background: #f6f6f6;
    }

.form-horizontal .help-block .progress {
    margin-bottom: 0;
}

.form-horizontal.form-striped .form-group {
    padding: 15px 20px;
    border-bottom: 1px solid #ddd;
}

.form-horizontal.form-column {
    *zoom: 1;
}

    .form-horizontal.form-column:after {
        content: "";
        display: table;
        clear: both;
    }

    .form-horizontal.form-column .form-actions {
        border-top: 1px solid #ddd;
        margin-top: 0;
    }

    .form-horizontal.form-column [class*="col-"] {
        margin: 0;
        border-left: 1px solid #ddd;
        padding-left: 0;
    }

        .form-horizontal.form-column [class*="col-"]:first-child {
            border-left: 0;
            padding-left: 15px;
        }

.form-horizontal .form-group .control-label.right {
    text-align: right;
}

.form-horizontal .form-group .control-label small {
    display: block;
    color: #999;
}

.form-horizontal.form-bordered .form-group {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #ddd;
    background: #f6f6f6;
}

    .form-horizontal.form-bordered .form-group:last-child {
        border-bottom: 0;
    }

    .form-horizontal.form-bordered .form-group [class*="col-"] {
        padding: 8px;
        background: #fff;
       
        *zoom: 1;
    }

        .form-horizontal.form-bordered .form-group [class*="col-"] [class*="col-"] {
            border-left: 0;
            padding: 0;
        }

        .form-horizontal.form-bordered .form-group [class*="col-"]:after {
            content: "";
            display: table;
            clear: both;
        }

        .form-horizontal.form-bordered .form-group [class*="col-"].control-label {
            background: none;
            border-left: 0;
        }

    .form-horizontal.form-bordered .form-group .control-label {
        margin: 0;
        padding: 15px 10px 5px 10px;
        color: #555;
    }

        .form-horizontal.form-bordered .form-group .control-label small {
            display: block;
            font-size: 12px;
            color: #888;
            font-weight: normal;
        }

.form-button {
    display: block;
    *zoom: 1;
    margin-top: 5px;
}

    .form-button:after {
        content: "";
        display: table;
        clear: both;
    }

    .form-button a {
        float: left;
    }

    .form-button span {
        margin-left: 5px;
        font-size: 14px;
        margin-top: 5px;
        display: block;
        float: left;
    }

        .form-button span i {
            margin-right: 5px;
        }

[class*="span"] .form-actions {
    margin-bottom: 0;
}

.gallery {
    list-style-type: none;
    margin: 0 10px;
    padding: 0;
    *zoom: 1;
}

    .gallery:after {
        content: "";
        display: table;
        clear: both;
    }

    .gallery > li {
        float: left;
        margin: 1px 0 0 1px;
        position: relative;
        cursor: pointer;
    }

        .gallery > li > a {
            display: block;
        }

        .gallery > li:hover .extras {
            display: block;
        }

        .gallery > li .extras {
            position: absolute;
            top: 0;
            left: 0;
            text-align: center;
            background: rgba(0, 0, 0, 0.8);
            display: none;
            width: 100%;
            height: 100%;
        }

            .gallery > li .extras:before {
                content: '';
                display: inline-block;
                height: 100%;
                vertical-align: middle;
            }

            .gallery > li .extras .extras-inner {
                position: relative;
                display: inline-block;
                vertical-align: middle;
                width: 90%;
                height: auto;
            }

                .gallery > li .extras .extras-inner a {
                    color: #bbb;
                    text-decoration: none;
                    padding: 5px 8px;
                    text-align: center;
                }

                    .gallery > li .extras .extras-inner a:hover {
                        color: #fff;
                        background: #368ee0;
                    }

.messages {
    padding: 0;
    list-style-type: none;
    margin: 0 20px 20px 20px;
}

    .messages.withlist {
        margin-right: 210px;
    }

    .messages > li {
        margin-top: 20px;
    }

        .messages > li.insert {
            position: relative;
            border: 1px solid #ddd;
            margin-right: 10px;
        }

            .messages > li.insert #message-form {
                background: #f9f9f9;
                margin-bottom: 0;
            }

            .messages > li.insert .text input[type="text"] {
                border: 0;
                margin-bottom: 0;
                display: block;
            }

            .messages > li.insert .submit {
                position: absolute;
                right: 0;
                top: 0;
            }

                .messages > li.insert .submit button {
                    border: 0;
                    background: #368ee0;
                    color: #fff;
                    margin: 2px;
                    padding: 6px 8px;
                }

                    .messages > li.insert .submit button[disabled="disabled"] {
                        background: #ccc;
                    }

        .messages > li .image {
            float: left;
            width: 50px;
        }

            .messages > li .image img {
                width: 50px;
            }

        .messages > li .message {
            position: relative;
            background: #eee;
            margin-right: 20px;
            padding: 10px;
            margin-left: 60px;
        }

            .messages > li .message .name {
                font-weight: 600;
            }

            .messages > li .message p {
                color: #444;
            }

            .messages > li .message .time {
                color: #555;
                font-size: 11px;
            }

            .messages > li .message .caret {
                position: absolute;
                left: -7px;
                top: 10px;
                border-top: 7px solid transparent;
                border-bottom: 7px solid transparent;
                border-right: 7px solid #eee;
                border-left: 0;
            }

        .messages > li.right .image {
            float: right;
        }

        .messages > li.right .name {
            color: #0a2640;
        }

        .messages > li.right .message {
            background: #d1e5f8;
            margin-left: 20px;
            margin-right: 0;
            margin-right: 60px;
        }

            .messages > li.right .message p {
                color: #11406c;
            }

            .messages > li.right .message .time {
                color: #11406c;
            }

            .messages > li.right .message .caret {
                left: auto;
                right: -7px;
                border-top: 7px solid transparent;
                border-bottom: 7px solid transparent;
                border-left: 7px solid #d1e5f8;
                border-right: 0;
            }

        .messages > li.typing {
            display: none;
        }

            .messages > li.typing.active {
                display: block;
            }

.user-list {
    position: absolute;
    right: 0;
    top: 0;
    width: 183px;
    margin-right: 17px;
}

    .user-list h4 {
        background: #368ee0;
        color: #fff;
        padding: 5px 8px;
        font-weight: 400;
    }

    .user-list > ul > li {
        *zoom: 1;
        margin: 5px 0;
    }

        .user-list > ul > li:after {
            content: "";
            display: table;
            clear: both;
        }

        .user-list > ul > li:first-child {
            margin-top: 0;
        }

        .user-list > ul > li.invite {
            margin-top: 15px;
        }

        .user-list > ul > li .image {
            max-width: 35px;
            min-width: 10px;
            float: left;
        }

            .user-list > ul > li .image img {
                max-width: 35px;
                min-width: 10px;
            }

        .user-list > ul > li .username {
            float: left;
            margin-left: 10px;
            line-height: 35px;
        }

.statistic-big .top {
    *zoom: 1;
}

    .statistic-big .top:after {
        content: "";
        display: table;
        clear: both;
    }

    .statistic-big .top .left {
        float: left;
    }

    .statistic-big .top .right {
        float: right;
        font-size: 24px;
        line-height: 31px;
    }

        .statistic-big .top .right .fa-arrow-circle-up {
            color: #339933;
        }

        .statistic-big .top .right .fa-arrow-circle-right {
            color: #f8a31f;
        }

        .statistic-big .top .right .fa-arrow-circle-down {
            color: #e63a3a;
        }

.statistic-big .bottom {
    margin-top: 30px;
}

.statistic-big .stats-overview {
    text-align: center;
}

    .statistic-big .stats-overview > li {
        display: inline-block;
        text-align: center;
        padding: 5px 15px;
        border-right: 1px solid #ddd;
    }

        .statistic-big .stats-overview > li:last-child {
            border-right: 0;
        }

        .statistic-big .stats-overview > li .name {
            display: block;
        }

        .statistic-big .stats-overview > li .value {
            font-size: 16px;
            font-weight: bold;
            display: block;
            margin-top: 5px;
        }

.flot-tooltip {
    position: absolute;
    display: none;
    background: #000;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
    color: #fff;
    padding: 5px;
}

    .flot-tooltip .tooltip-arrow {
        position: absolute;
        border-color: transparent;
        border-style: solid;
        margin-left: -5px;
        bottom: -5px;
        left: 15px;
        border-top-color: #000000;
        border-width: 5px 5px 0;
    }

.pagestats {
    text-align: center;
}

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

    .pagestats.style-3 .spark {
        float: none;
        margin: 0;
    }

    .pagestats.style-3 .bottom {
        margin-top: 10px;
        text-align: center;
        font-size: 20px;
    }

        .pagestats.style-3 .bottom .name {
            font-size: 14px;
        }

    .pagestats.style-4 .spark {
        float: none;
        margin: 0;
    }

    .pagestats.style-4 .bottom {
        margin-top: 10px;
        font-size: 18px;
    }

    .pagestats.style-4 .name {
        font-size: 13px;
    }

    .pagestats.style-2 {
        margin-top: 5px;
    }

        .pagestats.style-2 .left {
            font-size: 20px;
        }

            .pagestats.style-2 .left .name {
                font-size: 13px;
                margin: 0;
            }

    .pagestats .name {
        font-size: 20px;
        display: block;
        margin-left: 5px;
        margin-bottom: 5px;
    }

    .pagestats.bar span {
        font-size: 11px;
        display: block;
    }

    .pagestats .left {
        float: left;
        margin-left: 15px;
        font-size: 16px;
        margin-top: 3px;
    }

    .pagestats .spark {
        float: left;
        margin-left: 15px;
    }

.pricing-tables {
    *zoom: 1;
}

    .pricing-tables:after {
        content: "";
        display: table;
        clear: both;
    }

    .pricing-tables .pricing {
        list-style-type: none;
        margin-top: 30px;
        float: left;
    }

        .pricing-tables .pricing.highlighted {
            margin-top: 0;
        }

            .pricing-tables .pricing.highlighted > li {
                background: #f6f6f6;
            }

                .pricing-tables .pricing.highlighted > li:nth-child(odd) {
                    background: #fff;
                }

        .pricing-tables .pricing > li {
            background: #ddd;
            border-top: 1px solid #bbb;
            padding: 8px 12px;
            text-align: center;
        }

            .pricing-tables .pricing > li:first-child {
                border-top: 0;
            }

            .pricing-tables .pricing > li:nth-child(odd) {
                background: #e3e3e3;
            }

            .pricing-tables .pricing > li.head {
                background: #888;
                color: #fff;
                padding: 0;
                position: relative;
            }

                .pricing-tables .pricing > li.head .info {
                    background: #4c9ae3;
                    padding: 5px 0;
                }

                .pricing-tables .pricing > li.head .name {
                    background: #666;
                    padding: 8px 0;
                    font-size: 16px;
                }

                .pricing-tables .pricing > li.head .price {
                    font-size: 28px;
                    padding: 15px 0;
                }

                    .pricing-tables .pricing > li.head .price span {
                        display: block;
                        margin-top: 5px;
                        font-size: 12px;
                    }

            .pricing-tables .pricing > li.button {
                background: #fff;
            }

                .pricing-tables .pricing > li.button .help-text {
                    font-size: 11px;
                    margin-top: 5px;
                    color: #888;
                }

.widget-placeholder {
    background: #bbd9f4;
    border: 1px dotted #666;
    margin: 10px;
}

.widget-placeholder-2 {
    background: #bbd9f4;
}

#ui-datepicker-div {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: none;
}

.jq-datepicker .ui-datepicker {
    background: #fafafa;
    width: 174px;
    border: 1px solid #ccc;
    font-size: 11px;
    position: relative;
    padding: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}




.userlist > li {
    *zoom: 1;
    border-top: 1px dotted #bbb;
    padding: 5px 0;
}

    .userlist > li:after {
        content: "";
        display: table;
        clear: both;
    }

    .userlist > li:first-child {
        border-top: 0;
    }

    .userlist > li > a {
        float: left;
    }

        .userlist > li > a img {
            max-width: 40px;
        }

    .userlist > li .user {
        float: left;
        margin-left: 10px;
    }

        .userlist > li .user .name {
            font-weight: bold;
            display: block;
            line-height: 20px;
        }

        .userlist > li .user .position {
            display: block;
            font-weight: 300;
            font-size: 12px;
            margin-top: 3px;
        }

    .userlist > li .status {
        float: right;
        font-size: 8px;
        color: #b21000;
        line-height: 40px;
    }

        .userlist > li .status.active {
            color: #267326;
        }

        .userlist > li .status.afk {
            color: #f4a64b;
        }

.progress {
    background: #fff;
    filter: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .progress.small {
        height: 8px;
        margin-bottom: 10px;
    }

        .progress.small .bar {
            height: 8px;
            background: #368ee0;
            filter: none;
        }

.quickstats > li {
    float: left;
    margin: 5px 15px;
    text-align: center;
    width: 50px;
}

    .quickstats > li .value {
        font-size: 20px;
        display: block;
    }

    .quickstats > li .name {
        display: block;
        font-size: 12px;
        color: #888;
    }

.tags > li {
    display: inline;
    margin: 0 3px 3px 0;
    line-height: 22px;
}

    .tags > li > a {
        line-height: 22px;
    }

        .tags > li > a.big-1 {
            font-size: 14px;
        }

        .tags > li > a.big-2 {
            font-size: 16px;
        }

        .tags > li > a.big-3 {
            font-size: 18px;
        }

        .tags > li > a.big-4 {
            font-size: 20px;
        }

        .tags > li > a.big-5 {
            font-size: 22px;
        }

.bestseller > li {
    margin-top: 20px;
}

    .bestseller > li:first-child {
        margin-top: 0;
    }

    .bestseller > li > a {
        display: block;
        *zoom: 1;
    }

        .bestseller > li > a:after {
            content: "";
            display: table;
            clear: both;
        }

        .bestseller > li > a img {
            max-width: 50px;
            float: left;
        }

        .bestseller > li > a .details {
            float: left;
            margin-left: 5px;
        }

            .bestseller > li > a .details .name {
                font-size: 14px;
            }

            .bestseller > li > a .details .price {
                margin-top: 2px;
            }

                .bestseller > li > a .details .price .cross {
                    display: block;
                    text-decoration: line-through;
                    font-size: 12px;
                    line-height: 14px;
                }

                .bestseller > li > a .details .price .discount {
                    display: block;
                    color: #E51400;
                    font-size: 13px;
                    line-height: 14px;
                }

.table.table-hover tr:hover > td {
    background: #f8f8f8;
}

.table .with-checkbox {
    width: 10px;
    vertical-align: middle;
}

    .table .with-checkbox input {
        margin-left: 4px;
        margin-top: 0;
    }

.table.dataTable {
    margin-bottom: 10px;
    clear: both;
}

    .table.dataTable.dataTable-grouping .group {
        background: #e6e6e6;
        border-top: 2px solid #ccc;
    }

        .table.dataTable.dataTable-grouping .group.expanded-group {
            background: url("../img/expanded-group.jpg") no-repeat left center #e6e6e6;
            padding-left: 33px;
        }

            .table.dataTable.dataTable-grouping .group.expanded-group:hover {
                cursor: pointer;
            }

        .table.dataTable.dataTable-grouping .group.collapsed-group {
            background: url("../img/collapsed-group.jpg") no-repeat left center #e6e6e6;
            padding-left: 33px;
        }

            .table.dataTable.dataTable-grouping .group.collapsed-group:hover {
                cursor: pointer;
            }

    .table.dataTable .sorting_asc {
        background: url("../img/sorting-asc.png") no-repeat right center #eee;
    }

    .table.dataTable .sorting_desc {
        background: url("../img/sorting-desc.png") no-repeat right center #eee;
    }

    .table.dataTable .sorting {
        background: url("../img/sorting.png") no-repeat right center #eee;
    }

    .table.dataTable .sorting, .table.dataTable .sorting_desc, .table.dataTable .sorting_asc {
        padding-right: 30px;
        white-space: nowrap;
    }

    .table.dataTable.dataTable-scroll-x {
        border-collapse: separate;
        max-width: none;
    }

        .table.dataTable.dataTable-scroll-x * {
            box-sizing: initial;
        }

        .table.dataTable.dataTable-scroll-x td, .table.dataTable.dataTable-scroll-x th {
            white-space: nowrap;
        }

    .table.dataTable th:focus {
        outline: none;
    }

    .table.dataTable.dataTable-reorder th:hover {
        cursor: move;
    }

.table.table-colored-header thead th, .table.table-colored-header thead td {
    background: #368ee0;
    color: #fff;
}

.table.table-nohead thead {
    display: none;
}

    .table.table-nohead thead th, .table.table-nohead thead td {
        display: none;
    }

.table.table-nohead tr:first-child td {
    border: 0;
}

.table tr td {
    vertical-align: middle;
}

    .table tr td .label {
        margin-right: 3px;
    }

.table tr th {
    vertical-align: middle;
}

.table.table-user tr.alpha td.alpha-val span {
    background: #368ee0;
    color: #fff;
    display: block;
    padding: 10px 0;
    text-align: center;
    font-size: 18px;
}

.table.table-user tr.alpha:hover td {
    background: white;
    cursor: pointer;
}

.table.table-user tr:first-child td {
    border: 0;
}

.table.table-user tr td {
    border-top: 1px dotted #ccc;
}

    .table.table-user tr td.img {
        width: 40px;
    }

        .table.table-user tr td.img img {
            width: 40px;
        }

    .table.table-user tr td.user {
        text-align: left;
        vertical-align: middle;
    }

    .table.table-user tr td.icon {
        width: 20px;
        vertical-align: middle;
    }

        .table.table-user tr td.icon .online {
            font-size: 10px;
            color: #4fa828;
        }

.table-mail tbody tr > td {
    cursor: pointer;
}

.table-mail tbody tr.warning > td {
    background-color: #deecfa;
}

.table-mail .table-checkbox {
    width: 15px;
}

.table-mail .table-icon {
    width: 20px;
}

    .table-mail .table-icon .sel-star {
        color: #aaa;
        text-decoration: none;
    }

        .table-mail .table-icon .sel-star:hover {
            color: #f8a31f;
        }

        .table-mail .table-icon .sel-star.active {
            color: #f8a31f;
        }

.table-mail .table-date {
    width: 100px;
}

.table-mail .table-fixed-medium {
    width: 200px;
}

.ui-widget-header {
    color: #333;
}

.table-pagination {
    float: right;
    margin-right: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .table-pagination > a {
        margin-right: 5px;
        background: #eee;
        padding: 3px 8px;
        color: #333;
        text-decoration: none;
        cursor: pointer;
    }

        .table-pagination > a.disabled {
            color: #999;
        }

            .table-pagination > a.disabled:hover {
                background: #eee;
                cursor: default;
            }

        .table-pagination > a:hover {
            background: #ddd;
        }

    .table-pagination > span > a {
        padding: 3px 8px;
        margin-right: 5px;
        background: #eee;
        color: #333;
        text-decoration: none;
        cursor: pointer;
    }

        .table-pagination > span > a.active {
            background: #368ee0;
            color: #fff;
        }

.dataTables_filter input {
    margin-bottom: 0;
    padding: 4px 0;
    text-indent: 8px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #aaa;
    display: inline;
    margin-left: 5px;
    background: #f6f6f6;
}

    .dataTables_filter input:focus {
        background: #fff;
        border: 1px solid #368ee0;
    }

.dataTables_wrapper.no-footer .dataTables_info {
    line-height: 30px;
}

.dataTable-col_filter th {
    vertical-align: middle !important;
}

    .dataTable-col_filter th input {
        margin-bottom: 0;
        width: 100%;
        padding: 4px 0;
        text-indent: 8px;
        background: #fff;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: 1px solid #aaa;
    }

        .dataTable-col_filter th input.dataTable-datepicker-to {
            margin-top: 2px;
        }

        .dataTable-col_filter th input:focus {
            border: 1px solid #368ee0;
        }

    .dataTable-col_filter th select {
        margin-bottom: 0;
        width: 100%;
        background: #fff;
    }

.input-mini select {
    width: 60px;
}

.ColVis_collectionBackground {
    display: none !important;
}

.ColVis_collection {
    padding: 0;
    margin: 0;
    z-index: 2002;
    background: #fff;
    border: 2px solid #888;
    list-style-type: none;
}

    .ColVis_collection > li {
        padding: 3px 10px;
        background: #eee;
        margin: 2px;
        border: 1px solid #ddd;
        cursor: pointer;
    }

        .ColVis_collection > li span {
            cursor: pointer;
        }

        .ColVis_collection > li:hover {
            background: #ddd;
            border-color: #ccc;
        }

        .ColVis_collection > li input {
            margin-right: 5px;
        }

.tabs.tabs-inline {
    *zoom: 1;
}

    .tabs.tabs-inline:after {
        content: "";
        display: table;
        clear: both;
    }

    .tabs.tabs-inline.tabs-top > li {
        float: left;
        margin-right: 1px;
    }

        .tabs.tabs-inline.tabs-top > li.active > a {
            background: #fff;
            color: #333;
        }

            .tabs.tabs-inline.tabs-top > li.active > a:hover {
                background: #fff;
            }

        .tabs.tabs-inline.tabs-top > li > a {
            color: #666;
            background: #edf3f9;
            padding: 10px 10px;
            text-decoration: none;
            display: block;
            border: 1px solid #edf3f9;
            border-bottom: 0;
            position: relative;
            z-index: 1;
        }

            .tabs.tabs-inline.tabs-top > li > a:hover {
                background: #ddd;
                color: #333;
            }

    .tabs.tabs-inline.tabs-left {
        position: absolute;
        background: #eee;
        width: 150px;
        border: 1px solid #e0e9ef
    }

        .tabs.tabs-inline.tabs-left > li:first-child > a {
            border-top: 0;
        }

        .tabs.tabs-inline.tabs-left > li:last-child > a {
            border-bottom: 1px solid #bbb;
        }

        .tabs.tabs-inline.tabs-left > li.write > a {
            margin: 10px;
            background: #e63a3a;
            color: #fff;
        }

            .tabs.tabs-inline.tabs-left > li.write > a:hover {
                background: #d21b1b;
                color: #fff;
            }

        .tabs.tabs-inline.tabs-left > li.active > a {
            background: #fff;
            color: #333;
        }

            .tabs.tabs-inline.tabs-left > li.active > a:hover {
                background: #fff;
            }

        .tabs.tabs-inline.tabs-left > li > a {
            display: block;
            padding: 10px 20px;
            color: #666;
            background: #e0e9ef;
            text-decoration: none;
            border-top: 1px solid #fff;
            /* background-color: #fff; */
            /* box-shadow: 0px 0px 0px #246756; */
            overflow: hidden;
            /* padding: 2em; */
            text-overflow: ellipsis;
            white-space: nowrap;
            /* width: 146px; */
        }

            .tabs.tabs-inline.tabs-left > li > a:hover {
                background: #ddd;
                color: #333;
            }

.tabs > li .fa {
    margin-right: 5px;
}

.tab-content.padding {
    padding: 20px;
}

.tab-content.tab-content-inline {
    /* border-left: 1px solid #bbb; */
    margin-left: 156px;
}

    .tab-content.tab-content-inline.tab-content-bottom {
        margin-left: 0;
    }

.tasklist {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    *zoom: 1;
}

    .tasklist li {
        padding: 0;
        cursor: pointer;
        *zoom: 1;
        border-bottom: 1px solid #ccc;
        position: relative;
    }

        .tasklist li:after {
            content: "";
            display: table;
            clear: both;
        }

        .tasklist li:last-child {
            border-bottom: 0;
        }

        .tasklist li:hover .task-delete {
            display: inline-block !important;
        }

        .tasklist li.bookmarked {
            background: #fad8d8;
        }

            .tasklist li.bookmarked .task-actions .task-bookmark {
                color: #e63a3a;
            }

                .tasklist li.bookmarked .task-actions .task-bookmark i:before {
                    content: "\f02e";
                }

        .tasklist li.done {
            background: #e7f1fb;
        }

            .tasklist li.done .task span {
                text-decoration: line-through;
            }

            .tasklist li.done .task-actions {
                display: none;
            }

        .tasklist li label, .tasklist li .check {
            float: left;
            padding: 10px 10px 10px 10px;
            margin: 0;
            cursor: pointer;
            border-right: 1px solid #fec5bd;
        }

        .tasklist li .task {
            float: left;
            padding: 11px 5px 3px 5px;
            text-overflow: ellipsis;
            white-space: nowrap;
            max-width: 100%;
            position: absolute;
            left: 43px;
            right: 50px;
            overflow: hidden;
        }

            .tasklist li .task i {
                margin-right: 5px;
            }

        .tasklist li .task-actions {
            float: right;
            padding: 10px 10px 0 10px;
        }

            .tasklist li .task-actions > a {
                text-decoration: none;
            }

            .tasklist li .task-actions .task-delete {
                display: none;
                color: #888;
                font-size: 16px;
            }

            .tasklist li .task-actions .task-bookmark {
                color: #aaa;
                font-size: 16px;
            }

                .tasklist li .task-actions .task-bookmark:hover {
                    color: #fd6e58;
                }

                    .tasklist li .task-actions .task-bookmark:hover i:before {
                        content: "\f02e";
                    }

.stats {
    float: left;
}

    .stats > li {
        *zoom: 1;
        float: left;
        border-radius: 4px;
    }

        .stats > li:after {
            content: "";
            display: table;
            clear: both;
        }

        .stats > li:last-child {
            margin-right: 0;
        }

        .stats > li i {
            font-size: 18px;
            color: #FFF;
            float: left;
            margin: 0;
        }

        .stats > li .details {
            *zoom: 1;
            margin-left: 0px;
        }

            .stats > li .details:after {
                content: "";
                display: table;
                clear: both;
            }

            .stats > li .details span {
                display: block;
                font-size: 12px;
            }

                .stats > li .details span.big {
                    font-size: 20px;
                    font-weight: 600;
                }

.tiles {
    list-style-type: none;
    margin: 25px 0;
    padding: 0;
}

    .tiles .has-chart > a span {
        font-size: 16px;
        padding: 10px 20px;
    }

    .tiles .has-chart-2 > a span {
        font-size: 16px;
        padding-top: 0;
        display: inline-block;
    }

        .tiles .has-chart-2 > a span .spark-me {
            padding-top: 40px;
        }

            .tiles .has-chart-2 > a span .spark-me canvas {
                margin-top: -10px;
            }

    .tiles.tiles-small .label {
        padding: 3px 5px;
    }

    .tiles.tiles-small > li:hover:before {
        width: 80px;
        height: 80px;
    }

    .tiles.tiles-small > li > a {
        width: 80px;
        height: 80px;
    }

        .tiles.tiles-small > li > a span {
            font-size: 30px;
            padding-top: 20px;
        }

    .tiles .label {
        padding: 5px 8px;
    }

    .tiles.tiles-center {
        text-align: center;
        width: 100%;
    }

        .tiles.tiles-center > li {
            display: inline-block;
            text-align: center;
            float: none;
        }

            .tiles.tiles-center > li > a .name {
                text-align: center;
            }

    .tiles.nomargin {
        margin: 0;
    }

    .tiles > li {
        float: left;
        margin: 8px 0 0 8px;
        position: relative;
    }

        .tiles > li .label {
            position: absolute;
            top: -5px;
            left: -5px;
            z-index: 99;
        }

        .tiles > li:hover:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 120px;
            height: 120px;
            background: none;
            pointer-events: none;
            border: 5px solid rgba(0, 0, 0, 0.5);
            z-index: 99;
        }

        .tiles > li.long:hover:before {
            width: 245px;
        }

        .tiles > li.long > a {
            width: 245px;
        }

            .tiles > li.long > a span {
                font-size: 64px;
                padding-top: 10px;
            }

        .tiles > li.high:hover:before {
            height: 245px;
        }

        .tiles > li.high > a {
            height: 245px;
        }

            .tiles > li.high > a span {
                padding-top: 50px;
                font-size: 96px;
            }

                .tiles > li.high > a span.count > i {
                    margin-right: -25px;
                }

        .tiles > li.image > a img {
            width: 120px;
            height: 120px;
        }

        .tiles > li.image > a .name {
            background: #368ee0;
            color: #fff;
        }

        .tiles > li > a {
            width: 120px;
            height: 120px;
            display: block;
            color: #fff;
            text-decoration: none;
            position: relative;
            text-align: center;
        }

            .tiles > li > a span {
                padding-top: 25px;
                font-size: 48px;
                display: block;
            }

                .tiles > li > a span.nopadding {
                    padding: 0;
                }

                .tiles > li > a span.count > i {
                    margin-right: -10px;
                }

                .tiles > li > a span h5 {
                    font-size: 18px !important;
                    margin: 0;
                    text-align: left;
                    padding: 10px 10px 5px 10px;
                }

                .tiles > li > a span p {
                    font-size: 13px !important;
                    padding: 0;
                    text-align: left;
                    padding: 0 20px;
                }

            .tiles > li > a .name {
                font-size: 13px !important;
                display: block;
                position: absolute;
                bottom: 0;
                left: 0;
                right: 0;
                text-align: left;
                padding: 3px 10px;
                float: left;
            }

                .tiles > li > a .name .right {
                    font-size: 13px;
                    float: right;
                    padding: 0;
                }

.minitiles {
    float: left;
}

    .minitiles > li {
        float: left;
        margin-right: 7px;
        border-radius: 4px
    }

        .minitiles > li > a {
            display: block;
            height: 56px;
            min-width: 58px;
            color: #fff;
            text-decoration: none;
            position: relative;
            text-align: center;
            padding: 10px;
            border-radius: 4px;
        }




            .minitiles > li > a i {
                font-size: 34px;
                line-height: 34px;
            }


.timeline {
    margin-left: 30px !important;
}

    .timeline > li {
        position: relative;
        border-bottom: 2px dotted #ddd;
        padding: 30px 0;
    }

        .timeline > li:hover {
            background: #f6f6f6;
        }

        .timeline > li:last-child {
            border-bottom: 0;
        }

        .timeline > li .line {
            width: 4px;
            background: #eee;
            height: 100%;
            display: block;
            position: absolute;
            top: 0;
            bottom: 0;
        }

        .timeline > li .timeline-content {
            position: relative;
            z-index: 99;
        }

            .timeline > li .timeline-content .left {
                position: relative;
            }

                .timeline > li .timeline-content .left .icon {
                    background: #368ee0;
                    float: left;
                    padding: 6px;
                    font-size: 24px;
                    color: #fff;
                    position: absolute;
                    left: -18px;
                    top: 5px;
                }

                .timeline > li .timeline-content .left .date {
                    position: absolute;
                    top: 48px;
                    left: -20px;
                    background: #eee;
                    padding: 0 5px;
                    font-size: 11px;
                }

            .timeline > li .timeline-content .activity {
                margin-left: 50px;
            }

                .timeline > li .timeline-content .activity .user {
                    font-size: 14px;
                    margin-bottom: 10px;
                }

                    .timeline > li .timeline-content .activity .user span {
                        color: #777;
                    }

                .timeline > li .timeline-content .activity .timeline-images {
                    *zoom: 1;
                }

                    .timeline > li .timeline-content .activity .timeline-images:after {
                        content: "";
                        display: table;
                        clear: both;
                    }

                    .timeline > li .timeline-content .activity .timeline-images > li {
                        float: left;
                        margin-right: 5px;
                    }

                        .timeline > li .timeline-content .activity .timeline-images > li > a img {
                            max-width: 100px;
                        }

body.error {
    background: #368ee0;
}

    body.error .wrapper {
        width: 300px;
        height: 230px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -165px -150px;
    }

        body.error .wrapper .code {
            color: #fff;
            font-size: 90px;
            text-align: center;
        }

            body.error .wrapper .code span {
                margin-right: 15px;
            }

        body.error .wrapper .desc {
            color: #fff;
            font-size: 14px;
            margin: 20px 0;
        }

        body.error .wrapper .input-group {
            width: 300px;
            background: #fff;
            padding: 2px;
        }

            body.error .wrapper .input-group input {
                border: 0;
                width: 260px;
                background: #fff;
            }

            body.error .wrapper .input-group .btn {
                border: 0;
                background: #368ee0;
                color: #fff;
            }

                body.error .wrapper .input-group .btn:hover {
                    background: #1b67af;
                }

        body.error .wrapper .buttons {
            margin-top: 15px;
        }

.grids .row {
    margin-top: 10px;
    margin-bottom: 20px;
}

    .grids .row [class*="col-"] {
        background: #ccc;
        border: 1px solid #888;
        text-align: center;
        line-height: 30px;
    }

        .grids .row [class*="col-"]:hover {
            background: #aaa;
        }

.the-icons {
    list-style-type: none;
}

    .the-icons li {
        margin: 5px 0;
    }

#updateInterval {
    margin-bottom: 0;
}

.invoice-info .invoice-name {
    font-size: 24px;
    margin-bottom: 40px;
}

.invoice-info .invoice-from, .invoice-info .invoice-to {
    float: left;
    margin-bottom: 30px;
}

    .invoice-info .invoice-from span, .invoice-info .invoice-to span {
        color: #888;
        display: block;
    }

.invoice-info .invoice-to {
    margin-left: 50px;
}

.invoice-info .invoice-infos {
    float: right;
    margin-right: 20px;
}

.table-invoice .price {
    width: 100px;
}

.table-invoice .qty {
    width: 50px;
}

.table-invoice .total {
    text-align: right;
    width: 150px;
}

.table-invoice .taxes p {
    text-align: right;
}

    .table-invoice .taxes p .light {
        margin-right: 20px;
        color: #888;
    }

    .table-invoice .taxes p .totalprice {
        font-weight: bold;
    }

.invoice-payment span {
    color: #888;
    display: block;
}

.invoice-payment ul {
    list-style-type: none;
    margin: 10px;
    padding: 0;
}

    .invoice-payment ul li {
        float: left;
        margin-right: 10px;
    }

@media print {
    #navigation, #left, .breadcrumbs, .page-header, .invoice-payment, .box-title {
        display: none !important;
    }

    #main {
        margin-left: 0;
    }
}

.locked {
    background: #368ee0;
}

    .locked .wrapper {
        width: 500px;
        height: 500px;
        margin: 200px -250px;
        position: absolute;
        left: 50%;
    }

    .locked .pull-left {
        width: 200px;
    }

        .locked .pull-left a {
            color: #fff;
            display: block;
            background: #1b67af;
            text-align: center;
            padding: 4px 8px;
            text-decoration: none;
        }

            .locked .pull-left a:hover {
                background: #144d82;
            }

    .locked .right {
        float: left;
        margin-left: 15px;
    }

        .locked .right .upper h2 {
            color: #fff;
            font-weight: 300;
            margin: 0;
        }

        .locked .right .upper span {
            display: block;
            color: #fff;
        }

        .locked .right form {
            margin-top: 30px;
        }

            .locked .right form input {
                border: 0;
                margin-bottom: 0;
            }

                .locked .right form input[type=password] {
                    width: 260px;
                }

            .locked .right form div {
                margin-top: 5px;
            }

.login {
    background: #368ee0;
}

    .login .wrapper {
        width: 400px;
        height: 500px;
        margin: -200px -200px;
        position: absolute;
        left: 50%;
        top: 50%;
    }

        .login .wrapper h1 > a {
            color: #fff;
            display: block;
            font-weight: 300;
            font-size: 48px;
            text-align: center;
            padding: 2px 0;
            text-decoration: none;
        }

            .login .wrapper h1 > a img {
                margin-right: 20px;
                margin-top: -8px;
            }

        .login .wrapper .login-body {
            margin-top: 20px;
            background: #fff;
        }

            .login .wrapper .login-body form {
                padding: 0 30px;
            }

            .login .wrapper .login-body h2 {
                font-weight: 300;
                color: #333;
                font-size: 24px;
                padding: 30px 30px 15px 30px;
            }

            .login .wrapper .login-body .email input, .login .wrapper .login-body .pw input {
                padding: 8px 12px;
                height: 35px;
            }

            .login .wrapper .login-body .submit {
                margin-top: 15px;
                *zoom: 1;
            }

                .login .wrapper .login-body .submit:after {
                    content: "";
                    display: table;
                    clear: both;
                }

                .login .wrapper .login-body .submit input {
                    float: right;
                }

                .login .wrapper .login-body .submit .remember {
                    float: left;
                    margin-top: 5px;
                    margin-left: 1px;
                }

                    .login .wrapper .login-body .submit .remember [class*=icheckbox], .login .wrapper .login-body .submit .remember label {
                        float: left;
                    }

                    .login .wrapper .login-body .submit .remember label {
                        margin-left: 10px;
                        font-weight: normal;
                        margin-bottom: 0;
                        line-height: 21px;
                    }

            .login .wrapper .login-body .forget {
                margin-top: 50px;
            }

                .login .wrapper .login-body .forget a {
                    background: #eee;
                    padding: 10px 0;
                    text-align: center;
                    display: block;
                    text-decoration: none;
                    color: #555;
                }

                    .login .wrapper .login-body .forget a:hover {
                        background: #ddd;
                    }

                    .login .wrapper .login-body .forget a span {
                        line-height: 30px;
                        margin-bottom: 10px;
                        position: relative;
                    }

.pagination.pagination-custom {
    height: 28px;
    margin-top: -1px;
}

    .pagination.pagination-custom li.active a {
        background: #368ee0;
        color: #fff;
    }

        .pagination.pagination-custom li.active a:hover {
            background: #368ee0;
        }

    .pagination.pagination-custom li a {
        background: #eee;
        text-decoration: none;
        color: #333;
        border: 0;
        padding: 7px 12px;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
    }

        .pagination.pagination-custom li a:hover {
            background: #ddd;
        }

.search-results ul {
    *zoom: 1;
}

    .search-results ul:after {
        content: "";
        display: table;
        clear: both;
    }

    .search-results ul li {
        *zoom: 1;
        padding: 15px;
        border-top: 1px dotted #bbb;
    }

        .search-results ul li:after {
            content: "";
            display: table;
            clear: both;
        }

        .search-results ul li:first-child {
            border-top: 0;
        }

        .search-results ul li:last-child {
            -moz-border-radius-bottomleft: 0;
            -webkit-border-bottom-left-radius: 0;
            border-bottom-left-radius: 0;
            -moz-border-radius-bottomright: 0;
            -webkit-border-bottom-right-radius: 0;
            border-bottom-right-radius: 0;
        }

        .search-results ul li .thumbnail {
            float: left;
            -moz-border-radius: 0;
            -webkit-border-radius: 0;
            border-radius: 0;
        }

        .search-results ul li .search-info {
            margin-left: 110px;
        }

            .search-results ul li .search-info a {
                font-size: 16px;
            }

            .search-results ul li .search-info .url {
                color: #29b754;
            }

        .search-results ul li:nth-child(even) {
            background: #fff;
        }

.shop-items > li .product {
    position: relative;
}

    .shop-items > li .product:hover {
        background: #368ee0;
    }

        .shop-items > li .product:hover .extended {
            display: block;
            position: absolute;
            z-index: 999;
            background: #368ee0;
            left: 0;
            right: 0;
        }

        .shop-items > li .product:hover > a:hover {
            background: red;
        }

        .shop-items > li .product:hover > a .details {
            color: #fff;
        }

            .shop-items > li .product:hover > a .details .name {
                color: #fff;
            }

    .shop-items > li .product > a {
        text-decoration: none;
    }

        .shop-items > li .product > a img {
            max-width: 100%;
        }

        .shop-items > li .product > a .details {
            padding: 10px;
        }

            .shop-items > li .product > a .details .name {
                display: block;
                font-size: 16px;
                color: #333;
            }

            .shop-items > li .product > a .details .price {
                text-align: right;
                font-size: 18px;
            }

.shop-items > li .extended {
    padding: 10px 10px 5px 10px;
    display: none;
    *zoom: 1;
}

    .shop-items > li .extended:after {
        content: "";
        display: table;
        clear: both;
    }

    .shop-items > li .extended .pull-right > a {
        color: #fff;
        font-size: 16px;
        padding: 2px 5px;
        text-decoration: none;
    }

.colorbox-image.big img {
    max-width: 100%;
}

.more-images {
    margin-top: 15px;
}

.thumbnails a {
    display: block;
}

    .thumbnails a img {
        max-width: 100%;
    }

.product-details .price {
    font-size: 24px;
}

.product-details .price, .product-details div.colors, .product-details .sizes, .product-details .actions {
    margin-top: 30px;
}

.product-details div.colors {
    *zoom: 1;
}

    .product-details div.colors:after {
        content: "";
        display: table;
        clear: both;
    }

.product-details .actions {
    text-align: right;
}

    .product-details .actions .non {
        margin-right: 15px;
    }

.fc .fc-toolbar {
    margin-top: 10px;
}

    .fc .fc-toolbar h2 {
        white-space: nowrap;
        font-size: 20px;
        font-weight: 300;
        display: inline-block;
        line-height: 30px;
        vertical-align: top;
        margin: 0 10px;
    }

    .fc .fc-toolbar .fc-state-default {
        background: none;
        border: 0;
        box-shadow: none;
        border-radius: 0 !important;
        text-shadow: none;
    }

        .fc .fc-toolbar .fc-state-default:active, .fc .fc-toolbar .fc-state-default:focus {
            outline: 0;
        }

    .fc .fc-toolbar .fc-state-active {
        background: #368ee0;
        color: #fff;
    }

    .fc .fc-toolbar .fc-state-hover {
        background: #ddd;
    }

    .fc .fc-toolbar .fc-next-button {
        display: inline-block;
    }

    .fc .fc-toolbar .fc-prev-button {
        display: inline-block;
    }

    .fc .fc-toolbar .fc-center:first-child {
        *zoom: 1;
    }

        .fc .fc-toolbar .fc-center:first-child:after {
            content: "";
            display: table;
            clear: both;
        }

.fc-event {
    border: 0;
    background-color: #368ee0;
    border-radius: 0;
}

.flot {
    width: 100%;
    height: 300px;
}

    .flot.small {
        height: 150px;
    }

    .flot.medium {
        height: 200px;
    }

.chosen-container .chosen-drop {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .chosen-container .chosen-drop .chosen-results > li.highlighted {
        background: #368ee0;
    }

.chosen-container.chosen-container-single .chosen-search input {
    background: none;
}

.chosen-container.chosen-container-single .chosen-single {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 4px;
    background: #fff;
    padding-top: 3px;
    padding-bottom: 3px;
    height: 34px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .chosen-container.chosen-container-single .chosen-single div b {
        background-position-y: 5px;
    }

.chosen-container.chosen-container-multi .chosen-choices {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #fff;
}

    .chosen-container.chosen-container-multi .chosen-choices .search-field {
        padding: 0;
    }

    .chosen-container.chosen-container-multi .chosen-choices .search-choice {
        background: #eee;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
    }

.cke.cke_chrome {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
}

.cke .cke_top {
    background: #fff;
    border: 1px solid #ddd;
    border-bottom: 0;
    border-top: 0;
}

    .cke .cke_top .cke_button, .cke .cke_top .cke_combo_button {
        background: #eee;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        border: 0;
        cursor: pointer;
    }

        .cke .cke_top .cke_button:hover, .cke .cke_top .cke_button.cke_button_on, .cke .cke_top .cke_button:active, .cke .cke_top .cke_button:focus, .cke .cke_top .cke_combo_button:hover, .cke .cke_top .cke_combo_button.cke_button_on, .cke .cke_top .cke_combo_button:active, .cke .cke_top .cke_combo_button:focus {
            background: #bbb;
            -moz-box-shadow: none;
            -webkit-box-shadow: none;
            box-shadow: none;
            border: 0;
        }

    .cke .cke_top .cke_combo.cke_combo_on .cke_combo_button {
        background: #bbb;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .cke .cke_top .cke_toolbar_separator {
        background: #aaa;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .cke .cke_top .cke_toolgroup {
        margin: 0 10px 9px 0;
        border: 0;
        background: #fff;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.cke .cke_contents {
    border: 1px solid #ddd;
}

.cke .cke_bottom {
    background: #eee;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #ddd;
    border-top: 0;
}

table.DTCR_clonedTable {
    background-color: white;
    z-index: 202;
    cursor: move;
}

div.DTCR_pointer {
    width: 1px;
    background-color: #368ee0;
    z-index: 201;
}

    div.DTCR_pointer:before {
        content: "\f063";
        font-family: "FontAwesome";
        position: absolute;
        top: -25px;
        left: -5px;
        color: #368ee0;
    }

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * ColVis styles
 */
.ColVis {
    float: right;
    margin-bottom: 1em;
}

.ColVis_Button {
    position: relative;
    float: left;
    margin-right: 3px;
    padding: 3px 5px;
    height: 30px;
    background-color: #fff;
    border: 1px solid #d0d0d0;
    cursor: pointer;
    *cursor: hand;
}

button.ColVis_Button::-moz-focus-inner {
    border: none !important;
    padding: 0;
}

.ColVis_text_hover {
    border: 1px solid #999;
    background-color: #f0f0f0;
}

div.ColVis_collectionBackground {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    z-index: 1100;
}

div.ColVis_collection {
    position: relative;
    width: 150px;
    background-color: #f3f3f3;
    padding: 3px;
    border: 1px solid #ccc;
    z-index: 1102;
}

    div.ColVis_collection button.ColVis_Button {
        background-color: white;
        width: 100%;
        float: none;
        margin-bottom: 2px;
    }

    div.ColVis_collection button.ColVis_Group {
        background: #dadada;
        border: 1px solid #bababa;
    }

div.ColVis_catcher {
    position: absolute;
    z-index: 1101;
}

.disabled {
    color: #999;
}

button.ColVis_Button {
    text-align: left;
}

div.ColVis_collection button.ColVis_Button:hover {
    border: 1px solid #999;
    background-color: #f0f0f0;
}

div.ColVis_collection button.ColVis_Group:hover {
    background: #bababa;
    border: 1px solid #424242;
}

span.ColVis_radio {
    display: inline-block;
    width: 20px;
}

.dataTables_wrapper .ColVis {
    margin: 10px 10px 10px 0;
}

    .dataTables_wrapper .ColVis .ColVis_Button {
        background: #eee;
        padding: 3px 8px;
        border: 0;
    }

        .dataTables_wrapper .ColVis .ColVis_Button i {
            margin-left: 5px;
        }

        .dataTables_wrapper .ColVis .ColVis_Button:hover {
            background: #ddd;
        }

.dataTables_wrapper .dataTables_length {
    float: left;
    min-width: 200px;
    margin: 10px 10px 5px 10px;
    line-height: 29px;
}

    .dataTables_wrapper .dataTables_length .input-mini {
        float: left;
    }

    .dataTables_wrapper .dataTables_length label > span {
        float: left;
        margin: 4px 5px;
    }

.dataTables_wrapper .DTTT_container {
    margin: 10px 5px 10px 0;
}

    .dataTables_wrapper .DTTT_container .DTTT_button {
        padding: 8px 7px 7px 8px;
        background: #eee;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        border: 0;
        margin-right: 5px;
        color: #333;
    }

        .dataTables_wrapper .DTTT_container .DTTT_button:hover {
            background: #ddd;
        }

.dataTables_wrapper .dataTables_filter {
    float: right;
    margin: 10px 10px 5px 5px;
}

    .dataTables_wrapper .dataTables_filter input {
        margin-bottom: 0;
    }

.dataTables_wrapper .dataTables_info {
    float: left;
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .dataTables_wrapper .dataTables_info span {
        font-weight: 600;
    }

.dataTables_wrapper .dataTables_paginate {
    float: right;
    margin: 17px 5px 10px 0;
}

    .dataTables_wrapper .dataTables_paginate > a {
        margin-right: 5px;
        background: #eee;
        padding: 3px 8px;
        color: #333;
        text-decoration: none;
        cursor: pointer;
    }

        .dataTables_wrapper .dataTables_paginate > a.paginate_button_disabled {
            color: #999;
        }

            .dataTables_wrapper .dataTables_paginate > a.paginate_button_disabled:hover {
                background: #eee;
                cursor: default;
            }

        .dataTables_wrapper .dataTables_paginate > a:hover {
            background: #ddd;
        }

    .dataTables_wrapper .dataTables_paginate > span > a {
        padding: 3px 8px;
        margin-right: 5px;
        background: #eee;
        color: #333;
        text-decoration: none;
        cursor: pointer;
    }

        .dataTables_wrapper .dataTables_paginate > span > a.paginate_active {
            background: #368ee0;
            color: #fff;
        }

.dataTables_scroll {
    clear: both;
}

.dataTables_scrollBody {
    *margin-top: -1px;
    -webkit-overflow-scrolling: touch;
}

.DTFC_Cloned {
    background: #eee;
    border-right: 1px solid #ddd;
}

div.DTS tbody th,
div.DTS tbody td {
    white-space: nowrap;
}

div.DTS tbody tr.even {
    background-color: white;
}

.alert.alert-nomargin {
    margin: 0;
}

.DTFC_LeftHeadWrapper {
    border-right: 1px solid #ddd;
}

div.DTS div.DTS_Loading {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 20px;
    margin-top: -20px;
    margin-left: -100px;
    z-index: 1;
    border: 1px solid #999;
    padding: 20px 0;
    text-align: center;
    background-color: white;
    background-color: rgba(255, 255, 255, 0.5);
}

div.DTS div.dataTables_scrollHead {
    background-color: white;
}

div.DTS div.dataTables_scrollBody {
    z-index: 2;
}

.datepicker.datepicker-dropdown {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

    .datepicker.datepicker-dropdown:before, .datepicker.datepicker-dropdown:after {
        border: 0;
    }

    .datepicker.datepicker-dropdown .datepicker-days td, .datepicker.datepicker-dropdown .datepicker-days th, .datepicker.datepicker-dropdown .datepicker-days span, .datepicker.datepicker-dropdown .datepicker-years td, .datepicker.datepicker-dropdown .datepicker-years th, .datepicker.datepicker-dropdown .datepicker-years span, .datepicker.datepicker-dropdown .datepicker-months td, .datepicker.datepicker-dropdown .datepicker-months th, .datepicker.datepicker-dropdown .datepicker-months span {
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
    }

    .datepicker.datepicker-dropdown .datepicker-days .active, .datepicker.datepicker-dropdown .datepicker-years .active, .datepicker.datepicker-dropdown .datepicker-months .active {
        background: #368ee0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
    }

        .datepicker.datepicker-dropdown .datepicker-days .active:hover, .datepicker.datepicker-dropdown .datepicker-years .active:hover, .datepicker.datepicker-dropdown .datepicker-months .active:hover {
            background: #1e74c5;
            -moz-border-radius: 0;
            -webkit-border-radius: 0;
            border-radius: 0;
        }

.daterangepicker:before, .daterangepicker:after {
    border: 0 !important;
}

.daterangepicker th, .daterangepicker td, .daterangepicker td:hover, .daterangepicker td.active, .daterangepicker .calendar {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.daterangepicker .active {
    background: #368ee0;
    background-image: none !important;
}

.elfinder {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 0;
}

    .elfinder .elfinder-toolbar {
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        background: #fff;
        border-color: #ccc;
    }

        .elfinder .elfinder-toolbar .elfinder-buttonset {
            border: 0;
        }

            .elfinder .elfinder-toolbar .elfinder-buttonset .elfinder-toolbar-button-separator {
                border-color: #eee;
            }

        .elfinder .elfinder-toolbar .elfinder-button {
            border: 0;
            -moz-border-radius: 0;
            -webkit-border-radius: 0;
            border-radius: 0;
            background: #fff;
        }

            .elfinder .elfinder-toolbar .elfinder-button:hover {
                background: #ddd;
                cursor: pointer;
            }

                .elfinder .elfinder-toolbar .elfinder-button:hover.elfinder-button-search {
                    background: none;
                }

            .elfinder .elfinder-toolbar .elfinder-button.ui-state-disabled {
                background: #fff;
                cursor: default;
            }

                .elfinder .elfinder-toolbar .elfinder-button.ui-state-disabled .elfinder-button-icon {
                    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
                    opacity: 0.2;
                }

    .elfinder .elfinder-button-search input {
        margin-bottom: 0;
        border-color: #ccc;
    }

    .elfinder .elfinder-statusbar {
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        background: #eee;
        padding: 10px 12px;
        border-color: #ccc;
    }

    .elfinder .elfinder-navbar {
        background: #eee;
    }

        .elfinder .elfinder-navbar .elfinder-navbar-dir {
            -moz-border-radius: 0;
            -webkit-border-radius: 0;
            border-radius: 0;
            padding: 5px 12px 5px 40px;
        }

    .elfinder .elfinder-cwd-filename, .elfinder .elfinder-cwd-file, .elfinder .elfinder-cwd-file-wrapper {
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
    }

        .elfinder .elfinder-cwd-file:hover {
            background: #eee;
        }

.filetree .dynatree-container {
    border: 0;
}

.activeFolder, .additionalInformation {
    font-weight: bold;
    margin-left: 5px;
}

/*!
 * Jasny Bootstrap v3.1.0 (http://jasny.github.com/bootstrap)
 * Copyright 2011-2014 Arnold Daniels.
 * Licensed under Apache-2.0 (https://github.com/jasny/bootstrap/blob/master/LICENSE)
 */
.nav-tabs-bottom {
    border-bottom: 0;
    border-top: 1px solid #dddddd;
}

    .nav-tabs-bottom > li {
        margin-bottom: 0;
        margin-top: -1px;
    }

        .nav-tabs-bottom > li > a {
            border-radius: 0 0 0 0;
        }

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

.nav-tabs-left {
    border-bottom: 0;
    border-right: 1px solid #dddddd;
}

    .nav-tabs-left > li {
        margin-bottom: 0;
        margin-right: -1px;
        float: none;
    }

        .nav-tabs-left > li > a {
            border-radius: 0 0 0 0;
            margin-right: 0;
            margin-bottom: 2px;
        }

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

.row > .nav-tabs-left {
    padding-right: 0;
    padding-left: 15px;
    margin-right: -1px;
    position: relative;
    z-index: 1;
}

    .row > .nav-tabs-left + .tab-content {
        border-left: 1px solid #dddddd;
    }

.nav-tabs-right {
    border-bottom: 0;
    border-left: 1px solid #dddddd;
}

    .nav-tabs-right > li {
        margin-bottom: 0;
        margin-left: -1px;
        float: none;
    }

        .nav-tabs-right > li > a {
            border-radius: 0 0 0 0;
            margin-left: 0;
            margin-bottom: 2px;
        }

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

.row > .nav-tabs-right {
    padding-left: 0;
    padding-right: 15px;
}

.btn-file {
    overflow: hidden;
    position: relative;
    vertical-align: middle;
}

    .btn-file > input {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        opacity: 0;
        filter: alpha(opacity=0);
        transform: translate(-300px, 0) scale(4);
        font-size: 23px;
        height: 100%;
        direction: ltr;
        cursor: pointer;
    }

.fileinput {
    margin-bottom: 9px;
    display: inline-block;
}

    .fileinput .form-control {
        padding-top: 7px;
        padding-bottom: 5px;
        display: inline-block;
        margin-bottom: 0px;
        vertical-align: middle;
        cursor: text;
    }

    .fileinput .thumbnail {
        overflow: hidden;
        display: inline-block;
        margin-bottom: 5px;
        vertical-align: middle;
        text-align: center;
        cursor: pointer
    }

        .fileinput .thumbnail > img {
            max-height: 100%;
            object-fit: cover;
            width: 100%;
            height: 100%;
        }

    .fileinput .btn {
        vertical-align: middle;
        font-size: 10px;
    }

.fileinput-exists .fileinput-new,
.fileinput-new .fileinput-exists {
    display: none;
    background: #000
}

.thumb img {
    object-fit: contain !important;
    width: auto !important;
}

.fileinput-inline .fileinput-controls {
    display: inline;
}

.fileinput-filename {
    vertical-align: middle;
    display: inline-block;
    overflow: hidden;
}

.form-control .fileinput-filename {
    vertical-align: bottom;
}

.fileinput-new .input-group .btn-file {
    border-radius: 0 0 0 0;
}

    .fileinput-new .input-group .btn-file.btn-xs,
    .fileinput-new .input-group .btn-file.btn-sm {
        border-radius: 0 0 0 0;
    }

    .fileinput-new .input-group .btn-file.btn-lg {
        border-radius: 0 0 0 0;
    }

.form-group.has-warning .fileinput .fileinput-preview {
    color: #8a6d3b;
}

.form-group.has-warning .fileinput .thumbnail {
    border-color: #faebcc;
}

.form-group.has-error .fileinput .fileinput-preview {
    color: #a94442;
}

.form-group.has-error .fileinput .thumbnail {
    border-color: #ebccd1;
}

.form-group.has-success .fileinput .fileinput-preview {
    color: #3c763d;
}

.form-group.has-success .fileinput .thumbnail {
    border-color: #d6e9c6;
}

.input-group-addon:not(:first-child) {
    border-left: 0;
}

.form-wizard {
    margin-bottom: 0;
}

    .form-wizard .step .form-group {
        padding: 0 20px;
    }

    .form-wizard .form-actions {
        margin-top: 0;
        margin-bottom: 0;
    }

    .form-wizard.wizard-vertical {
        margin-bottom: 0;
    }

        .form-wizard.wizard-vertical .form-content {
            background: #fff;
            border-left: 1px solid #d6d6d6;
            margin-left: 220px;
            padding: 10px 10px;
            overflow: hidden;
        }

            .form-wizard.wizard-vertical .form-content .form-group {
                padding: 15px;
            }

                .form-wizard.wizard-vertical .form-content .form-group:last-child {
                    margin-bottom: 0;
                }

        .form-wizard.wizard-vertical .step {
            background: #eee;
        }

        .form-wizard.wizard-vertical .wizard-steps {
            float: left;
            width: 220px;
            margin-bottom: 0;
            min-height: 200px;
        }

            .form-wizard.wizard-vertical .wizard-steps > li {
                float: none;
                width: 100% !important;
                *zoom: 1;
                display: block;
                background: #eee;
                border-top: 1px solid #eee;
                border-bottom: 1px solid #eee;
            }

                .form-wizard.wizard-vertical .wizard-steps > li:after {
                    content: "";
                    display: table;
                    clear: both;
                }

                .form-wizard.wizard-vertical .wizard-steps > li:first-child {
                    border-top: 0;
                }

                .form-wizard.wizard-vertical .wizard-steps > li.active {
                    background: #fff;
                    position: relative;
                    border-top: 1px solid #d6d6d6;
                    border-bottom: 1px solid #d6d6d6;
                }

                    .form-wizard.wizard-vertical .wizard-steps > li.active:first-child {
                        border-top: 0;
                    }

                    .form-wizard.wizard-vertical .wizard-steps > li.active:after {
                        position: absolute;
                        content: "";
                        top: 0;
                        left: auto;
                        bottom: 0;
                        background: #ffffff;
                        width: 1px;
                        right: -1px;
                        height: 100%;
                        display: block;
                    }

                .form-wizard.wizard-vertical .wizard-steps > li .single-step {
                    *zoom: 1;
                    padding: 10px;
                }

                    .form-wizard.wizard-vertical .wizard-steps > li .single-step:after {
                        content: "";
                        display: table;
                        clear: both;
                    }

                .form-wizard.wizard-vertical .wizard-steps > li .title {
                    float: left;
                }

                .form-wizard.wizard-vertical .wizard-steps > li .description {
                    float: left;
                    margin-left: 10px;
                    margin-top: 2px;
                }

        .form-wizard.wizard-vertical .form-actions {
            padding-left: 240px;
            background: #fff;
            margin-bottom: 0;
            margin-top: 0;
            border-top: 1px solid #d6d6d6;
        }

    .form-wizard .wizard-steps {
        list-style-type: none;
        margin: 0 0 30px 0;
        padding: 0;
        *zoom: 1;
        background: #eee;
    }

        .form-wizard .wizard-steps:after {
            content: "";
            display: table;
            clear: both;
        }

        .form-wizard .wizard-steps li {
            float: left;
            text-align: center;
        }

            .form-wizard .wizard-steps li:last-child .single-step {
                border-right: 0;
            }

            .form-wizard .wizard-steps li .single-step {
                padding: 15px 0;
            }

                .form-wizard .wizard-steps li .single-step .title {
                    text-align: center;
                    font-size: 16px;
                    background: #ddd;
                    padding: 4px 10px;
                    color: #888;
                }

                .form-wizard .wizard-steps li .single-step .description {
                    margin-left: 5px;
                    color: #aaa;
                }

            .form-wizard .wizard-steps li.active {
                background: #fff;
                position: relative;
            }

                .form-wizard .wizard-steps li.active:after {
                    position: absolute;
                    bottom: -1px;
                    right: 0;
                    left: 0;
                    content: "";
                    background: #ffffff;
                    width: 100%;
                    height: 1px;
                    display: block;
                }

                .form-wizard .wizard-steps li.active .single-step .title {
                    background: #368ee0;
                    color: #fff;
                }

                .form-wizard .wizard-steps li.active .single-step .description {
                    color: #333;
                }

        .form-wizard .wizard-steps.steps-2 li {
            width: 50%;
        }

        .form-wizard .wizard-steps.steps-3 li {
            width: 33.333%;
        }

        .form-wizard .wizard-steps.steps-4 li {
            width: 25%;
        }

        .form-wizard .wizard-steps.steps-5 li {
            width: 20%;
        }

#gritter-notice-wrapper {
    right: auto;
    left: 50%;
    margin-left: -150.5px;
}

#map1, #map2, #map3, #map4 {
    height: 400px;
}

    #map1 img, #map2 img, #map3 img, #map4 img {
        max-width: none;
    }

.cluster {
    text-align: center;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
}

    .cluster.cluster-1 {
        background: url(../../../google-maps-utility-library-v3.googlecode.com/svn/trunk/markerclusterer/images/m1.html);
        width: 53px;
        height: 52px;
        line-height: 52px;
    }

    .cluster.cluster-2 {
        background: url(../../../google-maps-utility-library-v3.googlecode.com/svn/trunk/markerclusterer/images/m2.html);
        width: 56px;
        height: 55px;
        line-height: 55px;
    }

    .cluster.cluster-5 {
        background: url(../../../google-maps-utility-library-v3.googlecode.com/svn/trunk/markerclusterer/images/m3.html);
        width: 66px;
        height: 65px;
        line-height: 65px;
    }

.ms-container .ms-list {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.ms-container .multi-custom-header {
    background: #368ee0;
    color: #fff;
    padding: 2px 8px;
}

.plupload .plupload_container {
    padding: 0;
}

    .plupload .plupload_container .plupload_filelist_header {
        display: none;
    }

    .plupload .plupload_container .plupload_filelist {
        background: #fff;
    }

        .plupload .plupload_container .plupload_filelist > li {
            background: #fff;
        }

    .plupload .plupload_container .plupload_filelist_footer {
        height: 46px;
        background: #f7f7ff;
    }

.plupload_scroll .plupload_filelist {
    height: 185px;
    overflow-y: auto !important;
}

.plupload .plupload_container .plupload_filelist_footer .plupload_add {
    margin-right: 5px;
}

.plupload .plupload_container .plupload_filelist_footer .plupload_start.plupload_disabled {
    background: #ddd;
    color: #bbb;
}

.plupload.pl-sidebar .plupload_filelist_footer {
    border-top: 0;
    height: auto;
    padding: 0;
}

    .plupload.pl-sidebar .plupload_filelist_footer .plupload_add {
        border: 1px solid #ccc;
        border-top: 0;
        padding: 4px;
        margin: 0;
        text-align: center;
        background: #ddd;
        display: block;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
    }

        .plupload.pl-sidebar .plupload_filelist_footer .plupload_add:hover {
            background: #bbb;
        }

    .plupload.pl-sidebar .plupload_filelist_footer .plupload_file_name {
        float: none;
    }

    .plupload.pl-sidebar .plupload_filelist_footer .plupload_total_status, .plupload.pl-sidebar .plupload_filelist_footer .plupload_file_status, .plupload.pl-sidebar .plupload_filelist_footer .plupload_file_action, .plupload.pl-sidebar .plupload_filelist_footer .plupload_progress, .plupload.pl-sidebar .plupload_filelist_footer .plupload_file_size {
        display: none;
    }

.plupload.pl-sidebar .plupload_content .plupload_filelist {
    overflow-y: auto;
    border: 1px solid #ccc;
}

    .plupload.pl-sidebar .plupload_content .plupload_filelist .plupload_delete .plupload_file_status, .plupload.pl-sidebar .plupload_content .plupload_filelist .plupload_failed .plupload_file_status {
        display: none;
    }

    .plupload.pl-sidebar .plupload_content .plupload_filelist .plupload_delete .plupload_file_name, .plupload.pl-sidebar .plupload_content .plupload_filelist .plupload_failed .plupload_file_name {
        width: 100px;
        line-height: 18px;
        font-size: 11px;
    }

    .plupload.pl-sidebar .plupload_content .plupload_filelist .plupload_delete .plupload_file_size, .plupload.pl-sidebar .plupload_content .plupload_filelist .plupload_failed .plupload_file_size {
        display: none;
    }

    .plupload.pl-sidebar .plupload_content .plupload_filelist .plupload_droptext {
        position: relative;
        color: #333;
    }

        .plupload.pl-sidebar .plupload_content .plupload_filelist .plupload_droptext span {
            z-index: 99;
            position: absolute;
            left: 0;
            right: 0;
            text-align: center;
            font-weight: bold;
        }

        .plupload.pl-sidebar .plupload_content .plupload_filelist .plupload_droptext:after {
            content: "\f0ee";
            font-size: 128px;
            color: #e6e6e6;
            position: absolute;
            font-family: "FontAwesome";
            top: 10px;
            z-index: 98;
            left: 13px;
        }

.ui-resizable-handle.ui-resizable-e {
    cursor: col-resize;
}

#ascrail2000 div {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

.slimScrollBar.ui-draggable {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

.select2-container .select2-choice {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-image: none;
    background: #fff;
    height: 34px;
    line-height: 34px
}

    .select2-container .select2-choice div {
        border-left: 0;
        background: none;
    }

    .select2-container .select2-choice .select2-arrow {
        background: none;
        border: 0;
    }

.select2-container.select2-drop-above .select2-choice {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-image: none;
}

.select2-container .select2-search-choice-close {
    top: 3px;
}

.select2-container .select2-choices {
    background-image: none;
}

.select2-container.select2-container-multi .select2-choices {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #fff;
}

    .select2-container.select2-container-multi .select2-choices .select2-search-field input {
        padding: 3px 5px;
    }

    .select2-container.select2-container-multi .select2-choices .select2-search-choice {
        background: #eee;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
    }

.select2-results, .select2-search, .select2-with-searchbox {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

.slider {
    margin: 10px 0 20px 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    height: 6px;
    position: relative;
    *zoom: 1;
}

    .slider:after {
        content: "";
        display: table;
        clear: both;
    }

    .slider .amount {
        position: absolute;
        left: 0;
        top: -20px;
    }

    .slider .amount_min {
        position: absolute;
        left: 0;
        bottom: -25px;
    }

    .slider .amount_max {
        position: absolute;
        right: 0;
        bottom: -25px;
    }

    .slider .ui-slider-handle {
        border: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        background: #368ee0;
        width: 14px;
        height: 14px;
    }

.ui-spinner {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    border-color: #ccc;
}

    .ui-spinner .spinner {
        border: 0;
        margin-top: 0;
    }

    .ui-spinner .ui-spinner-button {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
        opacity: 0.6;
    }

.tagsinput[id$="_tagsinput"] {
    padding-bottom: 0;
}

    .tagsinput[id$="_tagsinput"] .tag {
        background: #368ee0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        color: #fff;
        border: 0;
    }

        .tagsinput[id$="_tagsinput"] .tag a {
            color: #fff;
        }

.bootstrap-timepicker-widget.dropdown-menu, .colorpicker.dropdown-menu {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

    .bootstrap-timepicker-widget.dropdown-menu:before, .bootstrap-timepicker-widget.dropdown-menu:after, .colorpicker.dropdown-menu:before, .colorpicker.dropdown-menu:after {
        border: 0 !important;
    }

.editable-input .datepicker-inline {
    width: 260px;
}

.editable-input .datepicker table tr td {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

    .editable-input .datepicker table tr td:hover {
        background: #bbb;
    }

    .editable-input .datepicker table tr td.active {
        background: #368ee0;
    }

        .editable-input .datepicker table tr td.active:hover {
            background: #1b67af;
        }

.editable-address {
    display: block;
    margin-bottom: 5px;
}

    .editable-address span {
        width: 70px;
        display: inline-block;
    }

html, body {
    height: 100%;
}

label.inline {
    font-weight: normal;
}

#jqstooltip {
    box-sizing: content-box;
}

#new-task .checkbox {
    padding-left: 20px;
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #cccccc;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #ffffff;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }


.container-fluid {
    padding-right: 20px;
    padding-left: 20px;
    *zoom: 1;
}

    .container-fluid:before,
    .container-fluid:after {
        display: table;
        line-height: 0;
        content: "";
    }

    .container-fluid:after {
        clear: both;
    }

body {
    background: #fff;
    font-family: 'Roboto', 'IBM Plex Sans', 'Open Sans', sans-serif;
    font-size: 13px !important;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 400;
    line-height: 1.2;
}


a {
    color: #368ee0;
    text-decoration: inherit
}

    a:focus {
        outline: none;
        text-decoration: none;
    }

.ulreset, #navigation .user .icon-nav, #navigation .main-nav, .letterbox .letter, .blog-widget-recent-posts, .blog-widget-latest-photos, .blog-widget-categories, .blog-widget-tags, .user-list > ul, .statistic-big .stats-overview, .pagestats, .userlist, .quickstats, .tags, .bestseller, .tabs, .stats, .minitiles, .timeline, .timeline > li .timeline-content .activity .timeline-images, .search-results ul, .shop-items, .thumbnails, .colors {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.nopadding {
    padding: 0 !important;
}

.row.margin-top {
    margin-top: 30px;
}

.visible-480 {
    display: none;
}

.box-sortable {
    background: #eee;
    border: 1px dotted #333;
}

.colors.small > li {
    height: 20px;
    width: 20px;
}

    .colors.small > li > a, .colors.small > li > span {
        height: 20px;
        width: 20px;
    }

.colors > li {
    height: 40px;
    margin: 0 5px 5px 0;
    width: 40px;
    float: left;
}

    .colors > li > a, .colors > li > span {
        width: 40px;
        height: 40px;
        display: block;
    }

.basic-margin > li, .basic-margin > a {
    margin: 0 5px 5px 0;
}

.w-100 {
    width: 100% !important
}

.m-0 {
    margin: 0
}

.p-6 {
    padding: 6px
}

.p-3 {
    padding: 30px
}

.p-2 {
    padding: 20px
}

.mt-0 {
    margin-top: 0
}

.rounded {
    border-radius: 4px !important
}

.bg-white {
    background: #FFF
}

.bg-offwhite {
    background: #f1f7ff !important
}

.bg-offwhite2 {
    background: #e0e9ef !important
}

.bg-offwhite3 {
    background: #d1dae0
}

.bg-warning {
    color: #FFF
}
/*.shadow-sm {
    box-shadow: 0px 0px 8px rgb(21 71 134 / 14%) !important;
}*/
.d-flex {
    display: flex
}

.h-100 {
    height: 100%
}

.align-items-center {
    -webkit-align-items: center !important;
    align-items: center !important;
}

.mb-20 {
    margin-bottom: 20px
}

.pt-20 {
    margin-top: 20px
}

.pb-0 {
    padding-bottom: 0
}

@media(min-width:768px) {
    .d-md-flex {
        display: flex
    }

    .align-items-md-center {
        -webkit-align-items: center !important;
        align-items: center !important;
    }
}

.fw-500 {
    font-weight: 500
}

a {
    color: inherit
}
/*# sourceMappingURL=style.css.map */


#chart {
    max-width: 760px;
    margin: 0px auto;
    opacity: 0.9;
}

#timeline-chart .apexcharts-toolbar {
    opacity: 1;
    border: 0;
}

.badge-round {
    background: rgb(60 128 212 / 9%);
    width: 20px;
    height: 20px;
    float: left;
    text-align: center;
    border-radius: 100px;
    color: #000;
    line-height: 20px;
    padding: 0
}

.bg-green {
    background: #27af0d;
    color: #fff;
}

.bg-blue {
    background: #368ee0;
    color: #FFF
}

.vbox {
    margin-top: 0px !important;
}

.vbox {
    padding: 5px !important;
    min-height: 40px;
    margin-bottom: 5px;
}

.vbox {
    background: #B6DAF3;
    color: #000;
    border: 1px solid #368ee0;
}

.rounded-6 {
    border-radius: 6px !important
}

.user-icon {
    width: 25px
}

.font-11 {
    font-size: 11px
}

.font-10 {
    font-size: 10px
}

.stickyFooter {
    position: fixed;
    bottom: 0;
    width: 100%;
   
    opacity: .92;
    left: 0;
    z-index: 2;
    padding-left: 95px !important;
}
    .stickyFooter .vbox {
        margin-bottom: 0 !important
    }

@media(max-width:857px) {
    .stickyFooter {
        padding-left: 15px !important;
    }

    .fixed-v {
        margin-right: 15px !important
    }
}

.app-top li span {
    border-radius: 100px;
    width: 50px;
    height: 50px;
    display: block;
    text-align: center;
    line-height: 27px;
    margin: auto;
    font-size: 16px;
    line-height: 34px;
    margin-bottom: 5px;
}

.app-top {
    padding: 10px
}

    .app-top li img {
        width: 45px
    }

    .app-top li {
        margin: 10px
    }

        .app-top li .row [class*="col"] {
            padding: 10px;
            border-radius: 6px;
            -webkit-transition: background-color 0.3s ease-out;
            -moz-transition: background-color 0.3s ease-out;
            -o-transition: background-color 0.3s ease-out;
            transition: background-color 0.3s ease-out;
            cursor: pointer
        }

    .app-top .col-md-4:hover {
        background: #efeff3
    }






div, ul, textarea {
    scrollbar-width: thin;
    scrollbar-color: transparent transparent;
}

    div::-webkit-scrollbar, ul::-webkit-scrollbar, textarea::-webkit-scrollbar {
        width: 0px !important;
        height: 0px;
    }

    div::-moz-scrollbar, ul::-webkit-scrollbar, textarea::-webkit-scrollbar {
        width: 0px !important;
        height: 0px;
    }

    div::-webkit-scrollbar-track, ul::-webkit-scrollbar-track, textarea::-webkit-scrollbar-track {
        background-color: transparent;
    }

    div::-webkit-scrollbar-thumb, ul::-webkit-scrollbar-thumb, textarea::-webkit-scrollbar-thumb {
        background-color: transparent;
    }

    ul::-webkit-scrollbar-track, div::-webkit-scrollbar-track, .scrollbar-2::-webkit-scrollbar-thumb, textarea::-webkit-scrollbar-thumb {
        border-radius: 12px;
    }

/* The below styles are for display purposes only */



















#gritter-notice-wrapper {
    position: fixed;
    top: 20px;
    /* right: 20px; */
    width: 301px;
    z-index: 100000000;
    background: rgb(0 0 0 / 49%);
    width: 100% !important;
    height: 100% !important;
    left: 0 !important;
    top: 0 !important;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center
}

#gritter-notice-wrapper {
    right: auto;
    left: 0;
    margin-left: 0 !important
}

.gritter-item:before {
    content: "\f110";
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    left: 21px;
    font-size: 21px;
    color: #FFF;
}

.gritter-without-image p {
    opacity: 0;
    display: none
}

.gritter-title {
    font-size: 23px;
    color: #FFF
}

.gritter-item {
    display: block;
    background: url(../../../img/plugins/gritter/gritter.png) no-repeat left -40px;
    color: #eee;
    padding: 2px 11px 8px 11px;
    font-family: inherit !important;
}

.gritter-title {
    font-size: 23px !important;
    font-weight: normal !important;
    padding: 0 0 7px 0;
    display: block;
    text-shadow: 1px 1px 0 #0000 !important;
}

.gritter-item-wrapper {
    background: #535a68 !important;
    padding: 3px 15px 0px 45px !important;
}

.gritter-title {
    padding: 0 0 0px 0 !important;
}

.stat-number {
    font-size: 30px;
    font-weight: 700;
}

.stat-icon {
    font-size: 30px;
}

/*.stats li div {
    background: #27af0d;
    padding: 10px 10px;
    border-radius: 4px
}

.stats li:nth-child(2) div {
    background: #368ee0
}

.stats li:nth-child(3) div {
    background: #e51400
}

.stats li:nth-child(4) div {
    background: #f8a31f
}

.stats li:nth-child(8) div {
    background: #368ee0
}

.stats li:nth-child(6) div {
    background: #f8a31f
}

.stats li:nth-child(7) div {
    background: #27af0d
}

.stats li:nth-child(5) div {
    background: #e51400
}
*/
.three-box .bg-white:hover {
    background: #f9f9f9 !important
}

.btn-bordered {
    border: 1px solid #e9e9e9
}

.badge-success {
    background: rgb(223 240 216) !important;
    border: 1px solid #d4e7cc;
}

.badge-blue {
    background: rgb(54 142 224 / 15%);
    border: 1px solid #d3e2f5;
}

.badge-warning {
    background: rgb(255 162 7 / 26%);
    border: 1px solid #f7dcaf;
}

.badge-danger {
    background: rgb(255 68 51 / 15%);
    border: 1px solid #f9dfdc;
}

.itag-img {
    height: 52px
}

.hover-box:hover {
    background: #f7f7ff;
    border-radius: 4px;
    -webkit-transition: background-color 0.3s ease-out;
    -moz-transition: background-color 0.3s ease-out;
    -o-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out;
}

.align-top tr td {
    vertical-align: top
}

.chosen-container {
    width: 100% !important
}

.modal-header {
    background: #a200ff;
}

.appointments-list li {
    position: relative;
    padding-left: 25px;
    line-height: 1.3em !important;
    margin-bottom: 10px;
    border-bottom: 1px solid #FFF;
    padding-bottom: 10px;
}

    .appointments-list li:last-child, .appointments-list li:last-child:after {
        border-bottom: none;
        background: none
    }

    .appointments-list li:after {
        content: "";
        bottom: 0;
        position: absolute;
        font-family: FontAwesome;
        left: 0px;
        width: 100%;
        height: 1px;
        background: #e3e3ef
    }



    .appointments-list li a:hover {
        color: inherit;
        background: none
    }

    .appointments-list li:before {
        content: "\f058";
        top: 0;
        position: absolute;
        font-family: FontAwesome;
        left: 0px;
        color: #c5c5d7;
    }

    .appointments-list li a {
        padding: 0;
    }

.focus-shadow:focus {
    box-shadow: 0 0 0.2rem 0.14rem rgb(13 110 253 / 23%) !important;
}

#myInput {
    padding: 20px;
    margin-top: -6px;
    border: 0;
    border-radius: 0;
    background: #f1f1f1;
}

@media(max-width:875px) {
    .container-fluid {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.cut-text-95 {
    text-overflow: ellipsis;
    overflow: hidden;
    width: 95px;
    height: 50px;
    height: 1.3em;
    white-space: nowrap;
}

.top-app p {
    display: block;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.custom-width-input-selet .chosen-container {
    width: 200px !important
}

.blog-widget-categories li {
    line-height: 1.8em
}

.overflow-revert {
    overflow: unset
}

.bg-white-90 {
    background: rgb(255 255 255 / 93%) !important
}

@media(min-width:768px) {
    .p-md-7 {
        padding: 4rem
    }
}

.date-picker {
    position: relative
}

    .date-picker::after {
        content: "\f073";
        position: absolute;
        top: 8px;
        right: 9px;
        font-family: 'Font Awesome 5 Free';
        color: #b8c2d1;
    }

.datepick {
    padding-right: 24px
}

.timetable .table tbody th.scope {
    background: #f6f8f9;
    border-right: 6px solid #FFF;
}

.timetable .table tbody td:nth-child(odd) {
    background: #fbfbfb;
}

.timetable .table tbody td:last-child {
    background: #CCC;
    padding-right: 0
}

    .timetable .table tbody td:last-child:before {
        border-right: 0
    }

.timetable .table td {
    position: relative;
    z-index: 2;
    color: #000;
}

    .timetable .table td:before {
        position: absolute;
        background: #f6f8f9;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: -1;
        content: "";
        border: 6px solid #fff;
        border-bottom: 0;
        border-left: 0;
    }

    .timetable .table td .bg-green:before {
        background: #27af0d;
        content: "";
        width: 96%;
        height: 90%;
        position: absolute;
        z-index: -1;
        left: 1px;
        top: 7px;
    }

.ui-widget-content {
    z-index: 1061 !important;
}

.packages .table tbody td:nth-child(1) {
    font-weight: 900
}

.panel-logo {
    max-width: 64px
}

.user-pic2 {
    width: 80px;
    height: 80px;
    border: 4px solid #FFF;
    background: #e5ebef;
}





/* The Loader */
#loader-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    overflow: hidden;
    display: flex;
    border-radius: 7px;
    padding: 4px
}

.no-js #loader-wrapper {
    display: none;
}

#loader {
    display: block;
    position: relative;
    z-index: 11;
}


@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spin-reverse {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(-360deg);
    }
}

@keyframes spin-reverse {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

#loader-wrapper .loader-section {
    position: absolute;
    top: 0;
    width: 51%;
    height: 100%;
    background: #222;
    z-index: 10;
}

    #loader-wrapper .loader-section.section-left {
        left: 0;
    }

    #loader-wrapper .loader-section.section-right {
        right: 0;
    }

/* Loaded styles */
.loaded #loader-wrapper .loader-section.section-left {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader-wrapper .loader-section.section-right {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}



.loaded #loader {
    opacity: 0;
    transition: all 0.7s ease-in-out;
}


.loaded #loader-wrapper {
    visibility: hidden;
    -webkit-transform: translateY(-0%);
    transform: translateY(-0%);
    transition: all 0.3s 1s ease-in;
}




.wrapper-loader {
    background: #fff;
    width: 100%;
    height: 100%;
    float: left;
    -webkit-transition: opacity 3s ease-in;
    -moz-transition: opacity 3s ease-in;
    -o-transition: opacity 3s ease-in;
    -ms-transition: opacity 3s ease-in;
    transition: opacity 3s ease-in;
}

.wrapper-cell {
    margin-bottom: 20px;
}



@-webkit-keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0;
    }

    100% {
        background-position: 468px 0;
    }
}

@keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0;
    }

    100% {
        background-position: 468px 0;
    }
}


.animated-background, .image, .text-line, .badge-box, .image-header, .graph-img {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: placeHolderShimmer;
    animation-name: placeHolderShimmer;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    background: #F6F6F6;
    background: linear-gradient(to right, #e6e6e6 5%, #dbdbdb 25%, #e6e6e6 35%);
    background-size: 800px 104px;
    height: 96px;
    position: relative;
}

.sidebar-fixed .text-line, .sidebar-fixed .image {
    background: linear-gradient(to right, #d7dbe1 5%, #c9cdd3 25%, #d7dbe1 35%);
    background-size: 800px 104px;
}

.alert-success .text-line, .alert-success .image {
    background: linear-gradient(to right, #c8ddbf 5%, #caddc2 25%, #c4d9bc 35%);
    background-size: 800px 104px;
}

.alert-warning .text-line, .alert-warning .image {
    background: linear-gradient(to right, #ebe6ca 5%, #e5e0c5 25%, #ebe6ce 35%);
    background-size: 800px 104px;
}

.alert-primary .text-line, .alert-primary .image {
    background: linear-gradient(to right, #e1e9f3 5%, #d6dfeb 25%, #e2e7ef 35%);
    background-size: 800px 104px;
}




.bg-offwhite3 .animated-background, .bg-offwhite3 .image, .bg-offwhite3 .text-line, .bg-offwhite3 .badge-box, .bg-offwhite3 .image-header, .bg-offwhite3 .graph-img {
    background: linear-gradient(to right, #dfdfdf 8%, #dfdfdf 25%, #e1e1e1 33%);
}

.wrapper-loader .image {
    height: 70px;
    width: 70px;
}

.wrapper-loader .graph-img {
    height: 140px;
    width: 140px;
}

.wrapper-loader .image-header {
    height: 50px;
    width: 50px;
}

.wrapper-loader .menu-icon {
    height: 18px;
    width: 18px;
}

.wrapper-loader .logo-icon {
    height: 50px;
    width: 50px;
}

.wrapper-loader .text {
    margin-left: 92px;
}

.text-line {
    height: 10px;
    width: 100%;
    margin: 4px 0;
    border-radius: 10px;
}
/*.table-shimmer .text-line{
    height:40px;
    border-radius:0
}*/
.wrapper-loader .text-line:nth-child(even) {
    width: 80%;
}

.wrapper-loader .text-line:nth-child(4) {
    width: 90%;
}

.wrapper-loader .text-line:nth-child(5) {
    width: 95%;
}

.wrapper-loader .text-line:nth-child(6) {
    width: 85%;
}

.text-line-heading {
    height: 20px;
    width: 20%;
    margin: 4px 0;
    border-radius: 10px;
}

.text-line-end {
    width: 30%;
}

.badge-box {
    height: 18px;
    width: 50px;
    margin: 4px 0;
    border-radius: 4px;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
}

#navigation .text-line, #navigation .logo-icon, #navigation .menu-icon {
    opacity: 0.5;
}

.loading {
    display: none;
    position: absolute;
    top: 0;
    /* left: 50%; */
    /* margin-top: -96px; */
    /* margin-left: -96px; */
    background-color: #fff;
    /* opacity: .85; */
    border-radius: 3px;
    width: 100%;
    height: 100%;
    z-index: 1029;
    overflow: hidden;
}

.two-colm-loader .col:nth-child(2) {
    max-width: 50%
}

.two-colm-loader .td-loader:nth-child(even) .row .col {
    max-width: 90%
}

.two-colm-loader .td-loader:nth-child(3) .row .col {
    max-width: 70%
}

.two-colm-loader .td-loader:nth-child(4) .row .col {
    max-width: 60%
}

.table-striped-loader .bg:nth-child(odd) {
    background: #f2f6fe
}

    .table-striped-loader .bg:nth-child(odd) .text-line {
        background: linear-gradient(to right, #dfdfdf 8%, #dfdfdf 25%, #e1e1e1 33%)
    }














.tabs-container {
    position: relative;
}



    .tabs-container nav ul {
        display: flex;
        flex-direction: column;
    }

        .tabs-container nav ul li {
            order: 1;
        }

            .tabs-container nav ul li.active {
                order: 0;
            }

                .tabs-container nav ul li.active:after {
                    width: 1px;
                    height: 1px;
                    border: 5px solid transparent;
                    border-top: 5px solid #FFF;
                    content: '';
                    position: absolute;
                    right: 1.5em;
                    top: 1.4em;
                    z-index: 9999;
                }

            .tabs-container nav ul li:not(.active) {
                position: absolute;
                top: -999em;
            }


        .tabs-container nav ul.expanded li.active:after {
            border-top-color: transparent;
            border-bottom-color: #555;
            top: 1em;
        }


        .tabs-container nav ul.expanded li:not(.active) {
            position: relative;
            top: auto;
        }

@media all and (min-width: 62em) {





    .tabs-container nav ul {
        display: flex;
        flex-direction: row;
        white-space: nowrap;
        overflow: hidden;
        border: none;
        padding: 0;
    }

        .tabs-container nav ul li {
            display: inline-block;
            padding: 0 0 .2rem 0;
            border: none;
        }

            .tabs-container nav ul li:not(.active) {
                position: relative;
                top: auto;
            }

            .tabs-container nav ul li.active {
                order: 1;
            }

                .tabs-container nav ul li.active:after {
                    display: none;
                }
}

@media(max-width:62em) {
    .tabs.tabs-inline.tabs-top > li.active > a {
        background: #ededed !important;
        border-bottom: 1px solid #edf3f9 !important;
    }
}

.dropdown-menu.profile > li:nth-child(1) > a:before {
    display: none
}

.dropdown-menu.profile > li:nth-child(1) > a {
    background: #f6f8f9;
    border-bottom: 1px solid #f3f3f3;
    padding-left: 10px;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.3px;
    border-radius: 4px 4px 0 0;
}

.dropdown-menu.profile {
    margin-top: 0;
    padding-top: 0;
    min-width: 152px !important
}

.student-profile i {
    position: absolute;
    left: 0;
    top: 9px;
}

.student-profile td {
    position: relative;
    padding-left: 20px
}

.student-profile i {
    position: absolute;
    left: 0;
    top: 12px;
}

.student-profile td {
    position: relative;
    padding-left: 20px !important;
}

.student-profile h6 {
    font-size: 14px;
    font-weight: 600;
    color: #525252;
}

.student-profile table tr {
    border-bottom: 1px solid rgb(204 204 204 / 15%);
    padding-bottom: 20px;
    margin-bottom: 20px
}

    .student-profile table tr:last-child {
        border: none !important
    }

.applications .shadow-sm {
    box-shadow: 2px 0.9rem 7rem rgb(0 0 0 / 0%) !important;
    -webkit-transition: background-color 0.3s ease-out;
    -moz-transition: background-color 0.3s ease-out;
    -o-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out;
}

.applications .rounded {
    border-radius: 8px !important;
    border: 1px solid #cadfeb;
}

    .applications .rounded p {
        font-weight: 600
    }

.applications .wrapper-loader {
    background: #f3fbfe;
    border: 0
}

.applications .shadow-sm:hover {
    background: #f5fbff;
    border-color: #d9ebf1;
}

@media(max-width:1200px) {
    .applications:before {
        background: rgb(243 251 254 / 91%);
        content: "";
        width: 100%;
        height: 100%;
        position: fixed
    }
}

@media(max-width:768px) {
    .applications .shadow-sm {
        background: rgb(255 255 255 / 59%)
    }

    .applications .itag-img {
        height: 43px;
    }
}

.applications .apps {
    overflow-y: auto;
    overflow-x: hidden
}

.icon-nav .dropdown-menu {
    min-height: 42px
}

.edit-choosen .chosen-container {
    min-width: 180px
}

.remove-img {
    position: absolute;
    top: 154px;
    right: 31px;
}

select {
    cursor: pointer
}

input[type=number] {
    -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.attendance-list li {
    justify-content: space-between;
    display: flex;
    border-bottom: 1px solid #f0f7ff;
    margin-bottom: 10px;
    /* margin-top: 10px; */
    padding-bottom: 10px;
}

    .attendance-list li:last-child {
        border: none
    }

.monthly-invoices li span {
    line-height: 18px
}

.pie-wrap {
    height: 59px;
    width: 59px;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    transform: rotate3d(0, 0, 1, 0.001deg); /* clear artifacts*/
}

    .pie-wrap:before,
    .pie-wrap:after {
        content: " ";
        position: absolute;
        left: 0;
        top: 0;
        width: 60px;
        height: 59px;
        clip: rect(0px, 30px, 70px, 0px);
        background-color: #f1f7ff;
        transform: rotate3d(0, 0, 1, 0deg);
        animation: 0.5s spin2 linear 4s forwards;
        z-index: 2;
    }

    .pie-wrap:after {
        content: "";
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2377ed+46,ffc526+51 */
        background: #2377ed; /* Old browsers */
        background: -moz-linear-gradient(top, #2377ed 46%, #ffc526 51%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #2377ed 46%,#ffc526 51%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #2377ed 46%,#ffc526 51%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2377ed', endColorstr='#ffc526',GradientType=0 ); /* IE6-9 */
        z-index: 1;
        animation: 0.5s spin linear 3.5s forwards;
    }

@keyframes spin {
    from {
        transform: rotate3d(0, 0, 1, 0deg);
    }

    to {
        transform: rotate3d(0, 0, 1, 180deg);
    }
}

@keyframes spin2 {
    from {
        background: #27af0d;
        transform: rotate3d(0, 0, 1, 180deg);
    }

    to {
        background: #27af0d;
        transform: rotate3d(0, 0, 1, 360deg);
    }
}

.myImg {
    display: block;
    position: relative;
    z-index: 4;
    width: 59px;
    height: 59px;
    border-radius: 50%;
    margin: 3px 0 0 3px;
}

.circle-small-box i {
    color: #27af0d !important
}

.circle-small-box img {
    filter: invert(47%) sepia(88%) saturate(620%) hue-rotate(69deg) brightness(91%) contrast(101%);
}

.minitiles .dropdown-menu {
    max-height: 300px;
    overflow: auto
}

.border-2-box {
    border: 2px solid #a200ff
}

.border-3-box {
    border: 2px solid #27af0d
}

.bg-megenda {
    background: #a200ff;
    color: #FFF
}

.bg-yelow {
    background: yellow
}

.alert-info p {
    font-size: 16px
}

.page-header .pull-left p {
    margin-top: 6px !important;
    margin-bottom: 0
}

    .page-header .pull-left p label {
        border-radius: 4px
    }

    .page-header .pull-left p .label-green, .page-header .pull-left p .label-success {
        background: #e6f3e6;
        color: #333 !important
    }

    .page-header .pull-left p .label-darkblue {
        background: #e0e6ed;
        color: #333 !important
    }

    .page-header .pull-left p .label-orange, .page-header .pull-left p .label-warning {
        background: #fdebce;
        color: #333 !important
    }

    .page-header .pull-left p .label-red, .page-header .pull-left p .label-danger {
        background: #f9cdc9;
        color: #333 !important
    }

    .page-header .pull-left p .label-blue, .page-header .pull-left p .label-info, .page-header .pull-left p .label-primary {
        background: #e5f1fb;
        color: #333 !important
    }

    .page-header .pull-left p .label-teal {
        background: #c9eded;
        color: #333 !important
    }

    .page-header .pull-left p .label-magenta {
        background: #eecfff;
        color: #333 !important
    }

    .page-header .pull-left p .label-brown {
        background: #e8dccf;
        color: #333 !important
    }



.manage-apps ul li .col-6 p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.icon-nav a {
    color: inherit !important
}

.vbox {
    border: 0 !important
}

.list-style li {
    position: relative;
    list-style: none;
    margin-left: 20px;
}

    .list-style li:before {
        content: "\f058";
        position: absolute;
        font-family: FontAwesome;
        left: -21px;
        color: #868686;
    }

.desktop-icons > ul > li {
    vertical-align: top;
    padding: 7px;
    display:;
}

.desktop-icons > ul {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) / -2);
    margin-left: calc(var(--bs-gutter-x) / -2);
}

@media (min-width: 992px) {
    .desktop-icons > ul li {
        width: 16.66666667%;
    }
}

@media (max-width:991px) and (min-width: 768px) {
    .desktop-icons > ul li {
        width: 33.33333333%;
    }
}

@media (max-width:768px) and (min-width: 450px) {
    .desktop-icons > ul li {
        width: 50%;
    }
}

@media (max-width:450px) and (min-width: 0px) {
    .desktop-icons > ul li {
        width: 100%;
    }
}

.desktop-icons > ul > li > a {
    width: 100%;
    border: 1px solid #e3e9f1;
    height: 100%;
    padding: 10px
}

    .desktop-icons > ul > li > a:hover, .desktop-icons > ul > li > a:focus, .desktop-icons > ul > li > a.hb:hover {
        border: 1px solid #e5eaec;
    }

.stats li div {
    padding: 10px 5px;
    border-radius: 4px;
}

.third-link .dropdown-menu li a {
    text-align: left !important
}

.label-warning {
    color: #FFF;
}

.tab-content {
    border: 1px solid #cfd8de;
}

.label-default {
    background-color: #dadada;
    border-radius: 4px;
    display: inline-block;
}

.btn-success, .btn-primary {
    color: #FFF !important
}

.table > thead {
    vertical-align: bottom;
    background: #e0e4ea;
}

.desktop-icons span {
    margin-bottom: 10px;
}

.content-wrapper.main-content {
    margin-top: 0 !important
}

.content-wrapper .alert {
    margin-top: 0 !important
}

.minitiles {
    margin-bottom: 0 !important
}

.theme-satgreen #navigation .dropdown-menu > li > a:hover {
    background: #56af45;
}

#navigation .dropdown-menu > li > a:hover {
    color: #FFF !important
}

#targetContainer {
    border: 0
}

.label-success {
    color: #FFF
}

.box.box-color.green .box-title, .box.box-color.red .box-title, .box.box-bordered.box-color.blue .box-title, .box.box-color.orange .box-title {
    color: #FFF;
}

.table-small-pad td {
    padding: 2px !important
}

    .table-small-pad td a {
        font-size: 12px !important
    }

a:hover, a:focus {
    color: inherit;
}



a:hover {
    color: inherit;
}

.new-room {
    background: #3AB041;
    color: #FFF
}

.vacant-room {
    background: #EEE
}

.cout-today-room {
    background: #FF0
}

.old-room {
    background: #7f6bd0 !important;
    color: #FFF
}

.tablesorter-default th, .tablesorter-default thead td {
}

.dropdown-menu.no-before > li > a:before {
    display: none
}

.dropdown-menu.pl-12 a {
    padding-left: 13px
}

.table thead tr th {
    border-bottom-color: #ccc !important
}

.displayNone {
    display: none
}
/*pie chart*/
#extendedPageHeader .btn-group.hidden-768 {
    float: left;
    height: 22px;
    margin-top: -1px;
}

.page-header .btn-group.hidden-768 .dropdown {
    margin-right: 3px;
}

.page-header p .Internalpages {
    float: left
}

    #extendedPageHeader .btn-group.hidden-768 .dropdown-menu.pull-right, .page-header p .Internalpages .dropdown-menu.pull-right {
        left: 0 !important
    }

.table {
    overflow-y: auto;
    scrollbar-color: rgba(0,0,0,.1) #e7e9ed;
    scrollbar-width: thin;
}

    .table::-webkit-scrollbar, .uploaded::-webkit-scrollbar {
        height: 6px;
        background-color: #e7e9ed;
        width: 6px
    }

    .table::-webkit-scrollbar-thumb {
        background-color: rgba(0,0,0,.1);
        border-radius: .5rem
    }

.stats.dashboard .box-title.border {
    border-color: #FFF !important;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

    .stats.dashboard .box-title.border:hover {
        border-color: rgba(0, 0, 0, 0.27058823529411763) !important;
    }

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

.subnav-menu li a {
    color: inherit
}

#ShowQuickLinks a {
    color: #676767 !important;
}

.navbar-fixed-top .container-fluid {
    padding-left: 10px
}

.navbar-fixed-top .main-nav {
    margin-top: 8px !important;
}

#left .subnav .subnav-menu > li > a i {
    font-size: 32px !important;
    margin-bottom: 5px;
    color: #368ee0;
}

#left .subnav .subnav-menu > li.active > a {
    margin-bottom: 0
}


.stats.dashboard i {
    font-size: 21px;
    font-weight: 600;
    color: #757575;
}

.stats.dashboard .details .big, .stats.dashboard i {
    font-size: 21px;
    font-weight: 600;
    color: #757575;
}
#ShowQuickLinks .box-content a span i {
    display: none
}

#ShowQuickLinks .box-content a, #ShowQuickLinks .box-content ul, #GlobalSetupLinks .box-content a {
    position: relative;
    left: 20px
}

    #ShowQuickLinks .box-content a:before, #GlobalSetupLinks .box-content a:before {
        content: "\f058";
        position: absolute;
        left: -20px;
        top: 0;
        /* font-weight: 900; */
        font-family: 'FontAwesome';
    }
    .list-style a:before{display:none}
    .list-style a{left:0 !important}
.box-content ul.list-style {
    left: 0 !important
}
.table-pd-3 td{

padding:3px !important
}