/* ------------------------------------------------------------------------------
*
*  # Scaffolding
*
*  Overrides for bootstrap scaffolding
*
*  Version: 1.3
*  Latest update: Mar 10, 2016
*
* ---------------------------------------------------------------------------- */
html {
    height: 100%;
}

body {
    position: relative;
    min-height: 100%;
}

a {
    cursor: pointer;
}

a:focus {
    outline: 0;
}

/**
 Customize scroll bar
*/

/* width */
::-webkit-scrollbar {
    width: 5px;
    height: 5px;

}

/* Track */
::-webkit-scrollbar-track {
    background-color: #333333;
    border-radius: 10px;
    height: 5px;
    width: 5px;

}

/* Handle */
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    height: 5px;
    width: 5px;
    background: #ffc977;

}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #ff9c00;
}


/* ------------------------------------------------------------------------------
 *
 *  # Sidebar layouts
 *
 *  Styles for sidebar components, main navigation and sidebar itself
 *
 *  Version: 1.2
 *  Latest update: Nov 25, 2015
 *
 * ---------------------------------------------------------------------------- */
.sidebar {
    background-color: #333333;
    color: #fff;
    position: fixed;
    display: none;
    overflow-y: auto;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    z-index: 4;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;

}

.sidebar > li > a > span.pm-nav-icon {
    font-size: large;
}

@media (min-width: 769px) {
    .sidebar {
        display: table-cell;
        vertical-align: top;
        width: 4.5%;

    }
}

@media (min-width: 930px) {
    .sidebar {
        font-size: small !important;
    }

    .legitRipple {
        padding: 10px;
    }
}

@media (min-width: 770px) {
    .sidebar {
        font-size: small !important;
    }

    .legitRipple {
        padding: 10px;
    }

}

.sidebar-main {
    z-index: 99;
}

.sidebar-secondary {
    z-index: 98;
}

.sidebar-opposite {
    display: none;
    z-index: 97;
}

@media (min-width: 769px) {
    .sidebar-opposite-visible .sidebar-opposite {
        display: table-cell;
    }
}

@media (min-width: 769px) {
    .sidebar-opposite-visible .sidebar-opposite {
        display: table-cell;
    }
}

.sidebar-default {
    background-color: #fff;
    color: #333333;
}

.sidebar-content {
    position: relative;
    padding-bottom: 8px;
}

.sidebar-all-hidden .sidebar-main,
.sidebar-all-hidden .sidebar-secondary,
.sidebar-main-hidden .sidebar-main,
.sidebar-detached-hidden .sidebar-detached > .sidebar,
.sidebar-secondary-hidden .sidebar-secondary {
    display: none;
}

@media (max-width: 768px) {
    .sidebar-mobile-main .sidebar-main,
    .sidebar-mobile-secondary .sidebar-secondary,
    .sidebar-mobile-opposite .sidebar-opposite,
    .sidebar-mobile-detached .sidebar-detached > .sidebar {
        display: block;
    }
}

.category-title {
    position: relative;
    margin: 0;
    padding: 12px;
    padding-right: 46px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.category-title > span {
    display: block;
    margin-top: 2px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 11px;
    line-height: 1.82;
}

.category-title > i {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -8px;
}

.category-title .icons-list {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -8px;
}

.sidebar-default .category-title {
    border-bottom-color: #ddd;
}

.category-content {
    position: relative;
    padding: 20px;
}

.sidebar-user-material .category-content {
    background: url(images/backgrounds/surcharge.svg) center center no-repeat;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.sidebar-user-material .navigation-wrapper {
    background-color: rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.sidebar-default .sidebar-user-material .navigation-wrapper {
    background-color: rgba(0, 0, 0, 0.01);
    border-bottom-color: #ddd;
}

.sidebar-user-material .navigation {
    padding: 8px 0;
}

.sidebar-detached .sidebar-user-material:first-child .category-content {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.sidebar-user-material-menu {
    margin: -20px;
    margin-top: 20px;
}

.sidebar-user-material-menu > a {
    padding: 10px 20px;
    display: block;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.1);
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
}

.sidebar-user-material-menu > a:hover,
.sidebar-user-material-menu > a:focus,
.sidebar-user-material-menu > a[aria-expanded="true"] {
    background-color: rgba(0, 0, 0, 0.15);
}

.sidebar-user-material-menu > a > i {
    float: right;
    margin-top: 2px;
}

.sidebar-user-material-menu > a > .caret {
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
}

.sidebar-user-material-menu > a[aria-expanded="true"] > .caret {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.sidebar-user-material-content {
    text-align: center;
}

.sidebar-user-material-content > a {
    display: inline-block;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.sidebar-user-material-content > a > img {
    height: 80px;
}

.sidebar-user-material-content > h6 {
    margin-bottom: 0;
}

.sidebar-user-material-content > h6,
.sidebar-user-material-content > span {
    color: #fff;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
}

.sidebar-xs .sidebar-user-material-content {
    display: none;
}

.sidebar-xs .sidebar-user-material > .category-content {
    padding: 0;
}

.sidebar-xs .sidebar-user-material-menu {
    margin: 0;
}

.sidebar-xs .sidebar-user-material-menu > a {
    text-align: center;
    padding: 20px;
    line-height: 1;
}

.sidebar-xs .sidebar-user-material-menu > a > span {
    display: none;
}

.sidebar-xs .sidebar-user-material-menu > a > i {
    float: none;
    margin-top: 0;
}

.navigation {
    margin: 0;
    padding: 10px 0;
    list-style: none;
    position: relative;
}

.sidebar-user + .sidebar-category .navigation {
    padding-top: 0;
}

.navigation .hidden-ul {
    display: none;
}

.navigation li {
    position: relative;
}

.navigation li + li {
    margin-top: 1px;
}

.navigation li + .navigation-header {
    margin-top: 10px;
}

.navigation li a {
    color: rgba(255, 255, 255, 0.75);
    display: block;
    -webkit-transition: background 0.15s linear, color 0.15s linear;
    -o-transition: background 0.15s linear, color 0.15s linear;
    transition: background 0.15s linear, color 0.15s linear;
}

.navigation li a:hover,
.navigation li a:focus {
    background-color: rgba(0, 0, 0, 0.1);
    color: #fff;
}

.navigation li a > i {
    float: left;
    top: 0;
    margin-top: 2px;
    margin-right: 15px;
    -webkit-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}

.navigation li a > i.pull-right {
    margin-right: 0;
    margin-left: 15px;
}

.navigation li.disabled > a,
.navigation li.disabled > a:hover,
.navigation li.disabled > a:focus {
    color: inherit;
    background-color: transparent;
    cursor: not-allowed;
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.navigation li > .has-ul {
    position: relative;
    padding-right: 36px;
}

.navigation li > .has-ul:after {
    content: "\e9c7";
    font-family: "icomoon";
    font-size: 16px;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: 20px;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    -o-transition: -webkit-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out;
}

.navigation li.active > .has-ul:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.navigation li.navigation-divider {
    margin: 10px 0;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.1);
}

.sidebar-default .navigation li.navigation-divider {
    background-color: #eeeeee;
}

.navigation > li > a {
    padding: 12px 20px;
    min-height: 44px;
    font-weight: 400;
    text-decoration: none !important;
}

.navigation > li.active > a,
.navigation > li.active > a:hover,
.navigation > li.active > a:focus {
    background-color: #484848;
    color: #fff;
    text-underline-mode: false;
    text-decoration: none !important;
}

.navigation > li.active > a > [class*=text-] {
    color: #fff;
}

.navigation > li.active > a .label,
.navigation > li.active > a .badge {
    background-color: transparent;
    border-color: transparent;
    color: #fff;
    -webkit-transition: background-color ease-in-out 0.2s;
    -o-transition: background-color ease-in-out 0.2s;
    transition: background-color ease-in-out 0.2s;
}

.navigation > li ul {
    list-style: none;
    margin: 0;
    padding: 0;
    background-color: rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05);
}

.navigation > li ul li a {
    padding: 10px 20px;
    padding-left: 51px;
    min-height: 40px;
}

.navigation > li ul .navigation-header {
    padding-left: 51px;
}

.navigation > li > ul > li > ul > li > a,
.navigation > li > ul > li > ul > .navigation-header {
    padding-left: 71px;
}

.navigation > li > ul > li > ul > li > ul > li > a,
.navigation > li > ul > li > ul > li > ul .navigation-header {
    padding-left: 91px;
}

.navigation > li > ul li:first-child {
    padding-top: 10px;
}

.navigation > li > ul li:last-child {
    padding-bottom: 10px;
}

.navigation > li > ul li.active > a,
.navigation > li > ul li.active > a:hover,
.navigation > li > ul li.active > a:focus {
    background-color: rgba(0, 0, 0, 0.2);
    color: #fff;
}

.navigation .navigation-header {
    min-height: 30px;
    padding: 10px 20px;
    border-bottom: 0;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 1.82;
}

.navigation .navigation-header > span {
    display: block;
    margin-top: 2px;
}

.navigation .navigation-header > i {
    display: none;
}

.navigation .navigation-header > i.pull-right {
    margin-top: 2px;
}

.navigation .navigation-header,
.navigation .navigation-header a {
    color: rgba(255, 255, 255, 0.5);
    font-weight: 400;
}

.navigation .navigation-header a:hover,
.navigation .navigation-header a:focus {
    color: #fff;
}

.navigation .navigation-header a i {
    float: none;
    margin: 0;
}

.sidebar-default .navigation .navigation-header,
.sidebar-default .navigation .navigation-header a {
    color: #999999;
}

.sidebar-default .navigation .navigation-header a:hover,
.sidebar-default .navigation .navigation-header a:focus {
    color: #333333;
}

.navigation.nav > .active > .hidden-ul {
    display: block;
}

@media (max-width: 768px) {
    .navigation.nav > li > .hidden-ul {
        display: block;
    }
}

.navigation .label,
.navigation .badge {
    float: right;
}

.sidebar-default .navigation li > a {
    color: #333333;
}

.sidebar-default .navigation li > a:hover,
.sidebar-default .navigation li > a:focus {
    background-color: #f8f8f8;
}

.sidebar-default .navigation li.active > a,
.sidebar-default .navigation li.active > a:hover,
.sidebar-default .navigation li.active > a:focus {
    background-color: #f5f5f5;
    color: #333333;
}

.sidebar-default .navigation li.active > a > [class*=text-] {
    color: #333333;
}

.sidebar-default .navigation li.disabled > a,
.sidebar-default .navigation li.disabled > a:hover,
.sidebar-default .navigation li.disabled > a:focus {
    background-color: transparent;
}

.sidebar-default .navigation li .label-transparent {
    color: #333333;
}

.sidebar-default .navigation > li ul {
    background-color: transparent;
}

.sidebar-default .navigation > li.active > a,
.sidebar-default .navigation > li.active > a:hover,
.sidebar-default .navigation > li.active > a:focus {
    background-color: #f5f5f5;
    color: #333333;
}

.sidebar-default .navigation > li.active > a .label-transparent {
    color: #333333;
}

.navigation-icons-right > li > a,
.navigation-icons-right > li > a.has-ul {
    padding-right: 20px;
}

.navigation-icons-right > li > a > i {
    float: right;
    margin-right: 0;
    margin-left: 15px;
}

.navigation-icons-right > li > a.has-ul:after,
.navigation-icons-right > li.active > .has-ul:after {
    content: none;
}

.navigation-bordered > li {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.navigation-bordered > li:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.navigation-bordered > li.navigation-header {
    background-color: rgba(0, 0, 0, 0.1);
}

.navigation-bordered > li + li {
    margin-top: 0;
}

.navigation-bordered > li ul {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.navigation-bordered li + .navigation-header {
    margin-top: 0;
}

.sidebar-default .navigation-bordered > li {
    border-top: 1px solid #eeeeee;
}

.sidebar-default .navigation-bordered > li.navigation-header {
    background-color: #fafafa;
}

.navigation-lg > li > a,
.navigation-lg > li > a > span {
    padding-top: 14px;
    padding-bottom: 14px;
    min-height: 48px;
}

.navigation-lg > li ul li a {
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 40px;
}

.navigation-sm > li > a,
.navigation-sm > li > a > span {
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 40px;
}

.navigation-sm > li ul li a {
    padding-top: 6px;
    padding-bottom: 6px;
    min-height: 32px;
}

.navigation-xs > li > a,
.navigation-xs > li > a > span {
    padding-top: 8px;
    padding-bottom: 8px;
    min-height: 36px;
}

.navigation-xs > li ul li a {
    padding-top: 6px;
    padding-bottom: 6px;
    min-height: 32px;
}

@media (min-width: 769px) {
    .sidebar-fixed .sidebar-content {
        position: fixed;
        width: 5%;
        max-height: 100%;
        overflow: auto;
        top: 50px;
        bottom: 50px;
        margin-bottom: -50px;
    }

    .sidebar-xs .sidebar-fixed.sidebar-main .sidebar-content {
        width: 56px;
    }

    .sidebar-fixed.sidebar-default .sidebar-content {
        width: 180px;
    }

    .sidebar-fixed-expanded .sidebar-fixed.sidebar-main {
        position: fixed;
        display: block;
        height: 100%;
        z-index: 1001;
    }

    .sidebar-fixed-expanded .sidebar-fixed.sidebar-main .sidebar-content {
        position: fixed;
    }

    .sidebar-xs .sidebar-fixed-expanded .sidebar-fixed.sidebar-main {
        width: 180px;
    }

    .sidebar-fixed-expanded .content-wrapper {
        padding-left: 56px;
    }
}

.sidebar-xs-indicator .sidebar-fixed .sidebar-content {
    top: 0 !important;
}

@media (min-width: 769px) {
    .has-detached-left .container-detached {
        float: right;
        margin-left: -260px;
        width: 100%;
    }

    .has-detached-left .content-detached {
        margin-left: 280px;
    }

    .has-detached-left .sidebar-detached {
        float: left;
    }

    .has-detached-right .container-detached {
        float: left;
        margin-right: -260px;
        width: 100%;
    }

    .has-detached-right .content-detached {
        margin-right: 280px;
    }

    .has-detached-right .sidebar-detached {
        float: right;
    }

    .has-detached-right .sidebar-detached.affix {
        right: 20px;
    }

    .sidebar-detached-hidden .container-detached {
        float: none;
        margin: 0;
    }

    .sidebar-detached-hidden .content-detached {
        margin: 0;
    }

    .sidebar-detached-hidden .sidebar-detached {
        float: none;
    }
}

.sidebar-detached .navigation.nav > .active > .hidden-ul {
    display: block;
}

@media (max-width: 768px) {
    .sidebar-detached .navigation.nav > li > .hidden-ul {
        display: block;
    }
}

.sidebar-detached.affix {
    position: static;
}

@media (min-width: 769px) {
    .sidebar-detached {
        display: block;
        position: relative;
        margin-bottom: 0;
    }

    .sidebar-detached > .sidebar {
        margin-bottom: 0;
        display: block;
        border-radius: 3px;
    }

    .sidebar-detached.affix {
        position: fixed;
        top: 20px;
        bottom: 20px;
        -webkit-transition: bottom ease-in-out 0.15s;
        -o-transition: bottom ease-in-out 0.15s;
        transition: bottom ease-in-out 0.15s;
    }

    .sidebar-detached.affix > .sidebar {
        max-height: 100%;
        overflow-y: auto;
    }

    .sidebar-detached.fixed-sidebar-space {
        bottom: 80px;
    }

    .navbar-bottom .sidebar-detached.fixed-sidebar-space {
        bottom: 90px;
    }

    .navbar-bottom-lg .sidebar-detached.fixed-sidebar-space {
        bottom: 94px;
    }

    .navbar-bottom-sm .sidebar-detached.fixed-sidebar-space {
        bottom: 88px;
    }

    .navbar-bottom-xs .sidebar-detached.fixed-sidebar-space {
        bottom: 86px;
    }

    .navbar-fixed .sidebar-detached {
        top: 90px;
    }

    .navbar-fixed-lg .sidebar-detached {
        top: 94px;
    }

    .navbar-fixed-sm .sidebar-detached {
        top: 88px;
    }

    .navbar-fixed-xs .sidebar-detached {
        top: 86px;
    }
}

@media (min-width: 769px) {
    .sidebar-separate {
        background-color: transparent;
    }

    .sidebar-separate .sidebar-category {
        background-color: #263238;
        border-radius: 3px;
        margin-bottom: 20px;
    }

    .sidebar-separate.sidebar-default {
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .sidebar-separate.sidebar-default .sidebar-category {
        background-color: #fff;
        -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    }
}

@media (min-width: 769px) {
    .sidebar-xs .sidebar-main {
        width: 56px;
    }

    .sidebar-xs .sidebar-main .sidebar-category {
        display: none;
    }

    .sidebar-xs .sidebar-main .sidebar-category-visible {
        display: block;
    }

    .sidebar-xs .sidebar-main .category-title {
        padding: 0;
    }

    .sidebar-xs .sidebar-main .category-title > i {
        padding: 13px 0;
        float: none;
        display: block;
        top: 0;
    }

    .sidebar-xs .sidebar-main .category-title > span {
        display: none;
    }

    .sidebar-xs .sidebar-main .category-title .icons-list {
        position: static;
        text-align: center;
        margin-top: 0;
        padding-top: 14px;
        padding-bottom: 14px;
    }

    .sidebar-xs .sidebar-main .category-title .icons-list > li {
        display: block;
        margin-left: 0;
    }

    .sidebar-xs .sidebar-main .category-title .icons-list > li + li {
        margin-top: 10px;
    }

    .sidebar-xs .sidebar-main .category-title.h6 .icons-list {
        padding-top: 23.538462px;
        padding-bottom: 23.538462px;
    }

    .sidebar-xs .sidebar-main .category-title.h5 .icons-list {
        padding-top: 25.0769236px;
        padding-bottom: 25.0769236px;
    }

    .sidebar-xs .sidebar-main .navigation > li > a {
        display: block;
        text-align: center;
        padding-left: 0;
        padding-right: 0;
    }

    .sidebar-xs .sidebar-main .navigation > li > a > span {
        display: none;
        position: absolute;
        top: 0;
        right: -260px;
        background-color: #304047;
        padding: 12px 20px;
        width: 180px;
        text-align: left;
        color: #fff;
        cursor: pointer;
        border-bottom-right-radius: 3px;
        border-top-right-radius: 3px;
        -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    }

    .sidebar-xs .sidebar-main .navigation > li > a > span .label,
    .sidebar-xs .sidebar-main .navigation > li > a > span .badge {
        background-color: transparent;
        border-color: transparent;
        color: #fff;
        padding-left: 0;
        padding-right: 0;
    }

    .sidebar-xs .sidebar-main .navigation > li > a > i {
        margin: 2px 0;
        display: block;
        float: none;
    }

    .sidebar-xs .sidebar-main .navigation > li > a.legitRipple {
        overflow: visible;
    }

    .sidebar-xs .sidebar-main .navigation > li > .has-ul:after,
    .sidebar-xs .sidebar-main .navigation > li.active > .has-ul:after {
        content: none;
    }

    .sidebar-xs .sidebar-main .navigation > li .has-ul > span {
        border-radius: 0 3px 0 0;
        cursor: default;
    }

    .sidebar-xs .sidebar-main .navigation > li.active > ul {
        display: none !important;
    }

    .sidebar-xs .sidebar-main .navigation > li.disabled:hover > ul,
    .sidebar-xs .sidebar-main .navigation > li.disabled:hover > a > span {
        display: none !important;
    }

    .sidebar-xs .sidebar-main .navigation > li:hover > ul {
        display: block !important;
    }

    .sidebar-xs .sidebar-main .navigation > li:hover > a > span {
        display: block;
    }

    .sidebar-xs .sidebar-main .navigation > li:hover:not(.active) > a {
        background-color: rgba(0, 0, 0, 0.1);
        color: #fff;
    }

    .sidebar-xs .sidebar-main .navigation > li > ul {
        position: absolute;
        right: -260px;
        top: 44px;
        width: 180px;
        display: none;
        background-color: #263238;
        border-radius: 0 0 3px 0;
        -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    }

    .sidebar-xs .sidebar-main .navigation > li > ul > li > a {
        padding-left: 20px;
        padding-right: 20px;
    }

    .sidebar-xs .sidebar-main .navigation > li > ul > li > ul > li > a {
        padding-left: 30px;
    }

    .sidebar-xs .sidebar-main .navigation > li > ul > li > ul > li > ul > li > a {
        padding-left: 60px;
    }

    .sidebar-xs .sidebar-main .navigation > .navigation-header {
        padding: 0;
        text-align: center;
    }

    .sidebar-xs .sidebar-main .navigation > .navigation-header > i {
        display: block;
        top: 0;
        padding: 13px 0;
    }

    .sidebar-xs .sidebar-main .navigation > .navigation-header > span {
        display: none;
    }

    .sidebar-xs .sidebar-main .sidebar-user .category-content {
        padding-left: 0;
        padding-right: 0;
    }

    .sidebar-xs .sidebar-main .sidebar-user .media-left,
    .sidebar-xs .sidebar-main .sidebar-user .media-right {
        padding: 0;
        text-align: center;
        display: block;
    }

    .sidebar-xs .sidebar-main .sidebar-user .media-left > img,
    .sidebar-xs .sidebar-main .sidebar-user .media-right > img {
        max-width: 100%;
        height: auto !important;
    }

    .sidebar-xs .sidebar-main .sidebar-user .media-left > .img-sm,
    .sidebar-xs .sidebar-main .sidebar-user .media-right > .img-sm {
        margin-top: 1px;
        margin-bottom: 1px;
    }

    .sidebar-xs .sidebar-main .sidebar-user .media-left > .img-xs,
    .sidebar-xs .sidebar-main .sidebar-user .media-right > .img-xs {
        margin-top: 3px;
        margin-bottom: 3px;
    }

    .sidebar-xs .sidebar-main .sidebar-user .media-body,
    .sidebar-xs .sidebar-main .sidebar-user .media-right {
        display: none;
    }

    .sidebar-xs .sidebar-main .navigation-lg > li > ul {
        top: 48px;
    }

    .sidebar-xs .sidebar-main .navigation-sm > li > ul {
        top: 40px;
    }

    .sidebar-xs .sidebar-main .navigation-xs > li > ul {
        top: 36px;
    }

    .sidebar-xs .sidebar-main.sidebar-default .navigation > li > a > span {
        background-color: #f5f5f5;
        color: #333333;
    }

    .sidebar-xs .sidebar-main.sidebar-default .navigation > li > a > span .label,
    .sidebar-xs .sidebar-main.sidebar-default .navigation > li > a > span .badge {
        color: #333333;
    }

    .sidebar-xs .sidebar-main.sidebar-default .navigation > li > ul {
        background-color: #fff;
        border-top: 0;
    }

    .sidebar-xs .sidebar-main.sidebar-default .navigation > li:hover:not(.active) > a {
        background-color: #f5f5f5;
        color: #333333;
    }
}

.sidebar .row {
    margin-left: -5px;
    margin-right: -5px;
}

.sidebar .row [class*=col-] {
    padding-left: 5px;
    padding-right: 5px;
}

@media (max-width: 768px) {
    .sidebar .non-items {
        display: none;

    }

    .sidebar {
        z-index: 4 !important;
    }
}

@media (max-width: 768px) {
    .sidebar .sp-container {
        width: 220px;
        margin-left: auto;
        margin-right: auto;
    }
}

.sidebar .sp-flat .sp-picker-container {
    display: block;
    width: 218px;
}

.sidebar .panel-group .panel {
    border-radius: 0;
    border-width: 0 0 1px 0;
}

.sidebar .panel-group .panel:first-child {
    border-top-width: 1px;
}

.sidebar .panel-group .panel + .panel {
    margin-top: 0;
}

.sidebar .media-list-bordered > li {
    border-top: 0;
    border-bottom: 1px solid #eeeeee;
}

.sidebar:not(.sidebar-default) .media .text-muted,
.sidebar:not(.sidebar-default) .media .media-annotation {
    color: rgba(255, 255, 255, 0.8);
}

.sidebar:not(.sidebar-default) .media .media-left > a,
.sidebar:not(.sidebar-default) .media .media-body > a,
.sidebar:not(.sidebar-default) .media .media-right > a {
    color: #fff;
}

.sidebar:not(.sidebar-default) .media .media-link:hover,
.sidebar:not(.sidebar-default) .media .media-link:focus {
    background-color: rgba(0, 0, 0, 0.1);
}

.sidebar:not(.sidebar-default) .media .media-badge {
    border-color: #263238;
}

.sidebar:not(.sidebar-default) .media-list-bordered > li {
    border-color: rgba(255, 255, 255, 0.1);
}

.sidebar .thumbnail {
    margin-bottom: 10px;
}

.sidebar .thumbnail:last-child {
    margin-bottom: 0;
}

.sidebar .thumbnail .zoom-image i {
    font-size: 16px;
    margin-top: -8px;
    margin-left: -8px;
}

.sidebar .sidebar-category .checkbox,
.sidebar .sidebar-category .radio {
    margin-top: 0;
}

.sidebar .sidebar-category .checkbox:last-child,
.sidebar .sidebar-category .radio:last-child {
    margin-bottom: 0;
}

.sidebar .form-group:last-child {
    margin-bottom: 0;
}

.sidebar .nav-tabs {
    border-width: 0 0 1px 0;
}

@media (min-width: 769px) {
    .sidebar .nav-tabs {
        border-width: 1px;
    }

    .sidebar .nav-tabs > li > a {
        border-bottom-color: rgba(255, 255, 255, 0.1);
        background-color: rgba(0, 0, 0, 0.2);
        color: rgba(255, 255, 255, 0.6);
        border-top: 0;
        border-radius: 0;
    }

    .sidebar .nav-tabs > li > a:hover,
    .sidebar .nav-tabs > li > a:focus {
        color: #fff;
        border-bottom-color: rgba(255, 255, 255, 0.1);
    }

    .sidebar .nav-tabs > .active > a,
    .sidebar .nav-tabs > .active > a:hover,
    .sidebar .nav-tabs > .active > a:focus {
        border-top: 0;
        border-bottom: 0;
        background-color: transparent;
        border-color: rgba(255, 255, 255, 0.1);
        color: #fff;
    }

    .sidebar .nav-tabs > .active:first-child > a {
        border-left-color: transparent !important;
    }

    .sidebar .nav-tabs > .active:last-child > a {
        border-right-color: transparent !important;
    }

    .sidebar .nav-tabs > .open > a {
        color: #fff;
    }

    .sidebar .nav-tabs > .open:not(.active) > a {
        background-color: rgba(0, 0, 0, 0.2);
    }
}

@media (min-width: 769px) {
    .sidebar-default .nav-tabs > li > a {
        background-color: #fafafa;
        border-bottom-color: #ddd;
        color: #999999;
    }

    .sidebar-default .nav-tabs > li > a:hover,
    .sidebar-default .nav-tabs > li > a:focus {
        color: #333333;
        border-bottom-color: #ddd;
    }

    .sidebar-default .nav-tabs > .active > a,
    .sidebar-default .nav-tabs > .active > a:hover,
    .sidebar-default .nav-tabs > .active > a:focus {
        border-color: #ddd;
        color: #333333;
    }

    .sidebar-default .nav-tabs > .open > a {
        border-bottom-color: #ddd;
        color: #333333;
    }

    .sidebar-default .nav-tabs > .open:not(.active) > a {
        background-color: #fafafa;
    }
}

@media (min-width: 769px) {
    .sidebar-default .nav-justified > li:first-child .dropdown-menu:not(.dropdown-menu-right) {
        left: -1px;
    }

    .sidebar-default .nav-justified > li:last-child .dropdown-menu-right {
        right: -1px;
    }
}

/* ------------------------------------------------------------------------------
*
*  # Main content layout
*
*  Styles for main structure of content area
*
*  Version: 1.0
*  Latest update: May 25, 2015
*
* ---------------------------------------------------------------------------- */
.page-container {
    position: relative;
}

@media (min-width: 769px) {
    .page-container {
        width: 100%;
        display: table;
        table-layout: fixed;
    }

    @-moz-document url-prefix() {
        .page-container {
            height: 1px;
        }
    }
}

@media (min-width: 769px) {
    .page-content {
        display: table-row;
    }
}

@media (max-width: 768px) {

    .content {
        padding: 10px 0px 60px 0px;
    }

    .navbar {
        box-shadow: 0 2px 4px rgba(12, 13, 14, 0.15);
    }
}

@media (min-width: 769px) {
    .content {
        padding: 50px 0px 60px 0px;
    }

}

@media (max-width: 990px) {
    .content {
        padding: 60px 0px 60px 0px;
    }

}

@media (min-width: 769px) {
    .content-wrapper {
        /*margin-top: 20px;*/
    }
}

@media (max-width: 769px) {
    .content-wrapper {
        /*margin-top: 40px;*/
    }
}


.navbar {
    box-shadow: -1px -14px 20px 0px #616161;
}


.content:after {
    content: '';
    display: table;
    clear: both;
}


body[class*=navbar-bottom] .content {
    padding-bottom: 20px;
}


/* ------------------------------------------------------------------------------
*
*  # Panels component
*
*  Overrides for panels bootstrap component
*
*  Version: 1.1
*  Latest update: Mar 10, 2016
*
* ---------------------------------------------------------------------------- */
.panel {
    font-family: Lato, 'Helvetica Neue', Arial, Helvetica, sans-serif !important;
    margin-bottom: 20px;
    border-width: 0;
    color: #333333;
    background-color: #ffffff;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.panel-body {
    padding: 20px;
}

.panel-heading {
    padding: 15px 20px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
}

.panel-heading > .dropdown .dropdown-toggle {
    color: inherit;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    color: inherit;
}

.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
    color: inherit;
}

.panel-footer {
    padding: 8px 20px;
    background-color: #fcfcfc;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
    margin-bottom: 0;
}

.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
}

.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}

.list-group + .panel-footer {
    border-top-width: 0;
}

.table {
    font-size: smaller;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
    margin-bottom: 0;
}

.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
    padding-left: 20px;
    padding-right: 20px;
}

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
}

.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
    border-top-left-radius: 2px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
    border-top-right-radius: 2px;
}

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
    border-bottom-left-radius: 2px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
    border-bottom-right-radius: 2px;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
    border-top: 1px solid #ddd;
}

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
    border-top: 0;
}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
    border: 0;
}

