html,body {
    height: 100%;
}
.bottom-margin {
    margin-bottom: 40px;
}

.bottom-margin-less {
    margin-bottom: 15px;
}

.padded {
    padding: 20px;
}

.padded-no-sides {
    padding: 15px 0px 30px 0px;
}

.padded-more {
    padding: 31px 20px;
}

.relative-w {
    position: relative;
}

.img-max {
    max-width: 100%;
}

.icon-left-margin {
    margin-left: 5px;
}

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

.left-inner-shadow {
    background: transparent url("/assets/images/shadow-separator-narrow-right.png") left center no-repeat;
    background-size: contain;
}

.page-title {
    padding-bottom: 15px;
    margin-bottom: 20px;
    margin-top: 30px;
    border-bottom: 1px solid #dbdbdb;
    -webkit-box-shadow: 0px 1px 0px 0px #ffffff;
    -moz-box-shadow: 0px 1px 0px 0px #ffffff;
    box-shadow: 0px 1px 0px 0px #ffffff;
}

.page-title i {
    margin-right: 10px;
    color: #D6D6D6;
    text-shadow: 1px 1px 1px #fff;
}

.offset_anchor {
    position: relative;
    top: -70px;
    visibility: hidden;
    display: block;
}

.iconed-link .fa:first-child {
    margin-right: 5px;
    margin-left: 0px;
}

.iconed-link .fa:last-child {
    margin-left: 5px;
    margin-right: 0px;
}

.avatar {
    border-radius: 50%;
    overflow: hidden;
}

.avatar img {
    width: 100%;
}

.input-abs-icon {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #aaa;
    font-size: 18px;
}

.lined-separator {
    border-bottom: 1px solid #ddd;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 30px;
    position: relative;
    background-color: #fff;
    padding-bottom: 5px;
}

.all-wrapper {
    background-color: #2c3e50;
    height: 100%;
    left: 0;
    right: 0;
    position: fixed;
}

.all-wrapper.light-bg {
    background-color: #eaeaeb;
}

.horizontal-menu .main-content {
    padding-top: 20px;
}

@media (max-width: 767px) {
    .left-menu .sidebar-wrapper {
        left: -200px;
    }

    .left-menu .sub-sidebar-wrapper {
        left: -260px;
    }

    .left-menu .main-content {
        left: 0px;
    }

    .left-menu.hide-side-menu {
        overflow-x: hidden;
    }

    .left-menu.hide-side-menu .sidebar-wrapper {
        left: 0px;
    }

    .left-menu.hide-side-menu .sub-sidebar-wrapper {
        left: 60px;
    }

    .left-menu.hide-side-menu .main-content {
        left: 260px;
        right: -260px;
    }

    .left-menu.hide-side-menu.hide-sub-menu {
        overflow-x: hidden;
    }

    .left-menu.hide-side-menu.hide-sub-menu .sidebar-wrapper {
        left: 0px;
    }

    .left-menu.hide-side-menu.hide-sub-menu .sub-sidebar-wrapper {
        left: -140px;
    }

    .left-menu.hide-side-menu.hide-sub-menu .main-content {
        left: 60px;
        right: -60px;
    }

    .right-menu {
        overflow-x: hidden;
    }

    .right-menu .sidebar-wrapper {
        right: -200px;
    }

    .right-menu .sub-sidebar-wrapper {
        right: -260px;
    }

    .right-menu .main-content {
        right: 0px;
    }

    .right-menu.hide-side-menu .sidebar-wrapper {
        right: 0px;
    }

    .right-menu.hide-side-menu .sub-sidebar-wrapper {
        right: 60px;
    }

    .right-menu.hide-side-menu .main-content {
        right: 260px;
        left: -260px;
    }

    .right-menu.hide-side-menu.hide-sub-menu .sidebar-wrapper {
        right: 0px;
    }

    .right-menu.hide-side-menu.hide-sub-menu .sub-sidebar-wrapper {
        right: -140px;
    }

    .right-menu.hide-side-menu.hide-sub-menu .main-content {
        right: 60px;
        left: -60px;
    }

    .horizontal-menu .sidebar-wrapper ul>li {
        border: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
}

@media (min-width: 767px) {
    .left-menu .sidebar-wrapper {
        left: 0px;
    }

    .left-menu .sub-sidebar-wrapper {
        left: 60px;
    }

    .left-menu .main-content {
        margin-left: 260px;
    }

    .left-menu.hide-sub-menu .sub-sidebar-wrapper {
        left: -140px;
    }

    .left-menu.hide-sub-menu .main-content {
        margin-left: 60px;
    }

    .left-menu.hide-side-menu .sub-sidebar-wrapper {
        left: -140px;
    }

    .left-menu.hide-side-menu .main-content {
        margin-left: 60px;
    }

    .left-menu.hide-sub-menu.hide-side-menu .sub-sidebar-wrapper {
        left: -140px;
    }

    .left-menu.hide-sub-menu.hide-side-menu .sidebar-wrapper {
        left: -60px;
    }

    .left-menu.hide-sub-menu.hide-side-menu .main-content {
        margin-left: 0px;
    }

    .right-menu .sidebar-wrapper {
        right: 0px;
    }

    .right-menu .sidebar-wrapper ul>li.active,.right-menu .sidebar-wrapper ul>li.current,.right-menu .sidebar-wrapper ul>li:hover {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .right-menu .sidebar-wrapper ul>li.active>a,.right-menu .sidebar-wrapper ul>li.current>a,.right-menu .sidebar-wrapper ul>li:hover>a {
        border-left: none;
    }

    .right-menu .sub-sidebar-wrapper {
        right: 60px;
    }

    .right-menu .main-content {
        margin-right: 260px;
    }

    .right-menu.hide-side-menu .sub-sidebar-wrapper {
        right: -140px;
    }

    .right-menu.hide-side-menu .main-content {
        margin-right: 60px;
    }

    .right-menu.hide-side-menu.hide-sub-menu .sub-sidebar-wrapper {
        right: -140px;
    }

    .right-menu.hide-side-menu.hide-sub-menu .sidebar-wrapper {
        right: -60px;
    }

    .right-menu.hide-side-menu.hide-sub-menu .main-content {
        margin-right: 0px;
    }

    .horizontal-menu.hide-sub-menu .sub-sidebar-wrapper {
        margin-top: -53px;
    }
}

.alert-animated {
    margin-left: 10px;
    background-color: #B5A370;
    animation: animated-alert 1s;
    -moz-animation: animated-alert 1s;
    -webkit-animation: animated-alert 1s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
}

.page-footer {
    background-color: #383c3f;
    padding: 15px 0px;
    text-align: center;
    color: #9BA7B2;
    font-weight: 300;
}

.big-legend-w {
    text-align: center;
}

.big-legend-w .legend-label {
    font-size: 22px;
    font-weight: 300;
}

.big-legend-w .legend-value {
    font-size: 56px;
    font-weight: 700;
    margin-bottom: 20px;
}

.big-legend-w .legend-sub-label {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 100;
    border-top: 1px solid #ddd;
    padding-top: 5px;
    margin-top: 10px;
}

.shadow-right {
    padding: 30px;
    padding-left: 0px;
    border-right: 1px solid #ddd;
}

.stacked-bar {
    background-color: #BDC3C7;
    border-radius: 4px;
}

.stacked-bar:before,.stacked-bar:after {
    content: " ";
    display: table;
}

.stacked-bar:after {
    clear: both;
}

.stacked-bar:before,.stacked-bar:after {
    content: " ";
    display: table;
}

.stacked-bar:after {
    clear: both;
}

.stacked-bar .bar-value {
    float: left;
    height: 15px;
}

.stacked-bar .bar-value.bar-value-color-red {
    background-color: #F79F9E;
}

.stacked-bar .bar-value.bar-value-color-blue {
    background-color: #9FC8F9;
}

.stacked-bar .bar-value.bar-value-color-orange {
    background-color: #E2CA95;
}

.stacked-bar .bar-value.bar-value-color-green {
    background-color: #BDE595;
}

.stacked-bar .bar-value.bar-value-color-purple {
    background-color: #E094DB;
}

.main-content {
    background-color: #f4f4f4;
    padding: 77px 30px 30px;
    -webkit-transition: all ease-in 0.3s;
    transition: all ease-in 0.3s;
    -webkit-transition: all all ease-in 0.3s ease-out;
    -moz-transition: all all ease-in 0.3s ease-out;
    -o-transition: all all ease-in 0.3s ease-out;
    transition: all all ease-in 0.3s ease-out;
    position: absolute;
    height: 100%;
    left: 0;
    right: 0;
    overflow-y: scroll;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .main-content {
        padding: 77px 25px 25px;
    }
}

@media (max-width: 768px) {
    .main-content {
        padding: 77px 15px 15px;
    }
}

.input-datepicker {
    position: relative;
}

.input-datepicker:after {
    content: "\f073";
    position: absolute;
    right: -10px;
    top: 50%;
    font-size: 20px;
    color: #888;
    font-family: FontAwesome;
    display: inline-block;
}

.shadowed-bottom {
    border-bottom: 1px solid #ddd;
    padding: 20px 0px;
}

.shadowed-top {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 20px 0px;
}

.tasks-list {
    list-style: none;
    margin-left: 0px;
    padding-left: 0px;
    font-weight: 300;
}

.tasks-list li {
    border-bottom: 1px solid #eee;
}

.tasks-list li:last-child {
    border-bottom: none;
}

.tasks-list li.task-done label {
    text-decoration: line-through;
    color: #C1C1C1;
}

.tasks-list li.task-done .label {
    background-color: #7ea568;
}

.tasks-list li.task-done .label[href]:hover,.tasks-list li.task-done .label[href]:focus {
    background-color: #658951;
}

.tasks-list li .label {
    float: right;
    margin-left: 10px;
}

.users-list {
    padding-left: 0px;
    margin-bottom: 0px;
    list-style: none;
}

.users-list li {
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 1px solid #ddd;
}

.users-list li:last-child {
    border-bottom: none;
    margin-bottom: 0px;
}

.users-list li h4 {
    margin-bottom: 2px;
    margin-top: 0px;
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
}

.users-list li p {
    font-size: 12px;
    font-weight: 300;
    color: #888;
    margin-bottom: 0px;
}

.chat-messages-list {
    padding-left: 0px;
    margin-bottom: 0px;
    list-style: none;
}

.chat-messages-list li {
    padding: 15px 0px;
}

.chat-messages-list li:last-child {
    border-bottom: none;
    margin-bottom: 0px;
}

.chat-messages-list li .chat-bubble {
    background-color: #fff;
    padding: 10px 20px;
    border-radius: 8px;
    -webkit-box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.2);
    position: relative;
}

.chat-messages-list li .chat-bubble .bubble-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    top: 20%;
}

