@charset  "UTF-8";

/*!
 * Bootstrap v4.0.0-alpha.2 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
.bootstrap-select.btn-group .dropdown-menu,html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

address,dl,ol,p,ul {
    margin-bottom: 1rem;
}

caption,th {
    text-align: left;
}

.img-thumbnail,a,button {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
}

.btn-group>.btn-group,.btn-toolbar .btn-group,.btn-toolbar .input-group,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.dropdown-menu,.table-reflow thead,.table-reflow tr {
    float: left;
}

.btn,.c-indicator {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.btn,.dropdown-header,.dropdown-item,.input-group-btn,.label,.table-reflow tbody {
    white-space: nowrap;
}

.fancybox-nav,.slick-slider,html {
    -webkit-tap-highlight-color: transparent;
}

.btn-group.bootstrap-select>.btn.dropdown-toggle .filter-option,.chat-list-item .chat-list-item-name .name,.chat-list-item .chat-list-item-txt,.fm-file .file-size,.fm-file .fm-file-name,.gallery-item p,.gd-doc .gd-doc-title,.mail-box-item .mail-box-item-content .txt,.mail-box-item .mail-box-item-title,.mail-box-letter-item .mail-box-letter-item-txt,.mail-file p,.post-announce .post-announce-title,.profile-links-list li.nowrap,.proj-page-attach p,.select2-container .select2-selection--multiple .select2-selection__rendered,.select2-container .select2-selection--single .select2-selection__rendered,.site-header .dropdown-menu-messages .mess-item .mess-item-name,.site-header .dropdown-menu-messages .mess-item .mess-item-txt,.text-truncate,.uploading-list .uploading-list-item-name {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.cstm-chart-bars,.profile-statistic,.widget-chart-extra-stat,.widget-tabs-nav,.widgets-header .tbl-outer {
    table-layout: fixed;
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {
    display: block;
}

audio,canvas,progress,video {
    display: inline-block;
    vertical-align: baseline;
}

[hidden],template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,a:hover {
    outline: 0;
}

h1 {
    margin: .67em 0;
}

dl,h1,h2,h3,h4,h5,h6,ol,p,pre,ul {
    margin-top: 0;
}

button,input,optgroup,select,textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}

dt,optgroup {
    font-weight: 700;
}

address,legend {
    line-height: inherit;
}

button {
    overflow: visible;
}

button::-moz-focus-inner,input::-moz-focus-inner {
    border: 0;
}

input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {
    height: auto;
}

td,th {
    padding: 0;
}

@media print {
    blockquote,img,pre,tr {
        page-break-inside: avoid;
    }

    *,::after,::before {
        text-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    a,a:visited {
        text-decoration: underline;
    }

    abbr[title]::after {
        content: " (" attr(title) ")";
    }

    blockquote,pre {
        border: 1px solid #999;
    }

    thead {
        display: table-header-group;
    }

    img {
        max-width: 100% !important;
    }

    h2,h3,p {
        orphans: 3;
        widows: 3;
    }

    h2,h3 {
        page-break-after: avoid;
    }

    .navbar {
        display: none;
    }

    .btn>.caret,.dropup>.btn>.caret {
        border-top-color: #000 !important;
    }

    .label {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

    .table td,.table th {
        background-color: #fff !important;
    }

    .table-bordered td,.table-bordered th {
        border: 1px solid #ddd !important;
    }
}

html {
    box-sizing: border-box;
}

*,::after,::before {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

@-ms-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

body {
    font-size: 1rem;
    background-color: #fff;
}

[tabindex="-1"]:focus {
    outline: 0 !important;
}

abbr[data-original-title],abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #818a91;
}

address {
    font-style: normal;
}

ol ol,ol ul,ul ol,ul ul {
    margin-bottom: 0;
}

dd,label,legend {
    margin-bottom: .5rem;
}

dd {
    margin-left: 0;
}

a:focus {
    outline-offset: -2px;
}

[role=button] {
    cursor: pointer;
}

[role=button],a,area,button,input,label,select,summary,textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

table {
    background-color: transparent;
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #818a91;
    caption-side: bottom;
}

button:focus {
    outline: dotted 1px;
    outline: -webkit-focus-ring-color auto 5px;
}

button,input,select,textarea {
    -webkit-border-radius: 0;
    border-radius: 0;
}

fieldset {
    min-width: 0;
}

legend {
    display: block;
    width: 100%;
    font-size: 1.5rem;
}

output {
    display: inline-block;
}

[hidden] {
    display: none !important;
}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

.blockquote,hr {
    margin-bottom: 1rem;
}

.display-1,.display-2,.display-3,.display-4,.lead {
    font-weight: 300;
}

.h1 {
    font-size: 2.5rem;
}

.h2 {
    font-size: 2rem;
}

.h3 {
    font-size: 1.75rem;
}

.h4 {
    font-size: 1.5rem;
}

.h5 {
    font-size: 1.25rem;
}

.h6 {
    font-size: 1rem;
}

.lead {
    font-size: 1.25rem;
}

.display-1 {
    font-size: 6rem;
}

.display-2 {
    font-size: 5.5rem;
}

.display-3 {
    font-size: 4.5rem;
}

.display-4 {
    font-size: 3.5rem;
}

hr {
    margin-top: 1rem;
}

.small,small {
    font-size: 80%;
    font-weight: 400;
}

.mark,mark {
    padding: .2em;
    background-color: #fcf8e3;
}

.list-inline,.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline-item {
    display: inline-block;
}

.list-inline-item:not(:last-child) {
    margin-right: 5px;
}

.dl-horizontal {
    margin-right: -1.875rem;
    margin-left: -1.875rem;
}

.container,.container-fluid {
    margin-right: auto;
    margin-left: auto;
}

.dl-horizontal::after {
    display: table;
    clear: both;
    content: "";
}

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

.blockquote-footer {
    display: block;
    line-height: 1.5;
    color: #818a91;
}

.blockquote-footer::before {
    content: "\2014 \00A0";
}

.blockquote-reverse {
    padding-right: 1rem;
    padding-left: 0;
    text-align: right;
    border-right: .25rem solid #eceeef;
    border-left: 0;
}

.blockquote-reverse .blockquote-footer::before {
    content: "";
}

.blockquote-reverse .blockquote-footer::after {
    content: "\00A0 \2014";
}

.carousel-inner>.carousel-item>a>img,.carousel-inner>.carousel-item>img,.img-fluid {
    display: block;
    max-width: 100%;
    height: auto;
}

.figure,.img-thumbnail {
    display: inline-block;
}

.img-rounded {
    -webkit-border-radius: .3rem;
    border-radius: .3rem;
}

.img-thumbnail {
    max-width: 100%;
    height: auto;
    padding: .25rem;
    line-height: 1.5;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: .25rem;
    border-radius: .25rem;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.img-circle {
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1;
}

.figure-caption {
    font-size: 90%;
    color: #818a91;
}

code {
    background-color: #f7f7f9;
    -webkit-border-radius: .25rem;
    border-radius: .25rem;
}

kbd {
    padding: .2rem .4rem;
    color: #fff;
    background-color: #333;
    -webkit-border-radius: .2rem;
    border-radius: .2rem;
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
}

pre {
    overflow: auto;
    display: block;
    margin-bottom: 1rem;
    line-height: 1.5;
    color: #373a3c;
}

.container-fluid::after,.container::after,.row::after {
    display: table;
    clear: both;
    content: "";
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.container,.container-fluid {
    padding-right: .9375rem;
    padding-left: .9375rem;
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

@media (min-width:544px) {
    .container {
        max-width: 576px;
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width:992px) {
    .container {
        max-width: 940px;
    }
}

.row {
    margin-right: -.9375rem;
    margin-left: -.9375rem;
}

.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: .9375rem;
    padding-left: .9375rem;
}

.col-xs-1 {
    width: 8.333333%;
}

.col-xs-2 {
    width: 16.666667%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-4 {
    width: 33.333333%;
}

.col-xs-5 {
    width: 41.666667%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-7 {
    width: 58.333333%;
}

.col-xs-8 {
    width: 66.666667%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-10 {
    width: 83.333333%;
}

.col-xs-11 {
    width: 91.666667%;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-pull-1 {
    right: 8.333333%;
}

.col-xs-pull-2 {
    right: 16.666667%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-4 {
    right: 33.333333%;
}

.col-xs-pull-5 {
    right: 41.666667%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-7 {
    right: 58.333333%;
}

.col-xs-pull-8 {
    right: 66.666667%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-10 {
    right: 83.333333%;
}

.col-xs-pull-11 {
    right: 91.666667%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-push-1 {
    left: 8.333333%;
}

.col-xs-push-2 {
    left: 16.666667%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-4 {
    left: 33.333333%;
}

.col-xs-push-5 {
    left: 41.666667%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-7 {
    left: 58.333333%;
}

.col-xs-push-8 {
    left: 66.666667%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-10 {
    left: 83.333333%;
}

.col-xs-push-11 {
    left: 91.666667%;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-offset-0 {
    margin-left: 0;
}

.col-xs-offset-1 {
    margin-left: 8.333333%;
}

.col-xs-offset-2 {
    margin-left: 16.666667%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-4 {
    margin-left: 33.333333%;
}

.col-xs-offset-5 {
    margin-left: 41.666667%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-7 {
    margin-left: 58.333333%;
}

.col-xs-offset-8 {
    margin-left: 66.666667%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-10 {
    margin-left: 83.333333%;
}

.col-xs-offset-11 {
    margin-left: 91.666667%;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

@media (min-width:544px) {
    .col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9 {
        float: left;
    }

    .col-sm-1 {
        width: 8.333333%;
    }

    .col-sm-2 {
        width: 16.666667%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-4 {
        width: 33.333333%;
    }

    .col-sm-5 {
        width: 41.666667%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-7 {
        width: 58.333333%;
    }

    .col-sm-8 {
        width: 66.666667%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-10 {
        width: 83.333333%;
    }

    .col-sm-11 {
        width: 91.666667%;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-pull-1 {
        right: 8.333333%;
    }

    .col-sm-pull-2 {
        right: 16.666667%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-4 {
        right: 33.333333%;
    }

    .col-sm-pull-5 {
        right: 41.666667%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-7 {
        right: 58.333333%;
    }

    .col-sm-pull-8 {
        right: 66.666667%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-10 {
        right: 83.333333%;
    }

    .col-sm-pull-11 {
        right: 91.666667%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-push-1 {
        left: 8.333333%;
    }

    .col-sm-push-2 {
        left: 16.666667%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-4 {
        left: 33.333333%;
    }

    .col-sm-push-5 {
        left: 41.666667%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-7 {
        left: 58.333333%;
    }

    .col-sm-push-8 {
        left: 66.666667%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-10 {
        left: 83.333333%;
    }

    .col-sm-push-11 {
        left: 91.666667%;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-offset-0 {
        margin-left: 0;
    }

    .col-sm-offset-1 {
        margin-left: 8.333333%;
    }

    .col-sm-offset-2 {
        margin-left: 16.666667%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-4 {
        margin-left: 33.333333%;
    }

    .col-sm-offset-5 {
        margin-left: 41.666667%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-7 {
        margin-left: 58.333333%;
    }

    .col-sm-offset-8 {
        margin-left: 66.666667%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-10 {
        margin-left: 83.333333%;
    }

    .col-sm-offset-11 {
        margin-left: 91.666667%;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width:768px) {
    .col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9 {
        float: left;
    }

    .col-md-1 {
        width: 8.333333%;
    }

    .col-md-2 {
        width: 16.666667%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-4 {
        width: 33.333333%;
    }

    .col-md-5 {
        width: 41.666667%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-7 {
        width: 58.333333%;
    }

    .col-md-8 {
        width: 66.666667%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-10 {
        width: 83.333333%;
    }

    .col-md-11 {
        width: 91.666667%;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-pull-1 {
        right: 8.333333%;
    }

    .col-md-pull-2 {
        right: 16.666667%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-4 {
        right: 33.333333%;
    }

    .col-md-pull-5 {
        right: 41.666667%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-7 {
        right: 58.333333%;
    }

    .col-md-pull-8 {
        right: 66.666667%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-10 {
        right: 83.333333%;
    }

    .col-md-pull-11 {
        right: 91.666667%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-push-1 {
        left: 8.333333%;
    }

    .col-md-push-2 {
        left: 16.666667%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-4 {
        left: 33.333333%;
    }

    .col-md-push-5 {
        left: 41.666667%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-7 {
        left: 58.333333%;
    }

    .col-md-push-8 {
        left: 66.666667%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-10 {
        left: 83.333333%;
    }

    .col-md-push-11 {
        left: 91.666667%;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-offset-0 {
        margin-left: 0;
    }

    .col-md-offset-1 {
        margin-left: 8.333333%;
    }

    .col-md-offset-2 {
        margin-left: 16.666667%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-4 {
        margin-left: 33.333333%;
    }

    .col-md-offset-5 {
        margin-left: 41.666667%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-7 {
        margin-left: 58.333333%;
    }

    .col-md-offset-8 {
        margin-left: 66.666667%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-10 {
        margin-left: 83.333333%;
    }

    .col-md-offset-11 {
        margin-left: 91.666667%;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width:992px) {
    .col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9 {
        float: left;
    }

    .col-lg-1 {
        width: 8.333333%;
    }

    .col-lg-2 {
        width: 16.666667%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-4 {
        width: 33.333333%;
    }

    .col-lg-5 {
        width: 41.666667%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-7 {
        width: 58.333333%;
    }

    .col-lg-8 {
        width: 66.666667%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-10 {
        width: 83.333333%;
    }

    .col-lg-11 {
        width: 91.666667%;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-pull-1 {
        right: 8.333333%;
    }

    .col-lg-pull-2 {
        right: 16.666667%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-4 {
        right: 33.333333%;
    }

    .col-lg-pull-5 {
        right: 41.666667%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-7 {
        right: 58.333333%;
    }

    .col-lg-pull-8 {
        right: 66.666667%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-10 {
        right: 83.333333%;
    }

    .col-lg-pull-11 {
        right: 91.666667%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-push-1 {
        left: 8.333333%;
    }

    .col-lg-push-2 {
        left: 16.666667%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-4 {
        left: 33.333333%;
    }

    .col-lg-push-5 {
        left: 41.666667%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-7 {
        left: 58.333333%;
    }

    .col-lg-push-8 {
        left: 66.666667%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-10 {
        left: 83.333333%;
    }

    .col-lg-push-11 {
        left: 91.666667%;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-offset-0 {
        margin-left: 0;
    }

    .col-lg-offset-1 {
        margin-left: 8.333333%;
    }

    .col-lg-offset-2 {
        margin-left: 16.666667%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-4 {
        margin-left: 33.333333%;
    }

    .col-lg-offset-5 {
        margin-left: 41.666667%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-7 {
        margin-left: 58.333333%;
    }

    .col-lg-offset-8 {
        margin-left: 66.666667%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-10 {
        margin-left: 83.333333%;
    }

    .col-lg-offset-11 {
        margin-left: 91.666667%;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px;
    }

    .col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9 {
        float: left;
    }

    .col-xl-1 {
        width: 8.333333%;
    }

    .col-xl-2 {
        width: 16.666667%;
    }

    .col-xl-3 {
        width: 25%;
    }

    .col-xl-4 {
        width: 33.333333%;
    }

    .col-xl-5 {
        width: 41.666667%;
    }

    .col-xl-6 {
        width: 50%;
    }

    .col-xl-7 {
        width: 58.333333%;
    }

    .col-xl-8 {
        width: 66.666667%;
    }

    .col-xl-9 {
        width: 75%;
    }

    .col-xl-10 {
        width: 83.333333%;
    }

    .col-xl-11 {
        width: 91.666667%;
    }

    .col-xl-12 {
        width: 100%;
    }

    .col-xl-pull-0 {
        right: auto;
    }

    .col-xl-pull-1 {
        right: 8.333333%;
    }

    .col-xl-pull-2 {
        right: 16.666667%;
    }

    .col-xl-pull-3 {
        right: 25%;
    }

    .col-xl-pull-4 {
        right: 33.333333%;
    }

    .col-xl-pull-5 {
        right: 41.666667%;
    }

    .col-xl-pull-6 {
        right: 50%;
    }

    .col-xl-pull-7 {
        right: 58.333333%;
    }

    .col-xl-pull-8 {
        right: 66.666667%;
    }

    .col-xl-pull-9 {
        right: 75%;
    }

    .col-xl-pull-10 {
        right: 83.333333%;
    }

    .col-xl-pull-11 {
        right: 91.666667%;
    }

    .col-xl-pull-12 {
        right: 100%;
    }

    .col-xl-push-0 {
        left: auto;
    }

    .col-xl-push-1 {
        left: 8.333333%;
    }

    .col-xl-push-2 {
        left: 16.666667%;
    }

    .col-xl-push-3 {
        left: 25%;
    }

    .col-xl-push-4 {
        left: 33.333333%;
    }

    .col-xl-push-5 {
        left: 41.666667%;
    }

    .col-xl-push-6 {
        left: 50%;
    }

    .col-xl-push-7 {
        left: 58.333333%;
    }

    .col-xl-push-8 {
        left: 66.666667%;
    }

    .col-xl-push-9 {
        left: 75%;
    }

    .col-xl-push-10 {
        left: 83.333333%;
    }

    .col-xl-push-11 {
        left: 91.666667%;
    }

    .col-xl-push-12 {
        left: 100%;
    }

    .col-xl-offset-0 {
        margin-left: 0;
    }

    .col-xl-offset-1 {
        margin-left: 8.333333%;
    }

    .col-xl-offset-2 {
        margin-left: 16.666667%;
    }

    .col-xl-offset-3 {
        margin-left: 25%;
    }

    .col-xl-offset-4 {
        margin-left: 33.333333%;
    }

    .col-xl-offset-5 {
        margin-left: 41.666667%;
    }

    .col-xl-offset-6 {
        margin-left: 50%;
    }

    .col-xl-offset-7 {
        margin-left: 58.333333%;
    }

    .col-xl-offset-8 {
        margin-left: 66.666667%;
    }

    .col-xl-offset-9 {
        margin-left: 75%;
    }

    .col-xl-offset-10 {
        margin-left: 83.333333%;
    }

    .col-xl-offset-11 {
        margin-left: 91.666667%;
    }

    .col-xl-offset-12 {
        margin-left: 100%;
    }
}

.table {
    width: 100%;
    max-width: 100%;
}

.table td,.table th {
    line-height: 1.5;
    border-top: 1px solid #eceeef;
}

.table thead th {
    vertical-align: bottom;
}

.table tbody+tbody {
    border-top: 2px solid #eceeef;
}

.table .table {
    background-color: #fff;
}

.table-sm td,.table-sm th {
    padding: .3rem;
}

.table-bordered,.table-bordered td,.table-bordered th {
    border: 1px solid #eceeef;
}

.table-bordered thead td,.table-bordered thead th {
    border-bottom-width: 2px;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.table-active,.table-active>td,.table-active>th,.table-hover tbody tr:hover {
    background-color: #f5f5f5;
}

.table-responsive {
    display: block;
    width: 100%;
    min-height: .01%;
    overflow-x: auto;
}

.collapsing,.dropdown-divider,.embed-responsive,.modal,.modal-open,.navbar-divider {
    overflow: hidden;
}

.thead-inverse th {
    color: #fff;
    background-color: #373a3c;
}

.thead-default th {
    color: #55595c;
    background-color: #eceeef;
}

.table-inverse {
    color: #eceeef;
    background-color: #373a3c;
}

.table-inverse.table-bordered {
    border: 0;
}

.table-inverse td,.table-inverse th,.table-inverse thead th {
    border-color: #55595c;
}

.table-reflow tbody {
    display: block;
}

.table-reflow td,.table-reflow th {
    border-top: 1px solid #eceeef;
    border-left: 1px solid #eceeef;
}

.table-reflow td:last-child,.table-reflow th:last-child {
    border-right: 1px solid #eceeef;
}

.table-reflow tbody:last-child tr:last-child td,.table-reflow tbody:last-child tr:last-child th,.table-reflow tfoot:last-child tr:last-child td,.table-reflow tfoot:last-child tr:last-child th,.table-reflow thead:last-child tr:last-child td,.table-reflow thead:last-child tr:last-child th {
    border-bottom: 1px solid #eceeef;
}

.table-reflow tr td,.table-reflow tr th {
    display: block !important;
    border: 1px solid #eceeef;
}

.checkbox,.form-control,.form-control-file,.form-control-range,.radio {
    display: block;
}

.form-control {
    width: 100%;
    padding: .375rem .75rem;
    line-height: 1.5;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-border-radius: .25rem;
    border-radius: .25rem;
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}

.form-control:focus {
    outline: 0;
}

.form-control::-webkit-input-placeholder {
    color: #636363;
    opacity: 1;
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #999;
    opacity: 1;
}

.form-control:-moz-placeholder {
    color: #999;
    opacity: 1;
}

.form-control::placeholder {
    color: #999;
    opacity: 1;
}

.has-success .checkbox,.has-success .checkbox-inline,.has-success .form-control-feedback,.has-success .form-control-label,.has-success .radio,.has-success .radio-inline,.has-success .text-help,.has-success.checkbox label,.has-success.checkbox-inline label,.has-success.radio label,.has-success.radio-inline label {
    color: #5cb85c;
}

.form-control:disabled,.form-control[readonly] {
    background-color: #eceeef;
    opacity: 1;
}

.form-control:disabled {
    cursor: not-allowed;
}

.form-control-label {
    padding: .375rem .75rem;
    margin-bottom: 0;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    input[type=date].form-control,input[type=time].form-control,input[type=datetime-local].form-control,input[type=month].form-control {
        line-height: 2.25rem;
    }

    .input-group-sm input[type=date].form-control,.input-group-sm input[type=time].form-control,.input-group-sm input[type=datetime-local].form-control,.input-group-sm input[type=month].form-control,input[type=date].input-sm,input[type=time].input-sm,input[type=datetime-local].input-sm,input[type=month].input-sm {
        line-height: 1.8625rem;
    }

    .input-group-lg input[type=date].form-control,.input-group-lg input[type=time].form-control,.input-group-lg input[type=datetime-local].form-control,.input-group-lg input[type=month].form-control,input[type=date].input-lg,input[type=time].input-lg,input[type=datetime-local].input-lg,input[type=month].input-lg {
        line-height: 3.166667rem;
    }
}

.form-control-static {
    min-height: 2.25rem;
    padding-top: .375rem;
    padding-bottom: .375rem;
    margin-bottom: 0;
}

.form-control-static.form-control-lg,.form-control-static.form-control-sm,.input-group-lg>.form-control-static.form-control,.input-group-lg>.form-control-static.input-group-addon,.input-group-lg>.input-group-btn>.form-control-static.btn,.input-group-sm>.form-control-static.form-control,.input-group-sm>.form-control-static.input-group-addon,.input-group-sm>.input-group-btn>.form-control-static.btn {
    padding-right: 0;
    padding-left: 0;
}

.form-control-sm,.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn {
    padding: .275rem .75rem;
    font-size: .875rem;
    line-height: 1.5;
    -webkit-border-radius: .2rem;
    border-radius: .2rem;
}

.form-control-lg,.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn {
    padding: .75rem 1.25rem;
    font-size: 1.25rem;
    line-height: 1.333333;
    -webkit-border-radius: .3rem;
    border-radius: .3rem;
}

.form-group {
    margin-bottom: 1rem;
}

.checkbox label,.checkbox-inline,.radio label,.radio-inline {
    padding-left: 1.25rem;
    margin-bottom: 0;
    cursor: pointer;
    font-weight: 400;
}

.checkbox label input:only-child,.radio label input:only-child {
    position: static;
}

.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox],.radio input[type=radio],.radio-inline input[type=radio] {
    position: absolute;
    margin-top: .25rem;
    margin-left: -1.25rem;
}

.collapsing,.dropdown,.dropup {
    position: relative;
}

.checkbox+.checkbox,.radio+.radio {
    margin-top: -.25rem;
}

.checkbox-inline,.radio-inline {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.checkbox-inline+.checkbox-inline,.radio-inline+.radio-inline {
    margin-top: 0;
    margin-left: .75rem;
}

.checkbox-inline.disabled,.checkbox.disabled label,.radio-inline.disabled,.radio.disabled label,input[type=checkbox].disabled,input[type=checkbox]:disabled,input[type=radio].disabled,input[type=radio]:disabled {
    cursor: not-allowed;
}

.form-control-danger,.form-control-success,.form-control-warning {
    padding-right: 2.25rem;
    background-repeat: no-repeat;
    background-position: center right .5625rem;
    -o-background-size: 1.4625rem 1.4625rem;
    background-size: 1.4625rem 1.4625rem;
}

.has-success .form-control {
    border-color: #5cb85c;
}

.has-success .input-group-addon {
    color: #5cb85c;
    background-color: #eaf6ea;
    border-color: #5cb85c;
}

.has-warning .checkbox,.has-warning .checkbox-inline,.has-warning .form-control-feedback,.has-warning .form-control-label,.has-warning .radio,.has-warning .radio-inline,.has-warning .text-help,.has-warning.checkbox label,.has-warning.checkbox-inline label,.has-warning.radio label,.has-warning.radio-inline label {
    color: #f0ad4e;
}

.has-success .form-control-success {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjNWNiODVjIiBkPSJNMjMzLjggNjEwYy0xMy4zIDAtMjYtNi0zNC0xNi44TDkwLjUgNDQ4LjhDNzYuMyA0MzAgODAgNDAzLjMgOTguOCAzODljMTguOC0xNC4yIDQ1LjUtMTAuNCA1OS44IDguNGw3MiA5NUw0NTEuMyAyNDJjMTIuNS0yMCAzOC44LTI2LjIgNTguOC0xMy43IDIwIDEyLjQgMjYgMzguNyAxMy43IDU4LjhMMjcwIDU5MGMtNy40IDEyLTIwLjIgMTkuNC0zNC4zIDIwaC0yeiIvPjwvc3ZnPg==);
}

.has-warning .form-control {
    border-color: #f0ad4e;
}

.has-warning .input-group-addon {
    color: #f0ad4e;
    background-color: #fff;
    border-color: #f0ad4e;
}

.has-danger .checkbox,.has-danger .checkbox-inline,.has-danger .form-control-feedback,.has-danger .form-control-label,.has-danger .radio,.has-danger .radio-inline,.has-danger .text-help,.has-danger.checkbox label,.has-danger.checkbox-inline label,.has-danger.radio label,.has-danger.radio-inline label {
    color: #d9534f;
}

.has-warning .form-control-warning {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZjBhZDRlIiBkPSJNNjAzIDY0MC4ybC0yNzguNS01MDljLTMuOC02LjYtMTAuOC0xMC42LTE4LjUtMTAuNnMtMTQuNyA0LTE4LjUgMTAuNkw5IDY0MC4yYy0zLjcgNi41LTMuNiAxNC40LjIgMjAuOCAzLjggNi41IDEwLjggMTAuNCAxOC4zIDEwLjRoNTU3YzcuNiAwIDE0LjYtNCAxOC40LTEwLjQgMy41LTYuNCAzLjYtMTQuNCAwLTIwLjh6bS0yNjYuNC0zMGgtNjEuMlY1NDloNjEuMnY2MS4yem0wLTEwN2gtNjEuMlYzMDRoNjEuMnYxOTl6Ii8+PC9zdmc+);
}

.has-danger .form-control {
    border-color: #d9534f;
}

.has-danger .input-group-addon {
    color: #d9534f;
    background-color: #fdf7f7;
    border-color: #d9534f;
}

.has-danger .form-control-danger {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZDk1MzRmIiBkPSJNNDQ3IDU0NC40Yy0xNC40IDE0LjQtMzcuNiAxNC40LTUyIDBsLTg5LTkyLjctODkgOTIuN2MtMTQuNSAxNC40LTM3LjcgMTQuNC01MiAwLTE0LjQtMTQuNC0xNC40LTM3LjYgMC01Mmw5Mi40LTk2LjMtOTIuNC05Ni4zYy0xNC40LTE0LjQtMTQuNC0zNy42IDAtNTJzMzcuNi0xNC4zIDUyIDBsODkgOTIuOCA4OS4yLTkyLjdjMTQuNC0xNC40IDM3LjYtMTQuNCA1MiAwIDE0LjMgMTQuNCAxNC4zIDM3LjYgMCA1MkwzNTQuNiAzOTZsOTIuNCA5Ni40YzE0LjQgMTQuNCAxNC40IDM3LjYgMCA1MnoiLz48L3N2Zz4=);
}

@media (min-width:544px) {
    .form-inline .form-control-static,.form-inline .form-group {
        display: inline-block;
    }

    .form-inline .form-control-label,.form-inline .form-group {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }

    .form-inline .input-group .form-control,.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn {
        width: auto;
    }

    .form-inline .input-group>.form-control {
        width: 100%;
    }

    .form-inline .checkbox,.form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .checkbox label,.form-inline .radio label {
        padding-left: 0;
    }

    .form-inline .checkbox input[type=checkbox],.form-inline .radio input[type=radio] {
        position: relative;
        margin-left: 0;
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}

.btn-block,input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block {
    width: 100%;
}

.btn {
    display: inline-block;
    padding: .375rem 1rem;
    font-size: 1rem;
    line-height: 1.5;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
}

.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus {
    outline: dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px;
}

.btn.focus,.btn:focus,.btn:hover {
    text-decoration: none;
}

.btn.active,.btn:active {
    background-image: none;
    outline: 0;
}

.btn.disabled,.btn:disabled {
    cursor: not-allowed;
    opacity: .65;
}

a.btn.disabled,fieldset[disabled] a.btn {
    pointer-events: none;
}

.btn-primary {
    color: #fff;
    background-color: #0275d8;
    border-color: #0275d8;
}

.btn-primary.focus,.btn-primary:focus,.btn-primary:hover {
    color: #fff;
    background-color: #025aa5;
    border-color: #01549b;
}

.btn-primary.active,.btn-primary:active,.open>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #025aa5;
    background-image: none;
    border-color: #01549b;
}

.btn-primary.active.focus,.btn-primary.active:focus,.btn-primary.active:hover,.btn-primary:active.focus,.btn-primary:active:focus,.btn-primary:active:hover,.open>.btn-primary.dropdown-toggle.focus,.open>.btn-primary.dropdown-toggle:focus,.open>.btn-primary.dropdown-toggle:hover {
    color: #fff;
    background-color: #014682;
    border-color: #01315a;
}

.btn-primary.disabled.focus,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary:disabled.focus,.btn-primary:disabled:focus,.btn-primary:disabled:hover {
    background-color: #0275d8;
    border-color: #0275d8;
}

.btn-secondary {
    color: #373a3c;
    background-color: #fff;
    border-color: #ccc;
}

.btn-secondary.focus,.btn-secondary:focus,.btn-secondary:hover {
    color: #373a3c;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.btn-secondary.active,.btn-secondary:active,.open>.btn-secondary.dropdown-toggle {
    color: #373a3c;
    background-color: #e6e6e6;
    background-image: none;
    border-color: #adadad;
}

.btn-secondary.active.focus,.btn-secondary.active:focus,.btn-secondary.active:hover,.btn-secondary:active.focus,.btn-secondary:active:focus,.btn-secondary:active:hover,.open>.btn-secondary.dropdown-toggle.focus,.open>.btn-secondary.dropdown-toggle:focus,.open>.btn-secondary.dropdown-toggle:hover {
    color: #373a3c;
    background-color: #d4d4d4;
    border-color: #8c8c8c;
}

.btn-secondary.disabled.focus,.btn-secondary.disabled:focus,.btn-secondary.disabled:hover,.btn-secondary:disabled.focus,.btn-secondary:disabled:focus,.btn-secondary:disabled:hover {
    background-color: #fff;
    border-color: #ccc;
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.btn-info.focus,.btn-info:focus,.btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #2aabd2;
}

.btn-info.active,.btn-info:active,.open>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    background-image: none;
    border-color: #2aabd2;
}

.btn-info.active.focus,.btn-info.active:focus,.btn-info.active:hover,.btn-info:active.focus,.btn-info:active:focus,.btn-info:active:hover,.open>.btn-info.dropdown-toggle.focus,.open>.btn-info.dropdown-toggle:focus,.open>.btn-info.dropdown-toggle:hover {
    color: #fff;
    background-color: #269abc;
    border-color: #1f7e9a;
}

.btn-info.disabled.focus,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info:disabled.focus,.btn-info:disabled:focus,.btn-info:disabled:hover {
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.btn-success.focus,.btn-success:focus,.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #419641;
}

.btn-success.active,.btn-success:active,.open>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    background-image: none;
    border-color: #419641;
}

.btn-success.active.focus,.btn-success.active:focus,.btn-success.active:hover,.btn-success:active.focus,.btn-success:active:focus,.btn-success:active:hover,.open>.btn-success.dropdown-toggle.focus,.open>.btn-success.dropdown-toggle:focus,.open>.btn-success.dropdown-toggle:hover {
    color: #fff;
    background-color: #398439;
    border-color: #2d672d;
}

.btn-success.disabled.focus,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success:disabled.focus,.btn-success:disabled:focus,.btn-success:disabled:hover {
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

.btn-warning.focus,.btn-warning:focus,.btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #eb9316;
}

.btn-warning.active,.btn-warning:active,.open>.btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    background-image: none;
    border-color: #eb9316;
}

.btn-warning.active.focus,.btn-warning.active:focus,.btn-warning.active:hover,.btn-warning:active.focus,.btn-warning:active:focus,.btn-warning:active:hover,.open>.btn-warning.dropdown-toggle.focus,.open>.btn-warning.dropdown-toggle:focus,.open>.btn-warning.dropdown-toggle:hover {
    color: #fff;
    background-color: #d58512;
    border-color: #b06d0f;
}

.btn-warning.disabled.focus,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning:disabled.focus,.btn-warning:disabled:focus,.btn-warning:disabled:hover {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f;
}

.btn-danger.focus,.btn-danger:focus,.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #c12e2a;
}

.btn-danger.active,.btn-danger:active,.open>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    background-image: none;
    border-color: #c12e2a;
}

.btn-danger.active.focus,.btn-danger.active:focus,.btn-danger.active:hover,.btn-danger:active.focus,.btn-danger:active:focus,.btn-danger:active:hover,.open>.btn-danger.dropdown-toggle.focus,.open>.btn-danger.dropdown-toggle:focus,.open>.btn-danger.dropdown-toggle:hover {
    color: #fff;
    background-color: #ac2925;
    border-color: #8b211e;
}

.btn-danger.disabled.focus,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger:disabled.focus,.btn-danger:disabled:focus,.btn-danger:disabled:hover {
    background-color: #d9534f;
    border-color: #d9534f;
}

.btn-primary-outline {
    color: #0275d8;
    background-color: transparent;
    background-image: none;
    border-color: #0275d8;
}

.btn-primary-outline.active,.btn-primary-outline.focus,.btn-primary-outline:active,.btn-primary-outline:focus,.btn-primary-outline:hover,.open>.btn-primary-outline.dropdown-toggle {
    color: #fff;
    background-color: #0275d8;
    border-color: #0275d8;
}

.btn-primary-outline.disabled.focus,.btn-primary-outline.disabled:focus,.btn-primary-outline.disabled:hover,.btn-primary-outline:disabled.focus,.btn-primary-outline:disabled:focus,.btn-primary-outline:disabled:hover {
    border-color: #43a7fd;
}

.btn-secondary-outline {
    color: #ccc;
    background-color: transparent;
    background-image: none;
    border-color: #ccc;
}

.btn-secondary-outline.active,.btn-secondary-outline.focus,.btn-secondary-outline:active,.btn-secondary-outline:focus,.btn-secondary-outline:hover,.open>.btn-secondary-outline.dropdown-toggle {
    color: #fff;
    background-color: #ccc;
    border-color: #ccc;
}

.btn-secondary-outline.disabled.focus,.btn-secondary-outline.disabled:focus,.btn-secondary-outline.disabled:hover,.btn-secondary-outline:disabled.focus,.btn-secondary-outline:disabled:focus,.btn-secondary-outline:disabled:hover {
    border-color: #fff;
}

.btn-info-outline {
    color: #5bc0de;
    background-color: transparent;
    background-image: none;
    border-color: #5bc0de;
}

.btn-info-outline.active,.btn-info-outline.focus,.btn-info-outline:active,.btn-info-outline:focus,.btn-info-outline:hover,.open>.btn-info-outline.dropdown-toggle {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.btn-info-outline.disabled.focus,.btn-info-outline.disabled:focus,.btn-info-outline.disabled:hover,.btn-info-outline:disabled.focus,.btn-info-outline:disabled:focus,.btn-info-outline:disabled:hover {
    border-color: #b0e1ef;
}

.btn-success-outline {
    color: #5cb85c;
    background-color: transparent;
    background-image: none;
    border-color: #5cb85c;
}

.btn-success-outline.active,.btn-success-outline.focus,.btn-success-outline:active,.btn-success-outline:focus,.btn-success-outline:hover,.open>.btn-success-outline.dropdown-toggle {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.btn-success-outline.disabled.focus,.btn-success-outline.disabled:focus,.btn-success-outline.disabled:hover,.btn-success-outline:disabled.focus,.btn-success-outline:disabled:focus,.btn-success-outline:disabled:hover {
    border-color: #a3d7a3;
}

.btn-warning-outline {
    color: #f0ad4e;
    background-color: transparent;
    background-image: none;
    border-color: #f0ad4e;
}

.btn-warning-outline.active,.btn-warning-outline.focus,.btn-warning-outline:active,.btn-warning-outline:focus,.btn-warning-outline:hover,.open>.btn-warning-outline.dropdown-toggle {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

.btn-warning-outline.disabled.focus,.btn-warning-outline.disabled:focus,.btn-warning-outline.disabled:hover,.btn-warning-outline:disabled.focus,.btn-warning-outline:disabled:focus,.btn-warning-outline:disabled:hover {
    border-color: #f8d9ac;
}

.btn-danger-outline {
    color: #d9534f;
    background-color: transparent;
    background-image: none;
    border-color: #d9534f;
}

.btn-danger-outline.active,.btn-danger-outline.focus,.btn-danger-outline:active,.btn-danger-outline:focus,.btn-danger-outline:hover,.open>.btn-danger-outline.dropdown-toggle {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f;
}

.btn-danger-outline.disabled.focus,.btn-danger-outline.disabled:focus,.btn-danger-outline.disabled:hover,.btn-danger-outline:disabled.focus,.btn-danger-outline:disabled:focus,.btn-danger-outline:disabled:hover {
    border-color: #eba5a3;
}

.btn-link {
    font-weight: 400;
    color: #0275d8;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.btn-link,.btn-link.active,.btn-link:active,.btn-link:disabled {
    background-color: transparent;
}

.btn-link,.btn-link:active,.btn-link:focus,.btn-link:hover {
    border-color: transparent;
}

.btn-link:focus,.btn-link:hover {
    color: #014c8c;
    text-decoration: underline;
    background-color: transparent;
}

.btn-link:disabled:focus,.btn-link:disabled:hover {
    color: #818a91;
    text-decoration: none;
}

.btn-group-lg>.btn,.btn-lg {
    padding: .75rem 1.25rem;
    font-size: 1.25rem;
    line-height: 1.333333;
    -webkit-border-radius: .3rem;
    border-radius: .3rem;
}

.btn-group-sm>.btn,.btn-sm {
    padding: .25rem .75rem;
    font-size: .875rem;
    line-height: 1.5;
    -webkit-border-radius: .2rem;
    border-radius: .2rem;
}

.btn-block {
    display: block;
}

.btn-block+.btn-block {
    margin-top: 5px;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    -moz-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

.fade.in {
    opacity: 1;
}

.collapse {
    display: none;
}

.collapse.in {
    display: block;
}

.collapsing {
    height: 0;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    -moz-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-property: height;
    -o-transition-property: height;
    -moz-transition-property: height;
    transition-property: height;
}

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: .25rem;
    margin-left: .25rem;
    vertical-align: middle;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-left: .3em solid transparent;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropup .dropdown-toggle::after {
    border-top: 0;
    border-bottom: .3em solid;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    color: #373a3c;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -o-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    -webkit-border-radius: .25rem;
    border-radius: .25rem;
}

.dropdown-divider {
    height: 1px;
    margin: .5rem 0;
    background-color: #e5e5e5;
}

.dropdown-item {
    display: block;
    width: 100%;
    clear: both;
    font-weight: 400;
    line-height: 1.5;
    color: #373a3c;
    text-align: inherit;
    background: 0 0;
    border: 0;
}

.alert-link,.close {
    font-weight: 700;
}

.c-indicator,.label,.pager {
    text-align: center;
}

.dropdown-item:focus,.dropdown-item:hover {
    color: #2b2d2f;
    text-decoration: none;
    background-color: #f5f5f5;
}

.dropdown-item.active,.dropdown-item.active:focus,.dropdown-item.active:hover {
    color: #fff;
    text-decoration: none;
    background-color: #0275d8;
    outline: 0;
}

.dropdown-item.disabled,.dropdown-item.disabled:focus,.dropdown-item.disabled:hover {
    color: #818a91;
}

.dropdown-item.disabled:focus,.dropdown-item.disabled:hover {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: "progid:DXImageTransform.Microsoft.gradient(enabled = false)";
}

.c-input,.file {
    cursor: pointer;
}

.open>.dropdown-menu {
    display: block;
}

.open>a {
    outline: 0;
}

.dropdown-menu-right {
    right: 0;
    left: auto;
}

.dropdown-menu-left {
    right: auto;
    left: 0;
}

.dropdown-header {
    display: block;
    line-height: 1.5;
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990;
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto;
}

.dropup .caret,.navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: .3em solid;
}

.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}

.btn-group,.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.btn-group-vertical>.btn,.btn-group>.btn {
    position: relative;
    float: left;
}

.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover {
    z-index: 2;
}

.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group {
    margin-left: -1px;
}

.btn-toolbar {
    margin-left: -5px;
}

.btn-toolbar::after {
    display: table;
    clear: both;
    content: "";
}

.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group {
    margin-left: 5px;
}

.btn .caret,.btn-group>.btn:first-child {
    margin-left: 0;
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    -webkit-border-radius: 0;
    border-radius: 0;
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child) {
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
    -webkit-border-radius: 0;
    border-radius: 0;
}

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle {
    outline: 0;
}

.btn-group>.btn+.dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px;
}

.btn-group-lg.btn-group>.btn+.dropdown-toggle,.btn-group>.btn-lg+.dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px;
}

.btn-group-lg>.btn .caret,.btn-lg .caret {
    border-width: .3em .3em 0;
}

.dropup .btn-group-lg>.btn .caret,.dropup .btn-lg .caret {
    border-width: 0 .3em .3em;
}

.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}

.btn-group-vertical>.btn-group::after {
    display: table;
    clear: both;
    content: "";
}

.btn-group-vertical>.btn-group>.btn {
    float: none;
}

.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0;
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
    -webkit-border-radius: 0;
    border-radius: 0;
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
    -webkit-border-top-right-radius: .25rem;
    border-top-right-radius: .25rem;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -webkit-border-bottom-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
    -webkit-border-radius: 0;
    border-radius: 0;
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
}

[data-toggle=buttons]>.btn input[type=checkbox],[data-toggle=buttons]>.btn input[type=radio],[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],[data-toggle=buttons]>.btn-group>.btn input[type=radio] {
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none;
}

.c-input,.input-group,.input-group-btn,.input-group-btn>.btn {
    position: relative;
}

.input-group {
    display: table;
    border-collapse: separate;
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.input-group .form-control:active,.input-group .form-control:focus,.input-group .form-control:hover,.input-group-btn>.btn:active,.input-group-btn>.btn:focus,.input-group-btn>.btn:hover {
    z-index: 3;
}

.input-group .form-control,.input-group-addon,.input-group-btn {
    display: table-cell;
}

.input-group .form-control:not(:first-child):not(:last-child),.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child) {
    -webkit-border-radius: 0;
    border-radius: 0;
}

.input-group-addon,.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon {
    padding: .375rem .75rem;
    line-height: 1;
    text-align: center;
    border: 1px solid #ccc;
    -webkit-border-radius: .25rem;
    border-radius: .25rem;
}

.input-group-addon.form-control-sm,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.input-group-addon.btn {
    padding: .275rem .75rem;
    font-size: .875rem;
    -webkit-border-radius: .2rem;
    border-radius: .2rem;
}

.input-group-addon.form-control-lg,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.input-group-addon.btn {
    padding: .75rem 1.25rem;
    font-size: 1.25rem;
    -webkit-border-radius: .3rem;
    border-radius: .3rem;
}

.input-group-addon input[type=checkbox],.input-group-addon input[type=radio] {
    margin-top: 0;
}

.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group-addon:first-child {
    border-right: 0;
}

.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle {
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group-addon:last-child {
    border-left: 0;
}

.input-group-btn {
    font-size: 0;
}

.input-group-btn>.btn+.btn {
    margin-left: -1px;
}

.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group {
    margin-right: -1px;
}

.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group {
    z-index: 2;
    margin-left: -1px;
}

.input-group-btn:last-child>.btn-group:active,.input-group-btn:last-child>.btn-group:focus,.input-group-btn:last-child>.btn-group:hover,.input-group-btn:last-child>.btn:active,.input-group-btn:last-child>.btn:focus,.input-group-btn:last-child>.btn:hover {
    z-index: 3;
}

.c-input {
    display: inline;
    padding-left: 1.5rem;
    color: #555;
}

.c-input>input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.c-input>input:checked~.c-indicator {
    color: #fff;
    background-color: #0074d9;
}

.c-input>input:focus~.c-indicator {
    -webkit-box-shadow: 0 0 0 .075rem #fff,0 0 0 .2rem #0074d9;
    box-shadow: 0 0 0 .075rem #fff,0 0 0 .2rem #0074d9;
}

.c-input>input:active~.c-indicator {
    color: #fff;
    background-color: #84c6ff;
}

.c-input+.c-input {
    margin-left: 1rem;
}

.c-indicator {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    font-size: 65%;
    line-height: 1rem;
    color: #eee;
    user-select: none;
    background-color: #eee;
    background-repeat: no-repeat;
    background-position: center center;
    -o-background-size: 50% 50%;
    background-size: 50% 50%;
}

.bootstrap-select.btn-group .dropdown-menu li a,.file-custom {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.c-checkbox .c-indicator {
    -webkit-border-radius: .25rem;
    border-radius: .25rem;
}

.c-checkbox input:checked~.c-indicator {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTYuNCwxTDUuNywxLjdMMi45LDQuNUwyLjEsMy43TDEuNCwzTDAsNC40bDAuNywwLjdsMS41LDEuNWwwLjcsMC43bDAuNy0wLjdsMy41LTMuNWwwLjctMC43TDYuNCwxTDYuNCwxeiINCgkvPg0KPC9zdmc+DQo=);
}

.c-checkbox input:indeterminate~.c-indicator {
    background-color: #0074d9;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iOHB4IiBoZWlnaHQ9IjhweCIgdmlld0JveD0iMCAwIDggOCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgOCA4IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0wLDN2Mmg4VjNIMHoiLz4NCjwvc3ZnPg0K);
}

.c-radio .c-indicator {
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.c-radio input:checked~.c-indicator {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTQsMUMyLjMsMSwxLDIuMywxLDRzMS4zLDMsMywzczMtMS4zLDMtM1M1LjcsMSw0LDF6Ii8+DQo8L3N2Zz4NCg==);
}

.c-inputs-stacked .c-input {
    display: inline;
}

.c-inputs-stacked .c-input::after {
    display: block;
    margin-bottom: .25rem;
    content: "";
}

.c-select,.file {
    display: inline-block;
}

.c-inputs-stacked .c-input+.c-input {
    margin-left: 0;
}

.c-select {
    max-width: 100%;
    -webkit-appearance: none;
    padding: .375rem 1.75rem .375rem .75rem;
    padding-right: .75rem\9;
    color: #55595c;
    vertical-align: middle;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAMAAACzvE1FAAAADFBMVEUzMzMzMzMzMzMzMzMKAG/3AAAAA3RSTlMAf4C/aSLHAAAAPElEQVR42q3NMQ4AIAgEQTn//2cLdRKppSGzBYwzVXvznNWs8C58CiussPJj8h6NwgorrKRdTvuV9v16Afn0AYFOB7aYAAAAAElFTkSuQmCC) right .75rem center no-repeat #fff;
    background-image: none\9;
    -o-background-size: 8px 10px;
    background-size: 8px 10px;
    border: 1px solid #ccc;
    -moz-appearance: none;
}

.c-select:focus {
    border-color: #51a7e8;
    outline: 0;
}

.c-select::-ms-expand {
    opacity: 0;
}

.c-select-sm {
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 12px;
}

.c-select-sm:not([multiple]) {
    height: 26px;
    min-height: 26px;
}

.file {
    position: relative;
    height: 2.5rem;
}

.file-custom,.file-custom::before {
    position: absolute;
    height: 2.5rem;
    padding: .5rem 1rem;
    line-height: 1.5;
    color: #555;
}

.file input {
    min-width: 14rem;
    margin: 0;
    filter: alpha(opacity=0);
    opacity: 0;
}

.file-custom {
    top: 0;
    right: 0;
    left: 0;
    z-index: 5;
    user-select: none;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: .25rem;
    border-radius: .25rem;
}

.file-custom::after {
    content: "Choose file...";
}

.file-custom::before {
    top: -.075rem;
    right: -.075rem;
    bottom: -.075rem;
    z-index: 6;
    display: block;
    content: "Browse";
    background-color: #eee;
    border: 1px solid #ddd;
    -webkit-border-radius: 0 .25rem .25rem 0;
    border-radius: 0 .25rem .25rem 0;
}

.nav-inline .nav-item,.nav-link {
    display: inline-block;
}

.nav-pills::after,.nav-tabs::after,.navbar::after {
    content: "";
    clear: both;
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-link:focus,.nav-link:hover {
    text-decoration: none;
}

.nav-link.disabled {
    color: #818a91;
}

.nav-link.disabled,.nav-link.disabled:focus,.nav-link.disabled:hover {
    color: #818a91;
    cursor: not-allowed;
    background-color: transparent;
}

.nav-inline .nav-item+.nav-item,.nav-inline .nav-link+.nav-link {
    margin-left: 1rem;
}

.nav-pills .nav-item+.nav-item,.nav-tabs .nav-item+.nav-item {
    margin-left: .2rem;
}

.nav-tabs {
    border-bottom: 1px solid #ddd;
}

.nav-tabs::after {
    display: table;
}

.nav-tabs .nav-item {
    float: left;
    margin-bottom: -1px;
}

.card,.card-title {
    margin-bottom: .75rem;
}

.nav-tabs .nav-link {
    display: block;
    padding: .5em 1em;
    border: 1px solid transparent;
    -webkit-border-radius: .25rem .25rem 0 0;
    border-radius: .25rem .25rem 0 0;
}

.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover {
    border-color: #eceeef #eceeef #ddd;
}

.nav-tabs .nav-link.disabled,.nav-tabs .nav-link.disabled:focus,.nav-tabs .nav-link.disabled:hover {
    color: #818a91;
    background-color: transparent;
    border-color: transparent;
}

.nav-tabs .nav-item.open .nav-link,.nav-tabs .nav-item.open .nav-link:focus,.nav-tabs .nav-item.open .nav-link:hover,.nav-tabs .nav-link.active,.nav-tabs .nav-link.active:focus,.nav-tabs .nav-link.active:hover {
    color: #55595c;
    background-color: #fff;
    border-color: #ddd #ddd transparent;
}

.nav-pills::after {
    display: table;
}

.nav-pills .nav-item {
    float: left;
}

.nav-pills .nav-link {
    display: block;
    padding: .5em 1em;
    -webkit-border-radius: .25rem;
    border-radius: .25rem;
}

.nav-pills .nav-item.open .nav-link,.nav-pills .nav-item.open .nav-link:focus,.nav-pills .nav-item.open .nav-link:hover,.nav-pills .nav-link.active,.nav-pills .nav-link.active:focus,.nav-pills .nav-link.active:hover {
    color: #fff;
    cursor: default;
    background-color: #0275d8;
}

.nav-stacked .nav-item {
    display: block;
    float: none;
}

.breadcrumb>li,.navbar-brand,.navbar-nav .nav-item,.page-link {
    float: left;
}

.nav-stacked .nav-item+.nav-item {
    margin-top: .2rem;
    margin-left: 0;
}

.navbar-divider,.navbar-nav .nav-item+.nav-item,.navbar-nav .nav-link+.nav-link {
    margin-left: 1rem;
}

.tab-content>.tab-pane {
    display: none;
}

.tab-content>.active {
    display: block;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
}

.navbar {
    position: relative;
    padding: .5rem 1rem;
}

.navbar::after {
    display: table;
}

.navbar-full {
    z-index: 1000;
}

.navbar-fixed-bottom,.navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

.navbar-fixed-top {
    top: 0;
}

.navbar-fixed-bottom {
    bottom: 0;
}

.navbar-sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1030;
    width: 100%;
}

@media (min-width:544px) {
    .navbar {
        -webkit-border-radius: .25rem;
        border-radius: .25rem;
    }

    .navbar-fixed-bottom,.navbar-fixed-top,.navbar-full,.navbar-sticky-top {
        -webkit-border-radius: 0;
        border-radius: 0;
    }
}

.navbar-brand {
    padding-top: .25rem;
    padding-bottom: .25rem;
    margin-right: 1rem;
    font-size: 1.25rem;
}

.navbar-brand:focus,.navbar-brand:hover {
    text-decoration: none;
}

.navbar-brand>img {
    display: block;
}

.navbar-divider {
    float: left;
    width: 1px;
    padding-top: .425rem;
    padding-bottom: .425rem;
    margin-right: 1rem;
}

.navbar-divider::before {
    content: "\00a0";
}

.navbar-toggler {
    padding: .5rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background: 0 0;
    border: 1px solid transparent;
    -webkit-border-radius: .25rem;
    border-radius: .25rem;
}

.navbar-toggler:focus,.navbar-toggler:hover {
    text-decoration: none;
}

@media (min-width:544px) {
    .navbar-toggleable-xs {
        display: block !important;
    }
}

@media (min-width:768px) {
    .navbar-toggleable-sm {
        display: block !important;
    }
}

@media (min-width:992px) {
    .navbar-toggleable-md {
        display: block !important;
    }
}

.navbar-nav .nav-link {
    display: block;
    padding-top: .425rem;
    padding-bottom: .425rem;
}

.navbar-light .navbar-brand,.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover {
    color: rgba(0,0,0,.8);
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,.3);
}

.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0,0,0,.6);
}

.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .active>.nav-link:focus,.navbar-light .navbar-nav .active>.nav-link:hover,.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .nav-link.active:focus,.navbar-light .navbar-nav .nav-link.active:hover,.navbar-light .navbar-nav .nav-link.open,.navbar-light .navbar-nav .nav-link.open:focus,.navbar-light .navbar-nav .nav-link.open:hover,.navbar-light .navbar-nav .open>.nav-link,.navbar-light .navbar-nav .open>.nav-link:focus,.navbar-light .navbar-nav .open>.nav-link:hover {
    color: rgba(0,0,0,.8);
}

.navbar-light .navbar-divider {
    background-color: rgba(0,0,0,.075);
}

.navbar-dark .navbar-brand,.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover {
    color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,.5);
}

.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255,255,255,.75);
}

.card-inverse .card-blockquote,.card-inverse .card-footer,.card-inverse .card-header,.card-inverse .card-title,.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .active>.nav-link:focus,.navbar-dark .navbar-nav .active>.nav-link:hover,.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .nav-link.active:focus,.navbar-dark .navbar-nav .nav-link.active:hover,.navbar-dark .navbar-nav .nav-link.open,.navbar-dark .navbar-nav .nav-link.open:focus,.navbar-dark .navbar-nav .nav-link.open:hover,.navbar-dark .navbar-nav .open>.nav-link,.navbar-dark .navbar-nav .open>.nav-link:focus,.navbar-dark .navbar-nav .open>.nav-link:hover {
    color: #fff;
}

.navbar-dark .navbar-divider {
    background-color: rgba(255,255,255,.075);
}

.card {
    position: relative;
    display: block;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: .25rem;
    border-radius: .25rem;
}

.card-block {
    padding: 1.25rem;
}

.card-footer,.card-header {
    padding: .75rem 1.25rem;
    background-color: #f5f5f5;
}

.card-subtitle,.card-text:last-child {
    margin-bottom: 0;
}

.card-subtitle {
    margin-top: -.375rem;
}

.card-link:hover {
    text-decoration: none;
}

.card-link+.card-link {
    margin-left: 1.25rem;
}

.card>.list-group:first-child .list-group-item:first-child {
    -webkit-border-radius: .25rem .25rem 0 0;
    border-radius: .25rem .25rem 0 0;
}

.card>.list-group:last-child .list-group-item:last-child {
    -webkit-border-radius: 0 0 .25rem .25rem;
    border-radius: 0 0 .25rem .25rem;
}

.card-header {
    border-bottom: 1px solid #e5e5e5;
}

.card-header:first-child {
    -webkit-border-radius: .25rem .25rem 0 0;
    border-radius: .25rem .25rem 0 0;
}

.card-footer {
    border-top: 1px solid #e5e5e5;
}

.card-footer:last-child {
    -webkit-border-radius: 0 0 .25rem .25rem;
    border-radius: 0 0 .25rem .25rem;
}

.breadcrumb,.card-img {
    -webkit-border-radius: .25rem;
}

.card-primary {
    background-color: #0275d8;
    border-color: #0275d8;
}

.card-success {
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.card-info {
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.card-warning {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

.card-danger {
    background-color: #d9534f;
    border-color: #d9534f;
}

.card-danger-outline,.card-info-outline,.card-primary-outline,.card-secondary-outline,.card-success-outline,.card-warning-outline {
    background-color: transparent;
}

.card-primary-outline {
    border-color: #0275d8;
}

.card-secondary-outline {
    border-color: #ccc;
}

.card-info-outline {
    border-color: #5bc0de;
}

.card-success-outline {
    border-color: #5cb85c;
}

.card-warning-outline {
    border-color: #f0ad4e;
}

.card-danger-outline {
    border-color: #d9534f;
}

.card-inverse .card-footer,.card-inverse .card-header {
    border-bottom: 1px solid rgba(255,255,255,.2);
}

.card-inverse .card-blockquote>footer,.card-inverse .card-link,.card-inverse .card-text {
    color: rgba(255,255,255,.65);
}

.card-inverse .card-link:focus,.card-inverse .card-link:hover {
    color: #fff;
}

.card-blockquote {
    padding: 0;
    margin-bottom: 0;
    border-left: 0;
}

.breadcrumb,.pager,.pagination {
    margin-bottom: 1rem;
}

.card-img {
    border-radius: .25rem;
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
}

.card-img-top {
    -webkit-border-radius: .25rem .25rem 0 0;
    border-radius: .25rem .25rem 0 0;
}

.card-img-bottom {
    -webkit-border-radius: 0 0 .25rem .25rem;
    border-radius: 0 0 .25rem .25rem;
}

@media (min-width:544px) {
    .card-deck {
        display: table;
        table-layout: fixed;
        border-spacing: 1.25rem 0;
    }

    .card-deck .card {
        display: table-cell;
        width: 1%;
        vertical-align: top;
    }

    .card-deck-wrapper {
        margin-right: -1.25rem;
        margin-left: -1.25rem;
    }

    .card-group {
        display: table;
        width: 100%;
        table-layout: fixed;
    }

    .card-group .card {
        display: table-cell;
        vertical-align: top;
    }

    .card-group .card+.card {
        margin-left: 0;
        border-left: 0;
    }

    .card-group .card:first-child {
        -webkit-border-top-right-radius: 0;
        border-top-right-radius: 0;
        -webkit-border-bottom-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .card-group .card:first-child .card-img-top {
        -webkit-border-top-right-radius: 0;
        border-top-right-radius: 0;
    }

    .card-group .card:first-child .card-img-bottom {
        -webkit-border-bottom-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .card-group .card:last-child {
        -webkit-border-top-left-radius: 0;
        border-top-left-radius: 0;
        -webkit-border-bottom-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .card-group .card:last-child .card-img-top {
        -webkit-border-top-left-radius: 0;
        border-top-left-radius: 0;
    }

    .card-group .card:last-child .card-img-bottom {
        -webkit-border-bottom-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .card-group .card:not(:first-child):not(:last-child),.card-group .card:not(:first-child):not(:last-child) .card-img-bottom,.card-group .card:not(:first-child):not(:last-child) .card-img-top {
        -webkit-border-radius: 0;
        border-radius: 0;
    }

    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
    }

    .card-columns .card {
        display: inline-block;
        width: 100%;
    }
}

.breadcrumb {
    padding: .75rem 1rem;
    list-style: none;
    border-radius: .25rem;
}

.breadcrumb::after {
    display: table;
    clear: both;
    content: "";
}

.breadcrumb>li+li::before {
    padding-right: .5rem;
    padding-left: .5rem;
    color: #818a91;
    content: "/";
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin-top: 1rem;
    -webkit-border-radius: .25rem;
    border-radius: .25rem;
}

.page-item {
    display: inline;
}

.page-item:first-child .page-link {
    margin-left: 0;
    -webkit-border-top-left-radius: .25rem;
    border-top-left-radius: .25rem;
    -webkit-border-bottom-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

.page-item:last-child .page-link {
    -webkit-border-top-right-radius: .25rem;
    border-top-right-radius: .25rem;
    -webkit-border-bottom-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}

.page-item.active .page-link,.page-item.active .page-link:focus,.page-item.active .page-link:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #0275d8;
    border-color: #0275d8;
}

.page-item.disabled .page-link,.page-item.disabled .page-link:focus,.page-item.disabled .page-link:hover {
    color: #818a91;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}

.page-link {
    position: relative;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.5;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.page-link:focus,.page-link:hover {
    border-color: #ddd;
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.333333;
}

.pagination-lg .page-item:first-child .page-link {
    -webkit-border-top-left-radius: .3rem;
    border-top-left-radius: .3rem;
    -webkit-border-bottom-left-radius: .3rem;
    border-bottom-left-radius: .3rem;
}

.pagination-lg .page-item:last-child .page-link {
    -webkit-border-top-right-radius: .3rem;
    border-top-right-radius: .3rem;
    -webkit-border-bottom-right-radius: .3rem;
    border-bottom-right-radius: .3rem;
}

.pagination-sm .page-link {
    padding: .275rem .75rem;
    font-size: .875rem;
    line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
    -webkit-border-top-left-radius: .2rem;
    border-top-left-radius: .2rem;
    -webkit-border-bottom-left-radius: .2rem;
    border-bottom-left-radius: .2rem;
}

.pagination-sm .page-item:last-child .page-link {
    -webkit-border-top-right-radius: .2rem;
    border-top-right-radius: .2rem;
    -webkit-border-bottom-right-radius: .2rem;
    border-bottom-right-radius: .2rem;
}

.pager {
    padding-left: 0;
    margin-top: 1rem;
    list-style: none;
}

.pager::after {
    display: table;
    clear: both;
    content: "";
}

.pager li {
    display: inline;
}

.pager li>a,.pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}

.pager li>a:focus,.pager li>a:hover {
    text-decoration: none;
    background-color: #eceeef;
}

.pager .disabled>a,.pager .disabled>a:focus,.pager .disabled>a:hover,.pager .disabled>span {
    color: #818a91;
    cursor: not-allowed;
    background-color: #fff;
}

.pager-next>a,.pager-next>span {
    float: right;
}

.pager-prev>a,.pager-prev>span {
    float: left;
}

.label {
    display: inline-block;
    padding: .25em .4em;
    line-height: 1;
    color: #fff;
    vertical-align: baseline;
    -webkit-border-radius: .25rem;
    border-radius: .25rem;
}

.label:empty {
    display: none;
}

.btn .label {
    position: relative;
    top: -1px;
}

a.label:focus,a.label:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.label-pill {
    padding-right: .6em;
    padding-left: .6em;
    -webkit-border-radius: 10rem;
    border-radius: 10rem;
}

.label-default[href]:focus,.label-default[href]:hover {
    background-color: #687077;
}

.label-primary[href]:focus,.label-primary[href]:hover {
    background-color: #025aa5;
}

.label-success[href]:focus,.label-success[href]:hover {
    background-color: #449d44;
}

.label-info[href]:focus,.label-info[href]:hover {
    background-color: #31b0d5;
}

.label-warning[href]:focus,.label-warning[href]:hover {
    background-color: #ec971f;
}

.label-danger[href]:focus,.label-danger[href]:hover {
    background-color: #c9302c;
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #eceeef;
    -webkit-border-radius: .3rem;
    border-radius: .3rem;
}

@media (min-width:544px) {
    .jumbotron {
        padding: 4rem 2rem;
    }
}

.jumbotron-hr {
    border-top-color: #d0d5d8;
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.alert {
    margin-bottom: 1rem;
    border: 1px solid transparent;
    -webkit-border-radius: .25rem;
    border-radius: .25rem;
}

.alert>p,.alert>ul {
    margin-bottom: 0;
}

.alert>p+p {
    margin-top: 5px;
}

.alert-heading {
    color: inherit;
}

.alert-dismissible {
    padding-right: 35px;
}

.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d0e9c6;
}

.alert-success hr {
    border-top-color: #c1e2b3;
}

.alert-success .alert-link {
    color: #2b542c;
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bcdff1;
}

.alert-info hr {
    border-top-color: #a6d5ec;
}

.alert-info .alert-link {
    color: #245269;
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faf2cc;
}

.alert-warning hr {
    border-top-color: #f7ecb5;
}

.alert-warning .alert-link {
    color: #66512c;
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebcccc;
}

.alert-danger hr {
    border-top-color: #e4b9b9;
}

.alert-danger .alert-link {
    color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }

    to {
        background-position: 0 0;
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }

    to {
        background-position: 0 0;
    }
}

@-moz-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }

    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }

    to {
        background-position: 0 0;
    }
}

.progress {
    display: block;
    width: 100%;
    height: 1rem;
    margin-bottom: 1rem;
}

.progress[value] {
    border: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.progress[value]::-webkit-progress-bar {
    -webkit-border-radius: .25rem;
    border-radius: .25rem;
}

.progress[value]::-webkit-progress-value::before {
    content: attr(value);
}

.progress[value]::-webkit-progress-value {
    -webkit-border-top-left-radius: .25rem;
    border-top-left-radius: .25rem;
    -webkit-border-bottom-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

.progress[value="100"]::-webkit-progress-value {
    -webkit-border-top-right-radius: .25rem;
    border-top-right-radius: .25rem;
    -webkit-border-bottom-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}

@media screen and (min-width:0) {

    .progress-bar {
        display: inline-block;
        height: 1rem;
        text-indent: -999rem;
        background-color: #0074d9;
        -webkit-border-top-left-radius: .25rem;
        border-top-left-radius: .25rem;
        -webkit-border-bottom-left-radius: .25rem;
        border-bottom-left-radius: .25rem;
    }

    .progress[width^="0"] {
        min-width: 2rem;
        color: #818a91;
        background-color: transparent;
        background-image: none;
    }

    .progress[width="100%"] {
        -webkit-border-top-right-radius: .25rem;
        border-top-right-radius: .25rem;
        -webkit-border-bottom-right-radius: .25rem;
        border-bottom-right-radius: .25rem;
    }
}

.progress-striped[value]::-webkit-progress-value {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 1rem 1rem;
}

.progress-striped[value]::-moz-progress-bar {
    background-image: -moz-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 1rem 1rem;
}

.progress-animated[value]::-webkit-progress-value {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-animated[value]::-moz-progress-bar {
    -moz-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

@media screen and (min-width:0) {
    .progress-bar-striped {
        background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
        background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
        background-image: -moz-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
        background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
        -o-background-size: 1rem 1rem;
        background-size: 1rem 1rem;
    }

    .progress-animated .progress-bar-striped {
        -webkit-animation: progress-bar-stripes 2s linear infinite;
        -o-animation: progress-bar-stripes 2s linear infinite;
        -moz-animation: progress-bar-stripes 2s linear infinite;
        animation: progress-bar-stripes 2s linear infinite;
    }

    .progress-success .progress-bar {
        background-color: #5cb85c;
    }

    .progress-info .progress-bar {
        background-color: #5bc0de;
    }

    .progress-warning .progress-bar {
        background-color: #f0ad4e;
    }

    .progress-danger .progress-bar {
        background-color: #d9534f;
    }
}

.media {
    margin-top: 15px;
}

.media:first-child {
    margin-top: 0;
}

.media,.media-body {
    overflow: hidden;
    zoom: 1;
}

.media-body {
    width: 10000px;
}

.media-body,.media-left,.media-right {
    display: table-cell;
    vertical-align: top;
}

.media-middle {
    vertical-align: middle;
}

.media-bottom {
    vertical-align: bottom;
}

.media-object {
    display: block;
}

.media-object.img-thumbnail {
    max-width: none;
}

.media-right {
    padding-left: 10px;
}

.media-left {
    padding-right: 10px;
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.media-list {
    padding-left: 0;
    list-style: none;
}

.list-group {
    padding-left: 0;
    margin-bottom: 0;
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}

.list-group-item:first-child {
    -webkit-border-top-left-radius: .25rem;
    border-top-left-radius: .25rem;
    -webkit-border-top-right-radius: .25rem;
    border-top-right-radius: .25rem;
}

.list-group-item:last-child {
    margin-bottom: 0;
    -webkit-border-bottom-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    -webkit-border-bottom-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

.list-group-flush .list-group-item {
    border-width: 1px 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
    border-bottom: 0;
}

a.list-group-item,button.list-group-item {
    width: 100%;
    color: #555;
    text-align: inherit;
}

a.list-group-item .list-group-item-heading,button.list-group-item .list-group-item-heading {
    color: #333;
}

a.list-group-item:focus,a.list-group-item:hover,button.list-group-item:focus,button.list-group-item:hover {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5;
}

.list-group-item.disabled,.list-group-item.disabled:focus,.list-group-item.disabled:hover {
    color: #818a91;
    cursor: not-allowed;
    background-color: #eceeef;
}

.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading {
    color: inherit;
}

.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text {
    color: #818a91;
}

.list-group-item.active,.list-group-item.active:focus,.list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #0275d8;
    border-color: #0275d8;
}

.list-group-item.active .list-group-item-heading,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>small {
    color: inherit;
}

.list-group-item.active .list-group-item-text,.list-group-item.active:focus .list-group-item-text,.list-group-item.active:hover .list-group-item-text {
    color: #a8d6fe;
}

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8;
}

a.list-group-item-success,button.list-group-item-success {
    color: #3c763d;
}

a.list-group-item-success .list-group-item-heading,button.list-group-item-success .list-group-item-heading {
    color: inherit;
}

a.list-group-item-success:focus,a.list-group-item-success:hover,button.list-group-item-success:focus,button.list-group-item-success:hover {
    color: #3c763d;
    background-color: #d0e9c6;
}

a.list-group-item-success.active,a.list-group-item-success.active:focus,a.list-group-item-success.active:hover,button.list-group-item-success.active,button.list-group-item-success.active:focus,button.list-group-item-success.active:hover {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d;
}

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7;
}

a.list-group-item-info,button.list-group-item-info {
    color: #31708f;
}

a.list-group-item-info .list-group-item-heading,button.list-group-item-info .list-group-item-heading {
    color: inherit;
}

a.list-group-item-info:focus,a.list-group-item-info:hover,button.list-group-item-info:focus,button.list-group-item-info:hover {
    color: #31708f;
    background-color: #c4e3f3;
}

a.list-group-item-info.active,a.list-group-item-info.active:focus,a.list-group-item-info.active:hover,button.list-group-item-info.active,button.list-group-item-info.active:focus,button.list-group-item-info.active:hover {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f;
}

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
}

a.list-group-item-warning,button.list-group-item-warning {
    color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading,button.list-group-item-warning .list-group-item-heading {
    color: inherit;
}

a.list-group-item-warning:focus,a.list-group-item-warning:hover,button.list-group-item-warning:focus,button.list-group-item-warning:hover {
    color: #8a6d3b;
    background-color: #faf2cc;
}

a.list-group-item-warning.active,a.list-group-item-warning.active:focus,a.list-group-item-warning.active:hover,button.list-group-item-warning.active,button.list-group-item-warning.active:focus,button.list-group-item-warning.active:hover {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b;
}

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede;
}

a.list-group-item-danger,button.list-group-item-danger {
    color: #a94442;
}

a.list-group-item-danger .list-group-item-heading,button.list-group-item-danger .list-group-item-heading {
    color: inherit;
}

a.list-group-item-danger:focus,a.list-group-item-danger:hover,button.list-group-item-danger:focus,button.list-group-item-danger:hover {
    color: #a94442;
    background-color: #ebcccc;
}

a.list-group-item-danger.active,a.list-group-item-danger.active:focus,a.list-group-item-danger.active:hover,button.list-group-item-danger.active,button.list-group-item-danger.active:focus,button.list-group-item-danger.active:hover {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442;
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
}

.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.embed-responsive-21by9 {
    padding-bottom: 42.857143%;
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
    padding-bottom: 75%;
}

.embed-responsive-1by1 {
    padding-bottom: 100%;
}

.close {
    float: right;
    line-height: 1;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
}

.close:focus,.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5;
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}

.modal-content,.popover {
    background-color: #fff;
    -o-background-clip: padding-box;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal-footer::after,.modal-header::after {
    display: table;
    content: "";
    clear: both;
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: transform .3s ease-out,-o-transform .3s ease-out;
    -moz-transition: transform .3s ease-out,-moz-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out,-moz-transform .3s ease-out,-o-transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out,-o-transform .3s ease-out;
    -webkit-transform: translate(0,-25%);
    -ms-transform: translate(0,-25%);
    -o-transform: translate(0,-25%);
    -moz-transform: translate(0,-25%);
    transform: translate(0,-25%);
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    -moz-transform: translate(0,0);
    transform: translate(0,0);
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-clip: padding-box;
    -webkit-border-radius: .3rem;
    border-radius: .3rem;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.in {
    opacity: .5;
}

.modal-header {
    padding: 15px;
    /*    border-bottom: 1px solid #e5e5e5;
    */}

