/*new*/
.dropzone .dz-message {
    color: #fff;
}
/*new*/
.dropzone {
    border: 2px dashed rgba(0,0,0,0.3);
    background: #d5d5d5;
}
/*new*/
.list-group-item .icon {
    margin-right: 0px;
}
/*new*/
.list-group-item-dark {
    color: #555;
    background-color: rgba(204, 213, 219, 0.8);
}
/*new*/
.active > a .modal-title
{
    color:#fff;
}
/*new*/
#treeview .k-state-selected, #treeview .k-state-focused {
    background-color: #f3f7f9;
}
/*new*/
.k-treeview .k-item {
    border-top: 1px solid #e4eaec;
}
/*new*/
.input-group-border{
    border-top: 2px solid #b9b9b9;
    border-bottom: 2px solid #b9b9b9;
    border-right: 2px solid #b9b9b9;
}
/*new*/
.k-pager-wrap .k-link:hover {
    color: #3e8bc1;
    border-color: #cccccc;
    background: #ebebeb;
}
/*new*/
#ifacts .k-link:link, #ifacts .k-link:visited, #ifacts .k-nav-current.k-state-hover .k-link {
    color: #3e8bc1;
}
/*new*/
.k-state-selected, .k-state-selected:link, .k-state-selected:visited, .k-list > .k-state-selected, .k-list > .k-state-highlight, .k-panel > .k-state-selected, .k-ghost-splitbar-vertical, .k-ghost-splitbar-horizontal, .k-draghandle.k-state-selected:hover, .k-scheduler .k-scheduler-toolbar .k-state-selected, .k-scheduler .k-today.k-state-selected, .k-marquee-color {
    color: #ffffff;
    background-color: #3e8bc1;
    border-color: #3e8bc1;
}

/*new*/
.k-grid tbody .k-button, .k-ie8 .k-grid tbody button.k-button {
    min-width: 0px;
}

/*new*/
.label-primary.label-outline {
    color: #2174B0;
    background-color: transparent;
    border-color: #2174B0;
}
/*new*/
.nav-tabs {
    border-bottom: 1px solid rgba(38, 50, 56,0.4);
}

/*new*/
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #ccc;
    background-color: #263238;
    border-color: transparent;
    border-bottom-color: #263238;
}
/*new*/
.btn-primary {
    color: #fff;
    background-color: #237bb9 !important;
    border-color: #237bb9 !important;
}
/*new*/
.btn-default {
    color: #fff;
    background-color: #4b6567 !important;
    border-color: #4b6567 !important;
}

/*new*/
.btn-success {
    color: #fff;
    background-color: #3baa60 !important;
    border-color: #3baa60 !important;
}
/*new*/
.navbar-right {
   margin-top: 5px;
  }
/*new*/
.if-hamburger-max {
    top: 0px;
    font-size: 29px;
}

/*new*/
    .navbar-default .navbar-toolbar>.open>a,
    .navbar-default .navbar-toolbar>.open>a:focus,
    .navbar-default .navbar-toolbar>.open>a:hover {
        color: #526069;
        background-color: rgba(243, 247, 249, .6);
        border-left: 1px solid #cfdcde;
    }
/*new*/

.navbar-nav >li >a.navbar-avatar,
.navbar-toolbar >li >a.navbar-avatar {
    margin-right: 10px;
    font-size: 14px;
    padding-top: 23px;
}
/*new*/
.navbar-toolbar-right > li > a {
    border-left: 1px solid #cfdcde;
}

.navbar-default .navbar-toolbar>li>a {
    color: #555d5e;
}


/*new*/

.navbar-container {
    font-size: 18px;
}

.site-navbar {
    /*new*/
    background-color: #263238;
}

.site-navbar .navbar-header {
    color: #fff;
    background-color: #263238;
}

.site-navbar .navbar-header .navbar-toggle {
    color: #fff;
}

.site-navbar .navbar-header .hamburger:before,
.site-navbar .navbar-header .hamburger:after,
.site-navbar .navbar-header .hamburger .hamburger-bar {
    background-color: #fff;
}

.site-navbar .navbar-header .navbar-brand {
    font-family: "Roboto", sans-serif;
    color: #fff;
    cursor: pointer;
}

@media (min-width: 768px) {
    .site-navbar .navbar-header {
        width: 170px;
    }
}

.site-navbar .navbar-container {
    background-color: #fff;
}

@media (min-width: 768px) {
    .site-navbar .navbar-container {
        margin-left: 170px;
    }
}

.site-navbar.navbar-inverse .navbar-container {
    background-color: transparent;
}

html,
body {
    height: 100%;
}

body {
    padding-top: 50px;
}


/*new*/

a {
    color: #237bb9;
    text-decoration: none;
}

.site-menubar {
    position: fixed;
    top: 66px;
    z-index: 1400;
    height: 100%;
    height: -webkit-calc(100% - 66px);
    height: calc(100% - 66px);
    font-family: "Roboto", sans-serif;
    color: rgba(204, 213, 219, .9);
    /*new*/
    background: #263238;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .08);
}


/*new*/

.breadcrumb a {
    color: #3e8bc1;
    font-weight: 400;
}

.site-menubar-body {
    height: 100%;
    height: -webkit-calc(100% - 76px);
    height: calc(100% - 76px);
}

.site-menubar ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.site-menubar a {
    outline: none;
}

.site-menubar a:hover,
.site-menubar a:focus {
    text-decoration: none;
}

.site-menubar.site-menubar-light {
    background: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .08);
}

.site-menubar.site-menubar-light .scrollable-inverse.scrollable .scrollable-bar-handle {
    background: rgba(163, 175, 183, .6);
}

.site-menubar-section {
    padding: 0 20px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.site-menubar-section > h4,
.site-menubar-section > h5 {
    color: #e4eaec;
}

.site-menubar-section .progress:last-child {
    margin-bottom: 0;
}

.site-menubar-footer {
    position: fixed;
    bottom: 0;
    z-index: 1400;
    display: block;
}

.site-menubar-footer > a {
    display: block;
    float: left;
    width: 33.33333333%;
    height: 76px;
    padding: 26px 0;
    font-size: 16px;
    color: #ccd5db;
    text-align: center;
    background-color: #006799;
}

.site-menubar-footer > a:hover,
.site-menubar-footer > a:focus {
    background-color: rgba(53, 131, 202, .05);
}

.site-menubar-light .site-menubar-footer > a {
    background-color: #e4eaec;
}

.site-menubar-light .site-menubar-footer > a:hover,
.site-menubar-light .site-menubar-footer > a:focus {
    background-color: #d5dee1;
}

.site-menu {
    padding-bottom: 20px;
    overflow-y: hidden;
    font-size: 14px;
    border-top: 1px solid #2a3536;
    border-bottom: 1px solid #2a3536;
}

.site-menu-item > a {
    white-space: nowrap;
    cursor: pointer;
}

.site-menu-icon {
    display: inline-block;
    width: 1em;
    text-align: center;
    /*new*/
    color: #2495e4;
}

.site-menu-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
}

.site-menu-arrow {
    position: relative;
    display: inline-block;
    font-family: 'Web Icons';
    font-style: normal;
    font-weight: normal;
    -webkit-transition: transform .15s;
    -o-transition: transform .15s;
    transition: transform .15s;
    transform: translate(0, 0);
    text-rendering: auto;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.site-menu-arrow:before {
    content: '\f17f';
}

.site-menu-arrow,
.site-menu-badge,
.site-menu-label {
    position: absolute;
    right: 20px;
    display: inline-block;
    vertical-align: middle;
}

.site-menu .badge,
.site-menu .label {
    padding: 2px 5px 3px;
    font-size: 12px;
    font-weight: 300;
}

.site-menu-item {
    position: relative;
    white-space: nowrap;
}

.site-menu-item a {
    display: block;
    color: rgba(204, 213, 219, .9);
}

.site-menu-item.is-hidden {
    opacity: 0;
}

.site-menu-item.is-shown {
    opacity: 1;
}

.site-menu > .site-menu-item {
    padding: 0;
}

.site-menu > .site-menu-item.open .site-menu-icon {
    /*background: #03436c;*/
    color: #fff;
}

.site-menu > .site-menu-item.open > a {
    color: #fff;
    background: transparent;
}

.site-menu > .site-menu-item.open.hover > a {
    background: transparent;
}

.site-menu > .site-menu-item.hover > a,
.site-menu > .site-menu-item:hover > a {
    color: rgba(255, 255, 255, .8);
    background-color: rgba(255, 255, 255, .02);
}


/*new*/

.site-menu > .site-menu-item.active .site-menu-icon {
    color: #fff;
}

.site-menu > .site-menu-item.active {
    /*new*/
    /*background: #237bb9;*/
    border-top: 1px solid rgba(0, 0, 0, .04);
    border-bottom: 1px solid rgba(0, 0, 0, .04);
}

.site-menu-item.has-sub.active.open {
    background: #263238;
}

.site-menu-item.active.open {
    background: #237bb9;
}

.site-menu > .site-menu-item.active > a {
    color: #fff;
    background: transparent;
}

.site-menu > .site-menu-item.active.hover > a {
    background: transparent;
}

.site-menu .site-menu-sub {
    padding: 5px 0;
    margin: 0;
    font-size: 14px;
    background: transparent;
}

.site-menu-item.has-sub.open {
    border-left: 4px solid #237bb9;
}

.site-menu .site-menu-sub .site-menu-item {
    line-height: 36px;
    color: rgba(204, 213, 219, .9);
    background: transparent;
}

.site-menu .site-menu-sub .site-menu-item.has-sub {
    /*new*/
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}

.site-menu .site-menu-sub .site-menu-item.has-sub.open .root-menu-item {
    border-left: 4px solid #237bb9;
}

.site-menu .site-menu-sub .site-menu-item.has-sub.open {
    border-top-color: rgba(0, 0, 0, .06);
    border-bottom-color: rgba(0, 0, 0, .06);
    border-left: 4px solid #237bb9;
}

.site-menu .site-menu-sub .site-menu-item > a {
    padding: 0 20px;
}

.site-menu .site-menu-sub .site-menu-item.open {
    /*new*/
    /*background: #237BB9;*/
}

.site-menu .site-menu-sub .site-menu-item.open > a {
    color: #fff;
}

.site-menu .site-menu-sub .site-menu-item.open.hover > a {
    background-color: transparent;
}

.site-menu .site-menu-sub .site-menu-item.hover > a,
.site-menu .site-menu-sub .site-menu-item:hover > a {
    color: rgba(255, 255, 255, .8);
    background-color: rgba(255, 255, 255, .02);
}

.site-menu .site-menu-sub .site-menu-item.active {
    /*background: rgba(0, 0, 0, .06);*/
    background: #237bb9;
}

.site-menu .site-menu-sub .site-menu-item.active > a {
    color: #fff;
}

.site-menu .site-menu-sub .site-menu-item.active.hover > a {
    background-color: transparent;
}

.site-menubar-light .site-menu-item a {
    color: rgba(118, 131, 143, .9);
}

.site-menubar-light .site-menu-item.hover > a,
.site-menubar-light .site-menu-item:hover > a {
    background: transparent;
}

.site-menubar-light .site-menu > .site-menu-item.open {
    background: rgba(53, 131, 202, .05);
}

.site-menubar-light .site-menu > .site-menu-item.open > a {
    color: #62a8ea;
}

.site-menubar-light .site-menu > .site-menu-item.hover,
.site-menubar-light .site-menu > .site-menu-item:hover {
    background-color: rgba(53, 131, 202, .05);
}

.site-menubar-light .site-menu > .site-menu-item.hover > a,
.site-menubar-light .site-menu > .site-menu-item:hover > a {
    color: #62a8ea;
}

.site-menubar-light .site-menu > .site-menu-item.active {
    background: rgba(53, 131, 202, .05);
}

.site-menubar-light .site-menu > .site-menu-item.active > a {
    color: #62a8ea;
}

.site-menubar-light .site-menu .site-menu-sub .site-menu-item.open {
    background: rgba(53, 131, 202, .03);
}

.site-menubar-light .site-menu .site-menu-sub .site-menu-item.open > a {
    color: #62a8ea;
}

.site-menubar-light .site-menu .site-menu-sub .site-menu-item.hover,
.site-menubar-light .site-menu .site-menu-sub .site-menu-item:hover {
    background-color: rgba(53, 131, 202, .03);
}

.site-menubar-light .site-menu .site-menu-sub .site-menu-item.hover > a,
.site-menubar-light .site-menu .site-menu-sub .site-menu-item:hover > a {
    color: #62a8ea;
}

.site-menubar-light .site-menu .site-menu-sub .site-menu-item.hover.open,
.site-menubar-light .site-menu .site-menu-sub .site-menu-item:hover.open {
    background-color: rgba(53, 131, 202, .03);
}

.site-menubar-light .site-menu .site-menu-sub .site-menu-item.active {
    background: rgba(53, 131, 202, .03);
}

.site-menubar-light .site-menu .site-menu-sub .site-menu-item.active > a {
    color: #62a8ea;
}

.site-gridmenu {
    position: fixed;
    top: 66px;
    bottom: 0;
    z-index: 1500;
    padding: 20px 0;
    visibility: hidden;
    background-color: #263238;
    opacity: 0;
}

.js > .site-gridmenu {
    transition: opacity .5s ease 0s, visibility 0s;
}

.site-gridmenu-active > .site-gridmenu {
    visibility: visible;
    opacity: 1;
    transition: opacity .5s ease 0s;
}

.site-gridmenu-active > .site-gridmenu ul {
    opacity: 1;
    transform: rotateX(0deg);
}

.site-gridmenu ul {
    padding: 0;
    margin: 0;
    list-style: none;
    opacity: .4;
    transition: transform .5s ease 0s, opacity .5s ease 0s;
    transform: translateY(-25%) rotateX(35deg);
}

.site-gridmenu li {
    float: left;
    width: 50%;
    text-align: center;
}

.site-gridmenu li > a {
    display: block;
    padding: 30px 15px;
    color: #a3afb7;
}

.site-gridmenu li .icon {
    display: block;
    margin-bottom: 10px;
    font-size: 32px;
}

.site-gridmenu li:hover > a {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    background-color: rgba(255, 255, 255, .02);
}

body.site-gridmenu-active {
    overflow: hidden;
}

.site-gridmenu-toggle:after {
    position: relative;
    top: -1px;
    right: -3px;
    display: inline-block;
    font-family: 'Web Icons';
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    content: '\f183';
    opacity: 0;
    -webkit-transition: opacity .15s;
    -o-transition: opacity .15s;
    transition: opacity .15s;
    transform: translate(0, 0);
    text-rendering: auto;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.site-gridmenu-active .site-gridmenu-toggle:after {
    opacity: 1;
}

.site-sidebar {
    z-index: 1210;
}

.site-sidebar.slidePanel {
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .2);
}

.site-sidebar.slidePanel.slidePanel-right,
.site-sidebar.slidePanel.slidePanel-left {
    width: 300px;
    overflow: hidden;
}

.site-sidebar-content {
    height: 100%;
}

.site-sidebar-nav.nav-tabs > li {
    display: table-cell;
    width: 1%;
}

.site-sidebar-nav.nav-tabs > li > a {
    padding: 0;
    font-size: 16px;
    line-height: 90px;
}

.site-sidebar-tab-content {
    height: 100%;
    height: -webkit-calc(100% - 90px);
    height: calc(100% - 90px);
}

.site-sidebar-tab-content > .tab-pane {
    height: 100%;
    padding: 20px 30px;
}

.site-sidebar-tab-content > .tab-pane.scrollable {
    padding: 0;
}

.site-sidebar-tab-content > .tab-pane .scrollable-content {
    padding: 20px 30px;
}

.site-sidebar-tab-content > .tab-pane .list-group {
    margin-right: -30px;
    margin-left: -30px;
}

.site-sidebar-tab-content > .tab-pane .list-group > .list-group-item {
    padding-right: 30px;
    padding-left: 30px;
}

.site-sidebar .conversation {
    position: absolute;
    top: 0;
    right: -100%;
    z-index: 1700;
    width: 100%;
    height: 100%;
    background-color: #fff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.site-sidebar .conversation.active {
    right: 0;
}

.site-sidebar .conversation-header {
    border-bottom: 1px solid #e4eaec;
}

.site-sidebar .conversation-header > * {
    padding: 0 30px;
    margin: 0;
    line-height: 90px;
}

.site-sidebar .conversation-more,
.site-sidebar .conversation-return {
    color: rgba(55, 71, 79, .4);
    cursor: pointer;
}

.site-sidebar .conversation-more:hover,
.site-sidebar .conversation-return:hover,
.site-sidebar .conversation-more:focus,
.site-sidebar .conversation-return:focus {
    color: rgba(55, 71, 79, .6);
}

.site-sidebar .conversation-more:active,
.site-sidebar .conversation-return:active {
    color: #37474f;
}

.site-sidebar .conversation-title {
    position: relative;
    top: 1px;
    z-index: -1;
    color: #37474f;
    text-align: center;
}

.site-sidebar .conversation-content {
    padding: 30px 15px;
}

.site-sidebar .conversation-reply {
    position: absolute;
    bottom: 0;
    padding: 10px 0;
    border-top: 1px solid #e4eaec;
}

.site-sidebar .conversation-reply .form-control {
    border: none;
    border-right: 1px solid #e4eaec;
}

@media (max-width: 767px) {
    .site-sidebar.slidePanel.slidePanel-right,
    .site-sidebar.slidePanel.slidePanel-left {
        width: 100%;
    }
}

.site-action {
    position: fixed;
    right: 32px;
    bottom: 55px;
    z-index: 1290;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
}

.site-action input {
    display: none;
}

.site-action .btn {
    box-shadow: 0 10px 10px 0 rgba(60, 60, 60, .1);
}

.site-action .front-icon {
    display: block;
}

.site-action .back-icon {
    display: none;
}

.site-action-buttons {
    position: absolute;
    bottom: 56px;
    left: 0;
    display: none;
    width: 100%;
    text-align: center;
}

.site-action-buttons .btn {
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
    -webkit-animation-delay: 100ms;
    animation-delay: 100ms;
}

.site-action.active .front-icon {
    display: none;
}

.site-action.active .back-icon {
    display: block;
}

.site-action.active .site-action-buttons {
    display: block;
}

@media (max-width: 767px) {
    .site-action .btn-floating {
        width: 46px;
        height: 46px;
        padding: 0;
        font-size: 16px;
        box-shadow: 0 6px 6px 0 rgba(60, 60, 60, .1);
    }
    .site-action-buttons {
        bottom: 46px;
    }
}

.page {
    position: relative;
    min-height: calc(100% - 44px);
    background: #C6D1D7;
}

.page-dark.layout-full {
    color: #fff;
}

.page-dark.layout-full:before {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    content: '';
    background-position: center top;
    background-size: cover;
}

.page-dark.layout-full:after {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    content: '';
    background-color: rgba(38, 50, 56, .6);
}

.page-dark.layout-full .brand {
    margin-bottom: 22px;
}

.page-dark.layout-full .brand-text {
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
}

.page-nav-tabs {
    padding: 0 30px;
}

.page-content {
    padding: 30px 30px;
}

.page-content-actions {
    padding: 0 30px 30px;
}

.page-content-actions .dropdown {
    display: inline-block;
}

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

.page-content-actions:after {
    clear: both;
}

.page-content-table {
    max-width: 100%;
    padding: 0;
    overflow-x: auto;
}

.page-content-table .table > thead > tr > th,
.page-content-table .table > tbody > tr > th,
.page-content-table .table > thead > tr > td,
.page-content-table .table > tbody > tr > td {
    padding-top: 20px;
    padding-bottom: 20px;
}

.page-content-table .table > thead > tr > th:first-child,
.page-content-table .table > tbody > tr > th:first-child,
.page-content-table .table > thead > tr > td:first-child,
.page-content-table .table > tbody > tr > td:first-child {
    padding-left: 30px;
}

.page-content-table .table > thead > tr > th:last-child,
.page-content-table .table > tbody > tr > th:last-child,
.page-content-table .table > thead > tr > td:last-child,
.page-content-table .table > tbody > tr > td:last-child {
    padding-right: 30px;
}

.page-content-table .table > tbody > tr:hover > td {
    background-color: #f3f7f9;
}

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

.page-content-table .table > tbody > tr:last-child td {
    border-bottom: 1px solid #e4eaec;
}

.page-content-table .table.is-indent > thead > tr > th.pre-cell,
.page-content-table .table.is-indent > tbody > tr > th.pre-cell,
.page-content-table .table.is-indent > thead > tr > td.pre-cell,
.page-content-table .table.is-indent > tbody > tr > td.pre-cell,
.page-content-table .table.is-indent > thead > tr > th.suf-cell,
.page-content-table .table.is-indent > tbody > tr > th.suf-cell,
.page-content-table .table.is-indent > thead > tr > td.suf-cell,
.page-content-table .table.is-indent > tbody > tr > td.suf-cell {
    width: 30px;
    padding: 0;
    border-top: none;
    border-bottom: none;
}

.page-content-table .table.is-indent > tbody > tr:first-child td {
    border-top: none;
}

.page-content-table .table.is-indent > tbody > tr:last-child td.pre-cell,
.page-content-table .table.is-indent > tbody > tr:last-child td.suf-cell {
    border-bottom: none;
}

.page-content-table .table.is-indent > tfoot > tr > td {
    border-top: none;
}

.page-content-table .pagination {
    margin-right: 30px;
    margin-left: 30px;
}

.page-copyright {
    margin-top: 60px;
    font-size: 12px;
    color: #37474f;
    letter-spacing: 1px;
}

.page-copyright .social a {
    margin: 0 10px;
    text-decoration: none;
}

.page-copyright .social .icon {
    font-size: 16px;
    color: rgba(55, 71, 79, .6);
}

.page-copyright .social .icon:hover,
.page-copyright .social .icon:focus {
    color: rgba(55, 71, 79, .8);
}

.page-copyright .social .icon.active,
.page-copyright .social .icon:active {
    color: #37474f;
}

.page-copyright-inverse {
    color: #fff;
}

.page-copyright-inverse .social .icon {
    color: #fff;
}

.page-copyright-inverse .social .icon:hover,
.page-copyright-inverse .social .icon:active {
    color: rgba(255, 255, 255, .8);
}

.page-header + .page-content {
    padding-top: 0;
}

.page-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 26px;
}

.page-title > .icon {
    margin-right: .3em;
}

.page-description {
    color: #a3afb7;
}

.page-header {
    position: relative;
    z-index: 2;
    padding: 30px 30px;
    margin-top: 0;
    margin-bottom: 0;
    background: transparent;
    border-bottom: none;
}

.page-header-actions {
    position: absolute;
    top: 50%;
    right: 30px;
    margin: auto;
    transform: translateY(-50%);
}

.page-header-actions .btn-icon {
    margin-left: 6px;
}

.page-header-actions > * {
    margin-bottom: 0;
}

.page-header .breadcrumb {
    padding: 0;
    margin: 0;
}

.page-header-bordered {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 30px;
    background-color: #fff;
    border-bottom: 1px solid transparent;
}

.page-header-tabs {
    padding-bottom: 0;
}

.page-header-tabs .nav-tabs-line {
    margin-top: 5px;
    border-bottom-color: transparent;
}

.page-header-tabs .nav-tabs-line > li > a {
    padding: 5px 20px;
}

.page-aside {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 260px;
    overflow-y: auto;
    background: #fff;
    border-right: 1px solid #e4eaec;
    -webkit-transition: top .5s ease, width .5s ease, opacity .3s ease;
    -o-transition: top .5s ease, width .5s ease, opacity .3s ease;
    transition: top .5s ease, width .5s ease, opacity .3s ease;
}

.page-aside + .page-main {
    margin-left: 260px;
}

.page-aside-fixed {
    position: fixed;
}

.page-aside-section {
    position: relative;
}

.page-aside-section:first-child {
    padding-top: 22px;
}

.page-aside-section:last-child {
    margin-bottom: 22px;
}

.page-aside-section:after {
    position: relative;
    display: block;
    margin: 22px;
    content: '';
    border-bottom: 1px solid #e4eaec;
}

.page-aside-section:last-child:after {
    display: none;
}

.page-aside-switch {
    position: absolute;
    top: calc(50% - 25px);
    left: calc(100% - 1px);
    display: none;
    padding: 15px 8px 15px 4px;
    line-height: 1;
    cursor: pointer;
    background-color: white;
    border-radius: 0 100px 100px 0;
    box-shadow: 1px 0 3px rgba(0, 0, 0, .2);
}

.page-aside-title {
    padding: 10px 30px;
    margin: 20px 0 10px;
    overflow: hidden;
    font-weight: 500;
    color: #526069;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: default;
}

.page-aside .list-group {
    margin-bottom: 22px;
}

.page-aside .list-group-item {
    padding: 13px 30px;
    margin-bottom: 1px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border: none;
}

.page-aside .list-group-item .icon {
    color: #a3afb7;
}

.page-aside .list-group-item .item-right {
    float: right;
}

.page-aside .list-group-item:hover,
.page-aside .list-group-item:focus {
    color: #62a8ea;
    background-color: #f3f7f9;
    border: none;
}

.page-aside .list-group-item:hover > .icon,
.page-aside .list-group-item:focus > .icon {
    color: #62a8ea;
}

.page-aside .list-group-item.active {
    color: #62a8ea;
    background-color: transparent;
}

.page-aside .list-group-item.active > .icon {
    color: #62a8ea;
}

.page-aside .list-group-item.active:hover,
.page-aside .list-group-item.active:focus {
    color: #62a8ea;
    background-color: #f3f7f9;
    border: none;
}

.page-aside .list-group-item.active:hover > .icon,
.page-aside .list-group-item.active:focus > .icon {
    color: #62a8ea;
}

.page-aside .list-group.has-actions .list-group-item {
    cursor: pointer;
}

.page-aside .list-group.has-actions .list-group-item .list-editable {
    position: relative;
    display: none;
}