.chat-messages-list li .chat-bubble .meta-info {
    padding-bottom: 5px;
    margin-bottom: 5px;
    font-weight: 300;
    color: #777;
    text-transform: uppercase;
    font-size: 10px;
}

.chat-messages-list li .chat-bubble.chat-bubble-left {
    border-right: 4px solid #F9C8C7;
    text-align: left;
}

.chat-messages-list li .chat-bubble.chat-bubble-left .bubble-arrow {
    right: -10px;
    margin-top: -10px;
    border-width: 10px 0 10px 10px;
    border-left-color: #F9C8C7;
}

.chat-messages-list li .chat-bubble.chat-bubble-right {
    border-left: 4px solid #B3E0FC;
    text-align: right;
}

.chat-messages-list li .chat-bubble.chat-bubble-right .bubble-arrow {
    left: -10px;
    margin-top: -10px;
    border-width: 10px 10px 10px 0;
    border-right-color: #B3E0FC;
}

.create-chat-message-w textarea {
    -webkit-box-shadow: inset 0px 1px 2px 0px rgba(0,0,0,0.1),0px 1px 2px 0px #fff;
    -moz-box-shadow: inset 0px 1px 2px 0px rgba(0,0,0,0.1),0px 1px 2px 0px #fff;
    box-shadow: inset 0px 1px 2px 0px rgba(0,0,0,0.1),0px 1px 2px 0px #fff;
}

.activity-list {
    padding-left: 0px;
    margin-bottom: 0px;
    list-style: none;
}

.activity-list li {
    padding: 15px 0px;
    border-bottom: 1px solid #ddd;
}

.activity-list li:last-child {
    border-bottom: none;
    margin-bottom: 0px;
}

.activity-list li .activity-image {
    margin-right: 5px;
}

.activity-list li p {
    margin-bottom: 0px;
}

.activity-list li .activity-time {
    color: #888;
    font-size: 12px;
}

.no-account-yet {
    color: #888;
    margin-top: 20px;
    font-size: 12px;
}

.section-title {
    border-bottom: 1px solid #e0dacf;
    padding-bottom: 10px;
    font-weight: 500;
    color: #496C80;
    margin-top: 40px;
}

.section-title i {
    margin-right: 10px;
    font-size: 22px;
    color: #444;
}

.section-title.first-title {
    margin-top: 0px;
}

.section-title.more-margin {
    margin-bottom: 40px;
}

.section-title.dark-blue {
    background-color: #383c3f;
    color: #fff;
}

.section-title.dark-blue i {
    color: #fff;
}

.section-title.section-smaller {
    font-weight: 300;
    font-size: 16px;
    text-transform: uppercase;
}

.section-title.section-smaller i {
    margin-right: 5px;
    font-size: 16px;
}

.section-sub-title {
    border-bottom: 1px solid #e0dacf;
    padding-bottom: 10px;
    font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #493a38;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 20px;
    margin-top: 40px;
}

.section-sub-title i {
    margin-right: 10px;
    font-size: 26px;
}

.section-sub-title.first-title {
    margin-top: 0px;
}

.no-right-border {
    border-right: none;
}

.no-left-border {
    border-left: none;
}