.modal-header .close {
    margin-top: -2px;
}

.modal-title {
    margin: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.popover,.tooltip {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-style: normal;
    text-align: left;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    line-break: auto;
    text-decoration: none;
}

.popover,.tooltip {
    position: absolute;
    display: block;
}

.modal-footer .btn+.btn {
    margin-bottom: 0;
    margin-left: 5px;
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px;
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width:544px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .modal-sm {
        width: 300px;
    }
}

@media (min-width:768px) {
    .modal-lg {
        width: 900px;
    }
}

.tooltip {
    z-index: 1070;
    text-align: start;
    opacity: 0;
}

.tooltip.bs-tether-element-attached-bottom,.tooltip.tooltip-top {
    padding: 5px 0;
    margin-top: -3px;
}

.tooltip.bs-tether-element-attached-bottom .tooltip-arrow,.tooltip.tooltip-top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
}

.tooltip.bs-tether-element-attached-left,.tooltip.tooltip-right {
    padding: 0 5px;
    margin-left: 3px;
}

.tooltip.bs-tether-element-attached-left .tooltip-arrow,.tooltip.tooltip-right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}

.tooltip.bs-tether-element-attached-top,.tooltip.tooltip-bottom {
    padding: 5px 0;
    margin-top: 3px;
}

.tooltip.bs-tether-element-attached-top .tooltip-arrow,.tooltip.tooltip-bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
}