.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
}

.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
}

.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0;
}

.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0;
}

.panel > .table-responsive {
    border: 0;
    margin-bottom: 0;
}

.panel > .table-responsive > .table-bordered > thead > tr > th,
.panel > .table-bordered > thead > tr > th,
.panel > .table-responsive > .table-bordered > thead > tr > td,
.panel > .table-bordered > thead > tr > td {
    border-left-color: transparent;
    border-right-color: transparent;
}

.panel-group {
    margin-bottom: 20px;
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 3px;
}

.panel-group .panel + .panel {
    margin-top: 5px;
}

.panel-group .panel-heading {
    border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
    border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
    border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #ddd;
}

.panel-default {
    border-color: #ddd;
}

.panel-default > .panel-heading {
    color: #333333;
    background-color: #fcfcfc;
    border-color: #ddd;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ddd;
}

.panel-default > .panel-heading .badge {
    color: #fcfcfc;
    background-color: #333333;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd;
}

.panel-primary {
    border-color: #00a8fb;
}

.panel-primary > .panel-heading {
    color: #fff;
    background-color: #00a8fb;
    border-color: #00a8fb;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #00a8fb;
}

.panel-primary > .panel-heading .badge {
    color: #00a8fb;
    background-color: #fff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #00a8fb;
}

.panel-success {
    border-color: #4CAF50;
}

.panel-success > .panel-heading {
    color: #fff;
    background-color: #4CAF50;
    border-color: #4CAF50;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #4CAF50;
}

.panel-success > .panel-heading .badge {
    color: #4CAF50;
    background-color: #fff;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #4CAF50;
}

.panel-info {
    border-color: #00BCD4;
}

.panel-info > .panel-heading {
    color: #fff;
    background-color: #00BCD4;
    border-color: #00BCD4;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #00BCD4;
}

.panel-info > .panel-heading .badge {
    color: #00BCD4;
    background-color: #fff;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #00BCD4;
}

.panel-warning {
    border-color: #FF5722;
}

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

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #FF5722;
}

.panel-warning > .panel-heading .badge {
    color: #FF5722;
    background-color: #fff;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #FF5722;
}

.panel-danger {
    border-color: #F44336;
}

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

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #F44336;
}

.panel-danger > .panel-heading .badge {
    color: #F44336;
    background-color: #fff;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #F44336;
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}


/* ------------------------------------------------------------------------------
*
*  # jQuery UI Widgets
*
*  Styles for jQuery UI widgets
*
*  Version: 1.2
*  Latest update: Aug 10, 2016
*
* ---------------------------------------------------------------------------- */
.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    margin: 0;
    outline: 0;
    position: relative;
    background-color: #fff;
    padding: 15px 20px;
    border: 1px solid #ddd;
    margin-top: 5px;
    border-radius: 3px;
}

.ui-accordion .ui-accordion-header:first-child {
    margin-top: 0;
}

.ui-accordion .ui-accordion-header.ui-accordion-header-active {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -8px;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon:before {
    content: '\e9b8';
    font-family: 'Icomoon';
    display: block;
    width: 16px;
    font-size: 16px;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ui-accordion .ui-accordion-header-active .ui-accordion-header-icon:before {
    content: '\e9b7';
}

.ui-accordion .ui-accordion-icons {
    padding-right: 46px;
}

.ui-accordion .ui-accordion-content {
    padding: 20px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-top: 0;
    overflow: auto;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.accordion-sortable-group + .accordion-sortable-group {
    margin-top: 5px;
}

.ui-autocomplete {
    position: absolute;
    display: none;
    padding: 8px 0;
    z-index: 1000;
    max-height: 250px;
    overflow-y: auto;
    overflow-x: hidden;
}

.ui-autocomplete .ui-autocomplete-category {
    padding: 8px 16px;
    font-size: 11px;
    line-height: 1.82;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 2px;
    margin-bottom: 2px;
}

.ui-autocomplete .ui-autocomplete-category ~ .ui-menu-item {
    padding-left: 32px;
}

.ui-autocomplete-processing:after {
    content: '\eb51';
    font-family: 'Icomoon';
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 16px;
    text-align: right;
    margin-top: -8px;
    font-size: 16px;
    line-height: 1;
    color: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-animation: rotation 1s linear infinite;
    -o-animation: rotation 1s linear infinite;
    animation: rotation 1s linear infinite;
}

.ui-button {
    display: inline-block;
    position: relative;
    touch-action: manipulation;
    margin-bottom: 0;
    padding: 9px 17px;
    border-radius: 3px;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    background-color: whitesmoke;
    border: 0;
    text-transform: uppercase;
    font-weight: 500;
    color: #333;
}

.ui-button.ui-state-hover,
.ui-button.ui-state-focus {
    color: #333;
    -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.05) inset;
    box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.28) inset;
}

.ui-button.ui-state-active {
    -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.28) inset;
}