.wizard_tabs {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.wizard_tabs li {
    display: inline-block;
}

.wizard_tabs li a {
    padding: 5px 10px;
    display: block;
    border-radius: 6px;
    border: 1px solid #ddd;
}

.pre-value-block {
    border-bottom: 1px solid #D8D7D2;
    -webkit-box-shadow: 0px 2px 0px 0px #ffffff;
    -moz-box-shadow: 0px 2px 0px 0px #ffffff;
    box-shadow: 0px 2px 0px 0px #ffffff;
    padding-bottom: 15px;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 10px;
}

.pre-value-block i {
    margin-right: 10px;
    font-size: 20px;
}

.bordered {
    border-right: 1px solid #ddd;
}

@media (max-width: 768px) {
    .bordered {
        border-right: none;
        -webkit-box-shadow: 0px 1px 0px 0px #ffffff;
        -moz-box-shadow: 0px 1px 0px 0px #ffffff;
        box-shadow: 0px 1px 0px 0px #ffffff;
        border-bottom: 1px solid #ddd;
        margin-bottom: 15px;
        padding-bottom: 10px;
    }
}

.whitespark {
    padding: 10px;
    display: inline-block;
    margin-left: 20px;
    line-height: 35px;
}

.value-block {
    padding: 10px 0px;
}

.value-block.changed-up-border,.value-block.changed-down-border {
    padding: 0px 0px 0px 20px;
}

.value-block.changed-up-border {
    border-left: 3px solid #A7C479;
}

.value-block.changed-down-border {
    border-left: 3px solid #E59492;
}

.value-block .value-self {
    font-size: 32px;
    line-height: 30px;
    font-weight: 400;
}

.value-block .value-sub {
    font-weight: 300;
    color: #7A7979;
    font-size: 14px;
}

.value-block .value-sub.value-sub-bigger {
    font-size: 16px;
}

.value-block.value-bigger .value-self {
    font-size: 36px;
    line-height: 40px;
}

.value-block.value-bigger .value-sub {
    font-size: 14px;
}

@media (max-width: 480px) {
    .value-block.value-bigger {
        text-align: center;
    }
}

.value-block .changed-icon {
    font-size: 20px;
}

.value-block .changed-value {
    font-size: 12px;
}

.changed-up .changed-icon {
    color: #89AA42;
}

.changed-up .changed-value {
    color: #fff;
    background-color: #9DC456;
    padding: 2px 4px;
}

.changed-down .changed-icon {
    color: #AA3838;
}

.changed-down .changed-value {
    color: #fff;
    background-color: #F4615F;
    padding: 2px 4px;
}

.form-period-selector .form-control {
    width: 45%;
}

@media (min-width: 480px) and (max-width: 767px) {
    .form-period-selector .form-control {
        display: inline-block;
    }
}

@media (max-width: 480px) {
    .form-period-selector .form-control {
        width: 100%;
        margin-bottom: 10px;
    }
}

.fc-header {
    border-bottom: 1px solid #e0dacf;
}

.fc-header td {
    padding: 10px 0px;
}

.fc-header h2 {
    font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 18px;
}

.fc-content {
    padding-top: 20px;
}

.fc-event {
    background-color: #fff;
    -webkit-box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.2);
    border: none;
    border-left: 4px solid #d86161 !important;
    padding: 3px;
    padding-left: 5px;
    color: #444;
}

.fc-day-number {
    color: #6B6862;
}

.fc-day-header {
    font-weight: 300;
    color: #6B6862;
    text-transform: uppercase;
    font-size: 12px;
}

.fc-other-month {
    background-color: #eee;
}

table .checkbox {
    margin: 0px;
}

.datatable {
    margin-top: 10px !important;
}

.form-title {
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
    -webkit-box-shadow: 0px 1px 0px 0px #ffffff;
    -moz-box-shadow: 0px 1px 0px 0px #ffffff;
    box-shadow: 0px 1px 0px 0px #ffffff;
    font-weight: 300;
    font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
}

.form-title i {
    font-size: 22px;
    margin-right: 10px;
    color: #444342;
}

.form-title.form-title-first {
    margin-top: 0px;
}

.has-iconed .iconed-input {
    position: relative;
}

.has-iconed .iconed-input:after {
    font-family: FontAwesome;
    font-size: 18px;
    position: absolute;
    right: 15px;
    top: 8px;
}

.has-iconed.has-warning .iconed-input:after {
    color: #89724d;
    content: "\f071";
}

.has-iconed.has-error .iconed-input:after {
    color: #b94a48;
    content: "\f057";
}

.has-iconed.has-success .iconed-input:after {
    color: #468847;
    content: "\f00c";
}

.alerts-list {
    margin: 0px;
    list-style: none;
    padding: 0px;
}

.big-search-box {
    padding: 15px;
    border: 1px solid #bfbfc0;
    border-bottom: 1px solid #aaa;
    border-radius: 6px;
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#fff), to(#efefef));
    background-image: -webkit-linear-gradient(top, #fff, 0%, #efefef, 100%);
    background-image: -moz-linear-gradient(top, #fff 0%, #efefef 100%);
    background-image: linear-gradient(to bottom, #fff 0%, #efefef 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffefefef', GradientType=0);
    -webkit-box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.15),inset 0px 1px 0px 0px rgba(255,255,255,0.2);
    -moz-box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.15),inset 0px 1px 0px 0px rgba(255,255,255,0.2);
    box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.15),inset 0px 1px 0px 0px rgba(255,255,255,0.2);
}

.big-search-results {
    list-style: none;
    margin: 0px;
    margin-top: 20px;
    padding: 0px;
}

.big-search-results li {
    border-bottom: 1px solid #ddd;
    -webkit-box-shadow: 0px 1px 0px 0px #ffffff;
    -moz-box-shadow: 0px 1px 0px 0px #ffffff;
    box-shadow: 0px 1px 0px 0px #ffffff;
    padding: 30px;
}

.big-search-results li .result-meta {
    text-align: center;
    padding: 10px;
}

.big-search-results li .result-meta i {
    font-size: 72px;
    color: #bbb;
    text-shadow: 2px 2px 5px #fff;
}

.big-search-results li .result-meta span {
    margin-top: 10px;
    display: block;
    font-size: 10px;
    text-transform: uppercase;
    color: #888;
}

.big-search-results li .result-main {
    border-left: 1px solid #ddd;
    padding: 10px 0px;
    padding-left: 40px;
}

.big-search-results li .result-main h4 {
    font-weight: 700;
    margin-top: 0px;
    text-decoration: underline;
}

.big-search-results li .result-main p {
    font-weight: 100;
    font-size: 16px;
}

.big-search-results li .result-main .result-match {
    background-color: #F2ECD7;
    color: #544F45;
    padding: 0px 3px;
}

.big-search-result-info {
    font-size: 14px;
    border-bottom: 1px solid #aaa;
    margin-bottom: 20px;
    margin-top: 30px;
    padding-bottom: 15px;
    font-weight: 100;
}

.error-page-wrapper {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}

.error-page-wrapper .picture-w {
    font-size: 90px;
    color: #B76F6F;
    text-shadow: 2px 2px 5px #fff;
    margin-bottom: 20px;
}

.error-page-wrapper h1 {
    font-weight: 700;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    display: inline-block;
}

.error-page-wrapper h3 {
    color: #7F7F7F;
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 24px;
}

.white-paper {
    background-color: #fff;
    padding: 60px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    border-radius: 6px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .white-paper {
        padding: 50px;
    }
}

@media (max-width: 768px) {
    .white-paper {
        padding: 15px;
    }
}

.bs-example>.dropdown>.dropdown-menu {
    position: static;
    display: block;
    margin-bottom: 5px;
}

.bs-example .btn-toolbar {
    margin-bottom: 10px;
}

.fontawesome-icon-list a {
    font-size: 12px;
    line-height: 30px;
    color: #6B695D;
}

.fontawesome-icon-list a i {
    font-size: 18px;
    margin-right: 8px;
    color: #3F3E38;
    width: 20px;
    text-align: center;
}

@media (min-width: 767px) {
    .some-left-padding {
        padding-left: 10%;
    }
}

#focusedInput {
    border-color: rgba(82,168,236,0.8);
    outline: 0;
    outline: thin dotted \9;
    -webkit-box-shadow: 0 0 8px rgba(82,168,236,0.6);
    -moz-box-shadow: 0 0 8px rgba(82,168,236,0.6);
    box-shadow: 0 0 8px rgba(82,168,236,0.6);
}

.nrb {
    border-right: none;
}

.nlb {
    border-left: none;
}

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

.show-grid [class^="col-"] {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #D7E7F4;
    border: 1px solid #9bc3e4;
}

@media (max-width: 991px) {
    .no-menu-wrapper {
        padding: 0px 20px;
    }

    .shadow-right {
        padding-right: 0px;
        border-right: none;
    }

    .fc-header-right {
        display: none;
    }
}

.page-header {
    background-color: #383c3f;
    color: #fff;
    position: relative;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1030;
}

.page-header:before,.page-header:after {
    content: " ";
    display: table;
}

.page-header:after {
    clear: both;
}

.page-header:before,.page-header:after {
    content: " ";
    display: table;
}