.tooltip.bs-tether-element-attached-right,.tooltip.tooltip-left {
    padding: 0 5px;
    margin-left: -3px;
}

.tooltip.bs-tether-element-attached-right .tooltip-arrow,.tooltip.tooltip-left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    -webkit-border-radius: .25rem;
    border-radius: .25rem;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover {
    top: 0;
    left: 0;
    z-index: 1060;
    max-width: 276px;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: start;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    -webkit-border-radius: .3rem;
    border-radius: .3rem;
}

.carousel-caption,.carousel-control {
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}

.popover.bs-tether-element-attached-bottom,.popover.popover-top {
    margin-top: -10px;
}

.popover.bs-tether-element-attached-bottom .popover-arrow,.popover.popover-top .popover-arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
}

.popover.bs-tether-element-attached-bottom .popover-arrow::after,.popover.popover-top .popover-arrow::after {
    bottom: 1px;
    margin-left: -10px;
    content: "";
    border-top-color: #fff;
    border-bottom-width: 0;
}

.popover.bs-tether-element-attached-left,.popover.popover-right {
    margin-left: 10px;
}

.popover.bs-tether-element-attached-left .popover-arrow,.popover.popover-right .popover-arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
}

.popover.bs-tether-element-attached-left .popover-arrow::after,.popover.popover-right .popover-arrow::after {
    bottom: -10px;
    left: 1px;
    content: "";
    border-right-color: #fff;
    border-left-width: 0;
}

.popover.bs-tether-element-attached-top,.popover.popover-bottom {
    margin-top: 10px;
}

.popover.bs-tether-element-attached-top .popover-arrow,.popover.popover-bottom .popover-arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
}

.popover.bs-tether-element-attached-top .popover-arrow::after,.popover.popover-bottom .popover-arrow::after {
    top: 1px;
    margin-left: -10px;
    content: "";
    border-top-width: 0;
    border-bottom-color: #fff;
}

.popover.bs-tether-element-attached-right,.popover.popover-left {
    margin-left: -10px;
}

.popover.bs-tether-element-attached-right .popover-arrow,.popover.popover-left .popover-arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
}

.popover.bs-tether-element-attached-right .popover-arrow::after,.popover.popover-left .popover-arrow::after {
    right: 1px;
    bottom: -10px;
    content: "";
    border-right-width: 0;
    border-left-color: #fff;
}

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 1rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
}

.popover-content {
    padding: 9px 14px;
}

.p-r-0,.p-x-0 {
    padding-right: 0 !important;
}

.popover-arrow,.popover-arrow::after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.carousel,.carousel-inner {
    position: relative;
}

.popover-arrow {
    border-width: 11px;
}

.popover-arrow::after {
    content: "";
    border-width: 10px;
}

.carousel-inner {
    width: 100%;
    overflow: hidden;
}

.carousel-inner>.carousel-item {
    position: relative;
    display: none;
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    -moz-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left;
}

.carousel-inner>.carousel-item>a>img,.carousel-inner>.carousel-item>img {
    line-height: 1;
}

@media all and (transform-3d),(-webkit-transform-3d) {
    .carousel-inner>.carousel-item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -o-transition: transform .6s ease-in-out,-o-transform .6s ease-in-out;
        -moz-transition: transform .6s ease-in-out,-moz-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        transition: transform .6s ease-in-out,-webkit-transform .6s ease-in-out,-moz-transform .6s ease-in-out,-o-transform .6s ease-in-out;
        transition: transform .6s ease-in-out,-webkit-transform .6s ease-in-out,-o-transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        perspective: 1000px;
    }

    .carousel-inner>.carousel-item.active.right,.carousel-inner>.carousel-item.next {
        left: 0;
        -webkit-transform: translate3d(100%,0,0);
        -moz-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
    }

    .carousel-inner>.carousel-item.active.left,.carousel-inner>.carousel-item.prev {
        left: 0;
        -webkit-transform: translate3d(-100%,0,0);
        -moz-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
    }

    .carousel-inner>.carousel-item.active,.carousel-inner>.carousel-item.next.left,.carousel-inner>.carousel-item.prev.right {
        left: 0;
        -webkit-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
}

.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev {
    display: block;
}

.carousel-inner>.active {
    left: 0;
}

.carousel-inner>.next,.carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.carousel-inner>.next {
    left: 100%;
}

.carousel-inner>.prev {
    left: -100%;
}

.carousel-inner>.next.left,.carousel-inner>.prev.right {
    left: 0;
}

.carousel-inner>.active.left {
    left: -100%;
}

.carousel-inner>.active.right {
    left: 100%;
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    opacity: .5;
}

.carousel-control.left {
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    background-image: -moz-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    background-image: linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000',endColorstr='#00000000',GradientType=1);
    background-repeat: repeat-x;
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-image: -moz-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#80000000',GradientType=1);
    background-repeat: repeat-x;
}

.carousel-control:focus,.carousel-control:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9;
}

.carousel-control .icon-next,.carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    font-family: serif;
    line-height: 1;
}

.carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px;
}

.carousel-control .icon-next {
    right: 50%;
    margin-right: -10px;
}

.carousel-control .icon-prev::before {
    content: "\2039";
}

.carousel-control .icon-next::before {
    content: "\203a";
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}

.p-l-0,.p-x-0 {
    padding-left: 0 !important;
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: transparent;
    border: 1px solid #fff;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.bootstrap-select.btn-group .dropdown-menu li.disabled a,.bootstrap-select.btn-group.disabled,.bootstrap-select.btn-group>.disabled {
    cursor: not-allowed;
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
}

.p-t-0,.p-y-0 {
    padding-top: 0 !important;
}

.carousel-caption .btn,.text-hide {
    text-shadow: none;
}

@media (min-width:544px) {
    .carousel-control .icon-next,.carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px;
    }

    .carousel-control .icon-prev {
        margin-left: -15px;
    }

    .carousel-control .icon-next {
        margin-right: -15px;
    }

    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px;
    }

    .carousel-indicators {
        bottom: 20px;
    }
}

.p-b-0,.p-y-0 {
    padding-bottom: 0 !important;
}