.ui-button.ui-state-disabled {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.ui-button[class*=bg-].ui-state-hover,
.ui-button[class*=bg-].ui-state-focus {
    color: #fff;
}

.ui-button.ui-button-link {
    background-color: transparent;
    border-color: transparent;
}

.ui-button.ui-button-link.ui-state-hover,
.ui-button.ui-button-link.ui-state-focus {
    color: #166dba;
}

.ui-button.ui-button-link.ui-state-hover,
.ui-button.ui-button-link.ui-state-focus,
.ui-button.ui-button-link.ui-state-active {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icon-primary .ui-button-icons-only {
    margin-right: 10px;
}

.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
    margin-left: 10px;
}

.ui-button-icon-only {
    padding-left: 11px;
    padding-right: 11px;
}

.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
    display: none;
}

.ui-buttonset {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.ui-buttonset .ui-button {
    border-radius: 0;
    margin-left: 1px;
    float: left;
}

.ui-buttonset .ui-button:first-child,
.ui-buttonset .ui-helper-hidden-accessible:first-child + .ui-button {
    margin-left: 0;
}

.ui-buttonset .ui-button:first-child,
.ui-buttonset .ui-helper-hidden-accessible:first-child + .ui-button:not(:last-child) {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.ui-buttonset .ui-button:last-child {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

.ui-buttonset-split {
    position: relative;
    display: inline-block;
}

.ui-buttonset-split > ul {
    position: absolute;
    text-align: left;
    min-width: 180px;
}

.ui-datepicker {
    min-width: 270px;
    background-color: #fff;
    padding: 16px;
    display: none;
    border-radius: 3px;
    z-index: 190;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.sidebar .ui-datepicker {
    min-width: 0;
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 40px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 17px;
    text-align: center;
    line-height: 1;
}

.ui-datepicker .ui-datepicker-title .ui-datepicker-year {
    font-size: 13px;
    color: #999999;
    margin-left: 5px;
}

.ui-datepicker .ui-datepicker-title select {
    outline: 0;
    height: 32px;
    border-color: #ddd;
}

.ui-datepicker .ui-datepicker-title select.ui-datepicker-month,
.ui-datepicker .ui-datepicker-title select.ui-datepicker-year {
    width: 48%;
    font-size: 13px;
    color: #333333;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    color: #333333;
    padding: 8px;
    border-radius: 2px;
}

.ui-datepicker .ui-datepicker-prev:after,
.ui-datepicker .ui-datepicker-next:after {
    font-family: 'icomoon';
    display: block;
    font-size: 16px;
    width: 16px;
    text-align: center;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    display: none;
}

.ui-datepicker .ui-datepicker-prev {
    left: 0;
}

.ui-datepicker .ui-datepicker-prev:after {
    content: '\e9c8';
}

.ui-datepicker .ui-datepicker-next {
    right: 0;
}

.ui-datepicker .ui-datepicker-next:after {
    content: '\e9cb';
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
    background-color: #f5f5f5;
}

.ui-datepicker table {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
}

.ui-datepicker table th {
    text-align: center;
    font-weight: 400;
    border: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
    color: #999999;
}

.ui-datepicker table td {
    border: 0;
    padding: 1px;
    position: relative;
}

.ui-datepicker table td span,
.ui-datepicker table td a {
    display: block;
    padding: 6px;
    text-align: center;
    text-decoration: none;
    border-radius: 3px;
    color: #333333;
    min-width: 34px;
}

.ui-datepicker table td .ui-state-hover {
    background-color: #f5f5f5;
}

.ui-datepicker table td.ui-state-disabled span {
    color: #ccc;
}

.ui-datepicker table td.ui-datepicker-week-col {
    padding: 6px;
    color: #999999;
}

.ui-datepicker table td.ui-datepicker-current-day .ui-state-active {
    background-color: #26A69A;
    color: #fff;
}

.ui-datepicker table td.ui-datepicker-today .ui-state-highlight {
    background-color: #2196F3;
    color: #fff;
}

.ui-datepicker table td.ui-datepicker-today .ui-state-highlight:after {
    content: "";
    position: absolute;
    top: 3px;
    right: 3px;
    width: 0;
    height: 0;
    border-top: 6px solid #fff;
    border-left: 6px solid transparent;
}

.ui-datepicker table td a.ui-priority-secondary {
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    background-color: #f5f5f5;
    font-weight: 400;
    margin-top: 16px;
    border: 0;
    cursor: pointer;
    padding: 8px 16px;
    width: auto;
    overflow: visible;
    outline: 0;
    border-radius: 3px;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-state-hover {
    -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.05) inset;
    box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.05) inset;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}

.ui-datepicker .ui-datepicker-buttonpane button:active {
    -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.1) inset;
}

.ui-datepicker.ui-datepicker-multi {
    width: auto !important;
}

.datepicker-inline {
    width: 264px;
    max-width: 100%;
    overflow-x: auto;
}

.full-width.datepicker-inline,
.sidebar .datepicker-inline,
.popover .datepicker-inline {
    width: 100%;
}

.ui-datepicker-trigger {
    position: absolute;
    top: 4px;
    right: 0;
    z-index: 4;
    padding: 6px 0;
    cursor: pointer;
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0;
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}

.ui-datepicker-multi .ui-datepicker-group + .ui-datepicker-group {
    padding-left: 15px;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 46%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}

.ui-dialog {
    width: 32% !important;
    position: absolute;
    top: 9% !important;
    left: 52% !important;
    background-color: #263238;
    color: white;
    border-radius: 3px;
    border: 1px solid transparent;
    outline: 0;
    overflow: hidden;
    -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

/*@media (max-width: 768px) {
  .ui-dialog {
    width: 90%!important;

  }
}*/

.ui-dialog .ui-widget .ui-widget-content .ui-corner-all .ui-front {
}


.ui-dialog-titlebar {
    position: relative;
    padding: 20px;
    padding-bottom: 0;
}

.ui-draggable .ui-dialog-titlebar {
    cursor: move;
}

.ui-dialog-title {
    float: left;
    font-size: 17px;
    white-space: nowrap;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ui-dialog-titlebar-close {
    display: none;
}

.ui-dialog-titlebar-close:after {
    display: none;
}

.ui-dialog-titlebar-close.ui-state-hover,
.ui-dialog-titlebar-close.ui-state-focus {
    display: none;
}

.ui-dialog-content {
    position: relative;
    border: 0;
    padding: 20px;
    background: none;
    overflow: auto;
}

.ui-dialog-content .form-group:last-child,
.ui-dialog-content p:last-child {
    margin-bottom: 0;
}

.ui-dialog-buttonpane {
    padding: 20px;
    padding-top: 0;
}

.ui-dialog-buttonpane .ui-dialog-buttonset {
    float: right;
}

.ui-dialog-buttonpane button + button {
    margin-left: 5px;
    cursor: pointer;
}

.ui-menu {
    list-style: none;
    padding: 8px 0;
    margin: 0;
    display: block;
    outline: none;
    min-width: 180px;
    white-space: nowrap;
    background-color: #fff;
    border-radius: 3px;
    z-index: 1000;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.ui-menu .ui-menu {
    position: absolute;
    top: -8px !important;
}

.ui-menu .ui-menu-item {
    position: relative;
    margin: 0;
    cursor: pointer;
    padding: 8px 16px;
    min-height: 0;
    outline: 0;
}

.ui-menu .ui-menu-item > a {
    display: block;
    color: #333333;
}

.ui-menu .ui-menu-item > i {
    margin-right: 8px;
}

.ui-menu .ui-menu-item > .ui-menu-icon {
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: 15px;
}

.ui-menu .ui-menu-item > .ui-menu-icon:after {
    content: '\e9c7';
    font-family: 'icomoon';
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.ui-menu .ui-menu-item.ui-state-disabled,
.ui-menu .ui-menu-item.ui-state-disabled a {
    color: #999999;
    cursor: not-allowed;
}

.ui-menu .ui-menu-header {
    padding: 8px 16px;
    font-size: 11px;
    line-height: 1.82;
    text-transform: uppercase;
    color: #999999;
    margin-top: 8px;
}

.ui-menu .ui-menu-header.highlight {
    margin-top: 0;
    background-color: #f8f8f8;
    color: #999999;
}

.ui-menu .ui-menu-header.highlight:first-child {
    margin-top: 0;
}

.ui-menu .ui-menu-item + .highlight,
.ui-menu .highlight + .ui-menu-item {
    margin-top: 8px;
}

.ui-menu .ui-menu-item > a > i[class*=icon-],
.ui-menu .ui-menu-header > i[class*=icon-] {
    margin-top: 2px;
    float: left;
    margin-right: 16px;
    top: 0;
}

.ui-menu .ui-menu-item > a > i[class*=icon-].pull-right,
.ui-menu .ui-menu-header > i[class*=icon-].pull-right {
    margin-right: 0;
    margin-left: 16px;
}

.ui-menu .ui-menu-divider {
    margin: 8px 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-top: 1px solid #e5e5e5;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
    color: #333333;
    background-color: #f5f5f5;
}

.ui-menu.ui-state-disabled,
.ui-menu.ui-state-disabled .ui-menu-item,
.ui-menu.ui-state-disabled a {
    color: #999999;
    cursor: not-allowed;
}

.ui-progressbar {
    height: 18px;
    overflow: hidden;
    position: relative;
    background-color: #eeeeee;
    border-radius: 3px;
}

.ui-progressbar-value {
    float: left;
    width: 0%;
    height: 100%;
    background-color: #2196F3;
    color: #fff;
    overflow: hidden;
    -webkit-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease;
}

.ui-progressbar-value,
.ui-progressbar-overlay {
    height: 100%;
    background-size: 40px 40px;
}

.ui-progressbar-striped .ui-progressbar-value,
.ui-progressbar-striped .ui-progressbar-overlay {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.ui-progressbar-overlay {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.ui-progressbar-active .ui-progressbar-value,
.ui-progressbar-overlay {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
    background-image: none;
}

.ui-selectmenu-menu {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.ui-selectmenu-menu .ui-menu {
    max-height: 250px;
    overflow-y: auto;
    overflow-x: hidden;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
    font-size: 11px;
    font-weight: 700;
    line-height: 1.82;
    padding: 8px 16px;
    margin: 8px 0;
    text-transform: uppercase;
    height: auto;
    border: 0;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup ~ .ui-menu-item {
    padding-left: 32px;
}

.ui-selectmenu-open {
    display: block;
}

.ui-selectmenu-button {
    display: inline-block;
    position: relative;
    text-decoration: none;
    cursor: pointer;
    height: 38px;
    padding: 8px 0;
    padding-right: 26px;
    background-color: transparent;
    border: 1px solid transparent;
    border-bottom-color: #ddd;
    outline: 0;
}

.ui-selectmenu-button.ui-state-focus,
.ui-selectmenu-button[aria-expanded=true] {
    border-bottom-color: #009688;
    -webkit-box-shadow: 0 1px 0 #009688;
    box-shadow: 0 1px 0 #009688;
}

.ui-selectmenu-button:after {
    content: '\e9c5';
    font-family: 'Icomoon';
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0;
    text-align: right;
    margin-top: -8px;
    font-size: 16px;
    line-height: 1;
    color: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ui-selectmenu-button .ui-selectmenu-text {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ui-selectmenu-disabled {
    cursor: not-allowed;
    color: #999999;
    border-bottom-style: dashed;
}

.ui-selectmenu-lg .ui-selectmenu-button {
    height: 40px;
}

.ui-selectmenu-lg .ui-selectmenu-button .ui-selectmenu-text {
    padding: 9px 0;
    padding-right: 28px;
}

.ui-selectmenu-sm .ui-selectmenu-button {
    height: 36px;
}

.ui-selectmenu-sm .ui-selectmenu-button .ui-selectmenu-text {
    padding: 7px 0;
    padding-right: 24px;
    font-size: 12px;
    line-height: 1.6666667;
}

.ui-selectmenu-xs .ui-selectmenu-button {
    height: 34px;
}

.ui-selectmenu-xs .ui-selectmenu-button .ui-selectmenu-text {
    padding: 6px 0;
    padding-right: 22px;
    font-size: 12px;
    line-height: 1.6666667;
}

.ui-selectmenu-images .ui-menu-item > span {
    display: inline-block;
    margin-right: 10px;
    border-radius: 100px;
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
    float: left;
}

.ui-slider {
    position: relative;
    text-align: left;
    background-color: #eeeeee;
    border-radius: 100px;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 12px;
    height: 12px;
    cursor: pointer;
    border-radius: 50%;
    background-color: #5C6BC0;
    outline: 0;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: -webkit-transform ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: -webkit-transform ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.ui-slider .ui-slider-handle.ui-state-hover {
    -webkit-transform: scale(1.25);
    -ms-transform: scale(1.25);
    -o-transform: scale(1.25);
    transform: scale(1.25);
}

.ui-slider .ui-slider-handle.ui-state-focus,
.ui-slider .ui-slider-handle.ui-state-active {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-box-shadow: 0 0 0 10px rgba(92, 107, 192, 0.1);
    box-shadow: 0 0 0 10px rgba(92, 107, 192, 0.1);
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    display: block;
    border: 0;
    background-color: #5C6BC0;
    border-radius: 100px;
}

.ui-slider.ui-slider-disabled {
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.ui-slider-horizontal {
    height: 4px;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -4px;
    margin-left: -6px;
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}

.ui-slider-vertical {
    width: 4px;
    height: 150px;
    display: inline-block;
    margin: 0 10px;
}

.ui-slider-vertical .ui-slider-handle {
    left: -4px;
    margin-bottom: -6px;
}

.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
    bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
    top: 0;
}

.ui-slider-circle .ui-slider-handle:after {
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -2px;
    margin-left: -2px;
    border-radius: 100px;
}

.ui-handle-white .ui-slider-handle {
    background-color: #fff !important;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.ui-handle-white .ui-slider-handle.ui-state-focus,
.ui-handle-white .ui-slider-handle.ui-state-active {
    -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.05), 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24) !important;
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.05), 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24) !important;
}

.ui-slider-lg .ui-slider-handle {
    width: 15px;
    height: 15px;
}

.ui-slider-lg .ui-slider-handle:after {
    width: 5px;
    height: 5px;
    margin-top: -2.5px;
    margin-left: -2.5px;
}

.ui-slider-lg.ui-slider-horizontal {
    height: 5px;
}

.ui-slider-lg.ui-slider-horizontal .ui-slider-handle {
    top: -5px;
    margin-left: -7.5px;
}

.ui-slider-lg.ui-slider-vertical {
    width: 5px;
}

.ui-slider-lg.ui-slider-vertical .ui-slider-handle {
    left: -5px;
    margin-bottom: -7.5px;
}

.ui-slider-sm.ui-slider-horizontal {
    height: 3px;
}

.ui-slider-sm.ui-slider-horizontal .ui-slider-handle {
    top: -4.5px;
    margin-left: -6px;
}

.ui-slider-sm.ui-slider-vertical {
    width: 3px;
}

.ui-slider-sm.ui-slider-vertical .ui-slider-handle {
    left: -4.5px;
    margin-bottom: -6px;
}

.ui-slider-xs.ui-slider-horizontal {
    height: 2px;
}

.ui-slider-xs.ui-slider-horizontal .ui-slider-handle {
    top: -5px;
    margin-left: -6px;
}

.ui-slider-xs.ui-slider-vertical {
    width: 2px;
}

.ui-slider-xs.ui-slider-vertical .ui-slider-handle {
    left: -5px;
    margin-bottom: -6px;
}

.ui-slider-primary .ui-slider-range,
.ui-slider-primary .ui-slider-handle {
    background-color: #2196F3;
}

.ui-slider-primary .ui-slider-handle.ui-state-focus,
.ui-slider-primary .ui-slider-handle.ui-state-active {
    -webkit-box-shadow: 0 0 0 10px rgba(33, 150, 243, 0.1);
    box-shadow: 0 0 0 10px rgba(33, 150, 243, 0.1);
}

.ui-slider-danger .ui-slider-range,
.ui-slider-danger .ui-slider-handle {
    background-color: #F44336;
}

.ui-slider-danger .ui-slider-handle.ui-state-focus,
.ui-slider-danger .ui-slider-handle.ui-state-active {
    -webkit-box-shadow: 0 0 0 10px rgba(244, 67, 54, 0.1);
    box-shadow: 0 0 0 10px rgba(244, 67, 54, 0.1);
}

.ui-slider-success .ui-slider-range,
.ui-slider-success .ui-slider-handle {
    background-color: #4CAF50;
}

.ui-slider-success .ui-slider-handle.ui-state-focus,
.ui-slider-success .ui-slider-handle.ui-state-active {
    -webkit-box-shadow: 0 0 0 10px rgba(76, 175, 80, 0.1);
    box-shadow: 0 0 0 10px rgba(76, 175, 80, 0.1);
}

.ui-slider-warning .ui-slider-range,
.ui-slider-warning .ui-slider-handle {
    background-color: #FF5722;
}

.ui-slider-warning .ui-slider-handle.ui-state-focus,
.ui-slider-warning .ui-slider-handle.ui-state-active {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 87, 34, 0.1);
    box-shadow: 0 0 0 10px rgba(255, 87, 34, 0.1);
}

.ui-slider-info .ui-slider-range,
.ui-slider-info .ui-slider-handle {
    background-color: #00BCD4;
}

.ui-slider-info .ui-slider-handle.ui-state-focus,
.ui-slider-info .ui-slider-handle.ui-state-active {
    -webkit-box-shadow: 0 0 0 10px rgba(0, 188, 212, 0.1);
    box-shadow: 0 0 0 10px rgba(0, 188, 212, 0.1);
}

.ui-spinner {
    position: relative;
    display: table;
}

.ui-spinner-input {
    display: table-cell;
    width: calc(100% - 16px);
}

.ui-spinner-button {
    font-size: 0;
    cursor: pointer;
    display: table-cell;
    width: 1%;
    border-radius: 0;
    padding-left: 11px;
    padding-right: 11px;
}

.ui-spinner-button:after {
    font-family: 'Icomoon';
    display: inline-block;
    width: 16px;
    font-size: 16px;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ui-spinner-button + .ui-spinner-button {
    border-left: 1px solid #fff;
}

.ui-spinner-button .ui-button-text {
    display: none;
}

.ui-spinner-button.ui-state-hover,
.ui-spinner-button.ui-state-focus {
    color: #333333;
}

.ui-spinner-button.ui-state-disabled {
    background-color: transparent;
    color: #999999;
    cursor: not-allowed;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.ui-spinner-up {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.ui-spinner-up:after {
    content: '\e9f7';
}

.ui-spinner-down {
    margin-left: 1px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

.ui-spinner-down:after {
    content: '\e9e2';
}

.ui-tabs {
    position: relative;
}

.ui-tabs .ui-tabs-nav {
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

.ui-tabs .ui-tabs-nav li {
    list-style: none;
    position: relative;
    padding: 0;
    white-space: nowrap;
    margin-bottom: -1px;
}

@media (min-width: 769px) {
    .ui-tabs .ui-tabs-nav li {
        float: left;
    }
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    display: block;
    color: #888;
    padding: 12px 16px;
    border: 1px solid transparent;
    text-transform: uppercase;
    border-top-width: 2px;
}

.ui-tabs .ui-tabs-nav .ui-state-hover .ui-tabs-anchor:not(.ui-state-disabled),
.ui-tabs .ui-tabs-nav .ui-state-focus .ui-tabs-anchor:not(.ui-state-disabled) {
    color: #333333;
}

.ui-tabs .ui-tabs-nav .ui-tabs-active .ui-tabs-anchor {
    color: #333333;
    background-color: #fff;
    cursor: default;
    border-color: #2196F3 #ddd transparent;
}

.ui-tabs .ui-tabs-nav .ui-state-disabled {
    color: #999999;
    cursor: not-allowed;
    opacity: 0.75;
    filter: alpha(opacity=75);
}

.ui-tabs .ui-tabs-nav .ui-sortable-helper:not(.ui-tabs-active) .ui-tabs-anchor {
    background-color: #fff;
    border-bottom-color: #ddd;
}

@media (max-width: 768px) {
    .ui-tabs .ui-tabs-nav {
        border-bottom: 0;
        position: relative;
        background-color: #fff;
        padding: 8px 0;
        border: 1px solid #ddd;
        border-radius: 3px;
    }

    .ui-tabs .ui-tabs-nav li {
        margin-bottom: 0;
    }

    .ui-tabs .ui-tabs-nav li + li {
        margin-top: 1px;
    }

    .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
        border-width: 0 0 0 2px;
        border-left-color: transparent;
    }

    .ui-tabs .ui-tabs-nav .ui-state-hover .ui-tabs-anchor,
    .ui-tabs .ui-tabs-nav .ui-state-focus .ui-tabs-anchor {
        background-color: #fafafa;
    }

    .ui-tabs .ui-tabs-nav .ui-state-active .ui-tabs-anchor {
        border-left-color: #2196F3;
        background-color: #f5f5f5;
    }

    .ui-tabs .ui-tabs-nav:before {
        content: 'Contents';
        color: inherit;
        font-size: 12px;
        line-height: 1.6666667;
        font-weight: 500;
        margin-top: 7px;
        margin-left: 15px;
        margin-bottom: 15px;
        text-transform: uppercase;
        opacity: 0.5;
        filter: alpha(opacity=50);
    }
}

.ui-tabs .ui-tabs-panel {
    display: block;
}

.ui-tooltip {
    position: absolute;
    z-index: 1070;
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #333;
    border-radius: 3px;
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.ui-helper-hidden {
    display: none;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
}

.ui-helper-clearfix:after {
    clear: both;
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);
}

.ui-front {
    z-index: 1040;
}

/* ------------------------------------------------------------------------------
*
*  # Ripple effect
*
*  Material design ripple click effect
*
*  Version: 1.0
*  Latest update: Mar 10, 2016
*
* ---------------------------------------------------------------------------- */
.legitRipple {
    position: relative;
    overflow: hidden;
    z-index: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.legitRipple-ripple {
    position: absolute;
    width: 0;
    z-index: -1;
    pointer-events: none;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
    will-change: transform, width, opacity;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: width 0.2s linear, opacity 0.5s ease-out;
    -o-transition: width 0.2s linear, opacity 0.5s ease-out;
    transition: width 0.2s linear, opacity 0.5s ease-out;
}

.legitRipple-ripple:before {
    content: "";
    padding-top: 100%;
    display: block;
}

.breadcrumb-line[class*=bg-] .breadcrumb-elements > li .legitRipple-ripple {
    background-color: rgba(255, 255, 255, 0.1);
}

.btn-default .legitRipple-ripple,
.btn-link .legitRipple-ripple,
.btn-flat .legitRipple-ripple,
.icons-list > li > a .legitRipple-ripple,
.pagination > li:not(.active) > a .legitRipple-ripple,
.pagination > li:not(.active) > span .legitRipple-ripple,
.nav-tabs:not([class*=bg-]) > li > a .legitRipple-ripple,
.breadcrumb-elements > li .legitRipple-ripple,
.nav-pills > li > a .legitRipple-ripple,
.ui-button:not([class*=bg-]) .legitRipple-ripple,
.ui-tabs-anchor .legitRipple-ripple,
.fc-button .legitRipple-ripple,
.checkbox .legitRipple-ripple,
.wizard > .actions > ul > li:first-child > a .legitRipple-ripple,
.sidebar-default .navigation > li > a .legitRipple-ripple,
.sidebar-default .navigation > li ul li > a .legitRipple-ripple,
.navbar-default .navbar-nav > li > a .legitRipple-ripple {
    background-color: rgba(0, 0, 0, 0.05);
}

img ~ .legitRipple-ripple {
    z-index: auto;
}

.sidebar-user-material-content .legitRipple {
    border-radius: 50%;
}

.legitRipple-template {
    display: none;
}

.legitRipple-custom {
    overflow: hidden;
}

.legitRipple-custom > * {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/*--------------------------------------------------------------------------------------------*/
th {
    text-align: left;
}

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
    border-top: 0;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    padding: 10px 15px;
    line-height: 1.5384616;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
    /* border-top: 0; */
}

.table > tbody + tbody {
    border-top: 2px solid #ddd;
}

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
    padding: 8px 20px;
}

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

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
    border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
    border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #fcfcfc;
}

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

table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell;
}

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
    background-color: #f8f8f8;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
    background-color: #ebebeb;
}

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
    background-color: #E8F5E9;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
    background-color: #d6edd8;
}

.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
    background-color: #E0F7FA;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
    background-color: #caf1f6;
}

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
    background-color: #FFF3E0;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
    background-color: #ffe9c6;
}

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
    background-color: #FBE9E7;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
    background-color: #f7d5d1;
}

.table-responsive {
    overflow-x: auto;
    min-height: 0.01%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

@media screen and (max-width: 768px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: scroll;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }

    .table-responsive > .table {
        margin-bottom: 0;
    }

    .table-responsive > .table > thead > tr > th,
    .table-responsive > .table > tbody > tr > th,
    .table-responsive > .table > tfoot > tr > th,
    .table-responsive > .table > thead > tr > td,
    .table-responsive > .table > tbody > tr > td,
    .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap;
    }

    .table-responsive > .table-bordered {
        border: 0;
    }

    .table-responsive > .table-bordered > thead > tr > th:first-child,
    .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .table-responsive > .table-bordered > thead > tr > td:first-child,
    .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }

    .table-responsive > .table-bordered > thead > tr > th:last-child,
    .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .table-responsive > .table-bordered > thead > tr > td:last-child,
    .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }

    .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .table-responsive > .table-bordered > tfoot > tr:last-child > th,
    .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0;
    }

}

.navigation li > .has-ul:after {
    content: "\ee31";
    font-size: 16px;
    font-family: 'icomoon';
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -9px;
    right: 20px;
    height: 10px;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    -o-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;

}

.navigation li.active > .has-ul:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.sidebar-toggler {
    position: fixed;
    left: 230px;
    top: 89px;
    margin: 3px;
    z-index: 23;
    transition: all .3s;
}

@media (max-width: 767px) {
    .sidebar-toggler {
        display: none !important;
    }
}


.form-control {
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 16px;
    font-size: 13px;
    line-height: 1.5384616;
    color: #333333;
    background-color: transparent;
    background-image: none;
    border: 1px solid #ddd;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus {
    border-color: #ddd;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(221, 221, 221, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(221, 221, 221, 0.6);
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #999;
}

.form-control::-webkit-input-placeholder {
    color: #999;
}

.form-control::-ms-expand {
    border: 0;
    background-color: transparent;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: transparent;
    opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed;
}

textarea.form-control {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"].form-control,
    input[type="time"].form-control,
    input[type="datetime-local"].form-control,
    input[type="month"].form-control {
        line-height: 38px;
    }

    input[type="date"].input-sm,
    input[type="time"].input-sm,
    input[type="datetime-local"].input-sm,
    input[type="month"].input-sm,
    .input-group-sm input[type="date"],
    .input-group-sm input[type="time"],
    .input-group-sm input[type="datetime-local"],
    .input-group-sm input[type="month"] {
        line-height: 36px;
    }

    input[type="date"].input-lg,
    input[type="time"].input-lg,
    input[type="datetime-local"].input-lg,
    input[type="month"].input-lg,
    .input-group-lg input[type="date"],
    .input-group-lg input[type="time"],
    .input-group-lg input[type="datetime-local"],
    .input-group-lg input[type="month"] {
        line-height: 40px;
    }
}

.form-group {
    margin-bottom: 20px;
}

.radio,
.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.radio label,
.checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px \9;
}

.radio + .radio,
.checkbox + .checkbox {
    margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
    margin-top: 0;
    margin-left: 10px;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed;
}

.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
    cursor: not-allowed;
}