.page-header:after {
    clear: both;
}

.page-header h1 {
    margin: 0px;
    font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 300;
    text-shadow: 0px 0px 3px rgba(0,0,0,0.6);
    font-size: 26px;
    float: left;
    padding-left: 20px;
    line-height: 50px;
}

.page-header h1 i {
    font-size: 32px;
    margin-right: 10px;
}

.page-header .menu-toggler {
    float: left;
    padding-left: 20px;
    font-size: 24px;
    color: #888;
    text-shadow: 0px 1px 1px #000;
    line-height: 50px;
    border-right: 1px solid #202224;
    -webkit-box-shadow: 1px 0px 0px 0px rgba(255,255,255,0.05);
    -moz-box-shadow: 1px 0px 0px 0px rgba(255,255,255,0.05);
    box-shadow: 1px 0px 0px 0px rgba(255,255,255,0.05);
    padding-right: 20px;
}

.page-header .menu-toggler:hover {
    text-decoration: none;
    color: #fff;
}

.page-header.page-header-right h1 {
    float: right;
    padding-right: 20px;
}

.page-header.page-header-right .menu-toggler {
    float: right;
    border-right: none;
    border-left: 1px solid #202224;
    -webkit-box-shadow: inset 1px 0px 0px 0px rgba(255,255,255,0.05);
    -moz-box-shadow: inset 1px 0px 0px 0px rgba(255,255,255,0.05);
    box-shadow: inset 1px 0px 0px 0px rgba(255,255,255,0.05);
}

.page-header.page-header-right .header-links {
    float: left;
}

.page-header.page-header-right .top-search-w {
    border-left: none;
}

.page-header .avatar {
    float: left;
    margin-right: 10px;
    -webkit-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.7);
    -moz-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.7);
    box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.7);
    border-radius: 20px;
    line-height: 26px;
    position: relative;
}

.page-header .avatar img {
    width: 30px;
}

.page-header .user-name-w {
    float: left;
}

.page-header .logo {
    width: 60px;
    float: left;
    text-align: center;
    font-size: 32px;
    line-height: 50px;
    color: #fff;
    background-color: #3E94C9;
    border-bottom: 1px solid #20638f;
}

.page-header .logo:hover {
    text-decoration: none;
    background-color: #f0c330;
    cursor: pointer;
}

.page-header .top-search {
    background-color: #202224;
    border: 1px solid #202224;
    border-radius: 40px;
    padding: 5px;
    padding-left: 35px;
    padding-right: 10px;
    color: #fff;
    -webkit-transition: width ease-in 0.2s;
    transition: width ease-in 0.2s;
    -webkit-transition: all width ease-in 0.2s ease-out;
    -moz-transition: all width ease-in 0.2s ease-out;
    -o-transition: all width ease-in 0.2s ease-out;
    transition: all width ease-in 0.2s ease-out;
    width: 180px;
}

.page-header .top-search:focus {
    width: 200px;
    outline: none;
}

.page-header .top-search-w {
    position: relative;
    border-left: 1px solid #202224;
    margin-left: 10px;
    padding: 8px 10px 8px 10px;
}

.page-header .top-search-w:before {
    content: "\f002";
    font-family: 'FontAwesome';
    font-size: 18px;
    display: block;
    color: #777;
    top: 12px;
    left: 20px;
    position: absolute;
}

.page-header .header-links {
    float: right;
}

.page-header .header-links .dropdown {
    float: left;
}

.page-header .header-links .dropdown-wide a {
    width: 300px;
}

.page-header .header-links .dropdown-inbar {
    background-color: #202224;
    font-size: 14px;
    margin: 0px;
    padding: 0px;
    border-color: #111;
    border-top: none;
    border-radius: 0px 0px 6px 6px;
}

.page-header .header-links .dropdown-inbar a {
    display: block;
    color: #9BA7B2;
    padding: 12px 30px;
    border-bottom: 1px solid #111;
    font-weight: 300;
}

.page-header .header-links .dropdown-inbar a .fa {
    color: #777;
    text-shadow: 1px 1px 1px #111;
    margin-right: 10px;
}

.page-header .header-links .dropdown-inbar a .label {
    float: right;
    background-color: #FFEE91;
    color: #494335;
}

.page-header .header-links .dropdown-inbar a:hover {
    background-color: #111;
    color: #fff;
}

.page-header .header-links .dropdown-inbar a:hover .fa {
    color: #fff;
}

.page-header .header-links .dropdown-inbar li:last-child a {
    border-bottom: none;
    border-radius: 0px 0px 6px 6px;
}

.page-header .header-links a.header-link {
    color: #9BA7B2;
    display: block;
    padding: 10px 15px;
    line-height: 30px;
    margin: 0px 5px;
    border-left: 1px solid #202224;
    font-weight: 300;
    font-size: 14px;
    text-decoration: none !important;
}

.page-header .header-links a.header-link:focus {
    outline: none;
}

.page-header .header-links a.header-link:hover {
    text-decoration: none !important;
}

.page-header .header-links a.header-link:hover i {
    color: #fff;
}

.page-header .header-links a.header-link i {
    font-size: 16px;
    color: #5c6368;
    margin-right: 5px;
    margin-left: 5px;
}

@media (max-width: 768px) {
    .page-header .header-links {
        float: none;
        margin-bottom: 10px;
    }

    .page-header .header-links>a {
        border-left: none;
    }

    .page-header .header-links>a:first-child {
        margin-left: 0px;
        padding-left: 0px;
    }

    .page-header .header-links>a i {
        display: none;
    }
}

.invoice-buttons {
    text-align: right;
}

@media (max-width: 768px) {
    .invoice-buttons {
        margin: 20px 0px;
        text-align: center;
    }
}

@media (max-width: 768px) {
    .back-invoice-link {
        text-align: center;
    }
}

.invoice-w {
    margin-top: 30px;
}

.invoice-w .invoice-logo {
    font-size: 55px;
    background-color: #313740;
    border-radius: 50%;
    padding-top: 5px;
    color: #fff;
    width: 90px;
    height: 90px;
    display: inline-block;
    text-align: center;
}

.invoice-w .invoice-company {
    padding-top: 10px;
}

.invoice-w .invoice-date-w {
    text-align: right;
}

.invoice-w .invoice-number {
    font-weight: 500;
    font-size: 42px;
    color: #ddd;
}

.invoice-w .invoice-date {
    font-size: 14px;
    font-weight: 500;
}

@media (max-width: 768px) {
    .invoice-w .invoice-company {
        text-align: center;
    }

    .invoice-w .invoice-logo {
        text-align: center;
        margin-bottom: 30px;
        display: none;
    }

    .invoice-w .invoice-header {
        text-align: center;
    }

    .invoice-w .invoice-number {
        font-size: 24px;
    }

    .invoice-w .invoice-date-w {
        text-align: center;
    }

    .invoice-w .ic-more-info {
        text-align: left;
    }
}

.invoice-w .ic-name {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 5px;
}

.invoice-w .ic-sub-name {
    font-size: 14px;
    font-weight: 100;
    color: #888;
}

.invoice-w .ic-address {
    font-weight: 300;
    margin-bottom: 30px;
}

.invoice-w .invoice-header {
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
    margin-bottom: 30px;
}

.invoice-w .invoice-total-top {
    background-color: #313740;
    color: #ffffff;
    padding: 10px;
}

.invoice-w .invoice-total-top .label {
    color: #eee;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 300;
}

.invoice-w .invoice-total-top .value {
    font-size: 36px;
    text-align: right;
    margin-top: 10px;
    font-weight: 500;
}

.invoice-w .invoice-total-top.invoice-inline-total {
    text-align: right;
}

.invoice-w .invoice-total-top.invoice-inline-total .value {
    margin-top: 0px;
}