.clearfix::after {
    display: table;
    clear: both;
    content: "";
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.hidden-xl-down,.hidden-xs-up,.visible-print-block {
    display: none !important;
}

.pull-xs-left {
    float: left !important;
}

.pull-xs-right {
    float: right !important;
}

.pull-xs-none {
    float: none !important;
}

@media (min-width:544px) {
    .pull-sm-left {
        float: left !important;
    }

    .pull-sm-right {
        float: right !important;
    }

    .pull-sm-none {
        float: none !important;
    }
}

@media (min-width:768px) {
    .pull-md-left {
        float: left !important;
    }

    .pull-md-right {
        float: right !important;
    }

    .pull-md-none {
        float: none !important;
    }
}

@media (min-width:992px) {
    .pull-lg-left {
        float: left !important;
    }

    .pull-lg-right {
        float: right !important;
    }

    .pull-lg-none {
        float: none !important;
    }
}

.sr-only-focusable:active,.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

.m-t-0,.m-y-0 {
    margin-top: 0 !important;
}

.m-b-0,.m-y-0 {
    margin-bottom: 0 !important;
}

.invisible {
    visibility: hidden !important;
}

.slick-loading .slick-slide,.slick-loading .slick-track {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    background-color: transparent;
    border: 0;
}

.text-justify {
    text-align: justify !important;
}

.text-nowrap {
    white-space: nowrap !important;
}

.text-truncate {
    overflow: hidden;
    white-space: nowrap;
}

.text-xs-left {
    text-align: left !important;
}

.text-xs-right {
    text-align: right !important;
}

.text-xs-center {
    text-align: center !important;
}

@media (min-width:544px) {
    .text-sm-left {
        text-align: left !important;
    }

    .text-sm-right {
        text-align: right !important;
    }

    .text-sm-center {
        text-align: center !important;
    }

    .hidden-sm-up {
        display: none !important;
    }
}

@media (min-width:768px) {
    .text-md-left {
        text-align: left !important;
    }

    .text-md-right {
        text-align: right !important;
    }

    .text-md-center {
        text-align: center !important;
    }

    .hidden-md-up {
        display: none !important;
    }
}

@media (min-width:992px) {
    .text-lg-left {
        text-align: left !important;
    }

    .text-lg-right {
        text-align: right !important;
    }

    .text-lg-center {
        text-align: center !important;
    }

    .hidden-lg-up {
        display: none !important;
    }
}

.text-lowercase {
    text-transform: lowercase !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.font-weight-normal {
    font-weight: 400;
}

.font-weight-bold {
    font-weight: 700;
}

.font-italic {
    font-style: italic;
}

.text-primary {
    color: #0275d8 !important;
}

a.text-primary:focus,a.text-primary:hover {
    color: #025aa5;
}

.text-success {
    color: #5cb85c !important;
}

a.text-success:focus,a.text-success:hover {
    color: #449d44;
}

.text-info {
    color: #5bc0de !important;
}

a.text-info:focus,a.text-info:hover {
    color: #31b0d5;
}

.text-warning {
    color: #f0ad4e !important;
}

a.text-warning:focus,a.text-warning:hover {
    color: #ec971f;
}

.text-danger {
    color: #d9534f !important;
}

a.text-danger:focus,a.text-danger:hover {
    color: #c9302c;
}

.bg-inverse {
    color: #eceeef;
    background-color: #373a3c;
}

.bg-danger,.bg-info,.bg-primary,.bg-success,.bg-warning {
    color: #fff !important;
}

.bg-faded {
    background-color: #f7f7f9;
}

.bg-primary {
    background-color: #0275d8 !important;
}

a.bg-primary:focus,a.bg-primary:hover {
    background-color: #025aa5;
}

.bg-success {
    background-color: #5cb85c !important;
}

a.bg-success:focus,a.bg-success:hover {
    background-color: #449d44;
}

.bg-info {
    background-color: #5bc0de !important;
}

a.bg-info:focus,a.bg-info:hover {
    background-color: #31b0d5;
}

.bg-warning {
    background-color: #f0ad4e !important;
}

a.bg-warning:focus,a.bg-warning:hover {
    background-color: #ec971f;
}

.bg-danger {
    background-color: #d9534f !important;
}

a.bg-danger:focus,a.bg-danger:hover {
    background-color: #c9302c;
}

.m-x-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}

.m-r-0,.m-x-0 {
    margin-right: 0 !important;
}

.m-l-0,.m-x-0 {
    margin-left: 0 !important;
}

.m-a-0 {
    margin: 0 !important;
}

.m-r-1,.m-x-1 {
    margin-right: 1rem !important;
}

.m-l-1,.m-x-1 {
    margin-left: 1rem !important;
}

.m-t-1,.m-y-1 {
    margin-top: 1rem !important;
}

.m-b-1,.m-y-1 {
    margin-bottom: 1rem !important;
}

.m-a-1 {
    margin: 1rem !important;
}

.m-r-2,.m-x-2 {
    margin-right: 1.5rem !important;
}

.m-l-2,.m-x-2 {
    margin-left: 1.5rem !important;
}

.m-t-2,.m-y-2 {
    margin-top: 1.5rem !important;
}

.m-b-2,.m-y-2 {
    margin-bottom: 1.5rem !important;
}

.m-a-2 {
    margin: 1.5rem !important;
}

.m-r-3,.m-x-3 {
    margin-right: 3rem !important;
}

.m-l-3,.m-x-3 {
    margin-left: 3rem !important;
}

.m-t-3,.m-y-3 {
    margin-top: 3rem !important;
}

.m-b-3,.m-y-3 {
    margin-bottom: 3rem !important;
}

.m-a-3 {
    margin: 3rem !important;
}

.p-a-0 {
    padding: 0 !important;
}

.p-r-1,.p-x-1 {
    padding-right: 1rem !important;
}

.p-l-1,.p-x-1 {
    padding-left: 1rem !important;
}

.p-t-1,.p-y-1 {
    padding-top: 1rem !important;
}

.p-b-1,.p-y-1 {
    padding-bottom: 1rem !important;
}

.p-a-1 {
    padding: 1rem !important;
}

.p-r-2,.p-x-2 {
    padding-right: 1.5rem !important;
}

.p-l-2,.p-x-2 {
    padding-left: 1.5rem !important;
}

.p-t-2,.p-y-2 {
    padding-top: 1.5rem !important;
}

.p-b-2,.p-y-2 {
    padding-bottom: 1.5rem !important;
}

.p-a-2 {
    padding: 1.5rem !important;
}

.p-r-3,.p-x-3 {
    padding-right: 3rem !important;
}

.p-l-3,.p-x-3 {
    padding-left: 3rem !important;
}

.p-t-3,.p-y-3 {
    padding-top: 3rem !important;
}

.p-b-3,.p-y-3 {
    padding-bottom: 3rem !important;
}

.p-a-3 {
    padding: 3rem !important;
}

.pos-f-t {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

@media (max-width:543px) {
    .hidden-xs-down {
        display: none !important;
    }
}

@media (max-width:767px) {
    .hidden-sm-down {
        display: none !important;
    }
}

@media (max-width:991px) {
    .hidden-md-down {
        display: none !important;
    }
}

@media (max-width:1199px) {
    .hidden-lg-down {
        display: none !important;
    }
}

@media (min-width:1200px) {
    .pull-xl-left {
        float: left !important;
    }

    .pull-xl-right {
        float: right !important;
    }

    .pull-xl-none {
        float: none !important;
    }

    .text-xl-left {
        text-align: left !important;
    }

    .text-xl-right {
        text-align: right !important;
    }

    .text-xl-center {
        text-align: center !important;
    }

    .hidden-xl-up {
        display: none !important;
    }
}

@media print {
    .visible-print-block {
        display: block !important;
    }
}

.visible-print-inline {
    display: none !important;
}

@media print {
    .visible-print-inline {
        display: inline !important;
    }
}

.visible-print-inline-block {
    display: none !important;
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }

    .hidden-print {
        display: none !important;
    }
}

.bootstrap-select {
    width: 220px\9;
}

.bootstrap-select>.dropdown-toggle {
    width: 100%;
    padding-right: 25px;
    z-index: 1;
}

.bootstrap-select>select {
    position: absolute !important;
    bottom: 0;
    left: 50%;
    width: .11px !important;
    height: 100% !important;
    padding: 0 !important;
    opacity: 0 !important;
    border: none;
}

.bootstrap-select>select.mobile-device {
    top: 0;
    left: 0;
    display: block !important;
    width: 100% !important;
    z-index: 2;
}

.error .bootstrap-select .dropdown-toggle,.has-error .bootstrap-select .dropdown-toggle {
    border-color: #b94a48;
}

.bootstrap-select.fit-width {
    width: auto !important;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 220px;
}

.bootstrap-select.btn-group[class*=col-] .dropdown-toggle,.bootstrap-select.form-control:not([class*=col-]),.form-inline .bootstrap-select.btn-group .form-control {
    width: 100%;
}

.bootstrap-select .dropdown-toggle:focus {
    outline: #333 dotted thin !important;
    outline: -webkit-focus-ring-color auto 5px !important;
    outline-offset: -2px;
}

.bootstrap-select.form-control {
    margin-bottom: 0;
    padding: 0;
    border: none;
}

.bootstrap-select.form-control.input-group-btn {
    z-index: auto;
}

.bootstrap-select.btn-group:not(.input-group-btn),.bootstrap-select.btn-group[class*=col-] {
    float: none;
    display: inline-block;
    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-group .bootstrap-select.btn-group,.form-horizontal .bootstrap-select.btn-group,.form-inline .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;
}

.bootstrap-select.btn-group.disabled:focus,.bootstrap-select.btn-group>.disabled:focus {
    outline: 0 !important;
}

.bootstrap-select.btn-group.bs-container {
    position: absolute;
}

.bootstrap-select.btn-group.bs-container .dropdown-menu {
    z-index: 1060;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    text-align: left;
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -2px;
    vertical-align: middle;
}

.bootstrap-select.btn-group .dropdown-menu {
    min-width: 100%;
    box-sizing: border-box;
}

.bootstrap-select.btn-group .dropdown-menu.inner {
    position: static;
    float: none;
    border: 0;
    padding: 0;
    margin: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    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 a {
    cursor: pointer;
    user-select: none;
}

.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: 5px;
    width: 96%;
    margin: 0 2%;
    min-height: 26px;
    padding: 3px 5px;
    background: #f5f5f5;
    border: 1px solid #e3e3e3;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    pointer-events: none;
    opacity: .9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.bootstrap-select.btn-group .no-results {
    padding: 3px;
    background: #f5f5f5;
    margin: 0 5px;
    white-space: nowrap;
}

.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;
    display: inline-block;
    right: 15px;
    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: 1061;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
    content: '';
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid rgba(204,204,204,.2);
    position: absolute;
    bottom: -4px;
    left: 9px;
    display: none;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    position: absolute;
    bottom: -4px;
    left: 10px;
    display: none;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
    bottom: auto;
    top: -3px;
    border-top: 7px solid rgba(204,204,204,.2);
    border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
    bottom: auto;
    top: -3px;
    border-top: 6px solid #fff;
    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:after,.bootstrap-select.show-menu-arrow.open>.dropdown-toggle:before {
    display: block;
}

.sweet-alert,.sweet-overlay {
    position: fixed;
    display: none;
}

.bs-actionsbox,.bs-donebutton,.bs-searchbox {
    padding: 4px 8px;
}

.bs-actionsbox {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.bs-donebutton,.slick-slider {
    -moz-box-sizing: border-box;
    -webkit-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 .form-control {
    margin-bottom: 0;
    width: 100%;
    float: none;
}

@-moz-keyframes showSweetAlert {
    0% {
        -moz-transform: scale(.7);
        transform: scale(.7);
        -webkit-transform: scale(.7);
    }

    45% {
        -moz-transform: scale(1.05);
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
    }

    80% {
        -moz-transform: scale(.95);
        transform: scale(.95);
        -webkit-tranform: scale(.95);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

@-o-keyframes showSweetAlert {
    0% {
        -o-transform: scale(.7);
        transform: scale(.7);
        -webkit-transform: scale(.7);
    }

    45% {
        -o-transform: scale(1.05);
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
    }

    80% {
        -o-transform: scale(.95);
        transform: scale(.95);
        -webkit-tranform: scale(.95);
    }

    100% {
        -o-transform: scale(1);
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes hideSweetAlert {
    0% {
        -moz-transform: scale(1);
        transform: scale(1);
        -webkit-transform: scale(1);
    }

    100% {
        -moz-transform: scale(.5);
        transform: scale(.5);
        -webkit-transform: scale(.5);
    }
}

@-o-keyframes hideSweetAlert {
    0% {
        -o-transform: scale(1);
        transform: scale(1);
        -webkit-transform: scale(1);
    }

    100% {
        -o-transform: scale(.5);
        transform: scale(.5);
        -webkit-transform: scale(.5);
    }
}

@-moz-keyframes animateSuccessTip {
    0%,54% {
        width: 0;
        left: 1px;
        top: 19px;
    }

    70% {
        width: 50px;
        left: -8px;
        top: 37px;
    }

    84% {
        width: 17px;
        left: 21px;
        top: 48px;
    }

    100% {
        width: 25px;
        left: 14px;
        top: 45px;
    }
}

@-o-keyframes animateSuccessTip {
    0%,54% {
        width: 0;
        left: 1px;
        top: 19px;
    }

    70% {
        width: 50px;
        left: -8px;
        top: 37px;
    }

    84% {
        width: 17px;
        left: 21px;
        top: 48px;
    }

    100% {
        width: 25px;
        left: 14px;
        top: 45px;
    }
}

@-moz-keyframes animateSuccessLong {
    0%,65% {
        width: 0;
        right: 46px;
        top: 54px;
    }

    84% {
        width: 55px;
        right: 0;
        top: 35px;
    }

    100% {
        width: 47px;
        right: 8px;
        top: 38px;
    }
}

@-o-keyframes animateSuccessLong {
    0%,65% {
        width: 0;
        right: 46px;
        top: 54px;
    }

    84% {
        width: 55px;
        right: 0;
        top: 35px;
    }

    100% {
        width: 47px;
        right: 8px;
        top: 38px;
    }
}

@-moz-keyframes rotatePlaceholder {
    0%,5% {
        -moz-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }

    100%,12% {
        -moz-transform: rotate(-405deg);
        transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg);
    }
}

@-o-keyframes rotatePlaceholder {
    0%,5% {
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }

    100%,12% {
        -o-transform: rotate(-405deg);
        transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg);
    }
}

@-moz-keyframes animateErrorIcon {
    0% {
        -moz-transform: rotateX(100deg);
        transform: rotateX(100deg);
        -webkit-transform: rotateX(100deg);
        opacity: 0;
    }

    100% {
        -moz-transform: rotateX(0);
        transform: rotateX(0);
        -webkit-transform: rotateX(0);
        opacity: 1;
    }
}

@-o-keyframes animateErrorIcon {
    0% {
        transform: rotateX(100deg);
        -webkit-transform: rotateX(100deg);
        opacity: 0;
    }

    100% {
        transform: rotateX(0);
        -webkit-transform: rotateX(0);
        opacity: 1;
    }
}

@-moz-keyframes animateXMark {
    0%,50% {
        -moz-transform: scale(.4);
        transform: scale(.4);
        -webkit-transform: scale(.4);
        margin-top: 26px;
        opacity: 0;
    }

    80% {
        -moz-transform: scale(1.15);
        transform: scale(1.15);
        -webkit-transform: scale(1.15);
        margin-top: -6px;
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
        -webkit-transform: scale(1);
        margin-top: 0;
        opacity: 1;
    }
}

@-o-keyframes animateXMark {
    0%,50% {
        -o-transform: scale(.4);
        transform: scale(.4);
        -webkit-transform: scale(.4);
        margin-top: 26px;
        opacity: 0;
    }

    80% {
        -o-transform: scale(1.15);
        transform: scale(1.15);
        -webkit-transform: scale(1.15);
        margin-top: -6px;
    }

    100% {
        -o-transform: scale(1);
        transform: scale(1);
        -webkit-transform: scale(1);
        margin-top: 0;
        opacity: 1;
    }
}

@-webkit-keyframes pulseWarning {
    0% {
        border-color: #F8D486;
    }

    100% {
        border-color: #F8BB86;
    }
}

@-moz-keyframes pulseWarning {
    0% {
        border-color: #F8D486;
    }

    100% {
        border-color: #F8BB86;
    }
}

@-o-keyframes pulseWarning {
    0% {
        border-color: #F8D486;
    }

    100% {
        border-color: #F8BB86;
    }
}

@keyframes pulseWarning {
    0% {
        border-color: #F8D486;
    }

    100% {
        border-color: #F8BB86;
    }
}

@-webkit-keyframes pulseWarningIns {
    0% {
        background-color: #F8D486;
    }

    100% {
        background-color: #F8BB86;
    }
}

@-moz-keyframes pulseWarningIns {
    0% {
        background-color: #F8D486;
    }

    100% {
        background-color: #F8BB86;
    }
}

@-o-keyframes pulseWarningIns {
    0% {
        background-color: #F8D486;
    }

    100% {
        background-color: #F8BB86;
    }
}

@keyframes pulseWarningIns {
    0% {
        background-color: #F8D486;
    }

    100% {
        background-color: #F8BB86;
    }
}

.sweet-overlay {
    background-color: rgba(0,0,0,.4);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1040;
}

.sweet-alert {
    background-color: #fff;
    width: 478px;
    padding: 17px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    left: 50%;
    top: 50%;
    margin-left: -256px;
    margin-top: -200px;
    overflow: hidden;
    z-index: 2000;
}

@media all and (max-width:767px) {
    .sweet-alert {
        width: auto;
        margin-left: 0;
        margin-right: 0;
        left: 15px;
        right: 15px;
    }
}

.sweet-alert .icon {
    width: 80px;
    height: 80px;
    border: 4px solid gray;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: 20px auto;
    position: relative;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.sweet-alert .icon.error .x-mark {
    position: relative;
    display: block;
}

.sweet-alert .icon.error .line {
    position: absolute;
    height: 5px;
    width: 47px;
    display: block;
    top: 37px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.sweet-alert .icon.error .line.left {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 17px;
}

.sweet-alert .icon.error .line.right {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 16px;
}

.sweet-alert .icon.success::after,.sweet-alert .icon.success::before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}

.sweet-alert .icon.warning .body {
    position: absolute;
    width: 5px;
    height: 47px;
    left: 50%;
    top: 10px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-left: -2px;
    background-color: #f0ad4e;
}

.sweet-alert .icon.warning .dot {
    position: absolute;
    width: 7px;
    height: 7px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-left: -3px;
    left: 50%;
    bottom: 10px;
    background-color: #f0ad4e;
}

.sweet-alert .icon.info::after,.sweet-alert .icon.info::before {
    content: "";
    background-color: #5bc0de;
    position: absolute;
}

.sweet-alert .icon.info::before {
    width: 5px;
    height: 29px;
    left: 50%;
    bottom: 17px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-left: -2px;
}

.sweet-alert .icon.info::after {
    width: 7px;
    height: 7px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-left: -3px;
    top: 19px;
}

.sweet-alert .icon.success {
    border-color: #4cae4c;
}

.sweet-alert .icon.success::after,.sweet-alert .icon.success::before {
    content: '';
    position: absolute;
    width: 60px;
    height: 120px;
    background: #fff;
}

.sweet-alert .icon.success::before {
    -webkit-border-radius: 120px 0 0 120px;
    border-radius: 120px 0 0 120px;
    top: -7px;
    left: -33px;
    transform: rotate(-45deg);
    -webkit-transform-origin: 60px 60px;
    -moz-transform-origin: 60px 60px;
    -ms-transform-origin: 60px 60px;
    -o-transform-origin: 60px 60px;
    transform-origin: 60px 60px;
}

.sweet-alert .icon.success::after {
    -webkit-border-radius: 0 120px 120px 0;
    border-radius: 0 120px 120px 0;
    top: -11px;
    left: 30px;
    transform: rotate(-45deg);
    -webkit-transform-origin: 0 60px;
    -moz-transform-origin: 0 60px;
    -ms-transform-origin: 0 60px;
    -o-transform-origin: 0 60px;
    transform-origin: 0 60px;
}

.sweet-alert .icon.success .placeholder {
    width: 80px;
    height: 80px;
    border: 4px solid rgba(92,184,92,.2);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    position: absolute;
    left: -4px;
    top: -4px;
    z-index: 2;
}

.sweet-alert .icon.success .fix {
    width: 5px;
    height: 90px;
    background-color: #fff;
    position: absolute;
    left: 28px;
    top: 8px;
    z-index: 1;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.sweet-alert .icon.success .line {
    height: 5px;
    display: block;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    position: absolute;
    z-index: 2;
}

.slick-list,.slick-slider,.slick-track {
    position: relative;
    display: block;
}

.sweet-alert .icon.success .line.tip {
    width: 25px;
    left: 14px;
    top: 46px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.sweet-alert .icon.success .line.long {
    width: 47px;
    right: 8px;
    top: 38px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.sweet-alert .icon.custom {
    -o-background-size: contain;
    background-size: contain;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: none;
    background-position: center center;
    background-repeat: no-repeat;
}

.sweet-alert .btn-default:focus {
    border-color: #ccc;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(204,204,204,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(204,204,204,.6);
}

.sweet-alert .btn-success:focus {
    border-color: #4cae4c;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(76,174,76,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(76,174,76,.6);
}

.sweet-alert .btn-info:focus {
    border-color: #46b8da;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(70,184,218,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(70,184,218,.6);
}

.sweet-alert .btn-danger:focus {
    border-color: #d43f3a;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(212,63,58,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(212,63,58,.6);
}

.sweet-alert .btn-warning:focus {
    border-color: #eea236;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(238,162,54,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(238,162,54,.6);
}

.sweet-alert button::-moz-focus-inner {
    border: 0;
}

.slick-slider {
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: 0;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-list,.slick-slider .slick-track {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.slick-track {
    left: 0;
    top: 0;
}

.slick-track:after,.slick-track:before {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir=rtl] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

@-webkit-keyframes showSweetAlert {
    0% {
        transform: scale(.7);
        -webkit-transform: scale(.7);
    }

    45% {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
    }

    80% {
        -webkit-transform: scale(.95);
        transform: scale(.95);
        -webkit-tranform: scale(.95);
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

@keyframes showSweetAlert {
    0% {
        -moz-transform: scale(.7);
        -o-transform: scale(.7);
        transform: scale(.7);
        -webkit-transform: scale(.7);
    }

    45% {
        -moz-transform: scale(1.05);
        -o-transform: scale(1.05);
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
    }

    80% {
        -webkit-transform: scale(.95);
        -moz-transform: scale(.95);
        -o-transform: scale(.95);
        transform: scale(.95);
        -webkit-tranform: scale(.95);
    }

    100% {
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

@-webkit-keyframes hideSweetAlert {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }

    100% {
        transform: scale(.5);
        -webkit-transform: scale(.5);
    }
}

@keyframes hideSweetAlert {
    0% {
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        -webkit-transform: scale(1);
    }

    100% {
        -moz-transform: scale(.5);
        -o-transform: scale(.5);
        transform: scale(.5);
        -webkit-transform: scale(.5);
    }
}

.showSweetAlert {
    -webkit-animation: showSweetAlert .3s;
    -moz-animation: showSweetAlert .3s;
    -o-animation: showSweetAlert .3s;
    animation: showSweetAlert .3s;
}

.hideSweetAlert {
    -webkit-animation: hideSweetAlert .2s;
    -moz-animation: hideSweetAlert .2s;
    -o-animation: hideSweetAlert .2s;
    animation: hideSweetAlert .2s;
}

@-webkit-keyframes animateSuccessTip {
    0%,54% {
        width: 0;
        left: 1px;
        top: 19px;
    }

    70% {
        width: 50px;
        left: -8px;
        top: 37px;
    }

    84% {
        width: 17px;
        left: 21px;
        top: 48px;
    }

    100% {
        width: 25px;
        left: 14px;
        top: 45px;
    }
}

@keyframes animateSuccessTip {
    0%,54% {
        width: 0;
        left: 1px;
        top: 19px;
    }

    70% {
        width: 50px;
        left: -8px;
        top: 37px;
    }

    84% {
        width: 17px;
        left: 21px;
        top: 48px;
    }

    100% {
        width: 25px;
        left: 14px;
        top: 45px;
    }
}

@-webkit-keyframes animateSuccessLong {
    0%,65% {
        width: 0;
        right: 46px;
        top: 54px;
    }

    84% {
        width: 55px;
        right: 0;
        top: 35px;
    }

    100% {
        width: 47px;
        right: 8px;
        top: 38px;
    }
}

@keyframes animateSuccessLong {
    0%,65% {
        width: 0;
        right: 46px;
        top: 54px;
    }

    84% {
        width: 55px;
        right: 0;
        top: 35px;
    }

    100% {
        width: 47px;
        right: 8px;
        top: 38px;
    }
}

@-webkit-keyframes rotatePlaceholder {
    0%,5% {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }

    100%,12% {
        transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg);
    }
}

@keyframes rotatePlaceholder {
    0%,5% {
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }

    100%,12% {
        -moz-transform: rotate(-405deg);
        -o-transform: rotate(-405deg);
        transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg);
    }
}

.animateSuccessTip {
    -webkit-animation: animateSuccessTip .75s;
    -moz-animation: animateSuccessTip .75s;
    -o-animation: animateSuccessTip .75s;
    animation: animateSuccessTip .75s;
}

.animateSuccessLong {
    -webkit-animation: animateSuccessLong .75s;
    -moz-animation: animateSuccessLong .75s;
    -o-animation: animateSuccessLong .75s;
    animation: animateSuccessLong .75s;
}

.icon.success.animate::after {
    -webkit-animation: rotatePlaceholder 4.25s ease-in;
    -moz-animation: rotatePlaceholder 4.25s ease-in;
    -o-animation: rotatePlaceholder 4.25s ease-in;
    animation: rotatePlaceholder 4.25s ease-in;
}

@-webkit-keyframes animateErrorIcon {
    0% {
        transform: rotateX(100deg);
        -webkit-transform: rotateX(100deg);
        opacity: 0;
    }

    100% {
        transform: rotateX(0);
        -webkit-transform: rotateX(0);
        opacity: 1;
    }
}

@keyframes animateErrorIcon {
    0% {
        -moz-transform: rotateX(100deg);
        transform: rotateX(100deg);
        -webkit-transform: rotateX(100deg);
        opacity: 0;
    }

    100% {
        -moz-transform: rotateX(0);
        transform: rotateX(0);
        -webkit-transform: rotateX(0);
        opacity: 1;
    }
}

.animateErrorIcon {
    -webkit-animation: animateErrorIcon .5s;
    -moz-animation: animateErrorIcon .5s;
    -o-animation: animateErrorIcon .5s;
    animation: animateErrorIcon .5s;
}

@-webkit-keyframes animateXMark {
    0%,50% {
        transform: scale(.4);
        -webkit-transform: scale(.4);
        margin-top: 26px;
        opacity: 0;
    }

    80% {
        transform: scale(1.15);
        -webkit-transform: scale(1.15);
        margin-top: -6px;
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        margin-top: 0;
        opacity: 1;
    }
}

@keyframes animateXMark {
    0%,50% {
        -moz-transform: scale(.4);
        -o-transform: scale(.4);
        transform: scale(.4);
        -webkit-transform: scale(.4);
        margin-top: 26px;
        opacity: 0;
    }

    80% {
        -moz-transform: scale(1.15);
        -o-transform: scale(1.15);
        transform: scale(1.15);
        -webkit-transform: scale(1.15);
        margin-top: -6px;
    }

    100% {
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        -webkit-transform: scale(1);
        margin-top: 0;
        opacity: 1;
    }
}

.animateXMark {
    -webkit-animation: animateXMark .5s;
    -moz-animation: animateXMark .5s;
    -o-animation: animateXMark .5s;
    animation: animateXMark .5s;
}

@-webkit-keyframes pulseWarning {
    0% {
        border-color: rgba(242,152,36,.5);
    }

    100% {
        border-color: #f29824;
    }
}

@keyframes pulseWarning {
    0% {
        border-color: rgba(242,152,36,.5);
    }

    100% {
        border-color: #f29824;
    }
}

.pulseWarning {
    -webkit-animation: pulseWarning .75s infinite alternate;
    -moz-animation: pulseWarning .75s infinite alternate;
    -o-animation: pulseWarning .75s infinite alternate;
    animation: pulseWarning .75s infinite alternate;
}

@-webkit-keyframes pulseWarningIns {
    0% {
        background-color: rgba(242,152,36,.5);
    }

    100% {
        background-color: #f29824;
    }
}

@keyframes pulseWarningIns {
    0% {
        background-color: rgba(242,152,36,.5);
    }

    100% {
        background-color: #f29824;
    }
}

.pulseWarningIns {
    -webkit-animation: pulseWarningIns .75s infinite alternate;
    -moz-animation: pulseWarningIns .75s infinite alternate;
    -o-animation: pulseWarningIns .75s infinite alternate;
    animation: pulseWarningIns .75s infinite alternate;
}

/*!
 * Datetimepicker for Bootstrap 3
 * version : 4.17.37
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
.bootstrap-datetimepicker-widget.dropdown-menu {
    margin: 2px 0;
    padding: 4px;
    width: 19em;
}

@media (min-width:768px) {
    .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width: 38em;
    }
}

@media (min-width:992px) {
    .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width: 38em;
    }
}

@media (min-width:1200px) {
    .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width: 38em;
    }
}

.bootstrap-datetimepicker-widget.dropdown-menu:after,.bootstrap-datetimepicker-widget.dropdown-menu:before {
    content: '';
    position: absolute;
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-bottom-color: rgba(0,0,0,.2);
    top: -7px;
    left: 7px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    top: -6px;
    left: 8px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #ccc;
    border-top-color: rgba(0,0,0,.2);
    bottom: -7px;
    left: 6px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #fff;
    bottom: -6px;
    left: 7px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
    left: auto;
    right: 6px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
    left: auto;
    right: 7px;
}

.bootstrap-datetimepicker-widget .list-unstyled {
    margin: 0;
}

.bootstrap-datetimepicker-widget a[data-action] {
    padding: 6px 0;
}

.bootstrap-datetimepicker-widget a[data-action]:active {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.bootstrap-datetimepicker-widget .timepicker-hour,.bootstrap-datetimepicker-widget .timepicker-minute,.bootstrap-datetimepicker-widget .timepicker-second {
    width: 54px;
    font-weight: 700;
    font-size: 1.2em;
    margin: 0;
}

.bootstrap-datetimepicker-widget button[data-action] {
    padding: 6px;
}

.bootstrap-datetimepicker-widget .btn[data-action=incrementHours]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
    content: "Increment Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action=incrementMinutes]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
    content: "Increment Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action=decrementHours]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
    content: "Decrement Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action=decrementMinutes]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
    content: "Decrement Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action=showHours]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
    content: "Show Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action=showMinutes]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
    content: "Show Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action=togglePeriod]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
    content: "Toggle AM/PM";
}

.bootstrap-datetimepicker-widget .btn[data-action=clear]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
    content: "Clear the picker";
}

.bootstrap-datetimepicker-widget .btn[data-action=today]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
    content: "Set the date to today";
}

.bootstrap-datetimepicker-widget .picker-switch {
    text-align: center;
}

.bootstrap-datetimepicker-widget .picker-switch::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
    content: "Toggle Date and Time Screens";
}

.bootstrap-datetimepicker-widget .picker-switch td {
    padding: 0;
    margin: 0;
    height: auto;
    width: auto;
    line-height: inherit;
}

.bootstrap-datetimepicker-widget .picker-switch td span {
    line-height: 2.5;
    height: 2.5em;
    width: 100%;
}

.bootstrap-datetimepicker-widget table {
    width: 100%;
    margin: 0;
}

.bootstrap-datetimepicker-widget table td,.bootstrap-datetimepicker-widget table th {
    text-align: center;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.bootstrap-datetimepicker-widget table th.disabled,.bootstrap-datetimepicker-widget table th.disabled:hover {
    background: 0 0;
    color: #777;
    cursor: not-allowed;
}

.bootstrap-datetimepicker-widget table th.prev::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
    content: "Previous Month";
}

.bootstrap-datetimepicker-widget table th.next::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
    content: "Next Month";
}

.bootstrap-datetimepicker-widget table thead tr:first-child th {
    cursor: pointer;
}

.bootstrap-datetimepicker-widget table td {
    height: 54px;
    line-height: 54px;
    width: 54px;
}

.bootstrap-datetimepicker-widget table td.cw {
    font-size: .8em;
    height: 20px;
    line-height: 20px;
    color: #777;
}

.bootstrap-datetimepicker-widget table td.day:hover,.bootstrap-datetimepicker-widget table td.hour:hover,.bootstrap-datetimepicker-widget table td.minute:hover,.bootstrap-datetimepicker-widget table td.second:hover {
    background: #eee;
    cursor: pointer;
}

.bootstrap-datetimepicker-widget table td.new,.bootstrap-datetimepicker-widget table td.old {
    color: #777;
}

.bootstrap-datetimepicker-widget table td.today {
    position: relative;
}

.bootstrap-datetimepicker-widget table td.today:before {
    content: '';
    display: inline-block;
    border: solid transparent;
    border-width: 0 0 7px 7px;
    border-bottom-color: #337ab7;
    border-top-color: rgba(0,0,0,.2);
    position: absolute;
    bottom: 4px;
    right: 4px;
}

.bootstrap-datetimepicker-widget table td.active,.bootstrap-datetimepicker-widget table td.active:hover {
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
}

.bootstrap-datetimepicker-widget table td.active.today:before {
    border-bottom-color: #fff;
}

.bootstrap-datetimepicker-widget table td.disabled,.bootstrap-datetimepicker-widget table td.disabled:hover {
    background: 0 0;
    color: #777;
    cursor: not-allowed;
}

.bootstrap-datetimepicker-widget table td span {
    display: inline-block;
    width: 54px;
    height: 54px;
    line-height: 54px;
    margin: 2px 1.5px;
    cursor: pointer;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.bootstrap-datetimepicker-widget table td span:hover {
    background: #eee;
}

.bootstrap-datetimepicker-widget table td span.active {
    background-color: #337ab7;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
}

.bootstrap-datetimepicker-widget table td span.old {
    color: #777;
}

.bootstrap-datetimepicker-widget table td span.disabled,.bootstrap-datetimepicker-widget table td span.disabled:hover {
    background: 0 0;
    color: #777;
    cursor: not-allowed;
}

.select2-close-mask,.select2-container--default .select2-selection--single,.select2-dropdown {
    background-color: #fff;
}

.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
    height: 27px;
    line-height: 27px;
}

.bootstrap-datetimepicker-widget.wider {
    width: 21em;
}

.bootstrap-datetimepicker-widget .datepicker-decades .decade {
    line-height: 1.8em !important;
}

.input-group.date .input-group-addon {
    cursor: pointer;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

.select2-container {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
}

.select2-container .select2-selection--single {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
    position: relative;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px;
}

.select2-container .select2-selection--multiple {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    white-space: nowrap;
}

.select2-container .select2-search--inline {
    float: left;
}

.select2-container .select2-search--inline .select2-search__field {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

.select2-dropdown {
    border: 1px solid #aaa;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
}

.select2-results {
    display: block;
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0;
}

.select2-results__option {
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-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;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
}

.select2-search--dropdown {
    display: block;
    padding: 4px;
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
    display: none;
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    filter: alpha(opacity=0);
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888;
    border-width: 0 4px 5px;
}

.select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-top: 5px;
    margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline,.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-left: 5px;
    margin-right: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #000;
    outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: 0 0;
    border: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: textfield;
}

.select2-container--default .select2-results>.select2-results__options {
    overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em;
}

.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 {
    margin-left: -1em;
    padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-linear-gradient(top,#fff 50%,#eee 100%);
    background-image: -o-linear-gradient(top,#fff 50%,#eee 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(50%,#fff),to(#eee));
    background-image: -moz-linear-gradient(top,#fff 50%,#eee 100%);
    background-image: linear-gradient(to bottom,#fff 50%,#eee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF',endColorstr='#FFEEEEEE',GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top,#eee 50%,#ccc 100%);
    background-image: -o-linear-gradient(top,#eee 50%,#ccc 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(50%,#eee),to(#ccc));
    background-image: -moz-linear-gradient(top,#eee 50%,#ccc 100%);
    background-image: linear-gradient(to bottom,#eee 50%,#ccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE',endColorstr='#FFCCCCCC',GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    -webkit-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
    left: 1px;
    right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: 0 0;
    border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888;
    border-width: 0 4px 5px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top,#fff 0,#eee 50%);
    background-image: -o-linear-gradient(top,#fff 0,#eee 50%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(white),color-stop(50%,#eee));
    background-image: -moz-linear-gradient(top,#fff 0,#eee 50%);
    background-image: linear-gradient(to bottom,#fff 0,#eee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF',endColorstr='#FFEEEEEE',GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top,#eee 50%,#fff 100%);
    background-image: -o-linear-gradient(top,#eee 50%,#fff 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(50%,#eee),to(white));
    background-image: -moz-linear-gradient(top,#eee 50%,#fff 100%);
    background-image: linear-gradient(to bottom,#eee 50%,#fff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE',endColorstr='#FFFFFFFF',GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    cursor: text;
    outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    float: right;
    margin-left: 5px;
    margin-right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
    border-top: none;
}

.select2-container--classic .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
    padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: #fff;
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb;
}

.pie_progress {
    text-align: center;
    position: relative;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.pie_progress svg {
    margin: 0 auto;
}

.pie_progress__content,.pie_progress__icon,.pie_progress__label,.pie_progress__number {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.pie_progress__number {
    font-size: 15px;
}

.pie_progress__label {
    margin-top: 32px;
    font-size: 12px;
}

.pie_progress__svg {
    display: inline-block;
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    vertical-align: middle;
    overflow: hidden;
}

.pie_progress__svg svg {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}

.jspContainer {
    overflow: hidden;
    position: relative;
    width: 100% !important;
}

.jspPane {
    position: absolute;
    width: 100% !important;
}

.jspVerticalBar {
    position: absolute;
    top: 0;
    right: 0;
    width: 8px;
    height: 100%;
    background: 0 0;
}

.jspHorizontalBar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 8px;
    background: 0 0;
}

.jspDrag,.jspTrack,.typeahead-button,.typeahead-container,.typeahead-field,.typeahead-filter,.typeahead-query {
    position: relative;
}

.jspCap {
    display: none;
}

.jspHorizontalBar .jspCap {
    float: left;
}

.jspTrack {
    background: 0 0;
}

.jspDrag {
    background: rgba(123, 195, 0, 0.53);
    border: 1px solid #fff;
    -webkit-border-radius: 2px;
    border-radius: 5px;
    top: 0;
    left: 0;
    cursor: pointer;
}

.jspHorizontalBar .jspDrag,.jspHorizontalBar .jspTrack {
    float: left;
    height: 100%;
}

.jspArrow {
    background: #50506d;
    text-indent: -20000px;
    display: block;
    cursor: pointer;
    padding: 0;
    margin: 0;
}

.jspArrow.jspDisabled {
    cursor: default;
    background: #80808d;
}

.jspVerticalBar .jspArrow {
    height: 8px;
}

.jspHorizontalBar .jspArrow {
    width: 8px;
    float: left;
    height: 100%;
}

.jspVerticalBar .jspArrow:focus {
    outline: 0;
}

.jspCorner {
    background: #eeeef4;
    float: left;
    height: 100%;
}

* html .jspCorner {
    margin: 0 -3px 0 0;
}

.typeahead-query {
    width: 100%;
    z-index: 2;
}

.typeahead-filter button {
    min-width: 66px;
}

.typeahead-field {
    display: table;
    border-collapse: separate;
    width: 100%;
}

.tbl,table {
    border-collapse: collapse;
}

.typeahead-button {
    font-size: 0;
    white-space: nowrap;
    width: 1%;
    vertical-align: middle;
}

.typeahead-field>span {
    display: table-cell;
    vertical-align: top;
}

.typeahead-button button {
    -webkit-border-top-right-radius: 2px;
    border-top-right-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.typeahead-field input,.typeahead-select {
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
}

.typeahead-container .typeahead-field input {
    background: #fff;
}

.typeahead-container.hint .typeahead-field input {
    background: 0 0;
}

.typeahead-container.hint .typeahead-field input:last-child,.typeahead-hint {
    background: #fff;
}

.typeahead-container button {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #d8e2e7;
    white-space: nowrap;
    padding: 0 .75rem;
    font-size: 1rem;
    height: 38px;
    line-height: 36px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #919fa9;
    -webkit-border-radius: 0 .25rem .25rem 0;
    border-radius: 0 .25rem .25rem 0;
}

.typeahead-container button:focus,.typeahead-container button:hover {
    background-color: #f6f8fa;
}

.typeahead-container button.disabled,.typeahead-container button[disabled],.typeahead-field input.disabled,.typeahead-field input[disabled] {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #fff;
    border-color: #ccc;
}

.typeahead-button button,.typeahead-filter button {
    margin-left: -1px;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
}

.typeahead-button,.typeahead-filter {
    z-index: 1;
}

.typeahead-button:active,.typeahead-button:active button:active,.typeahead-button:focus,.typeahead-button:focus button:focus,.typeahead-button:hover,.typeahead-container.filter .typeahead-filter,.typeahead-filter:active,.typeahead-filter:focus,.typeahead-filter:hover {
    z-index: 1001;
}

.typeahead-dropdown,.typeahead-list {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    width: 100%;
    min-width: 160px;
    padding: 0;
    margin: 6px 0 0;
    list-style: none;
    font-size: 1rem;
    text-align: left;
    background-color: #fff;
    border: 1px solid #d8e2e7;
    -webkit-border-radius: .25rem;
    border-radius: .25rem;
    -o-background-clip: padding-box;
    background-clip: padding-box;
}

.fileinput-button,.typeahead-list>li {
    position: relative;
}

.typeahead-result.detached .typeahead-list {
    position: relative;
    z-index: 1041;
    top: auto;
    left: auto;
}

.typeahead-dropdown {
    right: 0;
    left: auto;
    z-index: 1001;
}

.typeahead-list>li:first-child {
    border-top: none;
}

.typeahead-dropdown>li>a,.typeahead-list>li>a {
    display: block;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #343434;
    text-decoration: none;
}

.typeahead-dropdown>li>a {
    white-space: nowrap;
}

.typeahead-dropdown>li.active>a,.typeahead-dropdown>li>a:focus,.typeahead-dropdown>li>a:hover,.typeahead-list>li.active>a,.typeahead-list>li>a:focus,.typeahead-list>li>a:hover {
    color: #00a8ff;
}

.typeahead-list.empty>li.active>a,.typeahead-list.empty>li>a:focus,.typeahead-list.empty>li>a:hover {
    background-color: transparent;
}

.typeahead-list.empty>li>a {
    cursor: default;
}

.typeahead-list>li.typeahead-group.active>a,.typeahead-list>li.typeahead-group>a,.typeahead-list>li.typeahead-group>a:focus,.typeahead-list>li.typeahead-group>a:hover {
    border-color: #9cb4c5;
    color: #305d8c;
    cursor: default;
}

.typeahead-container.backdrop+.typeahead-backdrop,.typeahead-container.filter .typeahead-dropdown,.typeahead-container.hint .typeahead-hint,.typeahead-container.result .typeahead-list {
    display: block !important;
}

.typeahead-container .typeahead-dropdown,.typeahead-container .typeahead-hint,.typeahead-container .typeahead-list,.typeahead-container+.typeahead-backdrop {
    display: none !important;
}

.typeahead-dropdown .divider {
    height: 1px;
    margin: 5px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.typeahead-caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.typeahead-search-icon {
    min-width: 40px;
    height: 18px;
    font-size: 13px;
    display: block;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABH0lEQVR4nJ3SvyvFYRTH8deVkkJ3UUZJIbJ8bzJjMtyMym6w2Njs/gCDP0AGCyWjxYDF5GdJYpS6xaIUw/d8771dT7qc+vZ8vs95zvuc5zmnlGWZsG6sYBGjsXeNHWzjQ8JKARjCEUZSh3CJeTy3OjoicxF8hwX0oi/0HSZwiK4UYKUpeBoHeMdb6OnwTWI5BVgMvYZaovwa1kMvpQBjoY8TwVp84ylAO/YV62cKcBt65hfAbKwPKcBu6E2UE8Hl8MF+CrCFG/nwnKKKnviqONOYj6NWQDFIg/I+/3ikFnuUX6d+lY4mR4ZVnMvnoIYLbKCCp0h0otG5egXt2HAED+BFPmAP7bYR7jGHV/RjCjr/AICryFzB3n8ARSX3xc83qRk4q9rDNWcAAAAASUVORK5CYII=) center center no-repeat;
}

.typeahead-display strong {
    font-weight: 700;
}

.fileinput-button {
    overflow: hidden;
    display: inline-block;
}

.fileinput-button input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    font-size: 200px;
    direction: ltr;
    cursor: pointer;
}

@media screen {
    .fileinput-button input {
        filter: alpha(opacity=0);
        font-size: 100%;
        height: 100%;
    }
}

.fileupload-buttonbar .btn,.fileupload-buttonbar .toggle {
    margin-bottom: 5px;
}

.progress-animated .bar,.progress-animated .progress-bar {
    background: url(../img/progressbar.gif) !important;
    -webkit-filter: none;
    filter: none;
}

.fileupload-process {
    float: right;
    display: none;
}

.files .processing .preview,.fileupload-processing .fileupload-process {
    display: block;
    width: 32px;
    height: 32px;
    background: url(../img/loading.gif) center no-repeat;
    -o-background-size: contain;
    background-size: contain;
}

.files audio,.files video {
    max-width: 300px;
}

@media (max-width:767px) {
    .files .btn span,.files .toggle,.fileupload-buttonbar .toggle {
        display: none;
    }

    .files .name {
        width: 80px;
        word-wrap: break-word;
    }

    .files audio,.files video {
        max-width: 80px;
    }

    .files canvas,.files img {
        max-width: 100%;
    }
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-image,.fancybox-inner,.fancybox-nav,.fancybox-nav span,.fancybox-outer,.fancybox-skin,.fancybox-tmp,.fancybox-wrap,.fancybox-wrap iframe,.fancybox-wrap object {
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    vertical-align: top;
}

*,a,a:focus,a:hover {
    outline: 0 !important;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

.fancybox-inner,.fancybox-outer,.fancybox-skin {
    position: relative;
}

.fancybox-skin {
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
}

.fancybox-opened {
    z-index: 8030;
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0,0,0,.5);
    box-shadow: 0 10px 25px rgba(0,0,0,.5);
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-iframe,.fancybox-image {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading,.fancybox-close,.fancybox-next span,.fancybox-prev span {
    background-image: url(../img/fancybox_sprite.png);
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: .8;
    cursor: pointer;
    z-index: 8060;
}

.fancybox-close,.fancybox-nav,.fancybox-nav span {
    z-index: 8040;
    position: absolute;
    cursor: pointer;
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url(../img/fancybox_loading.gif) center center no-repeat;
}

.fancybox-close {
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
}

.fancybox-nav {
    top: 0;
    width: 40%;
    height: 100%;
    text-decoration: none;
    background: url(../img/blank.gif);
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    visibility: hidden;
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}

.fancybox-lock,.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock {
    width: auto;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url(../img/fancybox_overlay.png);
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}

.fancybox-title {
    visibility: hidden;
    font: 400 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: 0 0;
    background: rgba(0,0,0,.8);
    -webkit-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: 700;
    line-height: 24px;
    white-space: nowrap;
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0,0,0,.8);
}

.flag-icon,.flag-icon-background {
    background-position: 50%;
    background-repeat: no-repeat;
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5) {
    #fancybox-loading,.fancybox-close,.fancybox-next span,.fancybox-prev span {
        background-image: url(../img/fancybox_sprite@2x.png);
        -o-background-size: 44px 152px;
        background-size: 44px 152px;
    }

    #fancybox-loading div {
        background-image: url(../img/fancybox_loading@2x.gif);
        -o-background-size: 24px 24px;
        background-size: 24px 24px;
    }
}

.bootstrap-touchspin .input-group-btn-vertical {
    position: relative;
    white-space: nowrap;
    width: 1%;
    vertical-align: middle;
    display: table-cell;
}

.bootstrap-touchspin .input-group-btn-vertical>.btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
    padding: 8px 10px;
    margin-left: -1px;
    position: relative;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
    -webkit-border-radius: 0 4px 0 0;
    border-radius: 0 4px 0 0;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
    margin-top: -2px;
    -webkit-border-radius: 0 0 4px;
    border-radius: 0 0 4px;
}

.bootstrap-touchspin .input-group-btn-vertical i {
    position: absolute;
    font-size: 9px;
    font-weight: 400;
}

.flag-icon-background {
    -o-background-size: contain;
    background-size: contain;
}

.flag-icon {
    -o-background-size: contain;
    background-size: contain;
    position: relative;
    display: inline-block;
    width: 1.33333333em;
    line-height: 1em;
    opacity: .7;
}

.flag-icon:before {
    content: "\00a0";
}

.flag-icon.flag-icon-squared {
    width: 1em;
}


.ui-pnotify {
    top: 36px;
    right: 36px;
    position: absolute;
    height: auto;
    z-index: 2;
}

body>.ui-pnotify {
    position: fixed;
    z-index: 100040;
}

.ui-pnotify-modal-overlay {
    background-color: rgba(0,0,0,.4);
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1;
}

body>.ui-pnotify-modal-overlay {
    position: fixed;
    z-index: 100039;
}

.ui-pnotify.ui-pnotify-in {
    display: block !important;
}

.ui-pnotify.ui-pnotify-move {
    -webkit-transition: left .5s ease,top .5s ease,right .5s ease,bottom .5s ease;
    -moz-transition: left .5s ease,top .5s ease,right .5s ease,bottom .5s ease;
    -o-transition: left .5s ease,top .5s ease,right .5s ease,bottom .5s ease;
    transition: left .5s ease,top .5s ease,right .5s ease,bottom .5s ease;
}

.ui-pnotify.ui-pnotify-fade-slow {
    -webkit-transition: opacity .6s linear;
    -moz-transition: opacity .6s linear;
    -o-transition: opacity .6s linear;
    transition: opacity .6s linear;
    opacity: 0;
}

.ui-pnotify.ui-pnotify-fade-slow.ui-pnotify.ui-pnotify-move {
    -webkit-transition: opacity .6s linear,left .5s ease,top .5s ease,right .5s ease,bottom .5s ease;
    -moz-transition: opacity .6s linear,left .5s ease,top .5s ease,right .5s ease,bottom .5s ease;
    -o-transition: opacity .6s linear,left .5s ease,top .5s ease,right .5s ease,bottom .5s ease;
    transition: opacity .6s linear,left .5s ease,top .5s ease,right .5s ease,bottom .5s ease;
}

.ui-pnotify.ui-pnotify-fade-normal {
    -webkit-transition: opacity .4s linear;
    -moz-transition: opacity .4s linear;
    -o-transition: opacity .4s linear;
    transition: opacity .4s linear;
    opacity: 0;
}

.ui-pnotify.ui-pnotify-fade-normal.ui-pnotify.ui-pnotify-move {
    -webkit-transition: opacity .4s linear,left .5s ease,top .5s ease,right .5s ease,bottom .5s ease;
    -moz-transition: opacity .4s linear,left .5s ease,top .5s ease,right .5s ease,bottom .5s ease;
    -o-transition: opacity .4s linear,left .5s ease,top .5s ease,right .5s ease,bottom .5s ease;
    transition: opacity .4s linear,left .5s ease,top .5s ease,right .5s ease,bottom .5s ease;
}

.ui-pnotify.ui-pnotify-fade-fast {
    -webkit-transition: opacity .2s linear;
    -moz-transition: opacity .2s linear;
    -o-transition: opacity .2s linear;
    transition: opacity .2s linear;
    opacity: 0;
}

.ui-pnotify.ui-pnotify-fade-fast.ui-pnotify.ui-pnotify-move {
    -webkit-transition: opacity .2s linear,left .5s ease,top .5s ease,right .5s ease,bottom .5s ease;
    -moz-transition: opacity .2s linear,left .5s ease,top .5s ease,right .5s ease,bottom .5s ease;
    -o-transition: opacity .2s linear,left .5s ease,top .5s ease,right .5s ease,bottom .5s ease;
    transition: opacity .2s linear,left .5s ease,top .5s ease,right .5s ease,bottom .5s ease;
}

.ui-pnotify.ui-pnotify-fade-in {
    opacity: 1;
}

.ui-pnotify .ui-pnotify-shadow {
    -webkit-box-shadow: 0 6px 28px 0 rgba(0,0,0,.1);
    box-shadow: 0 6px 28px 0 rgba(0,0,0,.1);
}

.ui-pnotify-container {
    background-position: 0 0;
    padding: .8em;
    height: 100%;
    margin: 0;
}

.ui-pnotify-container:after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.ui-pnotify-container.ui-pnotify-sharp {
    -webkit-border-radius: 0;
    border-radius: 0;
}

hr,legend {
    border: 0;
    padding: 0;
}

.ui-pnotify-title {
    display: block;
    margin-bottom: .4em;
    margin-top: 0;
}

.ui-pnotify-text {
    display: block;
}

.ui-pnotify-icon,.ui-pnotify-icon span {
    display: block;
    float: left;
    margin-right: .2em;
}

.ui-pnotify.stack-bottomleft,.ui-pnotify.stack-topleft {
    left: 25px;
    right: auto;
}

.ui-pnotify.stack-bottomleft,.ui-pnotify.stack-bottomright {
    bottom: 25px;
    top: auto;
}

.ui-pnotify.stack-modal {
    left: 50%;
    right: auto;
    margin-left: -150px;
}

.form-control-wrapper.form-control-icon-left .fa,.form-control-wrapper.form-control-icon-left .font-icon,.form-control-wrapper.form-control-icon-left .glyphicon,.lt {
    left: 0;
}

.form-control-wrapper.form-control-icon-right .fa,.form-control-wrapper.form-control-icon-right .font-icon,.form-control-wrapper.form-control-icon-right .glyphicon,.rt {
    right: 0;
}

*,body,dl,fieldset,figure,form,menu,ol,pre,ul {
    margin: 0;
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {
    display: block;
}

audio,canvas,video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

.ir:before,hr {
    display: block;
}

*,:after,:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

hr,input[type=search] {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

:active,:focus,:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,strong {
    font-weight: 700;
}

blockquote {
    margin: 1em 40px;
}

dfn {
    font-style: italic;
}

hr {
    box-sizing: content-box;
    height: 1px;
    border-top: 1px solid #ccc;
}

mark {
    color: #000;
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

code,kbd,pre,samp {
    font-family: monospace,serif;
    font-size: 1em;
}

q {
    quotes: none;
}

q:after,q:before {
    content: '';
    content: none;
}

small {
    font-size: 80%;
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

dd {
    margin: 0 0 0 40px;
}

nav ol,nav ul {
    list-style: none;
}

img {
    -ms-interpolation-mode: bicubic;
    border: none;
}

svg:not(:root) {
    overflow: hidden;
}

legend {
    white-space: normal;
}

button,input,select,textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
}

button,select {
    text-transform: none;
}

button,html input[type=button],input[type=reset],input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],html input[disabled] {
    cursor: default;
}

input[type=checkbox],input[type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner,input::-moz-focus-inner {
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

.ir,.visuallyhidden {
    border: 0;
    overflow: hidden;
}

.tbl-cell,audio,canvas,img,video {
    vertical-align: middle;
}

table {
    border-spacing: 0;
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 1em;
}

* {
    padding: 0;
}

ul {
    list-style: none;
}

fieldset {
    border: 0;
    padding: 0;
}

.browsehappy {
    margin: .2em 0;
    background: #ccc;
    color: #000;
    padding: .2em 0;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

.ir {
    background-color: transparent;
}

.ir:before {
    content: "";
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.clear,.overflow-hidden {
    overflow: hidden;
}

.clear {
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;
}

.clearfix:after,.clearfix:before {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.tbl {
    display: table;
    width: 100%;
}

.tbl-row {
    display: table-row;
}

.tbl-cell {
    display: table-cell;
}

.b-a-0,.no-border {
    border: none;
}

.b-a {
    border: 1px solid #d8e2e7;
}

.b-l {
    border-left: solid 1px #d8e2e7;
}

.b-r {
    border-right: solid 1px #d8e2e7;
}

.b-t {
    border-top: solid 1px #d8e2e7;
}

.b-b {
    border-bottom: solid 1px #d8e2e7;
}

.b-t-0 {
    border-top: none;
}

.b-r-0 {
    border-bottom: none;
}

.border-primary {
    border-color: #00a8ff;
}

.border-default {
    border-color: #d8e2e7;
}

.border-warning {
    border-color: #f29824;
}

.border-success {
    border-color: #46c35f;
}

.border-info {
    border-color: #ac6bec;
}

.border-white {
    border-color: #fff;
}

.border-danger {
    border-color: #fa424a;
}

.no-radius {
    -webkit-border-radius: 0;
    border-radius: 0;
}

.round {
    -webkit-border-radius: .25rem;
    border-radius: .25rem;
}

.brtl {
    -webkit-border-top-left-radius: .25rem;
    border-top-left-radius: .25rem;
}

.brtr {
    -webkit-border-top-right-radius: .25rem;
    border-top-right-radius: .25rem;
}

.blbl {
    -webkit-border-bottom-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

.brbr {
    -webkit-border-bottom-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}

.overflow-visible {
    overflow: visible;
}

.overflow-auto {
    overflow: auto;
}

.w100 {
    width: 100px;
}

.w150 {
    width: 150px;
}

.w200 {
    width: 200px;
}

.w250 {
    width: 250px;
}

.w300 {
    width: 300px;
}

.w350 {
    width: 350px;
}

.w400 {
    width: 400px;
}

.w450 {
    width: 450px;
}

.w500 {
    width: 500px;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.bt {
    bottom: 0;
}

.tp {
    top: 0;
}

.no-padding {
    padding: 0;
}

.p-l-lg,.p-x-lg {
    padding-left: 30px;
}

.p-r-lg,.p-x-lg {
    padding-right: 30px;
}

.p-t-lg,.p-y-lg {
    padding-top: 30px;
}

.p-b-lg,.p-y-lg {
    padding-bottom: 30px;
}

.no-margin {
    margin: 0;
}

.m-r-n,.m-x-n {
    margin-right: -15px;
}

.m-l-n-n,.m-x-n {
    margin-left: -15px;
}

.m-t-lg,.m-y-lg {
    margin-top: 30px;
}

.m-b-lg,.m-y-lg {
    margin-bottom: 30px;
}

.no-bg {
    background: 0 0;
}

.no-shadow {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.shadow {
    -webkit-box-shadow: 1px 1px rgba(0,0,0,.3);
    box-shadow: 1px 1px rgba(0,0,0,.3);
}

.alert,.form-control {
    -webkit-box-shadow: none;
}

.text-shadow {
    text-shadow: 1px 1px rgba(0,0,0,.3);
}

.block {
    display: block;
}

.m-r-lg,.m-x-lg {
    margin-right: 30px;
}

.m-l-lg,.m-x-lg {
    margin-left: 30px;
}

.m-a-lg {
    margin: 30px;
}

.m-l-md,.m-x-md {
    margin-left: 20px;
}

.m-r-md,.m-x-md {
    margin-right: 20px;
}

.m-t-md,.m-y-md {
    margin-top: 20px;
}

.m-b-md,.m-y-md {
    margin-bottom: 20px;
}

.m-a-md {
    margin: 20px;
}

.m-l,.m-x {
    margin-left: 15px;
}

.m-r,.m-x {
    margin-right: 15px;
}

.m-t,.m-y {
    margin-top: 15px;
}

.m-b,.m-y {
    margin-bottom: 15px;
}

.m-a {
    margin: 15px;
}

.m-y-0 {
    margin-bottom: 0;
}

.m-x-auto {
    margin-left: auto;
}

.p-a-lg {
    padding: 30px;
}

.p-l-md,.p-x-md {
    padding-left: 20px;
}

.p-r-md,.p-x-md {
    padding-right: 20px;
}

.p-t-md,.p-y-md {
    padding-top: 20px;
}

.p-b-md,.p-y-md {
    padding-bottom: 20px;
}

.p-a-md {
    padding: 20px;
}

.p-l,.p-x {
    padding-left: 15px;
}

.p-r,.p-x {
    padding-right: 15px;
}

.p-t,.p-y {
    padding-top: 15px;
}

.p-b,.p-y {
    padding-bottom: 15px;
}

.p-a {
    padding: 15px;
}

.p-y-0 {
    padding-bottom: 0;
}

.p-x-auto {
    padding-right: auto;
    padding-left: auto;
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(../fonts/glyphicons-halflings-regular.eot);
    src: url(../fonts/glyphicons-halflings-regular-.eot#iefix) format("embedded-opentype"),url(../fonts/glyphicons-halflings-regular.woff2) format("woff2"),url(../fonts/glyphicons-halflings-regular.woff) format("woff"),url(../fonts/glyphicons-halflings-regular.ttf) format("truetype"),url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg");
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[class*=" font-icon-"]:before,[class^=font-icon-]:before,[data-icon]:before {
    font-family: startui !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: inherit;
    top: -.15em;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    position: relative;
    vertical-align: middle;
}

.glyphicon-asterisk:before {
    content: "\002a";
}

.glyphicon-plus:before {
    content: "\002b";
}

.glyphicon-eur:before,.glyphicon-euro:before {
    content: "\20ac";
}

.glyphicon-minus:before {
    content: "\2212";
}

.glyphicon-cloud:before {
    content: "\2601";
}

.glyphicon-envelope:before {
    content: "\2709";
}

.glyphicon-pencil:before {
    content: "\270f";
}

.glyphicon-glass:before {
    content: "\e001";
}

.glyphicon-music:before {
    content: "\e002";
}

.glyphicon-search:before {
    content: "\e003";
}

.glyphicon-heart:before {
    content: "\e005";
}

.glyphicon-star:before {
    content: "\e006";
}

.glyphicon-star-empty:before {
    content: "\e007";
}

.glyphicon-user:before {
    content: "\e008";
}

.glyphicon-film:before {
    content: "\e009";
}

.glyphicon-th-large:before {
    content: "\e010";
}

.glyphicon-th:before {
    content: "\e011";
}

.glyphicon-th-list:before {
    content: "\e012";
}

.glyphicon-ok:before {
    content: "\e013";
}

.glyphicon-remove:before {
    content: "\e014";
}

.glyphicon-zoom-in:before {
    content: "\e015";
}

.glyphicon-zoom-out:before {
    content: "\e016";
}

.glyphicon-off:before {
    content: "\e017";
}

.glyphicon-signal:before {
    content: "\e018";
}

.glyphicon-cog:before {
    content: "\e019";
}

.glyphicon-trash:before {
    content: "\e020";
}

.glyphicon-home:before {
    content: "\e021";
}

.glyphicon-file:before {
    content: "\e022";
}

.glyphicon-time:before {
    content: "\e023";
}

.glyphicon-road:before {
    content: "\e024";
}

.glyphicon-download-alt:before {
    content: "\e025";
}

.glyphicon-download:before {
    content: "\e026";
}

.glyphicon-upload:before {
    content: "\e027";
}

.glyphicon-inbox:before {
    content: "\e028";
}

.glyphicon-play-circle:before {
    content: "\e029";
}

.glyphicon-repeat:before {
    content: "\e030";
}

.glyphicon-refresh:before {
    content: "\e031";
}

.glyphicon-list-alt:before {
    content: "\e032";
}

.glyphicon-lock:before {
    content: "\e033";
}

.glyphicon-flag:before {
    content: "\e034";
}

.glyphicon-headphones:before {
    content: "\e035";
}

.glyphicon-volume-off:before {
    content: "\e036";
}

.glyphicon-volume-down:before {
    content: "\e037";
}

.glyphicon-volume-up:before {
    content: "\e038";
}

.glyphicon-qrcode:before {
    content: "\e039";
}

.glyphicon-barcode:before {
    content: "\e040";
}

.glyphicon-tag:before {
    content: "\e041";
}

.glyphicon-tags:before {
    content: "\e042";
}

.glyphicon-book:before {
    content: "\e043";
}

.glyphicon-bookmark:before {
    content: "\e044";
}

.glyphicon-print:before {
    content: "\e045";
}

.glyphicon-camera:before {
    content: "\e046";
}

.glyphicon-font:before {
    content: "\e047";
}

.glyphicon-bold:before {
    content: "\e048";
}

.glyphicon-italic:before {
    content: "\e049";
}

.glyphicon-text-height:before {
    content: "\e050";
}

.glyphicon-text-width:before {
    content: "\e051";
}

.glyphicon-align-left:before {
    content: "\e052";
}

.glyphicon-align-center:before {
    content: "\e053";
}

.glyphicon-align-right:before {
    content: "\e054";
}

.glyphicon-align-justify:before {
    content: "\e055";
}

.glyphicon-list:before {
    content: "\e056";
}

.glyphicon-indent-left:before {
    content: "\e057";
}

.glyphicon-indent-right:before {
    content: "\e058";
}

.glyphicon-facetime-video:before {
    content: "\e059";
}

.glyphicon-picture:before {
    content: "\e060";
}

.glyphicon-map-marker:before {
    content: "\e062";
}

.glyphicon-adjust:before {
    content: "\e063";
}

.glyphicon-tint:before {
    content: "\e064";
}

.glyphicon-edit:before {
    content: "\e065";
}

.glyphicon-share:before {
    content: "\e066";
}

.glyphicon-check:before {
    content: "\e067";
}

.glyphicon-move:before {
    content: "\e068";
}

.glyphicon-step-backward:before {
    content: "\e069";
}

.glyphicon-fast-backward:before {
    content: "\e070";
}

.glyphicon-backward:before {
    content: "\e071";
}

.glyphicon-play:before {
    content: "\e072";
}

.glyphicon-pause:before {
    content: "\e073";
}

.glyphicon-stop:before {
    content: "\e074";
}

.glyphicon-forward:before {
    content: "\e075";
}

.glyphicon-fast-forward:before {
    content: "\e076";
}

.glyphicon-step-forward:before {
    content: "\e077";
}

.glyphicon-eject:before {
    content: "\e078";
}

.glyphicon-chevron-left:before {
    content: "\e079";
}

.glyphicon-chevron-right:before {
    content: "\e080";
}

.glyphicon-plus-sign:before {
    content: "\e081";
}

.glyphicon-minus-sign:before {
    content: "\e082";
}

.glyphicon-remove-sign:before {
    content: "\e083";
}

.glyphicon-ok-sign:before {
    content: "\e084";
}

.glyphicon-question-sign:before {
    content: "\e085";
}

.glyphicon-info-sign:before {
    content: "\e086";
}

.glyphicon-screenshot:before {
    content: "\e087";
}

.glyphicon-remove-circle:before {
    content: "\e088";
}

.glyphicon-ok-circle:before {
    content: "\e089";
}

.glyphicon-ban-circle:before {
    content: "\e090";
}

.glyphicon-arrow-left:before {
    content: "\e091";
}

.glyphicon-arrow-right:before {
    content: "\e092";
}

.glyphicon-arrow-up:before {
    content: "\e093";
}

.glyphicon-arrow-down:before {
    content: "\e094";
}

.glyphicon-share-alt:before {
    content: "\e095";
}

.glyphicon-resize-full:before {
    content: "\e096";
}

.glyphicon-resize-small:before {
    content: "\e097";
}

.glyphicon-exclamation-sign:before {
    content: "\e101";
}

.glyphicon-gift:before {
    content: "\e102";
}

.glyphicon-leaf:before {
    content: "\e103";
}

.glyphicon-fire:before {
    content: "\e104";
}

.glyphicon-eye-open:before {
    content: "\e105";
}

.glyphicon-eye-close:before {
    content: "\e106";
}

.glyphicon-warning-sign:before {
    content: "\e107";
}

.glyphicon-plane:before {
    content: "\e108";
}

.glyphicon-calendar:before {
    content: "\e109";
}

.glyphicon-random:before {
    content: "\e110";
}

.glyphicon-comment:before {
    content: "\e111";
}

.glyphicon-magnet:before {
    content: "\e112";
}

.glyphicon-chevron-up:before {
    content: "\e113";
}

.glyphicon-chevron-down:before {
    content: "\e114";
}

.glyphicon-retweet:before {
    content: "\e115";
}

.glyphicon-shopping-cart:before {
    content: "\e116";
}

.glyphicon-folder-close:before {
    content: "\e117";
}

.glyphicon-folder-open:before {
    content: "\e118";
}

.glyphicon-resize-vertical:before {
    content: "\e119";
}

.glyphicon-resize-horizontal:before {
    content: "\e120";
}

.glyphicon-hdd:before {
    content: "\e121";
}

.glyphicon-bullhorn:before {
    content: "\e122";
}

.glyphicon-bell:before {
    content: "\e123";
}

.glyphicon-certificate:before {
    content: "\e124";
}

.glyphicon-thumbs-up:before {
    content: "\e125";
}

.glyphicon-thumbs-down:before {
    content: "\e126";
}

.glyphicon-hand-right:before {
    content: "\e127";
}

.glyphicon-hand-left:before {
    content: "\e128";
}

.glyphicon-hand-up:before {
    content: "\e129";
}

.glyphicon-hand-down:before {
    content: "\e130";
}

.glyphicon-circle-arrow-right:before {
    content: "\e131";
}

.glyphicon-circle-arrow-left:before {
    content: "\e132";
}

.glyphicon-circle-arrow-up:before {
    content: "\e133";
}

.glyphicon-circle-arrow-down:before {
    content: "\e134";
}

.glyphicon-globe:before {
    content: "\e135";
}

.glyphicon-wrench:before {
    content: "\e136";
}

.glyphicon-tasks:before {
    content: "\e137";
}

.glyphicon-filter:before {
    content: "\e138";
}

.glyphicon-briefcase:before {
    content: "\e139";
}

.glyphicon-fullscreen:before {
    content: "\e140";
}

.glyphicon-dashboard:before {
    content: "\e141";
}

.glyphicon-paperclip:before {
    content: "\e142";
}

.glyphicon-heart-empty:before {
    content: "\e143";
}

.glyphicon-link:before {
    content: "\e144";
}

.glyphicon-phone:before {
    content: "\e145";
}

.glyphicon-pushpin:before {
    content: "\e146";
}

.glyphicon-usd:before {
    content: "\e148";
}

.glyphicon-gbp:before {
    content: "\e149";
}

.glyphicon-sort:before {
    content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152";
}

.glyphicon-sort-by-order:before {
    content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154";
}

.glyphicon-sort-by-attributes:before {
    content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156";
}

.glyphicon-unchecked:before {
    content: "\e157";
}

.glyphicon-expand:before {
    content: "\e158";
}

.glyphicon-collapse-down:before {
    content: "\e159";
}

.glyphicon-collapse-up:before {
    content: "\e160";
}

.glyphicon-log-in:before {
    content: "\e161";
}

.glyphicon-flash:before {
    content: "\e162";
}

.glyphicon-log-out:before {
    content: "\e163";
}

.glyphicon-new-window:before {
    content: "\e164";
}

.glyphicon-record:before {
    content: "\e165";
}

.glyphicon-save:before {
    content: "\e166";
}

.glyphicon-open:before {
    content: "\e167";
}

.glyphicon-saved:before {
    content: "\e168";
}

.glyphicon-import:before {
    content: "\e169";
}

.glyphicon-export:before {
    content: "\e170";
}

.glyphicon-send:before {
    content: "\e171";
}

.glyphicon-floppy-disk:before {
    content: "\e172";
}

.glyphicon-floppy-saved:before {
    content: "\e173";
}

.glyphicon-floppy-remove:before {
    content: "\e174";
}

.glyphicon-floppy-save:before {
    content: "\e175";
}

.glyphicon-floppy-open:before {
    content: "\e176";
}

.glyphicon-credit-card:before {
    content: "\e177";
}

.glyphicon-transfer:before {
    content: "\e178";
}

.glyphicon-cutlery:before {
    content: "\e179";
}

.glyphicon-header:before {
    content: "\e180";
}

.glyphicon-compressed:before {
    content: "\e181";
}

.glyphicon-earphone:before {
    content: "\e182";
}

.glyphicon-phone-alt:before {
    content: "\e183";
}

.glyphicon-tower:before {
    content: "\e184";
}

.glyphicon-stats:before {
    content: "\e185";
}

.glyphicon-sd-video:before {
    content: "\e186";
}

.glyphicon-hd-video:before {
    content: "\e187";
}

.glyphicon-subtitles:before {
    content: "\e188";
}

.glyphicon-sound-stereo:before {
    content: "\e189";
}

.glyphicon-sound-dolby:before {
    content: "\e190";
}

.glyphicon-sound-5-1:before {
    content: "\e191";
}

.glyphicon-sound-6-1:before {
    content: "\e192";
}

.glyphicon-sound-7-1:before {
    content: "\e193";
}

.glyphicon-copyright-mark:before {
    content: "\e194";
}

.glyphicon-registration-mark:before {
    content: "\e195";
}

.glyphicon-cloud-download:before {
    content: "\e197";
}

.glyphicon-cloud-upload:before {
    content: "\e198";
}

.glyphicon-tree-conifer:before {
    content: "\e199";
}

.glyphicon-tree-deciduous:before {
    content: "\e200";
}

.glyphicon-cd:before {
    content: "\e201";
}

.glyphicon-save-file:before {
    content: "\e202";
}

.glyphicon-open-file:before {
    content: "\e203";
}

.glyphicon-level-up:before {
    content: "\e204";
}

.glyphicon-copy:before {
    content: "\e205";
}

.glyphicon-paste:before {
    content: "\e206";
}

.glyphicon-alert:before {
    content: "\e209";
}

.glyphicon-equalizer:before {
    content: "\e210";
}

.glyphicon-king:before {
    content: "\e211";
}

.glyphicon-queen:before {
    content: "\e212";
}

.glyphicon-pawn:before {
    content: "\e213";
}

.glyphicon-bishop:before {
    content: "\e214";
}

.glyphicon-knight:before {
    content: "\e215";
}

.glyphicon-baby-formula:before {
    content: "\e216";
}

.glyphicon-tent:before {
    content: "\26fa";
}

.glyphicon-blackboard:before {
    content: "\e218";
}

.glyphicon-bed:before {
    content: "\e219";
}

.glyphicon-apple:before {
    content: "\f8ff";
}

.glyphicon-erase:before {
    content: "\e221";
}

.glyphicon-hourglass:before {
    content: "\231b";
}

.glyphicon-lamp:before {
    content: "\e223";
}

.glyphicon-duplicate:before {
    content: "\e224";
}

.glyphicon-piggy-bank:before {
    content: "\e225";
}

.glyphicon-scissors:before {
    content: "\e226";
}

.glyphicon-bitcoin:before,.glyphicon-btc:before,.glyphicon-xbt:before {
    content: "\e227";
}

.glyphicon-jpy:before,.glyphicon-yen:before {
    content: "\00a5";
}

.glyphicon-rub:before,.glyphicon-ruble:before {
    content: "\20bd";
}

.glyphicon-scale:before {
    content: "\e230";
}

.glyphicon-ice-lolly:before {
    content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
    content: "\e232";
}

.glyphicon-education:before {
    content: "\e233";
}

.glyphicon-option-horizontal:before {
    content: "\e234";
}

.glyphicon-option-vertical:before {
    content: "\e235";
}

.glyphicon-menu-hamburger:before {
    content: "\e236";
}

.glyphicon-modal-window:before {
    content: "\e237";
}

.glyphicon-oil:before {
    content: "\e238";
}

.glyphicon-grain:before {
    content: "\e239";
}

.glyphicon-sunglasses:before {
    content: "\e240";
}

.glyphicon-text-size:before {
    content: "\e241";
}

.glyphicon-text-color:before {
    content: "\e242";
}

.glyphicon-text-background:before {
    content: "\e243";
}

.glyphicon-object-align-top:before {
    content: "\e244";
}

.glyphicon-object-align-bottom:before {
    content: "\e245";
}

.glyphicon-object-align-horizontal:before {
    content: "\e246";
}

.glyphicon-object-align-left:before {
    content: "\e247";
}

.glyphicon-object-align-vertical:before {
    content: "\e248";
}

.glyphicon-object-align-right:before {
    content: "\e249";
}

.glyphicon-triangle-right:before {
    content: "\e250";
}

.glyphicon-triangle-left:before {
    content: "\e251";
}

.glyphicon-triangle-bottom:before {
    content: "\e252";
}

.glyphicon-triangle-top:before {
    content: "\e253";
}

.glyphicon-console:before {
    content: "\e254";
}

.glyphicon-superscript:before {
    content: "\e255";
}

.glyphicon-subscript:before {
    content: "\e256";
}

.glyphicon-menu-left:before {
    content: "\e257";
}

.glyphicon-menu-right:before {
    content: "\e258";
}

.glyphicon-menu-down:before {
    content: "\e259";
}

.glyphicon-menu-up:before {
    content: "\e260";
}

@font-face {
    font-family: startui;
    src: url(../fonts/startui.eot);
    src: url(../fonts/startui-.eot#iefix) format("embedded-opentype"),url(../fonts/startui.woff) format("woff"),url(../fonts/startui.ttf) format("truetype"),url(../fonts/startui.svg#startui) format("svg");
    font-weight: 400;
    font-style: normal;
}

[data-icon]:before {
    content: attr(data-icon);
}

.font-icon-alarm:before {
    content: "\62";
}

.font-icon-build:before {
    content: "\63";
}

.font-icon-burger:before {
    content: "\64";
}

.font-icon-calend:before {
    content: "\65";
}

.font-icon-cart:before {
    content: "\66";
}

.font-icon-cogwheel:before {
    content: "\67";
}

.font-icon-comments:before {
    content: "\68";
}

.font-icon-contacts:before {
    content: "\69";
}

.font-icon-dashboard:before {
    content: "\6a";
}

.font-icon-dots:before {
    content: "\6b";
}

.font-icon-expand:before {
    content: "\6c";
}

.font-icon-filter:before {
    content: "\6d";
}

.font-icon-help:before {
    content: "\6e";
}

.font-icon-home:before {
    content: "\6f";
}

.font-icon-page:before {
    content: "\70";
}

.font-icon-pencil:before {
    content: "\71";
}

.font-icon-re:before {
    content: "\72";
}

.font-icon-rollup:before {
    content: "\73";
}

.font-icon-share:before {
    content: "\75";
}

.font-icon-star:before {
    content: "\76";
}

.font-icon-users:before {
    content: "\77";
}

.font-icon-wallet:before {
    content: "\78";
}

.font-icon-minus:before {
    content: "\79";
}

.font-icon-pencil-thin:before {
    content: "\7a";
}

.font-icon-close:before {
    content: "\41";
}

.font-icon-speed:before {
    content: "\61";
}

.font-icon-menu-addl:before {
    content: "\42";
}

.font-icon-search:before {
    content: "\74";
}

.font-icon-edit:before {
    content: "\43";
}

.font-icon-chart:before {
    content: "\44";
}

.font-icon-zigzag:before {
    content: "\45";
}

.font-icon-tablet:before {
    content: "\46";
}

.font-icon-widget:before {
    content: "\47";
}

.font-icon-map:before {
    content: "\48";
}

.font-icon-chart-2:before {
    content: "\49";
}

.font-icon-doc:before {
    content: "\4a";
}

.font-icon-question:before {
    content: "\4b";
}

.font-icon-user:before {
    content: "\4c";
}

.font-icon-notebook:before {
    content: "\4d";
}

.font-icon-mail:before {
    content: "\4e";
}

.font-icon-close-2:before {
    content: "\4f";
}

.font-icon-pen:before {
    content: "\50";
}

.font-icon-arrow-down:before {
    content: "\51";
}

.font-icon-arrow-left:before {
    content: "\52";
}

.font-icon-arrow-right:before {
    content: "\53";
}

.font-icon-arrow-top:before {
    content: "\54";
}

.font-icon-check-circle:before {
    content: "\55";
}

.font-icon-cam-photo:before {
    content: "\56";
}

.font-icon-cam-video:before {
    content: "\57";
}

.font-icon-sound:before {
    content: "\58";
}

.font-icon-earth:before {
    content: "\59";
}

.font-icon-mail-2:before {
    content: "\5a";
}

.font-icon-upload:before {
    content: "\30";
}

.font-icon-dropbox:before {
    content: "\31";
}

.font-icon-google-drive:before {
    content: "\32";
}

.font-icon-yandex-disk:before {
    content: "\33";
}

.font-icon-box:before {
    content: "\34";
}

.font-icon-arrow-square-down:before {
    content: "\35";
}

.font-icon-refresh:before {
    content: "\36";
}

.font-icon-list-square:before {
    content: "\37";
}

.font-icon-list-rotate:before {
    content: "\38";
}

.font-icon-download:before {
    content: "\39";
}

.font-icon-heart:before {
    content: "\21";
}

.font-icon-check-bird:before {
    content: "\22";
}

.font-icon-clock:before {
    content: "\23";
}

.font-icon-trash:before {
    content: "\24";
}

.font-icon-circle-lined-error:before {
    content: "\25";
}

.font-icon-circle-lined-i:before {
    content: "\26";
}

.font-icon-circle-lined-smile:before {
    content: "\27";
}

.font-icon-circle-lined-success:before {
    content: "\28";
}

.font-icon-one-drive:before {
    content: "\29";
}

.font-icon-cloud-upload-2:before {
    content: "\2a";
}

.font-icon-plus:before {
    content: "\2b";
}

.font-icon-minus-1:before {
    content: "\2c";
}

.font-icon-arrow-square-up:before {
    content: "\2d";
}

.font-icon-revers:before {
    content: "\2e";
}

.font-icon-import:before {
    content: "\2f";
}

.font-icon-award:before {
    content: "\3a";
}

.font-icon-case:before {
    content: "\3b";
}

.font-icon-earth-bordered:before {
    content: "\3c";
}

.font-icon-comment:before {
    content: "\3d";
}

.font-icon-eye:before {
    content: "\3e";
}

.font-icon-fb-fill:before {
    content: "\3f";
}

.font-icon-in-fill:before {
    content: "\40";
}

.font-icon-lamp:before {
    content: "\5b";
}

.font-icon-picture:before {
    content: "\5d";
}

.font-icon-pdf-fill:before {
    content: "\5e";
}

.font-icon-notebook-bird:before {
    content: "\5f";
}

.font-icon-quote:before {
    content: "\60";
}

.font-icon-vk-fill:before {
    content: "\7b";
}

.font-icon-video-fill:before {
    content: "\7c";
}

.font-icon-tw-fill:before {
    content: "\7d";
}

.font-icon-answer:before {
    content: "\7e";
}

.font-icon-archive:before {
    content: "\5c";
}

.font-icon-case-2:before {
    content: "\e000";
}

.font-icon-clip:before {
    content: "\e001";
}

.font-icon-cloud:before {
    content: "\e002";
}

.font-icon-comments-2:before {
    content: "\e003";
}

.font-icon-del:before {
    content: "\e004";
}

.font-icon-event:before {
    content: "\e005";
}

.font-icon-download-3:before {
    content: "\e006";
}

.font-icon-download-2:before {
    content: "\e007";
}

.font-icon-dots-vert-square:before {
    content: "\e008";
}

.font-icon-fire:before {
    content: "\e009";
}

.font-icon-folder:before {
    content: "\e00a";
}

.font-icon-lock:before {
    content: "\e00b";
}

.font-icon-ok:before {
    content: "\e00c";
}

.font-icon-picture-2:before {
    content: "\e00d";
}

.font-icon-pin:before {
    content: "\e00e";
}

.font-icon-refresh-2:before {
    content: "\e00f";
}

.font-icon-view-cascade:before {
    content: "\e010";
}

.font-icon-users-group:before {
    content: "\e011";
}

.font-icon-upload-2:before {
    content: "\e012";
}

.font-icon-view-grid:before {
    content: "\e013";
}

.font-icon-view-rows:before {
    content: "\e014";
}

.font-icon-warning:before {
    content: "\e015";
}

.font-icon-facebook:before {
    content: "\e016";
}

.font-icon-instagram:before {
    content: "\e017";
}

.font-icon-google-plus:before {
    content: "\e018";
}

.font-icon-linkedin:before {
    content: "\e019";
}

.font-icon-twitter:before {
    content: "\e01a";
}

.font-icon-phone:before {
    content: "\e01b";
}

.font-icon-gp-fill:before {
    content: "\e01c";
}

.font-icon-ok-fill:before {
    content: "\e01d";
}

.font-icon-editor-align-center:before {
    content: "\e01e";
}

.font-icon-editor-align-justify:before {
    content: "\e01f";
}

.font-icon-editor-align-left:before {
    content: "\e020";
}

.font-icon-editor-align-right:before {
    content: "\e021";
}

.font-icon-editor-bold:before {
    content: "\e022";
}

.font-icon-editor-code:before {
    content: "\e023";
}

.font-icon-editor-eraser:before {
    content: "\e024";
}

.font-icon-editor-font:before {
    content: "\e025";
}

.font-icon-editor-fullscreen:before {
    content: "\e026";
}

.font-icon-editor-help:before {
    content: "\e027";
}

.font-icon-editor-img:before {
    content: "\e028";
}

.font-icon-editor-link:before {
    content: "\e029";
}

.font-icon-editor-list:before {
    content: "\e02a";
}

.font-icon-editor-magic:before {
    content: "\e02b";
}

.font-icon-editor-numeric-list:before {
    content: "\e02c";
}

.font-icon-editor-table:before {
    content: "\e02d";
}

.font-icon-editor-underline:before {
    content: "\e02e";
}

.font-icon-editor-video:before {
    content: "\e02f";
}

.font-icon-alarm-2:before {
    content: "\e030";
}

.font-icon-alarm-rotate:before {
    content: "\e031";
}

.font-icon-binoculars:before {
    content: "\e032";
}

.font-icon-cart-2:before {
    content: "\e033";
}

.font-icon-card:before {
    content: "\e034";
}

.font-icon-bookmark:before {
    content: "\e035";
}

.font-icon-chart-3:before {
    content: "\e036";
}

.font-icon-chart-4:before {
    content: "\e037";
}

.font-icon-check-square:before {
    content: "\e038";
}

.font-icon-del-circle:before {
    content: "\e039";
}

.font-icon-comp:before {
    content: "\e03a";
}

.font-icon-cloud-download:before {
    content: "\e03b";
}

.font-icon-downloaded:before {
    content: "\e03c";
}

.font-icon-link:before {
    content: "\e03d";
}

.font-icon-i-circle:before {
    content: "\e03e";
}

.font-icon-notebook-lines:before {
    content: "\e03f";
}

.font-icon-pdf:before {
    content: "\e040";
}

.font-icon-pen-square:before {
    content: "\e041";
}

.font-icon-play-prev:before {
    content: "\e042";
}

.font-icon-play-next:before {
    content: "\e043";
}

.font-icon-play-circle:before {
    content: "\e044";
}

.font-icon-play:before {
    content: "\e045";
}

.font-icon-pin-2:before {
    content: "\e046";
}

.font-icon-server:before {
    content: "\e047";
}

.font-icon-warning-circle:before {
    content: "\e048";
}

.font-icon-users-two:before {
    content: "\e049";
}

.font-icon-weather-cloud:before {
    content: "\e04a";
}

.font-icon-weather-cloud-circles:before {
    content: "\e04b";
}

.font-icon-weather-cloud-drops-lightning:before {
    content: "\e04c";
}

.font-icon-weather-cloud-moon:before {
    content: "\e04d";
}

.font-icon-weather-cloud-one-circle:before {
    content: "\e04e";
}

.font-icon-weather-cloud-one-drop:before {
    content: "\e04f";
}

.font-icon-weather-cloud-rain-snow:before {
    content: "\e050";
}

.font-icon-weather-cloud-sun:before {
    content: "\e051";
}

.font-icon-weather-cloud-two-circles:before {
    content: "\e052";
}

.font-icon-weather-cloud-two-drops:before {
    content: "\e053";
}

.font-icon-weather-cloud-two-snow:before {
    content: "\e054";
}

.font-icon-weather-clouds:before {
    content: "\e055";
}

.font-icon-weather-clound-lightning:before {
    content: "\e056";
}

.font-icon-weather-sun:before {
    content: "\e057";
}

.font-icon-weather-snowflake:before {
    content: "\e058";
}

.font-icon-weather-snow:before {
    content: "\e059";
}

.font-icon-weather-rain:before {
    content: "\e05a";
}

.font-icon-weather-one-snow:before {
    content: "\e05b";
}

.font-icon-weather-moon-small-cloud:before {
    content: "\e05c";
}

.font-icon-weather-moon-cloud-rain:before {
    content: "\e05d";
}

.font-icon-weather-moon-cloud:before {
    content: "\e05e";
}

.font-icon-weather-moon:before {
    content: "\e05f";
}

.font-icon-weather-lightning:before {
    content: "\e060";
}

.font-icon-weather-house-water:before {
    content: "\e061";
}

.font-icon-weather-funnel:before {
    content: "\e062";
}

.font-icon-weather-drop:before {
    content: "\e063";
}

.font-icon-weather-sun-cloud:before {
    content: "\e064";
}

.font-icon-weather-sun-clouds:before {
    content: "\e065";
}

.font-icon-weather-sun-rain:before {
    content: "\e066";
}

.font-icon-weather-thermometer:before {
    content: "\e067";
}

.font-icon-weather-umbrella:before {
    content: "\e068";
}

.font-icon-weather-waves:before {
    content: "\e069";
}

.font-icon-wp:before {
    content: "\e06a";
}

.font-icon-player-full-screen:before {
    content: "\e06b";
}

.font-icon-player-next:before {
    content: "\e06c";
}

.font-icon-player-settings:before {
    content: "\e06d";
}

.font-icon-player-sound:before {
    content: "\e06e";
}

.font-icon-player-subtitres:before {
    content: "\e06f";
}

.font-icon-player-wide-screen:before {
    content: "\e070";
}

.font-icon-case-3:before {
    content: "\e071";
}

.font-icon-github:before {
    content: "\e072";
}

.font-icon-learn:before {
    content: "\e073";
}

.font-icon-play-next-square:before {
    content: "\e074";
}

.font-icon-play-prev-square:before {
    content: "\e075";
}

.font-icon-play-square:before {
    content: "\e076";
}

.font-icon-picture-double:before {
    content: "\e077";
}

.font-icon-snippet:before {
    content: "\e078";
}

.font-icon-post:before {
    content: "\e079";
}

.font-icon-plus-1:before {
    content: "\e07a";
}

body,button,html,input,select,textarea {
    color: #343434;
    font-family: 'Helvetica',sans-serif;
    line-height: 1.4;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
}

a,button {
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a,a:focus,a:hover {
    color: #0082c6;
    text-decoration: none;
    cursor: pointer;
}

a:focus:hover,a:hover,a:hover:hover {
    text-decoration: none;
}

.color-black-blue {
    color: #323a44 !important;
}

.color-blue-grey {
    color: #6c7a86 !important;
}

.color-blue-grey-lighter {
    color: #919fa9 !important;
}

.color-blue {
    color: #00a8ff !important;
}

.color-purple {
    color: #ac6bec !important;
}

.color-yellow {
    color: #fed832 !important;
}

.color-lime {
    color: #afed3e !important;
}

.color-green {
    color: #46c35f !important;
}

.color-red {
    color: #fa424a !important;
}

.color-orange {
    color: #fdad2a !important;
}

.semibold {
    font-weight: 600;
}

.uppercase {
    text-transform: uppercase;
}

.font-16 {
    font-size: 1rem;
}

.font-14 {
    font-size: .875rem;
}

.font-11 {
    font-size: .6875rem;
}

h1,h2,h3,h4,h5,h6 {
    font-weight: 400;
    margin-bottom: 1.2rem;
}

h1 .text-muted,h2 .text-muted,h3 .text-muted,h4 .text-muted,h5 .text-muted,h6 .text-muted {
    display: inline;
    font-size: 80%;
}

h1 .text-muted.smaller,h2 .text-muted.smaller,h3 .text-muted.smaller,h4 .text-muted.smaller,h5 .text-muted.smaller,h6 .text-muted.smaller {
    font-size: 65%;
}

h1 .label,h2 .label,h3 .label,h4 .label,h5 .label,h6 .label {
    font-size: 75% !important;
}

h1.with-border,h2.with-border,h3.with-border,h4.with-border,h5.with-border,h6.with-border {
    border-bottom: solid 1px #d8e2e7;
    padding-bottom: .8rem;
}

h1 {
    font-size: 2.5rem;
    margin-top: 0;
}

h2 {
    font-size: 2rem;
}

h3 {
    font-size: 1.75rem;
}

h4 {
    font-size: 1.5rem;
}

h5 {
    font-size: 1.25rem;
}

h6 {
    font-size: 1rem;
}

.text-block {
    zoom: 1;
    font-size: .8125rem;
    line-height: 1.4;
}

.blockquote,.text-block.bs,.text-block.text-block-typical {
    font-size: 1rem;
}

.text-block:after,.text-block:before {
    content: " ";
    display: table;
}

.text-block:after {
    clear: both;
}

.text-block p {
    margin: .8em 0;
}

.text-block a {
    text-decoration: none;
    color: #0082c6;
    border-bottom: solid 1px rgba(0,130,198,.3);
}

.text-block a:hover {
    border-bottom-color: transparent;
}

.text-block ol,.text-block ul {
    margin: .5em 0 .5em 1.5rem;
}

.text-block ol li,.text-block ul li {
    margin: 0 0 .5em;
}

.text-block ul li {
    padding: 0 0 0 .8125rem;
    position: relative;
}

.text-block ul li:before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #29313d;
    position: absolute;
    left: 0;
    top: .5em;
}

.form-control-wrapper,.form-group-radios {
    position: relative;
}

.text-block ul li ul {
    margin-bottom: 0;
    margin-left: .8125rem;
    margin-top: .3em;
}

.text-block ul li li:before {
    background-color: #fff;
    border: 1px solid #29313d;
}

mark {
    background: #e4f6fe;
}

.blockquote {
    margin: 2rem 0;
    padding: .75rem 0 .75rem 1.375rem;
    border-left: solid 4px #00a8ff;
    background: #f6f8fa;
}

.blockquote p {
    margin-top: 0;
}

.blockquote-footer {
    font-size: .8125rem;
}

code {
    color: #6c7a86;
    background: #ecf2f5;
    padding: 0 .4rem 2px;
    font-size: .9rem;
}

pre.code {
    border: 2px solid #adb7be;
    padding: 1.375rem;
    margin: 2rem 0;
}

[placeholder],input[placeholder] {
    color: #bbb;
}

::-webkit-input-placeholder {
    color: #8e9fa7 !important;
}

::-moz-placeholder {
    opacity: 1 !important;
    color: #8e9fa7 !important;
}

:-moz-placeholder {
    color: #8e9fa7 !important;
    opacity: 1 !important;
}

:-ms-input-placeholder {
    color: #8e9fa7 !important;
}

label {
    margin: 0;
    display: block;
}

label.error {
    color: #fa424a;
}

.form-label {
    display: block;
    margin-bottom: 6px;
    font-size: 1rem;
}

.form-label .font-icon {
    margin: 0 4px 0 0;
    color: #adb7be;
}

.form-control {
    /*    border: 1px solid rgba(197,214,222,.7);
    */    box-shadow: none;
    font-size: 1rem;
    color: #414141 !important;
}

.form-control:focus {
    border-color: #c5d6de;
}

.form-control.form-control-error {
    background-color: #fff6f6;
    border-color: #fa424a;
    color: #fa424a !important;
}

.form-control:disabled {
    background-color: #eceff4;
}

.form-control.form-control-rounded {
    -webkit-border-radius: 25rem;
    border-radius: 25rem;
}

.form-control.form-control-sm {
    padding-top: .225rem;
    padding-bottom: .225rem;
}

.form-control.form-control-success {
    border-color: #46c35f;
    background-position-y: 49%;
}

.form-control.form-control-danger {
    border-color: #fa424a;
    background-position-y: 49%;
}

.form-control.form-control-warning {
    border-color: #f29824;
    background-position-y: 49%;
}

.form-control.form-control-blue-fill {
    border-color: #00a8ff;
    background-color: #e4f6fe;
}

.form-control.form-control-green-fill {
    border-color: #46c35f;
    background-color: #edf9ee;
}

.form-control.form-control-red-fill {
    border-color: #fa424a;
    background-color: #feecec;
}

.form-control.form-control-purple-fill {
    border-color: #ac6bec;
    background-color: #eee2fc;
}

.form-control.form-control-orange-fill {
    border-color: #f29824;
    background-color: #fdf4e6;
}

textarea.form-control {
    resize: none;
    height: auto;
}

.input-group-addon {
    background-color: #f6f8fa;
    border-color: rgba(197,214,222,.7);
    font-size: 1rem;
    font-weight: 600;
    color: #6c7a86;
}

.error-list,.text-muted {
    font-size: .875rem;
    color: #6c7a86;
    padding: 4px 0 0;
    display: block;
}

.form-group-radios .form-label,.form-group-radios .radio {
    margin-bottom: 15px;
}

.error :not(a),.form-group-error :not(a) {
    color: #fa424a;
}

.error .form-control,.form-group-error .form-control {
    border-color: #fa424a;
}

.error .form-control-wrapper .form-control,.form-group-error .form-control-wrapper .form-control {
    background-color: #fff6f6;
}

.error.form-group-checkbox .checkbox label,.form-group-error.form-group-checkbox .checkbox label {
    color: #343434;
}

.form-control-wrapper.form-control-icon-left .fa,.form-control-wrapper.form-control-icon-left .font-icon,.form-control-wrapper.form-control-icon-left .glyphicon,.form-control-wrapper.form-control-icon-right .fa,.form-control-wrapper.form-control-icon-right .font-icon,.form-control-wrapper.form-control-icon-right .glyphicon {
    width: 38px;
    height: 38px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    top: 0;
    color: rgba(145,159,169,.7);
}

.form-tooltip-error,.form-tooltip-error * {
    color: #fff !important;
}

.form-control-wrapper.form-control-icon-left .form-control-lg+.fa,.form-control-wrapper.form-control-icon-left .form-control-lg+.font-icon,.form-control-wrapper.form-control-icon-left .form-control-lg+.glyphicon,.form-control-wrapper.form-control-icon-right .form-control-lg+.fa,.form-control-wrapper.form-control-icon-right .form-control-lg+.font-icon,.form-control-wrapper.form-control-icon-right .form-control-lg+.glyphicon {
    height: 48px;
    line-height: 48px;
}

.form-control-wrapper.form-control-icon-left .form-control-sm+.fa,.form-control-wrapper.form-control-icon-left .form-control-sm+.font-icon,.form-control-wrapper.form-control-icon-left .form-control-sm+.glyphicon,.form-control-wrapper.form-control-icon-right .form-control-sm+.fa,.form-control-wrapper.form-control-icon-right .form-control-sm+.font-icon,.form-control-wrapper.form-control-icon-right .form-control-sm+.glyphicon {
    height: 34px;
    line-height: 34px;
}

.form-control-wrapper.form-control-icon-left .form-control {
    padding-left: 36px;
}

.form-control-wrapper.form-control-icon-right .form-control {
    padding-right: 36px;
}

.form-tooltip-error {
    background: #f95858;
    padding: 5px 8px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    position: absolute;
    right: 0;
    bottom: 100%;
    margin-bottom: 8px;
    max-width: 230px;
    font-size: .875rem;
}

.form-tooltip-error:before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    bottom: -4px;
    margin-left: -5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0;
    border-color: #f95858 transparent transparent;
}

.form-group-checkbox .form-tooltip-error {
    right: 100%;
    bottom: 0;
    margin-bottom: 0;
    margin-right: 10px;
    min-width: 150px;
}

.form-group-checkbox .form-tooltip-error:before {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    margin: 0 !important;
    left: auto;
    right: -7px;
    bottom: 9px;
}

.form-label .form-tooltip-error {
    position: relative;
    display: inline-block;
    margin: -4px 0 -4px 8px;
}

.form-label .form-tooltip-error:before {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    bottom: 50%;
    margin: 0 0 -2px !important;
    left: -7px;
}

.form-error-text-block {
    background-color: #fff6f6;
    border: 1px dashed #fa424a;
    padding: 12px 14px 3px;
    color: #fa424a;
    margin: 0 0 1rem;
    font-size: 1rem;
}

.form-error-text-block li {
    margin: 0 0 10px;
    position: relative;
    padding: 0 0 0 12px;
}

.form-error-text-block li:before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #fa424a;
    position: absolute;
    left: 0;
    top: .5em;
    margin-top: -1px;
}

.has-success .form-label {
    color: #46c35f;
}

.has-danger .form-label {
    color: #fa424a;
}

.has-warning .form-label {
    color: #f29824;
}

.input-group.date .input-group-addon {
    /*    background-color: #dbe4ea;
    */    border-color: #dbe4ea;
    color: rgba(108,122,134,.7);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.input-group.date .input-group-addon .font-icon {
    vertical-align: middle;
    font-size: 1.125rem;
    position: relative;
    top: .08rem;
}

.input-group.date .bootstrap-datetimepicker-widget+.input-group-addon,.input-group.date .input-group-addon:hover {
    background-color: #7bc300;
    border-color: #7bc300;
    color: #fff;
}

.bootstrap-datetimepicker-widget {
    list-style: none;
    font-size: .8125rem;
}

.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
    background: 0 0;
    color: #00a8ff !important;
}

.bootstrap-datetimepicker-widget table thead tr:first-child th.next,.bootstrap-datetimepicker-widget table thead tr:first-child th.prev {
    color: #adb7be;
}

.bootstrap-datetimepicker-widget table td.day,.bootstrap-datetimepicker-widget table th {
    width: 32px;
    height: 28px;
    line-height: 28px;
}

.bootstrap-datetimepicker-widget table th.dow {
    font-weight: 600;
}

.bootstrap-datetimepicker-widget table th.picker-switch {
    width: 165px;
}

.bootstrap-datetimepicker-widget table td.day:hover {
    background: 0 0;
    color: #00a8ff;
}

.bootstrap-datetimepicker-widget table td.active,.bootstrap-datetimepicker-widget table td.active:hover {
    background-color: #00a8ff;
    color: #fff;
}

.bootstrap-datetimepicker-widget table td span.active {
    background: #00a8ff;
}

.bootstrap-datetimepicker-widget table td span:hover,.bootstrap-datetimepicker-widget table td.minute:hover {
    background-color: #dbe4ea;
}

.bootstrap-datetimepicker-widget table td span.timepicker-hour {
    background: 0 0 !important;
}

.bootstrap-datetimepicker-widget a[data-action].btn {
    padding: 0;
    background: 0 0;
    color: #adb7be;
    border: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

.bootstrap-datetimepicker-widget a[data-action].btn:hover {
    color: #6c7a86;
}

.bootstrap-datetimepicker-widget .accordion-toggle span {
    color: rgba(108,122,134,.7);
    background: #dbe4ea;
}

.bootstrap-datetimepicker-widget .accordion-toggle span:hover {
    color: #fff;
    background-color: #00a8ff;
}

.bootstrap-datetimepicker-widget.dropdown-menu:after,.bootstrap-datetimepicker-widget.dropdown-menu:before {
    display: none;
}

.bootstrap-datetimepicker-widget .glyphicon-calendar,.bootstrap-datetimepicker-widget .glyphicon-time {
    font-family: startui;
    vertical-align: middle;
}

.btn-group.bootstrap-select.bootstrap-select-arrow>.btn.dropdown-toggle .bs-caret:before,.checkbox input[type=checkbox]+label:after,.checkbox-bird input+label:before,.radio input[type=checkbox]+label:after,.select2-container--arrow .select2-selection--single .select2-selection__arrow:before {
    font-family: startui !important;
    font-style: normal !important;
    font-variant: normal !important;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.bootstrap-datetimepicker-widget .glyphicon-calendar:before,.bootstrap-datetimepicker-widget .glyphicon-time:before {
    vertical-align: middle;
    position: relative;
    top: 0;
}

.bootstrap-datetimepicker-widget .glyphicon-calendar:before {
    content: "\65";
}

.bootstrap-datetimepicker-widget .glyphicon-time:before {
    content: "\23";
}

.bootstrap-datetimepicker-widget .glyphicon-chevron-down:before,.bootstrap-datetimepicker-widget .glyphicon-chevron-up:before {
    position: relative;
    top: 1px;
}

.checkbox,.checkbox-bird,.checkbox-detailed,.checkbox-slide,.checkbox-toggle,.radio {
    position: relative;
    margin-bottom: .75rem;
    margin-top: .80rem;

}

.checkbox input,.checkbox-bird input,.checkbox-detailed input,.checkbox-slide input,.checkbox-toggle input,.radio input {
    position: absolute;
    visibility: hidden;
}

.checkbox input+label,.checkbox-bird input+label,.checkbox-detailed input+label,.checkbox-slide input+label,.checkbox-toggle input+label,.radio input+label {
    position: relative;
    display: inline-block;
    font-size: 1rem;
    min-height: 18px;
    line-height: 18px;
    cursor: pointer;
}

.checkbox input:disabled+label,.checkbox-bird input:disabled+label,.checkbox-detailed input:disabled+label,.checkbox-slide input:disabled+label,.checkbox-toggle input:disabled+label,.radio input:disabled+label {
    cursor: not-allowed;
    color: #8e9fa7;
}

.checkbox,.radio {
    cursor: default;
}

.checkbox input+label,.radio input+label {
    z-index: 2;
    padding: 0 0 0 24px;
}

.checkbox input+label:after,.checkbox input+label:before,.radio input+label:after,.radio input+label:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

.checkbox input+label:before,.radio input+label:before {
    width: 16px;
    height: 16px;
    background: #fff;
    border: 1px solid #c5d6de;
}

.checkbox input+label:hover:before,.radio input+label:hover:before {
    background-color: #d9f2ff;
    border-color: #7bc300;
}

.checkbox input[type=checkbox]+label:after,.radio input[type=checkbox]+label:after {
    display: inline-block;
    width: 16px;
    height: 16px;
    font-weight: 400 !important;
    text-transform: none !important;
    vertical-align: middle;
    position: absolute;
    text-align: center;
    top: 0;
    font-size: 11px;
    line-height: 16px;
}

.checkbox input[type=checkbox]+label:before,.radio input[type=checkbox]+label:before {
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.checkbox input[type=radio]+label:before,.radio input[type=radio]+label:before {
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.checkbox input:checked+label:before,.radio input:checked+label:before {
    border-color: #7bc300;
}

.checkbox input[type=checkbox]:checked+label:after,.radio input[type=checkbox]:checked+label:after {
    content: "\22";
}

.checkbox input[type=radio]:checked+label:after,.radio input[type=radio]:checked+label:after {
    width: 8px;
    height: 8px;
    background: #7bc300;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    left: 4px;
    top: 4px;
}

.checkbox input:disabled+label:before,.radio input:disabled+label:before {
    background-color: #eceff4;
    border-color: #dbe4eb;
}

.checkbox input[type=checkbox]:disabled+label:after,.radio input[type=checkbox]:disabled+label:after {
    color: rgba(52,52,52,.4);
}

.checkbox input[type=radio]:disabled+label:after,.radio input[type=radio]:disabled+label:after {
    background-color: rgba(52,52,52,.4);
}

.checkbox.checkbox-only,.radio.checkbox-only {
    padding: 0;
    width: 16px;
    height: 16px;
    margin: 0;
}

.checkbox-slide input+label,.checkbox-toggle input+label {
    padding: 0 0 0 52px;
}

.checkbox-slide input+label:after,.checkbox-slide input+label:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

.checkbox-slide input+label:before {
    left: 1px;
    top: 7px;
    width: 42px;
    height: 4px;
    -webkit-border-radius: 25rem;
    border-radius: 25rem;
    background: #929faa;
    -webkit-transition: background .4s ease;
    -moz-transition: background .4s ease;
    -o-transition: background .4s ease;
    transition: background .4s ease;
}

.checkbox-slide input+label:after {
    width: 20px;
    height: 20px;
    top: -1px;
    border: 1px solid #c5d6de;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: left .4s ease;
    -moz-transition: left .4s ease;
    -o-transition: left .4s ease;
    transition: left .4s ease;
    background: #fff;
    background: -moz-linear-gradient(top,#fff 0,#e4f6ff 100%);
    background: -webkit-linear-gradient(top,#fff 0,#e4f6ff 100%);
    background: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#e4f6ff));
    background: -o-linear-gradient(top,#fff 0,#e4f6ff 100%);
    background: linear-gradient(to bottom,#fff 0,#e4f6ff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#e4f6ff',GradientType=0);
}

.checkbox-slide input+label:hover:after {
    border-color: #00a8ff;
}

.checkbox-slide input:checked+label:before {
    background-color: #343434;
}

.checkbox-slide input:checked+label:after {
    left: 24px;
}

.checkbox-slide input:disabled+label:before {
    background-color: #c6d6df;
}

.checkbox-slide input:disabled+label:after {
    border-color: #c5d6de;
    background: -moz-linear-gradient(top,#fcfefe 0,#edf2f5 100%);
    background: -webkit-linear-gradient(top,#fcfefe 0,#edf2f5 100%);
    background: -webkit-gradient(linear,left top,left bottom,from(#fcfefe),to(#edf2f5));
    background: -o-linear-gradient(top,#fcfefe 0,#edf2f5 100%);
    background: linear-gradient(to bottom,#fcfefe 0,#edf2f5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfefe',endColorstr='#edf2f5',GradientType=0);
}

.checkbox-toggle input+label:after,.checkbox-toggle input+label:before {
    content: '';
    display: block;
    -webkit-border-radius: 25rem;
    border-radius: 25rem;
    position: absolute;
    left: 0;
    top: -1px;
    height: 20px;
}

.checkbox-toggle input+label:before {
    width: 43px;
    background: #929faa;
    -webkit-transition: background .4s ease;
    -moz-transition: background .4s ease;
    -o-transition: background .4s ease;
    transition: background .4s ease;
}

.checkbox-toggle input+label:after {
    width: 20px;
    border: 1px solid #929faa;
    -webkit-transition: left .4s ease;
    -moz-transition: left .4s ease;
    -o-transition: left .4s ease;
    transition: left .4s ease;
    background: #fff;
    background: -moz-linear-gradient(top,#fff 0,#eef4f7 100%);
    background: -webkit-linear-gradient(top,#fff 0,#eef4f7 100%);
    background: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#eef4f7));
    background: -o-linear-gradient(top,#fff 0,#eef4f7 100%);
    background: linear-gradient(to bottom,#fff 0,#eef4f7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#eef4f7',GradientType=0);
}

.btn-file,.btn-group.bootstrap-select .font-icon {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.checkbox-toggle input+label:hover:after,.checkbox-toggle input:checked+label:after {
    border-color: #7bc300;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#e9f8ff',GradientType=0);
}

.checkbox-toggle input+label:hover:after {
    background: #fff;
    background: -moz-linear-gradient(top,#fff 0,#e9f8ff 100%);
    background: -webkit-linear-gradient(top,#fff 0,#e9f8ff 100%);
    background: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#e9f8ff));
    background: -o-linear-gradient(top,#fff 0,#e9f8ff 100%);
    background: linear-gradient(to bottom,#fff 0,#e9f8ff 100%);
}

.checkbox-toggle input:checked+label:before {
    background-color: #7bc300;
}

.checkbox-toggle input:checked+label:after {
    left: 23px;
    background: #fff;
    background: -moz-linear-gradient(top,#fff 0,#e9f8ff 100%);
    background: -webkit-linear-gradient(top,#fff 0,#e9f8ff 100%);
    background: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#e9f8ff));
    background: -o-linear-gradient(top,#fff 0,#e9f8ff 100%);
    background: linear-gradient(to bottom,#fff 0,#e9f8ff 100%);
}

.checkbox-toggle input:disabled+label:before {
    background-color: #dbe4eb;
}

.checkbox-toggle input:disabled+label:after {
    border-color: #dbe4eb;
    background: #fff;
    background: -moz-linear-gradient(top,#fff 0,#eef4f7 100%);
    background: -webkit-linear-gradient(top,#fff 0,#eef4f7 100%);
    background: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#eef4f7));
    background: -o-linear-gradient(top,#fff 0,#eef4f7 100%);
    background: linear-gradient(to bottom,#fff 0,#eef4f7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#eef4f7',GradientType=0);
}

.checkbox-bird input+label {
    display: block;
    min-width: 20px;
    height: 20px;
    line-height: 20px;
    padding: 0 0 0 28px;
    position: relative;
}

.checkbox-bird input+label:before {
    font-weight: 400 !important;
    text-transform: none !important;
    line-height: inherit;
    vertical-align: middle;
    content: "\55";
    color: rgba(173,183,190,.7);
    font-size: 1.125rem;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 20px;
    height: 20px;
}

.checkbox-bird input:checked+label:before {
    color: #00a8ff;
}

.checkbox-bird.grey input:checked+label:before {
    color: #6b7a85;
}

.checkbox-bird.green input:checked+label:before {
    color: #46c35f;
}

.checkbox-bird.purple input:checked+label:before {
    color: #ac6bec;
}

.checkbox-bird.orange input:checked+label:before {
    color: #f29824;
}

.checkbox-bird.red input:checked+label:before {
    color: #fa424a;
}

.checkbox-detailed {
    display: inline-block;
    vertical-align: top;
    margin: -4px -3px;
}

.checkbox-detailed input+label {
    width: 175px;
    height: 85px;
    border: 1px solid #d8e2e7;
    padding: 0 10px 0 33px;
    background: #fff;
}

/*.checkbox-detailed input+label:before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    border: 1px solid #c5d6de;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -6px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
*/
.checkbox-detailed input:checked+label {
    background-color: #f3f3f3;
}

.checkbox-detailed input:checked+label:before {
    border-color: #65b32e;
    background-color: #65b32e;
}

.checkbox-detailed .checkbox-detailed-tbl {
    display: table;
    width: 100%;
    height: 100%;
}

.checkbox-detailed .checkbox-detailed-cell {
    display: table-cell;
    vertical-align: middle;
    padding: 5px 0;
}

.checkbox-detailed .checkbox-detailed-title {
    font-weight: 600;
    display: block;
}

.btn-group.bootstrap-select .font-icon {
    display: inline-block;
    color: #929faa;
    margin: -2px 8px -2px 0;
    font-size: 16px;
    transition: all .2s ease-in-out;
    vertical-align: middle;
    position: relative;
    top: -.05em;
}

.btn-group.bootstrap-select .user-item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    min-height: 20px;
    padding: 0 0 0 21px;
}

.btn-group.bootstrap-select .user-item img {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: -5px;
    top: 0;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.btn-group.bootstrap-select>.btn.dropdown-toggle {
    outline: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background: #fff !important;
    font-weight: 400;
    color: #343434 !important;
    border-color: #d8e2e7 !important;
    padding-left: 0;
    vertical-align: middle;
    font-size: 1rem;
    text-align: left;
    padding-top: 0;
    padding-bottom: 0;
}

.btn-group.bootstrap-select>.btn.dropdown-toggle:after {
    display: none;
}

.btn-group.bootstrap-select>.btn.dropdown-toggle .filter-option {
    display: inline-block;
    position: relative;
    white-space: nowrap;
    padding-left: 1rem;
    overflow: hidden;
    max-width: 100%;
    padding-top: .375rem;
    padding-bottom: .375rem;
    margin: 0;
}

.btn-group.bootstrap-select>.btn.dropdown-toggle .bs-caret {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 23px;
    text-align: center;
    background: #dbe4ea;
}

.btn-group.bootstrap-select>.btn.dropdown-toggle .bs-caret .caret {
    display: none !important;
}

.btn-group.bootstrap-select>.btn.dropdown-toggle .bs-caret:after,.btn-group.bootstrap-select>.btn.dropdown-toggle .bs-caret:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    left: 50%;
    margin-left: -3px;
    top: 50%;
}

.btn-group.bootstrap-select>.btn.dropdown-toggle .bs-caret:before {
    border-width: 0 3px 5px;
    border-color: transparent transparent #6c7a86;
    margin-top: -6px;
}

.btn-group.bootstrap-select>.btn.dropdown-toggle .bs-caret:after {
    border-width: 5px 3px 0;
    border-color: #6c7a86 transparent transparent;
    margin-top: 1px;
}

.btn-group.bootstrap-select>.btn.dropdown-toggle .user-item img {
    top: 50%;
    margin-top: -10px;
}

.btn-group.bootstrap-select .dropdown-menu {
    border-top: none;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    margin-top: -1px;
    font-size: 1rem;
    padding: 0;
}

.btn-group.bootstrap-select .dropdown-menu a {
    display: block;
    padding: 5px 1rem;
    color: #343434;
    position: static;
    border: none;
    font-size: 1rem;
    font-weight: 400;
}

.btn-group.bootstrap-select .dropdown-menu a:hover,.btn-group.bootstrap-select .dropdown-menu a:hover .font-icon {
    color: #00a8ff;
}

.btn-group.bootstrap-select .dropdown-menu .dropdown-header {
    font-size: 1rem;
    text-transform: none;
    color: #343434;
    font-weight: 600;
    padding-left: 1rem;
    padding-right: 1rem;
}

.btn-group.bootstrap-select.open>.btn.dropdown-toggle {
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-color: #fff !important;
}

.btn-group.bootstrap-select.open>.btn.dropdown-toggle .bs-caret {
    background: 0 0;
}

.btn-group.bootstrap-select.open.dropup>.btn.dropdown-toggle {
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    border-top-color: #fff !important;
    border-bottom-color: #d8e2e7 !important;
}

.btn-group.bootstrap-select.open.dropup .dropdown-menu {
    -webkit-border-radius: .25rem .25rem 0 0;
    border-radius: .25rem .25rem 0 0;
    border-top: solid 1px #d8e2e7;
    border-bottom: none;
    margin-bottom: -1px;
}

.btn-group.bootstrap-select.disabled {
    opacity: .65;
}

.btn-group.bootstrap-select.disabled>.btn.dropdown-toggle.disabled {
    opacity: 1;
    background-color: #dbe4ea !important;
}

.btn-group.bootstrap-select.disabled>.btn.dropdown-toggle.disabled .filter-option {
    color: #6c7a86;
}

.btn-group.bootstrap-select.bootstrap-select-arrow>.btn.dropdown-toggle .bs-caret {
    background: 0 0;
}

.btn-group.bootstrap-select.bootstrap-select-arrow>.btn.dropdown-toggle .bs-caret:after {
    display: none;
}

.btn-group.bootstrap-select.bootstrap-select-arrow>.btn.dropdown-toggle .bs-caret:before {
    width: auto;
    height: auto;
    border: none;
    left: 0;
    margin-left: 0;
    top: 50% !important;
    margin-top: -8px;
    font-weight: 400 !important;
    text-transform: none !important;
    line-height: inherit;
    vertical-align: middle;
    position: relative;
    content: "\51";
    color: #6c7a86;
    font-size: .6875rem;
    text-align: left;
}

.select2,.select2-arrow,.select2-icon,.select2-photo {
    width: 100% !important;
}

.select2-dropdown {
    border-color: #d8e2e7;
    font-size: 1rem;
}

.select2-dropdown.select2-dropdown--above {
    border-bottom: none;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-results__option {
    padding: 5px 1rem;
    background: 0 0 !important;
}

.select2-results__option:hover {
    color: #00a8ff;
}

.select2-results__option[role=group]:hover {
    color: #343434;
}

.select2-results__option[role=group] .select2-results__option {
    padding-left: 2.25rem;
}

.select2-results__option[aria-selected=true] {
    color: #00a8ff;
}

.select2-container--arrow .select2-selection--single,.select2-container--default .select2-selection--single,.select2-container--white .select2-selection--single {
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    height: auto;
    background: 0 0;
}

.select2-container--arrow .select2-selection--single .select2-selection__rendered,.select2-container--default .select2-selection--single .select2-selection__rendered,.select2-container--white .select2-selection--single .select2-selection__rendered {
    border: 1px solid #d8e2e7;
    -webkit-border-radius: .25rem;
    border-radius: .25rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #343434;
    padding: .375rem 25px .375rem 1rem;
    min-height: 38px;
    background: #fff;
}

.select2-container--arrow .select2-selection--single .select2-selection__rendered .user-item img,.select2-container--default .select2-selection--single .select2-selection__rendered .user-item img,.select2-container--white .select2-selection--single .select2-selection__rendered .user-item img {
    top: 50%;
    margin-top: -10px;
}

.select2-container--arrow .select2-selection--single .select2-selection__arrow,.select2-container--default .select2-selection--single .select2-selection__arrow,.select2-container--white .select2-selection--single .select2-selection__arrow {
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    width: 23px;
    text-align: center;
    background: #dbe4ea;
    -webkit-border-radius: 0 .25rem .25rem 0;
    border-radius: 0 .25rem .25rem 0;
}

.select2-container--arrow .select2-selection--single .select2-selection__arrow:after,.select2-container--arrow .select2-selection--single .select2-selection__arrow:before,.select2-container--default .select2-selection--single .select2-selection__arrow:after,.select2-container--default .select2-selection--single .select2-selection__arrow:before,.select2-container--white .select2-selection--single .select2-selection__arrow:after,.select2-container--white .select2-selection--single .select2-selection__arrow:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    left: 50%;
    margin-left: -3px;
    top: 50%;
}

.select2-container--arrow .select2-selection--single .select2-selection__arrow:before,.select2-container--default .select2-selection--single .select2-selection__arrow:before,.select2-container--white .select2-selection--single .select2-selection__arrow:before {
    border-width: 0 3px 5px;
    border-color: transparent transparent #6c7a86;
    margin-top: -6px;
}

.select2-container--arrow .select2-selection--single .select2-selection__arrow:after,.select2-container--default .select2-selection--single .select2-selection__arrow:after,.select2-container--white .select2-selection--single .select2-selection__arrow:after {
    border-width: 5px 3px 0;
    border-color: #6c7a86 transparent transparent;
    margin-top: 1px;
}

.select2-container--arrow .select2-selection--single .select2-selection__arrow b,.select2-container--default .select2-selection--single .select2-selection__arrow b,.select2-container--white .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.select2-container--arrow .select2-results__group,.select2-container--default .select2-results__group,.select2-container--white .select2-results__group {
    font-weight: 600;
    padding: 5px 1rem;
}

.select2-container--arrow .select2-results__option--highlighted[aria-selected],.select2-container--default .select2-results__option--highlighted[aria-selected],.select2-container--white .select2-results__option--highlighted[aria-selected] {
    background: 0 0;
    color: #7bc300;
}

.select2-container--arrow .select2-results>.select2-results__options,.select2-container--default .select2-results>.select2-results__options,.select2-container--white .select2-results>.select2-results__options {
    max-height: 250px;
}

.select2-container--arrow .select2-search--inline .select2-search__field,.select2-container--default .select2-search--inline .select2-search__field,.select2-container--white .select2-search--inline .select2-search__field {
    font-size: 1rem;
    padding-left: 11px;
}

.select2-container--arrow .font-icon,.select2-container--default .font-icon,.select2-container--white .font-icon {
    display: inline-block;
    color: #929faa;
    margin: -2px 8px -2px 0;
    font-size: 1rem;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    vertical-align: middle;
    position: relative;
    top: -.05em;
}

.select2-container--arrow .user-item,.select2-container--default .user-item,.select2-container--white .user-item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    min-height: 20px;
    padding: 0 0 0 21px;
}

.select2-container--arrow .user-item img,.select2-container--default .user-item img,.select2-container--white .user-item img {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: -5px;
    top: 0;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.select2-container--arrow.select2-container--open .select2-selection--single .select2-selection__rendered,.select2-container--default.select2-container--open .select2-selection--single .select2-selection__rendered,.select2-container--white.select2-container--open .select2-selection--single .select2-selection__rendered {
    border-bottom-color: #fff;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
}

.select2-container--arrow.select2-container--open .select2-selection--single .select2-selection__arrow,.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow,.select2-container--white.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: 0 0;
}

.select2-container--arrow.select2-container--open.select2-container--above .select2-selection--single .select2-selection__rendered,.select2-container--default.select2-container--open.select2-container--above .select2-selection--single .select2-selection__rendered,.select2-container--white.select2-container--open.select2-container--above .select2-selection--single .select2-selection__rendered {
    -webkit-border-radius: 0 0 .25rem .25rem;
    border-radius: 0 0 .25rem .25rem;
    border-top-color: #fff;
    border-bottom-color: #d8e2e7;
}

.select2-container--arrow.select2-container--disabled,.select2-container--default.select2-container--disabled,.select2-container--white.select2-container--disabled {
    opacity: .65;
}

.select2-container--arrow .select2-selection--multiple .select2-selection__choice__remove:hover,.select2-container--arrow.select2-container--disabled .user-item img,.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,.select2-container--default.select2-container--disabled .user-item img,.select2-container--white .select2-selection--multiple .select2-selection__choice__remove:hover,.select2-container--white.select2-container--disabled .user-item img {
    opacity: .7;
}

.select2-container--arrow.select2-container--disabled .select2-selection--single,.select2-container--default.select2-container--disabled .select2-selection--single,.select2-container--white.select2-container--disabled .select2-selection--single {
    cursor: not-allowed;
    background: 0 0;
}

.select2-container--arrow.select2-container--disabled .select2-selection--single .select2-selection__rendered,.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__rendered,.select2-container--white.select2-container--disabled .select2-selection--single .select2-selection__rendered {
    background-color: #dbe4ea;
    color: #6c7a86;
}

.select2-container--arrow .select2-selection--multiple,.select2-container--default .select2-selection--multiple,.select2-container--white .select2-selection--multiple {
    border-color: #d8e2e7;
    min-height: 38px;
}

.select2-container--arrow .select2-selection--multiple .select2-selection__choice,.select2-container--default .select2-selection--multiple .select2-selection__choice,.select2-container--white .select2-selection--multiple .select2-selection__choice {
    color: #fff;
    background: #919fa9;
    border: none;
    font-weight: 600;
    font-size: 1rem;
    padding: 0 2rem 0 .5rem;
    height: 26px;
    line-height: 26px;
    position: relative;
}

.select2-container--arrow .select2-selection--single .select2-selection__arrow,.select2-container--white .select2-selection--single .select2-selection__arrow {
    background: 0 0;
}

.select2-container--arrow .select2-selection--multiple .select2-selection__choice__remove,.select2-container--default .select2-selection--multiple .select2-selection__choice__remove,.select2-container--white .select2-selection--multiple .select2-selection__choice__remove {
    position: absolute;
    right: 0;
    top: 1px;
    color: #fff !important;
    width: 1.5rem;
    text-align: center;
    font-size: 2rem;
}

.select2-container--arrow.select2-container--focus .select2-selection--multiple,.select2-container--default.select2-container--focus .select2-selection--multiple,.select2-container--white.select2-container--focus .select2-selection--multiple {
    border-color: #c5d6de;
}

.select2-container--arrow .select2-selection--single .select2-selection__arrow:after {
    display: none;
}

.select2-container--arrow .select2-selection--single .select2-selection__arrow:before {
    width: auto;
    height: auto;
    border: none;
    left: 0;
    margin-left: 0;
    top: 50% !important;
    margin-top: -8px;
    font-weight: 400 !important;
    text-transform: none !important;
    line-height: inherit;
    vertical-align: middle;
    position: relative;
    content: "\51";
    color: #6c7a86;
    font-size: .6875rem;
    text-align: left;
}

.btn-square-icon,.drop-zone,.tbl-typical td[align=center],.tbl-typical th[align=center] {
    text-align: center;
}

.uploading-list-title {
    font-size: 1rem;
    font-weight: 600;
    margin: 0;
}

.uploading-list .uploading-list-item {
    zoom: 1;
    padding: .9rem 0;
    border-top: solid 1px #d8e2e7;
}

.uploading-list .uploading-list-item:after,.uploading-list .uploading-list-item:before {
    content: " ";
    display: table;
}

.uploading-list .uploading-list-item:after {
    clear: both;
}

.uploading-list .uploading-list-item:first-child {
    border-top: none;
}

.uploading-list .uploading-list-item-wrapper {
    position: relative;
    padding: 0 20px 0 0;
    margin: 0 0 6px;
}

.uploading-list .uploading-list-item-name,.uploading-list .uploading-list-item-size {
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    line-height: 1rem;
}

.uploading-list .uploading-list-item-name {
    padding-right: 15px;
    overflow: hidden;
    max-width: 100%;
}

.uploading-list .uploading-list-item-name .font-icon {
    color: #adb7be;
    margin: 0 5px 0 0;
    vertical-align: middle;
    font-size: 1rem;
}

.uploading-list .uploading-list-item-size {
    color: #919fa9;
}

.uploading-list .uploading-list-item-close {
    border: none;
    background: 0 0;
    color: #dbe4ea;
    font-size: .75rem;
    position: absolute;
    right: 0;
    top: 2px;
}

.uploading-list .progress[value],.uploading-list .uploading-list-item-close:hover {
    color: #00a8ff;
}

.uploading-list .uploading-list-item-progress,.uploading-list .uploading-list-item-speed {
    font-size: .875rem;
}

.uploading-list .uploading-list-item-progress {
    float: left;
}

.uploading-list .uploading-list-item-speed {
    float: right;
}

.uploading-list .progress {
    margin-bottom: .4rem;
    background-color: #f6f8fa;
    height: 5px;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: #00a8ff;
}

.uploading-list .progress[value]::-webkit-progress-value {
    background-color: #00a8ff;
}

.uploading-list .progress-bar {
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: #00a8ff;
}

.drop-zone {
    width: 205px;
    height: 205px;
    border: 2px dashed #adb7be;
    padding: 25px 0 0;
}

.drop-zone.dragover {
    border-color: #00a8ff;
}

.drop-zone .font-icon {
    line-height: 60px;
    color: #919fa9;
    font-size: 2.75rem;
}

.drop-zone .drop-zone-caption {
    font-size: 1rem;
    font-weight: 600;
    color: #919fa9;
    margin: 0 0 1rem;
}

.btn-file {
    position: relative;
    overflow: hidden;
    transition: all .2s ease-in-out;
    cursor: pointer;
}

.dropdown-item .font-icon,.page-content {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.btn-file input[type=file] {
    position: absolute;
    left: 0;
    top: 0;
    height: 200px;
    width: 1000px;
    opacity: 0;
    cursor: pointer;
}

.uploading-container {
    zoom: 1;
    padding: 15px 25px 15px 15px;
}

.uploading-container:after,.uploading-container:before {
    content: " ";
    display: table;
}

.uploading-container:after {
    clear: both;
}

.uploading-container .uploading-container-left {
    float: left;
    position: relative;
    z-index: 5;
    width: 220px;
}

.uploading-container .uploading-container-right {
    float: right;
    width: 100%;
    margin-left: -220px;
}

.uploading-container .uploading-container-right-in {
    margin-left: 220px;
}

@media (max-width:544px) {
    .uploading-container .uploading-container-left,.uploading-container .uploading-container-right {
        float: none;
        width: auto;
        margin: 0;
    }

    .uploading-container .uploading-container-right-in {
        margin: 0;
    }

    .uploading-container .drop-zone {
        width: auto;
        margin: 0 0 1rem;
    }
}

.box-typical-center,.page-center {
    width: 100%;
    border-collapse: collapse;
}

.typeahead-button button .font-icon-search {
    vertical-align: middle;
}

.typeahead-filter button {
    -webkit-border-radius: 0;
    border-radius: 0;
}

.typeahead-list {
    padding: 4px 0 3px;
}

.typeahead-list>li.typeahead-group.active>a,.typeahead-list>li.typeahead-group>a,.typeahead-list>li.typeahead-group>a:focus,.typeahead-list>li.typeahead-group>a:hover {
    background-color: #f6f8fa;
}

.typeahead-item .row {
    margin: 0;
}

.typeahead-item .avatar {
    margin-right: 10px;
}

.typeahead-item .username {
    margin-right: 5px;
}

.typeahead-item small {
    font-size: .8125rem;
}

.typeahead-dropdown>li>a,.typeahead-list>li>a {
    padding: 3px .75rem;
    font-size: .9375rem;
}

var.result-container {
    font-size: .9375rem;
}

.page-content {
    padding: 107px 15px 10px;
    transition: all .2s ease-in-out;
}

.dark-theme .page-content {
    padding-top: 77px;
}

.with-side-menu .page-content {
    padding-left: 255px;
}

@media (max-width:991px) {
    .with-side-menu .page-content {
        padding-left: 0;
        padding-right: 0;
    }
}

.with-side-menu-compact .page-content {

    width: 100%;
    max-width: 1240px;
    /*    padding: 100px 15px;
    */    margin: 0px auto;


@media (max-width:991px) {
    .with-side-menu-compact .page-content {
        padding-left: 0;
        padding-right: 0;
    }
}

.with-side-menu-addl .page-content {
    padding-left: 335px;
}

@media (max-width:991px) {
    .with-side-menu-addl .page-content {
        padding-left: 0;
        padding-right: 0;
    }
}

.page-center {
    display: table;
}

.page-center-in {
    display: table-cell;
    vertical-align: middle;
    padding: 15px 0;
}

.box-typical-center {
    display: table;
    height: 100%;
}

.box-typical-center-in {
    display: table-cell;
    vertical-align: middle;
    padding: 15px;
}

.col-xxl-1,.col-xxl-10,.col-xxl-11,.col-xxl-12,.col-xxl-2,.col-xxl-3,.col-xxl-4,.col-xxl-5,.col-xxl-6,.col-xxl-7,.col-xxl-8,.col-xxl-9 {
    position: relative;
    min-height: 1px;
    padding-right: .9375rem;
    padding-left: .9375rem;
}

@media (min-width:1500px) {
    .col-xxl-1,.col-xxl-10,.col-xxl-11,.col-xxl-12,.col-xxl-2,.col-xxl-3,.col-xxl-4,.col-xxl-5,.col-xxl-6,.col-xxl-7,.col-xxl-8,.col-xxl-9 {
        float: left;
    }

    .col-xxl-1 {
        width: 8.333333%;
    }

    .col-xxl-2 {
        width: 16.666667%;
    }

    .col-xxl-3 {
        width: 25%;
    }

    .col-xxl-4 {
        width: 33.333333%;
    }

    .col-xxl-5 {
        width: 41.666667%;
    }

    .col-xxl-6 {
        width: 50%;
    }

    .col-xxl-7 {
        width: 58.333333%;
    }

    .col-xxl-8 {
        width: 66.666667%;
    }

    .col-xxl-9 {
        width: 75%;
    }

    .col-xxl-10 {
        width: 83.333333%;
    }

    .col-xxl-11 {
        width: 91.666667%;
    }

    .col-xxl-12 {
        width: 100%;
    }

    .hidden-xxl-up {
        display: none !important;
    }
}

.hidden-xxl-down {
    display: none !important;
}

hr {
    border-top-color: #d8e2e7;
    margin: 2em 0;
}

hr.dashed {
    border-top-style: dashed;
}

hr.margin-4 {
    margin: 4em 0;
}

.dropdown-menu {
    border-color: #d8e2e7;
    margin-top: 6px;
    font-size: .8125rem;
}

.dropup .dropdown-menu {
    margin-bottom: 6px;
}

.dropdown-menu-col {
    float: left;
    width: 50%;
}

.dropdown-header,.dropdown-item {
    padding: 4px 12px;
}

.dropdown-header {
    text-transform: uppercase;
    font-weight: 600;
    color: #6c7a86;
    font-size: .875rem;
}

.dropdown-item {
    font-size: .9375rem;
}

.dropdown-item .font-icon {
    margin: 0 8px 0 0;
    color: #adb7be;
    transition: all .2s ease-in-out;
    font-size: 16px;
    vertical-align: middle;
    line-height: 16px;
    position: relative;
    top: -1px;
}

.dropdown-item.current,.dropdown-item:hover {
    background: 0 0;
    color: #79aa33;
}

.dropdown-item.current .font-icon,.dropdown-item:hover .font-icon {
    color: #79aa33;
}

.dropdown-item.no-nowrap {
    white-space: normal;
    line-height: 1.3;
}

.dropdown.dropdown-typical {
    position: relative;
}

.dropdown.dropdown-typical a.dropdown-toggle {
    color: #343434;
    font-weight: 600;
    padding-right: 15px;
    padding-left: 15px;
}

.dropdown.dropdown-typical a.dropdown-toggle .font-icon,.dropdown.dropdown-typical a.dropdown-toggle:after {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.dropdown.dropdown-typical a.dropdown-toggle:after {
    color: #adb7be;
    border-top: 5px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    position: relative;
    top: -1px;
}

.dropdown.dropdown-typical a.dropdown-toggle .font-icon {
    vertical-align: middle;
    margin: 0 6px 0 0;
    color: #adb7be;
    font-size: 16px;
    line-height: 16px;
    position: relative;
    top: -1px;
}

.dropdown.dropdown-typical .dropdown-more:hover .dropdown-more-caption,.dropdown.dropdown-typical a.dropdown-toggle:hover,.dropdown.dropdown-typical a.dropdown-toggle:hover .font-icon,.dropdown.dropdown-typical a.dropdown-toggle:hover:after,.dropdown.dropdown-typical.open a.dropdown-toggle,.dropdown.dropdown-typical.open a.dropdown-toggle .font-icon,.dropdown.dropdown-typical.open a.dropdown-toggle:after {
    color: #00a8ff;
}

.dropdown.dropdown-typical a.dropdown-toggle.dropdown-toggle-txt {
    font-weight: 400;
    color: #00a8ff;
    font-size: .9375rem;
}

.dropdown.dropdown-typical a.dropdown-toggle.dropdown-toggle-txt:after {
    display: none;
}

.dropdown.dropdown-typical .dropdown-header,.dropdown.dropdown-typical .dropdown-item {
    padding: 3px 14px;
}

.dropdown.dropdown-typical .dropdown-item {
    font-size: .9375rem;
}

.dropdown.dropdown-typical .dropdown-menu {
    margin-top: 2px;
    min-width: 100%;
}

.dropdown.dropdown-typical .dropdown-more {
    position: relative;
}

.dropdown.dropdown-typical .dropdown-more .dropdown-more-caption {
    padding: 3px 12px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    cursor: pointer;
    position: relative;
    font-size: 15px;
}

.dropdown.dropdown-typical .dropdown-more .dropdown-more-caption:before {
    content: '';
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 5px;
    border-color: transparent transparent transparent #adb7be;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.dropdown.dropdown-typical .dropdown-more .dropdown-more-caption.padding {
    padding-left: 37px;
}

.dropdown.dropdown-typical .dropdown-more .dropdown-more-sub {
    display: none;
    position: absolute;
    top: -4px;
    left: 100%;
    padding: 0 0 0 4px;
    margin: 0 0 0 -3px;
}

.dropdown.dropdown-typical .dropdown-more .dropdown-more-sub-in {
    background: #fff;
    border: 1px solid #d8e2e7;
    border-left: none;
    -webkit-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    padding-top: 4px;
    padding-bottom: 4px;
}

.dropdown.dropdown-typical .dropdown-more:hover .dropdown-more-caption:before {
    border-left-color: #00a8ff;
}

.dropdown.dropdown-typical .dropdown-more:hover .dropdown-more-sub {
    display: block;
}

.dropdown.dropdown-status {
    display: inline-block;
}

.dropdown.dropdown-status .btn.dropdown-toggle {
    height: 22px;
    font-size: .8125rem;
    padding: 0 7px;
}

.dropdown.dropdown-status .btn.dropdown-toggle.btn-danger {
    background-color: #fa424a !important;
    border-color: #fa424a !important;
}

.dropdown.dropdown-status .btn.dropdown-toggle.btn-primary {
    background-color: #00a8ff !important;
    border-color: #00a8ff !important;
}

.dropdown.dropdown-status .btn.dropdown-toggle.btn-success {
    background-color: #46c35f !important;
    border-color: #46c35f !important;
}

.dropdown.dropdown-status .btn.dropdown-toggle.btn-warning {
    background-color: #f29824 !important;
    border-color: #f29824 !important;
}

.dropdown.dropdown-status .dropdown-menu {
    margin-left: -5px;
}

.dropdown.dropdown-status .dropdown-menu a.dropdown-item {
    font-weight: 400;
    border: none;
}

.dropdown-toggle .caret {
    display: none;
}

.btn {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #7bc300;
    background: #7bc300;
    color: #fff;
    font-weight: 600;
}

.btn:hover {
    background-color: #0c803d;
    border-color: #0c803d;
    color:#fff !important;
}

.btn:active {
    background-color: #7bc300;
    border-color: #7bc300;
}

.btn.disabled,.btn:disabled {
    background-color: #dbe4ea;
    border-color: #dbe4ea;
    color: #6c7a86;
}

.btn.active {
    background-color: #0090d9;
    border-color: #0090d9;
}

.btn.active:hover {
    background-color: #007fc0;
    border-color: #007fc0;
}

.btn.btn-rounded {
    -webkit-border-radius: 25rem;
    border-radius: 25rem;
}

.btn.btn-grey,.btn.dropdown-toggle,.btn.dropdown-toggle:focus {
    background-color: #dbe4ea;
    border-color: #dbe4ea;
    color: #6c7a86;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

.btn-group.open .btn.btn-grey,.btn-group.open .btn.dropdown-toggle,.btn-group.open .btn.dropdown-toggle:focus,.dropdown.open .btn.btn-grey,.dropdown.open .btn.dropdown-toggle,.dropdown.open .btn.dropdown-toggle:focus {
    color: #fff;
    background-color: #00a8ff;
    border-color: #00a8ff;
}

.btn-group.open .btn.btn-grey:after,.btn-group.open .btn.dropdown-toggle:after,.btn-group.open .btn.dropdown-toggle:focus:after,.dropdown.open .btn.btn-grey:after,.dropdown.open .btn.dropdown-toggle:after,.dropdown.open .btn.dropdown-toggle:focus:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.btn-group.open .btn.btn-grey.btn-default-outline,.btn-group.open .btn.dropdown-toggle.btn-default-outline,.btn-group.open .btn.dropdown-toggle:focus.btn-default-outline,.dropdown.open .btn.btn-grey.btn-default-outline,.dropdown.open .btn.dropdown-toggle.btn-default-outline,.dropdown.open .btn.dropdown-toggle:focus.btn-default-outline {
    background-color: #d8e2e7;
    color: #919fa9;
    border-color: #d8e2e7;
}

.btn-group.open .btn.btn-grey.btn-default-outline:hover,.btn-group.open .btn.dropdown-toggle.btn-default-outline:hover,.btn-group.open .btn.dropdown-toggle:focus.btn-default-outline:hover,.dropdown.open .btn.btn-grey.btn-default-outline:hover,.dropdown.open .btn.dropdown-toggle.btn-default-outline:hover,.dropdown.open .btn.dropdown-toggle:focus.btn-default-outline:hover {
    background-color: #d8e2e7;
    color: #6c7a86 !important;
}

.btn.btn-grey.btn-default-outline,.btn.dropdown-toggle.btn-default-outline,.btn.dropdown-toggle:focus.btn-default-outline {
    color: #919fa9;
    border-color: #d8e2e7;
}

.btn.btn-grey.btn-default-outline:hover,.btn.dropdown-toggle.btn-default-outline:hover,.btn.dropdown-toggle:focus.btn-default-outline:hover {
    background-color: #d8e2e7;
    color: #6c7a86 !important;
}

.btn.btn-danger,.btn.btn-danger-outline:hover,.btn.btn-default,.btn.btn-default-outline:hover,.btn.btn-info,.btn.btn-info-outline:hover,.btn.btn-primary,.btn.btn-primary-outline:hover,.btn.btn-secondary,.btn.btn-secondary-outline:hover,.btn.btn-success,.btn.btn-success-outline:hover,.btn.btn-warning,.btn.btn-warning-outline:hover {
    color: #fff !important;
}

.btn.btn-default {
    background-color: #adb7be;
    border-color: #adb7be;
}

.btn.btn-default:hover {
    background-color: #bec6cc;
    border-color: #bec6cc;
}

.btn.btn-primary {
    background-color: #00a8ff;
    border-color: #00a8ff;
}

.btn.btn-primary:hover {
    background-color: #16b4fc;
    border-color: #16b4fc;
}

.btn.btn-secondary {
    background-color: #6b7a85;
    border-color: #6b7a85;
}

.btn.btn-secondary:hover {
    background-color: #7a8994;
    border-color: #7a8994;
}

.btn.btn-success {
    background-color: #46c35f;
    border-color: #46c35f;
}

.btn.btn-success:hover {
    background-color: #5dca73;
    border-color: #5dca73;
}

.btn.btn-info {
    background-color: #ac6bec;
    border-color: #ac6bec;
}

.btn.btn-info:hover {
    background-color: #bb86ef;
    border-color: #bb86ef;
}

.btn.btn-warning {
    background-color: #f29824;
    border-color: #f29824;
}

.btn.btn-warning:hover {
    background-color: #f4a641;
    border-color: #f4a641;
}

.btn.btn-danger {
    background-color: #fa424a;
    border-color: #fa424a;
}

.btn.btn-danger:hover {
    background-color: #fb6067;
    border-color: #fb6067;
}

.btn.btn-danger-outline,.btn.btn-danger-outline:focus,.btn.btn-default-outline,.btn.btn-default-outline:focus,.btn.btn-info-outline,.btn.btn-info-outline:focus,.btn.btn-primary-outline,.btn.btn-primary-outline:focus,.btn.btn-secondary-outline,.btn.btn-secondary-outline:focus,.btn.btn-success-outline,.btn.btn-success-outline:focus,.btn.btn-warning-outline,.btn.btn-warning-outline:focus {
    background-color: #fff;
}

.btn.btn-primary-outline,.btn.btn-primary-outline:focus {
    color: #00a8ff;
    border-color: #00a8ff;
}

.btn.btn-primary-outline:focus:hover,.btn.btn-primary-outline:hover {
    background-color: #00a8ff;
}

.btn.btn-secondary-outline {
    color: #6b7a85;
    border-color: #6b7a85;
}

.btn.btn-secondary-outline:hover {
    background-color: #6b7a85;
}

.btn.btn-success-outline {
    color: #46c35f;
    border-color: #46c35f;
}

.btn.btn-success-outline:hover {
    background-color: #46c35f;
}

.btn.btn-info-outline {
    color: #ac6bec;
    border-color: #ac6bec;
}

.btn.btn-info-outline:hover {
    background-color: #ac6bec;
}

.btn.btn-warning-outline {
    color: #f29824;
    border-color: #f29824;
}

.btn.btn-warning-outline:hover {
    background-color: #f29824;
}

.btn.btn-danger-outline {
    color: #fa424a;
    border-color: #fa424a;
}

.btn.btn-danger-outline:hover {
    background-color: #fa424a;
}

.btn.btn-default-outline {
    color: #919fa9;
    border-color: #d8e2e7;
}

.btn.btn-default-outline:hover {
    background-color: #d8e2e7;
    color: #6c7a86 !important;
}

.btn.btn-bordered {
    background-color: #fff;
}

.btn.btn-select {
    background: #fff;
    border-color: #d8e2e7;
    color: #343434;
    font-weight: 400;
}

.btn.btn-select:hover {
    background-color: #f6f8fa;
}

.btn.btn-inline {
    margin-right: 8px;
    margin-bottom: 8px;
}

.btn .font-icon-left {
    margin: 0 5px 0 0;
    position: relative;
    top: 1px;
}

a.btn:focus,a.btn:hover {
    color: #fff;
}

.btn-square-icon {
    min-width: 80px;
    height: 60px;
    border: 1px solid #d8e2e7;
    background: #f6f8fa;
    padding: 4px 10px 0;
    color: #6c7a86;
    position: relative;
    margin: 0 6px 10px 0;
    vertical-align: middle;
}

.btn-square-icon .fa {
    display: block;
    margin: 0 0 2px;
}

.btn-square-icon .label {
    padding-left: .5em;
    padding-right: .5em;
    position: absolute;
    right: -5px;
    top: -5px;
}

.btn-square-icon:hover {
    background-color: #ecf2f5;
}

.btn-square-icon.btn-square-icon-rounded {
    -webkit-border-radius: .25rem;
    border-radius: .25rem;
}

a.btn-square-icon {
    display: inline-block;
    color: #6c7a86;
    padding-top: 11px;
}

.label {
    /*font-size: .875rem;
    font-weight: 600;
    background-color: #adb7be;*/
}

.bootstrap-table .table th,.fixed-table-body .table th,.table th,.tbl-typical th {
    font-weight: 700;
}

.label-danger {
    background-color: #fa424a;
}

.label-primary {
    background-color: #00a8ff;
}

.label-success {
    background-color: #46c35f;
}

.label-default {
    background-color: #adb7be;
}

.label-warning {
    background-color: #fdad2a;
}

.label-info {
    background-color: #ac6bec;
}

.label-light-grey {
    background-color: #eceff4;
    color: #919fa9;
}

a.label-light-grey:hover {
    color: #fff;
    background-color: #00a8ff;
}

.label.label-pill.label-custom {
    padding: 3px 6px 2px;
    font-size: .8125rem;
}

.tbl-typical {
    width: 100%;
    border-collapse: collapse;
}

.tbl-typical td,.tbl-typical th {
    padding: 14px 15px;
}

.tbl-typical th {
    background: #f6f8fa;
    border-bottom: solid 1px #d8e2e7;
    padding: 0;
    color: #6c7a86;
    font-size: 1rem;
}

.tbl-typical th>div {
    position: relative;
    padding: 8px 15px;
}

.tbl-typical th>div:before {
    content: '';
    display: block;
    width: 1px;
    height: 85%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: -moz-linear-gradient(top,rgba(216,226,231,0) 0,#d8e2e7 77%,#d8e2e7 100%);
    background: -webkit-linear-gradient(top,rgba(216,226,231,0) 0,#d8e2e7 77%,#d8e2e7 100%);
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(216,226,231,0)),color-stop(77%,#d8e2e7),to(#d8e2e7));
    background: -o-linear-gradient(top,rgba(216,226,231,0) 0,#d8e2e7 77%,#d8e2e7 100%);
    background: linear-gradient(to bottom,rgba(216,226,231,0) 0,#d8e2e7 77%,#d8e2e7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00d8e2e7',endColorstr='#d8e2e7',GradientType=0);
}

.tbl-typical th:first-child>div:before {
    display: none;
}

.tbl-typical td {
    font-size: .9375rem;
}

.tbl-typical tr:nth-child(even) td {
    background: #fbfcfd;
}

.tbl-typical .label {
    margin-top: 2px;
    margin-bottom: 2px;
}

.bootstrap-table .table,.fixed-table-body .table,.table {
    font-size: .9375rem;
    margin-bottom: 0;
}

.bootstrap-table .table td,.bootstrap-table .table th,.fixed-table-body .table td,.fixed-table-body .table th,.table td,.table th {
    vertical-align: middle;
    border-top-color: #d8e2e7;
    padding: 11px 10px 10px;
}

.bootstrap-table .table td,.fixed-table-body .table td,.table td {
    height: 50px;
}

.bootstrap-table .table thead th,.fixed-table-body .table thead th,.table thead th {
    border-bottom: none;
    padding-top: 10px;
    padding-bottom: 9px;
    background: #f6f8fa;
}

.bootstrap-table .table thead th.table-check .checkbox,.fixed-table-body .table thead th.table-check .checkbox,.table thead th.table-check .checkbox {
    top: -2px;
}

.bootstrap-table .table .table-check,.fixed-table-body .table .table-check,.table .table-check {
    width: 30px;
    padding-right: 0;
    padding-left: 15px;
    padding-top: 10px;
}

.bootstrap-table .table .table-check .checkbox,.fixed-table-body .table .table-check .checkbox,.table .table-check .checkbox {
    float: right;
    top: -1px;
}

.bootstrap-table .table .table-date,.fixed-table-body .table .table-date,.table .table-date {
    text-align: right;
    white-space: nowrap;
    width: 10px;
    color: #919fa9;
}

.bootstrap-table .table .table-date .font-icon,.fixed-table-body .table .table-date .font-icon,.table .table-date .font-icon {
    vertical-align: middle;
    margin: 0 0 0 3px;
    position: relative;
    top: 1px;
    font-size: .875rem;
}

.bootstrap-table .table .table-photo,.fixed-table-body .table .table-photo,.table .table-photo {
    padding-right: 15px;
    width: 22px;
    padding-top: 10px;
}

.bootstrap-table .table .table-photo img,.fixed-table-body .table .table-photo img,.table .table-photo img {
    display: block;
    width: 32px;
    height: 32px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.bootstrap-table .table .table-icon-cell,.fixed-table-body .table .table-icon-cell,.table .table-icon-cell {
    color: #919fa9;
}

.bootstrap-table .table .table-icon-cell .font-icon,.fixed-table-body .table .table-icon-cell .font-icon,.table .table-icon-cell .font-icon {
    position: relative;
}

.bootstrap-table .table td.table-icon-cell,.fixed-table-body .table td.table-icon-cell,.table td.table-icon-cell {
    padding-bottom: 10px;
}

.bootstrap-table .table td.table-icon-cell .font-icon,.fixed-table-body .table td.table-icon-cell .font-icon,.table td.table-icon-cell .font-icon {
    top: 1px;
}

.bootstrap-table .table th.table-icon-cell .font-icon,.fixed-table-body .table th.table-icon-cell .font-icon,.table th.table-icon-cell .font-icon {
    top: 2px;
}

.bootstrap-table .table a,.fixed-table-body .table a,.table a {
    border-bottom: solid 1px rgba(0,130,198,.5);
    position: relative;
    top: -1px;
}

.bootstrap-table .table a:hover,.fixed-table-body .table a:hover,.table a:hover {
    border-bottom-color: transparent;
}

.table td {
    padding-bottom: 8px;
}

.table.font-16 {
    font-size: 1rem;
}

.table-hover tbody tr:hover {
    background: #fbfcfd;
}

.table-striped tbody tr:nth-of-type(odd) {
    background: 0 0;
}

.table-striped tbody tr:nth-of-type(even) {
    background-color: #fbfcfd;
}

.table-active,.table-active>td,.table-active>th {
    background-color: #ecf2f5;
}

.table-success,.table-success>td,.table-success>th {
    background-color: #edf9ee;
}

.table-warning,.table-warning>td,.table-warning>th {
    background-color: #fdf4e6;
}

.table-danger,.table-danger>td,.table-danger>th {
    background-color: #feecec;
}

.table-info,.table-info>td,.table-info>th {
    background-color: #e4f6fe;
}

.table-hover .table-active:hover,.table-hover .table-active:hover>td,.table-hover .table-active:hover>th {
    background-color: #dbe7ec;
}

.table-hover .table-success:hover,.table-hover .table-success:hover>td,.table-hover .table-success:hover>th {
    background-color: #daf3dc;
}

.table-hover .table-warning:hover,.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th {
    background-color: #fbeace;
}

.table-hover .table-danger:hover,.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th {
    background-color: #fdd4d4;
}

.table-hover .table-info:hover,.table-hover .table-info:hover>td,.table-hover .table-info:hover>th {
    background-color: #cbeefd;
}

.peity {
    vertical-align: middle;
}

.bar-chart-wrapper {
    position: relative;
    padding: 15px 0 0;
    display: inline-block;
    vertical-align: middle;
}

.bar-chart-wrapper .val {
    position: absolute;
    font-size: .6875rem;
    color: #919fa9;
    top: 0;
    line-height: 1;
}

.bar-chart-wrapper .val.left {
    left: 0;
}

.bar-chart-wrapper .val.right {
    right: 0;
}

.table-responsive .bootstrap-table {
    min-width: 700px;
    overflow-y: hidden;
}

.bootstrap-table .fixed-table-toolbar {
    padding: 20px 15px 0;
    zoom: 1;
}

.bootstrap-table .fixed-table-toolbar:after,.bootstrap-table .fixed-table-toolbar:before {
    content: " ";
    display: table;
}

.bootstrap-table .fixed-table-toolbar:after {
    clear: both;
}

.bootstrap-table .fixed-table-toolbar h1,.bootstrap-table .fixed-table-toolbar h2,.bootstrap-table .fixed-table-toolbar h3,.bootstrap-table .fixed-table-toolbar h4,.bootstrap-table .fixed-table-toolbar h5,.bootstrap-table .fixed-table-toolbar h6 {
    font-size: .9375rem;
    margin: 0;
    line-height: 1.4;
}

.bootstrap-table .fixed-table-toolbar .btn.remove {
    height: 32px;
    padding: 0 8px;
    font-size: 1rem;
    line-height: 30px;
}

.bootstrap-table .fixed-table-toolbar .btn.remove .font-icon {
    line-height: 32px;
    font-size: 12px;
    vertical-align: top;
    margin: 0 3px 0 0;
    position: relative;
    top: -1px;
}

.bootstrap-table .fixed-table-toolbar .bars,.bootstrap-table .fixed-table-toolbar .columns,.bootstrap-table .fixed-table-toolbar .search {
    margin: 0;
    padding: 0;
    line-height: normal;
}

.bootstrap-table .fixed-table-toolbar .bars {
    float: left;
    padding-bottom: 15px;
    line-height: 32px;
}

.bootstrap-table .fixed-table-toolbar .columns,.bootstrap-table .fixed-table-toolbar .search {
    float: right;
    padding-bottom: 20px;
}

.bootstrap-table .fixed-table-toolbar .search {
    width: 220px;
}

.bootstrap-table .fixed-table-toolbar .search .form-control {
    height: 32px;
    font-size: .875rem;
    -webkit-border-radius: 25rem;
    border-radius: 25rem;
    padding: 8px 10px;
    line-height: 1.1;
}

@media (max-width:767px) {
    .bootstrap-table .fixed-table-toolbar .search {
        width: 130px;
    }
}

.bootstrap-table .fixed-table-toolbar .columns {
    margin-left: 10px;
}

.bootstrap-table .fixed-table-toolbar .columns .btn {
    height: 32px;
    background: 0 0 !important;
    border: none !important;
    color: #adb7be !important;
    padding: 0 7px;
    line-height: 32px;
}

.bootstrap-table .fixed-table-toolbar .columns .btn-group.open .btn,.bootstrap-table .fixed-table-toolbar .columns .btn:hover {
    color: #00a8ff !important;
}

.bootstrap-table .fixed-table-toolbar .columns .btn .font-icon {
    vertical-align: middle;
    line-height: 32px;
}

.bootstrap-table .fixed-table-toolbar .columns .btn .font-icon-arrow-square-down.up:before {
    content: "\2d";
}

.bootstrap-table .fixed-table-toolbar .columns .dropdown-toggle:after {
    margin-left: 0;
    margin-right: 0;
}

.bootstrap-table .fixed-table-toolbar .columns .dropdown-toggle .caret {
    display: none;
}

.bootstrap-table .fixed-table-toolbar .columns .dropdown-menu {
    font-size: .9375rem;
    min-width: 0;
    white-space: nowrap;
}

.bootstrap-table .fixed-table-toolbar .columns .dropdown-menu .checkbox {
    margin: 0;
    padding: 5px 10px;
}

.bootstrap-table .fixed-table-toolbar .columns .dropdown-menu .checkbox label {
    line-height: 16px;
    padding-top: 0;
    padding-bottom: 0;
}

.bootstrap-table .fixed-table-toolbar .columns .dropdown-menu a {
    display: block;
    padding: 5px 10px;
    color: #343434;
}

.bootstrap-table .fixed-table-toolbar .columns .dropdown-menu a:hover {
    color: #00a8ff;
}

.bootstrap-table .table {
    padding: 0 !important;
    border-bottom-color: #d8e2e7;
}

.bootstrap-table .table,.bootstrap-table td,.bootstrap-table th,.bootstrap-table thead {
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
}

.bootstrap-table .table td,.bootstrap-table .table>thead>tr>th {
    border-color: #d8e2e7;
    border-top: solid 1px #d8e2e7 !important;
}

.bootstrap-table .table .bs-checkbox .checkbox {
    margin: 0 auto;
}

.bootstrap-table .card-view {
    padding: 3px 0 3px 7px;
    line-height: 22px;
}

.bootstrap-table .card-view .title,.bootstrap-table .card-view .value {
    vertical-align: top;
    zoom: 1;
}

.bootstrap-table .card-view .title:after,.bootstrap-table .card-view .title:before,.bootstrap-table .card-view .value:after,.bootstrap-table .card-view .value:before {
    content: " ";
    display: table;
}

.bootstrap-table .card-view .title:after,.bootstrap-table .card-view .value:after {
    clear: both;
}

.bootstrap-table .card-view .value {
    display: inline-block;
}

.bootstrap-table .card-view a.like,.bootstrap-table .card-view a.remove {
    line-height: 22px !important;
    height: 22px !important;
    float: left;
    padding-top: 2px !important;
    text-align: left;
    margin: 0 10px 0 0 !important;
}

.bootstrap-table .fixed-table-container {
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.bootstrap-table .fixed-table-container thead th .th-inner {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1.5;
    color: #6c7a86;
}

.bootstrap-table .fixed-table-container thead th .both {
    background-image: url(../img/bst-sort.png);
}

.bootstrap-table .fixed-table-container thead th .desc {
    background-image: url(../img/bst-down.png);
}

.bootstrap-table .fixed-table-container thead th .asc {
    background-image: url(../img/bst-up.png);
}

.bootstrap-table .fixed-table-container thead th.bs-checkbox,.bootstrap-table .fixed-table-container thead th.detail {
    width: 46px !important;
}

.bootstrap-table .fixed-table-container a.detail-icon,.bootstrap-table .fixed-table-container a.like,.bootstrap-table .fixed-table-container a.remove {
    border: none;
    color: #adb7be;
    font-size: 1rem;
    line-height: 1rem;
    text-align: center;
    position: static;
    top: 0;
}

.bootstrap-table .fixed-table-container a.detail-icon .font-icon-minus-1,.bootstrap-table .fixed-table-container a.detail-icon:hover,.bootstrap-table .fixed-table-container a.like:hover,.bootstrap-table .fixed-table-container a.remove:hover {
    color: #00a8ff;
}

.bootstrap-table .fixed-table-container a.detail-icon .font-icon,.bootstrap-table .fixed-table-container a.like .font-icon,.bootstrap-table .fixed-table-container a.remove .font-icon {
    line-height: inherit;
    vertical-align: middle;
}

.bootstrap-table .fixed-table-container a.detail-icon {
    display: block;
    width: 16px;
    height: 16px;
    margin: 0 auto;
}

.bootstrap-table .fixed-table-container a.like,.bootstrap-table .fixed-table-container a.remove {
    margin: 0 5px;
    line-height: 20px;
    display: inline-block;
    padding-top: 4px;
}

.bootstrap-table .fixed-table-container a.like {
    padding-top: 5px;
}

.bootstrap-table .fixed-table-pagination {
    zoom: 1;
    font-size: .8125rem;
    padding: 5px 15px;
}

.bootstrap-table .fixed-table-pagination:after,.bootstrap-table .fixed-table-pagination:before {
    content: " ";
    display: table;
}

.bootstrap-table .fixed-table-pagination:after {
    clear: both;
}

.bootstrap-table .fixed-table-pagination .pagination-detail {
    float: left;
    line-height: 32px;
}

.bootstrap-table .fixed-table-pagination .pagination-info {
    margin-right: 10px;
    position: relative;
    top: -1px;
}

.bootstrap-table .fixed-table-pagination .page-list {
    vertical-align: top;
}

.bootstrap-table .fixed-table-pagination .page-list .btn-group {
    margin-right: 8px;
    vertical-align: top;
}

.bootstrap-table .fixed-table-pagination .btn.dropdown-toggle {
    background: #fff !important;
    color: #343434 !important;
    border-color: #d8e2e7 !important;
    font-weight: 400;
    font-size: .8125rem;
    height: 32px;
    padding: 0 10px;
}

.bootstrap-table .fixed-table-pagination .btn.dropdown-toggle .caret {
    display: none;
}

.bootstrap-table .fixed-table-pagination .dropdown-menu {
    min-width: 100%;
    text-align: center;
    margin-bottom: 2px;
    line-height: normal;
}

.bootstrap-table .fixed-table-pagination .dropdown-menu a {
    display: block;
    padding: 5px 10px;
}

.bootstrap-table .fixed-table-pagination div.pagination {
    float: right;
}

.bootstrap-table .fixed-table-pagination ul.pagination li,.progress-compact-style .progress-lbl {
    float: left;
}

.bootstrap-table .fixed-table-pagination ul.pagination {
    zoom: 1;
    display: block;
}

.bootstrap-table .fixed-table-pagination ul.pagination:after,.bootstrap-table .fixed-table-pagination ul.pagination:before {
    content: " ";
    display: table;
}

.bootstrap-table .fixed-table-pagination ul.pagination:after {
    clear: both;
}

.bootstrap-table .fixed-table-pagination ul.pagination a {
    display: block;
    height: 32px;
    padding: 0 5px;
    text-align: center;
    min-width: 32px;
    border: 1px solid transparent;
    -webkit-border-radius: .25rem;
    border-radius: .25rem;
    line-height: 30px;
    color: #6c7a86;
}

.bootstrap-table .fixed-table-pagination ul.pagination a:hover {
    color: #00a8ff;
}

.bootstrap-table .fixed-table-pagination ul.pagination li.active a {
    border-color: #d8e2e7;
    color: #6c7a86;
}

.bootstrap-table .fixed-table-pagination ul.pagination li.page-next .font-icon,.bootstrap-table .fixed-table-pagination ul.pagination li.page-pre .font-icon {
    line-height: 32px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    color: rgba(173,183,190,.7);
}

.bootstrap-table .fixed-table-pagination ul.pagination li.page-next a:hover .font-icon,.bootstrap-table .fixed-table-pagination ul.pagination li.page-pre a:hover .font-icon {
    color: #00a8ff;
}

.bootstrap-table .fixed-table-pagination ul.pagination li.page-pre {
    margin-right: 10px;
}

.bootstrap-table .fixed-table-pagination ul.pagination li.page-next {
    margin-left: 10px;
}

.bootstrap-table .valign-top {
    vertical-align: top !important;
}

.bootstrap-table .filterControl {
    margin: 0 10px 10px !important;
}

.bootstrap-table .fixed-table-body-columns {
    margin-top: -1px;
}