.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
    cursor: not-allowed;
}

.form-control-static {
    padding-top: 9px;
    padding-bottom: 9px;
    margin-bottom: 0;
    min-height: 33px;
}

.form-control-static.input-lg,
.form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0;
}

.input-sm {
    height: 36px;
    padding: 7px 14px;
    font-size: 12px;
    line-height: 1.6666667;
    border-radius: 2px;
}

select.input-sm {
    height: 36px;
    line-height: 36px;
}

textarea.input-sm,
select[multiple].input-sm {
    height: auto;
}

.form-group-sm .form-control {
    height: 36px;
    padding: 7px 14px;
    font-size: 12px;
    line-height: 1.6666667;
    border-radius: 2px;
}

.form-group-sm select.form-control {
    height: 36px;
    line-height: 36px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
    height: auto;
}

.form-group-sm .form-control-static {
    height: 36px;
    min-height: 32px;
    padding: 8px 14px;
    font-size: 12px;
    line-height: 1.6666667;
}

.input-lg {
    height: 40px;
    padding: 9px 18px;
    font-size: 14px;
    line-height: 1.4285715;
    border-radius: 3px;
}

select.input-lg {
    height: 40px;
    line-height: 40px;
}

textarea.input-lg,
select[multiple].input-lg {
    height: auto;
}

.form-group-lg .form-control {
    height: 40px;
    padding: 9px 18px;
    font-size: 14px;
    line-height: 1.4285715;
    border-radius: 3px;
}

.form-group-lg select.form-control {
    height: 40px;
    line-height: 40px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
    height: auto;
}

.form-group-lg .form-control-static {
    height: 40px;
    min-height: 34px;
    padding: 10px 18px;
    font-size: 14px;
    line-height: 1.4285715;
}

.has-feedback {
    position: relative;
}

.has-feedback .form-control {
    padding-right: 47.5px;
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    pointer-events: none;
}

.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
    width: 36px;
    height: 36px;
    line-height: 36px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
    color: #43A047;
}

.has-success .form-control {
    border-color: #43A047;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
    border-color: #347c37;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7fca83;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7fca83;
}

.has-success .input-group-addon {
    color: #43A047;
    border-color: #43A047;
    background-color: #E8F5E9;
}

.has-success .form-control-feedback {
    color: #43A047;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
    color: #EF6C00;
}

.has-warning .form-control {
    border-color: #EF6C00;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
    border-color: #bc5500;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffa256;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffa256;
}

.has-warning .input-group-addon {
    color: #EF6C00;
    border-color: #EF6C00;
    background-color: #FFF3E0;
}

.has-warning .form-control-feedback {
    color: #EF6C00;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #D84315;
}

.has-error .form-control {
    border-color: #D84315;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
    border-color: #aa3510;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f08463;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f08463;
}

.has-error .input-group-addon {
    color: #D84315;
    border-color: #D84315;
    background-color: #FBE9E7;
}

.has-error .form-control-feedback {
    color: #D84315;
}

.has-feedback label ~ .form-control-feedback {
    top: 25px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0;
}

.help-block {
    display: block;
    color: #737373;
}

@media (min-width: 769px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .form-control-static {
        display: inline-block;
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }

    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
        width: auto;
    }

    .form-inline .input-group > .form-control {
        width: 100%;
    }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .radio label,
    .form-inline .checkbox label {
        padding-left: 0;
    }

    .form-inline .radio input[type="radio"],
    .form-inline .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0;
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 9px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 29px;
}

.form-horizontal .form-group {
    margin-left: -10px;
    margin-right: -10px;
}

@media (min-width: 769px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 9px;
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 10px;
}

@media (min-width: 769px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 10px;
        font-size: 14px;
    }
}

@media (min-width: 769px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 8px;
        font-size: 12px;
    }
}

/*------------------------------------- Button -------------------------------------*/

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 8px 16px;
    font-size: 13px;
    line-height: 1.5384616;
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #e6e6e6;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.btn:hover,
.btn:focus,
.btn.focus {
    color: #ffffff;
    text-decoration: none;
}

.btn:active,
.btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none;
}

.btn-default {
    color: #333;
    background-color: #f5f5f5;
    border-color: transparent;
}

.btn-default:focus,
.btn-default.focus {
    color: #333;
    background-color: #dcdcdc;
    border-color: rgba(0, 0, 0, 0);
}

.btn-default:hover {
    color: #333;
    background-color: #dcdcdc;
    border-color: rgba(0, 0, 0, 0);
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    color: #333;
    background-color: #dcdcdc;
    border-color: rgba(0, 0, 0, 0);
}

.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
    color: #333;
    background-color: #cacaca;
    border-color: rgba(0, 0, 0, 0);
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    background-image: none;
}

.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
    background-color: #f5f5f5;
    border-color: transparent;
}

.btn-default .badge {
    color: #f5f5f5;
    background-color: #333;
}

.btn-primary {
    color: #fff;
    background-color: #2196F3;
    border-color: #2196F3;
}

.btn-primary:focus,
.btn-primary.focus {
    color: #fff;
    background-color: #0c7cd5;
    border-color: #08528d;
}

.btn-primary:hover {
    color: #fff;
    background-color: #0c7cd5;
    border-color: #0b76cc;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #0c7cd5;
    border-color: #0b76cc;
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
    color: #fff;
    background-color: #0a68b4;
    border-color: #08528d;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
    background-color: #2196F3;
    border-color: #2196F3;
}

.btn-primary .badge {
    color: #2196F3;
    background-color: #fff;
}

.btn-success {
    color: #fff;
    background-color: #4CAF50;
    border-color: #4CAF50;
}

.btn-success:focus,
.btn-success.focus {
    color: #fff;
    background-color: #3d8b40;
    border-color: #255627;
}

.btn-success:hover {
    color: #fff;
    background-color: #3d8b40;
    border-color: #39843c;
}

.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #3d8b40;
    border-color: #39843c;
}

.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
    color: #fff;
    background-color: #327334;
    border-color: #255627;
}

.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
    background-image: none;
}

.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
    background-color: #4CAF50;
    border-color: #4CAF50;
}

.btn-success .badge {
    color: #4CAF50;
    background-color: #fff;
}

.btn-info {
    color: #fff;
    background-color: #00BCD4;
    border-color: #00BCD4;
}

.btn-info:focus,
.btn-info.focus {
    color: #fff;
    background-color: #008fa1;
    border-color: #004b55;
}

.btn-info:hover {
    color: #fff;
    background-color: #008fa1;
    border-color: #008697;
}

.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #008fa1;
    border-color: #008697;
}

.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
    color: #fff;
    background-color: #006f7d;
    border-color: #004b55;
}

.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
    background-image: none;
}

.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
    background-color: #00BCD4;
    border-color: #00BCD4;
}

.btn-info .badge {
    color: #00BCD4;
    background-color: #fff;
}

.btn-warning {
    color: #fff;
    background-color: #FF5722;
    border-color: #FF5722;
}

.btn-warning:focus,
.btn-warning.focus {
    color: #fff;
    background-color: #ee3900;
    border-color: #a22700;
}

.btn-warning:hover {
    color: #fff;
    background-color: #ee3900;
    border-color: #e43700;
}

.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ee3900;
    border-color: #e43700;
}

.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
    color: #fff;
    background-color: #ca3100;
    border-color: #a22700;
}

.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
    background-image: none;
}

.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
    background-color: #FF5722;
    border-color: #FF5722;
}

.btn-warning .badge {
    color: #FF5722;
    background-color: #fff;
}

.btn-danger {
    color: #fff;
    background-color: #F44336;
    border-color: #F44336;
}