.invoice-w .invoice-client {
    text-align: right;
    background-color: #f1f4f6;
    padding: 30px;
}

.invoice-w .invoice-client .icl-name {
    font-size: 24px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.invoice-w .invoice-client .icl-address {
    font-size: 18px;
    font-weight: 300;
}

.invoice-w .invoice-payment-info {
    background-color: #FFFCF4;
    padding: 30px;
    font-weight: 300;
    color: #7F7766;
    margin-top: 50px;
    font-size: 10px;
}

.invoice-w .invoice-payment-info strong {
    font-weight: 500;
}

.invoice-w .invoice-payment-info ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.invoice-w .invoice-payment-info ul li {
    margin-bottom: 5px;
}

.invoice-w .ic-more-info {
    list-style: none;
    margin: 0px;
    font-weight: 300;
    color: #777;
    font-size: 18px;
    padding: 0px;
}

.invoice-w .ic-more-info strong {
    font-weight: 500;
}

.invoice-w .ic-more-info li {
    margin-bottom: 10px;
}

.invoice-w .ic-more-info li .fa {
    width: 30px;
    display: inline-block;
    height: 30px;
    line-height: 25px;
    padding-top: 3px;
    border-radius: 50%;
    background-color: #50ADF4;
    color: #fff;
    text-align: center;
    margin-right: 10px;
}

.invoice-w .invoice-table {
    font-size: 18px;
    font-weight: 300;
}

.invoice-w .invoice-table thead th {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 300;
    padding: 30px 15px;
    background-color: #f1f4f6;
}

.invoice-w .invoice-table .ii-name {
    font-weight: 500;
    margin-bottom: 5px;
}

.invoice-w .invoice-table .ii-sub-name {
    color: #aaa;
    font-weight: 300;
    font-size: 14px;
}

.invoice-w .invoice-table td {
    padding: 30px 15px;
}

.order-details {
    padding-top: 50px;
}

.order-details h1 {
    margin-bottom: 50px;
    margin-top: 0px;
}

.order-details .title-price {
    background-color: #7ea568;
    color: #fff;
    padding: 0px 10px;
    margin-left: 10px;
    float: right;
    border-radius: 6px;
}

.order-details .section-title {
    font-size: 18px;
    padding-bottom: 10px;
    text-transform: none;
}

.order-details .map-label {
    margin-bottom: 10px;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    color: #555;
}

.order-details .map-w {
    text-align: center;
}

.order-details .map-w img {
    max-width: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-transition: all all 0.2s ease ease-out;
    -moz-transition: all all 0.2s ease ease-out;
    -o-transition: all all 0.2s ease ease-out;
    transition: all all 0.2s ease ease-out;
}

.order-details .map-w a:hover img {
    -webkit-box-shadow: 0px 0px 4px 4px #68aae8;
    -moz-box-shadow: 0px 0px 4px 4px #68aae8;
    box-shadow: 0px 0px 4px 4px #68aae8;
}

.order-details .cart-contents-table {
    font-size: 15px;
}

.order-details .cart-contents-table .item-name {
    margin-bottom: 5px;
    font-size: 16px;
}

.order-details .cart-contents-table .item-extra {
    font-size: 12px;
    font-weight: 300;
}

.order-details .cart-contents-table .item-extra b {
    font-weight: 500;
}

.order-details .cart-contents-table .grand-total-label {
    font-size: 24px;
}

.order-details .cart-contents-table .grand-total-value {
    font-weight: 500;
    font-size: 24px;
    color: #69892E;
}

.label .fa {
    margin-right: 5px;
}

.order-info-list {
    list-style: none;
    font-weight: 500;
    color: #333;
    padding: 0px;
    margin: 0px;
    margin-top: 30px;
    padding-left: 20px;
    margin-bottom: 40px;
}

.order-info-list li {
    font-size: 15px;
    line-height: 28px;
    padding: 7px 0px 7px 10px;
    border-bottom: 1px solid #ddd;
}

.order-info-list li>i {
    width: 25px;
}

.order-info-list li strong {
    color: #777;
    font-weight: 300;
}

.merchant-info {
    background-color: #fff;
    padding: 10px 20px 20px;
    margin-bottom: 40px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    border-radius: 4px;
}

.merchant-info h3 {
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
}

.merchant-info p {
    line-height: 20px;
    font-size: 12px;
    font-weight: 100;
    color: #888;
}

.merchant-info p strong {
    color: #333;
    font-weight: 500;
}

.top-right-control-link {
    float: right;
    color: #222;
}

.login-logo-w {
    text-align: center;
    margin-bottom: 40px;
    padding-top: 30px;
}

.login-logo-w .logo {
    color: #aaa;
    margin-bottom: 20px;
}

.login-logo-w .logo i {
    font-size: 60px;
}

.login-logo-w .logo span {
    font-size: 28px;
    text-transform: uppercase;
    font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
    display: block;
}

@media (max-width: 768px) {
    .login-logo-w .logo i {
        font-size: 70px;
    }

    .login-logo-w .logo span {
        font-size: 30px;
    }
}

.login-logo-w .logo:hover {
    text-decoration: none;
    color: #fff;
}

.facebook-connect {
    padding: 20px 10px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background-color: #526ba3;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 10px;
    display: block;
    border: 1px solid #415581;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.2),inset 0px 1px 0px 0px rgba(255,255,255,0.2);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.2),inset 0px 1px 0px 0px rgba(255,255,255,0.2);
    box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.2),inset 0px 1px 0px 0px rgba(255,255,255,0.2);
    text-shadow: -1px -1px 1px rgba(0,0,0,0.3);
    border-radius: 4px;
}

.facebook-connect:hover {
    text-decoration: none;
    background-color: #415581;
    color: #fff;
}

.facebook-connect i {
    line-height: 20px;
    margin-right: 10px;
    font-size: 16px;
}

.page-profile {
    padding-top: 50px;
}

.page-profile .sub-avatar-buttons {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 10px;
}

.page-profile .sub-avatar-buttons .btn {
    display: block;
}

.profile-user-box {
    background-color: #fff;
    padding: 10px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
    border-radius: 4px;
    margin-bottom: 50px;
}

.profile-main-info h1 {
    margin-bottom: 20px;
}

.profile-main-info p {
    font-weight: 300;
}

.profile-details {
    padding-top: 20px;
    border-top: 1px solid #ddd;
    text-align: center;
    margin-top: 20px;
}

.profile-details .fa {
    font-size: 24px;
    margin-bottom: 10px;
    color: #338fca;
}

.profile-charts {
    padding: 40px;
    text-align: center;
}

.profile-charts .knob-header {
    margin-bottom: 30px;
}

.sidebar-wrapper {
    font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #2980b9;
    position: fixed;
    width: 60px;
    top: 0px;
    bottom: 0px;
    padding-top: 70px;
    z-index: 2;
    -webkit-transition: all ease-in 0.3s;
    transition: all ease-in 0.3s;
    -webkit-transition: all all ease-in 0.3s ease-out;
    -moz-transition: all all ease-in 0.3s ease-out;
    -o-transition: all all ease-in 0.3s ease-out;
    transition: all all ease-in 0.3s ease-out;
}

.sidebar-wrapper ul {
    padding: 0px 3px;
    list-style: none;
}

@media (max-width: 991px) {
    .sidebar-wrapper ul {
        margin-bottom: 30px;
    }
}

.sidebar-wrapper ul ul {
    list-style: none;
    display: none;
}

.sidebar-wrapper ul>li {
    margin: 0px;
    border-bottom: 1px solid #20638f;
    display: block;
}

.sidebar-wrapper ul>li a {
    display: block;
    color: #555;
    font-weight: 300;
    text-transform: uppercase;
    padding: 9px 0px;
    position: relative;
    text-align: center;
}