.page-aside .list-group.has-actions .list-group-item .list-editable .input-editable-close {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 1;
    -webkit-appearance: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    outline: none;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.page-aside .list-group.has-actions .list-group-item .list-editable .form-group {
    margin: 0;
}

.page-aside .list-group.has-actions .list-group-item .item-actions {
    position: absolute;
    top: 6px;
    right: 20px;
    display: none;
}

.page-aside .list-group.has-actions .list-group-item .item-actions .btn-icon {
    padding-right: 2px;
    padding-left: 2px;
    background-color: transparent;
}

.page-aside .list-group.has-actions .list-group-item .item-actions .btn-icon:hover .icon {
    color: #62a8ea;
}

.page-aside .list-group.has-actions .list-group-item .item-actions .icon {
    margin: 0;
}

.page-aside .list-group.has-actions .list-group-item:hover .item-right {
    display: none;
}

.page-aside .list-group.has-actions .list-group-item:hover .item-actions {
    display: block;
}

.page-aside .list-group.has-actions .list-group-item:hover .item-actions .icon {
    color: #76838f;
}

@media (max-width: 1199px) {
    .page-aside {
        width: 220px;
    }
    .page-aside + .page-main {
        margin-left: 220px;
    }
}

@media (max-width: 767px) {
    .page-aside {
        position: fixed;
        top: 66px;
        bottom: 0;
        z-index: 1100;
        width: 0;
        overflow-y: visible;
        border-color: transparent;
    }
    .site-navbar-collapse-show .page-aside {
        top: 132px;
    }
    .site-menubar-changing .page-aside,
    .site-menubar-open .page-aside {
        opacity: 0;
    }
    .page-aside .page-aside-inner {
        height: 100%;
        overflow: auto;
        background-color: white;
        border-right: 1px solid #e4eaec;
        opacity: 0;
    }
    .page-aside.open {
        width: 260px;
    }
    .page-aside.open .page-aside-inner {
        opacity: 1;
    }
    .page-aside.open .page-aside-switch .wb-chevron-right {
        display: none;
    }
    .page-aside.open .page-aside-switch .wb-chevron-left {
        display: inline;
    }
    .page-aside + .page-main {
        margin-left: 0;
    }
    .page-aside-switch {
        display: block;
    }
    .site-menubar-open .page-aside-switch {
        display: none;
    }
    .page-aside-switch .wb-chevron-left {
        display: none;
    }
}

.site-footer {
    /*new*/
    height: 44px;
    padding: 10px 30px;
    background-color: #252f30;
    color: #fff;
}

.site-footer:before,
.site-footer:after {
    display: table;
    content: " ";
}

.site-footer:after {
    clear: both;
}

.site-footer-actions {
    float: right;
}

.site-footer-right {
    float: right;
}

.site-footer .scroll-to-top {
    color: #76838f;
}

.site-footer .scroll-to-top,
.site-footer .scroll-to-top:hover,
.site-footer .scroll-to-top:active {
    text-decoration: none;
}

.layout-full {
    height: 100%;
}

body.layout-full {
    padding-top: 0;
}

.layout-full .page {
    height: 100%;
    padding: 0;
    margin: 0 !important;
    background-color: transparent;
}

.layout-full > .loader {
    margin-left: 0 !important;
}

@media (min-width: 1200px) {
    .layout-boxed {
        background: #e4eaec;
    }
    .layout-boxed,
    .layout-boxed .site-navbar {
        max-width: 1320px;
        margin-right: auto;
        margin-left: auto;
    }
}

.layout-boxed .slidePanel-right,
.layout-boxed .slidePanel-left {
    top: 0;
    z-index: 1510;
}

.site-print {
    padding-top: 0;
}

.site-print .site-navbar,
.site-print .site-menubar,
.site-print .site-gridmenu,
.site-print .site-footer {
    display: none;
}

.site-print .page {
    margin: 0 !important;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
    .css-menubar .page,
    .css-menubar .site-footer {
        margin-left: 70px;
    }
    .css-menubar .site-navbar .navbar-brand {
        float: none;
        text-align: center;
    }
    .css-menubar .site-navbar .navbar-brand-text {
        display: none;
    }
    .css-menubar .site-menu {
        overflow: visible;
    }
    .css-menubar .site-menu-category {
        height: 2px;
        margin: 0;
        font: 0/0 a;
        color: transparent;
        text-shadow: none;
        background: #03436c;
    }
    .css-menubar .site-menu-category:first-child {
        visibility: hidden;
    }
    .css-menubar .site-menu > .site-menu-item {
        font-size: 14px;
    }
    .css-menubar .site-menu > .site-menu-item > a {
        height: 60px;
        line-height: 60px;
    }
    .css-menubar .site-menu > .site-menu-item > a .site-menu-title,
    .css-menubar .site-menu > .site-menu-item > a .site-menu-icon {
        position: absolute;
        top: 0;
        left: 0;
        width: 70px;
        text-align: center;
        -webkit-transition: visibility .25s, opacity .25s;
        -o-transition: visibility .25s, opacity .25s;
        transition: visibility .25s, opacity .25s;
    }
    .css-menubar .site-menu > .site-menu-item > a .site-menu-arrow {
        visibility: hidden;
        -webkit-transition: visibility 0;
        -o-transition: visibility 0;
        transition: visibility 0;
    }
    .css-menubar .site-menu > .site-menu-item > a .site-menu-title {
        visibility: hidden;
        opacity: 0;
    }
    .css-menubar .site-menu > .site-menu-item > a .site-menu-icon {
        margin-right: 0;
        font-size: 24px;
        visibility: visible;
        opacity: 1;
    }
    .css-menubar .site-menu > .site-menu-item > a .site-menu-badge {
        top: -15px;
        left: 50px;
    }
    .css-menubar .site-menu > .site-menu-item > a .site-menu-label {
        display: none;
    }
    .css-menubar .site-menu > .site-menu-item.active {
        border-top: none;
        border-bottom: none;
    }
    .css-menubar .site-menu > .site-menu-item.hover > a .site-menu-icon,
    .css-menubar .site-menu > .site-menu-item.active > a .site-menu-icon,
    .css-menubar .site-menu > .site-menu-item.open > a .site-menu-icon {
        visibility: hidden;
        opacity: 0;
    }
    .css-menubar .site-menu > .site-menu-item.hover > a .site-menu-title,
    .css-menubar .site-menu > .site-menu-item.active > a .site-menu-title,
    .css-menubar .site-menu > .site-menu-item.open > a .site-menu-title {
        visibility: visible;
        opacity: 1;
    }
    .css-menubar .site-menu > .site-menu-item.hover > a .site-menu-badge,
    .css-menubar .site-menu > .site-menu-item.active > a .site-menu-badge,
    .css-menubar .site-menu > .site-menu-item.open > a .site-menu-badge {
        display: none;
    }
    .css-menubar .site-menu .site-menu-sub .site-menu-sub {
        display: none;
    }
    .css-menubar .site-menu .site-menu-sub .site-menu-item.open > a .site-menu-arrow {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    .css-menubar .site-menu .site-menu-sub .site-menu-item.open > .site-menu-sub {
        display: block;
    }
    .css-menubar .site-menu .site-menu-sub .site-menu-item:not(.open) > a .site-menu-arrow {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .css-menubar .site-menu .site-menu-sub .site-menu-item:not(.open) > .site-menu-sub {
        display: none;
    }
    .css-menubar .site-menu > .site-menu-item > .site-menu-sub {
        position: absolute;
        top: 0;
        left: 70px;
        width: 240px;
        overflow-y: auto;
        visibility: hidden;
        background: #03436c;
        opacity: 0;
        -webkit-transition: visibility .25s, opacity .25s;
        -o-transition: visibility .25s, opacity .25s;
        transition: visibility .25s, opacity .25s;
    }
    .css-menubar .site-menu > .site-menu-item > .site-menu-sub-up {
        top: auto;
        bottom: 0;
    }
    .css-menubar .site-menu > .site-menu-item > .site-menu-sub .site-menu-item > a {
        padding: 0 20px;
    }
    .css-menubar .site-menu > .site-menu-item.hover > .site-menu-sub {
        visibility: visible;
        opacity: 1;
    }
    .css-menubar .site-menubar-light .site-menu-category {
        background: rgba(53, 131, 202, .05);
    }
    .css-menubar .site-menubar-light .site-menu > .site-menu-item > .site-menu-sub {
        background: #f3f8fb;
        -webkit-box-shadow: 2px 1px 2px rgba(0, 0, 0, .08);
        box-shadow: 2px 1px 2px rgba(0, 0, 0, .08);
    }
    .css-menubar .site-menubar {
        width: 70px;
    }
    .css-menubar .site-menubar-section {
        padding: 30px;
        margin-top: 0;
        border-top: 2px solid #03436c;
        border-bottom: 2px solid #03436c;
    }
    .css-menubar .site-menubar-section > h4,
    .css-menubar .site-menubar-section > h5 {
        display: none;
    }
    .css-menubar .site-menubar-light .site-menubar-section {
        border-top: 2px solid rgba(53, 131, 202, .05);
        border-bottom: 2px solid rgba(53, 131, 202, .05);
    }
    .css-menubar .site-gridmenu {
        width: 70px;
    }
    .css-menubar .site-gridmenu li {
        float: none;
        width: 100%;
    }
    .css-menubar .site-gridmenu li > a {
        padding: 15px 0;
    }
    .css-menubar .site-gridmenu-toggle:after {
        display: none;
    }
    .css-menubar .site-menubar-footer {
        width: 70px;
    }
    .css-menubar .site-menubar-footer > a {
        display: none;
    }
    .css-menubar .site-menubar-footer > a.fold-show {
        display: block;
        float: none;
        width: 100%;
    }
    .css-menubar .site-menu > .site-menu-item:hover > a .site-menu-icon {
        visibility: hidden;
        opacity: 0;
    }
    .css-menubar .site-menu > .site-menu-item:hover > a .site-menu-title {
        visibility: visible;
        opacity: 1;
    }
    .css-menubar .site-menu > .site-menu-item:hover > a .site-menu-badge {
        display: none;
    }
    .css-menubar .site-menu-item:hover > .site-menu-sub {
        visibility: visible;
        opacity: 1;
    }
}

@media screen and (min-width: 768px) and (max-width: 1199px) and (min-width: 768px) {
    .css-menubar .site-navbar .navbar-header {
        width: 70px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1199px) and (min-width: 768px) {
    .css-menubar .site-navbar .navbar-container {
        margin-left: 70px;
    }
}

.site-menubar-fold .page,
.site-menubar-fold .site-footer {
    margin-left: 70px;
}

@media (min-width: 768px) {
    .site-menubar-fold .site-navbar .navbar-header {
        width: 70px;
    }
}

@media (min-width: 768px) {
    .site-menubar-fold .site-navbar .navbar-container {
        margin-left: 70px;
    }
}

.site-menubar-fold .site-navbar .navbar-brand {
    float: none;
    text-align: center;
}

.site-menubar-fold .site-navbar .navbar-brand-text {
    display: none;
}

.site-menubar-fold .site-menu {
    overflow: visible;
}

.site-menubar-fold .site-menu-category {
    height: 2px;
    margin: 0;
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background: #03436c;
}

.site-menubar-fold .site-menu-category:first-child {
    visibility: hidden;
}

.site-menubar-fold .site-menu > .site-menu-item {
    font-size: 14px;
}

.site-menubar-fold .site-menu > .site-menu-item > a {
    height: 60px;
    line-height: 60px;
}

.site-menubar-fold .site-menu > .site-menu-item > a .site-menu-title,
.site-menubar-fold .site-menu > .site-menu-item > a .site-menu-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    text-align: center;
    -webkit-transition: visibility .25s, opacity .25s;
    -o-transition: visibility .25s, opacity .25s;
    transition: visibility .25s, opacity .25s;
}

.site-menubar-fold .site-menu > .site-menu-item > a .site-menu-arrow {
    visibility: hidden;
    -webkit-transition: visibility 0;
    -o-transition: visibility 0;
    transition: visibility 0;
}

.site-menubar-fold .site-menu > .site-menu-item > a .site-menu-title {
    visibility: hidden;
    opacity: 0;
}

.site-menubar-fold .site-menu > .site-menu-item > a .site-menu-icon {
    margin-right: 0;
    font-size: 24px;
    visibility: visible;
    opacity: 1;
}

.site-menubar-fold .site-menu > .site-menu-item > a .site-menu-badge {
    top: -15px;
    left: 50px;
}

.site-menubar-fold .site-menu > .site-menu-item > a .site-menu-label {
    display: none;
}

.site-menubar-fold .site-menu > .site-menu-item.active {
    border-top: none;
    border-bottom: none;
}

.site-menubar-fold .site-menu > .site-menu-item.hover > a .site-menu-icon,
.site-menubar-fold .site-menu > .site-menu-item.active > a .site-menu-icon,
.site-menubar-fold .site-menu > .site-menu-item.open > a .site-menu-icon {
    visibility: hidden;
    opacity: 0;
}

.site-menubar-fold .site-menu > .site-menu-item.hover > a .site-menu-title,
.site-menubar-fold .site-menu > .site-menu-item.active > a .site-menu-title,
.site-menubar-fold .site-menu > .site-menu-item.open > a .site-menu-title {
    visibility: visible;
    opacity: 1;
}

.site-menubar-fold .site-menu > .site-menu-item.hover > a .site-menu-badge,
.site-menubar-fold .site-menu > .site-menu-item.active > a .site-menu-badge,
.site-menubar-fold .site-menu > .site-menu-item.open > a .site-menu-badge {
    display: none;
}

.site-menubar-fold .site-menu .site-menu-sub .site-menu-sub {
    display: none;
}

.site-menubar-fold .site-menu .site-menu-sub .site-menu-item.open > a .site-menu-arrow {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.site-menubar-fold .site-menu .site-menu-sub .site-menu-item.open > .site-menu-sub {
    display: block;
}

.site-menubar-fold .site-menu .site-menu-sub .site-menu-item:not(.open) > a .site-menu-arrow {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.site-menubar-fold .site-menu .site-menu-sub .site-menu-item:not(.open) > .site-menu-sub {
    display: none;
}

.site-menubar-fold .site-menu > .site-menu-item > .site-menu-sub {
    position: absolute;
    top: 0;
    left: 70px;
    width: 240px;
    overflow-y: auto;
    visibility: hidden;
    /*background: #03436c;*/
    background: #252f30;
    opacity: 0;
    -webkit-transition: visibility .25s, opacity .25s;
    -o-transition: visibility .25s, opacity .25s;
    transition: visibility .25s, opacity .25s;
}

.site-menubar-fold .site-menu > .site-menu-item > .site-menu-sub-up {
    top: auto;
    bottom: 0;
}

.site-menubar-fold .site-menu > .site-menu-item > .site-menu-sub .site-menu-item > a {
    padding: 0 20px;
}

.site-menubar-fold .site-menu > .site-menu-item.hover > .site-menu-sub {
    visibility: visible;
    opacity: 1;
}

.site-menubar-fold .site-menubar-light .site-menu-category {
    background: rgba(53, 131, 202, .05);
}

.site-menubar-fold .site-menubar-light .site-menu > .site-menu-item > .site-menu-sub {
    background: #f3f8fb;
    -webkit-box-shadow: 2px 1px 2px rgba(0, 0, 0, .08);
    box-shadow: 2px 1px 2px rgba(0, 0, 0, .08);
}

.site-menubar-fold .site-menubar {
    width: 70px;
}

.site-menubar-fold .site-menubar-section {
    padding: 30px;
    margin-top: 0;
    border-top: 2px solid #03436c;
    border-bottom: 2px solid #03436c;
}

.site-menubar-fold .site-menubar-section > h4,
.site-menubar-fold .site-menubar-section > h5 {
    display: none;
}

.site-menubar-fold .site-menubar-light .site-menubar-section {
    border-top: 2px solid rgba(53, 131, 202, .05);
    border-bottom: 2px solid rgba(53, 131, 202, .05);
}

.site-menubar-fold .site-gridmenu {
    width: 70px;
}

.site-menubar-fold .site-gridmenu li {
    float: none;
    width: 100%;
}

.site-menubar-fold .site-gridmenu li > a {
    padding: 15px 0;
}

.site-menubar-fold .site-gridmenu-toggle:after {
    display: none;
}

.site-menubar-fold .site-menubar-footer {
    width: 70px;
}

.site-menubar-fold .site-menubar-footer > a {
    display: none;
}

.site-menubar-fold .site-menubar-footer > a.fold-show {
    display: block;
    float: none;
    width: 100%;
}

.site-menubar-fold.site-menubar-changing .site-menu > .site-menu-item > .site-menu-sub {
    display: none;
}

@media screen and (max-width: 767px),
screen and (min-width: 1200px) {
    .css-menubar .site-menu-category {
        padding: 0 24px;
        margin-top: 20px;
        font-size: 15px;
        line-height: 46px;
        color: #76838f;
        text-transform: uppercase;
        -webkit-transition: all .25s, font .1s .15s, color .1s .15s;
        -o-transition: all .25s, font .1s .15s, color .1s .15s;
        transition: all .25s, font .1s .15s, color .1s .15s;
    }
    .css-menubar .site-menu > .site-menu-item > a .site-menu-title {
        font-size: 16px;
    }
    .css-menubar .site-menu-icon {
        margin-right: 16px;
    }
    .css-menubar .site-menu .site-menu-sub {
        display: none;
    }
    .css-menubar .site-menu-item {
        line-height: 36px;
        -webkit-transition: transform .1s, all .25s, border 0;
        -o-transition: transform .1s, all .25s, border 0;
        transition: transform .1s, all .25s, border 0;
    }
    .css-menubar .site-menu-item.open > a .site-menu-arrow {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    .css-menubar .site-menu-item.open > .site-menu-sub {
        display: block;
    }
    .css-menubar .site-menu-item:not(.open) > a .site-menu-arrow {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .css-menubar .site-menu-item:not(.open) > .site-menu-sub {
        display: none;
    }
    .css-menubar .site-menu > .site-menu-item > a {
        padding: 0 30px;
        line-height: 46px;
    }
    .css-menubar .site-menu > .site-menu-item .site-menu-title {
        display: inline-block;
        max-width: 160px;
    }
    .css-menubar.site-menubar-native .site-menubar-body {
        overflow-y: scroll;
    }
    .css-menubar .site-menubar {
        width: 170px;
    }
    .css-menubar .site-gridmenu {
        width: 170px;
    }
    .css-menubar .site-menubar-footer {
        width: 170px;
    }
    .css-menubar [data-toggle="menubar"] .hamburger-arrow-left {
        transform: rotate(180deg);
    }
    .css-menubar [data-toggle="menubar"] .hamburger-arrow-left:before {
        width: .6em;
        transform: translate3d(.45em, .1em, 0) rotate(45deg);
    }
    .css-menubar [data-toggle="menubar"] .hamburger-arrow-left .hamburger-bar {
        border-radius: .2em;
    }
    .css-menubar [data-toggle="menubar"] .hamburger-arrow-left:after {
        width: .6em;
        transform: translate3d(.45em, -.1em, 0) rotate(-45deg);
    }
    .css-menubar [data-toggle="menubar"] .hamburger-arrow-left.collapsed {
        transform: rotate(180deg);
    }
    .css-menubar [data-toggle="menubar"] .hamburger-arrow-left.collapsed:before {
        width: .6em;
        transform: translate3d(.45em, .1em, 0) rotate(45deg);
    }
    .css-menubar [data-toggle="menubar"] .hamburger-arrow-left.collapsed .hamburger-bar {
        border-radius: .2em;
    }
    .css-menubar [data-toggle="menubar"] .hamburger-arrow-left.collapsed:after {
        width: .6em;
        transform: translate3d(.45em, -.1em, 0) rotate(-45deg);
    }
    .css-menubar .site-menu-item:hover > .site-menu-sub {
        display: block;
    }
}

@media screen and (max-width: 767px) and (min-width: 768px),
screen and (min-width: 1200px) and (min-width: 768px) {
    .css-menubar .site-navbar .navbar-header {
        width: 170px;
    }
}

@media screen and (max-width: 767px) and (min-width: 768px),
screen and (min-width: 1200px) and (min-width: 768px) {
    .css-menubar .site-navbar .navbar-container {
        margin-left: 170px;
    }
}

@media screen and (min-width: 1200px) {
    .css-menubar .page,
    .css-menubar .site-footer {
        margin-left: 170px;
    }
}

.site-menubar-unfold .page,
.site-menubar-unfold .site-footer {
    margin-left: 170px;
}

@media (min-width: 768px) {
    .site-menubar-unfold .site-navbar .navbar-header {
        width: 170px;
    }
}

@media (min-width: 768px) {
    .site-menubar-unfold .site-navbar .navbar-container {
        margin-left: 170px;
    }
}

.site-menubar-unfold .site-menu-category {
    padding: 0 24px;
    margin-top: 20px;
    font-size: 15px;
    line-height: 46px;
    color: #76838f;
    text-transform: uppercase;
    -webkit-transition: all .25s, font .1s .15s, color .1s .15s;
    -o-transition: all .25s, font .1s .15s, color .1s .15s;
    transition: all .25s, font .1s .15s, color .1s .15s;
}

.site-menubar-unfold .site-menu > .site-menu-item > a .site-menu-title {
    font-size: 16px;
}

.site-menubar-unfold .site-menu-icon {
    margin-right: 16px;
}

.site-menubar-unfold .site-menu .site-menu-sub {
    display: none;
}

.site-menubar-unfold .site-menu-item {
    line-height: 36px;
    -webkit-transition: transform .1s, all .25s, border 0;
    -o-transition: transform .1s, all .25s, border 0;
    transition: transform .1s, all .25s, border 0;
}

.site-menubar-unfold .site-menu-item.open > a .site-menu-arrow {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.site-menubar-unfold .site-menu-item.open > .site-menu-sub {
    display: block;
}

.site-menubar-unfold .site-menu-item:not(.open) > a .site-menu-arrow {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.site-menubar-unfold .site-menu-item:not(.open) > .site-menu-sub {
    display: none;
}

.site-menubar-unfold .site-menu > .site-menu-item > a {
    padding: 0 30px;
    line-height: 46px;
}

.site-menubar-unfold .site-menu > .site-menu-item .site-menu-title {
    display: inline-block;
    max-width: 160px;
}

.site-menubar-unfold.site-menubar-native .site-menubar-body {
    overflow-y: scroll;
}

.site-menubar-unfold .site-menubar {
    width: 170px;
}

.site-menubar-unfold .site-gridmenu {
    width: 170px;
}

.site-menubar-unfold .site-menubar-footer {
    width: 170px;
}

.site-menubar-unfold [data-toggle="menubar"] .hamburger-arrow-left {
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

.site-menubar-unfold [data-toggle="menubar"] .hamburger-arrow-left:before {
    width: .6em;
    transform: translate3d(.45em, .1em, 0) rotate(45deg);
}

.site-menubar-unfold [data-toggle="menubar"] .hamburger-arrow-left .hamburger-bar {
    border-radius: .2em;
}

.site-menubar-unfold [data-toggle="menubar"] .hamburger-arrow-left:after {
    width: .6em;
    transform: translate3d(.45em, -.1em, 0) rotate(-45deg);
}

.site-menubar-unfold [data-toggle="menubar"] .hamburger-arrow-left.collapsed {
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

.site-menubar-unfold [data-toggle="menubar"] .hamburger-arrow-left.collapsed:before {
    width: .6em;
    transform: translate3d(.45em, .1em, 0) rotate(45deg);
}

.site-menubar-unfold [data-toggle="menubar"] .hamburger-arrow-left.collapsed .hamburger-bar {
    border-radius: .2em;
}

.site-menubar-unfold [data-toggle="menubar"] .hamburger-arrow-left.collapsed:after {
    width: .6em;
    transform: translate3d(.45em, -.1em, 0) rotate(-45deg);
}

@media (max-width: 767px) {
    .site-menubar-unfold .page,
    .site-menubar-unfold .site-footer {
        margin-left: auto;
    }
    .site-menubar-open .page,
    .site-menubar-open .site-footer {
        -webkit-transform: translate3d(170px, 0, 0);
        -ms-transform: translate(170px, 0);
        -ms-transform: translate3d(170px, 0, 0);
        transform: translate3d(170px, 0, 0);
    }
    .site-menubar-changing .page,
    .site-menubar-changing .site-footer {
        -webkit-transition: transform .25s;
        -o-transition: transform .25s;
        transition: transform .25s;
    }
    .site-gridmenu {
        width: 100% !important;
        background: rgba(38, 50, 56, .9);
    }
    .site-menubar-hide .site-menubar,
    .site-menubar-open .site-menubar {
        -webkit-transition: transform .25s, top .35s, height .35s;
        -o-transition: transform .25s, top .35s, height .35s;
        transition: transform .25s, top .35s, height .35s;
    }
    .site-menubar-open .site-menubar {
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate(0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@media (max-width: 767px) {
    .site-navbar-collapsing {
        -webkit-transition: padding-top .35s;
        -o-transition: padding-top .35s;
        transition: padding-top .35s;
    }
    body.site-navbar-collapse-show {
        padding-top: 132px;
    }
    .site-navbar-collapse-show .slidePanel.slidePanel-right,
    .site-navbar-collapse-show .slidePanel.slidePanel-left {
        top: 135px;
        -webkit-transition: top .35s;
        -o-transition: top .35s;
        transition: top .35s;
    }
}

@media (max-width: 767px) {
    .site-navbar .brand {
        display: none;
    }
    .site-navbar .brand-mobile {
        display: block;
    }
    .site-menubar {
        top: 66px;
        height: -webkit-calc(100% - 66px);
        height: calc(100% - 66px);
        -webkit-transform: translate3d(-170px, 0, 0);
        -ms-transform: translate(-170px, 0);
        -ms-transform: translate3d(-170px, 0, 0);
        transform: translate3d(-170px, 0, 0);
        backface-visibility: hidden;
        perspective: 1000;
    }
    .site-navbar-collapse-show .site-menubar {
        top: 132px;
        height: -webkit-calc(100% - 132px);
        height: calc(100% - 132px);
    }
    .site-menubar-footer {
        visibility: hidden;
    }
    .site-menubar-open .site-menubar-footer {
        visibility: visible;
    }
    .disable-scrolling {
        height: 100%;
        overflow: hidden;
    }
    body.site-menubar-open {
        height: 100%;
        overflow: hidden;
    }
    body.site-menubar-open .page {
        height: 100%;
        overflow: hidden;
        pointer-events: none;
    }
}

.loader {
    position: relative;
    display: inline-block;
    margin: 0 auto;
    font-size: 40px;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

.loader.loader-default {
    width: 1em;
    height: 1em;
    background-color: #a3afb7;
    border-radius: 100%;
    -webkit-animation: loader-default 1s infinite ease-in-out;
    -o-animation: loader-default 1s infinite ease-in-out;
    animation: loader-default 1s infinite ease-in-out;
}

.loader.loader-grill {
    width: .25em;
    height: .5em;
    background: #a3afb7;
    -webkit-animation: default-grill 1s infinite ease-in-out;
    -o-animation: default-grill 1s infinite ease-in-out;
    animation: default-grill 1s infinite ease-in-out;
    -webkit-animation-delay: -.16s;
    animation-delay: -.16s;
}

.loader.loader-grill:before,
.loader.loader-grill:after {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: #a3afb7;
    -webkit-animation: default-grill 1s infinite ease-in-out;
    -o-animation: default-grill 1s infinite ease-in-out;
    animation: default-grill 1s infinite ease-in-out;
}

.loader.loader-grill:before {
    left: -.375em;
    -webkit-animation-delay: -.32s;
    animation-delay: -.32s;
}

.loader.loader-grill:after {
    left: .375em;
}

.loader.loader-circle {
    width: 1em;
    height: 1em;
    border-top: .125em solid rgba(163, 175, 183, .5);
    border-right: .125em solid rgba(163, 175, 183, .5);
    border-bottom: .125em solid rgba(163, 175, 183, .5);
    border-left: .125em solid #a3afb7;
    border-radius: 50%;
    -webkit-animation: loader-circle 1.1s infinite linear;
    -o-animation: loader-circle 1.1s infinite linear;
    animation: loader-circle 1.1s infinite linear;
}

.loader.loader-round-circle {
    width: 1em;
    height: 1em;
    font-size: 10px;
    border-radius: 50%;
    -webkit-animation: loader-round-circle 1.3s infinite linear;
    -o-animation: loader-round-circle 1.3s infinite linear;
    animation: loader-round-circle 1.3s infinite linear;
}

.loader.loader-tadpole {
    width: 1em;
    height: 1em;
    border-radius: 50%;
    -webkit-animation: loader-tadpole 1.7s infinite ease;
    -o-animation: loader-tadpole 1.7s infinite ease;
    animation: loader-tadpole 1.7s infinite ease;
}

.loader.loader-ellipsis {
    width: .625em;
    height: .625em;
    border-radius: 50%;
    -webkit-animation: loader-ellipsis 1.8s infinite ease-in-out;
    -o-animation: loader-ellipsis 1.8s infinite ease-in-out;
    animation: loader-ellipsis 1.8s infinite ease-in-out;
    -webkit-animation-delay: -.16s;
    animation-delay: -.16s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.loader.loader-ellipsis:before,
.loader.loader-ellipsis:after {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    border-radius: 50%;
    -webkit-animation: loader-ellipsis 1.8s infinite ease-in-out;
    -o-animation: loader-ellipsis 1.8s infinite ease-in-out;
    animation: loader-ellipsis 1.8s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.loader.loader-ellipsis:before {
    left: -.875em;
    -webkit-animation-delay: -.32s;
    animation-delay: -.32s;
}

.loader.loader-ellipsis:after {
    left: .875em;
}

.loader.loader-dot {
    width: 2em;
    height: 2em;
    -webkit-animation: loader-dot-rotate 2s infinite linear;
    -o-animation: loader-dot-rotate 2s infinite linear;
    animation: loader-dot-rotate 2s infinite linear;
}

.loader.loader-dot:before,
.loader.loader-dot:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 60%;
    height: 60%;
    content: '';
    background: #a3afb7;
    border-radius: 100%;
    -webkit-animation: loader-dot-bounce 2s infinite ease-in-out;
    -o-animation: loader-dot-bounce 2s infinite ease-in-out;
    animation: loader-dot-bounce 2s infinite ease-in-out;
}

.loader.loader-dot:after {
    top: auto;
    bottom: 0;
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.loader.loader-bounce {
    width: 1.5em;
    height: 1.5em;
}

.loader.loader-bounce:before,
.loader.loader-bounce:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: #a3afb7;
    border-radius: 50%;
    opacity: .6;
    -webkit-animation: loader-bounce 2s infinite ease-in-out;
    -o-animation: loader-bounce 2s infinite ease-in-out;
    animation: loader-bounce 2s infinite ease-in-out;
}

.loader.loader-bounce:after {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.side-panel-loading,
body > .loader {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -20px;
}

.site-menubar-unfold > .loader {
    margin-left: 130px;
}

.site-menubar-fold > .loader {
    margin-left: 45px;
}

.site-menubar-hide.site-menubar-unfold > .loader {
    margin-left: 0;
}

@keyframes loader-default {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes default-grill {
    0%,
    80%,
    100% {
        height: 1em;
        box-shadow: 0 0 #a3afb7;
    }
    40% {
        height: 1.2em;
        box-shadow: 0 -.25em #a3afb7;
    }
}

@keyframes loader-circle {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loader-round-circle {
    0%,
    100% {
        box-shadow: 0 -3em 0 .2em #a3afb7, 2em -2em 0 0 #a3afb7, 3em 0 0 -.5em #a3afb7, 2em 2em 0 -.5em #a3afb7, 0 3em 0 -.5em #a3afb7, -2em 2em 0 -.5em #a3afb7, -3em 0 0 -.5em #a3afb7, -2em -2em 0 0 #a3afb7;
    }
    12.5% {
        box-shadow: 0 -3em 0 0 #a3afb7, 2em -2em 0 .2em #a3afb7, 3em 0 0 0 #a3afb7, 2em 2em 0 -.5em #a3afb7, 0 3em 0 -.5em #a3afb7, -2em 2em 0 -.5em #a3afb7, -3em 0 0 -.5em #a3afb7, -2em -2em 0 -.5em #a3afb7;
    }
    25% {
        box-shadow: 0 -3em 0 -.5em #a3afb7, 2em -2em 0 0 #a3afb7, 3em 0 0 .2em #a3afb7, 2em 2em 0 0 #a3afb7, 0 3em 0 -.5em #a3afb7, -2em 2em 0 -.5em #a3afb7, -3em 0 0 -.5em #a3afb7, -2em -2em 0 -.5em #a3afb7;
    }
    37.5% {
        box-shadow: 0 -3em 0 -.5em #a3afb7, 2em -2em 0 -.5em #a3afb7, 3em 0 0 0 #a3afb7, 2em 2em 0 .2em #a3afb7, 0 3em 0 0 #a3afb7, -2em 2em 0 -.5em #a3afb7, -3em 0 0 -.5em #a3afb7, -2em -2em 0 -.5em #a3afb7;
    }
    50% {
        box-shadow: 0 -3em 0 -.5em #a3afb7, 2em -2em 0 -.5em #a3afb7, 3em 0 0 -.5em #a3afb7, 2em 2em 0 0 #a3afb7, 0 3em 0 .2em #a3afb7, -2em 2em 0 0 #a3afb7, -3em 0 0 -.5em #a3afb7, -2em -2em 0 -.5em #a3afb7;
    }
    62.5% {
        box-shadow: 0 -3em 0 -.5em #a3afb7, 2em -2em 0 -.5em #a3afb7, 3em 0 0 -.5em #a3afb7, 2em 2em 0 -.5em #a3afb7, 0 3em 0 0 #a3afb7, -2em 2em 0 .2em #a3afb7, -3em 0 0 0 #a3afb7, -2em -2em 0 -.5em #a3afb7;
    }
    75% {
        box-shadow: 0 -3em 0 -.5em #a3afb7, 2em -2em 0 -.5em #a3afb7, 3em 0 0 -.5em #a3afb7, 2em 2em 0 -.5em #a3afb7, 0 3em 0 -.5em #a3afb7, -2em 2em 0 0 #a3afb7, -3em 0 0 .2em #a3afb7, -2em -2em 0 0 #a3afb7;
    }
    87.5% {
        box-shadow: 0 -3em 0 0 #a3afb7, 2em -2em 0 -.5em #a3afb7, 3em 0 0 -.5em #a3afb7, 2em 2em 0 -.5em #a3afb7, 0 3em 0 -.5em #a3afb7, -2em 2em 0 0 #a3afb7, -3em 0 0 0 #a3afb7, -2em -2em 0 .2em #a3afb7;
    }
}

@keyframes loader-tadpole {
    0% {
        box-shadow: 0 -.83em 0 -.4em #a3afb7, 0 -.83em 0 -.42em #a3afb7, 0 -.83em 0 -.44em #a3afb7, 0 -.83em 0 -.46em #a3afb7, 0 -.83em 0 -.477em #a3afb7;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    5%,
    95% {
        box-shadow: 0 -.83em 0 -.4em #a3afb7, 0 -.83em 0 -.42em #a3afb7, 0 -.83em 0 -.44em #a3afb7, 0 -.83em 0 -.46em #a3afb7, 0 -.83em 0 -.477em #a3afb7;
    }
    10%,
    59% {
        box-shadow: 0 -.83em 0 -.4em #a3afb7, -.087em -.825em 0 -.42em #a3afb7, -.173em -.812em 0 -.44em #a3afb7, -.256em -.789em 0 -.46em #a3afb7, -.297em -.775em 0 -.477em #a3afb7;
    }
    20% {
        box-shadow: 0 -.83em 0 -.4em #a3afb7, -.338em -.758em 0 -.42em #a3afb7, -.555em -.617em 0 -.44em #a3afb7, -.671em -.488em 0 -.46em #a3afb7, -.749em -.34em 0 -.477em #a3afb7;
    }
    38% {
        box-shadow: 0 -.83em 0 -.4em #a3afb7, -.377em -.74em 0 -.42em #a3afb7, -.645em -.522em 0 -.44em #a3afb7, -.775em -.297em 0 -.46em #a3afb7, -.82em -.09em 0 -.477em #a3afb7;
    }
    100% {
        box-shadow: 0 -.83em 0 -.4em #a3afb7, 0 -.83em 0 -.42em #a3afb7, 0 -.83em 0 -.44em #a3afb7, 0 -.83em 0 -.46em #a3afb7, 0 -.83em 0 -.477em #a3afb7;
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loader-ellipsis {
    0%,
    80%,
    100% {
        box-shadow: 0 .625em 0 -.325em #a3afb7;
    }
    40% {
        box-shadow: 0 .625em 0 0 #a3afb7;
    }
}

@keyframes loader-dot-rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loader-dot-bounce {
    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes loader-bounce {
    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

[class*=animation-] {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animation-hover:not(:hover),
.animation-hover:not(:hover) [class*=animation-],
.touch .animation-hover:not(.hover),
.touch .animation-hover:not(.hover) [class*=animation-] {
    -webkit-animation-name: none;
    animation-name: none;
}

.animation-reverse {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}

.animation-repeat {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.animation-fade {
    -webkit-animation-name: fade;
    animation-name: fade;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

.animation-scale {
    -webkit-animation-name: scale-12;
    animation-name: scale-12;
}

.animation-scale-up {
    -webkit-animation-name: fade-scale-02;
    animation-name: fade-scale-02;
}

.animation-scale-down {
    -webkit-animation-name: fade-scale-18;
    animation-name: fade-scale-18;
}

.animation-slide-top {
    -webkit-animation-name: slide-top;
    animation-name: slide-top;
}

.animation-slide-bottom {
    -webkit-animation-name: slide-bottom;
    animation-name: slide-bottom;
}

.animation-slide-left {
    -webkit-animation-name: slide-left;
    animation-name: slide-left;
}

.animation-slide-right {
    -webkit-animation-name: slide-right;
    animation-name: slide-right;
}

.animation-shake {
    -webkit-animation-name: shake;
    animation-name: shake;
}

.animation-duration-10 {
    -webkit-animation-duration: 15s;
    animation-duration: 15s;
}

.animation-duration-9 {
    -webkit-animation-duration: 9s;
    animation-duration: 9s;
}

.animation-duration-8 {
    -webkit-animation-duration: 8s;
    animation-duration: 8s;
}

.animation-duration-7 {
    -webkit-animation-duration: 7s;
    animation-duration: 7s;
}

.animation-duration-6 {
    -webkit-animation-duration: 6s;
    animation-duration: 6s;
}

.animation-duration-5 {
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
}

.animation-duration-4 {
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
}

.animation-duration-3 {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
}

.animation-duration-2 {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

.animation-duration-1 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

.animation-delay-100 {
    -webkit-animation-duration: 100ms;
    animation-duration: 100ms;
}

.animation-duration-250 {
    -webkit-animation-duration: 250ms;
    animation-duration: 250ms;
}

.animation-duration-300 {
    -webkit-animation-duration: 300ms;
    animation-duration: 300ms;
}

.animation-duration-500 {
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
}

.animation-duration-750 {
    -webkit-animation-duration: 750ms;
    animation-duration: 750ms;
}

.animation-delay-1000 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.animation-delay-900 {
    -webkit-animation-delay: 900ms;
    animation-delay: 900ms;
}

.animation-delay-800 {
    -webkit-animation-delay: 800ms;
    animation-delay: 800ms;
}

.animation-delay-700 {
    -webkit-animation-delay: 700ms;
    animation-delay: 700ms;
}

.animation-delay-600 {
    -webkit-animation-delay: 600ms;
    animation-delay: 600ms;
}

.animation-delay-500 {
    -webkit-animation-delay: 500ms;
    animation-delay: 500ms;
}

.animation-delay-400 {
    -webkit-animation-delay: 400ms;
    animation-delay: 400ms;
}

.animation-delay-300 {
    -webkit-animation-delay: 300ms;
    animation-delay: 300ms;
}

.animation-delay-200 {
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms;
}

.animation-delay-100 {
    -webkit-animation-delay: 100ms;
    animation-delay: 100ms;
}

.animation-top-left {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.animation-top-center {
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
}

.animation-top-right {
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.animation-middle-left {
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
}

.animation-middle-right {
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
}

.animation-bottom-left {
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

.animation-bottom-center {
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
}

.animation-bottom-right {
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

.animation-easing-easeInOut {
    -webkit-animation-timing-function: cubic-bezier(.42, 0, .58, 1);
    animation-timing-function: cubic-bezier(.42, 0, .58, 1);
}

.animation-easing-easeInQuad {
    -webkit-animation-timing-function: cubic-bezier(.55, .085, .68, .53);
    animation-timing-function: cubic-bezier(.55, .085, .68, .53);
}

.animation-easing-easeInCubic {
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19);
}

.animation-easing-easeInQuart {
    -webkit-animation-timing-function: cubic-bezier(.895, .03, .685, .22);
    animation-timing-function: cubic-bezier(.895, .03, .685, .22);
}

.animation-easing-easeInQuint {
    -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    animation-timing-function: cubic-bezier(.755, .05, .855, .06);
}

.animation-easing-easeInSine {
    -webkit-animation-timing-function: cubic-bezier(.47, 0, .745, .715);
    animation-timing-function: cubic-bezier(.47, 0, .745, .715);
}

.animation-easing-easeInExpo {
    -webkit-animation-timing-function: cubic-bezier(.95, .05, .795, .035);
    animation-timing-function: cubic-bezier(.95, .05, .795, .035);
}

.animation-easing-easeInCirc {
    -webkit-animation-timing-function: cubic-bezier(.6, .04, .98, .335);
    animation-timing-function: cubic-bezier(.6, .04, .98, .335);
}

.animation-easing-easeInBack {
    -webkit-animation-timing-function: cubic-bezier(.6, -.28, .735, .045);
    animation-timing-function: cubic-bezier(.6, -.28, .735, .045);
}

.animation-easing-eastOutQuad {
    -webkit-animation-timing-function: cubic-bezier(.25, .46, .45, .94);
    animation-timing-function: cubic-bezier(.25, .46, .45, .94);
}

.animation-easing-easeOutCubic {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
}

.animation-easing-easeOutQuart {
    -webkit-animation-timing-function: cubic-bezier(.165, .84, .44, 1);
    animation-timing-function: cubic-bezier(.165, .84, .44, 1);
}

.animation-easing-easeOutQuint {
    -webkit-animation-timing-function: cubic-bezier(.23, 1, .32, 1);
    animation-timing-function: cubic-bezier(.23, 1, .32, 1);
}

.animation-easing-easeOutSine {
    -webkit-animation-timing-function: cubic-bezier(.39, .575, .565, 1);
    animation-timing-function: cubic-bezier(.39, .575, .565, 1);
}

.animation-easing-easeOutExpo {
    -webkit-animation-timing-function: cubic-bezier(.19, 1, .22, 1);
    animation-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.animation-easing-easeOutCirc {
    -webkit-animation-timing-function: cubic-bezier(.075, .82, .165, 1);
    animation-timing-function: cubic-bezier(.075, .82, .165, 1);
}

.animation-easing-easeOutBack {
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1.275);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1.275);
}

.animation-easing-easeInOutQuad {
    -webkit-animation-timing-function: cubic-bezier(.455, .03, .515, .955);
    animation-timing-function: cubic-bezier(.455, .03, .515, .955);
}

.animation-easing-easeInOutCubic {
    -webkit-animation-timing-function: cubic-bezier(.645, .045, .355, 1);
    animation-timing-function: cubic-bezier(.645, .045, .355, 1);
}

.animation-easing-easeInOutQuart {
    -webkit-animation-timing-function: cubic-bezier(.77, 0, .175, 1);
    animation-timing-function: cubic-bezier(.77, 0, .175, 1);
}

.animation-easing-easeInOutQuint {
    -webkit-animation-timing-function: cubic-bezier(.86, 0, .07, 1);
    animation-timing-function: cubic-bezier(.86, 0, .07, 1);
}

.animation-easing-easeInOutSine {
    -webkit-animation-timing-function: cubic-bezier(.445, .05, .55, .95);
    animation-timing-function: cubic-bezier(.445, .05, .55, .95);
}

.animation-easing-easeInOutExpo {
    -webkit-animation-timing-function: cubic-bezier(1, 0, 0, 1);
    animation-timing-function: cubic-bezier(1, 0, 0, 1);
}

.animation-easing-easeInOutCirc {
    -webkit-animation-timing-function: cubic-bezier(.785, .135, .15, .86);
    animation-timing-function: cubic-bezier(.785, .135, .15, .86);
}

.animation-easing-easeInOutBack {
    -webkit-animation-timing-function: cubic-bezier(.68, -.55, .265, 1.55);
    animation-timing-function: cubic-bezier(.68, -.55, .265, 1.55);
}

.animation-easing-easeInOutElastic {
    -webkit-animation-timing-function: cubic-bezier(1, -.56, 0, 1.455);
    animation-timing-function: cubic-bezier(1, -.56, 0, 1.455);
}

@-webkit-keyframes fade {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fade {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes scale-12 {
    0% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scale-12 {
    0% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}

@-webkit-keyframes fade-scale-02 {
    0% {
        opacity: 0;
        -webkit-transform: scale(.2);
        transform: scale(.2);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes fade-scale-02 {
    0% {
        opacity: 0;
        transform: scale(.2);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@-webkit-keyframes fade-scale-18 {
    0% {
        opacity: 0;
        -webkit-transform: scale(1.8);
        transform: scale(1.8);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes fade-scale-18 {
    0% {
        opacity: 0;
        transform: scale(1.8);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@-webkit-keyframes slide-top {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slide-top {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes slide-bottom {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slide-bottom {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes slide-left {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slide-left {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes slide-right {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slide-right {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes shake {
    0%,
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    10% {
        -webkit-transform: translateX(-9px);
        transform: translateX(-9px);
    }
    20% {
        -webkit-transform: translateX(8px);
        transform: translateX(8px);
    }
    30% {
        -webkit-transform: translateX(-7px);
        transform: translateX(-7px);
    }
    40% {
        -webkit-transform: translateX(6px);
        transform: translateX(6px);
    }
    50% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }
    60% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }
    70% {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
    }
    80% {
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
    }
    90% {
        -webkit-transform: translateX(-1px);
        transform: translateX(-1px);
    }
}

@keyframes shake {
    0%,
    100% {
        transform: translateX(0);
    }
    10% {
        transform: translateX(-9px);
    }
    20% {
        transform: translateX(8px);
    }
    30% {
        transform: translateX(-7px);
    }
    40% {
        transform: translateX(6px);
    }
    50% {
        transform: translateX(-5px);
    }
    60% {
        transform: translateX(4px);
    }
    70% {
        transform: translateX(-3px);
    }
    80% {
        transform: translateX(2px);
    }
    90% {
        transform: translateX(-1px);
    }
}

.primary-100 {
    color: #e8f1f8 !important;
}

.primary-200 {
    color: #d5e4f1 !important;
}

.primary-300 {
    color: #bcd8f1 !important;
}

.primary-400 {
    color: #a2caee !important;
}

.primary-500 {
    color: #89bceb !important;
}

.primary-600 {
    color: #62a8ea !important;
}

.primary-700 {
    color: #4e97d9 !important;
}

.primary-800 {
    color: #3583ca !important;
}

.red-100 {
    color: #ffeaea !important;
}

.red-200 {
    color: #fad3d3 !important;
}

.red-300 {
    color: #fab4b4 !important;
}

.red-400 {
    color: #fa9898 !important;
}

.red-500 {
    color: #fa7a7a !important;
}

.red-600 {
    color: #f96868 !important;
}

.red-700 {
    color: #e9595b !important;
}

.red-800 {
    color: #d6494b !important;
}

.pink-100 {
    color: #fce4ec !important;
}

.pink-200 {
    color: #ffccde !important;
}

.pink-300 {
    color: #fba9c6 !important;
}

.pink-400 {
    color: #fb8db4 !important;
}

.pink-500 {
    color: #f978a6 !important;
}

.pink-600 {
    color: #f96197 !important;
}

.pink-700 {
    color: #f44c87 !important;
}

.pink-800 {
    color: #e53b75 !important;
}

.purple-100 {
    color: #f6f2ff !important;
}

.purple-200 {
    color: #e3dbf4 !important;
}

.purple-300 {
    color: #d2c5ec !important;
}

.purple-400 {
    color: #bba7e4 !important;
}

.purple-500 {
    color: #a58add !important;
}

.purple-600 {
    color: #926dde !important;
}

.purple-700 {
    color: #7c51d1 !important;
}

.purple-800 {
    color: #6d45bc !important;
}

.indigo-100 {
    color: #edeff9 !important;
}

.indigo-200 {
    color: #dadef5 !important;
}

.indigo-300 {
    color: #bcc5f4 !important;
}

.indigo-400 {
    color: #9daaf3 !important;
}

.indigo-500 {
    color: #8897ec !important;
}

.indigo-600 {
    color: #677ae4 !important;
}

.indigo-700 {
    color: #5166d6 !important;
}

.indigo-800 {
    color: #465bd4 !important;
}

.blue-100 {
    color: #e8f1f8 !important;
}

.blue-200 {
    color: #d5e4f1 !important;
}

.blue-300 {
    color: #bcd8f1 !important;
}

.blue-400 {
    color: #a2caee !important;
}

.blue-500 {
    color: #89bceb !important;
}

.blue-600 {
    color: #62a8ea !important;
}

.blue-700 {
    color: #4e97d9 !important;
}

.blue-800 {
    color: #3583ca !important;
}

.cyan-100 {
    color: #ecf9fa !important;
}

.cyan-200 {
    color: #d3eff2 !important;
}

.cyan-300 {
    color: #baeaef !important;
}

.cyan-400 {
    color: #9ae1e9 !important;
}

.cyan-500 {
    color: #77d6e1 !important;
}

.cyan-600 {
    color: #57c7d4 !important;
}

.cyan-700 {
    color: #47b8c6 !important;
}

.cyan-800 {
    color: #37a9b7 !important;
}

.teal-100 {
    color: #ecfdfc !important;
}

.teal-200 {
    color: #cdf4f1 !important;
}

.teal-300 {
    color: #99e1da !important;
}

.teal-400 {
    color: #79d1c9 !important;
}

.teal-500 {
    color: #56bfb5 !important;
}

.teal-600 {
    color: #3aa99e !important;
}

.teal-700 {
    color: #269b8f !important;
}

.teal-800 {
    color: #178d81 !important;
}

.green-100 {
    color: #e7faf2 !important;
}

.green-200 {
    color: #bfedd8 !important;
}

.green-300 {
    color: #9fe5c5 !important;
}

.green-400 {
    color: #7dd3ae !important;
}

.green-500 {
    color: #5cd29d !important;
}

.green-600 {
    color: #46be8a !important;
}

.green-700 {
    color: #36ab7a !important;
}

.green-800 {
    color: #279566 !important;
}

.light-green-100 {
    color: #f1f7ea !important;
}

.light-green-200 {
    color: #e0ecd1 !important;
}

.light-green-300 {
    color: #cadfb1 !important;
}

.light-green-400 {
    color: #bad896 !important;
}

.light-green-500 {
    color: #acd57c !important;
}

.light-green-600 {
    color: #9ece67 !important;
}

.light-green-700 {
    color: #83b944 !important;
}

.light-green-800 {
    color: #70a532 !important;
}

.yellow-100 {
    color: #fffae7 !important;
}

.yellow-200 {
    color: #f9eec1 !important;
}

.yellow-300 {
    color: #f6e7a9 !important;
}

.yellow-400 {
    color: #f8e59b !important;
}

.yellow-500 {
    color: #f7e083 !important;
}

.yellow-600 {
    color: #f7da64 !important;
}

.yellow-700 {
    color: #f9cd48 !important;
}

.yellow-800 {
    color: #fbc02d !important;
}

.orange-100 {
    color: #fff3e6 !important;
}

.orange-200 {
    color: #ffddb9 !important;
}

.orange-300 {
    color: #fbce9d !important;
}

.orange-400 {
    color: #f6be80 !important;
}

.orange-500 {
    color: #f4b066 !important;
}

.orange-600 {
    color: #f2a654 !important;
}

.orange-700 {
    color: #ec9940 !important;
}

.orange-800 {
    color: #e98f2e !important;
}

.brown-100 {
    color: #fae6df !important;
}

.brown-200 {
    color: #e2bdaf !important;
}

.brown-300 {
    color: #d3aa9c !important;
}

.brown-400 {
    color: #b98e7e !important;
}

.brown-500 {
    color: #a17768 !important;
}

.brown-600 {
    color: #8d6658 !important;
}

.brown-700 {
    color: #7d5b4f !important;
}

.brown-800 {
    color: #715146 !important;
}

.grey-100 {
    color: #fafafa !important;
}

.grey-200 {
    color: #eee !important;
}

.grey-300 {
    color: #e0e0e0 !important;
}

.grey-400 {
    color: #bdbdbd !important;
}

.grey-500 {
    color: #9e9e9e !important;
}

.grey-600 {
    color: #757575 !important;
}

.grey-700 {
    color: #616161 !important;
}

.grey-800 {
    color: #424242 !important;
}

.blue-grey-100 {
    color: #f3f7f9 !important;
}

.blue-grey-200 {
    color: #e4eaec !important;
}

.blue-grey-300 {
    color: #ccd5db !important;
}

.blue-grey-400 {
    color: #a3afb7 !important;
}

.blue-grey-500 {
    color: #76838f !important;
}

.blue-grey-600 {
    color: #526069 !important;
}

.blue-grey-700 {
    color: #37474f !important;
}

.blue-grey-800 {
    color: #263238 !important;
}
.bg-blue-0 {
    background-color: #1b74b3 !important;
}

.bg-primary-100 {
    background-color: #e8f1f8 !important;
}

.bg-primary-200 {
    background-color: #d5e4f1 !important;
}

.bg-primary-300 {
    background-color: #bcd8f1 !important;
}

.bg-primary-400 {
    background-color: #a2caee !important;
}

.bg-primary-500 {
    background-color: #89bceb !important;
}

.bg-primary-600 {
    background-color: #62a8ea !important;
}

.bg-primary-700 {
    background-color: #4e97d9 !important;
}

.bg-primary-800 {
    background-color: #3583ca !important;
}

.bg-red-100 {
    background-color: #ffeaea !important;
}

.bg-red-200 {
    background-color: #fad3d3 !important;
}

.bg-red-300 {
    background-color: #fab4b4 !important;
}

.bg-red-400 {
    background-color: #fa9898 !important;
}

.bg-red-500 {
    background-color: #fa7a7a !important;
}

.bg-red-600 {
    background-color: #f96868 !important;
}

.bg-red-700 {
    background-color: #e9595b !important;
}

.bg-red-800 {
    background-color: #d6494b !important;
}

.bg-pink-100 {
    background-color: #fce4ec !important;
}

.bg-pink-200 {
    background-color: #ffccde !important;
}

.bg-pink-300 {
    background-color: #fba9c6 !important;
}

.bg-pink-400 {
    background-color: #fb8db4 !important;
}

.bg-pink-500 {
    background-color: #f978a6 !important;
}

.bg-pink-600 {
    background-color: #f96197 !important;
}

.bg-pink-700 {
    background-color: #f44c87 !important;
}

.bg-pink-800 {
    background-color: #e53b75 !important;
}

.bg-purple-100 {
    background-color: #f6f2ff !important;
}

.bg-purple-200 {
    background-color: #e3dbf4 !important;
}

.bg-purple-300 {
    background-color: #d2c5ec !important;
}

.bg-purple-400 {
    background-color: #bba7e4 !important;
}

.bg-purple-500 {
    background-color: #a58add !important;
}

.bg-purple-600 {
    background-color: #926dde !important;
}

.bg-purple-700 {
    background-color: #7c51d1 !important;
}

.bg-purple-800 {
    background-color: #6d45bc !important;
}

.bg-indigo-100 {
    background-color: #edeff9 !important;
}

.bg-indigo-200 {
    background-color: #dadef5 !important;
}

.bg-indigo-300 {
    background-color: #bcc5f4 !important;
}

.bg-indigo-400 {
    background-color: #9daaf3 !important;
}

.bg-indigo-500 {
    background-color: #8897ec !important;
}

.bg-indigo-600 {
    background-color: #677ae4 !important;
}

.bg-indigo-700 {
    background-color: #5166d6 !important;
}

.bg-indigo-800 {
    background-color: #465bd4 !important;
}

.bg-blue-100 {
    background-color: #e8f1f8 !important;
}

.bg-blue-200 {
    background-color: #d5e4f1 !important;
}

.bg-blue-300 {
    background-color: #bcd8f1 !important;
}

.bg-blue-400 {
    background-color: #a2caee !important;
}

.bg-blue-500 {
    background-color: #89bceb !important;
}

.bg-blue-600 {
    background-color: #62a8ea !important;
}

.bg-blue-700 {
    background-color: #4e97d9 !important;
}

.bg-blue-800 {
    background-color: #3583ca !important;
}

.bg-cyan-100 {
    background-color: #ecf9fa !important;
}

.bg-cyan-200 {
    background-color: #d3eff2 !important;
}

.bg-cyan-300 {
    background-color: #baeaef !important;
}

.bg-cyan-400 {
    background-color: #9ae1e9 !important;
}

.bg-cyan-500 {
    background-color: #77d6e1 !important;
}

.bg-cyan-600 {
    background-color: #57c7d4 !important;
}

.bg-cyan-700 {
    background-color: #47b8c6 !important;
}

.bg-cyan-800 {
    background-color: #37a9b7 !important;
}

.bg-teal-100 {
    background-color: #ecfdfc !important;
}

.bg-teal-200 {
    background-color: #cdf4f1 !important;
}

.bg-teal-300 {
    background-color: #99e1da !important;
}

.bg-teal-400 {
    background-color: #79d1c9 !important;
}

.bg-teal-500 {
    background-color: #56bfb5 !important;
}

.bg-teal-600 {
    background-color: #3aa99e !important;
}

.bg-teal-700 {
    background-color: #269b8f !important;
}

.bg-teal-800 {
    background-color: #178d81 !important;
}

/*new*/
.bg-gray-0
{
   background-color: #435e60 !important;
}
/*new*/
.bg-green-0
{
  background-color: #37a05a !important;
}
.bg-green-100 {
    background-color: #e7faf2 !important;
}

.bg-green-200 {
    background-color: #bfedd8 !important;
}

.bg-green-300 {
    background-color: #9fe5c5 !important;
}

.bg-green-400 {
    background-color: #7dd3ae !important;
}

.bg-green-500 {
    background-color: #5cd29d !important;
}

.bg-green-600 {
    background-color: #46be8a !important;
}

.bg-green-700 {
    background-color: #36ab7a !important;
}

.bg-green-800 {
    background-color: #279566 !important;
}

.bg-light-green-100 {
    background-color: #f1f7ea !important;
}

.bg-light-green-200 {
    background-color: #e0ecd1 !important;
}

.bg-light-green-300 {
    background-color: #cadfb1 !important;
}

.bg-light-green-400 {
    background-color: #bad896 !important;
}

.bg-light-green-500 {
    background-color: #acd57c !important;
}

.bg-light-green-600 {
    background-color: #9ece67 !important;
}

.bg-light-green-700 {
    background-color: #83b944 !important;
}

.bg-light-green-800 {
    background-color: #70a532 !important;
}

.bg-yellow-100 {
    background-color: #fffae7 !important;
}

.bg-yellow-200 {
    background-color: #f9eec1 !important;
}

.bg-yellow-300 {
    background-color: #f6e7a9 !important;
}

.bg-yellow-400 {
    background-color: #f8e59b !important;
}

.bg-yellow-500 {
    background-color: #f7e083 !important;
}

.bg-yellow-600 {
    background-color: #f7da64 !important;
}

.bg-yellow-700 {
    background-color: #f9cd48 !important;
}

.bg-yellow-800 {
    background-color: #fbc02d !important;
}

.bg-orange-100 {
    background-color: #fff3e6 !important;
}

.bg-orange-200 {
    background-color: #ffddb9 !important;
}

.bg-orange-300 {
    background-color: #fbce9d !important;
}

.bg-orange-400 {
    background-color: #f6be80 !important;
}

.bg-orange-500 {
    background-color: #f4b066 !important;
}

.bg-orange-600 {
    background-color: #f2a654 !important;
}

.bg-orange-700 {
    background-color: #ec9940 !important;
}

.bg-orange-800 {
    background-color: #e98f2e !important;
}

.bg-brown-100 {
    background-color: #fae6df !important;
}

.bg-brown-200 {
    background-color: #e2bdaf !important;
}

.bg-brown-300 {
    background-color: #d3aa9c !important;
}

.bg-brown-400 {
    background-color: #b98e7e !important;
}

.bg-brown-500 {
    background-color: #a17768 !important;
}

.bg-brown-600 {
    background-color: #8d6658 !important;
}

.bg-brown-700 {
    background-color: #7d5b4f !important;
}

.bg-brown-800 {
    background-color: #715146 !important;
}

.bg-grey-100 {
    background-color: #fafafa !important;
}

.bg-grey-200 {
    background-color: #eee !important;
}

.bg-grey-300 {
    background-color: #e0e0e0 !important;
}

.bg-grey-400 {
    background-color: #bdbdbd !important;
}

.bg-grey-500 {
    background-color: #9e9e9e !important;
}

.bg-grey-600 {
    background-color: #757575 !important;
}

.bg-grey-700 {
    background-color: #616161 !important;
}

.bg-grey-800 {
    background-color: #424242 !important;
}

.bg-blue-grey-100 {
    background-color: #f3f7f9 !important;
}

.bg-blue-grey-200 {
    background-color: #e4eaec !important;
}

.bg-blue-grey-300 {
    background-color: #ccd5db !important;
}

.bg-blue-grey-400 {
    background-color: #a3afb7 !important;
}

.bg-blue-grey-500 {
    background-color: #76838f !important;
}

.bg-blue-grey-600 {
    background-color: #526069 !important;
}

.bg-blue-grey-700 {
    background-color: #37474f !important;
}

.bg-blue-grey-800 {
    background-color: #263238 !important;
}

.black {
    color: #000 !important;
}

.white {
    color: #fff !important;
}

.bg-white {
    color: #76838f;
    background-color: #fff;
}

.bg-primary {
    color: #fff;
    background-color: #237bb9;
}

.bg-primary:hover {
    background-color: #8fc1f0;
}

.bg-primary a,
a.bg-primary {
    color: #fff;
}

.bg-primary a:hover,
a.bg-primary:hover {
    color: #fff;
}

.bg-success {
    color: #fff;
    background-color: #46be8a;
}

.bg-success:hover {
    background-color: #6ccba2;
}

.bg-success a,
a.bg-success {
    color: #fff;
}

.bg-success a:hover,
a.bg-success:hover {
    color: #fff;
}

.bg-info {
    color: #fff;
    background-color: #57c7d4;
}

.bg-info:hover {
    background-color: #80d5de;
}

.bg-info a,
a.bg-info {
    color: #fff;
}

.bg-info a:hover,
a.bg-info:hover {
    color: #fff;
}

.bg-warning {
    color: #fff;
    background-color: #f2a654;
}

.bg-warning:hover {
    background-color: #f6bf83;
}

.bg-warning a,
a.bg-warning {
    color: #fff;
}

.bg-warning a:hover,
a.bg-warning:hover {
    color: #fff;
}

.bg-danger {
    color: #fff;
    background-color: #f96868;
}

.bg-danger:hover {
    background-color: #fb9999;
}

.bg-danger a,
a.bg-danger {
    color: #fff;
}

.bg-danger a:hover,
a.bg-danger:hover {
    color: #fff;
}

.bg-dark {
    color: #fff;
    background-color: #526069;
}

.bg-dark:hover {
    background-color: #687a86;
}

.bg-dark a,
a.bg-dark {
    color: #fff;
}

.bg-dark a:hover,
a.bg-dark:hover {
    color: #fff;
}

a:focus {
    outline: none;
}

.blocks,
[class*="blocks-"] {
    padding: 0;
    margin: 0;
    margin-right: -15px;
    margin-left: -15px;
    list-style: none;
}

.blocks:before,
[class*="blocks-"]:before,
.blocks:after,
[class*="blocks-"]:after {
    display: table;
    content: " ";
}

.blocks:after,
[class*="blocks-"]:after {
    clear: both;
}

.blocks > li,
[class*="blocks-"] > li {
    position: relative;
    float: left;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 22px;
}

.blocks.no-space,
[class*="blocks-"].no-space {
    margin: 0;
}

.blocks.no-space > li,
[class*="blocks-"].no-space > li {
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 0;
}

.blocks-2 > li:nth-child(2n+3),
.blocks-3 > li:nth-child(3n+4),
.blocks-4 > li:nth-child(4n+5),
.blocks-5 > li:nth-child(5n+6),
.blocks-6 > li:nth-child(6n+7),
.block-first {
    clear: both;
}

.blocks-100 > li {
    width: 100%;
}

.blocks-2 > li {
    width: 50%;
}

.blocks-3 > li {
    width: 33.33333333%;
}

.blocks-4 > li {
    width: 25%;
}

.blocks-5 > li {
    width: 20%;
}

.blocks-6 > li {
    width: 16.66666667%;
}

@media (min-width: 480px) {
    .blocks-xs-100 > li {
        width: 100%;
    }
}

@media (min-width: 480px) {
    .blocks-xs-2 > li {
        width: 50%;
    }
}

@media (min-width: 480px) {
    .blocks-xs-3 > li {
        width: 33.33333333%;
    }
}

@media (min-width: 480px) {
    .blocks-xs-4 > li {
        width: 25%;
    }
}

@media (min-width: 480px) {
    .blocks-xs-5 > li {
        width: 20%;
    }
}

@media (min-width: 480px) {
    .blocks-xs-6 > li {
        width: 16.66666667%;
    }
}

@media (min-width: 768px) {
    .blocks-sm-100 > li {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .blocks-sm-2 > li {
        width: 50%;
    }
}

@media (min-width: 768px) {
    .blocks-sm-3 > li {
        width: 33.33333333%;
    }
}

@media (min-width: 768px) {
    .blocks-sm-4 > li {
        width: 25%;
    }
}

@media (min-width: 768px) {
    .blocks-sm-5 > li {
        width: 20%;
    }
}

@media (min-width: 768px) {
    .blocks-sm-6 > li {
        width: 16.66666667%;
    }
}

@media (min-width: 992px) {
    .blocks-md-100 > li {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .blocks-md-2 > li {
        width: 50%;
    }
}

@media (min-width: 992px) {
    .blocks-md-3 > li {
        width: 33.33333333%;
    }
}

@media (min-width: 992px) {
    .blocks-md-4 > li {
        width: 25%;
    }
}

@media (min-width: 992px) {
    .blocks-md-5 > li {
        width: 20%;
    }
}

@media (min-width: 992px) {
    .blocks-md-6 > li {
        width: 16.66666667%;
    }
}

@media (min-width: 1200px) {
    .blocks-lg-100 > li {
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .blocks-lg-2 > li {
        width: 50%;
    }
}

@media (min-width: 1200px) {
    .blocks-lg-3 > li {
        width: 33.33333333%;
    }
}

@media (min-width: 1200px) {
    .blocks-lg-4 > li {
        width: 25%;
    }
}

@media (min-width: 1200px) {
    .blocks-lg-5 > li {
        width: 20%;
    }
}

@media (min-width: 1200px) {
    .blocks-lg-6 > li {
        width: 16.66666667%;
    }
}

@media (min-width: 1600px) {
    .blocks-xlg-100 > li {
        width: 100%;
    }
}

@media (min-width: 1600px) {
    .blocks-xlg-2 > li {
        width: 50%;
    }
}

@media (min-width: 1600px) {
    .blocks-xlg-3 > li {
        width: 33.33333333%;
    }
}

@media (min-width: 1600px) {
    .blocks-xlg-4 > li {
        width: 25%;
    }
}

@media (min-width: 1600px) {
    .blocks-xlg-5 > li {
        width: 20%;
    }
}

@media (min-width: 1600px) {
    .blocks-xlg-6 > li {
        width: 16.66666667%;
    }
}

.icon {
    position: relative;
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    transform: translate(0, 0);
    text-rendering: auto;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon.pull-left {
    margin-right: .3em;
}

.icon.pull-right {
    margin-left: .3em;
}

.icon.icon-circle {
    position: relative;
    margin: .5em;
}
/*new*/
.icon.icon-circle-btn {
    position: relative;
    margin-right: 8px;
}

.icon.icon-circle:before, .icon.icon-circle-btn:before  {
    position: relative;
    z-index: 1;
}

.icon.icon-circle:after, .icon.icon-circle-btn:after {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 0;
    width: 2em;
    height: 2em;
    content: "";
    background-color: inherit;
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.icon.icon-lg {
    font-size: 1.33333333em;
    vertical-align: -15%;
}

.icon.icon-2x {
    font-size: 2em;
}

.icon.icon-3x {
    font-size: 3em;
}

.icon.icon-4x {
    font-size: 4em;
}

.icon.icon-5x {
    font-size: 5em;
}

.icon.icon-fw {
    width: 1.28571429em;
    text-align: center;
}

.icon.icon-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}

.icon.icon-ul > li {
    position: relative;
}

.icon.icon-li {
    position: absolute;
    top: .14285714em;
    left: -2.14285714em;
    width: 2.14285714em;
    text-align: center;
}

.icon.icon-li.icon-lg {
    left: -1.85714286em;
}

.icon.icon-border {
    padding: .2em .25em .15em;
    border: solid .08em #e4eaec;
    border-radius: .1em;
}

.icon.icon-spin {
    -webkit-animation: icon-spin 2s infinite linear;
    -o-animation: icon-spin 2s infinite linear;
    animation: icon-spin 2s infinite linear;
}

.icon.icon-spin-reverse {
    -webkit-animation: icon-spin-reverse 2s infinite linear;
    -o-animation: icon-spin-reverse 2s infinite linear;
    animation: icon-spin-reverse 2s infinite linear;
}

.icon.icon-rotate-90 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.icon.icon-rotate-180 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.icon.icon-rotate-270 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.icon.icon-flip-horizontal {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.icon.icon-flip-vertical {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}

.icon.icon-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}

.icon.icon-stack-1x,
.icon.icon-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

.icon.icon-stack-1x {
    line-height: inherit;
}

.icon.icon-stack-2x {
    font-size: 2em;
}

.icon.icon-stack-inverse {
    color: #fff;
}

.icon-color {
    color: rgba(55, 71, 79, .4);
}

.icon-color:hover,
.icon-color:focus {
    color: rgba(55, 71, 79, .6);
}

.icon-color.active,
.icon-color:active {
    color: #37474f;
}

.icon-color-alt {
    color: rgba(55, 71, 79, .6);
}

.icon-color-alt:hover,
.icon-color-alt:focus {
    color: rgba(55, 71, 79, .8);
}

.icon-color-alt.active,
.icon-color-alt:active {
    color: #37474f;
}

:root-rotate-90,
:root-rotate-180,
:root-rotate-270,
:root-flip-horizontal,
:root-flip-vertical {
    filter: none;
}

@-webkit-keyframes icon-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes icon-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@-webkit-keyframes icon-spin-reverse {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(-359deg);
        transform: rotate(-359deg);
    }
}

@keyframes icon-spin-reverse {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(-359deg);
        transform: rotate(-359deg);
    }
}

.hamburger {
    font-size: 20px;
    vertical-align: middle;
}

.hamburger,
.hamburger:before,
.hamburger .hamburger-bar,
.hamburger:after {
    -webkit-transition: transform .2s ease-in-out;
    -o-transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
}

.hamburger:before,
.hamburger:after {
    content: "";
}

.hamburger:before,
.hamburger .hamburger-bar,
.hamburger:after {
    display: block;
    width: 1em;
    height: .1em;
    margin: 0;
    background: #76838f;
    border-radius: 1px;
}

.navbar-default .hamburger:before,
.navbar-default .hamburger .hamburger-bar,
.navbar-default .hamburger:after {
    background: #76838f;
}

.navbar-inverse .hamburger:before,
.navbar-inverse .hamburger .hamburger-bar,
.navbar-inverse .hamburger:after {
    background: #fff;
}

.hamburger .hamburger-bar {
    margin: .2em 0;
}

.hamburger-close:before {
    transform: rotate(45deg);
    transform-origin: 8%;
}

.hamburger-close .hamburger-bar {
    opacity: 0;
}

.hamburger-close:after {
    transform: rotate(-45deg);
    transform-origin: 8%;
}

.hamburger-close.hided:before,
.hamburger-close.collapsed:before {
    transform: rotate(0);
}

.hamburger-close.hided .hamburger-bar,
.hamburger-close.collapsed .hamburger-bar {
    opacity: 1;
}

.hamburger-close.hided:after,
.hamburger-close.collapsed:after {
    transform: rotate(0);
}

.hamburger-arrow-left.collapsed {
    transform: rotate(180deg);
}

.hamburger-arrow-left.collapsed:before {
    width: .6em;
    transform: translate3d(.45em, .1em, 0) rotate(45deg);
}

.hamburger-arrow-left.collapsed .hamburger-bar {
    border-radius: .2em;
}

.hamburger-arrow-left.collapsed:after {
    width: .6em;
    transform: translate3d(.45em, -.1em, 0) rotate(-45deg);
}

.widget {
    position: relative;
    margin-bottom: 30px;
    background-color: #fff;
}

.widget .cover {
    width: 100%;
}

[class*="blocks-"] > li > .widget {
    margin-bottom: 0;
}

.widget-shadow {
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.widget {
    border-radius: 3px;
}

.widget .widget-header {
    border-radius: 3px 3px 0 0;
}

.widget .widget-header:last-child {
    border-radius: inherit;
}

.widget .widget-body:last-child {
    border-radius: 0 0 3px 3px;
}

.widget .widget-body:last-child .widget-body-footer {
    border-radius: 0 0 3px 3px;
}

.widget .widget-footer {
    border-radius: 0 0 3px 3px;
}

.widget .widget-footer:first-child {
    border-radiu: inherit;
}

.widget-body {
    position: relative;
    padding: 30px 25px;
}

.widget-body-footer {
    margin-top: 30px;
}

.widget-body-footer:before,
.widget-body-footer:after {
    display: table;
    content: " ";
}

.widget-body-footer:after {
    clear: both;
}

.widget-content ul {
    padding: 0;
    margin: 0;
}

.widget-content li {
    list-style: none;
}

.widget-title {
    margin-top: 0;
    color: #37474f;
    text-transform: capitalize;
}

div.widget-title {
    font-size: 22px;
}

.overlay-panel .widget-title {
    color: #fff;
}

.widget > .widget-title {
    padding: 12px 20px;
}

.widget-metas {
    font-size: 12px;
    color: #a3afb7;
}

.widget-metas.type-link > a {
    position: relative;
    display: inline-block;
    padding: 3px 5px;
    color: #a3afb7;
}

.widget-metas.type-link > a:first-child {
    padding-left: 0;
}

.widget-metas.type-link > a:hover {
    color: #ccd5db;
}

.widget-metas.type-link > a + a:before {
    position: absolute;
    top: 10px;
    left: -2px;
    width: 3px;
    height: 3px;
    content: '';
    background-color: #a3afb7;
    border-radius: 50%;
}

.overlay-background .widget-time {
    color: #fff;
    opacity: .8;
}

.widget-category {
    font-size: 16px;
}

.widget-actions {
    margin-top: 10px;
    text-align: right;
}

.widget-actions a {
    display: inline-block;
    margin-right: 10px;
    color: #a3afb7;
    vertical-align: middle;
}

.widget-actions a.icon,
.widget-actions a .icon {
    text-decoration: none;
}

.widget-actions a.icon + span,
.widget-actions a .icon + span {
    margin-left: 2px;
}

.widget-actions a.active,
.widget-actions a:hover,
.widget-actions a:focus {
    color: #ccd5db;
    text-decoration: none;
}

.widget-actions a:last-child {
    margin-right: 0;
}

.widget-actions-sidebar {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 60px;
}

.widget-actions-sidebar a {
    display: inline-block;
    width: 100%;
    height: 60px;
    margin-right: 0;
    text-align: center;
    border-right: 1px solid #e4eaec;
}

.widget-actions-sidebar a:before {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    content: '';
}

.widget-actions-sidebar a + a {
    border-top: 1px solid #e4eaec;
}

.widget-actions-sidebar + .widget-content {
    margin-left: 80px;
}

.widget-watermark {
    position: absolute;
    right: 0;
    bottom: 0;
    line-height: 1;
    opacity: .1;
}

.widget-watermark.darker {
    color: black;
}

.widget-watermark.lighter {
    color: white;
}

.widget-divider:after {
    display: block;
    width: 20px;
    height: 2px;
    margin: 15px auto;
    content: "";
    background-color: #fff;
}

.widget-left {
    position: absolute;
    top: 0;
    left: 0;
    width: 40%;
    height: 100%;
}

.widget-left + .widget-body {
    width: 60%;
    margin-left: 40%;
}

@media (max-width: 767px) {
    .widget-left {
        position: relative;
        width: 100%;
        height: 320px;
    }
    .widget-left + .widget-body {
        width: 100%;
        margin-left: 0;
    }
}

.panel-group .panel {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.panel-group .panel-title {
    position: relative;
    padding: 15px 30px;
    font-size: 14px;
}

.panel-group .panel-title:before,
.panel-group .panel-title:after {
    position: absolute;
    top: 15px;
    right: 30px;
    font-family: "Web Icons";
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}

.panel-group .panel-title:before {
    content: "\f197";
}

.panel-group .panel-title:after {
    content: "\f199";
}

.panel-group .panel-title[aria-expanded="false"]:before {
    opacity: .4;
}

.panel-group .panel-title[aria-expanded="false"]:after {
    opacity: 0;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.panel-group .panel-title[aria-expanded="true"]:before {
    opacity: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.panel-group .panel-title[aria-expanded="true"]:after {
    opacity: 1;
}

.panel-group .panel-title:hover,
.panel-group .panel-title:focus {
    color: #76838f;
    text-decoration: none;
}

.panel-group .panel-title:focus {
    outline: none;
}

.panel-group .panel-heading + .panel-collapse {
    margin: 0;
}

.panel-group .panel-collapse .panel-body {
    padding: 15px 30px;
}

.panel-group .panel-heading + .panel-collapse .panel-body {
    border-top-color: transparent;
}

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

.panel-group-continuous .panel {
    border-radius: 0;
}

.panel-group-continuous .panel:first-child {
    border-radius: 4px 4px 0 0;
}

.panel-group-continuous .panel:last-child {
    border-radius: 0 0 4px 4px;
}

.panel-group-continuous .panel + .panel {
    margin-top: 0;
    border-top: 1px solid #e4eaec;
}

.panel-group-simple .panel {
    background: transparent;
    box-shadow: none;
}

.panel-group-simple .panel-title {
    padding-bottom: 10px;
    padding-left: 0;
}

.panel-group-simple .panel-title:before,
.panel-group-simple .panel-title:after {
    right: 5px;
}

.panel-group-simple .panel-collapse .panel-body {
    padding-top: 10px;
    padding-right: 0;
    padding-left: 0;
}

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

.cover {
    overflow: hidden;
}

.cover-background {
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.cover-image {
    width: 100%;
}

.cover-quote {
    position: relative;
    padding-left: 35px;
    margin-bottom: 0;
    border-left: none;
}

.cover-quote:before,
.cover-quote:after {
    position: absolute;
    top: -20px;
    font-size: 4em;
}

.cover-quote:before {
    left: 0;
    content: open-quote;
}

.cover-quote:after {
    right: 0;
    visibility: hidden;
    content: close-quote;
}

.cover-quote.blockquote-reverse {
    padding-right: 35px;
    padding-left: 20px;
    border-right: none;
}

.cover-quote.blockquote-reverse:before {
    right: 0;
    left: auto;
    content: close-quote;
}

.cover-gallery .carousel-inner img {
    width: 100%;
}

.cover-iframe {
    width: 100%;
    border: 0 none;
}


/* ========================================================================
   Component: Overlay
 ========================================================================== */

.overlay {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 100%;
    margin: 0;
    overflow: hidden;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.overlay >:first-child,
.overlay .overlay-figure {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
}


/* Sub-object `overlay-panel`
 ========================================================================== */

.overlay-panel {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 20px;
    color: #fff;
}

.overlay-panel a:not([class]) {
    color: inherit;
    text-decoration: underline;
}

.overlay-panel >:last-child {
    margin-bottom: 0;
}

.overlay-panel h1,
.overlay-panel h2,
.overlay-panel h3,
.overlay-panel h4,
.overlay-panel h5,
.overlay-panel h6 {
    color: inherit;
}


/* Sub-object `overlay-hover`
 ========================================================================== */

.overlay-hover:not(:hover) .overlay-panel:not(.overlay-background-fixed) {
    opacity: 0;
}


/* Modifier `overlay-background`
 ========================================================================== */

.overlay-background {
    background: rgba(0, 0, 0, .5);
}


/* Modifier `overlay-image`
 ========================================================================== */

.overlay-image {
    width: 100%;
    max-width: 100%;
    padding: 0;
}


/* Modifier `overlay-shade`
 ========================================================================== */

.overlay-shade {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, .87) 90%, #fff 100%) repeat scroll 0 0;
}


/* Position modifiers
 ========================================================================== */

.overlay-top {
    bottom: auto;
}

.overlay-bottom {
    top: auto;
}

.overlay-left {
    right: auto;
}

.overlay-right {
    left: auto;
}


/* Sub-object `overlay-icon`
 ========================================================================== */

.overlay-icon {
    font-size: 0;
    text-align: center;
}

.overlay-icon:before {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    content: "";
}

.overlay-icon .icon {
    display: inline-block;
    width: 32px;
    height: 32px;
    margin-right: 10px;
    margin-left: 10px;
    font-size: 32px;
    line-height: 1;
    color: #fff;
    text-decoration: none;
}


/* Sub-object `overlay-anchor`
 ========================================================================== */

.overlay-anchor {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}


/* Transitions
 ========================================================================== */

.overlay-fade,
.overlay-scale,
.overlay-spin,
.overlay-grayscale,
.overlay-blur,
[class*='overlay-slide'] {
    transition-timing-function: ease-out;
    transition-duration: .3s;
    transition-property: opacity transform filter;
}

.overlay-fade {
    opacity: .7;
}

.overlay-hover:hover .overlay-fade {
    opacity: 1;
}

.overlay-scale {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.overlay-hover:hover .overlay-scale {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.overlay-spin {
    -webkit-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
}

.overlay-hover:hover .overlay-spin {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
}

.overlay-grayscale {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}

.overlay-hover:hover .overlay-grayscale {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
}

[class*='overlay-slide'] {
    opacity: 0;
}


/* Top */

.overlay-slide-top {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}


/* Bottom */

.overlay-slide-bottom {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}


/* Left */

.overlay-slide-left {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}


/* Right */

.overlay-slide-right {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}


/* Hover */

.overlay-hover:hover [class*='overlay-slide'] {
    opacity: 1;
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
}

.chat-box {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #fff;
}

.chats {
    padding: 30px 15px;
}

.chat-avatar {
    float: right;
}

.chat-avatar .avatar {
    width: 30px;
}

.chat-body {
    display: block;
    margin: 10px 30px 0 0;
    overflow: hidden;
}

.chat-body:first-child {
    margin-top: 0;
}

.chat-content {
    position: relative;
    display: block;
    float: right;
    padding: 8px 15px;
    margin: 0 20px 10px 0;
    clear: both;
    color: #fff;
    background-color: #62a8ea;
    border-radius: 4px;
}

.chat-content:before {
    position: absolute;
    top: 10px;
    right: -10px;
    width: 0;
    height: 0;
    content: '';
    border: 5px solid transparent;
    border-left-color: #62a8ea;
}

.chat-content > p:last-child {
    margin-bottom: 0;
}

.chat-content + .chat-content:before {
    border-color: transparent;
}

.chat-time {
    display: block;
    margin-top: 8px;
    color: rgba(255, 255, 255, .6);
}

.chat-left .chat-avatar {
    float: left;
}

.chat-left .chat-body {
    margin-right: 0;
    margin-left: 30px;
}

.chat-left .chat-content {
    float: left;
    margin: 0 0 10px 20px;
    color: #76838f;
    background-color: #dfe9ef;
}

.chat-left .chat-content:before {
    right: auto;
    left: -10px;
    border-right-color: #dfe9ef;
    border-left-color: transparent;
}

.chat-left .chat-content + .chat-content:before {
    border-color: transparent;
}

.chat-left .chat-time {
    color: #a3afb7;
}

.steps {
    margin-bottom: 22px;
}

.steps.row {
    display: block;
    margin-right: 0;
    margin-left: 0;
}

.step {
    position: relative;
    padding: 12px 20px;
    margin: 0;
    font-size: inherit;
    color: #a3afb7;
    vertical-align: top;
    background-color: #f3f7f9;
    border-radius: 0;
}

.step-icon {
    float: left;
    margin-right: .5em;
    font-size: 20px;
}

.step-number {
    position: absolute;
    top: 50%;
    left: 20px;
    width: 40px;
    height: 40px;
    font-size: 24px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    background: #e4eaec;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.step-number ~ .step-desc {
    min-height: 40px;
    margin-left: 50px;
}

.step-title {
    margin-bottom: 0;
    font-size: 20px;
    color: #526069;
}

.step-desc {
    text-align: left;
}

.step-desc p {
    margin-bottom: 0;
}

.steps-vertical .step {
    display: block;
    padding: 18px 20px;
}

.steps-vertical .step[class*="col-"] {
    float: none;
    width: 100%;
}

.step.current {
    color: #fff;
    background-color: #62a8ea;
}

.step.current .step-title {
    color: #fff;
}

.step.current .step-number {
    color: #62a8ea;
    background-color: #fff;
}

.step.disabled {
    color: #ccd5db;
    pointer-events: none;
    cursor: auto;
}

.step.disabled .step-title {
    color: #ccd5db;
}

.step.disabled .step-number {
    background-color: #ccd5db;
}

.step.error {
    color: #fff;
    background-color: #f96868;
}

.step.error .step-title {
    color: #fff;
}

.step.error .step-number {
    color: #f96868;
    background-color: #fff;
}

.step.done {
    color: #fff;
    background-color: #46be8a;
}

.step.done .step-title {
    color: #fff;
}

.step.done .step-number {
    color: #46be8a;
    background-color: #fff;
}

.steps-lg .step {
    padding: 20px 20px;
    font-size: 16px;
}

.steps-lg .step-icon {
    font-size: 22px;
}

.steps-lg .step-title {
    font-size: 22px;
}

.steps-lg .step-number {
    width: 46px;
    height: 46px;
    font-size: 28px;
    line-height: 46px;
}

.steps-lg .step-number ~ .step-desc {
    min-height: 46px;
    margin-left: 56px;
}

.steps-sm .step {
    font-size: 12px;
}

.steps-sm .step-icon {
    font-size: 18px;
}

.steps-sm .step-title {
    font-size: 18px;
}

.steps-sm .step-number {
    width: 30px;
    height: 30px;
    font-size: 24px;
    line-height: 30px;
}

.steps-sm .step-number ~ .step-desc {
    min-height: 30px;
    margin-left: 40px;
}

.steps-xs .step {
    font-size: 10px;
}

.steps-xs .step-icon {
    font-size: 16px;
}

.steps-xs .step-title {
    font-size: 16px;
}

.steps-xs .step-number {
    width: 24px;
    height: 24px;
    font-size: 20px;
    line-height: 24px;
}

.steps-xs .step-number ~ .step-desc {
    min-height: 24px;
    margin-left: 34px;
}

.pearls {
    margin-bottom: 22px;
}

.pearls.row {
    display: block;
}

.pearl {
    position: relative;
    padding: 0;
    margin: 0;
    text-align: center;
}

.pearl:before,
.pearl:after {
    position: absolute;
    top: 18px;
    z-index: 0;
    width: 50%;
    height: 4px;
    content: "";
    background-color: #f3f7f9;
}

.pearl:before {
    left: 0;
}

.pearl:after {
    right: 0;
}

.pearl:first-child:before,
.pearl:last-child:after {
    display: none !important;
}

.pearl-number,
.pearl-icon {
    position: relative;
    z-index: 1;
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 32px;
    color: #fff;
    text-align: center;
    background: #ccd5db;
    border: 2px solid #ccd5db;
    border-radius: 50%;
}

.pearl-number {
    font-size: 18px;
}

.pearl-icon {
    font-size: 18px;
}

.pearl-title {
    display: block;
    margin-top: .5em;
    margin-bottom: 0;
    overflow: hidden;
    font-size: 16px;
    color: #526069;
    text-overflow: ellipsis;
    word-wrap: normal;
    /* for IE */
    white-space: nowrap;
}

.pearl.current:before,
.pearl.current:after {
    background-color: #62a8ea;
}

.pearl.current .pearl-number,
.pearl.current .pearl-icon {
    color: #62a8ea;
    background-color: #fff;
    border-color: #62a8ea;
    transform: scale(1.3);
}

.pearl.disabled {
    pointer-events: none;
    cursor: auto;
}

.pearl.disabled:before,
.pearl.disabled:after {
    background-color: #f3f7f9;
}

.pearl.disabled .pearl-number,
.pearl.disabled .pearl-icon {
    color: #fff;
    background-color: #ccd5db;
    border-color: #ccd5db;
}

.pearl.error:before {
    background-color: #62a8ea;
}

.pearl.error:after {
    background-color: #f3f7f9;
}

.pearl.error .pearl-number,
.pearl.error .pearl-icon {
    color: #f96868;
    background-color: #fff;
    border-color: #f96868;
}

.pearl.done:before,
.pearl.done:after {
    background-color: #62a8ea;
}

.pearl.done .pearl-number,
.pearl.done .pearl-icon {
    color: #fff;
    background-color: #62a8ea;
    border-color: #62a8ea;
}

.pearls-lg .pearl:before,
.pearls-lg .pearl:after {
    top: 20px;
}

.pearls-lg .pearl-title {
    font-size: 18px;
}

.pearls-lg .pearl-number,
.pearls-lg .pearl-icon {
    width: 40px;
    height: 40px;
    line-height: 36px;
}

.pearls-lg .pearl-icon {
    font-size: 20px;
}

.pearls-lg .pearl-number {
    font-size: 20px;
}

.pearls-sm .pearl:before,
.pearls-sm .pearl:after {
    top: 16px;
}

.pearls-sm .pearl-title {
    font-size: 14px;
}

.pearls-sm .pearl-number,
.pearls-sm .pearl-icon {
    width: 32px;
    height: 32px;
    line-height: 28px;
}

.pearls-sm .pearl-number {
    font-size: 16px;
}

.pearls-sm .pearl-icon {
    font-size: 14px;
}

.pearls-xs .pearl:before,
.pearls-xs .pearl:after {
    top: 12px;
    height: 2px;
}

.pearls-xs .pearl-title {
    font-size: 12px;
}

.pearls-xs .pearl-number,
.pearls-xs .pearl-icon {
    width: 24px;
    height: 24px;
    line-height: 20px;
}

.pearls-xs .pearl-number {
    font-size: 12px;
}

.pearls-xs .pearl-icon {
    font-size: 12px;
}

.width-20 {
    width: 20px;
}

.width-50 {
    width: 50px;
}

.width-100 {
    width: 100px;
}

.width-150 {
    width: 150px;
}

.width-200 {
    width: 200px;
}

.width-250 {
    width: 250px;
}

.width-300 {
    width: 300px;
}

.width-350 {
    width: 350px;
}

.width-400 {
    width: 400px;
}

.width-450 {
    width: 450px;
}

.width-500 {
    width: 500px;
}

.width-full {
    width: 100% !important;
}

@media (max-width: 767px) {
    .width-xs-50 {
        width: 50px;
    }
    .width-xs-100 {
        width: 100px;
    }
    .width-xs-150 {
        width: 150px;
    }
    .width-xs-200 {
        width: 200px;
    }
    .width-xs-250 {
        width: 250px;
    }
    .width-xs-300 {
        width: 300px;
    }
    .width-xs-350 {
        width: 350px;
    }
    .width-xs-400 {
        width: 400px;
    }
    .width-xs-450 {
        width: 450px;
    }
    .width-xs-500 {
        width: 500px;
    }
    .width-xs-100pc {
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .width-sm-50 {
        width: 50px;
    }
    .width-sm-100 {
        width: 100px;
    }
    .width-sm-150 {
        width: 150px;
    }
    .width-sm-200 {
        width: 200px;
    }
    .width-sm-250 {
        width: 250px;
    }
    .width-sm-300 {
        width: 300px;
    }
    .width-sm-350 {
        width: 350px;
    }
    .width-sm-400 {
        width: 400px;
    }
    .width-sm-450 {
        width: 450px;
    }
    .width-sm-500 {
        width: 500px;
    }
    .width-sm-100pc {
        width: 100%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .width-md-50 {
        width: 50px;
    }
    .width-md-100 {
        width: 100px;
    }
    .width-md-150 {
        width: 150px;
    }
    .width-md-200 {
        width: 200px;
    }
    .width-md-250 {
        width: 250px;
    }
    .width-md-300 {
        width: 300px;
    }
    .width-md-350 {
        width: 350px;
    }
    .width-md-400 {
        width: 400px;
    }
    .width-md-450 {
        width: 450px;
    }
    .width-md-500 {
        width: 500px;
    }
}

@media (min-width: 1200px) {
    .width-lg-50 {
        width: 50px;
    }
    .width-lg-100 {
        width: 100px;
    }
    .width-lg-150 {
        width: 150px;
    }
    .width-lg-200 {
        width: 200px;
    }
    .width-lg-250 {
        width: 250px;
    }
    .width-lg-300 {
        width: 300px;
    }
    .width-lg-350 {
        width: 350px;
    }
    .width-lg-400 {
        width: 400px;
    }
    .width-lg-450 {
        width: 450px;
    }
    .width-lg-500 {
        width: 500px;
    }
}

.height-50 {
    height: 50px;
}

.height-100 {
    height: 100px;
}

.height-120 {
    height: 120px;
}

.height-150 {
    height: 150px;
}

.height-200 {
    height: 200px;
}

.height-250 {
    height: 250px;
}

.height-300 {
    height: 300px;
}

.height-350 {
    height: 350px;
}

.height-400 {
    height: 400px;
}

.height-450 {
    height: 450px;
}

.height-500 {
    height: 500px;
}

.height-full {
    height: 100% !important;
}

@media (max-width: 767px) {
    .height-xs-50 {
        height: 50px;
    }
    .height-xs-100 {
        height: 100px;
    }
    .height-xs-120 {
        height: 120px;
    }
    .height-xs-150 {
        height: 150px;
    }
    .height-xs-200 {
        height: 200px;
    }
    .height-xs-250 {
        height: 250px;
    }
    .height-xs-300 {
        height: 300px;
    }
    .height-xs-350 {
        height: 350px;
    }
    .height-xs-400 {
        height: 400px;
    }
    .height-xs-450 {
        height: 450px;
    }
    .height-xs-500 {
        height: 500px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .height-sm-50 {
        height: 50px;
    }
    .height-sm-100 {
        height: 100px;
    }
    .height-sm-120 {
        height: 120px;
    }
    .height-sm-150 {
        height: 150px;
    }
    .height-sm-200 {
        height: 200px;
    }
    .height-sm-250 {
        height: 250px;
    }
    .height-sm-300 {
        height: 300px;
    }
    .height-sm-350 {
        height: 350px;
    }
    .height-sm-400 {
        height: 400px;
    }
    .height-sm-450 {
        height: 450px;
    }
    .height-sm-500 {
        height: 500px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .height-md-50 {
        height: 50px;
    }
    .height-md-100 {
        height: 100px;
    }
    .height-md-120 {
        height: 120px;
    }
    .height-md-150 {
        height: 150px;
    }
    .height-md-200 {
        height: 200px;
    }
    .height-md-250 {
        height: 250px;
    }
    .height-md-300 {
        height: 300px;
    }
    .height-md-350 {
        height: 350px;
    }
    .height-md-400 {
        height: 400px;
    }
    .height-md-450 {
        height: 450px;
    }
    .height-md-500 {
        height: 500px;
    }
}

@media (min-width: 1200px) {
    .height-lg-50 {
        height: 50px;
    }
    .height-lg-100 {
        height: 100px;
    }
    .height-lg-120 {
        height: 120px;
    }
    .height-lg-150 {
        height: 150px;
    }
    .height-lg-200 {
        height: 200px;
    }
    .height-lg-250 {
        height: 250px;
    }
    .height-lg-300 {
        height: 300px;
    }
    .height-lg-350 {
        height: 350px;
    }
    .height-lg-400 {
        height: 400px;
    }
    .height-lg-450 {
        height: 450px;
    }
    .height-lg-500 {
        height: 500px;
    }
}

.margin-0 {
    margin: 0 !important;
}

.margin-3 {
    margin: 3px !important;
}

.margin-5 {
    margin: 5px !important;
}

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

.margin-15 {
    margin: 15px !important;
}

.margin-20 {
    margin: 20px !important;
}

.margin-25 {
    margin: 25px !important;
}

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

.margin-35 {
    margin: 35px !important;
}

.margin-40 {
    margin: 40px !important;
}

.margin-45 {
    margin: 45px !important;
}

.margin-50 {
    margin: 50px !important;
}

.margin-60 {
    margin: 60px !important;
}

.margin-70 {
    margin: 70px !important;
}

.margin-80 {
    margin: 80px !important;
}

.margin-vertical-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.margin-vertical-3 {
    margin-top: 3px !important;
    margin-bottom: 3px !important;
}

.margin-vertical-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

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

.margin-vertical-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}

.margin-vertical-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.margin-vertical-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
}

.margin-vertical-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}

.margin-vertical-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
}

.margin-vertical-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
}

.margin-vertical-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
}

.margin-vertical-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
}

.margin-vertical-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
}

.margin-vertical-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
}

.margin-vertical-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
}

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

.margin-horizontal-3 {
    margin-right: 3px !important;
    margin-left: 3px !important;
}

.margin-horizontal-5 {
    margin-right: 5px !important;
    margin-left: 5px !important;
}

.margin-horizontal-10 {
    margin-right: 10px !important;
    margin-left: 10px !important;
}

.margin-horizontal-15 {
    margin-right: 15px !important;
    margin-left: 15px !important;
}

.margin-horizontal-20 {
    margin-right: 20px !important;
    margin-left: 20px !important;
}

.margin-horizontal-25 {
    margin-right: 25px !important;
    margin-left: 25px !important;
}

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

.margin-horizontal-35 {
    margin-right: 35px !important;
    margin-left: 35px !important;
}

.margin-horizontal-40 {
    margin-right: 40px !important;
    margin-left: 40px !important;
}

.margin-horizontal-45 {
    margin-right: 45px !important;
    margin-left: 45px !important;
}

.margin-horizontal-50 {
    margin-right: 50px !important;
    margin-left: 50px !important;
}

.margin-horizontal-60 {
    margin-right: 60px !important;
    margin-left: 60px !important;
}

.margin-horizontal-70 {
    margin-right: 70px !important;
    margin-left: 70px !important;
}

.margin-horizontal-80 {
    margin-right: 80px !important;
    margin-left: 80px !important;
}

.margin-top-0 {
    margin-top: 0 !important;
}

.margin-top-3 {
    margin-top: 3px !important;
}

.margin-top-5 {
    margin-top: 5px !important;
}

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

.margin-top-15 {
    margin-top: 15px !important;
}

.margin-top-20 {
    margin-top: 20px !important;
}

.margin-top-25 {
    margin-top: 25px !important;
}

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

.margin-top-35 {
    margin-top: 35px !important;
}

.margin-top-40 {
    margin-top: 40px !important;
}

.margin-top-45 {
    margin-top: 45px !important;
}

.margin-top-50 {
    margin-top: 50px !important;
}

.margin-top-60 {
    margin-top: 60px !important;
}

.margin-top-70 {
    margin-top: 70px !important;
}

.margin-top-80 {
    margin-top: 80px !important;
}

.margin-bottom-0 {
    margin-bottom: 0 !important;
}

.margin-bottom-3 {
    margin-bottom: 3px !important;
}

.margin-bottom-5 {
    margin-bottom: 5px !important;
}

.margin-bottom-10 {
    margin-bottom: 10px !important;
}

.margin-bottom-15 {
    margin-bottom: 15px !important;
}

.margin-bottom-20 {
    margin-bottom: 20px !important;
}

.margin-bottom-25 {
    margin-bottom: 25px !important;
}

.margin-bottom-30 {
    margin-bottom: 30px !important;
}

.margin-bottom-35 {
    margin-bottom: 35px !important;
}

.margin-bottom-40 {
    margin-bottom: 40px !important;
}

.margin-bottom-45 {
    margin-bottom: 45px !important;
}

.margin-bottom-50 {
    margin-bottom: 50px !important;
}

.margin-bottom-60 {
    margin-bottom: 60px !important;
}

.margin-bottom-70 {
    margin-bottom: 70px !important;
}

.margin-bottom-80 {
    margin-bottom: 80px !important;
}

.margin-left-0 {
    margin-left: 0 !important;
}

.margin-left-3 {
    margin-left: 3px !important;
}

.margin-left-5 {
    margin-left: 5px !important;
}

.margin-left-10 {
    margin-left: 10px !important;
}

.margin-left-15 {
    margin-left: 15px !important;
}

.margin-left-20 {
    margin-left: 20px !important;
}

.margin-left-25 {
    margin-left: 25px !important;
}

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

.margin-left-35 {
    margin-left: 35px !important;
}

.margin-left-40 {
    margin-left: 40px !important;
}

.margin-left-45 {
    margin-left: 45px !important;
}

.margin-left-50 {
    margin-left: 50px !important;
}

.margin-left-60 {
    margin-left: 60px !important;
}

.margin-left-70 {
    margin-left: 70px !important;
}

.margin-left-80 {
    margin-left: 80px !important;
}

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

.margin-right-3 {
    margin-right: 3px !important;
}

.margin-right-5 {
    margin-right: 5px !important;
}

.margin-right-10 {
    margin-right: 10px !important;
}

.margin-right-15 {
    margin-right: 15px !important;
}

.margin-right-20 {
    margin-right: 20px !important;
}

.margin-right-25 {
    margin-right: 25px !important;
}

.margin-right-30 {
    margin-right: 30px !important;
}

.margin-right-35 {
    margin-right: 35px !important;
}

.margin-right-40 {
    margin-right: 40px !important;
}

.margin-right-45 {
    margin-right: 45px !important;
}

.margin-right-50 {
    margin-right: 50px !important;
}

.margin-right-60 {
    margin-right: 60px !important;
}

.margin-right-70 {
    margin-right: 70px !important;
}

.margin-right-80 {
    margin-right: 80px !important;
}

@media (max-width: 767px) {
    .margin-xs-0 {
        margin: 0 !important;
    }
}

@media (min-width: 768px) {
    .margin-sm-0 {
        margin: 0 !important;
    }
}

@media (min-width: 992px) {
    .margin-md-0 {
        margin: 0 !important;
    }
}

@media (min-width: 1200px) {
    .margin-lg-0 {
        margin: 0 !important;
    }
}

.padding-0 {
    padding: 0 !important;
}

.padding-3 {
    padding: 3px !important;
}

.padding-5 {
    padding: 5px !important;
}

.padding-10 {
    padding: 10px !important;
}

.padding-15 {
    padding: 15px !important;
}

.padding-20 {
    padding: 20px !important;
}

.padding-25 {
    padding: 25px !important;
}

.padding-30 {
    padding: 30px !important;
}

.padding-35 {
    padding: 35px !important;
}

.padding-40 {
    padding: 40px !important;
}

.padding-45 {
    padding: 45px !important;
}

.padding-50 {
    padding: 50px !important;
}

.padding-60 {
    padding: 60px !important;
}

.padding-70 {
    padding: 70px !important;
}

.padding-80 {
    padding: 80px !important;
}

.padding-vertical-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.padding-vertical-3 {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
}

.padding-vertical-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.padding-vertical-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.padding-vertical-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.padding-vertical-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.padding-vertical-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
}

.padding-vertical-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

.padding-vertical-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
}

.padding-vertical-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

.padding-vertical-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
}

.padding-vertical-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

.padding-vertical-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}

.padding-vertical-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
}

.padding-vertical-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}

.padding-horizontal-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.padding-horizontal-3 {
    padding-right: 3px !important;
    padding-left: 3px !important;
}

.padding-horizontal-5 {
    padding-right: 5px !important;
    padding-left: 5px !important;
}

.padding-horizontal-10 {
    padding-right: 10px !important;
    padding-left: 10px !important;
}

.padding-horizontal-15 {
    padding-right: 15px !important;
    padding-left: 15px !important;
}

.padding-horizontal-20 {
    padding-right: 20px !important;
    padding-left: 20px !important;
}

.padding-horizontal-25 {
    padding-right: 25px !important;
    padding-left: 25px !important;
}

.padding-horizontal-30 {
    padding-right: 30px !important;
    padding-left: 30px !important;
}

.padding-horizontal-35 {
    padding-right: 35px !important;
    padding-left: 35px !important;
}

.padding-horizontal-40 {
    padding-right: 40px !important;
    padding-left: 40px !important;
}

.padding-horizontal-45 {
    padding-right: 45px !important;
    padding-left: 45px !important;
}

.padding-horizontal-50 {
    padding-right: 50px !important;
    padding-left: 50px !important;
}

.padding-horizontal-60 {
    padding-right: 60px !important;
    padding-left: 60px !important;
}

.padding-horizontal-70 {
    padding-right: 70px !important;
    padding-left: 70px !important;
}

.padding-horizontal-80 {
    padding-right: 80px !important;
    padding-left: 80px !important;
}

.padding-top-0 {
    padding-top: 0 !important;
}

.padding-top-3 {
    padding-top: 3px !important;
}

.padding-top-5 {
    padding-top: 5px !important;
}

.padding-top-10 {
    padding-top: 10px !important;
}

.padding-top-15 {
    padding-top: 15px !important;
}

.padding-top-20 {
    padding-top: 20px !important;
}

.padding-top-25 {
    padding-top: 25px !important;
}

.padding-top-30 {
    padding-top: 30px !important;
}

.padding-top-35 {
    padding-top: 35px !important;
}

.padding-top-40 {
    padding-top: 40px !important;
}

.padding-top-45 {
    padding-top: 45px !important;
}

.padding-top-50 {
    padding-top: 50px !important;
}

.padding-top-60 {
    padding-top: 60px !important;
}

.padding-top-70 {
    padding-top: 70px !important;
}

.padding-top-80 {
    padding-top: 80px !important;
}

.padding-bottom-0 {
    padding-bottom: 0 !important;
}

.padding-bottom-3 {
    padding-bottom: 3px !important;
}

.padding-bottom-5 {
    padding-bottom: 5px !important;
}

.padding-bottom-10 {
    padding-bottom: 10px !important;
}

.padding-bottom-15 {
    padding-bottom: 15px !important;
}

.padding-bottom-20 {
    padding-bottom: 20px !important;
}

.padding-bottom-25 {
    padding-bottom: 25px !important;
}

.padding-bottom-30 {
    padding-bottom: 30px !important;
}

.padding-bottom-35 {
    padding-bottom: 35px !important;
}

.padding-bottom-40 {
    padding-bottom: 40px !important;
}

.padding-bottom-45 {
    padding-bottom: 45px !important;
}

.padding-bottom-50 {
    padding-bottom: 50px !important;
}

.padding-bottom-60 {
    padding-bottom: 60px !important;
}

.padding-bottom-70 {
    padding-bottom: 70px !important;
}

.padding-bottom-80 {
    padding-bottom: 80px !important;
}

.padding-left-0 {
    padding-left: 0 !important;
}

.padding-left-3 {
    padding-left: 3px !important;
}

.padding-left-5 {
    padding-left: 5px !important;
}

.padding-left-10 {
    padding-left: 10px !important;
}

.padding-left-15 {
    padding-left: 15px !important;
}

.padding-left-20 {
    padding-left: 20px !important;
}

.padding-left-25 {
    padding-left: 25px !important;
}

.padding-left-30 {
    padding-left: 30px !important;
}

.padding-left-35 {
    padding-left: 35px !important;
}

.padding-left-40 {
    padding-left: 40px !important;
}

.padding-left-45 {
    padding-left: 45px !important;
}

.padding-left-50 {
    padding-left: 50px !important;
}

.padding-left-60 {
    padding-left: 60px !important;
}

.padding-left-70 {
    padding-left: 70px !important;
}

.padding-left-80 {
    padding-left: 80px !important;
}

.padding-right-0 {
    padding-right: 0 !important;
}

.padding-right-3 {
    padding-right: 3px !important;
}

.padding-right-5 {
    padding-right: 5px !important;
}

.padding-right-10 {
    padding-right: 10px !important;
}

.padding-right-15 {
    padding-right: 15px !important;
}

.padding-right-20 {
    padding-right: 20px !important;
}

.padding-right-25 {
    padding-right: 25px !important;
}

.padding-right-30 {
    padding-right: 30px !important;
}

.padding-right-35 {
    padding-right: 35px !important;
}

.padding-right-40 {
    padding-right: 40px !important;
}

.padding-right-45 {
    padding-right: 45px !important;
}

.padding-right-50 {
    padding-right: 50px !important;
}

.padding-right-60 {
    padding-right: 60px !important;
}

.padding-right-70 {
    padding-right: 70px !important;
}

.padding-right-80 {
    padding-right: 80px !important;
}

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

@media (min-width: 768px) {
    .padding-sm-0 {
        padding: 0 !important;
    }
}

@media (min-width: 992px) {
    .padding-md-0 {
        padding: 0 !important;
    }
}

@media (min-width: 1200px) {
    .padding-lg-0 {
        padding: 0 !important;
    }
}

.example-wrap {
    margin-bottom: 80px;
}

.example-wrap .example-wrap {
    margin-bottom: 0;
}

.example {
    margin-top: 20px;
    margin-bottom: 20px;
}

.example:before,
.example:after {
    display: table;
    content: " ";
}

.example:after {
    clear: both;
}

.example-title {
    text-transform: uppercase;
}

.example-title,
h4.example-title {
    font-size: 14px;
}

.panel-body > .example-wrap:last-child {
    margin-bottom: 0;
}

.panel-body > .row:last-child > [class*="col-"]:last-child .example-wrap:last-child {
    margin-bottom: 0;
}

.example-well {
    position: relative;
    margin-bottom: 30px;
    background-color: #f3f7f9;
}

.example-well .center {
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.example-dropdown .dropdown:before,
.example-dropdown .dropup:before,
.example-dropdown .dropdown:after,
.example-dropdown .dropup:after {
    display: table;
    content: " ";
}

.example-dropdown .dropdown:after,
.example-dropdown .dropup:after {
    clear: both;
}

.example-dropdown .dropdown > .dropdown-toggle,
.example-dropdown .dropup > .dropdown-toggle {
    float: left;
}

.example-dropdown .dropdown > .dropdown-menu,
.example-dropdown .dropup > .dropdown-menu {
    position: static;
    display: block;
    clear: left;
}

.example-dropdown .dropdown > .dropdown-menu-right,
.example-dropdown .dropup > .dropdown-menu-right {
    float: right;
    clear: right;
}

.example-tooltip {
    position: relative;
    z-index: 1;
    display: inline-block;
}

.example-tooltip .tooltip {
    position: relative;
    margin-right: 25px;
    opacity: 1;
}

.example-grid .example-col,
.example-blocks .example-col {
    min-height: 0;
    padding: 10px 15px 12px;
    background-color: #f3f7f9;
    border-radius: 0;
}

.example-grid .example-col {
    margin-bottom: 20px;
}

.example-grid .example-col .example-col {
    margin-top: 20px;
    margin-bottom: 0;
    background-color: #e2ecf1;
}

.example-popover {
    position: relative;
    z-index: 1;
    display: inline-block;
}

.example-popover .popover {
    position: relative;
    display: block;
    margin-right: 25px;
}

.example-buttons .btn,
.example-buttons .btn-group,
.example-buttons .btn-group-vertical {
    margin-right: 15px;
    margin-bottom: 20px;
}

.example-buttons .btn-group-vertical .btn,
.example-buttons .btn-group .btn {
    margin-right: 0;
    margin-bottom: 0;
}

.example-box {
    position: relative;
    padding: 45px 15px 15px;
    margin-right: 0;
    margin-left: 0;
    border: 1px solid #e4eaec;
}

.example-box:after {
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 12px;
    color: #959595;
    text-transform: uppercase;
    letter-spacing: 1px;
    content: "Example";
}

.example-avatars .avatar {
    margin-right: 20px;
    margin-bottom: 20px;
}

.example-avatars .avatar:last-child {
    margin-right: 20px;
}

.example-typography {
    position: relative;
    padding-left: 25%;
}

.example-typography .heading-note,
.example-typography .text-note {
    position: absolute;
    bottom: 2px;
    left: 0;
    display: block;
    width: 260px;
    font-size: 13px;
    font-weight: 300;
    line-height: 13px;
    color: #aab2bd;
}

.example-typography .text-note {
    top: 10px;
    bottom: auto;
}

.example-responsive {
    min-height: .01%;
    overflow-x: auto;
}

@media screen and (max-width: 767px) {
    .example-responsive {
        width: 100%;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
}

.animsition,
.animsition-overlay {
    position: relative;
    opacity: 0;
    animation-fill-mode: both;
}

.animsition-loading {
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    background: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2032%2032%22%20width%3D%2232%22%20height%3D%2232%22%20fill%3D%22%23ccc%22%3E%0A%20%20%3Cpath%20opacity%3D%22.25%22%20d%3D%22M16%200%20A16%2016%200%200%200%2016%2032%20A16%2016%200%200%200%2016%200%20M16%204%20A12%2012%200%200%201%2016%2028%20A12%2012%200%200%201%2016%204%22/%3E%0A%20%20%3Cpath%20d%3D%22M16%200%20A16%2016%200%200%201%2032%2016%20L28%2016%20A12%2012%200%200%200%2016%204z%22%3E%0A%20%20%20%20%3CanimateTransform%20attributeName%3D%22transform%22%20type%3D%22rotate%22%20from%3D%220%2016%2016%22%20to%3D%22360%2016%2016%22%20dur%3D%220.8s%22%20repeatCount%3D%22indefinite%22%20/%3E%0A%20%20%3C/path%3E%0A%3C/svg%3E%0A%0A) center center no-repeat;
    animation-fill-mode: both;
}

.animsition-loading:after {
    position: fixed;
    top: 50%;
    width: 100%;
    margin-top: 20px;
    font-size: 16px;
    color: #aaa;
    text-align: center;
    content: "Loading";
}

.animsition-overlay-slide {
    position: fixed;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: #ddd;
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.fade-in {
    animation-name: fade-in;
}

@keyframes fade-out {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.fade-out {
    animation-name: fade-out;
}

@keyframes fade-in-up {
    0% {
        opacity: 0;
        transform: translateY(500px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-in-up {
    animation-name: fade-in-up;
}

@keyframes fade-out-up {
    0% {
        opacity: 1;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateY(-500px);
    }
}

.fade-out-up {
    animation-name: fade-out-up;
}

@keyframes fade-in-up-sm {
    0% {
        opacity: 0;
        transform: translateY(100px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-in-up-sm {
    animation-name: fade-in-up-sm;
}

@keyframes fade-out-up-sm {
    0% {
        opacity: 1;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateY(-100px);
    }
}

.fade-out-up-sm {
    animation-name: fade-out-up-sm;
}

@keyframes fade-in-up-lg {
    0% {
        opacity: 0;
        transform: translateY(1000px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-in-up-lg {
    animation-name: fade-in-up-lg;
}

@keyframes fade-out-up-lg {
    0% {
        opacity: 1;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateY(-1000px);
    }
}

.fade-out-up-lg {
    animation-name: fade-out-up-lg;
}

@keyframes fade-in-down {
    0% {
        opacity: 0;
        transform: translateY(-500px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-in-down {
    animation-name: fade-in-down;
}

@keyframes fade-out-down {
    0% {
        opacity: 1;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateY(500px);
    }
}

.fade-out-down {
    animation-name: fade-out-down;
}

@keyframes fade-in-down-sm {
    0% {
        opacity: 0;
        transform: translateY(-100px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-in-down-sm {
    animation-name: fade-in-down-sm;
}

@keyframes fade-out-down-sm {
    0% {
        opacity: 1;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateY(100px);
    }
}

.fade-out-down-sm {
    animation-name: fade-out-down-sm;
}

@keyframes fade-in-down-lg {
    0% {
        opacity: 0;
        transform: translateY(-1000px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-in-down-lg {
    animation-name: fade-in-down;
}

@keyframes fade-out-down-lg {
    0% {
        opacity: 1;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateY(1000px);
    }
}

.fade-out-down-lg {
    animation-name: fade-out-down-lg;
}

@keyframes fade-in-left {
    0% {
        opacity: 0;
        transform: translateX(-500px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.fade-in-left {
    animation-name: fade-in-left;
}

@keyframes fade-out-left {
    0% {
        opacity: 1;
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        transform: translateX(-500px);
    }
}

.fade-out-left {
    animation-name: fade-out-left;
}

@keyframes fade-in-left-sm {
    0% {
        opacity: 0;
        transform: translateX(-100px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.fade-in-left-sm {
    animation-name: fade-in-left-sm;
}

@keyframes fade-out-left-sm {
    0% {
        opacity: 1;
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        transform: translateX(-100px);
    }
}

.fade-out-left-sm {
    animation-name: fade-out-left-sm;
}

@keyframes fade-in-left-lg {
    0% {
        opacity: 0;
        transform: translateX(-1500px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.fade-in-left-lg {
    animation-name: fade-in-left-lg;
}

@keyframes fade-out-left-lg {
    0% {
        opacity: 1;
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        transform: translateX(-1500px);
    }
}

.fade-out-left-lg {
    animation-name: fade-out-left-lg;
}

@keyframes fade-in-right {
    0% {
        opacity: 0;
        transform: translateX(500px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.fade-in-right {
    animation-name: fade-in-right;
}

@keyframes fade-out-right {
    0% {
        opacity: 1;
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        transform: translateX(500px);
    }
}

.fade-out-right {
    animation-name: fade-out-right;
}

@keyframes fade-in-right-sm {
    0% {
        opacity: 0;
        transform: translateX(100px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.fade-in-right-sm {
    animation-name: fade-in-right-sm;
}

@keyframes fade-out-right-sm {
    0% {
        opacity: 1;
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        transform: translateX(100px);
    }
}

.fade-out-right-sm {
    animation-name: fade-out-right-sm;
}

@keyframes fade-in-right-lg {
    0% {
        opacity: 0;
        transform: translateX(1500px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.fade-in-right-lg {
    animation-name: fade-in-right-lg;
}

@keyframes fade-out-right-lg {
    0% {
        opacity: 1;
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        transform: translateX(1500px);
    }
}

.fade-out-right-lg {
    animation-name: fade-out-right-lg;
}

@keyframes rotate-in {
    0% {
        opacity: 0;
        transform: rotate(-90deg);
        transform-origin: center center;
    }
    100% {
        opacity: 1;
        transform: rotate(0);
        transform-origin: center center;
    }
}

.rotate-in {
    animation-name: rotate-in;
}

@keyframes rotate-out {
    0% {
        opacity: 1;
        transform: rotate(0);
        transform-origin: center center;
    }
    100% {
        opacity: 0;
        transform: rotate(90deg);
        transform-origin: center center;
    }
}

.rotate-out {
    animation-name: rotate-out;
}

@keyframes rotate-in-sm {
    0% {
        opacity: 0;
        transform: rotate(-45deg);
        transform-origin: center center;
    }
    100% {
        opacity: 1;
        transform: rotate(0);
        transform-origin: center center;
    }
}

.rotate-in-sm {
    animation-name: rotate-in-sm;
}

@keyframes rotate-out-sm {
    0% {
        opacity: 1;
        transform: rotate(0);
        transform-origin: center center;
    }
    100% {
        opacity: 0;
        transform: rotate(45deg);
        transform-origin: center center;
    }
}

.rotate-out-sm {
    animation-name: rotate-out-sm;
}

@keyframes rotate-in-lg {
    0% {
        opacity: 0;
        transform: rotate(-180deg);
        transform-origin: center center;
    }
    100% {
        opacity: 1;
        transform: rotate(0);
        transform-origin: center center;
    }
}

.rotate-in-lg {
    animation-name: rotate-in-lg;
}

@keyframes rotate-out-lg {
    0% {
        opacity: 1;
        transform: rotate(0);
        transform-origin: center center;
    }
    100% {
        opacity: 0;
        transform: rotate(180deg);
        transform-origin: center center;
    }
}

.rotate-out-lg {
    animation-name: rotate-out-lg;
}

@keyframes flip-in-x {
    0% {
        opacity: 0;
        transform: perspective(550px) rotateX(90deg);
    }
    100% {
        opacity: 1;
        transform: perspective(550px) rotateX(0deg);
    }
}

.flip-in-x {
    animation-name: flip-in-x;
    backface-visibility: visible !important;
}

@keyframes flip-out-x {
    0% {
        opacity: 1;
        transform: perspective(550px) rotateX(0deg);
    }
    100% {
        opacity: 0;
        transform: perspective(550px) rotateX(90deg);
    }
}

.flip-out-x {
    animation-name: flip-out-x;
    backface-visibility: visible !important;
}

@keyframes flip-in-x-nr {
    0% {
        opacity: 0;
        transform: perspective(100px) rotateX(90deg);
    }
    100% {
        opacity: 1;
        transform: perspective(100px) rotateX(0deg);
    }
}

.flip-in-x-nr {
    animation-name: flip-in-x-nr;
    backface-visibility: visible !important;
}

@keyframes flip-out-x-nr {
    0% {
        opacity: 1;
        transform: perspective(100px) rotateX(0deg);
    }
    100% {
        opacity: 0;
        transform: perspective(100px) rotateX(90deg);
    }
}

.flip-out-x-nr {
    animation-name: flip-out-x-nr;
    backface-visibility: visible !important;
}

@keyframes flip-in-x-fr {
    0% {
        opacity: 0;
        transform: perspective(1000px) rotateX(90deg);
    }
    100% {
        opacity: 1;
        transform: perspective(1000px) rotateX(0deg);
    }
}

.flip-in-x-fr {
    animation-name: flip-in-x-fr;
    backface-visibility: visible !important;
}

@keyframes flip-out-x-fr {
    0% {
        opacity: 1;
        transform: perspective(1000px) rotateX(0deg);
    }
    100% {
        opacity: 0;
        transform: perspective(1000px) rotateX(90deg);
    }
}

.flip-out-x-fr {
    animation-name: flip-out-x-fr;
    backface-visibility: visible !important;
}

@keyframes flip-in-y {
    0% {
        opacity: 0;
        transform: perspective(550px) rotateY(90deg);
    }
    100% {
        opacity: 1;
        transform: perspective(550px) rotateY(0deg);
    }
}

.flip-in-y {
    animation-name: flip-in-y;
    backface-visibility: visible !important;
}

@keyframes flip-out-y {
    0% {
        opacity: 1;
        transform: perspective(550px) rotateY(0deg);
    }
    100% {
        opacity: 0;
        transform: perspective(550px) rotateY(90deg);
    }
}

.flip-out-y {
    animation-name: flip-out-y;
    backface-visibility: visible !important;
}

@keyframes flip-in-y-nr {
    0% {
        opacity: 0;
        transform: perspective(100px) rotateY(90deg);
    }
    100% {
        opacity: 1;
        transform: perspective(100px) rotateY(0deg);
    }
}

.flip-in-y-nr {
    animation-name: flip-in-y-nr;
    backface-visibility: visible !important;
}

@keyframes flip-out-y-nr {
    0% {
        opacity: 1;
        transform: perspective(100px) rotateY(0deg);
    }
    100% {
        opacity: 0;
        transform: perspective(100px) rotateY(90deg);
    }
}

.flip-out-y-nr {
    animation-name: flip-out-y-nr;
    backface-visibility: visible !important;
}

@keyframes flip-in-y-fr {
    0% {
        opacity: 0;
        transform: perspective(1000px) rotateY(90deg);
    }
    100% {
        opacity: 1;
        transform: perspective(1000px) rotateY(0deg);
    }
}

.flip-in-y-fr {
    animation-name: flip-in-y-fr;
    backface-visibility: visible !important;
}

@keyframes flip-out-y-fr {
    0% {
        opacity: 1;
        transform: perspective(1000px) rotateY(0deg);
    }
    100% {
        opacity: 0;
        transform: perspective(1000px) rotateY(90deg);
    }
}

.flip-out-y-fr {
    animation-name: flip-out-y-fr;
    backface-visibility: visible !important;
}

@keyframes zoom-in {
    0% {
        opacity: 0;
        transform: scale(.7);
    }
    100% {
        opacity: 1;
    }
}

.zoom-in {
    animation-name: zoom-in;
}

@keyframes zoom-out {
    0% {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        opacity: 0;
        transform: scale(.7);
    }
    100% {
        opacity: 0;
    }
}

.zoom-out {
    animation-name: zoom-out;
}

@keyframes zoom-in-sm {
    0% {
        opacity: 0;
        transform: scale(.95);
    }
    100% {
        opacity: 1;
    }
}

.zoom-in-sm {
    animation-name: zoom-in-sm;
}

@keyframes zoom-out-sm {
    0% {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        opacity: 0;
        transform: scale(.95);
    }
    100% {
        opacity: 0;
    }
}

.zoom-out-sm {
    animation-name: zoom-out-sm;
}

@keyframes zoom-in-lg {
    0% {
        opacity: 0;
        transform: scale(.4);
    }
    100% {
        opacity: 1;
    }
}

.zoom-in-lg {
    animation-name: zoom-in-lg;
}

@keyframes zoom-out-lg {
    0% {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        opacity: 0;
        transform: scale(.4);
    }
    100% {
        opacity: 0;
    }
}

.zoom-out-lg {
    animation-name: zoom-out-lg;
}

.blink-slow {
    animation-name: blink-slow;
    animation-duration: .3s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

@keyframes blink-slow {
    0% {
        opacity: .4;
    }
    50% {
        opacity: .7;
    }
    100% {
        opacity: 1;
    }
}

@keyframes overlay-slide-in-top {
    0% {
        height: 100%;
    }
    100% {
        height: 0;
    }
}

.overlay-slide-in-top {
    top: 0;
    height: 0;
    animation-name: overlay-slide-in-top;
}

@keyframes overlay-slide-out-top {
    0% {
        height: 0;
    }
    100% {
        height: 100%;
    }
}

.overlay-slide-out-top {
    top: 0;
    height: 100%;
    animation-name: overlay-slide-out-top;
}

@keyframes overlay-slide-in-bottom {
    0% {
        height: 100%;
    }
    100% {
        height: 0;
    }
}

.overlay-slide-in-bottom {
    bottom: 0;
    height: 0;
    animation-name: overlay-slide-in-bottom;
}

@keyframes overlay-slide-out-bottom {
    0% {
        height: 0;
    }
    100% {
        height: 100%;
    }
}

.overlay-slide-out-bottom {
    bottom: 0;
    height: 100%;
    animation-name: overlay-slide-out-bottom;
}

@keyframes overlay-slide-in-left {
    0% {
        width: 100%;
    }
    100% {
        width: 0;
    }
}

.overlay-slide-in-left {
    width: 0;
    animation-name: overlay-slide-in-left;
}

@keyframes overlay-slide-out-left {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

.overlay-slide-out-left {
    left: 0;
    width: 100%;
    animation-name: overlay-slide-out-left;
}

@keyframes overlay-slide-in-right {
    0% {
        width: 100%;
    }
    100% {
        width: 0;
    }
}

.overlay-slide-in-right {
    right: 0;
    width: 0;
    animation-name: overlay-slide-in-right;
}

@keyframes overlay-slide-out-right {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

.overlay-slide-out-right {
    right: 0;
    width: 100%;
    animation-name: overlay-slide-out-right;
}

.scrollable.is-enabled {
    overflow: hidden !important;
}

.is-enabled .scrollable-container {
    box-sizing: content-box !important;
    overflow: hidden !important;
}

.is-enabled .scrollable-container::-webkit-scrollbar {
    width: 0;
    height: 0;
    -webkit-appearance: none;
}

.scrollable-vertical.is-enabled .scrollable-container {
    overflow-y: scroll !important;
}

.scrollable-horizontal.is-enabled .scrollable-container {
    overflow-x: scroll !important;
}

.is-enabled .scrollable-content {
    position: relative !important;
    overflow: visible !important;
}

.is-enabled .scrollable-content:before,
.is-enabled .scrollable-content:after {
    display: table;
    content: " ";
}

.is-enabled .scrollable-content:after {
    clear: both;
}

.scrollable-bar {
    position: absolute;
    right: 0;
    bottom: 0;
    box-sizing: border-box;
    overflow: hidden;
    line-height: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 4px/2;
    transition: opacity .5s;
    user-focus: ignore;
    user-input: disabled;
    -webkit-touch-callout: none;
}

.is-disabled .scrollable-bar {
    display: none;
}

.scrollable-bar-hide {
    opacity: 0;
    transition-delay: 400ms;
}

.scrollable-bar.is-dragging {
    opacity: 1;
}

.scrollable-bar.is-disabled {
    display: none;
}

.scrollable-bar-handle {
    position: absolute;
    top: 0;
    left: 0;
    line-height: 0;
    cursor: pointer;
    background: rgba(163, 175, 183, .6);
    border-radius: 4px/2px;
    transition: width, height .5s;
}

.scrollable-bar-vertical {
    width: 4px;
    height: 100%;
    height: calc(100% - 2*4px);
    margin: 4px (8px - 4px)/2;
}

.scrollable-bar-vertical .scrollable-bar-handle {
    width: 100%;
}

.scrollable-bar-horizontal {
    width: 100%;
    width: calc(100% - 2*4px);
    height: 4px;
    margin: (8px - 4px)/2 4px;
}

.scrollable-bar-vertical.is-dragging,
.scrollable-bar-vertical.is-hovering {
    width: 8px;
    margin: 4px 1px;
}

.scrollable-bar-horizontal.is-dragging,
.scrollable-bar-horizontal.is-hovering {
    height: 8px;
    margin: 1px 4px;
}

.scrollable-bar-horizontal .scrollable-bar-handle {
    height: 100%;
}

.scrollable.is-dragging .scrollable-handle,
.scrollable.is-hovering .scrollable-handle {
    border-radius: 8px;
}

.scrollable.is-dragging .scrollable-bar-handle,
.scrollable.is-hovering .scrollable-bar-handle {
    border-radius: 8px;
}

.scrollable.is-scrolling .scrollable-bar {
    opacity: 1;
    transition: opacity 0;
}

.scrollable.is-dragging {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    user-focus: ignore;
    user-input: disabled;
    -webkit-touch-callout: none;
}

.scrollable.is-dragging .scrollable-bar-handle {
    background: rgba(163, 175, 183, .8) !important;
}

.scrollable-inverse.scrollable .scrollable-bar-handle {
    background: rgba(243, 247, 249, .5);
}

.scrollable-inverse.scrollable.is-dragging .scrollable-bar-handle {
    background: rgba(243, 247, 249, .8) !important;
}

.scrollable-shadow.scrollable.is-dragging .scrollable-bar,
.scrollable-shadow.scrollable.is-hovering .scrollable-bar {
    background: rgba(228, 234, 236, .5);
}

.scrollable-inverse.scrollable-shadow.scrollable.is-dragging .scrollable-bar,
.scrollable-inverse.scrollable-shadow.scrollable.is-hovering .scrollable-bar {
    background: rgba(243, 247, 249, .3);
}

.switchery {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 24px;
    box-sizing: content-box;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-color: #fff;
    background-clip: content-box;
    border: 1px solid #e4eaec;
    border-radius: 20px;
}

.switchery > small {
    position: absolute;
    top: 0;
    width: 24px;
    height: 24px;
    background: #fff;
    border-radius: 100%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
}

.switchery-small {
    width: 33px;
    height: 20px;
    border-radius: 20px;
}

.switchery-small > small {
    width: 20px;
    height: 20px;
}

.switchery-large {
    width: 66px;
    height: 36px;
    border-radius: 36px;
}

.switchery-large > small {
    width: 36px;
    height: 36px;
}

.slidePanel {
    position: fixed;
    z-index: 1300 + 10;
    max-width: 100%;
    max-height: 100%;
    visibility: hidden;
    background: #fff;
    box-shadow: -10px 0 20px 0 rgba(66, 66, 66, .2);
}

.slidePanel-right,
.slidePanel-left {
    top: 66px;
    bottom: 0;
    width: 700px;
}

@media (max-width: 1199px) {
    .slidePanel-right,
    .slidePanel-left {
        width: calc(100% - 230px);
    }
}

@media (max-width: 767px) {
    .slidePanel-right,
    .slidePanel-left {
        width: 100%;
    }
}

.slidePanel-top,
.slidePanel-bottom {
    width: 100%;
    height: 500px;
}

@media (max-width: 1199px) {
    .slidePanel-top,
    .slidePanel-bottom {
        top: 0;
        bottom: 0;
        height: auto;
    }
}

.slidePanel-left {
    left: 0;
}

.slidePanel-right {
    right: 0;
}

.slidePanel-top {
    top: 0;
    left: 0;
}

.slidePanel-bottom {
    bottom: 0;
    left: 0;
}

.slidePanel .scrollable-container {
    height: 100%;
}

.slidePanel-show {
    visibility: visible;
}

.slidePanel-handler {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 100%;
    cursor: e-resize;
    background-color: transparent;
}

.slidePanel-loading {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
    text-align: center;
    visibility: hidden;
}

.slidePanel-loading:before {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    content: "";
}

.slidePanel-loading .loader {
    vertical-align: middle;
}

.slidePanel-loading-show {
    visibility: visible;
}

.slidePanel-scrollable {
    height: 100%;
}

.slidePanel-header {
    position: relative;
    padding: 40px 30px;
    padding-right: 120px;
    color: #fff;
}

.slidePanel-header h1 {
    margin: 0;
    font-size: 22px;
    line-height: 33px;
    color: #fff;
}

.slidePanel-actions {
    float: right;
    min-height: 67px;
    margin: 0;
    margin-left: 15px;
    text-align: right;
    list-style: none;
}

.slidePanel-actions .btn {
    line-height: 33px;
}

.slidePanel-action {
    border: 1px solid transparent;
    border-radius: 3px;
    -webkit-transition: border .25s linear;
    -o-transition: border .25s linear;
    transition: border .25s linear;
}

.slidePanel-action:last-child {
    margin-right: 0;
}

.slidePanel-action.dropdown.open {
    border-color: #fff;
}

.slidePanel-action .icon {
    cursor: pointer;
}

.slidePanel-action .icon:hover {
    color: #ecf0f3;
}

.slidePanel-action .dropdown-menu {
    right: 0;
    left: auto;
    margin-top: 10px;
}

.slidePanel-action .dropdown-menu .icon {
    margin-right: 10px;
}

.slidePanel-inner {
    padding: 0 30px;
}

.slidePanel-inner-section {
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e4eaec;
}

.slidePanel-comment {
    position: relative;
    margin-top: 50px;
    margin-bottom: 50px;
}

.slidePanel-comment textarea {
    margin-bottom: 5px;
}

.slidePanel-comment .reply {
    position: absolute;
    top: 10px;
    left: 10px;
}

.select2-container {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    margin: 0;
    vertical-align: middle;
}

.select2-container .select2-selection--single {
    display: block;
    height: 28px;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-right: 20px;
    padding-left: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px;
}

.select2-container .select2-selection--multiple {
    display: block;
    min-height: 32px;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    padding-left: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.select2-container .select2-search--inline {
    float: left;
}

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    padding: 0;
    margin-top: 5px;
    font-size: 100%;
    border: none;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

.select2-primary .select2-container--default .select2-selection--multiple .select2-selection__choice,
.select2-results__otption .select2-results__otption--highlighted {
    color: #fff;
    background: #62a8ea;
    border-color: #62a8ea;
}

.select2-primary .select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove,
.select2-results__otption .select2-results__otption--highlighted .select2-selection__choice__remove {
    color: #fff;
}

.select2-success .select2-container--default .select2-selection--multiple .select2-selection__choice {
    color: #fff;
    background: #46be8a;
    border-color: #46be8a;
}

.select2-success .select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
    color: #fff;
}

.select2-info .select2-container--default .select2-selection--multiple .select2-selection__choice {
    color: #fff;
    background: #57c7d4;
    border-color: #57c7d4;
}

.select2-info .select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
    color: #fff;
}

.select2-warning .select2-container--default .select2-selection--multiple .select2-selection__choice {
    color: #fff;
    background: #f2a654;
    border-color: #f2a654;
}

.select2-warning .select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
    color: #fff;
}

.select2-danger .select2-container--default .select2-selection--multiple .select2-selection__choice {
    color: #fff;
    background: #f96868;
    border-color: #f96868;
}

.select2-danger .select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
    color: #fff;
}

.select2-dropdown {
    position: absolute;
    left: -100000px;
    z-index: 1200;
    display: block;
    width: 100%;
    box-sizing: border-box;
    background-color: white;
    border: 1px solid #e4eaec;
    border-radius: 3px;
}

.select2-results {
    display: block;
}

.select2-results__options {
    padding: 0;
    margin: 0;
    list-style: none;
}

.select2-results__option {
    padding: 6px;
    -webkit-user-select: none;
    user-select: none;
}

.select2-results__option[aria-selected] {
    cursor: pointer;
}

.select2-container--open .select2-dropdown {
    left: 0;
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-search--dropdown {
    display: block;
    padding: 4px;
}

.select2-search--dropdown .select2-search__field {
    width: 100%;
    box-sizing: border-box;
    padding: 4px;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
    display: none;
}

.select2-close-mask {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1800;
    display: block;
    width: auto;
    min-width: 100%;
    height: auto;
    min-height: 100%;
    padding: 0;
    margin: 0;
    background-color: #fff;
    filter: alpha(opacity=0);
    border: 0;
    opacity: 0;
}

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

.select2-container--default {
    display: block;
}

.select2-container--default .select2-selection {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    color: #76838f;
    background-color: #fff;
    border: 1px solid #e4eaec;
    border-radius: 3px;
    outline: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    color: #76838f;
    background-color: #fff;
    border: 1px solid #e4eaec;
    border-radius: 3px;
}

.select2-container--default .select2-search__field {
    outline: 0;
}

.select2-container--default .select2-search__field::-webkit-input-placeholder {
    color: #a3afb7;
}

.select2-container--default .select2-search__field:-moz-placeholder {
    color: #a3afb7;
}

.select2-container--default .select2-search__field::-moz-placeholder {
    color: #a3afb7;
    opacity: 1;
}

.select2-container--default .select2-search__field:-ms-input-placeholder {
    color: #a3afb7;
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #ccd5db;
    cursor: not-allowed;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    color: #76838f;
    background-color: #f3f7f9;
}

.select2-container--default .select2-results__option .select2-results__option {
    padding: 6px 15px;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    padding-left: 15px*2;
    margin-left: -15px;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    padding-left: 15px*3;
    margin-left: -15px*2;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    padding-left: 15px*4;
    margin-left: -15px*3;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    padding-left: 15px*5;
    margin-left: -15px*4;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    padding-left: 15px*6;
    margin-left: -15px*5;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    color: #76838f;
    background-color: #f3f7f9;
}

.select2-container--default .select2-results__group {
    display: block;
    padding: 6px 15px;
    font-size: 12px;
    line-height: 1.57142857;
    color: #37474f;
    white-space: nowrap;
    cursor: default;
}

.select2-container--default.select2-container--open .select2-selection {
    border-color: #62a8ea;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(98, 168, 234, .006);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(98, 168, 234, .006);
    -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;
}

.select2-container--default.select2-container--open .select2-selection .select2-selection__arrow b {
    border-color: transparent transparent #a3afb7 transparent;
    border-width: 0 4px 4px 4px;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection {
    border-top-color: transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection {
    border-bottom-color: transparent;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.select2-container--default.input-sm,
.select2-container--default.input-lg {
    height: auto;
    padding: 0;
    font-size: 12px;
    line-height: 1;
    border-radius: 0;
}

.select2-container--default .select2-dropdown {
    margin-top: -1px;
    overflow-x: hidden;
    border-color: #62a8ea;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.select2-container--default .select2-dropdown--above {
    margin-top: 1px;
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}

.select2-container--default .select2-selection--single {
    height: 36px;
    padding: 6px 15px + 4px*3 6px 15px;
    line-height: 1.57142857;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    float: right;
    margin-right: 10px;
    font-weight: 500;
    color: #a3afb7;
    cursor: pointer;
}

.select2-container--default .select2-selection--single .select2-selection__clear:hover {
    color: #333;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    width: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    position: absolute;
    top: 50%;
    left: 0;
    width: 0;
    height: 0;
    margin-top: -4px/2;
    margin-left: -4px;
    border-color: #a3afb7 transparent transparent transparent;
    border-style: solid;
    border-width: 4px 4px 0 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0;
    color: #76838f;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #a3afb7;
}

.select2-container--default[dir="rtl"] .select2-selection--single {
    padding-right: 15px;
    padding-left: 15px + 4px*3;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 0;
    padding-left: 0;
    text-align: right;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    right: auto;
    left: 15px;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow b {
    margin-left: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    cursor: not-allowed;
    background-color: #f3f7f9;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none;
}

.select2-container--default.input-sm .select2-selection--single,
.input-group-sm .select2-container--default .select2-selection--single,
.form-group-sm .select2-container--default .select2-selection--single {
    height: 32px;
    padding: 6px 13px + 4px*3 6px 13px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 2px;
}

.select2-container--default.input-sm .select2-selection--single .select2-selection__arrow b,
.input-group-sm .select2-container--default .select2-selection--single .select2-selection__arrow b,
.form-group-sm .select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-left: -6px;
}

.select2-container--default.input-lg .select2-selection--single,
.input-group-lg .select2-container--default .select2-selection--single,
.form-group-lg .select2-container--default .select2-selection--single {
    height: 46px;
    padding: 10px 18px + 5px*3 10px 18px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 4px;
}

.select2-container--default.input-lg .select2-selection--single .select2-selection__arrow,
.input-group-lg .select2-container--default .select2-selection--single .select2-selection__arrow,
.form-group-lg .select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 5px;
}

.select2-container--default.input-lg .select2-selection--single .select2-selection__arrow b,
.input-group-lg .select2-container--default .select2-selection--single .select2-selection__arrow b,
.form-group-lg .select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-top: -5px/2;
    margin-left: -5px;
    margin-left: -10px;
    border-width: 5px 5px 0 5px;
}

.select2-container--default .select2-selection--multiple {
    min-height: 36px;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    overflow: hidden;
    line-height: 1.57142857;
    text-overflow: ellipsis;
    white-space: nowrap;
    list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    float: left;
    margin-top: 5px;
    color: #a3afb7;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    float: left;
    padding: 0 6px;
    margin: 5px 0 0 15px/2;
    color: #76838f;
    cursor: default;
    background: #e4eaec;
    border: 1px solid #e4eaec;
    border-radius: 3px;
}

.select2-container--default .select2-selection--multiple .select2-search--inline .select2-search__field {
    min-width: 5em;
    height: 36px - 2;
    padding: 0 15px;
    margin-top: 0;
    line-height: 1.57142857;
    background: transparent;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    display: inline-block;
    margin-right: 6px / 2;
    font-weight: 500;
    color: #999;
    cursor: pointer;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder {
    float: right;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-right: 15px/2;
    margin-left: 0;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-right: auto;
    margin-left: 2px;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    cursor: not-allowed;
    background-color: #f3f7f9;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none;
}

.select2-container--default.input-sm .select2-selection--multiple,
.input-group-sm .select2-container--default .select2-selection--multiple,
.form-group-sm .select2-container--default .select2-selection--multiple {
    min-height: 32px;
}

.select2-container--default.input-sm .select2-selection--multiple .select2-selection__choice,
.input-group-sm .select2-container--default .select2-selection--multiple .select2-selection__choice,
.form-group-sm .select2-container--default .select2-selection--multiple .select2-selection__choice {
    padding: 0 6px;
    margin: 5px 0 0 13px/2;
    font-size: 12px;
    line-height: 1.5;
}

.select2-container--default.input-sm .select2-selection--multiple .select2-search--inline .select2-search__field,
.input-group-sm .select2-container--default .select2-selection--multiple .select2-search--inline .select2-search__field,
.form-group-sm .select2-container--default .select2-selection--multiple .select2-search--inline .select2-search__field {
    height: 32px - 2;
    padding: 0 13px;
    font-size: 12px;
    line-height: 1.5;
}

.select2-container--default.input-lg .select2-selection--multiple,
.input-group-lg .select2-container--default .select2-selection--multiple,
.form-group-lg .select2-container--default .select2-selection--multiple {
    min-height: 46px;
}

.select2-container--default.input-lg .select2-selection--multiple .select2-selection__choice,
.input-group-lg .select2-container--default .select2-selection--multiple .select2-selection__choice,
.form-group-lg .select2-container--default .select2-selection--multiple .select2-selection__choice {
    padding: 0 10px;
    margin: 9px 0 0 18px/2;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 3px;
}

.select2-container--default.input-lg .select2-selection--multiple .select2-search--inline .select2-search__field,
.input-group-lg .select2-container--default .select2-selection--multiple .select2-search--inline .select2-search__field,
.form-group-lg .select2-container--default .select2-selection--multiple .select2-search--inline .select2-search__field {
    height: 46px - 2;
    padding: 0 18px;
    font-size: 18px;
    line-height: 1.3333333;
}

.select2-container--default.input-lg.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #a3afb7 transparent;
    border-width: 0 5px 5px 5px;
}

.input-group-lg .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #a3afb7 transparent;
    border-width: 0 5px 5px 5px;
}

.input-group .select2-container--default {
    position: relative;
    z-index: 2;
    display: table;
    float: left;
    width: 100%;
    margin-bottom: 0;
    table-layout: fixed;
}

.has-warning .select2-dropdown,
.has-warning .select2-selection {
    border-color: #f2a654;
}

.has-warning .select2-container--open .select2-selection {
    border-color: #f2a654;
}

.has-warning.select2-drop-active {
    border-color: #f2a654;
}

.has-warning.select2-drop-active.select2-drop.select2-drop-above {
    border-top-color: #f2a654;
}

.has-error .select2-dropdown,
.has-error .select2-selection {
    border-color: #f96868;
}

.has-error .select2-container--open .select2-selection {
    border-color: #f96868;
}

.has-error.select2-drop-active {
    border-color: #f96868;
}

.has-error.select2-drop-active.select2-drop.select2-drop-above {
    border-top-color: #f96868;
}

.has-success .select2-dropdown,
.has-success .select2-selection {
    border-color: #46be8a;
}

.has-success .select2-container--open .select2-selection {
    border-color: #46be8a;
}

.has-success.select2-drop-active {
    border-color: #46be8a;
}

.has-success.select2-drop-active.select2-drop.select2-drop-above {
    border-top-color: #46be8a;
}

@-webkit-keyframes blink {
    0% {
        border-color: #ededed;
    }
    100% {
        border-color: #b94a48;
    }
}

@-moz-keyframes blink {
    0% {
        border-color: #ededed;
    }
    100% {
        border-color: #b94a48;
    }
}

@keyframes blink {
    0% {
        border-color: #ededed;
    }
    100% {
        border-color: #b94a48;
    }
}

.tokenfield {
    height: auto;
    min-height: 36px;
    padding-bottom: 0;
}

.tokenfield.focus {
    border-color: #62a8ea;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(98, 168, 234, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(98, 168, 234, .6);
}

.tokenfield .token {
    display: inline-block;
    height: 22px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: -1px 5px 5px 0;
    white-space: nowrap;
    vertical-align: top;
    cursor: default;
    background-color: #edf0f2;
    border: 1px solid #e4eaec;
    border-radius: 3px;
    color: black;
}

.tokenfield .token:hover {
    border-color: #89bceb;
}

.tokenfield .token.active {
    border-color: #52a8ec;
    border-color: rgba(82, 168, 236, .8);
}

.tokenfield .token.duplicate {
    border-color: #f85974;
    -webkit-animation-name: blink;
    animation-name: blink;
    -webkit-animation-duration: .1s;
    animation-duration: .1s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
    animation-direction: normal;
}

.tokenfield .token.invalid {
    background: none;
    border: 1px solid transparent;
    border-bottom: 1px dotted #f96868;
    border-radius: 0;
}

.tokenfield .token.invalid.active {
    background: #f3f7f9;
    border: 1px solid #f3f7f9;
    border-radius: 3px;
}

.tokenfield .token .token-label {
    display: inline-block;
    padding-left: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top;
}

.tokenfield .token .close {
    display: inline-block;
    float: none;
    height: 100%;
    padding-right: 4px;
    margin-left: 5px;
    font-family: Arial;
    font-size: 1.1em;
    line-height: inherit;
    vertical-align: top;
}

.tokenfield .token-input {
    width: 60px;
    min-width: 60px;
    height: 20px;
    padding: 0;
    margin-bottom: 6px;
    background: none;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.tokenfield .token-input:focus {
    border-color: transparent;
    outline: 0;
    /* IE6-9 */
    -webkit-box-shadow: none;
    box-shadow: none;
}

.tokenfield.disabled {
    cursor: not-allowed;
    background-color: #f3f7f9;
}

.tokenfield.disabled .token-input {
    cursor: not-allowed;
}

.tokenfield.disabled .token:hover {
    cursor: not-allowed;
    border-color: #e4eaec;
}

.tokenfield.disabled .token:hover .close {
    cursor: not-allowed;
    filter: alpha(opacity=20);
    opacity: .2;
}

.has-warning .tokenfield.focus {
    border-color: #e6e6e6;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #fff;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #fff;
}

.has-error .tokenfield.focus {
    border-color: #e6e6e6;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #fff;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #fff;
}

.has-success .tokenfield.focus {
    border-color: #e6e6e6;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #fff;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #fff;
}

.tokenfield.input-sm,
.input-group-sm .tokenfield {
    min-height: 30px;
    padding-bottom: 0;
}

.input-group-sm .token,
.tokenfield.input-sm .token {
    height: 20px;
    margin-bottom: 4px;
}

.input-group-sm .token-input,
.tokenfield.input-sm .token-input {
    height: 18px;
    margin-bottom: 5px;
}

.tokenfield.input-lg,
.input-group-lg .tokenfield {
    min-height: 45px;
    padding-bottom: 4px;
}

.input-group-lg .token,
.tokenfield.input-lg .token {
    height: 25px;
}

.input-group-lg .token-label,
.tokenfield.input-lg .token-label {
    line-height: 23px;
}

.input-group-lg .token .close,
.tokenfield.input-lg .token .close {
    line-height: 1.3em;
}

.input-group-lg .token-input,
.tokenfield.input-lg .token-input {
    height: 23px;
    margin-bottom: 6px;
    line-height: 23px;
    vertical-align: top;
}

.input-group .tokenfield + .input-group-btn {
    height: 100%;
}

.input-group .tokenfield + .input-group-btn .btn {
    height: calc(100% + 2px);
    padding-top: 0;
    padding-bottom: 0;
}

.input-group .tokenfield .token-input {
    width: 100% !important;
}

.tokenfield.rtl {
    text-align: right;
    direction: rtl;
}

.tokenfield.rtl .token {
    margin: -1px 0 5px 5px;
}

.tokenfield.rtl .token .token-label {
    padding-right: 4px;
    padding-left: 0;
}


/* Tokenfield-specific Typeahead styling */

.tokenfield .twitter-typeahead {
    float: none;
    width: auto;
}

.tokenfield .twitter-typeahead .tt-hint {
    height: 20px;
    padding: 0;
}

.tokenfield.input-sm .twitter-typeahead .tt-input,
.tokenfield.input-sm .twitter-typeahead .tt-hint {
    height: 18px;
    font-size: 12px;
    line-height: 1.5;
}

.tokenfield.input-lg .twitter-typeahead .tt-input,
.tokenfield.input-lg .twitter-typeahead .tt-hint {
    height: 23px;
    font-size: 18px;
    line-height: 1.33;
}

.tokenfield .twitter-typeahead .tt-suggestions {
    font-size: 14px;
}

.bootstrap-tagsinput {
    display: inline-block;
    max-width: 100%;
    padding: 6px 15px;
    line-height: 1.57142857;
    color: #76838f;
    vertical-align: middle;
    cursor: text;
    background-color: #fff;
    border: 1px solid #e4eaec;
    border-radius: 3px;
    box-shadow: none;
}

.bootstrap-tagsinput input {
    width: auto !important;
    max-width: inherit;
    padding: 0 6px;
    margin: 0;
    line-height: inherit;
    background-color: transparent;
    border: none;
    outline: none;
    box-shadow: none;
}

.bootstrap-tagsinput input:focus {
    border: none;
    box-shadow: none;
}

.bootstrap-tagsinput input.tt-input {
    padding: 0;
}

.bootstrap-tagsinput .tag {
    margin-right: 2px;
}

.bootstrap-tagsinput .tag [data-role="remove"] {
    margin-left: 8px;
    cursor: pointer;
}

.bootstrap-tagsinput .tag [data-role="remove"]:after {
    padding: 0 2px;
    content: "x";
}

.bootstrap-tagsinput .tag.label {
    display: inline-block;
    margin: 0 0 2px;
}

.btn-select {
    height: 36px;
    padding: 6px 15px;
    font-size: 14px;
    line-height: 1.57142857;
    /*new*/
    background-color: #237bb9;
    color:#fff !important;
    background-image: none;
    border: 1px solid #e4eaec;
    border-radius: 3px;
}


/*new*/

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

.btn-group.open .btn-select,
.btn-select:focus {
    border-color: #62a8ea !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.bootstrap-select {
    width: 220px \0;
    /*IE9 and below*/
}

.bootstrap-select > .dropdown-toggle {
    width: 100%;
    padding-right: 25px;
}

.bootstrap-select .icon {
    width: 1em;
    text-align: center;
}

.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle {
    border-color: #f85974;
}

.bootstrap-select.fit-width {
    width: auto !important;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 220px;
}

.bootstrap-select.form-control {
    padding: 0;
    margin-bottom: 0;
    border: none;
}

.bootstrap-select.form-control:not([class*="col-"]) {
    width: 100%;
}

.bootstrap-select.form-control.input-group-btn {
    z-index: auto;
}

.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="col-"] {
    display: inline-block;
    float: none;
    margin-left: 0;
}

.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
    float: right;
}

.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
    margin-bottom: 0;
}

.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
    padding: 0;
}

.form-inline .bootstrap-select.btn-group .form-control {
    width: 100%;
}

.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group > .disabled {
    cursor: not-allowed;
}

.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group > .disabled:focus {
    outline: none !important;
}

.bootstrap-select.btn-group.bs-container {
    position: absolute;
}

.bootstrap-select.btn-group.bs-container .dropdown-menu {
    z-index: 1450;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    text-align: left;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option > .icon {
    margin-right: .3em;
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -2px;
    vertical-align: middle;
}

.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
    width: 100%;
}

.bootstrap-select.btn-group .dropdown-menu {
    min-width: 100%;
    box-sizing: border-box;
}

.bootstrap-select.btn-group .dropdown-menu.inner {
    position: static;
    float: none;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.bootstrap-select.btn-group .dropdown-menu li {
    position: relative;
}

.bootstrap-select.btn-group .dropdown-menu li.active small {
    color: #fff;
}

.bootstrap-select.btn-group .dropdown-menu li.disabled a {
    cursor: not-allowed;
}

.bootstrap-select.btn-group .dropdown-menu li a {
    cursor: pointer;
    user-select: none;
}

.bootstrap-select.btn-group .dropdown-menu li a > .icon {
    margin-right: .3em;
}

.bootstrap-select.btn-group .dropdown-menu li a.opt {
    position: relative;
    padding-left: 2.25em;
}

.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
    display: none;
}

.bootstrap-select.btn-group .dropdown-menu li a span.text {
    display: inline-block;
}

.bootstrap-select.btn-group .dropdown-menu li small {
    padding-left: .5em;
}

.bootstrap-select.btn-group .dropdown-menu .notify {
    position: absolute;
    bottom: 6px;
    width: 94%;
    min-height: 26px;
    box-sizing: border-box;
    padding: 3px 5px;
    margin: 0 3%;
    color: #76838f;
    pointer-events: none;
    background-color: #f3f7f9;
    border: 1px solid #e4eaec;
    border-radius: 3px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    opacity: .9;
}

.bootstrap-select.btn-group .no-results {
    padding: 5px 10px;
    margin: 0 8px;
    color: #76838f;
    white-space: nowrap;
    background-color: #f3f7f9;
    border-radius: 3px;
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
    position: static;
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
    position: static;
    top: auto;
    margin-top: -1px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
    position: absolute;
    right: 15px;
    display: inline-block;
    margin-top: 5px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
    margin-right: 34px;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
    z-index: 1451;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
    position: absolute;
    bottom: -9px;
    left: 9px;
    display: none;
    content: '';
    border-right: 8px solid transparent;
    border-bottom: 8px solid #e4eaec;
    border-left: 8px solid transparent;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
    position: absolute;
    bottom: -9px;
    left: 10px;
    display: none;
    content: '';
    border-right: 7px solid transparent;
    border-bottom: 7px solid white;
    border-left: 7px solid transparent;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
    top: -8px;
    bottom: auto;
    border-top: 8px solid #e4eaec;
    border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
    top: -8px;
    bottom: auto;
    border-top: 7px solid white;
    border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
    right: 12px;
    left: auto;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
    right: 13px;
    left: auto;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
    display: block;
}

.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
    padding: 4px 8px;
}

.bs-actionsbox {
    width: 100%;
    box-sizing: border-box;
}

.bs-actionsbox .btn-group button {
    width: 50%;
}

.bs-donebutton {
    float: left;
    width: 100%;
    box-sizing: border-box;
}

.bs-donebutton .btn-group button {
    width: 100%;
}

.bs-searchbox + .bs-actionsbox {
    padding: 0 8px 4px;
}

.bs-searchbox input.form-control {
    float: none;
    width: 100%;
    margin-bottom: 0;
}

select.bs-select-hidden,
select.selectpicker {
    display: none !important;
}

select.mobile-device {
    position: absolute !important;
    top: 0;
    left: 0;
    display: block !important;
    width: 100%;
    height: 100% !important;
    opacity: 0;
}

select.bs-select-hidden {
    display: none !important;
}



.rangeUi {
    position: relative;
    cursor: pointer;
}

.rangeUi-bar {
    height: 4px;
    background-color: #f3f7f9;
}

.rangeUi-pointer {
    position: absolute;
    top: -(10px - 4px)/2;
    left: 60%;
    z-index: 2;
    width: 10px;
    height: 10px;
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #e4eaec;
    border-radius: 50%;
    transform: translate(-50%, 0%);
}

.rangeUi-pointer:focus {
    outline: 0;
    outline: none;
}

.rangeUi-tip {
    position: absolute;
    top: -30px;
    left: 50%;
    display: block;
    padding: 2px 4px 1px;
    margin: 0 auto;
    font-size: 11px;
    line-height: 1.5em;
    color: #fff;
    text-align: center;
    background-color: #526069;
    border: 1px solid #526069;
    border-radius: 2px;
    transform: translate(-50%, 0);
}

.rangeUi-tip:before {
    position: absolute;
    bottom: -3px;
    left: 50%;
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-left: -3px;
    content: '';
    background-color: #526069;
    transform: rotate(-45deg);
}

.rangeUi-selected {
    position: absolute;
    top: 0;
    width: 60%;
    height: 4px;
    overflow: hidden;
    background-color: #62a8ea;
}

.rangeUi-scale {
    height: 30px;
}

.rangeUi-scale-lines,
.rangeUi-scale-values {
    position: relative;
    padding: 0;
    margin: 0;
    vertical-align: middle;
    list-style: none;
}

.rangeUi-scale-lines li,
.rangeUi-scale-values li {
    position: absolute;
    top: 0;
    float: left;
}

.rangeUi-scale-lines {
    top: 6px;
}

.rangeUi-scale-lines li {
    position: absolute;
    top: 0;
    width: 1px;
    height: 4px;
    background-color: #e4eaec;
}

.rangeUi-scale-inlineGrid {
    height: 10px !important;
}

.rangeUi-scale-values {
    top: 13px;
    margin-left: 1px;
}

.rangeUi-scale-values span {
    margin-left: -50%;
    font-size: 14px;
    color: #76838f;
}

.spinnerUi {
    position: relative;
    display: inline-block;
    height: 40px;
    outline: none;
    uesr-select: none;
}

.spinnerUi > * {
    vertical-align: middle;
}

.spinnerUi-control {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 100%;
}

.spinnerUi-control:after {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 2px;
    margin-top: -1px;
    content: '';
    background-color: rgba(0, 0, 0, 0);
}

.spinnerUi > input[type="text"] {
    display: inline-block;
    width: 170px;
    height: 100%;
    margin: 0;
    border: 1px solid #e4eaec;
    border-radius: 3px 0 0 3px;
    box-shadow: none;
}

.spinnerUi > input[type="text"]:hover {
    border-color: #e4eaec;
}

.spinnerUi > input[type="text"]:focus {
    border-color: #62a8ea;
    box-shadow: none;
}

.spinnerUi-down,
.spinnerUi-up {
    position: relative;
    display: block;
    height: 50%;
    font-family: "Web Icons";
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    color: #a3afb7;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.spinnerUi-up {
    background-color: #f3f7f9;
    border-top: 1px solid #e4eaec;
    border-right: 1px solid #e4eaec;
    border-radius: 0 3px 0 0;
}

.spinnerUi-up:before {
    content: "\f190";
}

.spinnerUi-down {
    background-color: #f3f7f9;
    border-right: 1px solid #e4eaec;
    border-bottom: 1px solid #e4eaec;
    border-radius: 0 0 3px 0;
}

.spinnerUi-down:before {
    content: "\f18f";
}

.spinnerUi:hover input {
    color: #76838f;
}

.spinnerUi:hover .spinnerUi-down,
.spinnerUi:hover .spinnerUi-up {
    background-color: #e4eaec;
}

.spinnerUi_focus > input[type="text"] {
    color: #76838f !important;
    border-color: #62a8ea !important;
}

.spinnerUi_focus .spinnerUi-down,
.spinnerUi_focus .spinnerUi-up {
    color: #fff;
    background-color: #62a8ea !important;
    border-color: #62a8ea !important;
}

.spinnerUi-down:active,
.spinnerUi-up:active {
    background-color: #4e97d9 !important;
}

.spinnerUi_disabled input,
.spinnerUi_disabled:hover input {
    color: #76838f;
    background-color: #f3f7f9;
}

.spinnerUi_disabled input:hover,
.spinnerUi_disabled:hover input:hover,
.spinnerUi_disabled input:focus,
.spinnerUi_disabled:hover input:focus {
    border-color: #e4eaec;
}

.spinnerUi_disabled .spinnerUi-down,
.spinnerUi_disabled:hover .spinnerUi-down,
.spinnerUi_disabled .spinnerUi-up,
.spinnerUi_disabled:hover .spinnerUi-up {
    background-color: #e1e6e8 !important;
}


.survey-answer-color-box {
    width: 20px;
    height: 20px;
    border-radius: 4px;
    display: inline-block;
    float: left;
    margin-right: 5px;
}

.color-box {
    width: 20px;
    height: 20px;
    border-radius: 4px;
}

.btn.btn-direction {
    width: 174px;
}

.btn-pill-left,
.btn-pill-right {
    width: 120px;
}

.text-active,
.active > .text,
.active > .auto .text {
    display: none !important;
}

.active > .text-active,
.active > .auto .text-active {
    display: inline-block !important;
}

.active .icon {
    line-height: 1;
}

@media screen and (max-width: 768px) {
    .btn-group-justified .btn {
        min-height: 50px;
    }
}

.bootstrap-select {
    width: 100% !important;
}

.datepair-wrap {
    position: relative;
    overflow: hidden;
}

.input-daterange-wrap {
    float: left;
}

.input-daterange-to {
    float: left;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

@media (max-width: 1360px) {
    .input-daterange-wrap,
    .input-daterange-to {
        display: block;
        float: none;
    }
}

.bootstrap-touchspin .input-group-btn-vertical {
    position: relative;
    display: table-cell;
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.bootstrap-touchspin .input-group-btn-vertical > .btn {
    position: relative;
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
    padding: 9px 16px 8px;
    margin-left: -1px;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
    border-bottom: none;
    border-radius: 0;
    border-top-right-radius: 3px;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
    padding: 8px 16px;
    border-radius: 0;
    border-bottom-right-radius: 3px;
}

.bootstrap-touchspin .input-group-btn-vertical i {
    position: absolute;
    top: 1px;
    right: 0;
    bottom: 0;
    left: 0;
    font-size: 10px;
    font-weight: 300;
}

.bootstrap-touchspin .input-group-btn .btn {
    padding: 6px 16px;
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

.bootstrap-touchspin-postfix.input-group-addon {
    border-left: none;
    broder-left: 0;
}

.bootstrap-touchspin-prefix.input-group-addon {
    border-right: none;
    broder-right: 0;
}

.bootstrap-touchspin input[name="touchSpinVertical"] {
    border-radius: 3px 0 0 3px !important;
}

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

.bootstrap-touchspin .input-group-addon:not(:first-child):not(:last-child),
.bootstrap-touchspin .input-group-btn:not(:first-child):not(:last-child) {
    border-right: none;
    border-left: none;
}

.bootstrap-touchspin .input-group-addon:not(:first-child):not(:last-child) > .btn,
.bootstrap-touchspin .input-group-btn:not(:first-child):not(:last-child) > .btn {
    border-right: none;
    border-left: none;
}


/* Prevent text and blocks selection */

input.labelauty + label::selection {
    background-color: rgba(255, 255, 255, 0);
}

input.labelauty + label::-moz-selection {
    background-color: rgba(255, 255, 255, 0);
}


/* Hide original checkboxes. They are ugly! */

input.labelauty {
    display: none !important;
}


/*
 * Let's style the input
 * Feel free to work with it as you wish!
 */

input.labelauty + label {
    display: table;
    padding: 10px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1;
    color: #76838f;
    cursor: pointer;
    user-select: none;
    background-color: #f3f7f9;
    border-radius: 3px;
    -webkit-transition: background-color .25s;
    -moz-transition: background-color .25s;
    -o-transition: background-color .25s;
    transition: background-color .25s;
}


/* Stylish text inside label */

input.labelauty + label > span.labelauty-unchecked,
input.labelauty + label > span.labelauty-checked {
    display: inline-block;
    line-height: 16px;
    vertical-align: bottom;
}


/* Stylish icons inside label */

input.labelauty + label > span.labelauty-unchecked-image,
input.labelauty + label > span.labelauty-checked-image {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: bottom;
    background-repeat: no-repeat;
    background-position: left center;
    -webkit-transition: background-image .5s linear;
    -moz-transition: background-image .5s linear;
    -o-transition: background-image .5s linear;
    transition: background-image .5s linear;
}


/* When there's a label, add a little margin to the left */

input.labelauty + label > span.labelauty-unchecked-image + span.labelauty-unchecked,
input.labelauty + label > span.labelauty-checked-image + span.labelauty-checked {
    margin-left: 7px;
}


/* When not Checked */

input.labelauty:not(:checked):not([disabled]) + label:hover {
    color: #76838f;
    background-color: #e4eaec;
}

input.labelauty:not(:checked) + label > span.labelauty-checked-image {
    display: none;
}

input.labelauty:not(:checked) + label > span.labelauty-checked {
    display: none;
}


/* When Checked */

input.labelauty:checked + label {
    color: #fff;
    background-color: #62a8ea;
}

input.labelauty:checked:not([disabled]) + label:hover {
    background-color: #89bceb;
}

input.labelauty:checked + label > span.labelauty-unchecked-image {
    display: none;
}

input.labelauty:checked + label > span.labelauty-unchecked {
    display: none;
}

input.labelauty:checked + label > span.labelauty-checked {
    display: inline-block;
}

input.labelauty.no-label:checked + label > span.labelauty-checked {
    display: block;
}


/* When Disabled */

input.labelauty[disabled] + label {
    opacity: .7;
}


/* Add a background to (un)checked images */

input.labelauty + label > span.labelauty-unchecked-image {
    background-image: url("images/input-unchecked.png");
}

input.labelauty + label > span.labelauty-checked-image {
    background-image: url("images/input-checked.png");
}

input.to-labelauty + label {
    min-width: 160px;
}

input.to-labelauty-icon + label {
    display: inline-block;
    padding: 8px 8px;
}

input.to-labelauty-icon + label + span {
    margin-left: 7px;
}

.datepicker {
    padding: 4px;
    border-radius: 3px;
    direction: ltr;
}

.datepicker-inline {
    display: block !important;
    width: 220px;
}

.datepicker.datepicker-rtl {
    direction: rtl;
}

.datepicker.datepicker-rtl table tr td span {
    float: right;
}

.datepicker-dropdown {
    top: 0;
    left: 0;
}

.datepicker-dropdown:before {
    position: absolute;
    display: inline-block;
    content: '';
    border-top: 0;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #e4eaec;
    border-bottom-color: rgba(0, 0, 0, .2);
    border-left: 7px solid transparent;
}

.datepicker-dropdown:after {
    position: absolute;
    display: inline-block;
    content: '';
    border-top: 0;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
}

.datepicker-dropdown.datepicker-orient-left:before {
    left: 6px;
}

.datepicker-dropdown.datepicker-orient-left:after {
    left: 7px;
}

.datepicker-dropdown.datepicker-orient-right:before {
    right: 6px;
}

.datepicker-dropdown.datepicker-orient-right:after {
    right: 7px;
}

.datepicker-dropdown.datepicker-orient-top:before {
    top: -7px;
}

.datepicker-dropdown.datepicker-orient-top:after {
    top: -6px;
}

.datepicker-dropdown.datepicker-orient-bottom:before {
    bottom: -7px;
    border-top: 7px solid #e4eaec;
    border-bottom: 0;
}

.datepicker-dropdown.datepicker-orient-bottom:after {
    bottom: -6px;
    border-top: 6px solid #fff;
    border-bottom: 0;
}

.datepicker > div {
    display: none;
}

.datepicker.days .datepicker-days,
.datepicker.months .datepicker-months,
.datepicker.years .datepicker-years {
    display: block;
}

.datepicker table {
    margin: 0;
    user-select: none;
    -webkit-touch-callout: none;
}

.datepicker table tr td,
.datepicker table tr th {
    width: 30px;
    height: 30px;
    text-align: center;
    border: none;
    border-radius: 3px;
}

.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
    background-color: transparent;
}

.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
    cursor: pointer;
    background: #e4eaec;
}

.datepicker table tr td.old,
.datepicker table tr td.new {
    color: #a3afb7;
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
    color: #a3afb7;
    cursor: default;
    background: none;
}

.datepicker table tr td.highlighted {
    background: #57c7d4;
    border-radius: 0;
}

.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
    color: #000;
    background-color: #ffdb99;
    border-color: #ffb733;
}

.datepicker table tr td.today:focus,
.datepicker table tr td.today:hover:focus,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today.disabled:hover:focus,
.datepicker table tr td.today.focus,
.datepicker table tr td.today:hover.focus,
.datepicker table tr td.today.disabled.focus,
.datepicker table tr td.today.disabled:hover.focus {
    color: #000;
    background-color: #ffc966;
    border-color: #b37400;
}

.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover {
    color: #000;
    background-color: #ffc966;
    border-color: #f59e00;
}

.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.open > .dropdown-toggle.datepicker table tr td.today,
.open > .dropdown-toggle.datepicker table tr td.today:hover,
.open > .dropdown-toggle.datepicker table tr td.today.disabled,
.open > .dropdown-toggle.datepicker table tr td.today.disabled:hover {
    color: #000;
    background-color: #ffc966;
    border-color: #f59e00;
}

.datepicker table tr td.today:active:hover,
.datepicker table tr td.today:hover:active:hover,
.datepicker table tr td.today.disabled:active:hover,
.datepicker table tr td.today.disabled:hover:active:hover,
.datepicker table tr td.today.active:hover,
.datepicker table tr td.today:hover.active:hover,
.datepicker table tr td.today.disabled.active:hover,
.datepicker table tr td.today.disabled:hover.active:hover,
.open > .dropdown-toggle.datepicker table tr td.today:hover,
.open > .dropdown-toggle.datepicker table tr td.today:hover:hover,
.open > .dropdown-toggle.datepicker table tr td.today.disabled:hover,
.open > .dropdown-toggle.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active:focus,
.datepicker table tr td.today:hover:active:focus,
.datepicker table tr td.today.disabled:active:focus,
.datepicker table tr td.today.disabled:hover:active:focus,
.datepicker table tr td.today.active:focus,
.datepicker table tr td.today:hover.active:focus,
.datepicker table tr td.today.disabled.active:focus,
.datepicker table tr td.today.disabled:hover.active:focus,
.open > .dropdown-toggle.datepicker table tr td.today:focus,
.open > .dropdown-toggle.datepicker table tr td.today:hover:focus,
.open > .dropdown-toggle.datepicker table tr td.today.disabled:focus,
.open > .dropdown-toggle.datepicker table tr td.today.disabled:hover:focus,
.datepicker table tr td.today:active.focus,
.datepicker table tr td.today:hover:active.focus,
.datepicker table tr td.today.disabled:active.focus,
.datepicker table tr td.today.disabled:hover:active.focus,
.datepicker table tr td.today.active.focus,
.datepicker table tr td.today:hover.active.focus,
.datepicker table tr td.today.disabled.active.focus,
.datepicker table tr td.today.disabled:hover.active.focus,
.open > .dropdown-toggle.datepicker table tr td.today.focus,
.open > .dropdown-toggle.datepicker table tr td.today:hover.focus,
.open > .dropdown-toggle.datepicker table tr td.today.disabled.focus,
.open > .dropdown-toggle.datepicker table tr td.today.disabled:hover.focus {
    color: #000;
    background-color: #ffbc42;
    border-color: #b37400;
}

.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.open > .dropdown-toggle.datepicker table tr td.today,
.open > .dropdown-toggle.datepicker table tr td.today:hover,
.open > .dropdown-toggle.datepicker table tr td.today.disabled,
.open > .dropdown-toggle.datepicker table tr td.today.disabled:hover {
    background-image: none;
}

.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today:hover.disabled:hover,
.datepicker table tr td.today.disabled.disabled:hover,
.datepicker table tr td.today.disabled:hover.disabled:hover,
.datepicker table tr td.today[disabled]:hover,
.datepicker table tr td.today:hover[disabled]:hover,
.datepicker table tr td.today.disabled[disabled]:hover,
.datepicker table tr td.today.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.today:hover,
fieldset[disabled] .datepicker table tr td.today:hover:hover,
fieldset[disabled] .datepicker table tr td.today.disabled:hover,
fieldset[disabled] .datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today:hover.disabled:focus,
.datepicker table tr td.today.disabled.disabled:focus,
.datepicker table tr td.today.disabled:hover.disabled:focus,
.datepicker table tr td.today[disabled]:focus,
.datepicker table tr td.today:hover[disabled]:focus,
.datepicker table tr td.today.disabled[disabled]:focus,
.datepicker table tr td.today.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.today:focus,
fieldset[disabled] .datepicker table tr td.today:hover:focus,
fieldset[disabled] .datepicker table tr td.today.disabled:focus,
fieldset[disabled] .datepicker table tr td.today.disabled:hover:focus,
.datepicker table tr td.today.disabled.focus,
.datepicker table tr td.today:hover.disabled.focus,
.datepicker table tr td.today.disabled.disabled.focus,
.datepicker table tr td.today.disabled:hover.disabled.focus,
.datepicker table tr td.today[disabled].focus,
.datepicker table tr td.today:hover[disabled].focus,
.datepicker table tr td.today.disabled[disabled].focus,
.datepicker table tr td.today.disabled:hover[disabled].focus,
fieldset[disabled] .datepicker table tr td.today.focus,
fieldset[disabled] .datepicker table tr td.today:hover.focus,
fieldset[disabled] .datepicker table tr td.today.disabled.focus,
fieldset[disabled] .datepicker table tr td.today.disabled:hover.focus {
    background-color: #ffdb99;
    border-color: #ffb733;
}

.datepicker table tr td.today .badge,
.datepicker table tr td.today:hover .badge,
.datepicker table tr td.today.disabled .badge,
.datepicker table tr td.today.disabled:hover .badge {
    color: #ffdb99;
    background-color: #000;
}

.datepicker table tr td.today:hover:hover {
    color: #000;
}

.datepicker table tr td.today.active:hover {
    color: #fff;
}

.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
    background: #e4eaec;
    border-radius: 0;
}

.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
    color: #000;
    background-color: #f2c876;
    border-color: #e8a219;
    border-radius: 0;
}

.datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today:hover:focus,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today.disabled:hover:focus,
.datepicker table tr td.range.today.focus,
.datepicker table tr td.range.today:hover.focus,
.datepicker table tr td.range.today.disabled.focus,
.datepicker table tr td.range.today.disabled:hover.focus {
    color: #000;
    background-color: #edb548;
    border-color: #76520c;
}

.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover {
    color: #000;
    background-color: #edb548;
    border-color: #b37c12;
}

.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.open > .dropdown-toggle.datepicker table tr td.range.today,
.open > .dropdown-toggle.datepicker table tr td.range.today:hover,
.open > .dropdown-toggle.datepicker table tr td.range.today.disabled,
.open > .dropdown-toggle.datepicker table tr td.range.today.disabled:hover {
    color: #000;
    background-color: #edb548;
    border-color: #b37c12;
}

.datepicker table tr td.range.today:active:hover,
.datepicker table tr td.range.today:hover:active:hover,
.datepicker table tr td.range.today.disabled:active:hover,
.datepicker table tr td.range.today.disabled:hover:active:hover,
.datepicker table tr td.range.today.active:hover,
.datepicker table tr td.range.today:hover.active:hover,
.datepicker table tr td.range.today.disabled.active:hover,
.datepicker table tr td.range.today.disabled:hover.active:hover,
.open > .dropdown-toggle.datepicker table tr td.range.today:hover,
.open > .dropdown-toggle.datepicker table tr td.range.today:hover:hover,
.open > .dropdown-toggle.datepicker table tr td.range.today.disabled:hover,
.open > .dropdown-toggle.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:active:focus,
.datepicker table tr td.range.today:hover:active:focus,
.datepicker table tr td.range.today.disabled:active:focus,
.datepicker table tr td.range.today.disabled:hover:active:focus,
.datepicker table tr td.range.today.active:focus,
.datepicker table tr td.range.today:hover.active:focus,
.datepicker table tr td.range.today.disabled.active:focus,
.datepicker table tr td.range.today.disabled:hover.active:focus,
.open > .dropdown-toggle.datepicker table tr td.range.today:focus,
.open > .dropdown-toggle.datepicker table tr td.range.today:hover:focus,
.open > .dropdown-toggle.datepicker table tr td.range.today.disabled:focus,
.open > .dropdown-toggle.datepicker table tr td.range.today.disabled:hover:focus,
.datepicker table tr td.range.today:active.focus,
.datepicker table tr td.range.today:hover:active.focus,
.datepicker table tr td.range.today.disabled:active.focus,
.datepicker table tr td.range.today.disabled:hover:active.focus,
.datepicker table tr td.range.today.active.focus,
.datepicker table tr td.range.today:hover.active.focus,
.datepicker table tr td.range.today.disabled.active.focus,
.datepicker table tr td.range.today.disabled:hover.active.focus,
.open > .dropdown-toggle.datepicker table tr td.range.today.focus,
.open > .dropdown-toggle.datepicker table tr td.range.today:hover.focus,
.open > .dropdown-toggle.datepicker table tr td.range.today.disabled.focus,
.open > .dropdown-toggle.datepicker table tr td.range.today.disabled:hover.focus {
    color: #000;
    background-color: #eaa827;
    border-color: #76520c;
}

.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.open > .dropdown-toggle.datepicker table tr td.range.today,
.open > .dropdown-toggle.datepicker table tr td.range.today:hover,
.open > .dropdown-toggle.datepicker table tr td.range.today.disabled,
.open > .dropdown-toggle.datepicker table tr td.range.today.disabled:hover {
    background-image: none;
}

.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today:hover.disabled:hover,
.datepicker table tr td.range.today.disabled.disabled:hover,
.datepicker table tr td.range.today.disabled:hover.disabled:hover,
.datepicker table tr td.range.today[disabled]:hover,
.datepicker table tr td.range.today:hover[disabled]:hover,
.datepicker table tr td.range.today.disabled[disabled]:hover,
.datepicker table tr td.range.today.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover:hover,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today:hover.disabled:focus,
.datepicker table tr td.range.today.disabled.disabled:focus,
.datepicker table tr td.range.today.disabled:hover.disabled:focus,
.datepicker table tr td.range.today[disabled]:focus,
.datepicker table tr td.range.today:hover[disabled]:focus,
.datepicker table tr td.range.today.disabled[disabled]:focus,
.datepicker table tr td.range.today.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.today:focus,
fieldset[disabled] .datepicker table tr td.range.today:hover:focus,
fieldset[disabled] .datepicker table tr td.range.today.disabled:focus,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:focus,
.datepicker table tr td.range.today.disabled.focus,
.datepicker table tr td.range.today:hover.disabled.focus,
.datepicker table tr td.range.today.disabled.disabled.focus,
.datepicker table tr td.range.today.disabled:hover.disabled.focus,
.datepicker table tr td.range.today[disabled].focus,
.datepicker table tr td.range.today:hover[disabled].focus,
.datepicker table tr td.range.today.disabled[disabled].focus,
.datepicker table tr td.range.today.disabled:hover[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.today.focus,
fieldset[disabled] .datepicker table tr td.range.today:hover.focus,
fieldset[disabled] .datepicker table tr td.range.today.disabled.focus,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover.focus {
    background-color: #f2c876;
    border-color: #e8a219;
}

.datepicker table tr td.range.today .badge,
.datepicker table tr td.range.today:hover .badge,
.datepicker table tr td.range.today.disabled .badge,
.datepicker table tr td.range.today.disabled:hover .badge {
    color: #f2c876;
    background-color: #000;
}

.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
    color: #fff;
    background-color: #ccd5db;
    border-color: #a3afb7;
}

.datepicker table tr td.selected:focus,
.datepicker table tr td.selected:hover:focus,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected.disabled:hover:focus,
.datepicker table tr td.selected.focus,
.datepicker table tr td.selected:hover.focus,
.datepicker table tr td.selected.disabled.focus,
.datepicker table tr td.selected.disabled:hover.focus {
    color: #fff;
    background-color: #aebcc6;
    border-color: #60707b;
}

.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover {
    color: #fff;
    background-color: #aebcc6;
    border-color: #81919c;
}

.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.open > .dropdown-toggle.datepicker table tr td.selected,
.open > .dropdown-toggle.datepicker table tr td.selected:hover,
.open > .dropdown-toggle.datepicker table tr td.selected.disabled,
.open > .dropdown-toggle.datepicker table tr td.selected.disabled:hover {
    color: #fff;
    background-color: #aebcc6;
    border-color: #81919c;
}

.datepicker table tr td.selected:active:hover,
.datepicker table tr td.selected:hover:active:hover,
.datepicker table tr td.selected.disabled:active:hover,
.datepicker table tr td.selected.disabled:hover:active:hover,
.datepicker table tr td.selected.active:hover,
.datepicker table tr td.selected:hover.active:hover,
.datepicker table tr td.selected.disabled.active:hover,
.datepicker table tr td.selected.disabled:hover.active:hover,
.open > .dropdown-toggle.datepicker table tr td.selected:hover,
.open > .dropdown-toggle.datepicker table tr td.selected:hover:hover,
.open > .dropdown-toggle.datepicker table tr td.selected.disabled:hover,
.open > .dropdown-toggle.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:active:focus,
.datepicker table tr td.selected:hover:active:focus,
.datepicker table tr td.selected.disabled:active:focus,
.datepicker table tr td.selected.disabled:hover:active:focus,
.datepicker table tr td.selected.active:focus,
.datepicker table tr td.selected:hover.active:focus,
.datepicker table tr td.selected.disabled.active:focus,
.datepicker table tr td.selected.disabled:hover.active:focus,
.open > .dropdown-toggle.datepicker table tr td.selected:focus,
.open > .dropdown-toggle.datepicker table tr td.selected:hover:focus,
.open > .dropdown-toggle.datepicker table tr td.selected.disabled:focus,
.open > .dropdown-toggle.datepicker table tr td.selected.disabled:hover:focus,
.datepicker table tr td.selected:active.focus,
.datepicker table tr td.selected:hover:active.focus,
.datepicker table tr td.selected.disabled:active.focus,
.datepicker table tr td.selected.disabled:hover:active.focus,
.datepicker table tr td.selected.active.focus,
.datepicker table tr td.selected:hover.active.focus,
.datepicker table tr td.selected.disabled.active.focus,
.datepicker table tr td.selected.disabled:hover.active.focus,
.open > .dropdown-toggle.datepicker table tr td.selected.focus,
.open > .dropdown-toggle.datepicker table tr td.selected:hover.focus,
.open > .dropdown-toggle.datepicker table tr td.selected.disabled.focus,
.open > .dropdown-toggle.datepicker table tr td.selected.disabled:hover.focus {
    color: #fff;
    background-color: #99abb7;
    border-color: #60707b;
}

.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.open > .dropdown-toggle.datepicker table tr td.selected,
.open > .dropdown-toggle.datepicker table tr td.selected:hover,
.open > .dropdown-toggle.datepicker table tr td.selected.disabled,
.open > .dropdown-toggle.datepicker table tr td.selected.disabled:hover {
    background-image: none;
}

.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected:hover.disabled:hover,
.datepicker table tr td.selected.disabled.disabled:hover,
.datepicker table tr td.selected.disabled:hover.disabled:hover,
.datepicker table tr td.selected[disabled]:hover,
.datepicker table tr td.selected:hover[disabled]:hover,
.datepicker table tr td.selected.disabled[disabled]:hover,
.datepicker table tr td.selected.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected:hover:hover,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected:hover.disabled:focus,
.datepicker table tr td.selected.disabled.disabled:focus,
.datepicker table tr td.selected.disabled:hover.disabled:focus,
.datepicker table tr td.selected[disabled]:focus,
.datepicker table tr td.selected:hover[disabled]:focus,
.datepicker table tr td.selected.disabled[disabled]:focus,
.datepicker table tr td.selected.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.selected:focus,
fieldset[disabled] .datepicker table tr td.selected:hover:focus,
fieldset[disabled] .datepicker table tr td.selected.disabled:focus,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover:focus,
.datepicker table tr td.selected.disabled.focus,
.datepicker table tr td.selected:hover.disabled.focus,
.datepicker table tr td.selected.disabled.disabled.focus,
.datepicker table tr td.selected.disabled:hover.disabled.focus,
.datepicker table tr td.selected[disabled].focus,
.datepicker table tr td.selected:hover[disabled].focus,
.datepicker table tr td.selected.disabled[disabled].focus,
.datepicker table tr td.selected.disabled:hover[disabled].focus,
fieldset[disabled] .datepicker table tr td.selected.focus,
fieldset[disabled] .datepicker table tr td.selected:hover.focus,
fieldset[disabled] .datepicker table tr td.selected.disabled.focus,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover.focus {
    background-color: #ccd5db;
    border-color: #a3afb7;
}

.datepicker table tr td.selected .badge,
.datepicker table tr td.selected:hover .badge,
.datepicker table tr td.selected.disabled .badge,
.datepicker table tr td.selected.disabled:hover .badge {
    color: #ccd5db;
    background-color: #fff;
}

.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
    color: #fff;
    background-color: #62a8ea;
    border-color: #62a8ea;
}

.datepicker table tr td.active:focus,
.datepicker table tr td.active:hover:focus,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.disabled:hover:focus,
.datepicker table tr td.active.focus,
.datepicker table tr td.active:hover.focus,
.datepicker table tr td.active.disabled.focus,
.datepicker table tr td.active.disabled:hover.focus {
    color: #fff;
    background-color: #358fe4;
    border-color: #1869b4;
}

.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover {
    color: #fff;
    background-color: #358fe4;
    border-color: #2c8ae3;
}

.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.open > .dropdown-toggle.datepicker table tr td.active,
.open > .dropdown-toggle.datepicker table tr td.active:hover,
.open > .dropdown-toggle.datepicker table tr td.active.disabled,
.open > .dropdown-toggle.datepicker table tr td.active.disabled:hover {
    color: #fff;
    background-color: #358fe4;
    border-color: #2c8ae3;
}

.datepicker table tr td.active:active:hover,
.datepicker table tr td.active:hover:active:hover,
.datepicker table tr td.active.disabled:active:hover,
.datepicker table tr td.active.disabled:hover:active:hover,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active:hover.active:hover,
.datepicker table tr td.active.disabled.active:hover,
.datepicker table tr td.active.disabled:hover.active:hover,
.open > .dropdown-toggle.datepicker table tr td.active:hover,
.open > .dropdown-toggle.datepicker table tr td.active:hover:hover,
.open > .dropdown-toggle.datepicker table tr td.active.disabled:hover,
.open > .dropdown-toggle.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active:focus,
.datepicker table tr td.active:hover:active:focus,
.datepicker table tr td.active.disabled:active:focus,
.datepicker table tr td.active.disabled:hover:active:focus,
.datepicker table tr td.active.active:focus,
.datepicker table tr td.active:hover.active:focus,
.datepicker table tr td.active.disabled.active:focus,
.datepicker table tr td.active.disabled:hover.active:focus,
.open > .dropdown-toggle.datepicker table tr td.active:focus,
.open > .dropdown-toggle.datepicker table tr td.active:hover:focus,
.open > .dropdown-toggle.datepicker table tr td.active.disabled:focus,
.open > .dropdown-toggle.datepicker table tr td.active.disabled:hover:focus,
.datepicker table tr td.active:active.focus,
.datepicker table tr td.active:hover:active.focus,
.datepicker table tr td.active.disabled:active.focus,
.datepicker table tr td.active.disabled:hover:active.focus,
.datepicker table tr td.active.active.focus,
.datepicker table tr td.active:hover.active.focus,
.datepicker table tr td.active.disabled.active.focus,
.datepicker table tr td.active.disabled:hover.active.focus,
.open > .dropdown-toggle.datepicker table tr td.active.focus,
.open > .dropdown-toggle.datepicker table tr td.active:hover.focus,
.open > .dropdown-toggle.datepicker table tr td.active.disabled.focus,
.open > .dropdown-toggle.datepicker table tr td.active.disabled:hover.focus {
    color: #fff;
    background-color: #1d7dd8;
    border-color: #1869b4;
}

.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.open > .dropdown-toggle.datepicker table tr td.active,
.open > .dropdown-toggle.datepicker table tr td.active:hover,
.open > .dropdown-toggle.datepicker table tr td.active.disabled,
.open > .dropdown-toggle.datepicker table tr td.active.disabled:hover {
    background-image: none;
}

.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active:hover.disabled:hover,
.datepicker table tr td.active.disabled.disabled:hover,
.datepicker table tr td.active.disabled:hover.disabled:hover,
.datepicker table tr td.active[disabled]:hover,
.datepicker table tr td.active:hover[disabled]:hover,
.datepicker table tr td.active.disabled[disabled]:hover,
.datepicker table tr td.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active:hover:hover,
fieldset[disabled] .datepicker table tr td.active.disabled:hover,
fieldset[disabled] .datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active:hover.disabled:focus,
.datepicker table tr td.active.disabled.disabled:focus,
.datepicker table tr td.active.disabled:hover.disabled:focus,
.datepicker table tr td.active[disabled]:focus,
.datepicker table tr td.active:hover[disabled]:focus,
.datepicker table tr td.active.disabled[disabled]:focus,
.datepicker table tr td.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.active:focus,
fieldset[disabled] .datepicker table tr td.active:hover:focus,
fieldset[disabled] .datepicker table tr td.active.disabled:focus,
fieldset[disabled] .datepicker table tr td.active.disabled:hover:focus,
.datepicker table tr td.active.disabled.focus,
.datepicker table tr td.active:hover.disabled.focus,
.datepicker table tr td.active.disabled.disabled.focus,
.datepicker table tr td.active.disabled:hover.disabled.focus,
.datepicker table tr td.active[disabled].focus,
.datepicker table tr td.active:hover[disabled].focus,
.datepicker table tr td.active.disabled[disabled].focus,
.datepicker table tr td.active.disabled:hover[disabled].focus,
fieldset[disabled] .datepicker table tr td.active.focus,
fieldset[disabled] .datepicker table tr td.active:hover.focus,
fieldset[disabled] .datepicker table tr td.active.disabled.focus,
fieldset[disabled] .datepicker table tr td.active.disabled:hover.focus {
    background-color: #62a8ea;
    border-color: #62a8ea;
}

.datepicker table tr td.active .badge,
.datepicker table tr td.active:hover .badge,
.datepicker table tr td.active.disabled .badge,
.datepicker table tr td.active.disabled:hover .badge {
    color: #62a8ea;
    background-color: #fff;
}

.datepicker table tr td span {
    display: block;
    float: left;
    width: 23%;
    height: 54px;
    margin: 1%;
    line-height: 54px;
    cursor: pointer;
    border-radius: 3px;
}

.datepicker table tr td span:hover {
    background: #e4eaec;
}

.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
    color: #a3afb7;
    cursor: default;
    background: none;
}

.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
    color: #fff;
    background-color: #62a8ea;
    border-color: #62a8ea;
}

.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover:focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.focus,
.datepicker table tr td span.active:hover.focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active.disabled:hover.focus {
    color: #fff;
    background-color: #358fe4;
    border-color: #1869b4;
}

.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover {
    color: #fff;
    background-color: #358fe4;
    border-color: #2c8ae3;
}

.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.open > .dropdown-toggle.datepicker table tr td span.active,
.open > .dropdown-toggle.datepicker table tr td span.active:hover,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
    color: #fff;
    background-color: #358fe4;
    border-color: #2c8ae3;
}

.datepicker table tr td span.active:active:hover,
.datepicker table tr td span.active:hover:active:hover,
.datepicker table tr td span.active.disabled:active:hover,
.datepicker table tr td span.active.disabled:hover:active:hover,
.datepicker table tr td span.active.active:hover,
.datepicker table tr td span.active:hover.active:hover,
.datepicker table tr td span.active.disabled.active:hover,
.datepicker table tr td span.active.disabled:hover.active:hover,
.open > .dropdown-toggle.datepicker table tr td span.active:hover,
.open > .dropdown-toggle.datepicker table tr td span.active:hover:hover,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active:focus,
.datepicker table tr td span.active:hover:active:focus,
.datepicker table tr td span.active.disabled:active:focus,
.datepicker table tr td span.active.disabled:hover:active:focus,
.datepicker table tr td span.active.active:focus,
.datepicker table tr td span.active:hover.active:focus,
.datepicker table tr td span.active.disabled.active:focus,
.datepicker table tr td span.active.disabled:hover.active:focus,
.open > .dropdown-toggle.datepicker table tr td span.active:focus,
.open > .dropdown-toggle.datepicker table tr td span.active:hover:focus,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:focus,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active:active.focus,
.datepicker table tr td span.active:hover:active.focus,
.datepicker table tr td span.active.disabled:active.focus,
.datepicker table tr td span.active.disabled:hover:active.focus,
.datepicker table tr td span.active.active.focus,
.datepicker table tr td span.active:hover.active.focus,
.datepicker table tr td span.active.disabled.active.focus,
.datepicker table tr td span.active.disabled:hover.active.focus,
.open > .dropdown-toggle.datepicker table tr td span.active.focus,
.open > .dropdown-toggle.datepicker table tr td span.active:hover.focus,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled.focus,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover.focus {
    color: #fff;
    background-color: #1d7dd8;
    border-color: #1869b4;
}

.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.open > .dropdown-toggle.datepicker table tr td span.active,
.open > .dropdown-toggle.datepicker table tr td span.active:hover,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
    background-image: none;
}

.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover.disabled:hover,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active.disabled:hover.disabled:hover,
.datepicker table tr td span.active[disabled]:hover,
.datepicker table tr td span.active:hover[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled]:hover,
.datepicker table tr td span.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active:hover:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active:hover.disabled:focus,
.datepicker table tr td span.active.disabled.disabled:focus,
.datepicker table tr td span.active.disabled:hover.disabled:focus,
.datepicker table tr td span.active[disabled]:focus,
.datepicker table tr td span.active:hover[disabled]:focus,
.datepicker table tr td span.active.disabled[disabled]:focus,
.datepicker table tr td span.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td span.active:focus,
fieldset[disabled] .datepicker table tr td span.active:hover:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active:hover.disabled.focus,
.datepicker table tr td span.active.disabled.disabled.focus,
.datepicker table tr td span.active.disabled:hover.disabled.focus,
.datepicker table tr td span.active[disabled].focus,
.datepicker table tr td span.active:hover[disabled].focus,
.datepicker table tr td span.active.disabled[disabled].focus,
.datepicker table tr td span.active.disabled:hover[disabled].focus,
fieldset[disabled] .datepicker table tr td span.active.focus,
fieldset[disabled] .datepicker table tr td span.active:hover.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover.focus {
    background-color: #62a8ea;
    border-color: #62a8ea;
}

.datepicker table tr td span.active .badge,
.datepicker table tr td span.active:hover .badge,
.datepicker table tr td span.active.disabled .badge,
.datepicker table tr td span.active.disabled:hover .badge {
    color: #62a8ea;
    background-color: #fff;
}

.datepicker table tr td span.old,
.datepicker table tr td span.new {
    color: #a3afb7;
}

.datepicker .datepicker-switch {
    width: 145px;
}

.datepicker thead tr:first-child th,
.datepicker tfoot tr th {
    cursor: pointer;
}

.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover {
    background: #e4eaec;
}

.datepicker .cw {
    width: 12px;
    padding: 0 2px 0 5px;
    font-size: 10px;
    vertical-align: middle;
}

.datepicker thead tr:first-child .cw {
    cursor: default;
    background-color: transparent;
}

.input-group.date .input-group-addon {
    cursor: pointer;
}

.input-daterange {
    width: 100%;
}

.input-daterange:before,
.input-daterange:after {
    display: table;
    content: " ";
}

.input-daterange:after {
    clear: both;
}

.input-daterange input {
    text-align: center;
}

.input-daterange .input-group {
    float: left;
    width: 50%;
}

.input-daterange .input-group:first-child input {
    border-radius: 0;
}

.input-daterange .input-group:not(:last-child) input {
    border-radius: 0;
}

.input-daterange .input-group:not(:first-child):not(:last-child) .input-group-addon {
    border-right-width: 0;
    border-left-width: 0;
    border-radius: 0;
}

.input-daterange .input-group:last-child .input-group-addon {
    border-left-width: 0;
    border-radius: 0;
}

.input-daterange .input-group:last-child input {
    border-radius: 0 3px 3px 0;
}


/*New*/
.input-group .input-group-addon
{
	background-color: #237bb9 !important;
    color: #fff !important;
}
.input-group-addon .currency-addon {
    background-color: #237bb9 !important;
    color: #fff !important;
}

.input-daterange .input-group-addon {
    width: auto;
    min-width: 16px;
    padding: 4px 12px;
    margin-right: -5px;
    margin-left: -5px;
    font-weight: 300;
    line-height: 1.57142857;
    text-align: center;
    vertical-align: middle;
    background-color: #f3f7f9;
    border: solid #e4eaec;
    border-width: 1px 0;
}

.input-daterange .input-group-addon:first-child {
    border-left-width: 1px;
}

.input-daterange .input-group-addon:last-child {
    border-right-width: 1px;
}

.bootstrap-maxlength.label {
    margin-top: 5px;
}

.ui-timepicker-wrapper {
    z-index: 1200;
    width: 6.5em;
    height: 150px;
    margin: 0;
    overflow-y: auto;
    background: #fff;
    border: 1px solid #e4eaec;
    outline: none;
    box-shadow: 0 3px 12px rgba(0, 0, 0, .05);
}

.ui-timepicker-wrapper.ui-timepicker-with-duration {
    width: 13em;
}

.ui-timepicker-wrapper.ui-timepicker-with-duration.ui-timepicker-step-30,
.ui-timepicker-wrapper.ui-timepicker-with-duration.ui-timepicker-step-60 {
    width: 11em;
}

.ui-timepicker-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.ui-timepicker-duration {
    margin-left: 5px;
    color: #888;
}

.ui-timepicker-list:hover .ui-timepicker-duration {
    color: #888;
}

.ui-timepicker-list li {
    padding: 3px 0 3px 5px;
    margin: 0;
    color: #000;
    white-space: nowrap;
    list-style: none;
    cursor: pointer;
}

.ui-timepicker-list:hover .ui-timepicker-selected {
    color: #000;
    background: #fff;
}

li.ui-timepicker-selected,
.ui-timepicker-list li:hover,
.ui-timepicker-list .ui-timepicker-selected:hover {
    color: #fff;
    background: #62a8ea;
}

li.ui-timepicker-selected .ui-timepicker-duration,
.ui-timepicker-list li:hover .ui-timepicker-duration {
    color: #ccc;
}

.ui-timepicker-list li.ui-timepicker-disabled,
.ui-timepicker-list li.ui-timepicker-disabled:hover,
.ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled {
    color: #888;
    cursor: default;
}

.ui-timepicker-list li.ui-timepicker-disabled:hover,
.ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled {
    background: #f2f2f2;
}

.strength-container {
    position: relative;
}

.strength-container .strength-input {
    width: 100%;
    padding-right: 20px;
}

.strength-container .strength-meter {
    position: absolute;
    top: 15%;
    right: 6px;
    width: 4px;
    height: 70%;
    overflow: hidden;
    background-color: #ccc;
    border-radius: 1px;
}

.strength-container .strength-score {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 0;
    color: transparent;
    transition: width .6s ease 0s;
}

.strength-container .show-password-wrap {
    position: absolute;
}

.strength-container .strength-invalid.strength-score {
    height: 25%;
    background-color: #f96868;
}

.strength-container .strength-weak.strength-score {
    height: 50%;
    background-color: #f2a654;
}

.strength-container .strength-good.strength-score {
    height: 75%;
    background-color: #57c7d4;
}

.strength-container .strength-strong.strength-score {
    height: 100%;
    background-color: #46be8a;
}

.ms-container:before {
    position: relative;
    top: 68px;
    left: 3.5%;
    display: inline-block;
    font-family: "Web Icons";
    font-size: inherit;
    font-style: normal;
    font-weight: normal;
    content: "\f161";
    transform: translate(0, 0);
    text-rendering: auto;
}

.ms-container:after {
    display: block;
    height: 0;
    min-height: 0;
    clear: both;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    content: ".";
}

.ms-container .ms-selectable,
.ms-container .ms-selection {
    float: left;
    width: 45%;
    color: #76838f;
    background: #fff;
}

.ms-container .ms-selection {
    float: right;
}

.ms-container .ms-list {
    position: relative;
    height: 160px;
    padding: 3px;
    overflow-y: auto;
    border: 1px solid #e4eaec;
    border-radius: 3px;
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -ms-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
}

.ms-container .ms-list.ms-focus {
    border-color: rgba(82, 168, 236, .8);
    outline: 0;
    outline: thin dotted \9;
}

.ms-container ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.ms-container .ms-optgroup-container {
    width: 100%;
}

.ms-container .ms-optgroup-label {
    padding: 5px 0 0 7px;
    margin: 0;
    font-weight: 400;
    color: #76838f;
    cursor: pointer;
}

.ms-container .ms-selectable li.ms-elem-selectable,
.ms-container .ms-selection li.ms-elem-selection {
    padding: 5px 10px 5px 20px;
}

.ms-container .ms-selectable li.ms-hover,
.ms-container .ms-selection li.ms-hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    background-color: #62a8ea;
}

.ms-container .ms-selectable li.disabled,
.ms-container .ms-selection li.disabled {
    color: #76838f;
    cursor: text;
    background-color: #ccd5db;
}

@media (min-width: 1200px) {
    .ms-container {
        width: 450px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .ms-container {
        width: 350px;
    }
}

@media (min-width: 480px) and (max-width: 992px) {
    .ms-container {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .ms-container {
        width: 100%;
    }
    .ms-container:before {
        top: 190px;
        left: 50%;
        margin-left: -8px;
    }
    .ms-container .ms-selectable,
    .ms-container .ms-selection {
        display: block;
        width: 100%;
    }
    .ms-container .ms-selectable {
        margin-bottom: 40px;
    }
}

.has-warning .twitter-typeahead .tt-input,
.has-warning .twitter-typeahead .tt-hint {
    border-color: #fff;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.has-warning .twitter-typeahead .tt-input:focus,
.has-warning .twitter-typeahead .tt-hint:focus {
    border-color: #e6e6e6;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #fff;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #fff;
}

.has-error .twitter-typeahead .tt-input,
.has-error .twitter-typeahead .tt-hint {
    border-color: #fff;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.has-error .twitter-typeahead .tt-input:focus,
.has-error .twitter-typeahead .tt-hint:focus {
    border-color: #e6e6e6;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #fff;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #fff;
}

.has-success .twitter-typeahead .tt-input,
.has-success .twitter-typeahead .tt-hint {
    border-color: #fff;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.has-success .twitter-typeahead .tt-input:focus,
.has-success .twitter-typeahead .tt-hint:focus {
    border-color: #e6e6e6;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #fff;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #fff;
}

.input-group .twitter-typeahead:first-child .tt-input,
.input-group .twitter-typeahead:first-child .tt-hint {
    width: 100%;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.input-group .twitter-typeahead:last-child .tt-input,
.input-group .twitter-typeahead:last-child .tt-hint {
    width: 100%;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.input-group.input-group-sm .twitter-typeahead .tt-input,
.input-group.input-group-sm .twitter-typeahead .tt-hint {
    height: 32px;
    padding: 6px 13px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 2px;
}

select.input-group.input-group-sm .twitter-typeahead .tt-input,
select.input-group.input-group-sm .twitter-typeahead .tt-hint {
    height: 32px;
    line-height: 32px;
}

textarea.input-group.input-group-sm .twitter-typeahead .tt-input,
textarea.input-group.input-group-sm .twitter-typeahead .tt-hint,
select[multiple].input-group.input-group-sm .twitter-typeahead .tt-input,
select[multiple].input-group.input-group-sm .twitter-typeahead .tt-hint {
    height: auto;
}

select.input-group.input-group-sm .twitter-typeahead .tt-input,
select.input-group.input-group-sm .twitter-typeahead .tt-hint {
    padding-top: 0;
    padding-bottom: 0;
}

.input-group.input-group-sm .twitter-typeahead:not(:first-child):not(:last-child) .tt-input,
.input-group.input-group-sm .twitter-typeahead:not(:first-child):not(:last-child) .tt-hint {
    border-radius: 0;
}

.input-group.input-group-sm .twitter-typeahead:first-child .tt-input,
.input-group.input-group-sm .twitter-typeahead:first-child .tt-hint {
    border-top-left-radius: 2px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 2px;
}

.input-group.input-group-sm .twitter-typeahead:last-child .tt-input,
.input-group.input-group-sm .twitter-typeahead:last-child .tt-hint {
    border-top-left-radius: 0;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 0;
}

.input-group.input-group-lg .twitter-typeahead .tt-input,
.input-group.input-group-lg .twitter-typeahead .tt-hint {
    height: 46px;
    padding: 10px 18px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 4px;
}

select.input-group.input-group-lg .twitter-typeahead .tt-input,
select.input-group.input-group-lg .twitter-typeahead .tt-hint {
    height: 46px;
    line-height: 46px;
}

textarea.input-group.input-group-lg .twitter-typeahead .tt-input,
textarea.input-group.input-group-lg .twitter-typeahead .tt-hint,
select[multiple].input-group.input-group-lg .twitter-typeahead .tt-input,
select[multiple].input-group.input-group-lg .twitter-typeahead .tt-hint {
    height: auto;
}

select.input-group.input-group-lg .twitter-typeahead .tt-input,
select.input-group.input-group-lg .twitter-typeahead .tt-hint {
    padding-top: 0;
    padding-bottom: 0;
}

.input-group.input-group-lg .twitter-typeahead:not(:first-child):not(:last-child) .tt-input,
.input-group.input-group-lg .twitter-typeahead:not(:first-child):not(:last-child) .tt-hint {
    border-radius: 0;
}

.input-group.input-group-lg .twitter-typeahead:first-child .tt-input,
.input-group.input-group-lg .twitter-typeahead:first-child .tt-hint {
    border-top-left-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 4px;
}

.input-group.input-group-lg .twitter-typeahead:last-child .tt-input,
.input-group.input-group-lg .twitter-typeahead:last-child .tt-hint {
    border-top-left-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 0;
}

.twitter-typeahead {
    float: left;
    width: 100%;
}

.input-group .twitter-typeahead {
    display: table-cell !important;
}

.twitter-typeahead .tt-hint {
    color: #526069;
}

.twitter-typeahead .tt-input {
    z-index: 2;
}

.twitter-typeahead .tt-input[disabled],
.twitter-typeahead .tt-input[readonly],
fieldset[disabled] .twitter-typeahead .tt-input {
    cursor: not-allowed;
    background-color: #f3f7f9 !important;
}

.tt-dropdown-menu,
.tt-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1200;
    width: 100%;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid #e4eaec;
    border-radius: 3px;
    -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, .05);
    box-shadow: 0 3px 12px rgba(0, 0, 0, .05);
}

.tt-dropdown-menu .tt-suggestion,
.tt-menu .tt-suggestion {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 300;
    line-height: 1.57142857;
    color: #76838f;
}

.tt-dropdown-menu .tt-suggestion.tt-cursor,
.tt-menu .tt-suggestion.tt-cursor,
.tt-dropdown-menu .tt-suggestion:hover,
.tt-menu .tt-suggestion:hover {
    color: #76838f;
    text-decoration: none;
    cursor: pointer;
    background-color: #f3f7f9;
    outline: 0;
}

.tt-dropdown-menu .tt-suggestion.tt-cursor a,
.tt-menu .tt-suggestion.tt-cursor a,
.tt-dropdown-menu .tt-suggestion:hover a,
.tt-menu .tt-suggestion:hover a {
    color: #76838f;
}

.tt-dropdown-menu .tt-suggestion p,
.tt-menu .tt-suggestion p {
    margin: 0;
}

.app-documents .form-group .dropdown-toggle {
    height: 46px;
    padding-left: 20px;
    background-color: #fff;
    border-color: #e4eaec;
    border-width: 1px 0 1px 1px;
}

.app-documents .form-group .filter-option {
    float: none !important;
    text-overflow: ellipsis;
    vertical-align: middle;
}

.app-documents .form-group input.form-control {
    height: 46px;
    padding: 8px 48px 8px 13px;
    border-radius: 0 4px 4px 0;
}

.app-documents .form-group .input-search-btn {
    z-index: 3;
    font-size: 20px;
}

.app-documents .documents-wrap {
    margin-top: 25px;
    margin-bottom: 25px;
}

.app-documents .articles {
    padding: 50px 20px 0;
    margin-top: 25px;
    margin-bottom: 25px;
    background-color: #fff;
    border-radius: 4px;
}

.app-documents .articles .blocks > li {
    margin-bottom: 50px;
}

.app-documents .articles-item {
    position: relative;
    padding-left: 45px;
}

.app-documents .articles-item > .icon {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 25px;
}

.app-documents .articles-item a {
    color: #76838f;
}

.app-documents .categories {
    margin-top: 25px;
    margin-bottom: 25px;
}

.app-documents .categories .blocks > li {
    margin-bottom: 30px;
}

.app-documents .category {
    height: 100%;
    padding: 25px;
    text-align: center;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.app-documents .category .icon-wrap > .icon {
    font-size: 65px;
}

.app-documents .article:before,
.app-documents .article:after {
    display: table;
    content: " ";
}

.app-documents .article:after {
    clear: both;
}

.app-documents .article-sidebar,
.app-documents .article-content {
    float: left;
    background-color: #fff;
    border-radius: 4px;
}

.app-documents .article-sidebar {
    width: 260px;
    padding: 20px 15px;
    margin-bottom: 30px;
}

.app-documents .article-sidebar .list-group {
    margin-bottom: 0;
}

.app-documents .article-sidebar .list-group .list-group {
    display: none;
}

.app-documents .article-sidebar .list-group-item {
    padding: 0;
    margin-bottom: 1px;
    border: none;
}

.app-documents .article-sidebar .list-group-item a {
    display: block;
    padding: 10px 15px;
    overflow: hidden;
    color: inherit;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.app-documents .article-sidebar .list-group-item a:hover,
.app-documents .article-sidebar .list-group-item a:focus {
    background-color: #f3f7f9;
}

.app-documents .article-sidebar .list-group-item a + .list-group {
    margin-top: 1px;
}

.app-documents .article-sidebar .list-group-item.active .list-group {
    display: block;
}

.app-documents .article-sidebar .list-group-item.active,
.app-documents .article-sidebar .list-group-item.active:hover,
.app-documents .article-sidebar .list-group-item.active:focus {
    color: inherit;
}

.app-documents .article-sidebar .list-group-item.active > a {
    color: #62a8ea;
    background-color: #f3f7f9;
}

.app-documents .article-sidebar .list-group-item .list-group-item > a {
    padding-left: 25px;
}

.app-documents .affix {
    top: 86px;
}

.app-documents .affix + .article-content {
    margin-left: 290px;
}

.app-documents .article-content {
    width: calc(100% - 290px);
    padding: 20px 30px;
    margin-left: 30px;
}

.app-documents .article-content section {
    margin-bottom: 22px;
}

.app-documents .article-footer {
    padding: 30px;
    font-size: 24px;
    background-color: #f3f7f9;
    border-radius: 4px;
}

.app-documents .article-footer:before,
.app-documents .article-footer:after {
    display: table;
    content: " ";
}

.app-documents .article-footer:after {
    clear: both;
}

.app-documents .article-footer-actions {
    float: right;
}

@media (max-width: 767px) {
    .app-documents .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
        width: 200px;
    }
    .app-documents .article-sidebar,
    .app-documents .article-content {
        width: 100%;
        margin-left: 0;
    }
    .app-documents .article-sidebar.affix {
        position: static;
        top: 0;
    }
    .app-documents .article-sidebar.affix + .article-content {
        margin-left: 0;
    }
}

@media (max-width: 480px) {
    .app-documents .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
        width: 100px;
    }
}

#ifacts {
    color: #555;
}

#ifacts .root-menu-item {
    padding-left: 15px;
}

#ifacts .site-menu-icon-root {
    margin-right: 10px;
}

#ifacts .navbar-brand {
    padding: 22px 15px;
}

#ifacts .k-grid.k-widget {
    /*font-family: helvetica, arial, sans-serif;*/
    border-width: 0;
    box-shadow: none;
}

#ifacts .k-grid.k-widget tr:not(.expanded):hover {
    background-color: #f3f7f9;
}

#ifacts .k-grid.k-widget tr.expanded:hover {
    background-color: white;
}

#ifacts .k-grid.k-widget .k-header,
#ifacts .k-grid.k-widget .k-pager-wrap {
    background-color: white;
    border-color: transparent;
}

#ifacts .k-grid.k-widget .k-pager-wrap {
    color: #888;
}

#ifacts .k-grid.k-widget td {
    border-width: 0;
    border-bottom: 1px solid #e4eaec;
}

#ifacts .k-grid.k-widget .k-grid-header th {
    border-bottom: 1px solid #e4eaec;
}

#ifacts .k-grid.k-widget .k-grid-header {
    border-color: #e4eaec;
}

#ifacts .k-grid.k-widget .k-grid-filter {
    float: none;
    padding: 0;
    margin: 0 .5em 0 0;
}

#ifacts .k-grid.k-widget .k-filterable .k-link {
    display: inline;
}

#ifacts .k-grid.k-widget .k-grid-header-wrap {
    border-color: white;
}

#ifacts .k-grid.k-widget .k-alt {
    background-color: white;
}

#ifacts .pearl-title {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

#ifacts .panel {
    margin-bottom: 5px;
    border: 1px solid;
    border-color: #e5e6e9 #dfe0e4 #d0d1d5;
}

#ifacts .form-group {
    margin-bottom: .8em;
}

#ifacts .form-group label {
    margin-bottom: 2px;
}

#ifacts .panel-title {
    padding: 30px 30px 15px;
}

#ifacts .panel,
#ifacts .panel th,
#ifacts .panel td,
#ifacts .panel-title {
    /*font-family: helvetica, arial, sans-serif;*/
    color: #555;
}

#ifacts .panel strong,
#ifacts .panel th strong,
#ifacts .panel td strong,
#ifacts .panel-title strong {
    font-weight: 600;
}

#ifacts .panel .btn-select,
#ifacts .panel th .btn-select,
#ifacts .panel td .btn-select,
#ifacts .panel-title .btn-select,
#ifacts .panel .dropdown-menu,
#ifacts .panel th .dropdown-menu,
#ifacts .panel td .dropdown-menu,
#ifacts .panel-title .dropdown-menu,
#ifacts .panel .well,
#ifacts .panel th .well,
#ifacts .panel td .well,
#ifacts .panel-title .well,
#ifacts .panel .input-group-addon,
#ifacts .panel th .input-group-addon,
#ifacts .panel td .input-group-addon,
#ifacts .panel-title .input-group-addon {
    border-color: #b9b9b9;
}


#ifacts .panel .select2-container,
#ifacts .panel th .select2-container,
#ifacts .panel td .select2-container,
#ifacts .panel-title .select2-container {
    border: 1px solid #b9b9b9;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

#ifacts .panel .currency-addon .dropdown-toggle,
#ifacts .panel th .currency-addon .dropdown-toggle,
#ifacts .panel td .currency-addon .dropdown-toggle,
#ifacts .panel-title .currency-addon .dropdown-toggle {
    border-right-width: 0;
}

div.tooltip[role="tooltip"] {
    z-index: 1010;
}


/*
    From styleguide overrides
*/

address {
    margin-bottom: 0px;
}

#ifacts .panel-title {
    padding: 20px 30px 5px;
}

.page-header-actions {
    top: 60%;
}

.modal-sidebar button.close {
    z-index: 1;
}

.modal-header {
  padding-bottom: 0px;
}

.modal-body {
  padding-top: 0px;
}

.dropdown-menu > li > a {
    padding: 5px 10px;
}

#ifacts .btn-white, #ifacts .btn-white:hover, #ifacts .btn-white:focus, #ifacts .btn-white:active {
    background-color: #fff;
    color: #526069;
    border: none;
}

#ifacts .btn-tab {
    border-radius: 3px 3px 0px 0px;
}

#ifacts .icon-green {
    background-color: #3baa60;
    border-color: #3baa60;
    font-size:12px;
    color:#fff;
}

#ifacts .form-group {
    margin-bottom: 1px;
}

#ifacts .form-group label {
    margin-bottom: 0px;
    line-height: 1.4em;
}

.form-control:not(textarea):not([multiple]) {
    height: 24px;
    padding: 2px 4px;
}
.btn-select {
    height: 24px;
    padding: 1px 10px;
}

#ifacts .form-control {
    color: #555;
}

.input-group-addon {
    padding: 3px 10px;
}

#ifacts .input-group-addon select{
    color: #FFF;
}

#ifacts .search-picker span.form-control{
    height:28px;
}

#ifacts .input-group-btn button{
    padding: 1px 10px;
}

.currency-addon {
    padding: 0px;
}

label{
    vertical-align: sub;
}

#ifacts .btn.dropdown-toggle.btn-select {
    height: 21px;
    color: #555 !important;
    background-color: #FFF;
    border: 0px;
}

#ifacts .tokenfield {
    min-height: 28px;
    padding-top: 4px;
}

#ifacts .bootstrap-select.form-control {
    padding: 1px 4px;
}

#ifacts .bootstrap-select .btn.dropdown-toggle.btn-select{
    height: 36px;
}

/* KENDO GRID */
.k-grid td {
    vertical-align: top;
    padding: .2em .6em;
}