.btn-danger:focus,
.btn-danger.focus {
    color: #fff;
    background-color: #ea1c0d;
    border-color: #a21309;
}

.btn-danger:hover {
    color: #fff;
    background-color: #ea1c0d;
    border-color: #e11b0c;
}

.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #ea1c0d;
    border-color: #e11b0c;
}

.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
    color: #fff;
    background-color: #c8180b;
    border-color: #a21309;
}

.btn-dark:active:hover,
.btn-dark.active:hover,
.open > .dropdown-toggle.btn-dark:hover,
.btn-dark:active:focus,
.btn-dark.active:focus,
.open > .dropdown-toggle.btn-dark:focus,
.btn-dark:active.focus,
.btn-dark.active.focus,
.open > .dropdown-toggle.btn-dark.focus {
    color: #fff !important;
    background-color: #23272b;
    border-color: #1d2124;
}

.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
    background-image: none;
}

.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
    background-color: #F44336;
    border-color: #F44336;
}

.btn-danger .badge {
    color: #F44336;
    background-color: #fff;
}

.btn-link {
    color: #1E88E5;
    font-weight: normal;
    border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
    color: #166dba;
    text-decoration: none;
    background-color: transparent;
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
    color: #999999;
    text-decoration: none;
}

.btn-lg,
.btn-group-lg > .btn {
    padding: 9px 18px;
    font-size: 14px;
    line-height: 1.4285715;
    border-radius: 4px;
}

.btn-sm,
.btn-group-sm > .btn {
    padding: 7px 14px;
    font-size: 12px;
    line-height: 1.6666667;
    border-radius: 2px;
}

.btn-xs,
.btn-group-xs > .btn {
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.6666667;
    border-radius: 2px;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-block + .btn-block {
    margin-top: 5px;
}

.btn-raised:not(.btn-flat):not(.btn-link) {
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.btn-raised:not(.btn-flat):not(.btn-link).btn-default {
    background-color: #fcfcfc;
}

.btn-raised:not(.btn-flat):not(.btn-link).btn-default:hover,
.btn-raised:not(.btn-flat):not(.btn-link).btn-default:focus,
.btn-raised:not(.btn-flat):not(.btn-link).btn-default.focus {
    background-color: #f8f8f8;
}

.btn-raised:not(.btn-flat):not(.btn-link).btn-default:active,
.btn-raised:not(.btn-flat):not(.btn-link).btn-default.active,
.open > .dropdown-toggle.btn-raised:not(.btn-flat):not(.btn-link).btn-default {
    background-color: #f8f8f8;
}

.btn-group.open .dropdown-toggle.btn-raised:not(.btn-flat):not(.btn-link).btn-default,
.input-group-btn.open .dropdown-toggle.btn-raised:not(.btn-flat):not(.btn-link).btn-default {
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.btn-raised:not(.btn-flat):not(.btn-link).btn-default.disabled:hover,
.btn-raised:not(.btn-flat):not(.btn-link).btn-default[disabled]:hover,
fieldset[disabled] .btn-raised:not(.btn-flat):not(.btn-link).btn-default:hover,
.btn-raised:not(.btn-flat):not(.btn-link).btn-default.disabled:focus,
.btn-raised:not(.btn-flat):not(.btn-link).btn-default[disabled]:focus,
fieldset[disabled] .btn-raised:not(.btn-flat):not(.btn-link).btn-default:focus,
.btn-raised:not(.btn-flat):not(.btn-link).btn-default.disabled.focus,
.btn-raised:not(.btn-flat):not(.btn-link).btn-default[disabled].focus,
fieldset[disabled] .btn-raised:not(.btn-flat):not(.btn-link).btn-default.focus {
    background-color: #fcfcfc;
}

.btn-raised:not(.btn-flat):not(.btn-link):hover,
.btn-raised:not(.btn-flat):not(.btn-link):focus,
.btn-raised:not(.btn-flat):not(.btn-link).focus {
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.btn-raised:not(.btn-flat):not(.btn-link):active,
.btn-raised:not(.btn-flat):not(.btn-link).active {
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.btn-group.open .dropdown-toggle.btn-raised:not(.btn-flat):not(.btn-link),
.input-group-btn.open .dropdown-toggle.btn-raised:not(.btn-flat):not(.btn-link) {
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.btn-raised:not(.btn-flat):not(.btn-link).disabled,
.btn-raised:not(.btn-flat):not(.btn-link)[disabled],
fieldset[disabled] .btn-raised:not(.btn-flat):not(.btn-link) {
    -webkit-box-shadow: none;
    box-shadow: none;
}


/* ------------------------------------------------------------------------------
*
*  # Ripple effect
*
*  Material design ripple click effect
*
*  Version: 1.0
*  Latest update: Mar 10, 2016
*
* ---------------------------------------------------------------------------- */
.legitRipple {
    position: relative;
    overflow: hidden;
    z-index: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.legitRipple-ripple {
    position: absolute;
    width: 0;
    z-index: -1;
    pointer-events: none;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
    will-change: transform, width, opacity;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: width 0.2s linear, opacity 0.5s ease-out;
    -o-transition: width 0.2s linear, opacity 0.5s ease-out;
    transition: width 0.2s linear, opacity 0.5s ease-out;
}

.legitRipple-ripple:before {
    content: "";
    padding-top: 100%;
    display: block;
}

.breadcrumb-line[class*=bg-] .breadcrumb-elements > li .legitRipple-ripple {
    background-color: rgba(255, 255, 255, 0.1);
}

.btn-default .legitRipple-ripple,
.btn-link .legitRipple-ripple,
.btn-flat .legitRipple-ripple,
.icons-list > li > a .legitRipple-ripple,
.pagination > li:not(.active) > a .legitRipple-ripple,
.pagination > li:not(.active) > span .legitRipple-ripple,
.nav-tabs:not([class*=bg-]) > li > a .legitRipple-ripple,
.breadcrumb-elements > li .legitRipple-ripple,
.nav-pills > li > a .legitRipple-ripple,
.ui-button:not([class*=bg-]) .legitRipple-ripple,
.ui-tabs-anchor .legitRipple-ripple,
.fc-button .legitRipple-ripple,
.checkbox .legitRipple-ripple,
.wizard > .actions > ul > li:first-child > a .legitRipple-ripple,
.sidebar-default .navigation > li > a .legitRipple-ripple,
.sidebar-default .navigation > li ul li > a .legitRipple-ripple,
.navbar-default .navbar-nav > li > a .legitRipple-ripple {
    background-color: rgba(0, 0, 0, 0.05);
}

img ~ .legitRipple-ripple {
    z-index: auto;
}

.sidebar-user-material-content .legitRipple {
    border-radius: 50%;
}

.legitRipple-template {
    display: none;
}

.legitRipple-custom {
    overflow: hidden;
}

.legitRipple-custom > * {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/*---------- Pagination -------------------------*/
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 3px;
}

.pagination > li {
    display: inline;
}

.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 8px 16px;
    line-height: 1.5384616;
    text-decoration: none;
    color: #333333;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    margin-left: -1px;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    z-index: 2;
    color: #333333;
    background-color: #f5f5f5;
    border-color: #ddd;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #00a8fb;
    border-color: #00a8fb;
    cursor: default;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #bbb;
    background-color: #fcfcfc;
    border-color: #ddd;
    cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 9px 18px;
    font-size: 14px;
    line-height: 1.4285715;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 7px 14px;
    font-size: 12px;
    line-height: 1.6666667;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
    text-align: center;
}

.pager li {
    display: inline;
}

.pager li > a,
.pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 3px;
}

.pager li > a:hover,
.pager li > a:focus {
    text-decoration: none;
    background-color: #00a8fb;
}

.pager .next > a,
.pager .next > span {
    float: right;
}

.pager .previous > a,
.pager .previous > span {
    float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
    color: #bbb;
    background-color: #f5f5f5;
    cursor: not-allowed;
}

.label {
    display: inline;
    padding: 0.3rem 0.8rem;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .75em;
}

a.label:hover,
a.label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.label:empty {
    display: none;
}

.btn .label {
    position: relative;
    top: -1px;
}

.label-default {
    background-color: #999999;
}

.label-default[href]:hover,
.label-default[href]:focus {
    background-color: #808080;
}

.label-primary {
    background-color: #00a8fb;
}

.label-primary[href]:hover,
.label-primary[href]:focus {
    background-color: #0c7cd5;
}

.label-success {
    background-color: #4CAF50;
}

.label-success[href]:hover,
.label-success[href]:focus {
    background-color: #3d8b40;
}

.label-info {
    background-color: #00BCD4;
}

.label-info[href]:hover,
.label-info[href]:focus {
    background-color: #008fa1;
}

.label-warning {
    background-color: #FF5722;
}

.label-warning[href]:hover,
.label-warning[href]:focus {
    background-color: #ee3900;
}

.label-danger {
    background-color: #F44336;
}

.label-danger[href]:hover,
.label-danger[href]:focus {
    background-color: #ea1c0d;
}

.btn .badge {
    position: relative;
    top: -1px;
}

.btn-xs .badge,
.btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px;
}


/* ------------------------------------------------------------------------------
*
*  # Pager component
*
*  Overrides for pager bootstrap component
*
*  Version: 1.2
*  Latest update: Aug 10, 2016
*
* ---------------------------------------------------------------------------- */
.pager {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 0;
}

.pager li > a,
.pager li > span {
    padding: 9px 17px;
    color: #333333;
    border-width: 0;
    overflow: hidden;
    font-size: 13px;
}

.pager li > a:hover,
.pager li > a:focus {
    border-color: #00a8fb;
    color: #fff;
}

.pager li + li {
    margin-left: 10px;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
    border-color: #ddd;
}

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

.pager.text-right {
    text-align: right;
}

.pager-lg li > a,
.pager-lg li > span {
    padding: 10px 19px;
    font-size: 14px;
    line-height: 1.4285715;
}

.pager-sm li > a,
.pager-sm li > span {
    padding: 8px 15px;
    font-size: 12px;
    line-height: 1.6666667;
}

.pager-xs li > a,
.pager-xs li > span {
    padding: 7px 13px;
    font-size: 12px;
    line-height: 1.6666667;
}

.pager-rounded li > a,
.pager-rounded li > span {
    border-radius: 100px;
}

.pager-linked li > a,
.pager-linked li > span {
    border-color: transparent;
    background-color: transparent;
    color: #1E88E5;
}

.pager-linked li > a:hover,
.pager-linked li > span:hover {
    background-color: #00a8fb;
    color: #fff;
}

.pager-linked .disabled > a,
.pager-linked .disabled > a:hover,
.pager-linked .disabled > a:focus,
.pager-linked .disabled > span {
    background-color: transparent;
    border-color: transparent;
}

/* tool sets */

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

/*.hide {*/
/*    display: none !important;*/
/*}*/

/*.show {*/
/*    display: block !important;*/
/*}*/

.invisible {
    visibility: hidden;
}

.text-hide {
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
}

.affix {
    position: fixed;
}


.modal-open {
    overflow: hidden;
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    font-family: Lato, 'Helvetica Neue', Arial, Helvetica, sans-serif !important;

}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
}

.modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.modal-header {
    padding: 20px;
    border-bottom: 1px solid transparent;
}

.modal-header .close {
    margin-top: -2px;
}

.modal-title {
    margin: 0;
    line-height: 1.5384616;
}

.modal-body {
    position: relative;
    padding: 20px;
}

.modal-footer {
    padding: 20px;
    text-align: right;
    border-top: 1px solid transparent;
}

.modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 769px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }

    .modal-sm {
        width: 400px;
    }
}

@media (min-width: 1025px) {
    .modal-lg {
        width: 900px;
    }
}

/* ------------------------------------------------------------------------------
*
*  # Tables component
*
*  Overrides for tables bootstrap component
*
*  Version: 1.1
*  Latest update: Oct 20, 2015
*
* ---------------------------------------------------------------------------- */

th {
    font-weight: 500;
}

.table {
    margin-bottom: 0;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    vertical-align: middle;
}

.table > thead > tr + tr > th,
.table > thead > tr + tr > td {
    border-top-width: 0;
}

.panel[class*=bg-] .table > thead > tr > th,
.table[class*=bg-] > thead > tr > th,
.panel[class*=bg-] .table > tbody > tr > th,
.table[class*=bg-] > tbody > tr > th,
.panel[class*=bg-] .table > tfoot > tr > th,
.table[class*=bg-] > tfoot > tr > th,
.panel[class*=bg-] .table > thead > tr > td,
.table[class*=bg-] > thead > tr > td,
.panel[class*=bg-] .table > tbody > tr > td,
.table[class*=bg-] > tbody > tr > td,
.panel[class*=bg-] .table > tfoot > tr > td,
.table[class*=bg-] > tfoot > tr > td {
    border-color: rgba(255, 255, 255, 0.2);
}

.table tr[class*=bg-] > td,
.table tr[class*=bg-] > th {
    border-color: #fff;
}

.table tr > td[class*=bg-],
.table tr > th[class*=bg-] {
    border-color: #fff;
}

.table > thead > tr[class*=border-bottom-] > th,
.table > thead > tr[class*=border-bottom-] > td {
    border-bottom-color: inherit;
}

.table > tbody > tr[class*=border-top-] > th,
.table > tfoot > tr[class*=border-top-] > th,
.table > tbody > tr[class*=border-top-] > td,
.table > tfoot > tr[class*=border-top-] > td {
    border-top-color: inherit;
}

.table > thead > tr > th {
    border-bottom: 1px solid #bbb;
}

.table > tfoot > tr > th {
    border-top: 1px solid #bbb;
}

.table .table {
    background-color: #fff;
}

.table-responsive + .table-responsive > .table:not(.table-bordered):not(.table-framed),
.table:not(.table-bordered):not(.table-framed) + .table:not(.table-bordered):not(.table-framed) {
    border-top: 1px solid #ddd;
}

.modal-body + .table-responsive > .table,
.modal-body + .table {
    border-bottom: 1px solid #ddd;
}

.modal-body + .table-responsive {
    border-width: 0;
}

.panel[class*=bg-] > .panel-body + .table,
.panel[class*=bg-] > .panel-body + .table-responsive {
    border-color: #fff;
}

.table > thead > tr.border-solid > th,
.table > thead > tr.border-solid > td {
    border-bottom-width: 2px;
}

.table > tbody > tr.border-solid > td,
.table > tfoot > tr.border-solid > td,
.table > tbody > tr.border-solid > th,
.table > tfoot > tr.border-solid > th {
    border-top-width: 2px;
}

.table-bordered > thead > tr.border-solid:first-child > th,
.table-bordered > thead > tr.border-solid:first-child > td {
    border-bottom-width: 2px;
}

.table > thead > tr.border-double > th,
.table > thead > tr.border-double > td {
    border-bottom-width: 3px;
    border-bottom-style: double;
}

.table > tbody > tr.border-double > td,
.table > tfoot > tr.border-double > td,
.table > tbody > tr.border-double > th,
.table > tfoot > tr.border-double > th {
    border-top-width: 3px;
    border-top-style: double;
}

.table-bordered > thead > tr.border-double:first-child > th,
.table-bordered > thead > tr.border-double:first-child > td {
    border-bottom-width: 3px;
    border-bottom-style: double;
}

.table > tbody > tr.border-dashed > td,
.table > tbody > tr.border-dashed > th {
    border-top-style: dashed;
}

.table-framed,
.panel > .table-framed,
.panel > .table-responsive > .table-framed {
    border: 1px solid #ddd;
}

.table-framed > thead > tr > th:first-child,
.table-framed > thead > tr > td:first-child {
    border-left-color: #ddd;
}

.table-framed > thead > tr > th:last-child,
.table-framed > thead > tr > td:last-child {
    border-right-color: #ddd;
}

@media screen and (max-width: 768px) {
    .table-responsive > .table-framed {
        border: 0;
    }
}

.table-borderless > tbody > tr > td,
.table-borderless > tbody > tr > th {
    border: 0;
}

.table-columned > tbody > tr > td,
.table-columned > tfoot > tr > td,
.table-columned > tbody > tr > th,
.table-columned > tfoot > tr > th {
    border: 0;
    border-left: 1px solid #ddd;
}

.table-columned > tbody > tr > td:first-child,
.table-columned > tfoot > tr > td:first-child,
.table-columned > tbody > tr > th:first-child,
.table-columned > tfoot > tr > th:first-child {
    border-left: 0;
}

.table-xlg > thead > tr > th,
.table-xlg > tbody > tr > th,
.table-xlg > tfoot > tr > th,
.table-xlg > thead > tr > td,
.table-xlg > tbody > tr > td,
.table-xlg > tfoot > tr > td {
    padding: 20px;
}

.table-lg > thead > tr > th,
.table-lg > tbody > tr > th,
.table-lg > tfoot > tr > th,
.table-lg > thead > tr > td,
.table-lg > tbody > tr > td,
.table-lg > tfoot > tr > td {
    padding: 15px 20px;
}

.table-sm > thead > tr > th,
.table-sm > tbody > tr > th,
.table-sm > tfoot > tr > th,
.table-sm > thead > tr > td,
.table-sm > tbody > tr > td,
.table-sm > tfoot > tr > td {
    padding: 10px 20px;
}

.table-xs > thead > tr > th,
.table-xs > tbody > tr > th,
.table-xs > tfoot > tr > th,
.table-xs > thead > tr > td,
.table-xs > tbody > tr > td,
.table-xs > tfoot > tr > td {
    padding: 8px 20px;
}

.table-xxs > thead > tr > th,
.table-xxs > tbody > tr > th,
.table-xxs > tfoot > tr > th,
.table-xxs > thead > tr > td,
.table-xxs > tbody > tr > td,
.table-xxs > tfoot > tr > td {
    padding: 6px 15px;
}

.panel > .table-responsive > .table-bordered > thead > tr > th,
.panel > .table-bordered > thead > tr > th,
.panel > .table-responsive > .table-bordered > thead > tr > td,
.panel > .table-bordered > thead > tr > td {
    border-left-color: transparent;
    border-right-color: transparent;
}

.table-bordered tr:first-child > td,
.table-bordered tr:first-child > th {
    border-top-color: #bbb;
}

.table-bordered tr[class*=bg-] > th,
.table-bordered tr[class*=bg-] > td,
.table-bordered tr > th[class*=bg-],
.table-bordered tr > td[class*=bg-] {
    border-color: #fff;
}

.panel[class*=bg-] .table-striped > tbody > tr:nth-child(odd),
.table-striped[class*=bg-] > tbody > tr:nth-child(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}

.table-hover > tbody > tr:hover > th,
.table-hover > tbody > tr:hover > td {
    background-color: inherit;
}

.panel[class*=bg-] .table-hover > tbody > tr:hover,
.table-hover[class*=bg-] > tbody > tr:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

.panel[class*=bg-] .panel-body > .table .active > th,
.panel[class*=bg-] .panel-body > .table-responsive > .table .active > th,
.table[class*=bg-] .active > th,
.panel[class*=bg-] .panel-body > .table .active > td,
.panel[class*=bg-] .panel-body > .table-responsive > .table .active > td,
.table[class*=bg-] .active > td,
.panel[class*=bg-] .panel-body > .table th.active,
.panel[class*=bg-] .panel-body > .table-responsive > .table th.active,
.table[class*=bg-] th.active,
.panel[class*=bg-] .panel-body > .table td.active,
.panel[class*=bg-] .panel-body > .table-responsive > .table td.active,
.table[class*=bg-] td.active {
    background-color: rgba(0, 0, 0, 0.15);
}


/* ------------------------------------------------------------------------------
 *
 *  # Login and related forms
 *
 *  Styles related to user login - logins, registration, password revovery, unlock etc.
 *
 *  Version: 1.2
 *  Latest update: Mar 10, 2016
 *
 * ---------------------------------------------------------------------------- */
.login-cover {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fccd76+0,f9f9f9+50&1+0,0.3+40 */
    background: -moz-linear-gradient(top, rgba(252, 205, 118, 1) 0%, rgba(250, 240, 223, 0.3) 40%, rgba(249, 249, 249, 0.3) 50%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(252, 205, 118, 1) 0%, rgba(250, 240, 223, 0.3) 40%, rgba(249, 249, 249, 0.3) 50%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(252, 205, 118, 1) 0%, rgba(250, 240, 223, 0.3) 40%, rgba(249, 249, 249, 0.3) 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fccd76', endColorstr='#4df9f9f9', GradientType=0); /* IE6-9 */

}

/* ------------------------------------------------------------------------------
 *
 *  # Login and related forms
 *
 *  Styles related to user login - logins, registration, password revovery, unlock etc.
 *
 *  Version: 1.2
 *  Latest update: Mar 10, 2016
 *
 * ---------------------------------------------------------------------------- */
.login-cover {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fccd76+0,f9f9f9+50&1+0,0.3+40 */
    background: -moz-linear-gradient(top, rgba(252, 205, 118, 1) 0%, rgba(250, 240, 223, 0.3) 40%, rgba(249, 249, 249, 0.3) 50%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(252, 205, 118, 1) 0%, rgba(250, 240, 223, 0.3) 40%, rgba(249, 249, 249, 0.3) 50%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(252, 205, 118, 1) 0%, rgba(250, 240, 223, 0.3) 40%, rgba(249, 249, 249, 0.3) 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fccd76', endColorstr='#4df9f9f9', GradientType=0); /* IE6-9 */
    background-repeat: no-repeat;
}

.login-container .page-container {
    /*padding-top: 20px;*/
    position: static;
}

.login-container .page-container .login-form {
    width: 320px;
}

.login-container .page-container .login-form .thumb {
    margin: 0 auto 20px auto;
}

.login-container .page-container .login-form,
.login-container .page-container .registration-form {
    margin: 0 auto 20px auto;
}

@media (max-width: 480px) {
    .login-container .page-container .login-form,
    .login-container .page-container .registration-form {
        width: 100%;
    }
}

.login-container .page-container .nav-tabs.nav-justified {
    margin-bottom: 0;
}

.login-container .page-container .nav-tabs.nav-justified > li > a {
    border-top: 0 !important;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #f5f5f5;
}

.login-container .page-container .nav-tabs.nav-justified > li:first-child > a {
    border-left: 0;
    border-radius: 3px 0 0 0;
}

.login-container .page-container .nav-tabs.nav-justified > li:last-child > a {
    border-right: 0;
    border-radius: 0 3px 0 0;
}

.login-container .page-container .nav-tabs.nav-justified > li.active > a {
    background-color: transparent;
}

@media (max-width: 768px) {
    .login-container .page-container .nav-tabs.nav-justified {
        padding: 0;
        border-width: 0 0 1px 0;
        border-radius: 0;
    }

    .login-container .page-container .nav-tabs.nav-justified:before {
        content: none;
    }

    .login-container .page-container .nav-tabs.nav-justified > li > a {
        border-width: 0 !important;
    }
}

.login-container .footer {
    left: 0;
    right: 0;
}

@media (max-width: 768px) {
    .login-options,
    .login-options .text-right {
        text-align: center;
    }
}

/* ------------------------------------------------------------------------------
*
*  # Boxed layout
*
*  Styles for main structure of content area in boxed layout
*
*  Version: 1.0
*  Latest update: May 25, 2015
*
* ---------------------------------------------------------------------------- */


.layout-boxed > .navbar {
    margin-left: auto;
    margin-right: auto;
}

.layout-boxed .page-container {
    background-color: #eeeded;
    margin-left: auto;
    margin-right: auto;
    min-width: 0;
}

@media (min-width: 769px) {
    .layout-boxed .page-container,
    .layout-boxed > .navbar {
        width: 769px;
    }
}

@media (min-width: 1025px) {
    .layout-boxed .page-container,
    .layout-boxed > .navbar {
        width: 1025px;
    }
}

@media (min-width: 1200px) {
    .layout-boxed .page-container,
    .layout-boxed > .navbar {
        width: 1200px;
    }
}

/* ------------------------------------------------------------------------------
*
*  # Footer
*
*  Main footer styles, currently 1 version only
*
*  Version: 1.1
*  Latest update: Mar 10, 2016
*
* ---------------------------------------------------------------------------- */
.footer {
    position: absolute;
    bottom: 30px;
}

.footer:not(.navbar-fixed-bottom) {
    z-index: 1000;
}

.footer.navbar {
    left: 0;
    right: 0;
    bottom: 0;
}

body[class*=navbar-bottom] .footer:not(.navbar) {
    display: none;
}

.footer-boxed {
    left: 0;
    right: 0;
    padding-left: 20px;
    padding-right: 20px;
}

/* ------------------------------------------------------------------------------
 *
 *  # Timeline
 *
 *  Styles for timeline in 3 layouts: left, right and centered
 *
 *  Version: 1.1
 *  Latest update: Dec 11, 2015
 *
 * ---------------------------------------------------------------------------- */
.timeline {
    position: relative;
    height: 100%;
}

.timeline:before,
.timeline:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -2px;
    background-color: #ccc;
    height: 4px;
    width: 4px;
    border-radius: 50%;
    z-index: 1;
}

.timeline:after {
    top: auto;
    bottom: 0;
}

.timeline-container {
    position: relative;
    padding-top: 10px;
    margin-top: -10px;
    padding-bottom: 1px;
}

.timeline-container:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -1px;
    background-color: #ccc;
    height: 100%;
    width: 2px;
    z-index: -1;
}

.timeline-row {
    position: relative;
}

.timeline-content {
    margin-bottom: 20px;
}

.timeline-date {
    text-align: center;
    background-color: #eeeded;
    position: relative;
    z-index: 1;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.timeline-date:before,
.timeline-date:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -2px;
    background-color: #ccc;
    height: 4px;
    width: 4px;
    border-radius: 50%;
    z-index: 1;
}

.timeline-date:after {
    top: auto;
    bottom: 0;
}

.panel .timeline-date {
    background-color: #fff;
}

.timeline-time {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #eeeded;
    position: relative;
    margin-bottom: 20px;
}

.timeline-time:before,
.timeline-time:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -2px;
    background-color: #ccc;
    height: 4px;
    width: 4px;
    border-radius: 50%;
}