.sidebar-wrapper ul>li a i {
    font-size: 24px;
    line-height: 34px;
    display: inline-block;
    text-align: center;
    color: #fff;
}

.sidebar-wrapper ul>li a .badge {
    background-color: #DB5353;
    color: #fff;
    font-weight: 400;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 3px 8px;
    font-size: 11px;
    margin-top: 2px;
    position: absolute;
    left: 30px;
}

.sidebar-wrapper ul>li.active>a,.sidebar-wrapper ul>li.current>a,.sidebar-wrapper ul>li:hover>a {
    text-decoration: none;
    margin: 0px -3px;
    position: relative;
    background-color: #3498db;
    color: #ffffff;
    border-left: 3px solid #F1C40F;
}

.sidebar-wrapper ul>li.active>a i,.sidebar-wrapper ul>li.current>a i,.sidebar-wrapper ul>li:hover>a i {
    color: #ffffff;
}

.sidebar-wrapper ul>li .tooltip {
    white-space: nowrap;
    font-size: 16px;
}

.sub-sidebar-wrapper {
    -webkit-transition: all ease-in 0.3s;
    transition: all ease-in 0.3s;
    -webkit-transition: all all ease-in 0.3s ease-out;
    -moz-transition: all all ease-in 0.3s ease-out;
    -o-transition: all all ease-in 0.3s ease-out;
    transition: all all ease-in 0.3s ease-out;
    padding-top: 70px;
    position: fixed;
    top: 0px;
    z-index: 1;
    width: 200px;
}

.sub-sidebar-wrapper ul {
    list-style: none;
    margin: 0px 20px;
    padding: 0px;
}

.sub-sidebar-wrapper ul li {
    border-bottom: 1px solid #1a242f;
}

.sub-sidebar-wrapper ul li a {
    padding: 15px 10px 15px 15px;
    color: #D5DDE5;
    display: block;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 14px;
    font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 22px;
    position: relative;
}

.sub-sidebar-wrapper ul li a i {
    margin-right: 10px;
    color: #080b0e;
}

.sub-sidebar-wrapper ul li:hover a,.sub-sidebar-wrapper ul li.current a,.sub-sidebar-wrapper ul li.active a {
    text-decoration: none;
    background-color: transparent;
}

.sub-sidebar-wrapper ul li:hover a:before,.sub-sidebar-wrapper ul li.current a:before,.sub-sidebar-wrapper ul li.active a:before {
    content: "\f111";
    font-family: FontAwesome;
    position: absolute;
    color: #F4DE4B;
    text-shadow: 1px 1px 0px rgba(0,0,0,0.2);
    font-size: 8px;
    left: -3px;
}

.horizontal-menu .sidebar-wrapper {
    width: auto;
    position: relative;
    left: auto;
    top: auto;
    padding-top: 50px;
}

.horizontal-menu .sidebar-wrapper ul {
    margin: 0px;
    text-align: center;
}

.horizontal-menu .sidebar-wrapper ul>li {
    display: inline-block;
    border-bottom: none;
    -webkit-box-shadow: 1px 0px 0px 0px rgba(255,255,255,0.2);
    -moz-box-shadow: 1px 0px 0px 0px rgba(255,255,255,0.2);
    box-shadow: 1px 0px 0px 0px rgba(255,255,255,0.2);
    border-right: 1px solid #20638f;
}

.horizontal-menu .sidebar-wrapper ul>li a {
    padding: 10px 30px;
}

.horizontal-menu .sidebar-wrapper ul>li a i {
    font-size: 32px;
    line-height: 40px;
}

.horizontal-menu .sidebar-wrapper ul>li.active,.horizontal-menu .sidebar-wrapper ul>li.current,.horizontal-menu .sidebar-wrapper ul>li:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.horizontal-menu .sidebar-wrapper ul>li.active>a,.horizontal-menu .sidebar-wrapper ul>li.current>a,.horizontal-menu .sidebar-wrapper ul>li:hover>a {
    text-decoration: none;
    margin: 0px;
    position: relative;
    background-color: #3498db;
    color: #ffffff;
    border-left: none;
}

.horizontal-menu .sidebar-wrapper ul>li.active>a i,.horizontal-menu .sidebar-wrapper ul>li.current>a i,.horizontal-menu .sidebar-wrapper ul>li:hover>a i {
    color: #ffffff;
}

.horizontal-menu .sub-sidebar-wrapper {
    width: auto;
    position: relative;
    left: auto !important;
    top: auto;
    padding: 0px;
}

.horizontal-menu .sub-sidebar-wrapper ul {
    text-align: center;
    margin-top: 0px;
    margin: 0px;
}

.horizontal-menu .sub-sidebar-wrapper ul>li {
    display: inline-block;
    margin: 0px 20px;
}

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

.button-example .btn {
    margin-bottom: 5px;
}

.breadcrumb {
    border-bottom: 1px solid #dbdbdb;
    font-size: 12px;
    text-transform: uppercase;
    padding: 10px 0px;
    margin-bottom: 10px;
}

.breadcrumb li {
    margin-right: 15px;
}

.breadcrumb a {
    display: block;
    border-radius: 4px;
    color: #555555;
    padding: 3px 10px;
    border: 1px solid #d2d2d2;
    background-color: transparent;
    position: relative;
}

.breadcrumb a:hover {
    text-decoration: none;
    border: 1px solid #888;
}

.breadcrumb a:after {
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    font-weight: normal;
    top: 4px;
    right: -12px;
    color: #ccc;
}

.widget {
    margin-bottom: 50px;
    border-radius: 6px;
}

.widget .widget-title {
    border-radius: 6px 6px 0px 0px;
    padding: 12px 20px;
    margin: 0px;
}

.widget .widget-title h3 {
    font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    margin: 0px;
}

.widget .widget-title i {
    margin-right: 10px;
}

.widget .widget-title .dropdown {
    display: inline-block;
}

.widget .widget-content {
    background-color: #ffffff;
    padding: 20px 30px;
    border-radius: 0px 0px 6px 6px;
}

.widget .widget-content.more-v-padding {
    padding: 40px 30px;
}

.widget .widget-content.more-h-padding {
    padding: 20px 40px;
}

.widget .widget-content.more-padding {
    padding: 40px;
}

.widget .widget-content.no-padding {
    padding: 0px;
}

.widget .widget-content h4.widget-header {
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 10px;
    margin-bottom: 30px;
    margin-top: 40px;
    border-bottom: 1px solid #ddd;
    -webkit-box-shadow: 0px 7px 7px -6px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 7px 7px -6px rgba(0,0,0,0.05);
    box-shadow: 0px 7px 7px -6px rgba(0,0,0,0.05);
}

.widget .widget-content h4.widget-header:first-child {
    margin-top: 0px;
}

.widget .widget-content-white {
    background-color: #fff;
}

.widget .widget-controls {
    float: right;
    margin-right: -5px;
}

.widget .widget-controls .tooltip {
    white-space: nowrap;
    font-size: 12px;
}

.widget .widget-controls a.widget-control {
    font-size: 18px;
    line-height: 18px;
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transition: all all 0.3s ease ease-out;
    -moz-transition: all all 0.3s ease ease-out;
    -o-transition: all all 0.3s ease ease-out;
    transition: all all 0.3s ease ease-out;
    text-decoration: none !important;
    outline: 0 !important;
}

.widget .widget-controls a.widget-control i {
    margin-right: 0px;
    margin-left: 5px;
}

.widget .widget-controls a.widget-control:hover {
    text-decoration: none !important;
    color: #fff;
    outline: 0 !important;
}

.widget .widget-controls a.widget-control-show-when-full {
    display: none;
}

.widget-full-screen {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    z-index: 9999;
    border-radius: 0px !important;
    background-color: #ffffff;
    overflow: auto;
}

.widget-full-screen .widget-title {
    border-radius: 0px !important;
}

.widget-full-screen .widget-title a.widget-control {
    display: none;
}

.widget-full-screen .widget-title a.widget-control-show-when-full {
    display: inline-block;
}

.widget-full-screen .widget-content {
    border-radius: 0px !important;
}

.widget.widget-loading {
    position: relative;
}

.widget.widget-loading .widget-control-refresh {
    animation: animated-loading 0.5s;
    -moz-animation: animated-loading 0.5s;
    -webkit-animation: animated-loading 0.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    z-index: 999;
}

.widget.widget-loading:before {
    position: absolute;
    content: "";
    background-color: rgba(255,255,255,0.5);
    color: #333;
    text-align: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    border-radius: 6px;
}

.widget-blue .widget-title {
    background-color: #3498db;
}

.widget-blue .widget-title h3 {
    color: #fff;
}

.widget-blue .widget-control {
    color: #196090;
}

.widget-red .widget-title {
    background-color: #e74c3c;
}

.widget-red .widget-title h3 {
    color: #fff;
}

.widget-red .widget-control {
    color: #a82315;
}

.widget-orange .widget-title {
    background-color: #e67e22;
}

.widget-orange .widget-title h3 {
    color: #fff;
}

.widget-orange .widget-control {
    color: #924d10;
}

.widget-green .widget-title {
    background-color: #1abc9c;
}

.widget-green .widget-title h3 {
    color: #fff;
}

.widget-green .widget-control {
    color: #0e6252;
}

.widget-purple .widget-title {
    background-color: #9b59b6;
}

.widget-purple .widget-title h3 {
    color: #fff;
}

.widget-purple .widget-control {
    color: #623475;
}

.widget-dark-grey .widget-title {
    background-color: #757575;
}

.widget-dark-grey .widget-title h3 {
    color: #fff;
}

.widget-dark-grey .widget-control {
    color: #424242;
}

.widget-bordered {
    border: 1px solid #e0dacf;
}

.widget-bordered .widget-title {
    border-bottom: 1px solid #e0dacf;
}

.widget-bordered .section-title {
    margin-top: 0px;
    padding: 20px 20px;
    margin-bottom: 0px;
}

.widget-bordered .widget-content {
    padding: 20px 30px;
    background-color: transparent;
}

.widget-bordered .widget-content.more-v-padding {
    padding: 40px 30px;
}

.widget-bordered .widget-foot {
    border-top: 1px solid #e0dacf;
    padding: 20px;
}

.widget-bordered.widget-white {
    background-color: #fff;
}

.widget-bordered.widget-border-red .section-title {
    border-bottom: 3px solid #EFCFCE;
}

.widget-bordered.widget-border-blue .section-title {
    border-bottom: 3px solid #ADD4ED;
}

.widget-bordered.widget-bg-yellow {
    background-color: #F7EED4;
    color: #5E594A;
    border: 1px solid #DBC8A8;
}

.widget-bordered.widget-bg-yellow .section-title {
    border-bottom: 1px solid #DBC8A8;
}

.glossed .main-content {
    -webkit-box-shadow: inset 2px 0px 3px 0px rgba(255,255,255,0.8),0px -4px 15px 0px rgba(0,0,0,0.65);
    -moz-box-shadow: inset 2px 0px 3px 0px rgba(255,255,255,0.8),0px -4px 15px 0px rgba(0,0,0,0.65);
    box-shadow: inset 2px 0px 3px 0px rgba(255,255,255,0.8),0px -4px 15px 0px rgba(0,0,0,0.65);
}