.timeline-time:after {
    top: auto;
    bottom: 0;
}

.panel .timeline-time {
    background-color: #fff;
}

.timeline-time span {
    display: block;
    color: #999999;
    font-size: 12px;
}

.timeline-time span:before {
    content: '•';
    display: inline-block;
    margin-right: 5px;
    position: relative;
    top: 1px;
}

@media (min-width: 1025px) {
    .timeline-time:before,
    .timeline-time:after {
        content: none;
    }
}

.timeline-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    margin: 0 auto 20px auto;
    background-color: #fff;
    border: 4px solid #eeeded;
}

.panel .timeline-icon {
    border-color: #fff;
}

.timeline-icon div {
    border-radius: 50%;
    height: 100%;
    -webkit-box-shadow: 0 0 0 2px #ccc inset;
    box-shadow: 0 0 0 2px #ccc inset;
}

.timeline-icon div[class*=bg-] {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.timeline-icon div > i {
    display: block;
    line-height: 40px;
    top: 0;
}

.timeline-icon img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

@media (min-width: 1025px) {
    .timeline-center .timeline-row {
        margin-right: 50%;
        padding-right: 44px;
    }

    .timeline-center .post-even {
        margin-right: 0;
        padding-right: 0;
        margin-left: 50%;
        padding-left: 44px;
    }

    .timeline-center .post-full {
        margin: 0;
        padding: 0;
    }

    .timeline-center .post-full .timeline-content {
        position: relative;
    }

    .timeline-center .post-full .timeline-content:before,
    .timeline-center .post-full .timeline-content:after {
        content: '';
        border-style: solid;
        border-color: #eeeded;
        display: block;
        position: absolute;
        left: 0;
        right: 0;
    }

    .timeline-center .post-full .timeline-content:before {
        border-width: 4px 0 0 0;
        top: -5px;
    }

    .timeline-center .post-full .timeline-content:after {
        border-width: 0 0 4px 0;
        bottom: -5px;
    }

    .timeline-left .timeline-container:after,
    .timeline-left:before,
    .timeline-left:after,
    .timeline-left .timeline-date:before,
    .timeline-left .timeline-date:after {
        left: 24px;
    }

    .timeline-left .timeline-row,
    .timeline-left .timeline-date {
        padding-left: 68px;
    }

    .timeline-right .timeline-container:after,
    .timeline-right:before,
    .timeline-right:after,
    .timeline-right .timeline-date:before,
    .timeline-right .timeline-date:after {
        left: auto;
        right: 24px;
        margin-left: 0;
        margin-right: -2px;
    }

    .timeline-right .timeline-container:after {
        margin-right: -1px;
    }

    .timeline-right .timeline-row,
    .timeline-right .timeline-date {
        padding-right: 68px;
    }

    .timeline-left .timeline-date,
    .timeline-right .timeline-date {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .timeline-icon {
        position: absolute;
        top: 10px;
    }

    .timeline-icon:after {
        content: "";
        position: absolute;
        top: 50%;
        margin-top: -1px;
        height: 2px;
        width: 16px;
        background-color: #ccc;
        z-index: 1;
    }

    .timeline-left .timeline-icon {
        left: 0;
    }

    .timeline-left .timeline-icon:after {
        left: 100%;
        margin-left: 4px;
    }

    .timeline-right .timeline-icon {
        right: 0;
    }

    .timeline-right .timeline-icon:after {
        right: 100%;
        margin-right: 4px;
    }

    .timeline-center .timeline-row:not(.post-full) .timeline-icon {
        left: 100%;
        margin-left: -24px;
    }

    .timeline-center .timeline-row.post-even .timeline-icon {
        left: auto;
        right: 100%;
        margin-left: 0;
        margin-right: -24px;
    }

    .timeline-center .timeline-icon:after {
        right: 100%;
        margin-right: 4px;
    }

    .timeline-center .post-even .timeline-icon:after {
        left: 100%;
        margin-left: 4px;
    }

    .timeline-center .post-full .timeline-icon {
        position: static;
    }

    .timeline-center .post-full .timeline-icon:after {
        content: none;
    }

    .timeline-time {
        padding: 0;
        text-align: inherit;
        background-color: transparent;
    }

    .timeline-time:before {
        content: none;
    }

    .timeline-left .timeline-time,
    .timeline-right .timeline-time {
        padding-top: 10px;
        margin-bottom: 20px;
        padding-left: 10px;
    }

    .timeline-right .timeline-time {
        text-align: right;
        padding-left: 0;
        padding-right: 10px;
    }

    .timeline-center .timeline-time,
    .timeline-center .post-full .timeline-time {
        position: absolute;
        left: 100%;
        top: 15px;
        width: 100%;
        padding-left: 44px;
    }

    .timeline-center .post-even .timeline-time,
    .timeline-center .post-full .timeline-time {
        left: auto;
        right: 100%;
        padding-left: 0;
        padding-right: 44px;
        text-align: right;
    }

    .timeline-center .post-full .timeline-time {
        right: 50%;
        top: 5px;
    }
}

/* ------------------------------------------------------------------------------
 *
 *  # Chat layouts
 *
 *  Conversation chat styles - layouts, chat elements, colors, options
 *
 *  Version: 1.1
 *  Latest update: Oct 20, 2015
 *
 * ---------------------------------------------------------------------------- */
.chat-list,
.chat-stacked {
    max-height: 520px;
    overflow: auto;
}

.chat-list .media-left {
    padding-right: 20px;
}

.chat-list .media-right {
    padding-left: 20px;
}

.chat-list .media-content {
    position: relative;
    padding: 10px 12px;
    width: auto;
    border-radius: 3px;
    display: inline-block;
}

.chat-list .media-content:not([class*=bg-]) {
    background-color: #f5f5f5;
    border-color: #f5f5f5;
}

.chat-list .media-content > i {
    top: 0;
    margin: 2px;
}

.chat-list .reversed .media-content {
    text-align: left;
    color: #fff;
}

.chat-list .reversed .media-content:not([class*=bg-]) {
    background-color: #42A5F5;
    border-color: #42A5F5;
}

.chat-list .reversed .media-content > a {
    color: #fff;
}

.chat-list .reversed .media-body {
    text-align: right;
}

.chat-list .date-step.media {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    color: #999;
}

.chat-list .chat-thumbs img {
    margin-top: 5px;
    margin-bottom: 5px;
    max-height: 100px;
    height: auto;
    max-width: 100%;
    display: inline-block;
    border-radius: 3px;
}

.chat-list .media-content:before,
.chat-list .reversed .media-content:before {
    content: '';
    left: -5px;
    top: 15px;
    position: absolute;
    margin-left: 0;
}

.chat-list .media-content:before {
    border-top: 5px solid transparent;
    border-right: 5px solid;
    border-right-color: inherit;
    border-bottom: 5px solid transparent;
}

.chat-list .reversed .media-content:before {
    left: auto;
    right: -5px;
    border-right: 0;
    border-top: 5px solid transparent;
    border-left: 5px solid;
    border-left-color: inherit;
    border-bottom: 5px solid transparent;
}

@media (min-width: 769px) {
    .chat-list .media {
        margin-right: 20%;
    }

    .chat-list .media.reversed {
        margin-right: 0;
        margin-left: 20%;
    }
}

.chat-list-inverse .media-content:not([class*=bg-]) {
    color: #fff;
    background-color: #42A5F5;
    border-color: #42A5F5;
}

.chat-list-inverse .media-content:before {
    border-right: 0;
    border-top: 5px solid transparent;
    border-right: 5px solid #42A5F5;
    border-bottom: 5px solid transparent;
}

.chat-list-inverse .media-content > a {
    color: #fff;
}

.chat-list-inverse .reversed .media-content:not([class*=bg-]) {
    background-color: #f5f5f5;
    color: inherit;
}

.chat-list-inverse .reversed .media-content:before {
    border-top: 5px solid transparent;
    border-left: 5px solid #f5f5f5;
    border-bottom: 5px solid transparent;
}

/* ------------------------------------------------------------------------------
 *
 *  # Search
 *
 *  Styles for search results and input
 *
 *  Version: 1.1
 *  Latest update: Aug 10, 2016
 *
 * ---------------------------------------------------------------------------- */
.search-results-list .list-inline {
    margin-bottom: 5px;
}

.related-searches {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
}

.website-search-results {
    padding: 20px;
    padding-bottom: 0;
    border-bottom: 1px solid #eeeeee;
}

.media-preview {
    width: auto;
    height: auto;
    max-width: none;
    max-height: 90px;
}

@media (max-width: 768px) {
    .search-option-buttons {
        text-align: center;
    }

    .search-option-buttons > .text-right {
        text-align: inherit;
    }
}

/* ------------------------------------------------------------------------------
 *
 *  # Error pages
 *
 *  Styles for error and offline pages
 *
 *  Version: 1.0
 *  Latest update: May 25, 2015
 *
 * ---------------------------------------------------------------------------- */
.error-title {
    color: #fff;
    font-size: 200px;
    line-height: 1;
    margin-top: 20px;
    margin-bottom: 40px;
    font-weight: 300;
    text-stroke: 1px transparent;
    display: block;
    text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.2), 0 20px 20px rgba(0, 0, 0, 0.15);
}

@media (max-width: 768px) {
    .error-title {
        font-size: 130px;
    }
}

.offline-title {
    font-size: 160px;
}

@media (max-width: 768px) {
    .offline-title {
        font-size: 90px;
    }
}

/* ------------------------------------------------------------------------------
*
*  # Heading elmeents
*
*  Display default and custom components in page header and panel heading
*
*  Version: 1.3
*  Latest update: Aug 10, 2016
*
* ---------------------------------------------------------------------------- */
.heading-elements-toggle {
    cursor: pointer;
    display: block;
    line-height: 1;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -8px;
}

.breadcrumb-elements-toggle {
    float: right;
    cursor: pointer;
    line-height: 1;
    margin-top: 12px;
}

.breadcrumb-line-component .breadcrumb-elements-toggle {
    margin-right: 20px;
}

.heading-elements-toggle,
.breadcrumb-elements-toggle,
.heading-elements-toggle:hover,
.breadcrumb-elements-toggle:hover,
.heading-elements-toggle:focus,
.breadcrumb-elements-toggle:focus {
    color: inherit;
}

.heading-elements-toggle > i,
.breadcrumb-elements-toggle > i {
    top: 0;
}

@media (min-width: 769px) {
    .heading-elements-toggle,
    .breadcrumb-elements-toggle {
        display: none;
    }
}

.heading-elements {
    background-color: inherit;
    position: absolute;
    top: 50%;
    right: 20px;
    height: 38px;
    margin-top: -19px;
}

@media (max-width: 768px) {
    .heading-elements:not(.not-collapsible) {
        position: static;
        margin-top: 0;
        height: auto;
    }
}

.panel-body > .heading-elements {
    top: 0;
    margin-top: 16px;
    z-index: 10;
}

@media (max-width: 768px) {
    .panel-body > .heading-elements-toggle {
        top: 20px;
        margin-top: 0;
    }

    .panel-body > .heading-elements.visible-elements {
        top: 56px;
        background-color: #fff;
    }
}

.panel-footer > .heading-elements {
    position: static;
    margin-top: 0;
    padding-right: 20px;
}

.panel-footer > .heading-elements:after {
    content: '';
    display: table;
    clear: both;
}

.panel-footer-bordered > .heading-elements:not(.visible-elements) {
    margin-left: -20px;
    padding-right: 0;
}

@media (max-width: 768px) {
    .panel-footer > .heading-elements:not(.not-collapsible) > .pull-right {
        float: none !important;
    }

    .panel-footer .heading-elements-toggle {
        position: static;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-top: 0;
        display: block;
        text-align: center;
    }
}

.heading-thumbnails {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0;
}

.heading-thumbnails > li {
    position: relative;
    display: inline-block;
    font-size: 13px;
}

.heading-thumbnails > li + li {
    margin-left: 10px;
}

.heading-thumbnails > li img {
    height: auto;
    max-height: 38px;
    max-width: 100%;
    border-radius: 100px;
}

.heading-thumbnails > li .label,
.heading-thumbnails > li .badge {
    position: absolute;
    top: -8px;
    right: -8px;
    border: 2px solid #fcfcfc;
}

.panel-default > .panel-heading .heading-thumbnails > li .label,
.panel-default > .panel-heading .heading-thumbnails > li .badge,
.panel-footer-transparent .heading-thumbnails > li .label,
.panel-footer-transparent .heading-thumbnails > li .badge {
    border-color: #fff;
}

.heading-thumbnails > li .status-mark {
    position: absolute;
    top: 0;
    right: 0;
    box-shadow: 0 0 0 2px #fcfcfc;
}

.heading-thumbnails > li .status-mark[class*=border-] {
    background-color: #fcfcfc;
}

.panel-default > .panel-heading .heading-thumbnails > li .status-mark[class*=border-],
.panel-footer-transparent .heading-thumbnails > li .status-mark[class*=border-] {
    background-color: #fff;
}

.panel-default > .panel-heading .heading-thumbnails > li .status-mark,
.panel-footer-transparent .heading-thumbnails > li .status-mark {
    background-color: #fff;
}

.heading-elements .heading-btn + .heading-btn,
.page-header .heading-elements .icons-list > li + li,
.thumbnail-heading .heading-elements .icons-list > li + li {
    margin-left: 10px;
}

.page-header-inverse .heading-elements .btn-link {
    color: #fff;
}

.heading-elements .list-inline {
    margin-bottom: 0;
}

.heading-elements .breadcrumb {
    padding-top: 0;
    padding-bottom: 0;
}

.heading-elements.panel-nav .nav > li > a {
    text-align: left;
}

.heading-elements .daterange-custom {
    margin-top: 5px;
}

.heading-elements .heading-btn-group {
    font-size: 0;
}

.heading-elements .heading-btn-group > .btn + .btn:not(.btn-link) {
    margin-left: 10px;
}

.heading-elements.visible-elements {
    text-align: center;
}

.heading-elements.visible-elements .heading-text,
.heading-elements.visible-elements .heading-btn,
.heading-elements.visible-elements .heading-btn-group > .btn,
.heading-elements.visible-elements .ui-slider,
.heading-elements.visible-elements .noui-slider,
.heading-elements.visible-elements .nav-tabs,
.heading-elements.visible-elements .nav-pills,
.heading-elements.visible-elements .pagination,
.heading-elements.visible-elements .progress,
.heading-elements.visible-elements .icons-list,
.heading-elements.visible-elements .pager,
.heading-elements.visible-elements .breadcrumb,
.heading-elements.visible-elements .daterange-custom,
.heading-elements.visible-elements .heading-thumbnails,
.heading-elements.visible-elements .heading-form .form-group,
.heading-elements.visible-elements > .btn-group {
    margin-top: 20px;
}

.heading-elements.visible-elements .nav-tabs,
.heading-elements.visible-elements .nav-pills {
    margin-bottom: 0;
}

.heading-elements.visible-elements .heading-text:not(.label):not(.badge) {
    display: block;
}

.heading-elements.visible-elements .select2-container,
.heading-elements.visible-elements .selectboxit-container,
.heading-elements.visible-elements .selectboxit-options,
.heading-elements.visible-elements .multiselect + .btn-group,
.heading-elements.visible-elements div.bootstrap-select {
    width: 100% !important;
}

.heading-elements.visible-elements .input-group,
.heading-elements.visible-elements .input-group-btn,
.heading-elements.visible-elements .btn-group,
.heading-elements.visible-elements .dropdown,
.heading-elements.visible-elements .dropup {
    position: static;
}

.heading-elements.visible-elements .dropdown-menu:not(.multiselect-container) {
    left: -1px;
    right: -1px;
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.heading-elements.visible-elements .multiselect-container {
    left: 0;
    right: 0;
}

.heading-elements:not(.visible-elements) .heading-text,
.heading-elements:not(.visible-elements) .heading-btn,
.heading-elements:not(.visible-elements) .ui-slider,
.heading-elements:not(.visible-elements) .noui-slider,
.heading-elements:not(.visible-elements) .nav-tabs,
.heading-elements:not(.visible-elements) .nav-pills,
.heading-elements:not(.visible-elements) .pagination,
.heading-elements:not(.visible-elements) .progress,
.heading-elements:not(.visible-elements) .icons-list,
.heading-elements:not(.visible-elements) .breadcrumb,
.heading-elements:not(.visible-elements) .pager,
.heading-elements:not(.visible-elements) .heading-form,
.heading-elements:not(.visible-elements) .daterange-custom,
.heading-elements:not(.visible-elements) .heading-thumbnails,
.heading-elements:not(.visible-elements) > .btn-group {
    float: left;
    margin-left: 20px;
}

.heading-elements:not(.visible-elements) .heading-text {
    display: inline-block;
}

.heading-elements:not(.visible-elements) .heading-text + .heading-text {
    margin-left: 20px;
}

.heading-elements:not(.visible-elements) .selectbox-fixed + .selectboxit-container,
.heading-elements:not(.visible-elements) .selectbox-fixed + .selectboxit-options,
.heading-elements:not(.visible-elements) .progress,
.heading-elements:not(.visible-elements) .ui-slider,
.heading-elements:not(.visible-elements) .noui-slider,
.heading-elements:not(.visible-elements) .input-group,
.heading-elements:not(.visible-elements) .selectboxit-container .selectboxit-options,
.heading-elements:not(.visible-elements) .heading-form .form-control {
    width: 220px;
}

.heading-elements:not(.visible-elements) .select-sm,
.heading-elements:not(.visible-elements) .input-sm,
.heading-elements:not(.visible-elements) .input-group-sm,
.heading-elements:not(.visible-elements) .uploader-sm,
.heading-elements:not(.visible-elements) .pagination-sm,
.heading-elements:not(.visible-elements) .pager-sm,
.heading-elements:not(.visible-elements) .selectbox-sm + .selectboxit-container,
.heading-elements:not(.visible-elements) .btn-sm,
.heading-elements:not(.visible-elements) .btn-group-sm > .btn {
    margin-top: 1px;
}

.heading-elements:not(.visible-elements) .select-xs,
.heading-elements:not(.visible-elements) .input-xs,
.heading-elements:not(.visible-elements) .input-group-xs,
.heading-elements:not(.visible-elements) .uploader-xs,
.heading-elements:not(.visible-elements) .pagination-xs,
.heading-elements:not(.visible-elements) .pager-xs,
.heading-elements:not(.visible-elements) .selectbox-xs + .selectboxit-container,
.heading-elements:not(.visible-elements) .btn-xs,
.heading-elements:not(.visible-elements) .btn-group-xs > .btn {
    margin-top: 2px;
}

.heading-elements:not(.visible-elements) .btn-float {
    margin-top: -7px;
}

.heading-elements:not(.visible-elements) .btn-float.has-text {
    margin-top: -19.5px;
}

.heading-elements:not(.visible-elements) .btn-float.btn-link {
    margin-top: -14px;
}

.heading-elements:not(.visible-elements) .ui-slider,
.heading-elements:not(.visible-elements) .noui-slider {
    margin-top: 17px;
}

.heading-elements:not(.visible-elements) .ui-slider-lg,
.heading-elements:not(.visible-elements) .noui-slider-lg {
    margin-top: 16.5px;
}

.heading-elements:not(.visible-elements) .ui-slider-sm,
.heading-elements:not(.visible-elements) .noui-slider-sm {
    margin-top: 17.5px;
}

.heading-elements:not(.visible-elements) .ui-slider-xs,
.heading-elements:not(.visible-elements) .noui-slider-xs {
    margin-top: 18px;
}

.heading-elements:not(.visible-elements) .progress {
    margin-top: 10px;
}

.heading-elements:not(.visible-elements) .progress-lg {
    margin-top: 8px;
}

.heading-elements:not(.visible-elements) .progress-sm {
    margin-top: 12px;
}

.heading-elements:not(.visible-elements) .progress-xs {
    margin-top: 14px;
}

.heading-elements:not(.visible-elements) .progress-xxs {
    margin-top: 16px;
}

.heading-elements:not(.visible-elements) .progress-micro {
    margin-top: 18px;
}

.heading-elements:not(.visible-elements) .icons-list {
    margin-top: 11px;
}

.heading-elements:not(.visible-elements) .heading-text {
    margin-top: 9px;
}

.heading-elements:not(.visible-elements).panel-nav > .nav {
    margin-bottom: 0;
}

@media (min-width: 769px) {
    .heading-elements:not(.visible-elements).panel-nav > .nav {
        margin-top: -1px;
    }

    .heading-elements:not(.visible-elements).panel-nav > .nav-tabs {
        border-bottom-width: 0;
    }

    .heading-elements:not(.visible-elements).panel-nav > .nav-tabs.nav-tabs-bottom > li.active > a:after {
        background-color: transparent;
    }

    .heading-elements:not(.visible-elements).panel-nav > .nav-sm {
        margin-top: 2px;
    }

    .heading-elements:not(.visible-elements).panel-nav > .nav-xs {
        margin-top: 5px;
    }
}

@media (max-width: 768px) {
    .heading-elements:not(.visible-elements).panel-nav {
        position: static;
        height: auto;
    }

    .heading-elements:not(.visible-elements).panel-nav > .nav {
        float: none;
    }

    .panel-heading .heading-elements:not(.visible-elements).panel-nav {
        margin-top: 15px;
    }

    .panel-flat .panel-heading .heading-elements:not(.visible-elements).panel-nav {
        margin-top: 20px;
    }

    .panel-heading .heading-elements:not(.visible-elements).panel-nav > .nav {
        margin-left: 0;
    }

    .panel-footer .heading-elements:not(.visible-elements).panel-nav.not-collapsible > .nav {
        margin-top: 12px;
        margin-bottom: 12px;
    }
}

.heading-form .form-group {
    margin-bottom: 0;
}

.heading-form .checkbox-switchery,
.heading-form .checkbox-switchery[class*="switchery-"] {
    margin-bottom: 0;
}

.heading-elements:not(.visible-elements) .heading-form .checkbox-inline,
.heading-elements:not(.visible-elements) .heading-form .radio-inline {
    margin-top: 9px;
}

.heading-elements:not(.visible-elements) .heading-form .checkbox-switch {
    margin-top: 2px;
}

.heading-elements:not(.visible-elements) .heading-form .checkbox-switch-sm {
    margin-top: 3px;
}

.heading-elements:not(.visible-elements) .heading-form .checkbox-switch-xs {
    margin-top: 4px;
}

.heading-elements:not(.visible-elements) .heading-form .input-group {
    max-width: 220px;
}

.heading-elements:not(.visible-elements) .heading-form .input-group .form-control {
    width: 100%;
    margin-top: 0;
}

.heading-elements:not(.visible-elements) .heading-form .input-group.input-group-sm .btn,
.heading-elements:not(.visible-elements) .heading-form .input-group.input-group-xs .btn {
    margin-top: 0;
}

@media (min-width: 769px) {
    .heading-form .form-group {
        float: left;
    }

    .heading-form .form-group + .form-group {
        margin-left: 15px;
    }
}

@media (max-width: 768px) {
    .heading-elements:not(.not-collapsible),
    .breadcrumb-elements:not(.not-collapsible) {
        display: none;
    }

    .heading-elements.visible-elements,
    .breadcrumb-elements.visible-elements {
        display: block;
    }

    .panel .has-visible-elements {
        padding-bottom: 0;
    }

    .panel-flat .panel-heading.has-visible-elements {
        padding-bottom: 20px;
    }

    .panel .visible-elements {
        border-top: 1px solid #ddd;
        padding: 20px;
        padding-top: 0;
    }

    .panel-heading .visible-elements {
        margin: 15px -20px 0 -20px;
        background-color: #fcfcfc;
    }

    .panel-flat .panel-heading .visible-elements {
        margin-top: 20px;
        border-bottom: 1px solid #ddd;
    }

    .panel-footer .visible-elements {
        margin-top: 8px;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }

    .panel-footer-condensed .visible-elements {
        margin-top: 2px;
    }

    .panel-footer-transparent .visible-elements {
        margin-top: 11px;
        background-color: #fff;
    }

    .panel[class*=bg-] .visible-elements,
    .panel-heading[class*=bg-] .visible-elements,
    .panel-primary .visible-elements,
    .panel-danger .visible-elements,
    .panel-success .visible-elements,
    .panel-warning .visible-elements,
    .panel-info .visible-elements {
        border-color: rgba(255, 255, 255, 0.2);
        left: 0;
        right: 0;
        background-color: rgba(0, 0, 0, 0.1);
    }

    .visible-elements.breadcrumb-elements.not-collapsible {
        display: none;
    }

    .page-header-content > .visible-elements {
        background-color: #eeeded;
        left: 0;
        right: 0;
        border-top: 1px solid #e2e0e0;
        z-index: 1002;
        padding-bottom: 20px;
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .page-header-default .page-header-content > .visible-elements {
        background-color: #fcfcfc;
        border-color: #ddd;
    }

    .page-header-inverse .page-header-content > .visible-elements {
        background-color: rgba(0, 0, 0, 0.1);
        border-color: rgba(255, 255, 255, 0.1);
    }
}


/* ------------------------------------------------------------------------------
 *
 *  # PNotify notifications
 *
 *  Styles for pnotify.min.js - a flexible JavaScript notification plugin
 *
 *  Version: 1.1
 *  Latest update: Mar 10, 2016
 *
 * ---------------------------------------------------------------------------- */
.ui-pnotify {
    top: 20px;
    right: 20px;
    position: absolute;
    height: auto;
    z-index: 2;
    border-radius: 3px;
}

body > .ui-pnotify {
    position: fixed;
    z-index: 100040;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.ui-pnotify.alert-rounded > .ui-pnotify-container {
    border-radius: 100px;
}

.ui-pnotify[class*=bg-] > .ui-pnotify-container {
    background-color: inherit;
    border-color: transparent;
    color: #fff;
}

.ui-pnotify[class*=text-] > .ui-pnotify-container,
.ui-pnotify[class*=alpha-] > .ui-pnotify-container {
    background-color: inherit;
    border-color: inherit;
    color: inherit;
}

.ui-pnotify.stack-top-left,
.ui-pnotify.stack-bottom-left {
    left: 20px;
    right: auto;
}

.ui-pnotify.stack-bottom-right,
.ui-pnotify.stack-bottom-left {
    bottom: 20px;
    top: auto;
}

.ui-pnotify.stack-modal {
    left: 50%;
    right: auto;
    margin-left: -150px;
}

.ui-pnotify.stack-custom-right {
    top: auto;
    left: auto;
    bottom: 200px;
    right: 200px;
}

.ui-pnotify.stack-custom-left {
    top: 200px;
    left: 200px;
    right: auto;
    bottom: auto;
}

.ui-pnotify.stack-custom-top {
    right: 0;
    left: 0;
    top: 0;
}

.ui-pnotify.stack-custom-bottom {
    right: 0;
    left: 0;
    bottom: 0;
    top: auto;
}

.ui-pnotify.ui-pnotify-in {
    display: block !important;
}

.ui-pnotify.ui-pnotify-move {
    -webkit-transition: left .5s ease, top .5s ease, right .5s ease, bottom .5s ease;
    -o-transition: left .5s ease, top .5s ease, right .5s ease, bottom .5s ease;
    transition: left .5s ease, top .5s ease, right .5s ease, bottom .5s ease;
}

.ui-pnotify.ui-pnotify-fade-slow {
    -webkit-transition: opacity linear 0.6s;
    -o-transition: opacity linear 0.6s;
    transition: opacity linear 0.6s;
    opacity: 0;
    filter: alpha(opacity=0);
}

.ui-pnotify.ui-pnotify-fade-slow.ui-pnotify.ui-pnotify-move {
    -webkit-transition: opacity .6s linear, left .5s ease, top .5s ease, right .5s ease, bottom .5s ease;
    -o-transition: opacity .6s linear, left .5s ease, top .5s ease, right .5s ease, bottom .5s ease;
    transition: opacity .6s linear, left .5s ease, top .5s ease, right .5s ease, bottom .5s ease;
}

.ui-pnotify.ui-pnotify-fade-normal {
    -webkit-transition: opacity linear 0.4s;
    -o-transition: opacity linear 0.4s;
    transition: opacity linear 0.4s;
    opacity: 0;
    filter: alpha(opacity=0);
}

.ui-pnotify.ui-pnotify-fade-normal.ui-pnotify.ui-pnotify-move {
    -webkit-transition: opacity .4s linear, left .5s ease, top .5s ease, right .5s ease, bottom .5s ease;
    -o-transition: opacity .4s linear, left .5s ease, top .5s ease, right .5s ease, bottom .5s ease;
    transition: opacity .4s linear, left .5s ease, top .5s ease, right .5s ease, bottom .5s ease;
}

.ui-pnotify.ui-pnotify-fade-fast {
    transition: opacity .2s linear;
    -webkit-transition: opacity linear 0.2s;
    -o-transition: opacity linear 0.2s;
    transition: opacity linear 0.2s;
    opacity: 0;
    filter: alpha(opacity=0);
}

.ui-pnotify.ui-pnotify-fade-fast.ui-pnotify.ui-pnotify-move {
    -webkit-transition: opacity .2s linear, left .5s ease, top .5s ease, right .5s ease, bottom .5s ease;
    -o-transition: opacity .2s linear, left .5s ease, top .5s ease, right .5s ease, bottom .5s ease;
    transition: opacity .2s linear, left .5s ease, top .5s ease, right .5s ease, bottom .5s ease;
}

.ui-pnotify.ui-pnotify-fade-in {
    opacity: 1;
    filter: alpha(opacity=100);
}

.ui-pnotify-container {
    padding: 15px 20px;
    height: 100%;
    position: relative;
    left: 0;
    margin: 0;
    border-radius: 3px;
}

.ui-pnotify-container:after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.ui-pnotify-container.ui-pnotify-sharp {
    border-radius: 0;
}

.ui-pnotify-title {
    display: block;
    margin-top: 0;
    margin-bottom: 8px;
    font-size: 15px;
}

.ui-pnotify-text {
    display: block;
}

.ui-pnotify-icon {
    display: block;
    float: left;
    line-height: 1;
}

.ui-pnotify-icon > [class^=icon-] {
    margin-top: 4px;
    margin-right: 15px;
}

.ui-pnotify-closer,
.ui-pnotify-sticker {
    float: right;
    margin-left: 8px;
    margin-top: 4px;
    line-height: 1;
    outline: 0;
}

.ui-pnotify-modal-overlay {
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1;
}

body > .ui-pnotify-modal-overlay {
    position: fixed;
    z-index: 100039;
}

.brighttheme {
    border: 0px solid;
}

.ui-pnotify[class*=bg-] > .brighttheme {
    background-color: inherit;
    border-color: inherit;
    color: inherit;
}

.brighttheme-notice {
    background-color: #FFF3E0;
    border-color: #FF9800;
}

.brighttheme-info {
    background-color: #E3F2FD;
    border-color: #1E88E5;
}

.brighttheme-success {
    background-color: #E8F5E9;
    border-color: #4CAF50;
}

.brighttheme-error {
    background-color: #FBE9E7;
    border-color: #FF5722;
}

.brighttheme-icon-closer,
.brighttheme-icon-sticker {
    position: relative;
    width: 16px;
    height: 16px;
    display: inline-block;
    width: 10px;
    height: 10px;
    outline: 0;
}

.brighttheme-icon-closer:after,
.brighttheme-icon-sticker:after {
    content: '';
    font-family: 'Icomoon';
    font-size: 10px;
    display: block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.brighttheme-icon-closer:after {
    content: "\ed6a";
}

.brighttheme-icon-sticker:after {
    content: "\ee70";
}

.brighttheme-icon-sticker.brighttheme-icon-stuck:after {
    content: "\ee75";
}

.ui-pnotify[class*=alert-styled-] {
    border-width: 0;
    padding: 0;
}

.ui-pnotify.alert-styled-left .brighttheme {
    border-left-width: 44px;
}

.ui-pnotify.alert-styled-left:after {
    left: 0;
}

.ui-pnotify.alert-styled-right .brighttheme {
    border-right-width: 44px;
}

.ui-pnotify.alert-styled-right:after {
    right: 0;
}

.brighttheme .ui-pnotify-action-bar {
    padding-top: 15px;
}

.brighttheme .ui-pnotify-action-bar textarea,
.brighttheme .ui-pnotify-action-bar input {
    display: block;
    width: 100%;
    border-color: transparent transparent #ddd;
    background-color: transparent;
    margin-bottom: 15px !important;
    color: #333333;
    padding: 8px 0;
}

.ui-pnotify[class*=bg-] .brighttheme .ui-pnotify-action-bar textarea,
.ui-pnotify[class*=bg-] .brighttheme .ui-pnotify-action-bar input {
    border-bottom-color: #fff;
    color: #fff;
}

.ui-pnotify[class*=bg-] .brighttheme .ui-pnotify-action-bar textarea::-moz-placeholder,
.ui-pnotify[class*=bg-] .brighttheme .ui-pnotify-action-bar input::-moz-placeholder {
    color: #fff;
    opacity: 1;
}

.ui-pnotify[class*=bg-] .brighttheme .ui-pnotify-action-bar textarea:-ms-input-placeholder,
.ui-pnotify[class*=bg-] .brighttheme .ui-pnotify-action-bar input:-ms-input-placeholder {
    color: #fff;
}

.ui-pnotify[class*=bg-] .brighttheme .ui-pnotify-action-bar textarea::-webkit-input-placeholder,
.ui-pnotify[class*=bg-] .brighttheme .ui-pnotify-action-bar input::-webkit-input-placeholder {
    color: #fff;
}

.ui-pnotify[class*=bg-] .form-control {
    border-bottom-color: #fff;
    color: #fff;
}

.ui-pnotify[class*=bg-] .form-control::-moz-placeholder {
    color: #fff;
    opacity: 1;
}

.ui-pnotify[class*=bg-] .form-control:-ms-input-placeholder {
    color: #fff;
}

.ui-pnotify[class*=bg-] .form-control::-webkit-input-placeholder {
    color: #fff;
}

.ui-pnotify-history-container {
    position: absolute;
    top: 0;
    right: 20px;
    width: 70px;
    border-top: none;
    padding: 0;
    z-index: 10000;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.ui-pnotify-history-container.ui-pnotify-history-fixed {
    position: fixed;
}

.ui-pnotify-history-container .ui-pnotify-history-header {
    padding: 2px;
    text-align: center;
}

.ui-pnotify-history-container button {
    cursor: pointer;
    display: block;
    width: 100%;
}

.ui-pnotify-history-container .ui-pnotify-history-pulldown {
    display: block;
    margin: 0 auto;
}

@media (max-width: 480px) {
    .ui-pnotify-mobile-able.ui-pnotify {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        width: auto !important;
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        -ms-font-smoothing: antialiased;
        font-smoothing: antialiased;
    }

    .ui-pnotify-mobile-able.ui-pnotify .ui-pnotify-shadow {
        border-bottom-width: 5px;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .ui-pnotify-mobile-able.ui-pnotify.stack-top-left,
    .ui-pnotify-mobile-able.ui-pnotify.stack-bottom-left {
        left: 0;
        right: 0;
    }

    .ui-pnotify-mobile-able.ui-pnotify.stack-bottom-right,
    .ui-pnotify-mobile-able.ui-pnotify.stack-bottom-left {
        left: 0;
        right: 0;
        bottom: 0;
        top: auto;
    }

    .ui-pnotify-mobile-able.ui-pnotify.stack-bottom-right .ui-pnotify-shadow,
    .ui-pnotify-mobile-able.ui-pnotify.stack-bottom-left .ui-pnotify-shadow,
    .ui-pnotify-mobile-able.ui-pnotify.stack-bottom-right .ui-pnotify-shadow,
    .ui-pnotify-mobile-able.ui-pnotify.stack-bottom-left .ui-pnotify-shadow {
        border-top-width: 5px;
        border-bottom-width: 1px;
    }

    .ui-pnotify-mobile-able.ui-pnotify.ui-pnotify-nonblock-fade {
        opacity: 0.2;
        filter: alpha(opacity=20);
    }

    .ui-pnotify-mobile-able.ui-pnotify.ui-pnotify-nonblock-hide {
        display: none !important;
    }

    .ui-pnotify-mobile-able .ui-pnotify-container {
        border-radius: 0;
    }
}


/* ------------------------------------------------------------------------------
 *
 *  # Timeline
 *
 *  Styles for timeline in 3 layouts: left, right and centered
 *
 *  Version: 1.1
 *  Latest update: Dec 11, 2015
 *
 * ---------------------------------------------------------------------------- */
.timeline {
    position: relative;
    height: 100%;
}

.timeline:before,
.timeline:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -2px;
    background-color: #ccc;
    height: 4px;
    width: 4px;
    border-radius: 50%;
    z-index: 1;
}

.timeline:after {
    top: auto;
    bottom: 0;
}

.timeline-container {
    position: relative;
    padding-top: 10px;
    margin-top: -10px;
    padding-bottom: 1px;
}

.timeline-container:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -1px;
    background-color: #ccc;
    height: 100%;
    width: 2px;
    z-index: -1;
}

.timeline-row {
    position: relative;
}

.timeline-content {
    margin-bottom: 20px;
}

.timeline-date {
    text-align: center;
    background-color: #eeeded;
    position: relative;
    z-index: 1;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.timeline-date:before,
.timeline-date:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -2px;
    background-color: #ccc;
    height: 4px;
    width: 4px;
    border-radius: 50%;
    z-index: 1;
}

.timeline-date:after {
    top: auto;
    bottom: 0;
}

.panel .timeline-date {
    background-color: #fff;
}

.timeline-time {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #eeeded;
    position: relative;
    margin-bottom: 20px;
}

.timeline-time:before,
.timeline-time:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -2px;
    background-color: #ccc;
    height: 4px;
    width: 4px;
    border-radius: 50%;
}

.timeline-time:after {
    top: auto;
    bottom: 0;
}

.panel .timeline-time {
    background-color: #fff;
}

.timeline-time span {
    display: block;
    color: #999999;
    font-size: 12px;
}

.timeline-time span:before {
    content: '•';
    display: inline-block;
    margin-right: 5px;
    position: relative;
    top: 1px;
}

@media (min-width: 1025px) {
    .timeline-time:before,
    .timeline-time:after {
        content: none;
    }
}

.timeline-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    margin: 0 auto 20px auto;
    background-color: #fff;
    border: 4px solid #eeeded;
}

.panel .timeline-icon {
    border-color: #fff;
}

.timeline-icon div {
    border-radius: 50%;
    height: 100%;
    -webkit-box-shadow: 0 0 0 2px #ccc inset;
    box-shadow: 0 0 0 2px #ccc inset;
}

.timeline-icon div[class*=bg-] {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.timeline-icon div > i {
    display: block;
    line-height: 40px;
    top: 0;
}

.timeline-icon img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

@media (min-width: 1025px) {
    .timeline-center .timeline-row {
        margin-right: 50%;
        padding-right: 44px;
    }

    .timeline-center .post-even {
        margin-right: 0;
        padding-right: 0;
        margin-left: 50%;
        padding-left: 44px;
    }

    .timeline-center .post-full {
        margin: 0;
        padding: 0;
    }

    .timeline-center .post-full .timeline-content {
        position: relative;
    }

    .timeline-center .post-full .timeline-content:before,
    .timeline-center .post-full .timeline-content:after {
        content: '';
        border-style: solid;
        border-color: #eeeded;
        display: block;
        position: absolute;
        left: 0;
        right: 0;
    }

    .timeline-center .post-full .timeline-content:before {
        border-width: 4px 0 0 0;
        top: -5px;
    }

    .timeline-center .post-full .timeline-content:after {
        border-width: 0 0 4px 0;
        bottom: -5px;
    }

    .timeline-left .timeline-container:after,
    .timeline-left:before,
    .timeline-left:after,
    .timeline-left .timeline-date:before,
    .timeline-left .timeline-date:after {
        left: 24px;
    }

    .timeline-left .timeline-row,
    .timeline-left .timeline-date {
        padding-left: 68px;
    }

    .timeline-right .timeline-container:after,
    .timeline-right:before,
    .timeline-right:after,
    .timeline-right .timeline-date:before,
    .timeline-right .timeline-date:after {
        left: auto;
        right: 24px;
        margin-left: 0;
        margin-right: -2px;
    }

    .timeline-right .timeline-container:after {
        margin-right: -1px;
    }

    .timeline-right .timeline-row,
    .timeline-right .timeline-date {
        padding-right: 68px;
    }

    .timeline-left .timeline-date,
    .timeline-right .timeline-date {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .timeline-icon {
        position: absolute;
        top: 10px;
    }

    .timeline-icon:after {
        content: "";
        position: absolute;
        top: 50%;
        margin-top: -1px;
        height: 2px;
        width: 16px;
        background-color: #ccc;
        z-index: 1;
    }

    .timeline-left .timeline-icon {
        left: 0;
    }

    .timeline-left .timeline-icon:after {
        left: 100%;
        margin-left: 4px;
    }

    .timeline-right .timeline-icon {
        right: 0;
    }

    .timeline-right .timeline-icon:after {
        right: 100%;
        margin-right: 4px;
    }

    .timeline-center .timeline-row:not(.post-full) .timeline-icon {
        left: 100%;
        margin-left: -24px;
    }

    .timeline-center .timeline-row.post-even .timeline-icon {
        left: auto;
        right: 100%;
        margin-left: 0;
        margin-right: -24px;
    }

    .timeline-center .timeline-icon:after {
        right: 100%;
        margin-right: 4px;
    }

    .timeline-center .post-even .timeline-icon:after {
        left: 100%;
        margin-left: 4px;
    }

    .timeline-center .post-full .timeline-icon {
        position: static;
    }

    .timeline-center .post-full .timeline-icon:after {
        content: none;
    }

    .timeline-time {
        padding: 0;
        text-align: inherit;
        background-color: transparent;
    }

    .timeline-time:before {
        content: none;
    }

    .timeline-left .timeline-time,
    .timeline-right .timeline-time {
        padding-top: 10px;
        margin-bottom: 20px;
        padding-left: 10px;
    }

    .timeline-right .timeline-time {
        text-align: right;
        padding-left: 0;
        padding-right: 10px;
    }

    .timeline-center .timeline-time,
    .timeline-center .post-full .timeline-time {
        position: absolute;
        left: 100%;
        top: 15px;
        width: 100%;
        padding-left: 44px;
    }

    .timeline-center .post-even .timeline-time,
    .timeline-center .post-full .timeline-time {
        left: auto;
        right: 100%;
        padding-left: 0;
        padding-right: 44px;
        text-align: right;
    }

    .timeline-center .post-full .timeline-time {
        right: 50%;
        top: 5px;
    }
}


.panel-info-corner {
    color: #7b8087;
    cursor: pointer;
    position: absolute;
    display: none;
    left: 0;
    width: 28px;
    height: 28px;
    z-index: 2;
    top: 0
}

.panel-info-corner .fa {
    position: relative;
    top: -2px;
    left: 6px;
    font-size: 75%;
    z-index: 3
}

.panel-info-corner--info {
    display: block;
}

.panel-info-corner--info .panel-info-corner-inner {
    border-left: 28px solid #22252a;
    border-right: none;
    border-bottom: 28px solid rgba(0, 0, 0, 0)
}

.panel-info-corner--info .fa:before {
    content: "\f129"
}

.panel-info-corner--links {
    display: block
}

.panel-info-corner--links .panel-info-corner-inner {
    border-left: 28px solid #22252a;
    border-right: none;
    border-bottom: 28px solid rgba(0, 0, 0, 0)
}

.panel-info-corner--links .fa {
    left: 4px
}

.panel-info-corner--links .fa:before {
    content: "\f08e"
}

.panel-info-corner--error {
    display: block;
    color: #fff
}

.panel-info-corner--error .panel-info-corner-inner {
    border-left: 28px solid #e02f44;
    border-right: none;
    border-bottom: 28px solid rgba(0, 0, 0, 0)
}

.panel-info-corner--error .fa:before {
    content: "\f12a"
}

.panel-info-content a {
    color: #f4f5f8
}

.panel-info-content a:hover {
    color: #e6e6e6
}

.panel-info-content .panel-info-corner-links {
    list-style: none;
    padding-left: 0
}