.glossed .page-header {
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#383c3f), to(#202224));
    background-image: -webkit-linear-gradient(top, #383c3f, 0%, #202224, 100%);
    background-image: -moz-linear-gradient(top, #383c3f 0%, #202224 100%);
    background-image: linear-gradient(to bottom, #383c3f 0%, #202224 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff383c3f', endColorstr='#ff202224', GradientType=0);
    -webkit-box-shadow: inset 0px 2px 2px 0px rgba(255,255,255,0.1),4px 0px 15px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 0px 2px 2px 0px rgba(255,255,255,0.1),4px 0px 15px 0px rgba(0,0,0,0.3);
    box-shadow: inset 0px 2px 2px 0px rgba(255,255,255,0.1),4px 0px 15px 0px rgba(0,0,0,0.3);
}

.glossed .page-header .top-search {
    -webkit-box-shadow: inset 0px 1px 2px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: inset 0px 1px 2px 0px rgba(0,0,0,0.4);
    box-shadow: inset 0px 1px 2px 0px rgba(0,0,0,0.4);
    border: 1px solid #141517;
}

.glossed .sidebar-wrapper {
    background-image: -webkit-gradient(linear, 0% top, 100% top, from(#2980b9), to(#3896d3));
    background-image: -webkit-linear-gradient(left, color-stop(#2980b9 0%), color-stop(#3896d3 100%));
    background-image: -moz-linear-gradient(left, #2980b9 0%, #3896d3 100%);
    background-image: linear-gradient(to right, #2980b9 0%, #3896d3 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2980b9', endColorstr='#ff3896d3', GradientType=1);
    -webkit-box-shadow: inset -2px 0px 3px 0px rgba(255,255,255,0.2),0px 6px 20px 0px rgba(0,0,0,0.8);
    -moz-box-shadow: inset -2px 0px 3px 0px rgba(255,255,255,0.2),0px 6px 20px 0px rgba(0,0,0,0.8);
    box-shadow: inset -2px 0px 3px 0px rgba(255,255,255,0.2),0px 6px 20px 0px rgba(0,0,0,0.8);
}

.glossed .sidebar-wrapper ul>li {
    -webkit-box-shadow: 0px 1px 0px 0px rgba(255,255,255,0.2);
    -moz-box-shadow: 0px 1px 0px 0px rgba(255,255,255,0.2);
    box-shadow: 0px 1px 0px 0px rgba(255,255,255,0.2);
}

.glossed .sidebar-wrapper ul>li a i {
    text-shadow: -1px -1px 0px rgba(0,0,0,0.4);
}

.glossed .sub-sidebar-wrapper ul li {
    border-bottom: 1px solid #1F262E;
    -webkit-box-shadow: 0px 1px 0px 0px rgba(255,255,255,0.1);
    -moz-box-shadow: 0px 1px 0px 0px rgba(255,255,255,0.1);
    box-shadow: 0px 1px 0px 0px rgba(255,255,255,0.1);
}

@media (min-width: 767px) {
    .glossed .all-wrapper.hide-side-menu .sidebar-wrapper,.glossed .all-wrapper.hide-sub-menu .sidebar-wrapper {
        -webkit-box-shadow: inset -3px 0px 4px 0px rgba(0,0,0,0.3);
        -moz-box-shadow: inset -3px 0px 4px 0px rgba(0,0,0,0.3);
        box-shadow: inset -3px 0px 4px 0px rgba(0,0,0,0.3);
    }
}

@media (max-width: 767px) {
    .glossed .all-wrapper.hide-side-menu.hide-sub-menu .sidebar-wrapper {
        -webkit-box-shadow: inset -3px 0px 4px 0px rgba(0,0,0,0.3);
        -moz-box-shadow: inset -3px 0px 4px 0px rgba(0,0,0,0.3);
        box-shadow: inset -3px 0px 4px 0px rgba(0,0,0,0.3);
    }
}

.glossed .section-title {
    -webkit-box-shadow: 0px 2px 2px 0px #ffffff;
    -moz-box-shadow: 0px 2px 2px 0px #ffffff;
    box-shadow: 0px 2px 2px 0px #ffffff;
}

.glossed .widget-bordered {
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
}

.glossed .widget-bordered .section-title {
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f5f5f5), to(#f0f0f0));
    background-image: -webkit-linear-gradient(top, #f5f5f5, 0%, #f0f0f0, 100%);
    background-image: -moz-linear-gradient(top, #f5f5f5 0%, #f0f0f0 100%);
    background-image: linear-gradient(to bottom, #f5f5f5 0%, #f0f0f0 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff0f0f0', GradientType=0);
    -webkit-box-shadow: inset 0px -2px 2px 0px #e8e8e8, 0px 2px 2px 0px #fff;
    -moz-box-shadow: inset 0px -2px 2px 0px #e8e8e8, 0px 2px 2px 0px #fff;
    box-shadow: inset 0px -2px 2px 0px #e8e8e8, 0px 2px 2px 0px #fff;
    border-bottom: 1px solid #d6cec0;
}

.glossed .widget {
    -webkit-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.1);
    border-radius: 6px;
}

.glossed .widget .widget-title {
    border-radius: 6px 6px 0px 0px;
    -webkit-box-shadow: inset 0px 1px 2px 0px rgba(255,255,255,0.3),0px 2px 2px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: inset 0px 1px 2px 0px rgba(255,255,255,0.3),0px 2px 2px 0px rgba(0,0,0,0.2);
    box-shadow: inset 0px 1px 2px 0px rgba(255,255,255,0.3),0px 2px 2px 0px rgba(0,0,0,0.2);
    position: relative;
    padding: 10px 20px;
}

.glossed .widget .widget-title h3 {
    text-shadow: -1px -1px 1px rgba(0,0,0,0.3);
}

.glossed .widget .widget-title .widget-control {
    text-shadow: 1px 1px 1px rgba(255,255,255,0.2);
}

.glossed .widget .widget-title .widget-control i.icon-remove-sign {
    color: #fff !important;
    text-shadow: -1px -1px 1px rgba(0,0,0,0.3) !important;
}

.glossed .widget .widget-title .widget-control:hover {
    text-shadow: -1px -1px 1px rgba(0,0,0,0.3);
}

.glossed .widget .widget-content {
    border-radius: 0px 0px 6px 6px;
    border: 1px solid #cccccc;
    border-top: none;
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#fff), to(#f9f9f9));
    background-image: -webkit-linear-gradient(top, #fff, 0%, #f9f9f9, 100%);
    background-image: -moz-linear-gradient(top, #fff 0%, #f9f9f9 100%);
    background-image: linear-gradient(to bottom, #fff 0%, #f9f9f9 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff9f9f9', GradientType=0);
    -webkit-box-shadow: inset 0px -2px 2px 0px #fff;
    -moz-box-shadow: inset 0px -2px 2px 0px #fff;
    box-shadow: inset 0px -2px 2px 0px #fff;
}

.glossed .widget.widget-bordered {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.glossed .widget.widget-bordered .widget-title {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
    border: none;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 30px;
}

.glossed .widget.widget-bordered .widget-title h3 {
    text-shadow: none;
}

.glossed .widget.widget-bordered .widget-content {
    background-color: transparent;
    background-image: none;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.glossed .widget.widget-bordered a.widget-control {
    color: #878585;
    text-shadow: none;
}

.glossed .widget.widget-bordered a.widget-control:hover {
    color: #444;
    text-shadow: none;
}

.glossed .widget.widget-bordered a.widget-control.widget-control-remove i.icon-remove-sign {
    color: #c17070 !important;
    text-shadow: none !important;
}

.glossed .widget.widget-title-minimized .widget-title {
    border-radius: 6px;
}

.glossed .widget-blue .widget-title {
    background-color: #3498db;
    color: #fff;
    border: 1px solid #217dbb;
    border-bottom: 1px solid #196090;
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#3498db), to(#258cd1));
    background-image: -webkit-linear-gradient(top, #3498db, 0%, #258cd1, 100%);
    background-image: -moz-linear-gradient(top, #3498db 0%, #258cd1 100%);
    background-image: linear-gradient(to bottom, #3498db 0%, #258cd1 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3498db', endColorstr='#ff258cd1', GradientType=0);
}

.glossed .widget-blue .widget-control {
    color: #196090;
}

.glossed .widget-red .widget-title {
    background-color: #e74c3c;
    color: #fff;
    border: 1px solid #d62c1a;
    border-bottom: 1px solid #a82315;
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#e74c3c), to(#e43725));
    background-image: -webkit-linear-gradient(top, #e74c3c, 0%, #e43725, 100%);
    background-image: -moz-linear-gradient(top, #e74c3c 0%, #e43725 100%);
    background-image: linear-gradient(to bottom, #e74c3c 0%, #e43725 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe74c3c', endColorstr='#ffe43725', GradientType=0);
}

.glossed .widget-red .widget-control {
    color: #a82315;
}

.glossed .widget-orange .widget-title {
    background-color: #e67e22;
    color: #fff;
    border: 1px solid #bf6516;
    border-bottom: 1px solid #924d10;
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#e67e22), to(#d67118));
    background-image: -webkit-linear-gradient(top, #e67e22, 0%, #d67118, 100%);
    background-image: -moz-linear-gradient(top, #e67e22 0%, #d67118 100%);
    background-image: linear-gradient(to bottom, #e67e22 0%, #d67118 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe67e22', endColorstr='#ffd67118', GradientType=0);
}

.glossed .widget-orange .widget-control {
    color: #924d10;
}

.glossed .widget-green .widget-title {
    background-color: #1abc9c;
    color: #fff;
    border: 1px solid #148f77;
    border-bottom: 1px solid #0e6252;
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#1abc9c), to(#17a689));
    background-image: -webkit-linear-gradient(top, #1abc9c, 0%, #17a689, 100%);
    background-image: -moz-linear-gradient(top, #1abc9c 0%, #17a689 100%);
    background-image: linear-gradient(to bottom, #1abc9c 0%, #17a689 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1abc9c', endColorstr='#ff17a689', GradientType=0);
}

.glossed .widget-green .widget-control {
    color: #0e6252;
}

.glossed .widget-purple .widget-title {
    background-color: #9b59b6;
    color: #fff;
    border: 1px solid #804399;
    border-bottom: 1px solid #623475;
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#9b59b6), to(#8f4bab));
    background-image: -webkit-linear-gradient(top, #9b59b6, 0%, #8f4bab, 100%);
    background-image: -moz-linear-gradient(top, #9b59b6 0%, #8f4bab 100%);
    background-image: linear-gradient(to bottom, #9b59b6 0%, #8f4bab 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9b59b6', endColorstr='#ff8f4bab', GradientType=0);
}

.glossed .widget-purple .widget-control {
    color: #623475;
}

.glossed .widget-dark-grey .widget-title {
    background-color: #757575;
    color: #fff;
    border: 1px solid #5b5b5b;
    border-bottom: 1px solid #424242;
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#757575), to(#686868));
    background-image: -webkit-linear-gradient(top, #757575, 0%, #686868, 100%);
    background-image: -moz-linear-gradient(top, #757575 0%, #686868 100%);
    background-image: linear-gradient(to bottom, #757575 0%, #686868 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff757575', endColorstr='#ff686868', GradientType=0);
}

.glossed .widget-dark-grey .widget-control {
    color: #424242;
}

.glossed .widget-full-screen {
    background-color: #fff !important;
}

.glossed .widget-full-screen .widget-content {
    background-image: none;
    background-color: #fff !important;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.glossed .form-control {
    border-top: 1px solid #a9a49d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1),0px 1px 1px #fff;
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1),0px 1px 1px #fff;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.1),0px 1px 1px #fff;
}
