﻿/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */
* {
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
    font-family: "AzoSansWeb",sans-serif;
    overflow-x: hidden;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.pag-arrow {
    left: 3px;
    left: .1875rem;
    bottom: 21px;
    bottom: 1.3125rem;
}

.hours a {
    position: relative;
}

.trailer:hover .pag-arrow, .trailer:hover .tooltip, a:hover .pag-arrow, a:hover .tooltip {
    display: block;
}

.trailer .tooltip, a .tooltip {
    position: absolute;
    bottom: 28px;
    bottom: 1.75rem;
    color: #fff;
    display: none;
    background-color: #00f;
    z-index: 100;
    cursor: pointer;
    padding-left: .375rem;
    padding-right: .375rem;
    line-height: 25px;
    line-height: 1.5625rem;
    white-space: nowrap;
    font-weight: 400;
    font-size: 15px;
    font-size: .9375rem;
}

.trailer .pag-arrow, a .pag-arrow {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-left: .375rem solid transparent;
    border-right: 6px solid transparent;
    border-right: .375rem solid transparent;
    border-top: 6px solid transparent;
    border-top: .375rem solid transparent;
    border-bottom: 0;
    position: absolute;
    bottom: 22px;
    bottom: 1.375rem;
    display: none;
}

.instyler.dropdown, .instyler.dropdown > span {
    display: inline-block;
    position: relative;
    z-index: 2;
}

.trailer .tooltip {
    left: -48px;
    left: -3rem;
}

.trailer .pag-arrow {
    left: 8px;
    left: .5rem;
}

a .tooltip {
    left: -42px;
    left: -2.625rem;
}

a .pag-arrow {
    left: 13px;
    left: .8125rem;
}

.instyler.dropdown {
    cursor: pointer;
    border-width: .125rem;
    border-style: solid;
    line-height: 29px;
    line-height: 1.8125rem;
    text-align: left;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    .instyler.dropdown > span {
        left: 0;
        top: 0;
        color: #000;
        background-color: #fff;
        padding-left: .5rem;
        font-size: 16px;
        font-size: 1rem;
    }

        .instyler.dropdown > span.arrow {
            float: right;
            display: block;
            padding-right: .5rem;
            padding-top: .4rem;
        }

    .instyler.dropdown .dropdown__list {
        position: absolute;
        top: 100%;
        left: -2px;
        left: -.125rem;
        right: -2px;
        right: -.125rem;
        margin-top: 0;
        padding: 0;
        margin-bottom: 0;
        border-style: solid;
        border-top-color: #e6e6e6;
        z-index: 1;
        display: block;
        background-color: #fff;
        max-height: 320px;
        max-height: 20rem;
        height: auto;
        width: auto;
        overflow: auto;
        -webkit-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
        border-width: 1px 2px 2px;
    }

        .instyler.dropdown .dropdown__list.is-hidden {
            max-height: 0;
            display: block;
            visibility: visible;
        }

        .instyler.dropdown .dropdown__list li {
            padding-left: .5rem;
            display: block;
            width: 100%;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

            .instyler.dropdown .dropdown__list li:hover {
                background-color: #fafafa;
            }

.instyler.checklist {
    display: table-cell;
    position: relative;
}

.box-check-service .instyler.checklist {
    display: inline-block;
}

.instyler.checklist .checkbox {
    opacity: 0;
    position: relative;
    z-index: 2;
    cursor: pointer;
    width: 24px;
    height: 24px;
    top: 1px;
}

.instyler.checklist .layer {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 24px;
    height: 24px;
    border: 2px solid #ddd;
    border-radius: 4px;
}

.instyler.checklist .checked-layer {
    position: absolute;
    top: -2px;
    left: 2px;
    font-size: 17px;
}

    .instyler.checklist .checked-layer.is-hidden {
        display: none;
    }

.instyler.checklist .label {
    margin-left: 6px;
    cursor: pointer;
}

.instyler.radiolist {
    display: table-cell;
    position: relative;
    margin-right: 10px;
}

.box-check-service .instyler.radiolist {
    display: inline-block;
}

.instyler.radiolist .radio-button {
    opacity: 0;
    position: relative;
    z-index: 2;
    cursor: pointer;
    top: 2px;
    top: .125rem;
    left: 5px;
    left: .3125rem;
}

.instyler.radiolist .checked-layer, .instyler.radiolist .layer {
    position: absolute;
    z-index: 1;
    behavior: url(filter/PIE.htc);
}

.instyler.radiolist .layer {
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 2px solid #ddd;
}

.instyler.radiolist .checked-layer {
    top: 2px;
    left: 2px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
}

    .instyler.radiolist .checked-layer.is-hidden {
        display: none;
    }

.instyler.radiolist .label {
    display: inline-block;
    margin-left: 16px;
    cursor: pointer;
}

*, :after, :before {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.inner, .inner-fluid, .row {
    clear: both;
}

    .inner-fluid:after, .inner:after, .row:after {
        content: '';
        display: table;
        clear: both;
    }

[class*=col-], [class*=col-xs-], [class*=col-sm-], [class*=col-md-], [class*=col-lg-] {
    float: left;
    width: 100%;
}

@media (max-width: 854px) {
    [class*=col-].mobile-half, [class*=col-xs-].mobile-half, [class*=col-sm-].mobile-half, [class*=col-md-].mobile-half, [class*=col-lg-].mobile-half {
        width: 50%;
    }
}

@media (min-width: 480px) {
    .col-1.col-xsmall-1, .col-10.col-xsmall-10, .col-11.col-xsmall-11, .col-12.col-xsmall-12, .col-2.col-xsmall-2, .col-3.col-xsmall-3, .col-4.col-xsmall-4, .col-5.col-xsmall-5, .col-7.col-xsmall-7, .col-8.col-xsmall-8, .col-9.col-xsmall-9 {
        padding-right: .5rem;
        float: left;
    }

        .col-1.col-xsmall-1:first-child, .col-10.col-xsmall-10:first-child, .col-11.col-xsmall-11:first-child, .col-12.col-xsmall-12:first-child, .col-2.col-xsmall-2:first-child, .col-3.col-xsmall-3:first-child, .col-4.col-xsmall-4:first-child, .col-5.col-xsmall-5:first-child, .col-7.col-xsmall-7:first-child, .col-8.col-xsmall-8:first-child, .col-9.col-xsmall-9:first-child {
            margin-left: .5rem;
        }

    .col-1.col-xsmall-1 {
        width: 8.16667%;
    }

    .col-2.col-xsmall-2 {
        width: 16.33333%;
    }

    .col-3.col-xsmall-3 {
        width: 24.5%;
    }

    .col-4.col-xsmall-4 {
        width: 32.66667%;
    }

    .col-5.col-xsmall-5 {
        width: 40.83333%;
    }

    .col-6.col-xsmall-6 {
        padding-right: .5rem;
        float: left;
        width: 49%;
    }

        .col-6.col-xsmall-6:first-child {
            margin-left: .5rem;
        }

    .col-7.col-xsmall-7 {
        width: 57.16667%;
    }

    .col-8.col-xsmall-8 {
        width: 65.33333%;
    }

    .col-9.col-xsmall-9 {
        width: 73.5%;
    }

    .col-10.col-xsmall-10 {
        width: 81.66667%;
    }

    .col-11.col-xsmall-11 {
        width: 89.83333%;
    }

    .col-12.col-xsmall-12 {
        width: 98%;
    }
}

@media (min-width: 650px) {
    .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-7, .col-8, .col-9 {
        float: left;
    }

        .col-1.col-xsmall-1:first-child, .col-10.col-xsmall-10:first-child, .col-11.col-xsmall-11:first-child, .col-12.col-xsmall-12:first-child, .col-2.col-xsmall-2:first-child, .col-3.col-xsmall-3:first-child, .col-4.col-xsmall-4:first-child, .col-5.col-xsmall-5:first-child, .col-7.col-xsmall-7:first-child, .col-8.col-xsmall-8:first-child, .col-9.col-xsmall-9:first-child {
            margin-left: 0;
        }

    .col-1 {
        padding-right: 1rem;
        width: 8.33333%;
    }

        .col-1:last-of-type {
            padding-right: 0;
        }

        .col-1.col--small {
            padding-right: .5rem;
        }

        .col-1.col-xsmall-1 {
            padding-right: 1rem;
            width: 8.33333%;
        }

    .col-2 {
        padding-right: 1rem;
        width: 16.66667%;
    }

        .col-2:last-of-type {
            padding-right: 0;
        }

        .col-2.col--small {
            padding-right: .5rem;
        }

        .col-2.col-xsmall-2 {
            padding-right: 1rem;
            width: 16.66667%;
        }

    .col-3 {
        padding-right: 1rem;
        width: 25%;
    }

        .col-3:last-of-type {
            padding-right: 0;
        }

        .col-3.col--small {
            padding-right: .5rem;
        }

        .col-3.col-xsmall-3 {
            padding-right: 1rem;
            width: 25%;
        }

    .col-4 {
        padding-right: 1rem;
        width: 33.33333%;
    }

        .col-4:last-of-type {
            padding-right: 0;
        }

        .col-4.col--small {
            padding-right: .5rem;
        }

        .col-4.col-xsmall-4 {
            padding-right: 1rem;
            width: 33.33333%;
        }

    .col-5 {
        padding-right: 1rem;
        width: 41.66667%;
    }

        .col-5:last-of-type {
            padding-right: 0;
        }

        .col-5.col--small {
            padding-right: .5rem;
        }

        .col-5.col-xsmall-5 {
            padding-right: 1rem;
            width: 41.66667%;
        }

    .col-6 {
        padding-right: 1rem;
        float: left;
        width: 50%;
    }

        .col-6:last-of-type {
            padding-right: 0;
        }

        .col-6.col--small {
            padding-right: .5rem;
        }

        .col-6.col-xsmall-6 {
            padding-right: 1rem;
            width: 50%;
        }

            .col-6.col-xsmall-6:first-child {
                margin-left: 0;
            }

    .col-7 {
        padding-right: 1rem;
        width: 58.33333%;
    }

        .col-7:last-of-type {
            padding-right: 0;
        }

        .col-7.col--small {
            padding-right: .5rem;
        }

        .col-7.col-xsmall-7 {
            padding-right: 1rem;
            width: 58.33333%;
        }

    .col-8 {
        padding-right: 1rem;
        width: 66.66667%;
    }

        .col-8:last-of-type {
            padding-right: 0;
        }

        .col-8.col--small {
            padding-right: .5rem;
        }

        .col-8.col-xsmall-8 {
            padding-right: 1rem;
            width: 66.66667%;
        }

    .col-9 {
        padding-right: 1rem;
        width: 75%;
    }

        .col-9:last-of-type {
            padding-right: 0;
        }

        .col-9.col--small {
            padding-right: .5rem;
        }

        .col-9.col-xsmall-9 {
            padding-right: 1rem;
            width: 75%;
        }

    .col-10 {
        padding-right: 1rem;
        width: 83.33333%;
    }

        .col-10:last-of-type {
            padding-right: 0;
        }

        .col-10.col--small {
            padding-right: .5rem;
        }

        .col-10.col-xsmall-10 {
            padding-right: 1rem;
            width: 83.33333%;
        }

    .col-11 {
        padding-right: 1rem;
        width: 91.66667%;
    }

        .col-11:last-of-type {
            padding-right: 0;
        }

        .col-11.col--small {
            padding-right: .5rem;
        }

        .col-11.col-xsmall-11 {
            padding-right: 1rem;
            width: 91.66667%;
        }

    .col-12 {
        padding-right: 1rem;
        width: 100%;
    }

        .col-12:last-of-type {
            padding-right: 0;
        }

        .col-12.col--small {
            padding-right: .5rem;
        }

        .col-12.col-xsmall-12 {
            padding-right: 1rem;
            width: 100%;
        }

    .col-offset-1 {
        margin-left: 8.33333%;
    }

    .col-offset-2 {
        margin-left: 16.66667%;
    }

    .col-offset-3 {
        margin-left: 25%;
    }

    .col-offset-4 {
        margin-left: 33.33333%;
    }

    .col-offset-5 {
        margin-left: 41.66667%;
    }

    .col-offset-6 {
        margin-left: 50%;
    }

    .col-offset-7 {
        margin-left: 58.33333%;
    }

    .col-offset-8 {
        margin-left: 66.66667%;
    }

    .col-offset-9 {
        margin-left: 75%;
    }

    .col-offset-10 {
        margin-left: 83.33333%;
    }

    .col-offset-11 {
        margin-left: 91.66667%;
    }

    .col-offset-12 {
        margin-left: 100%;
    }

    .col-half {
        width: 50%;
        padding-right: .5rem;
    }

        .col-half:last-of-type {
            padding-left: .5rem;
            padding-right: 0;
        }

    .col-third {
        width: 33.3333%;
        padding: 0 .25rem;
    }

        .col-third:first-of-type {
            padding-left: 0;
            padding-right: .5rem;
        }

        .col-third:last-of-type {
            padding-right: 0;
            padding-left: .5rem;
        }
}

.row-cell {
    float: left;
    width: 100%;
}

.row-cell--invoice-payment {
    border-collapse: separate;
    border-spacing: 16px;
    border-spacing: 1rem;
}

    .row-cell--invoice-payment .inner:after {
        content: none;
    }

.cell {
    padding-bottom: 1rem;
    text-align: center;
}

@media (min-width: 650px) {
    .row-cell {
        display: table;
        float: none;
    }

    .cell {
        text-align: left;
        padding-bottom: 0;
    }

    .cell, .cell-1, .cell-10, .cell-11, .cell-12, .cell-2, .cell-3, .cell-4, .cell-5, .cell-6, .cell-8, .cell-9, .cell-buttons {
        display: table-cell;
        vertical-align: middle;
    }

    .cell-1 {
        padding-right: 1rem;
        width: 8.33333%;
    }

        .cell-1:last-of-type {
            padding-right: 0;
        }

    .cell-2 {
        padding-right: 1rem;
        width: 16.66667%;
    }

        .cell-2:last-of-type {
            padding-right: 0;
        }

    .cell-3 {
        padding-right: 1rem;
        width: 25%;
    }

        .cell-3:last-of-type {
            padding-right: 0;
        }

    .cell-4 {
        padding-right: 1rem;
        width: 33.33333%;
    }

        .cell-4:last-of-type {
            padding-right: 0;
        }

    .cell-5 {
        padding-right: 1rem;
        width: 41.66667%;
    }

        .cell-5:last-of-type {
            padding-right: 0;
        }

    .cell-6 {
        padding-right: 1rem;
        width: 50%;
    }

        .cell-6:last-of-type {
            padding-right: 0;
        }

    .cell-7 {
        padding-right: 1rem;
        width: 58.33333%;
        display: table-cell;
        vertical-align: middle;
    }

        .cell-7:last-of-type {
            padding-right: 0;
        }

    .cell-8 {
        padding-right: 1rem;
        width: 66.66667%;
    }

        .cell-8:last-of-type {
            padding-right: 0;
        }

    .cell-9 {
        padding-right: 1rem;
        width: 75%;
    }

        .cell-9:last-of-type {
            padding-right: 0;
        }

    .cell-10 {
        padding-right: 1rem;
        width: 83.33333%;
    }

        .cell-10:last-of-type {
            padding-right: 0;
        }

    .cell-11 {
        padding-right: 1rem;
        width: 91.66667%;
    }

        .cell-11:last-of-type {
            padding-right: 0;
        }

    .cell-12 {
        padding-right: 1rem;
        width: 100%;
    }

        .cell-12:last-of-type {
            padding-right: 0;
        }

    .cell-buttons {
        text-align: right;
    }

        .cell-buttons .btn-master, .cell-buttons .dropdown {
            margin-left: .5rem;
            float: right;
        }

        .cell-buttons .info-circle {
            padding-bottom: 1rem;
        }
}

@media (min-width: 650px) and (min-width: 650px) {
    .cell-buttons .info-circle {
        padding-bottom: 0;
    }
}

.col-xs-1 {
    width: 8.33333%;
}

.col-xs-pull-1 {
    right: 8.33333%;
}

.col-xs-push-1 {
    left: 8.33333%;
    margin-left: 8.33333%;
}

.col-xs-2 {
    width: 16.66667%;
}

.col-xs-pull-2 {
    right: 16.66667%;
}

.col-xs-push-2 {
    left: 16.66667%;
    margin-left: 16.66667%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-push-3 {
    left: 25%;
    margin-left: 25%;
}

.col-xs-4 {
    width: 33.33333%;
}

.col-xs-pull-4 {
    right: 33.33333%;
}

.col-xs-push-4 {
    left: 33.33333%;
    margin-left: 33.33333%;
}

.col-xs-5 {
    width: 41.66667%;
}

.col-xs-pull-5 {
    right: 41.66667%;
}

.col-xs-push-5 {
    left: 41.66667%;
    margin-left: 41.66667%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-push-6 {
    left: 50%;
    margin-left: 50%;
}

.col-xs-7 {
    width: 58.33333%;
}

.col-xs-pull-7 {
    right: 58.33333%;
}

.col-xs-push-7 {
    left: 58.33333%;
    margin-left: 58.33333%;
}

.col-xs-8 {
    width: 66.66667%;
}

.col-xs-pull-8 {
    right: 66.66667%;
}

.col-xs-push-8 {
    left: 66.66667%;
    margin-left: 66.66667%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-push-9 {
    left: 75%;
    margin-left: 75%;
}

.col-xs-10 {
    width: 83.33333%;
}

.col-xs-pull-10 {
    right: 83.33333%;
}

.col-xs-push-10 {
    left: 83.33333%;
    margin-left: 83.33333%;
}

.col-xs-11 {
    width: 91.66667%;
}

.col-xs-pull-11 {
    right: 91.66667%;
}

.col-xs-push-11 {
    left: 91.66667%;
    margin-left: 91.66667%;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-push-12 {
    left: 100%;
    margin-left: 100%;
}

@media (min-width: 760px) {
    .col-sm-1 {
        width: 8.33333%;
    }

    .col-sm-pull-1 {
        right: 8.33333%;
    }

    .col-sm-push-1 {
        left: 8.33333%;
        margin-left: 8.33333%;
    }

    .col-sm-2 {
        width: 16.66667%;
    }

    .col-sm-pull-2 {
        right: 16.66667%;
    }

    .col-sm-push-2 {
        left: 16.66667%;
        margin-left: 16.66667%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-push-3 {
        left: 25%;
        margin-left: 25%;
    }

    .col-sm-4 {
        width: 33.33333%;
    }

    .col-sm-pull-4 {
        right: 33.33333%;
    }

    .col-sm-push-4 {
        left: 33.33333%;
        margin-left: 33.33333%;
    }

    .col-sm-5 {
        width: 41.66667%;
    }

    .col-sm-pull-5 {
        right: 41.66667%;
    }

    .col-sm-push-5 {
        left: 41.66667%;
        margin-left: 41.66667%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-push-6 {
        left: 50%;
        margin-left: 50%;
    }

    .col-sm-7 {
        width: 58.33333%;
    }

    .col-sm-pull-7 {
        right: 58.33333%;
    }

    .col-sm-push-7 {
        left: 58.33333%;
        margin-left: 58.33333%;
    }

    .col-sm-8 {
        width: 66.66667%;
    }

    .col-sm-pull-8 {
        right: 66.66667%;
    }

    .col-sm-push-8 {
        left: 66.66667%;
        margin-left: 66.66667%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-push-9 {
        left: 75%;
        margin-left: 75%;
    }

    .col-sm-10 {
        width: 83.33333%;
    }

    .col-sm-pull-10 {
        right: 83.33333%;
    }

    .col-sm-push-10 {
        left: 83.33333%;
        margin-left: 83.33333%;
    }

    .col-sm-11 {
        width: 91.66667%;
    }

    .col-sm-pull-11 {
        right: 91.66667%;
    }

    .col-sm-push-11 {
        left: 91.66667%;
        margin-left: 91.66667%;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-push-12 {
        left: 100%;
        margin-left: 100%;
    }
}

@media (max-width: 854px) {
    [class*=col-sm-].cancel-col {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .col-md-1 {
        width: 8.33333%;
    }

    .col-md-pull-1 {
        right: 8.33333%;
    }

    .col-md-push-1 {
        left: 8.33333%;
        margin-left: 8.33333%;
    }

    .col-md-2 {
        width: 16.66667%;
    }

    .col-md-pull-2 {
        right: 16.66667%;
    }

    .col-md-push-2 {
        left: 16.66667%;
        margin-left: 16.66667%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-push-3 {
        left: 25%;
        margin-left: 25%;
    }

    .col-md-4 {
        width: 33.33333%;
    }

    .col-md-pull-4 {
        right: 33.33333%;
    }

    .col-md-push-4 {
        left: 33.33333%;
        margin-left: 33.33333%;
    }

    .col-md-5 {
        width: 41.66667%;
    }

    .col-md-pull-5 {
        right: 41.66667%;
    }

    .col-md-push-5 {
        left: 41.66667%;
        margin-left: 41.66667%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-push-6 {
        left: 50%;
        margin-left: 50%;
    }

    .col-md-7 {
        width: 58.33333%;
    }

    .col-md-pull-7 {
        right: 58.33333%;
    }

    .col-md-push-7 {
        left: 58.33333%;
        margin-left: 58.33333%;
    }

    .col-md-8 {
        width: 66.66667%;
    }

    .col-md-pull-8 {
        right: 66.66667%;
    }

    .col-md-push-8 {
        left: 66.66667%;
        margin-left: 66.66667%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-push-9 {
        left: 75%;
        margin-left: 75%;
    }

    .col-md-10 {
        width: 83.33333%;
    }

    .col-md-pull-10 {
        right: 83.33333%;
    }

    .col-md-push-10 {
        left: 83.33333%;
        margin-left: 83.33333%;
    }

    .col-md-11 {
        width: 91.66667%;
    }

    .col-md-pull-11 {
        right: 91.66667%;
    }

    .col-md-push-11 {
        left: 91.66667%;
        margin-left: 91.66667%;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-push-12 {
        left: 100%;
        margin-left: 100%;
    }
}

@media (min-width: 1382px) {
    .col-lg-1 {
        width: 8.33333%;
    }

    .col-lg-pull-1 {
        right: 8.33333%;
    }

    .col-lg-push-1 {
        left: 8.33333%;
        margin-left: 8.33333%;
    }

    .col-lg-2 {
        width: 16.66667%;
    }

    .col-lg-pull-2 {
        right: 16.66667%;
    }

    .col-lg-push-2 {
        left: 16.66667%;
        margin-left: 16.66667%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-push-3 {
        left: 25%;
        margin-left: 25%;
    }

    .col-lg-4 {
        width: 33.33333%;
    }

    .col-lg-pull-4 {
        right: 33.33333%;
    }

    .col-lg-push-4 {
        left: 33.33333%;
        margin-left: 33.33333%;
    }

    .col-lg-5 {
        width: 41.66667%;
    }

    .col-lg-pull-5 {
        right: 41.66667%;
    }

    .col-lg-push-5 {
        left: 41.66667%;
        margin-left: 41.66667%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-push-6 {
        left: 50%;
        margin-left: 50%;
    }

    .col-lg-7 {
        width: 58.33333%;
    }

    .col-lg-pull-7 {
        right: 58.33333%;
    }

    .col-lg-push-7 {
        left: 58.33333%;
        margin-left: 58.33333%;
    }

    .col-lg-8 {
        width: 66.66667%;
    }

    .col-lg-pull-8 {
        right: 66.66667%;
    }

    .col-lg-push-8 {
        left: 66.66667%;
        margin-left: 66.66667%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-push-9 {
        left: 75%;
        margin-left: 75%;
    }

    .col-lg-10 {
        width: 83.33333%;
    }

    .col-lg-pull-10 {
        right: 83.33333%;
    }

    .col-lg-push-10 {
        left: 83.33333%;
        margin-left: 83.33333%;
    }

    .col-lg-11 {
        width: 91.66667%;
    }

    .col-lg-pull-11 {
        right: 91.66667%;
    }

    .col-lg-push-11 {
        left: 91.66667%;
        margin-left: 91.66667%;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-push-12 {
        left: 100%;
        margin-left: 100%;
    }
}

.circliful {
    position: relative;
}

    .circliful.circliful--centered {
        margin: 0 auto;
    }

.circle-info, .circle-info-half, .circle-text, .circle-text-half {
    width: 100%;
    position: absolute;
    text-align: center;
    display: inline-block;
}

.circle-text {
    font-size: 20px !important;
    font-weight: 700;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b, .select2-container--open.select2-container--default .select2-selection--single .select2-selection__arrow b {
    font-family: fontcustom;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

.circle-info-half {
    font-size: 13px !important;
}

.circle-info, .circle-info-half {
    color: #919191;
}

.circliful .fa {
    margin: -10px 3px 0;
    position: relative;
    bottom: 4px;
}

.select2-container {
    -webkit-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;
        box-sizing: border-box;
        cursor: pointer;
        display: block;
        -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;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

.selectBox--mobileNumbers.select2-selection--single .select2-selection__rendered i, .selectBox--mobileNumbers__dropdown .select2-results__option i {
    padding-right: .75rem;
    font-size: 20px;
}

.theme_blue .selectBox--mobileNumbers.select2-selection--single .select2-selection__rendered i, .theme_blue .selectBox--mobileNumbers__dropdown .select2-results__option i {
    color: #4f60d2;
}

.theme_lightBlue .selectBox--mobileNumbers.select2-selection--single .select2-selection__rendered i, .theme_lightBlue .selectBox--mobileNumbers__dropdown .select2-results__option i {
    color: #4bdbc5;
}

.theme_pink .selectBox--mobileNumbers.select2-selection--single .select2-selection__rendered i, .theme_pink .selectBox--mobileNumbers__dropdown .select2-results__option i {
    color: #eb84cd;
}

.theme_lightGreen .selectBox--mobileNumbers.select2-selection--single .select2-selection__rendered i, .theme_lightGreen .selectBox--mobileNumbers__dropdown .select2-results__option i {
    color: #bad80a;
}

.theme_green .selectBox--mobileNumbers.select2-selection--single .select2-selection__rendered i, .theme_green .selectBox--mobileNumbers__dropdown .select2-results__option i {
    color: #6ea514;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: inline-block;
    font-smoothing: antialiased;
    line-height: 36px;
}

    .select2-container--default .select2-selection--single .select2-selection__arrow b:before {
        content: "\f225";
    }

.select2-container--open.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: inline-block;
    line-height: 1;
    font-smoothing: antialiased;
}

.select2-container--default .select2-selection--single.selectBox--calendar .select2-selection__arrow b, .select2-search--dropdown {
    font-family: fontcustom;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

.select2-container--open.select2-container--default .select2-selection--single .select2-selection__arrow b:before {
    content: "\f227";
}

.selectBox--calendar.select2-selection--single .select2-selection__rendered, .selectBox--calendar__dropdown .select2-results__option {
    font-size: 12px;
}

    .selectBox--calendar.select2-selection--single .select2-selection__rendered i, .selectBox--calendar__dropdown .select2-results__option i {
        padding-left: .25rem;
        font-size: 12px;
        line-height: 14px;
    }

.theme_blue .selectBox--calendar.select2-selection--single .select2-selection__rendered i, .theme_blue .selectBox--calendar__dropdown .select2-results__option i {
    color: #4f60d2;
}

.theme_lightBlue .selectBox--calendar.select2-selection--single .select2-selection__rendered i, .theme_lightBlue .selectBox--calendar__dropdown .select2-results__option i {
    color: #4bdbc5;
}

.theme_pink .selectBox--calendar.select2-selection--single .select2-selection__rendered i, .theme_pink .selectBox--calendar__dropdown .select2-results__option i {
    color: #eb84cd;
}

.theme_lightGreen .selectBox--calendar.select2-selection--single .select2-selection__rendered i, .theme_lightGreen .selectBox--calendar__dropdown .select2-results__option i {
    color: #bad80a;
}

.theme_green .selectBox--calendar.select2-selection--single .select2-selection__rendered i, .theme_green .selectBox--calendar__dropdown .select2-results__option i {
    color: #6ea514;
}

.select2-container--default .select2-selection--single.selectBox--calendar .select2-selection__arrow b {
    display: inline-block;
    font-smoothing: antialiased;
    line-height: 32px;
}

    .select2-container--default .select2-selection--single.selectBox--calendar .select2-selection__arrow b:before {
        content: "\f225";
    }

.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;
    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;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.select2-container .select2-search--inline {
    float: left;
}

    .select2-container .select2-search--inline .select2-search__field {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border: none;
        font-size: 100%;
        margin-top: 5px;
    }

.card--sms-form .select2-container .select2-search--inline .select2-search__field {
    margin: 5px;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

.select2-dropdown {
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-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 {
    padding: 6px;
    -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;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-search--dropdown {
    padding: 4px;
    width: 100%;
    display: inline-block;
    line-height: 1;
    font-smoothing: antialiased;
}

    .select2-search--dropdown:before {
        content: "\f286";
        position: absolute;
        top: 8px;
        left: 12px;
        color: #646464;
    }

    .select2-search--dropdown .select2-search__field {
        padding: 4px;
        width: 100%;
        -webkit-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;
    background-color: #fff;
    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--classic .select2-results > .select2-results__options, .select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #ddd;
}

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #444;
        line-height: 38px;
    }

.selectBox--root + .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #919191;
}

.select2-container--default .select2-selection--single.selectBox--calendar .select2-selection__rendered {
    line-height: 28px;
}

.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 {
    height: 26px;
    position: absolute;
    top: 5px;
    right: 1px;
    width: 20px;
}

.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;
    cursor: default;
}

    .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 #ddd;
    cursor: text;
}

    .select2-container--default .select2-selection--multiple .select2-selection__rendered {
        -webkit-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: #f3f3f3;
        border: 1px solid #ddd;
        cursor: default;
        float: left;
        margin-right: 5px;
        margin-top: 5px;
        padding: 0 5px;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
        color: #999;
        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-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 {
    border-top-left-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 {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #ddd;
    padding-left: 30px;
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: 0 0;
    border: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.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: #f3f3f3;
}

.theme_blue .select2-container--default .select2-results__option[aria-selected=true] {
    color: #4f60d2;
}

.theme_lightBlue .select2-container--default .select2-results__option[aria-selected=true] {
    color: #4bdbc5;
}

.theme_pink .select2-container--default .select2-results__option[aria-selected=true] {
    color: #eb84cd;
}

.theme_lightGreen .select2-container--default .select2-results__option[aria-selected=true] {
    color: #bad80a;
}

.theme_green .select2-container--default .select2-results__option[aria-selected=true] {
    color: #6ea514;
}

.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: #f4f4f4;
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #ddd;
}

    .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__arrow, .select2-container--classic.select2-container--open.select2-container--above .select2-selection--single, .select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
        display: inline-block;
        font-family: fontcustom;
        font-style: normal;
        font-weight: 400;
        font-variant: normal;
        text-decoration: inherit;
        text-rendering: optimizeLegibility;
        text-transform: none;
        -moz-osx-font-smoothing: grayscale;
        line-height: 32px;
    }

    .select2-container--classic .select2-selection--single .select2-selection__placeholder {
        color: #999;
    }

    .select2-container--classic .select2-selection--single .select2-selection__arrow {
        -webkit-font-smoothing: antialiased;
        font-smoothing: antialiased;
    }

        .select2-container--classic .select2-selection--single .select2-selection__arrow:hover {
            content: "\f225";
        }

        .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 #ddd;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 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 {
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

    .select2-container--classic.select2-container--open.select2-container--above .select2-selection--single:before {
        content: "\f227";
    }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    content: "\f227";
}

.select2-container--classic .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #ddd;
    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: #f3f3f3;
        border: 1px solid #ddd;
        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;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #ddd;
    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__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;
}

[data-tooltip]:before {
    content: attr(data-tooltip);
    display: none;
    position: absolute;
    background-color: #000;
    color: #fff;
    padding: 4px 8px;
    font-size: 14px;
    line-height: 1.4;
    min-width: 200px;
    text-align: center;
    border-radius: 4px;
    width: 100%;
}

[data-tooltip-position=top]:before, [data-tooltip-position=bottom]:before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

[data-tooltip-position=right]:before, [data-tooltip-position=left]:before {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

[data-tooltip-position=top]:before {
    top: -8px;
    margin-bottom: 6px;
}

@media (max-width: 649px) {
    [data-tooltip-position=top]:before {
        top: -28px;
    }
}

span[data-tooltip-position=top]:before {
    top: -17px;
}

[data-tooltip-position=right]:before {
    left: 100%;
    margin-left: 6px;
}

[data-tooltip-position=bottom]:before {
    top: 100%;
    margin-top: 6px;
}

[data-tooltip-position=left]:before {
    right: 100%;
    margin-right: 6px;
}

[data-tooltip]:after {
    content: '';
    display: none;
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

[data-tooltip-position=top]:after, [data-tooltip-position=bottom]:after {
    left: 50%;
    margin-left: -6px;
}

[data-tooltip-position=right]:after, [data-tooltip-position=left]:after {
    top: 50%;
    margin-top: -6px;
}

[data-tooltip-position=top]:after {
    top: -6px;
    border-width: 6px 6px 0;
    border-top-color: #000;
}

span[data-tooltip-position=top]:after {
    top: 10px;
}

@media (max-width: 854px) {
    [data-tooltip-position=top]:before {
        top: -34px;
    }

    [data-tooltip-position=top]:after {
        margin-top: -25px;
    }

    span[data-tooltip-position=top]:after {
        top: 35px;
    }
}

[data-tooltip-position=right]:after {
    left: 100%;
    border-width: 6px 6px 6px 0;
    border-right-color: #000;
}

[data-tooltip-position=bottom]:after {
    top: 100%;
    border-width: 0 6px 6px;
    border-bottom-color: #000;
}

[data-tooltip-position=left]:after {
    right: 100%;
    border-width: 6px 0 6px 6px;
    border-left-color: #000;
}

[data-tooltip]:hover:after, [data-tooltip]:hover:before {
    display: block;
    z-index: 500;
}

.button_strength, .onoffswitch-checkbox {
    display: none;
}

.container input[type=password].passwordStrenght:focus, .container input[type=password].passwordStrenght:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.strength_meter {
    height: 5px;
    height: .3125rem;
    width: 100%;
    background-color: #fff;
    border: 1px solid #ddd;
    border-top: 0;
}

.veryweak, .weak {
    background-color: #e04132;
}

.strength_meter div {
    height: 5px;
    height: .3125rem;
    line-height: 0;
    font-size: 0;
    color: transparent;
}

.veryweak {
    width: 25%;
}

.weak {
    width: 50%;
}

.medium {
    background-color: #fcd200;
    width: 75%;
}

.strong {
    background-color: #d0e06d;
    width: 100%;
}

.introjs-helperLayer, .introjs-overlay {
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
}

.rangeslider, .rangeslider__fill {
    display: block;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}

.rangeslider {
    background-color: #e6e6e6;
    position: relative;
}

.rangeslider--horizontal {
    height: 12px;
    height: .75rem;
    width: 100%;
}

.rangeslider--vertical {
    width: 20px;
    width: 1.25rem;
    min-height: 150px;
    min-height: 9.375rem;
    max-height: 100%;
}

.rangeslider--disabled {
    filter: alpha(Opacity=40);
    opacity: .4;
}

.rangeslider__fill {
    position: absolute;
}

.theme_blue .rangeslider__fill {
    background-color: #4f60d2;
}

.theme_lightBlue .rangeslider__fill {
    background-color: #4bdbc5;
}

.theme_pink .rangeslider__fill {
    background-color: #eb84cd;
}

.theme_lightGreen .rangeslider__fill {
    background-color: #bad80a;
}

.theme_green .rangeslider__fill {
    background-color: #6ea514;
}

.rangeslider--horizontal .rangeslider__fill {
    top: 0;
    height: 100%;
}

.rangeslider--vertical .rangeslider__fill {
    bottom: 0;
    width: 100%;
}

.rangeslider__handle {
    border: 1px solid #ccc;
    cursor: pointer;
    display: inline-block;
    width: 24px;
    width: 1.5rem;
    height: 24px;
    height: 1.5rem;
    position: absolute;
    background-color: #fff;
    border-radius: 50%;
}

    .rangeslider__handle:after {
        content: "";
        display: block;
        width: 18px;
        width: 1.125rem;
        height: 18px;
        height: 1.125rem;
        margin: auto;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        border-radius: 50%;
    }

.theme_blue .rangeslider__handle:after {
    background-color: #4f60d2;
}

.theme_lightBlue .rangeslider__handle:after {
    background-color: #4bdbc5;
}

.theme_pink .rangeslider__handle:after {
    background-color: #eb84cd;
}

.theme_lightGreen .rangeslider__handle:after {
    background-color: #bad80a;
}

.theme_green .rangeslider__handle:after {
    background-color: #6ea514;
}

.rangeslider--horizontal .rangeslider__handle {
    top: -5px;
    touch-action: pan-y;
    -ms-touch-action: pan-y;
}

.output {
    position: relative;
    top: -5px;
    top: -.3125rem;
}

.introjs-overlay {
    position: absolute;
    z-index: 999999;
    background-color: #000;
    opacity: 0;
    background: radial-gradient(ellipse farthest-corner at center, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, 0.9) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66000000', endColorstr='#e6000000', GradientType=1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.introjs-fixParent {
    z-index: auto !important;
    opacity: 1 !important;
    -webkit-transform: none !important;
    transform: none !important;
}

.introjs-showElement, tr.introjs-showElement > td, tr.introjs-showElement > th {
    z-index: 9999999 !important;
}

.introjs-disableInteraction {
    z-index: 99999999 !important;
    position: absolute;
}

.introjs-relativePosition, tr.introjs-showElement > td, tr.introjs-showElement > th {
    position: relative;
}

.introjs-helperLayer {
    position: absolute;
    z-index: 9999998;
    background-color: #FFF;
    background-color: rgba(255, 255, 255, 0.9);
    border: 1px solid #777;
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.4);
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.4);
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.introjs-tooltipReferenceLayer {
    position: absolute;
    visibility: hidden;
    z-index: 10000000;
    background-color: transparent;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.introjs-helperLayer *, .introjs-helperLayer :after, .introjs-helperLayer :before {
    -webkit-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box;
}

.introjs-helperNumberLayer {
    position: absolute;
    visibility: visible;
    top: -16px;
    left: -16px;
    z-index: 9999999999 !important;
    padding: 2px;
    font-family: Arial,verdana,tahoma;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    background: #ff3019;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ff3019), to(#cf0404));
    background: linear-gradient(to bottom, #ff3019 0, #cf0404 100%);
    width: 20px;
    height: 20px;
    line-height: 12px;
    border: 3px solid #fff;
    border-radius: 50%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3019', endColorstr='#cf0404', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.Shadow(direction=135, strength=2, color=ff0000);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
}

.introjs-arrow {
    border: 5px solid #fff;
    content: '';
    position: absolute;
}

    .introjs-arrow.top, .introjs-arrow.top-middle, .introjs-arrow.top-right {
        top: -10px;
        border-color: transparent transparent #fff;
    }

    .introjs-arrow.top {
        left: 10px;
    }

    .introjs-arrow.top-right {
        right: 10px;
    }

    .introjs-arrow.top-middle {
        left: 50%;
        margin-left: -5px;
    }

    .introjs-arrow.left, .introjs-arrow.right {
        top: 10px;
    }

    .introjs-arrow.right, .introjs-arrow.right-bottom {
        right: -10px;
        border-color: transparent transparent transparent #fff;
    }

    .introjs-arrow.right-bottom {
        bottom: 10px;
    }

    .introjs-arrow.bottom {
        bottom: -10px;
        left: 10px;
        border-color: #fff transparent transparent;
    }

    .introjs-arrow.left, .introjs-arrow.left-bottom {
        left: -10px;
        border-color: transparent #fff transparent transparent;
    }

    .introjs-arrow.left-bottom {
        bottom: 10px;
    }

.introjs-tooltip {
    position: absolute;
    visibility: visible;
    background-color: #f7f7f7;
    min-width: 300px;
    max-width: 500px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.4);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.4);
    -webkit-transition: opacity .1s ease-out;
    transition: opacity .1s ease-out;
}

.introjs-tooltiptext {
    padding: 32px 16px;
    background-color: #fff;
    font-size: 14px;
    color: #323232;
}

.introjs-tooltipbuttons {
    padding-bottom: 8px;
    padding-right: 16px;
    text-align: right;
    white-space: nowrap;
    width: 40%;
    display: inline-block;
    vertical-align: middle;
}

.introjs-button {
    position: relative;
    overflow: visible;
    display: inline-block;
    border: 1px solid #d4d4d4;
    margin: 10px 0 0;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
    outline: 0;
    zoom: 1;
}

    .introjs-button:hover {
        border-color: #bcbcbc;
        text-decoration: none;
        -webkit-box-shadow: 0 1px 1px #e3e3e3;
        box-shadow: 0 1px 1px #e3e3e3;
    }

    .introjs-button::-moz-focus-inner {
        padding: 0;
        border: 0;
    }

.introjs-skipbutton {
    display: none;
    margin-right: 5px;
    color: #7a7a7a;
}

.introjs-prevbutton {
    display: none;
    border-radius: .2em 0 0 .2em;
    border-right: none;
}

.introjs-nextbutton {
    border-radius: 0 .2em .2em 0;
}

.introjs-disabled, .introjs-disabled:focus, .introjs-disabled:hover {
    color: #9a9a9a;
    border-color: #d4d4d4;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: default;
    background-color: #f4f4f4;
    background-image: none;
    text-decoration: none;
    display: none;
}

.introjs-bullets {
    width: 60%;
    display: inline-block;
    vertical-align: middle;
}

    .introjs-bullets ul {
        clear: both;
        margin: 15px auto 0;
        padding: 0;
        display: inline-block;
    }

        .introjs-bullets ul li {
            list-style: none;
            float: left;
            margin: 0 15px;
        }

            .introjs-bullets ul li a {
                display: block;
                width: 16px;
                height: 16px;
                background: #ccc;
                border-radius: 10px;
                -moz-border-radius: 10px;
                -webkit-border-radius: 10px;
                text-decoration: none;
            }

.introjs-helperNumberLayer, .introjs-hidehint {
    display: none;
}

.introjs-bullets ul li a.active, .introjs-bullets ul li a:hover {
    background: #999;
}

.introjs-progress {
    overflow: hidden;
    height: 10px;
    margin: 10px 0 5px;
    border-radius: 4px;
    background-color: #ecf0f1;
}

.introjs-progressbar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 10px;
    line-height: 10px;
    text-align: center;
    background-color: #08c;
}

.introjsFloatingElement {
    position: absolute;
    height: 0;
    width: 0;
    left: 50%;
    top: 50%;
}

.introjs-fixedTooltip {
    position: fixed;
}

.introjs-hint {
    position: absolute;
    background: 0 0;
    width: 20px;
    height: 15px;
}

.introjs-fixedhint {
    position: fixed;
}

.introjs-hint:hover > .introjs-hint-pulse {
    border: 5px solid rgba(60, 60, 60, 0.57);
}

.introjs-hint-pulse {
    width: 10px;
    height: 10px;
    border: 5px solid rgba(60, 60, 60, 0.27);
    border-radius: 30px;
    background-color: rgba(136, 136, 136, 0.24);
    z-index: 10;
    position: absolute;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.introjs-hint-dot {
    border: 10px solid rgba(146, 146, 146, 0.36);
    background: 0 0;
    border-radius: 60px;
    height: 50px;
    width: 50px;
    -webkit-animation: introjspulse 3s ease-out;
    animation: introjspulse 3s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    position: absolute;
    top: -25px;
    left: -25px;
    z-index: 1;
    opacity: 0;
}

.introjs-tooltiptitle {
    padding: 16px;
    font-size: 14px;
    color: #323232;
}

@-webkit-keyframes introjspulse {
    0% {
        -webkit-transform: scale(0);
        opacity: 0;
    }

    25% {
        -webkit-transform: scale(0);
        opacity: .1;
    }

    50% {
        -webkit-transform: scale(0.1);
        opacity: .3;
    }

    75% {
        -webkit-transform: scale(0.5);
        opacity: .5;
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 0;
    }
}

.style-holder {
    overflow: auto;
    padding: 0;
}

    .style-holder.style-holder--inner {
        padding: 1rem;
    }

    .style-holder.active + .style-holder {
        border-top: 0;
    }

    .style-holder .style-holder__text {
        vertical-align: middle;
        display: inline-block;
        float: none;
        font-size: 13px;
        font-size: .8125rem;
        padding-bottom: 0;
        margin-left: .25rem;
        font-weight: 500;
        color: #323232;
    }

        .style-holder .style-holder__text.disabled {
            color: #919191;
        }

        .style-holder .style-holder__text a {
            float: none;
            font-size: inherit;
        }

    .style-holder .style-holder__checkButton {
        display: none;
    }

        .style-holder .style-holder__checkButton + .layer {
            width: 25px;
            width: 1.5625rem;
            height: 25px;
            height: 1.5625rem;
            background: #fff;
            border: 2px solid #ddd;
            border-radius: 15%;
            display: inline-block;
            vertical-align: middle;
            float: none;
            position: relative;
        }

            .style-holder .style-holder__checkButton + .layer.layer--checkButton .layer__checked {
                display: none;
                text-align: center;
                padding: 0;
            }

            .style-holder .style-holder__checkButton + .layer .layer__checked {
                position: absolute;
                top: 2px;
                top: .125rem;
                left: 3px;
                left: .1875rem;
                z-index: 1;
                width: 17px;
                width: 1.0625rem;
                height: 17px;
                height: 1.0625rem;
            }

                .style-holder .style-holder__checkButton + .layer .layer__checked.icon2 {
                    display: none;
                    font-size: 15px;
                    font-size: .9375rem;
                }

        .style-holder .style-holder__checkButton:checked + .layer.layer--checkButton .layer__checked {
            display: block;
        }

.theme_blue .style-holder .style-holder__checkButton:checked + .layer.layer--checkButton .layer__checked {
    color: #4f60d2;
}

.theme_lightBlue .style-holder .style-holder__checkButton:checked + .layer.layer--checkButton .layer__checked {
    color: #4bdbc5;
}

.theme_pink .style-holder .style-holder__checkButton:checked + .layer.layer--checkButton .layer__checked {
    color: #eb84cd;
}

.theme_lightGreen .style-holder .style-holder__checkButton:checked + .layer.layer--checkButton .layer__checked {
    color: #bad80a;
}

.theme_green .style-holder .style-holder__checkButton:checked + .layer.layer--checkButton .layer__checked {
    color: #6ea514;
}

.style-holder .style-holder__radioButton {
    display: none;
}

    .style-holder .style-holder__radioButton + .layer {
        width: 25px;
        width: 1.5625rem;
        height: 25px;
        height: 1.5625rem;
        background: #fff;
        border: 2px solid #ddd;
        border-radius: 50%;
        display: inline-block;
        vertical-align: middle;
        float: none;
        position: relative;
    }

        .style-holder .style-holder__radioButton + .layer .layer__checked {
            position: absolute;
            top: 2px;
            top: .125rem;
            left: 2px;
            left: .125rem;
            z-index: 1;
            width: 17px;
            width: 1.0625rem;
            height: 17px;
            height: 1.0625rem;
            border-radius: 50%;
        }

.theme_blue .style-holder .style-holder__radioButton:checked + .layer .layer__checked {
    background-color: #4f60d2;
}

.theme_lightBlue .style-holder .style-holder__radioButton:checked + .layer .layer__checked {
    background-color: #4bdbc5;
}

.theme_pink .style-holder .style-holder__radioButton:checked + .layer .layer__checked {
    background-color: #eb84cd;
}

.theme_lightGreen .style-holder .style-holder__radioButton:checked + .layer .layer__checked {
    background-color: #bad80a;
}

.theme_green .style-holder .style-holder__radioButton:checked + .layer .layer__checked {
    background-color: #6ea514;
}

/* 
THEME:
@name: theme_blue
@color: #4f60d2
*/
.theme_blue .masterTextColor {
    color: #4f60d2 !important;
}

.theme_blue .masterTextColorHover:hover {
    color: #4f60d2 !important;
}

.theme_blue .masterBorderColor:hover {
    border-color: #4f60d2 !important;
}

.theme_blue .masterBorderColorHover:hover {
    border-color: #4f60d2 !important;
}

.theme_blue .masterTextColorBefore:before {
    color: #4f60d2 !important;
}

.theme_blue .masterBorderColorBefore:before, .theme_blue .masterBorderColorAfter:after {
    border-color: #4f60d2 !important;
}

.theme_blue .masterBorderLeftColor {
    border-left-color: #4f60d2 !important;
}

.theme_blue .masterBorderRightColor {
    border-right-color: #4f60d2 !important;
}

.theme_blue .masterBorderTopColor {
    border-top-color: #4f60d2 !important;
}

.theme_blue .masterBorderBottomColor {
    border-bottom-color: #4f60d2 !important;
}

.theme_blue .masterBackgroundColor, .theme_blue .masterBackgroundColorHover:hover, .theme_blue .masterAfterBackgroundColor:after, .theme_blue .masterBeforeBackgroundColor:before {
    background-color: #4f60d2 !important;
}

    .theme_blue .masterBackgroundColor select {
        color: #FFFFFF;
        border-color: transparent;
        background-image: linear-gradient(45deg, transparent 50%, #FFFFFF 50%), linear-gradient(135deg, #FFFFFF 50%, transparent 50%), linear-gradient(to right, #FFFFFF, #FFFFFF);
    }

.theme_blue .btn-master:hover, .theme_blue .profile-nav .profile-actions.profile-actions--styled .dropdown-menu a.btn-master:hover {
    color: #4f60d2 !important;
}

.theme_blue .masterSelectOutlineColor .select2-container.select2-container--default .select2-selection--single,
.theme_blue .masterSelectOutlineColor .select2-container.select2-container--default .select2-selection--multiple {
    border-color: #4f60d2 !important;
}

    .theme_blue .masterSelectOutlineColor .select2-container.select2-container--default .select2-selection--single .select2-selection__arrow b,
    .theme_blue .masterSelectOutlineColor .select2-container.select2-container--default .select2-selection--multiple .select2-selection__arrow b {
        color: #4f60d2 !important;
    }

.theme_blue .datepicker .active {
    background-color: #4f60d2 !important;
    border-color: #4f60d2 !important;
}

.theme_blue.subtheme_lightBlue {
    /* theme_blue: subtheme_lightBlue(#4bdbc5) */
}

    .theme_blue.subtheme_lightBlue .secondaryTextColor, .theme_blue.subtheme_lightBlue .secondaryTextColorHover:hover {
        color: #4bdbc5 !important;
    }

    .theme_blue.subtheme_lightBlue .secondaryBorderColor {
        border-color: #4bdbc5 !important;
    }

    .theme_blue.subtheme_lightBlue .secondaryBorderLeftColor {
        border-left-color: #4bdbc5 !important;
    }

    .theme_blue.subtheme_lightBlue .secondaryBorderRightColor {
        border-right-color: #4bdbc5 !important;
    }

    .theme_blue.subtheme_lightBlue .secondaryBorderTopColor {
        border-top-color: #4bdbc5 !important;
    }

    .theme_blue.subtheme_lightBlue .secondaryBorderBottomColor {
        border-bottom-color: #4bdbc5 !important;
    }

    .theme_blue.subtheme_lightBlue .secondaryBackgroundColor {
        background-color: #4bdbc5 !important;
    }

.theme_blue.subtheme_pink {
    /* theme_blue: subtheme_pink(#eb84cd) */
}

    .theme_blue.subtheme_pink .secondaryTextColor, .theme_blue.subtheme_pink .secondaryTextColorHover:hover {
        color: #eb84cd !important;
    }

    .theme_blue.subtheme_pink .secondaryBorderColor {
        border-color: #eb84cd !important;
    }

    .theme_blue.subtheme_pink .secondaryBorderLeftColor {
        border-left-color: #eb84cd !important;
    }

    .theme_blue.subtheme_pink .secondaryBorderRightColor {
        border-right-color: #eb84cd !important;
    }

    .theme_blue.subtheme_pink .secondaryBorderTopColor {
        border-top-color: #eb84cd !important;
    }

    .theme_blue.subtheme_pink .secondaryBorderBottomColor {
        border-bottom-color: #eb84cd !important;
    }

    .theme_blue.subtheme_pink .secondaryBackgroundColor {
        background-color: #eb84cd !important;
    }

.theme_blue.subtheme_yellow {
    /* theme_blue: subtheme_yellow(#fcd200) */
}

    .theme_blue.subtheme_yellow .secondaryTextColor, .theme_blue.subtheme_yellow .secondaryTextColorHover:hover {
        color: #fcd200 !important;
    }

    .theme_blue.subtheme_yellow .secondaryBorderColor {
        border-color: #fcd200 !important;
    }

    .theme_blue.subtheme_yellow .secondaryBorderLeftColor {
        border-left-color: #fcd200 !important;
    }

    .theme_blue.subtheme_yellow .secondaryBorderRightColor {
        border-right-color: #fcd200 !important;
    }

    .theme_blue.subtheme_yellow .secondaryBorderTopColor {
        border-top-color: #fcd200 !important;
    }

    .theme_blue.subtheme_yellow .secondaryBorderBottomColor {
        border-bottom-color: #fcd200 !important;
    }

    .theme_blue.subtheme_yellow .secondaryBackgroundColor {
        background-color: #fcd200 !important;
    }

.theme_blue.subtheme_lightGreen {
    /* theme_blue: subtheme_lightGreen(#bad80a) */
}

    .theme_blue.subtheme_lightGreen .secondaryTextColor, .theme_blue.subtheme_lightGreen .secondaryTextColorHover:hover {
        color: #bad80a !important;
    }

    .theme_blue.subtheme_lightGreen .secondaryBorderColor {
        border-color: #bad80a !important;
    }

    .theme_blue.subtheme_lightGreen .secondaryBorderLeftColor {
        border-left-color: #bad80a !important;
    }

    .theme_blue.subtheme_lightGreen .secondaryBorderRightColor {
        border-right-color: #bad80a !important;
    }

    .theme_blue.subtheme_lightGreen .secondaryBorderTopColor {
        border-top-color: #bad80a !important;
    }

    .theme_blue.subtheme_lightGreen .secondaryBorderBottomColor {
        border-bottom-color: #bad80a !important;
    }

    .theme_blue.subtheme_lightGreen .secondaryBackgroundColor {
        background-color: #bad80a !important;
    }

.theme_blue.subtheme_green {
    /* theme_blue: subtheme_green(#6ea514) */
}

    .theme_blue.subtheme_green .secondaryTextColor, .theme_blue.subtheme_green .secondaryTextColorHover:hover {
        color: #6ea514 !important;
    }

    .theme_blue.subtheme_green .secondaryBorderColor {
        border-color: #6ea514 !important;
    }

    .theme_blue.subtheme_green .secondaryBorderLeftColor {
        border-left-color: #6ea514 !important;
    }

    .theme_blue.subtheme_green .secondaryBorderRightColor {
        border-right-color: #6ea514 !important;
    }

    .theme_blue.subtheme_green .secondaryBorderTopColor {
        border-top-color: #6ea514 !important;
    }

    .theme_blue.subtheme_green .secondaryBorderBottomColor {
        border-bottom-color: #6ea514 !important;
    }

    .theme_blue.subtheme_green .secondaryBackgroundColor {
        background-color: #6ea514 !important;
    }

/* 
THEME:
@name: theme_lightBlue
@color: #4bdbc5
*/
.theme_lightBlue .masterTextColor {
    color: #4bdbc5 !important;
}

.theme_lightBlue .masterTextColorHover:hover {
    color: #4bdbc5 !important;
}

.theme_lightBlue .masterBorderColor:hover {
    border-color: #4bdbc5 !important;
}

.theme_lightBlue .masterBorderColorHover:hover {
    border-color: #4bdbc5 !important;
}

.theme_lightBlue .masterTextColorBefore:before {
    color: #4bdbc5 !important;
}

.theme_lightBlue .masterBorderColorBefore:before, .theme_lightBlue .masterBorderColorAfter:after {
    border-color: #4bdbc5 !important;
}

.theme_lightBlue .masterBorderLeftColor {
    border-left-color: #4bdbc5 !important;
}

.theme_lightBlue .masterBorderRightColor {
    border-right-color: #4bdbc5 !important;
}

.theme_lightBlue .masterBorderTopColor {
    border-top-color: #4bdbc5 !important;
}

.theme_lightBlue .masterBorderBottomColor {
    border-bottom-color: #4bdbc5 !important;
}

.theme_lightBlue .masterBackgroundColor, .theme_lightBlue .masterBackgroundColorHover:hover, .theme_lightBlue .masterAfterBackgroundColor:after, .theme_lightBlue .masterBeforeBackgroundColor:before {
    background-color: #4bdbc5 !important;
}

    .theme_lightBlue .masterBackgroundColor select {
        color: #FFFFFF;
        border-color: transparent;
        background-image: linear-gradient(45deg, transparent 50%, #FFFFFF 50%), linear-gradient(135deg, #FFFFFF 50%, transparent 50%), linear-gradient(to right, #FFFFFF, #FFFFFF);
    }

.theme_lightBlue .btn-master:hover, .theme_lightBlue .profile-nav .profile-actions.profile-actions--styled .dropdown-menu a.btn-master:hover {
    color: #4bdbc5 !important;
}

.theme_lightBlue .masterSelectOutlineColor .select2-container.select2-container--default .select2-selection--single,
.theme_lightBlue .masterSelectOutlineColor .select2-container.select2-container--default .select2-selection--multiple {
    border-color: #4bdbc5 !important;
}

    .theme_lightBlue .masterSelectOutlineColor .select2-container.select2-container--default .select2-selection--single .select2-selection__arrow b,
    .theme_lightBlue .masterSelectOutlineColor .select2-container.select2-container--default .select2-selection--multiple .select2-selection__arrow b {
        color: #4bdbc5 !important;
    }

.theme_lightBlue .datepicker .active {
    background-color: #4bdbc5 !important;
    border-color: #4bdbc5 !important;
}

.theme_lightBlue.subtheme_green {
    /* theme_lightBlue: subtheme_green(#6ea514) */
}

    .theme_lightBlue.subtheme_green .secondaryTextColor, .theme_lightBlue.subtheme_green .secondaryTextColorHover:hover {
        color: #6ea514 !important;
    }

    .theme_lightBlue.subtheme_green .secondaryBorderColor {
        border-color: #6ea514 !important;
    }

    .theme_lightBlue.subtheme_green .secondaryBorderLeftColor {
        border-left-color: #6ea514 !important;
    }

    .theme_lightBlue.subtheme_green .secondaryBorderRightColor {
        border-right-color: #6ea514 !important;
    }

    .theme_lightBlue.subtheme_green .secondaryBorderTopColor {
        border-top-color: #6ea514 !important;
    }

    .theme_lightBlue.subtheme_green .secondaryBorderBottomColor {
        border-bottom-color: #6ea514 !important;
    }

    .theme_lightBlue.subtheme_green .secondaryBackgroundColor {
        background-color: #6ea514 !important;
    }

/* 
THEME:
@name: theme_pink
@color: #eb84cd
*/
.theme_pink .masterTextColor {
    color: #eb84cd !important;
}

.theme_pink .masterTextColorHover:hover {
    color: #eb84cd !important;
}

.theme_pink .masterBorderColor:hover {
    border-color: #eb84cd !important;
}

.theme_pink .masterBorderColorHover:hover {
    border-color: #eb84cd !important;
}

.theme_pink .masterTextColorBefore:before {
    color: #eb84cd !important;
}

.theme_pink .masterBorderColorBefore:before, .theme_pink .masterBorderColorAfter:after {
    border-color: #eb84cd !important;
}

.theme_pink .masterBorderLeftColor {
    border-left-color: #eb84cd !important;
}

.theme_pink .masterBorderRightColor {
    border-right-color: #eb84cd !important;
}

.theme_pink .masterBorderTopColor {
    border-top-color: #eb84cd !important;
}

.theme_pink .masterBorderBottomColor {
    border-bottom-color: #eb84cd !important;
}

.theme_pink .masterBackgroundColor, .theme_pink .masterBackgroundColorHover:hover, .theme_pink .masterAfterBackgroundColor:after, .theme_pink .masterBeforeBackgroundColor:before {
    background-color: #eb84cd !important;
}

    .theme_pink .masterBackgroundColor select {
        color: #FFFFFF;
        border-color: transparent;
        background-image: linear-gradient(45deg, transparent 50%, #FFFFFF 50%), linear-gradient(135deg, #FFFFFF 50%, transparent 50%), linear-gradient(to right, #FFFFFF, #FFFFFF);
    }

.theme_pink .btn-master:hover, .theme_pink .profile-nav .profile-actions.profile-actions--styled .dropdown-menu a.btn-master:hover {
    color: #eb84cd !important;
}

.theme_pink .masterSelectOutlineColor .select2-container.select2-container--default .select2-selection--single,
.theme_pink .masterSelectOutlineColor .select2-container.select2-container--default .select2-selection--multiple {
    border-color: #eb84cd !important;
}

    .theme_pink .masterSelectOutlineColor .select2-container.select2-container--default .select2-selection--single .select2-selection__arrow b,
    .theme_pink .masterSelectOutlineColor .select2-container.select2-container--default .select2-selection--multiple .select2-selection__arrow b {
        color: #eb84cd !important;
    }

.theme_pink .datepicker .active {
    background-color: #eb84cd !important;
    border-color: #eb84cd !important;
}

.theme_pink.subtheme_yellow {
    /* theme_pink: subtheme_yellow(#fcd200) */
}

    .theme_pink.subtheme_yellow .secondaryTextColor, .theme_pink.subtheme_yellow .secondaryTextColorHover:hover {
        color: #fcd200 !important;
    }

    .theme_pink.subtheme_yellow .secondaryBorderColor {
        border-color: #fcd200 !important;
    }

    .theme_pink.subtheme_yellow .secondaryBorderLeftColor {
        border-left-color: #fcd200 !important;
    }

    .theme_pink.subtheme_yellow .secondaryBorderRightColor {
        border-right-color: #fcd200 !important;
    }

    .theme_pink.subtheme_yellow .secondaryBorderTopColor {
        border-top-color: #fcd200 !important;
    }

    .theme_pink.subtheme_yellow .secondaryBorderBottomColor {
        border-bottom-color: #fcd200 !important;
    }

    .theme_pink.subtheme_yellow .secondaryBackgroundColor {
        background-color: #fcd200 !important;
    }

/* 
THEME:
@name: theme_lightGreen
@color: #bad80a
*/
.theme_lightGreen .masterTextColor {
    color: #bad80a !important;
}

.theme_lightGreen .masterTextColorHover:hover {
    color: #bad80a !important;
}

.theme_lightGreen .masterBorderColor:hover {
    border-color: #bad80a !important;
}

.theme_lightGreen .masterBorderColorHover:hover {
    border-color: #bad80a !important;
}

.theme_lightGreen .masterTextColorBefore:before {
    color: #bad80a !important;
}

.theme_lightGreen .masterBorderColorBefore:before, .theme_lightGreen .masterBorderColorAfter:after {
    border-color: #bad80a !important;
}

.theme_lightGreen .masterBorderLeftColor {
    border-left-color: #bad80a !important;
}

.theme_lightGreen .masterBorderRightColor {
    border-right-color: #bad80a !important;
}

.theme_lightGreen .masterBorderTopColor {
    border-top-color: #bad80a !important;
}

.theme_lightGreen .masterBorderBottomColor {
    border-bottom-color: #bad80a !important;
}

.theme_lightGreen .masterBackgroundColor, .theme_lightGreen .masterBackgroundColorHover:hover, .theme_lightGreen .masterAfterBackgroundColor:after, .theme_lightGreen .masterBeforeBackgroundColor:before {
    background-color: #bad80a !important;
}

    .theme_lightGreen .masterBackgroundColor select {
        color: #FFFFFF;
        border-color: transparent;
        background-image: linear-gradient(45deg, transparent 50%, #FFFFFF 50%), linear-gradient(135deg, #FFFFFF 50%, transparent 50%), linear-gradient(to right, #FFFFFF, #FFFFFF);
    }

.theme_lightGreen .btn-master:hover, .theme_lightGreen .profile-nav .profile-actions.profile-actions--styled .dropdown-menu a.btn-master:hover {
    color: #bad80a !important;
}

.theme_lightGreen .masterSelectOutlineColor .select2-container.select2-container--default .select2-selection--single,
.theme_lightGreen .masterSelectOutlineColor .select2-container.select2-container--default .select2-selection--multiple {
    border-color: #bad80a !important;
}

    .theme_lightGreen .masterSelectOutlineColor .select2-container.select2-container--default .select2-selection--single .select2-selection__arrow b,
    .theme_lightGreen .masterSelectOutlineColor .select2-container.select2-container--default .select2-selection--multiple .select2-selection__arrow b {
        color: #bad80a !important;
    }

.theme_lightGreen .datepicker .active {
    background-color: #bad80a !important;
    border-color: #bad80a !important;
}

.theme_lightGreen.subtheme_pink {
    /* theme_lightGreen: subtheme_pink(#eb84cd) */
}

    .theme_lightGreen.subtheme_pink .secondaryTextColor, .theme_lightGreen.subtheme_pink .secondaryTextColorHover:hover {
        color: #eb84cd !important;
    }

    .theme_lightGreen.subtheme_pink .secondaryBorderColor {
        border-color: #eb84cd !important;
    }

    .theme_lightGreen.subtheme_pink .secondaryBorderLeftColor {
        border-left-color: #eb84cd !important;
    }

    .theme_lightGreen.subtheme_pink .secondaryBorderRightColor {
        border-right-color: #eb84cd !important;
    }

    .theme_lightGreen.subtheme_pink .secondaryBorderTopColor {
        border-top-color: #eb84cd !important;
    }

    .theme_lightGreen.subtheme_pink .secondaryBorderBottomColor {
        border-bottom-color: #eb84cd !important;
    }

    .theme_lightGreen.subtheme_pink .secondaryBackgroundColor {
        background-color: #eb84cd !important;
    }

.theme_lightGreen.subtheme_green {
    /* theme_lightGreen: subtheme_green(#6ea514) */
}

    .theme_lightGreen.subtheme_green .secondaryTextColor, .theme_lightGreen.subtheme_green .secondaryTextColorHover:hover {
        color: #6ea514 !important;
    }

    .theme_lightGreen.subtheme_green .secondaryBorderColor {
        border-color: #6ea514 !important;
    }

    .theme_lightGreen.subtheme_green .secondaryBorderLeftColor {
        border-left-color: #6ea514 !important;
    }

    .theme_lightGreen.subtheme_green .secondaryBorderRightColor {
        border-right-color: #6ea514 !important;
    }

    .theme_lightGreen.subtheme_green .secondaryBorderTopColor {
        border-top-color: #6ea514 !important;
    }

    .theme_lightGreen.subtheme_green .secondaryBorderBottomColor {
        border-bottom-color: #6ea514 !important;
    }

    .theme_lightGreen.subtheme_green .secondaryBackgroundColor {
        background-color: #6ea514 !important;
    }

/* 
THEME:
@name: theme_green
@color: #6ea514
*/
.theme_green .masterTextColor {
    color: #6ea514 !important;
}

.theme_green .masterTextColorHover:hover {
    color: #6ea514 !important;
}

.theme_green .masterBorderColor:hover {
    border-color: #6ea514 !important;
}

.theme_green .masterBorderColorHover:hover {
    border-color: #6ea514 !important;
}

.theme_green .masterTextColorBefore:before {
    color: #6ea514 !important;
}

.theme_green .masterBorderColorBefore:before, .theme_green .masterBorderColorAfter:after {
    border-color: #6ea514 !important;
}

.theme_green .masterBorderLeftColor {
    border-left-color: #6ea514 !important;
}

.theme_green .masterBorderRightColor {
    border-right-color: #6ea514 !important;
}

.theme_green .masterBorderTopColor {
    border-top-color: #6ea514 !important;
}

.theme_green .masterBorderBottomColor {
    border-bottom-color: #6ea514 !important;
}

.theme_green .masterBackgroundColor, .theme_green .masterBackgroundColorHover:hover, .theme_green .masterAfterBackgroundColor:after, .theme_green .masterBeforeBackgroundColor:before {
    background-color: #6ea514 !important;
}

    .theme_green .masterBackgroundColor select {
        color: #FFFFFF;
        border-color: transparent;
        background-image: linear-gradient(45deg, transparent 50%, #FFFFFF 50%), linear-gradient(135deg, #FFFFFF 50%, transparent 50%), linear-gradient(to right, #FFFFFF, #FFFFFF);
    }

.theme_green .btn-master:hover, .theme_green .profile-nav .profile-actions.profile-actions--styled .dropdown-menu a.btn-master:hover {
    color: #6ea514 !important;
}

.theme_green .masterSelectOutlineColor .select2-container.select2-container--default .select2-selection--single,
.theme_green .masterSelectOutlineColor .select2-container.select2-container--default .select2-selection--multiple {
    border-color: #6ea514 !important;
}

    .theme_green .masterSelectOutlineColor .select2-container.select2-container--default .select2-selection--single .select2-selection__arrow b,
    .theme_green .masterSelectOutlineColor .select2-container.select2-container--default .select2-selection--multiple .select2-selection__arrow b {
        color: #6ea514 !important;
    }

.theme_green .datepicker .active {
    background-color: #6ea514 !important;
    border-color: #6ea514 !important;
}

.theme_green.subtheme_lightBlue {
    /* theme_green: subtheme_lightBlue(#4bdbc5) */
}

    .theme_green.subtheme_lightBlue .secondaryTextColor, .theme_green.subtheme_lightBlue .secondaryTextColorHover:hover {
        color: #4bdbc5 !important;
    }

    .theme_green.subtheme_lightBlue .secondaryBorderColor {
        border-color: #4bdbc5 !important;
    }

    .theme_green.subtheme_lightBlue .secondaryBorderLeftColor {
        border-left-color: #4bdbc5 !important;
    }

    .theme_green.subtheme_lightBlue .secondaryBorderRightColor {
        border-right-color: #4bdbc5 !important;
    }

    .theme_green.subtheme_lightBlue .secondaryBorderTopColor {
        border-top-color: #4bdbc5 !important;
    }

    .theme_green.subtheme_lightBlue .secondaryBorderBottomColor {
        border-bottom-color: #4bdbc5 !important;
    }

    .theme_green.subtheme_lightBlue .secondaryBackgroundColor {
        background-color: #4bdbc5 !important;
    }

.theme_green.subtheme_yellow {
    /* theme_green: subtheme_yellow(#fcd200) */
}

    .theme_green.subtheme_yellow .secondaryTextColor, .theme_green.subtheme_yellow .secondaryTextColorHover:hover {
        color: #fcd200 !important;
    }

    .theme_green.subtheme_yellow .secondaryBorderColor {
        border-color: #fcd200 !important;
    }

    .theme_green.subtheme_yellow .secondaryBorderLeftColor {
        border-left-color: #fcd200 !important;
    }

    .theme_green.subtheme_yellow .secondaryBorderRightColor {
        border-right-color: #fcd200 !important;
    }

    .theme_green.subtheme_yellow .secondaryBorderTopColor {
        border-top-color: #fcd200 !important;
    }

    .theme_green.subtheme_yellow .secondaryBorderBottomColor {
        border-bottom-color: #fcd200 !important;
    }

    .theme_green.subtheme_yellow .secondaryBackgroundColor {
        background-color: #fcd200 !important;
    }

.theme_green.subtheme_lightGreen {
    /* theme_green: subtheme_lightGreen(#bad80a) */
}

    .theme_green.subtheme_lightGreen .secondaryTextColor, .theme_green.subtheme_lightGreen .secondaryTextColorHover:hover {
        color: #bad80a !important;
    }

    .theme_green.subtheme_lightGreen .secondaryBorderColor {
        border-color: #bad80a !important;
    }

    .theme_green.subtheme_lightGreen .secondaryBorderLeftColor {
        border-left-color: #bad80a !important;
    }

    .theme_green.subtheme_lightGreen .secondaryBorderRightColor {
        border-right-color: #bad80a !important;
    }

    .theme_green.subtheme_lightGreen .secondaryBorderTopColor {
        border-top-color: #bad80a !important;
    }

    .theme_green.subtheme_lightGreen .secondaryBorderBottomColor {
        border-bottom-color: #bad80a !important;
    }

    .theme_green.subtheme_lightGreen .secondaryBackgroundColor {
        background-color: #bad80a !important;
    }

/* 
THEME:
@name: theme_yellow
@color: #fcd200
*/
.theme_yellow .masterTextColor {
    color: #fcd200 !important;
}

.theme_yellow .masterTextColorHover:hover {
    color: #fcd200 !important;
}

.theme_yellow .masterBorderColor:hover {
    border-color: #fcd200 !important;
}

.theme_yellow .masterBorderColorHover:hover {
    border-color: #fcd200 !important;
}

.theme_yellow .masterTextColorBefore:before {
    color: #fcd200 !important;
}

.theme_yellow .masterBorderColorBefore:before, .theme_yellow .masterBorderColorAfter:after {
    border-color: #fcd200 !important;
}

.theme_yellow .masterBorderLeftColor {
    border-left-color: #fcd200 !important;
}

.theme_yellow .masterBorderRightColor {
    border-right-color: #fcd200 !important;
}

.theme_yellow .masterBorderTopColor {
    border-top-color: #fcd200 !important;
}

.theme_yellow .masterBorderBottomColor {
    border-bottom-color: #fcd200 !important;
}

.theme_yellow .masterBackgroundColor, .theme_yellow .masterBackgroundColorHover:hover, .theme_yellow .masterAfterBackgroundColor:after, .theme_yellow .masterBeforeBackgroundColor:before {
    background-color: #fcd200 !important;
}

    .theme_yellow .masterBackgroundColor select {
        color: #FFFFFF;
        border-color: transparent;
        background-image: linear-gradient(45deg, transparent 50%, #FFFFFF 50%), linear-gradient(135deg, #FFFFFF 50%, transparent 50%), linear-gradient(to right, #FFFFFF, #FFFFFF);
    }

.theme_yellow .btn-master:hover, .theme_yellow .profile-nav .profile-actions.profile-actions--styled .dropdown-menu a.btn-master:hover {
    color: #fcd200 !important;
}

.theme_yellow .masterSelectOutlineColor .select2-container.select2-container--default .select2-selection--single,
.theme_yellow .masterSelectOutlineColor .select2-container.select2-container--default .select2-selection--multiple {
    border-color: #fcd200 !important;
}

    .theme_yellow .masterSelectOutlineColor .select2-container.select2-container--default .select2-selection--single .select2-selection__arrow b,
    .theme_yellow .masterSelectOutlineColor .select2-container.select2-container--default .select2-selection--multiple .select2-selection__arrow b {
        color: #fcd200 !important;
    }

.theme_yellow .datepicker .active {
    background-color: #fcd200 !important;
    border-color: #fcd200 !important;
}

.theme_yellow.subtheme_lightBlue {
    /* theme_yellow: subtheme_lightBlue(#4bdbc5) */
}

    .theme_yellow.subtheme_lightBlue .secondaryTextColor, .theme_yellow.subtheme_lightBlue .secondaryTextColorHover:hover {
        color: #4bdbc5 !important;
    }

    .theme_yellow.subtheme_lightBlue .secondaryBorderColor {
        border-color: #4bdbc5 !important;
    }

    .theme_yellow.subtheme_lightBlue .secondaryBorderLeftColor {
        border-left-color: #4bdbc5 !important;
    }

    .theme_yellow.subtheme_lightBlue .secondaryBorderRightColor {
        border-right-color: #4bdbc5 !important;
    }

    .theme_yellow.subtheme_lightBlue .secondaryBorderTopColor {
        border-top-color: #4bdbc5 !important;
    }

    .theme_yellow.subtheme_lightBlue .secondaryBorderBottomColor {
        border-bottom-color: #4bdbc5 !important;
    }

    .theme_yellow.subtheme_lightBlue .secondaryBackgroundColor {
        background-color: #4bdbc5 !important;
    }

.theme_yellow.subtheme_pink {
    /* theme_yellow: subtheme_pink(#eb84cd) */
}

    .theme_yellow.subtheme_pink .secondaryTextColor, .theme_yellow.subtheme_pink .secondaryTextColorHover:hover {
        color: #eb84cd !important;
    }

    .theme_yellow.subtheme_pink .secondaryBorderColor {
        border-color: #eb84cd !important;
    }

    .theme_yellow.subtheme_pink .secondaryBorderLeftColor {
        border-left-color: #eb84cd !important;
    }

    .theme_yellow.subtheme_pink .secondaryBorderRightColor {
        border-right-color: #eb84cd !important;
    }

    .theme_yellow.subtheme_pink .secondaryBorderTopColor {
        border-top-color: #eb84cd !important;
    }

    .theme_yellow.subtheme_pink .secondaryBorderBottomColor {
        border-bottom-color: #eb84cd !important;
    }

    .theme_yellow.subtheme_pink .secondaryBackgroundColor {
        background-color: #eb84cd !important;
    }

.theme_yellow.subtheme_green {
    /* theme_yellow: subtheme_green(#6ea514) */
}

    .theme_yellow.subtheme_green .secondaryTextColor, .theme_yellow.subtheme_green .secondaryTextColorHover:hover {
        color: #6ea514 !important;
    }

    .theme_yellow.subtheme_green .secondaryBorderColor {
        border-color: #6ea514 !important;
    }

    .theme_yellow.subtheme_green .secondaryBorderLeftColor {
        border-left-color: #6ea514 !important;
    }

    .theme_yellow.subtheme_green .secondaryBorderRightColor {
        border-right-color: #6ea514 !important;
    }

    .theme_yellow.subtheme_green .secondaryBorderTopColor {
        border-top-color: #6ea514 !important;
    }

    .theme_yellow.subtheme_green .secondaryBorderBottomColor {
        border-bottom-color: #6ea514 !important;
    }

    .theme_yellow.subtheme_green .secondaryBackgroundColor {
        background-color: #6ea514 !important;
    }

select {
    /* styling */
    background-color: white;
    border-radius: 4px;
    display: inline-block;
    font: inherit;
    line-height: 1.5em;
    padding: 0.5em 3.5em 0.5em 1em;
    /* reset */
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    display: none;
    border: 1px solid #ccc;
    background-color: transparent;
    width: 100%;
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
}

@media all and (max-width: 759px) {
    select {
        display: block;
    }
}

.select2-container--default .select2-selection--single {
    border-radius: 0;
    border: 1px solid #ddd;
}

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        font-size: 14px;
        color: #919191;
        font-weight: 400;
        line-height: 40px;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 39px;
    }

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #f7f7f7;
    outline: none;
}

    .select2-container--default.select2-container--disabled .select2-selection--single:hover {
        cursor: not-allowed;
    }

.select2-container .select2-selection--single {
    height: 40px;
}

.select2-results__option {
    font-size: 14px;
}

/*!
 * Datepicker for Bootstrap v1.6.4 (https://github.com/eternicode/bootstrap-datepicker)
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    list-style: none;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

.datepicker {
    border-radius: 4px;
    direction: ltr;
}

.datepicker-inline {
    width: 220px;
}

.datepicker.datepicker-rtl {
    direction: rtl;
}

    .datepicker.datepicker-rtl table tr td span {
        float: right;
    }

.datepicker-dropdown {
    top: 0;
    left: 0;
    padding: 4px;
}

    .datepicker-dropdown:before {
        content: '';
        display: inline-block;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 7px solid rgba(0, 0, 0, 0.15);
        border-top: 0;
        border-bottom-color: rgba(0, 0, 0, 0.2);
        position: absolute;
    }

    .datepicker-dropdown:after {
        content: '';
        display: inline-block;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #fff;
        border-top: 0;
        position: absolute;
    }

    .datepicker-dropdown.datepicker-orient-left:before {
        left: 6px;
    }

    .datepicker-dropdown.datepicker-orient-left:after {
        left: 7px;
    }

    .datepicker-dropdown.datepicker-orient-right:before {
        right: 6px;
    }

    .datepicker-dropdown.datepicker-orient-right:after {
        right: 7px;
    }

    .datepicker-dropdown.datepicker-orient-bottom:before {
        top: -7px;
    }

    .datepicker-dropdown.datepicker-orient-bottom:after {
        top: -6px;
    }

    .datepicker-dropdown.datepicker-orient-top:before {
        bottom: -7px;
        border-bottom: 0;
        border-top: 7px solid rgba(0, 0, 0, 0.15);
    }

    .datepicker-dropdown.datepicker-orient-top:after {
        bottom: -6px;
        border-bottom: 0;
        border-top: 6px solid #fff;
    }

.datepicker table {
    margin: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .datepicker table tr td,
    .datepicker table tr th {
        text-align: center;
        width: 30px;
        height: 30px;
        border-radius: 4px;
        border: none;
        vertical-align: middle;
    }

.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
    background-color: transparent;
}

.datepicker table tr td.old,
.datepicker table tr td.new {
    color: #777777;
}

.datepicker table tr td.day:hover,
.datepicker table tr td.focused {
    background: #eeeeee;
    cursor: pointer;
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
    background: none;
    color: #777777;
    cursor: default;
}

.datepicker table tr td.highlighted {
    color: #000;
    background-color: #d9edf7;
    border-color: #85c5e5;
    border-radius: 0;
}

    .datepicker table tr td.highlighted:focus,
    .datepicker table tr td.highlighted.focus {
        color: #000;
        background-color: #afd9ee;
        border-color: #298fc2;
    }

    .datepicker table tr td.highlighted:hover {
        color: #000;
        background-color: #afd9ee;
        border-color: #52addb;
    }

    .datepicker table tr td.highlighted:active,
    .datepicker table tr td.highlighted.active {
        color: #000;
        background-color: #afd9ee;
        border-color: #52addb;
    }

        .datepicker table tr td.highlighted:active:hover,
        .datepicker table tr td.highlighted.active:hover,
        .datepicker table tr td.highlighted:active:focus,
        .datepicker table tr td.highlighted.active:focus,
        .datepicker table tr td.highlighted:active.focus,
        .datepicker table tr td.highlighted.active.focus {
            color: #000;
            background-color: #91cbe8;
            border-color: #298fc2;
        }

    .datepicker table tr td.highlighted.disabled:hover,
    .datepicker table tr td.highlighted[disabled]:hover,
    fieldset[disabled] .datepicker table tr td.highlighted:hover,
    .datepicker table tr td.highlighted.disabled:focus,
    .datepicker table tr td.highlighted[disabled]:focus,
    fieldset[disabled] .datepicker table tr td.highlighted:focus,
    .datepicker table tr td.highlighted.disabled.focus,
    .datepicker table tr td.highlighted[disabled].focus,
    fieldset[disabled] .datepicker table tr td.highlighted.focus {
        background-color: #d9edf7;
        border-color: #85c5e5;
    }

    .datepicker table tr td.highlighted.focused {
        background: #afd9ee;
    }

    .datepicker table tr td.highlighted.disabled,
    .datepicker table tr td.highlighted.disabled:active {
        background: #d9edf7;
        color: #777777;
    }

.datepicker table tr td.today {
    color: #000;
    background-color: #ffdb99;
    border-color: #ffb733;
}

    .datepicker table tr td.today:focus,
    .datepicker table tr td.today.focus {
        color: #000;
        background-color: #ffc966;
        border-color: #b37400;
    }

    .datepicker table tr td.today:hover {
        color: #000;
        background-color: #ffc966;
        border-color: #f59e00;
    }

    .datepicker table tr td.today:active,
    .datepicker table tr td.today.active {
        color: #000;
        background-color: #ffc966;
        border-color: #f59e00;
    }

        .datepicker table tr td.today:active:hover,
        .datepicker table tr td.today.active:hover,
        .datepicker table tr td.today:active:focus,
        .datepicker table tr td.today.active:focus,
        .datepicker table tr td.today:active.focus,
        .datepicker table tr td.today.active.focus {
            color: #000;
            background-color: #ffbc42;
            border-color: #b37400;
        }

    .datepicker table tr td.today.disabled:hover,
    .datepicker table tr td.today[disabled]:hover,
    fieldset[disabled] .datepicker table tr td.today:hover,
    .datepicker table tr td.today.disabled:focus,
    .datepicker table tr td.today[disabled]:focus,
    fieldset[disabled] .datepicker table tr td.today:focus,
    .datepicker table tr td.today.disabled.focus,
    .datepicker table tr td.today[disabled].focus,
    fieldset[disabled] .datepicker table tr td.today.focus {
        background-color: #ffdb99;
        border-color: #ffb733;
    }

    .datepicker table tr td.today.focused {
        background: #ffc966;
    }

    .datepicker table tr td.today.disabled,
    .datepicker table tr td.today.disabled:active {
        background: #ffdb99;
        color: #777777;
    }

.datepicker table tr td.range {
    color: #000;
    background-color: #eeeeee;
    border-color: #bbbbbb;
    border-radius: 0;
}

    .datepicker table tr td.range:focus,
    .datepicker table tr td.range.focus {
        color: #000;
        background-color: #d5d5d5;
        border-color: #7c7c7c;
    }

    .datepicker table tr td.range:hover {
        color: #000;
        background-color: #d5d5d5;
        border-color: #9d9d9d;
    }

    .datepicker table tr td.range:active,
    .datepicker table tr td.range.active {
        color: #000;
        background-color: #d5d5d5;
        border-color: #9d9d9d;
    }

        .datepicker table tr td.range:active:hover,
        .datepicker table tr td.range.active:hover,
        .datepicker table tr td.range:active:focus,
        .datepicker table tr td.range.active:focus,
        .datepicker table tr td.range:active.focus,
        .datepicker table tr td.range.active.focus {
            color: #000;
            background-color: #c3c3c3;
            border-color: #7c7c7c;
        }

    .datepicker table tr td.range.disabled:hover,
    .datepicker table tr td.range[disabled]:hover,
    fieldset[disabled] .datepicker table tr td.range:hover,
    .datepicker table tr td.range.disabled:focus,
    .datepicker table tr td.range[disabled]:focus,
    fieldset[disabled] .datepicker table tr td.range:focus,
    .datepicker table tr td.range.disabled.focus,
    .datepicker table tr td.range[disabled].focus,
    fieldset[disabled] .datepicker table tr td.range.focus {
        background-color: #eeeeee;
        border-color: #bbbbbb;
    }

    .datepicker table tr td.range.focused {
        background: #d5d5d5;
    }

    .datepicker table tr td.range.disabled,
    .datepicker table tr td.range.disabled:active {
        background: #eeeeee;
        color: #777777;
    }

    .datepicker table tr td.range.highlighted {
        color: #000;
        background-color: #e4eef3;
        border-color: #9dc1d3;
    }

        .datepicker table tr td.range.highlighted:focus,
        .datepicker table tr td.range.highlighted.focus {
            color: #000;
            background-color: #c1d7e3;
            border-color: #4b88a6;
        }

        .datepicker table tr td.range.highlighted:hover {
            color: #000;
            background-color: #c1d7e3;
            border-color: #73a6c0;
        }

        .datepicker table tr td.range.highlighted:active,
        .datepicker table tr td.range.highlighted.active {
            color: #000;
            background-color: #c1d7e3;
            border-color: #73a6c0;
        }

            .datepicker table tr td.range.highlighted:active:hover,
            .datepicker table tr td.range.highlighted.active:hover,
            .datepicker table tr td.range.highlighted:active:focus,
            .datepicker table tr td.range.highlighted.active:focus,
            .datepicker table tr td.range.highlighted:active.focus,
            .datepicker table tr td.range.highlighted.active.focus {
                color: #000;
                background-color: #a8c8d8;
                border-color: #4b88a6;
            }

        .datepicker table tr td.range.highlighted.disabled:hover,
        .datepicker table tr td.range.highlighted[disabled]:hover,
        fieldset[disabled] .datepicker table tr td.range.highlighted:hover,
        .datepicker table tr td.range.highlighted.disabled:focus,
        .datepicker table tr td.range.highlighted[disabled]:focus,
        fieldset[disabled] .datepicker table tr td.range.highlighted:focus,
        .datepicker table tr td.range.highlighted.disabled.focus,
        .datepicker table tr td.range.highlighted[disabled].focus,
        fieldset[disabled] .datepicker table tr td.range.highlighted.focus {
            background-color: #e4eef3;
            border-color: #9dc1d3;
        }

        .datepicker table tr td.range.highlighted.focused {
            background: #c1d7e3;
        }

        .datepicker table tr td.range.highlighted.disabled,
        .datepicker table tr td.range.highlighted.disabled:active {
            background: #e4eef3;
            color: #777777;
        }

    .datepicker table tr td.range.today {
        color: #000;
        background-color: #f7ca77;
        border-color: #f1a417;
    }

        .datepicker table tr td.range.today:focus,
        .datepicker table tr td.range.today.focus {
            color: #000;
            background-color: #f4b747;
            border-color: #815608;
        }

        .datepicker table tr td.range.today:hover {
            color: #000;
            background-color: #f4b747;
            border-color: #bf800c;
        }

        .datepicker table tr td.range.today:active,
        .datepicker table tr td.range.today.active {
            color: #000;
            background-color: #f4b747;
            border-color: #bf800c;
        }

            .datepicker table tr td.range.today:active:hover,
            .datepicker table tr td.range.today.active:hover,
            .datepicker table tr td.range.today:active:focus,
            .datepicker table tr td.range.today.active:focus,
            .datepicker table tr td.range.today:active.focus,
            .datepicker table tr td.range.today.active.focus {
                color: #000;
                background-color: #f2aa25;
                border-color: #815608;
            }

        .datepicker table tr td.range.today.disabled:hover,
        .datepicker table tr td.range.today[disabled]:hover,
        fieldset[disabled] .datepicker table tr td.range.today:hover,
        .datepicker table tr td.range.today.disabled:focus,
        .datepicker table tr td.range.today[disabled]:focus,
        fieldset[disabled] .datepicker table tr td.range.today:focus,
        .datepicker table tr td.range.today.disabled.focus,
        .datepicker table tr td.range.today[disabled].focus,
        fieldset[disabled] .datepicker table tr td.range.today.focus {
            background-color: #f7ca77;
            border-color: #f1a417;
        }

        .datepicker table tr td.range.today.disabled,
        .datepicker table tr td.range.today.disabled:active {
            background: #f7ca77;
            color: #777777;
        }

.datepicker table tr td.selected,
.datepicker table tr td.selected.highlighted {
    color: #fff;
    background-color: #777777;
    border-color: #555555;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

    .datepicker table tr td.selected:focus,
    .datepicker table tr td.selected.highlighted:focus,
    .datepicker table tr td.selected.focus,
    .datepicker table tr td.selected.highlighted.focus {
        color: #fff;
        background-color: #5e5e5e;
        border-color: #161616;
    }

    .datepicker table tr td.selected:hover,
    .datepicker table tr td.selected.highlighted:hover {
        color: #fff;
        background-color: #5e5e5e;
        border-color: #373737;
    }

    .datepicker table tr td.selected:active,
    .datepicker table tr td.selected.highlighted:active,
    .datepicker table tr td.selected.active,
    .datepicker table tr td.selected.highlighted.active {
        color: #fff;
        background-color: #5e5e5e;
        border-color: #373737;
    }

        .datepicker table tr td.selected:active:hover,
        .datepicker table tr td.selected.highlighted:active:hover,
        .datepicker table tr td.selected.active:hover,
        .datepicker table tr td.selected.highlighted.active:hover,
        .datepicker table tr td.selected:active:focus,
        .datepicker table tr td.selected.highlighted:active:focus,
        .datepicker table tr td.selected.active:focus,
        .datepicker table tr td.selected.highlighted.active:focus,
        .datepicker table tr td.selected:active.focus,
        .datepicker table tr td.selected.highlighted:active.focus,
        .datepicker table tr td.selected.active.focus,
        .datepicker table tr td.selected.highlighted.active.focus {
            color: #fff;
            background-color: #4c4c4c;
            border-color: #161616;
        }

    .datepicker table tr td.selected.disabled:hover,
    .datepicker table tr td.selected.highlighted.disabled:hover,
    .datepicker table tr td.selected[disabled]:hover,
    .datepicker table tr td.selected.highlighted[disabled]:hover,
    fieldset[disabled] .datepicker table tr td.selected:hover,
    fieldset[disabled] .datepicker table tr td.selected.highlighted:hover,
    .datepicker table tr td.selected.disabled:focus,
    .datepicker table tr td.selected.highlighted.disabled:focus,
    .datepicker table tr td.selected[disabled]:focus,
    .datepicker table tr td.selected.highlighted[disabled]:focus,
    fieldset[disabled] .datepicker table tr td.selected:focus,
    fieldset[disabled] .datepicker table tr td.selected.highlighted:focus,
    .datepicker table tr td.selected.disabled.focus,
    .datepicker table tr td.selected.highlighted.disabled.focus,
    .datepicker table tr td.selected[disabled].focus,
    .datepicker table tr td.selected.highlighted[disabled].focus,
    fieldset[disabled] .datepicker table tr td.selected.focus,
    fieldset[disabled] .datepicker table tr td.selected.highlighted.focus {
        background-color: #777777;
        border-color: #555555;
    }

.datepicker table tr td.active,
.datepicker table tr td.active.highlighted {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

    .datepicker table tr td.active:focus,
    .datepicker table tr td.active.highlighted:focus,
    .datepicker table tr td.active.focus,
    .datepicker table tr td.active.highlighted.focus {
        color: #fff;
        background-color: #286090;
        border-color: #122b40;
    }

    .datepicker table tr td.active:hover,
    .datepicker table tr td.active.highlighted:hover {
        color: #fff;
        background-color: #286090;
        border-color: #204d74;
    }

    .datepicker table tr td.active:active,
    .datepicker table tr td.active.highlighted:active,
    .datepicker table tr td.active.active,
    .datepicker table tr td.active.highlighted.active {
        color: #fff;
        background-color: #286090;
        border-color: #204d74;
    }

        .datepicker table tr td.active:active:hover,
        .datepicker table tr td.active.highlighted:active:hover,
        .datepicker table tr td.active.active:hover,
        .datepicker table tr td.active.highlighted.active:hover,
        .datepicker table tr td.active:active:focus,
        .datepicker table tr td.active.highlighted:active:focus,
        .datepicker table tr td.active.active:focus,
        .datepicker table tr td.active.highlighted.active:focus,
        .datepicker table tr td.active:active.focus,
        .datepicker table tr td.active.highlighted:active.focus,
        .datepicker table tr td.active.active.focus,
        .datepicker table tr td.active.highlighted.active.focus {
            color: #fff;
            background-color: #204d74;
            border-color: #122b40;
        }

    .datepicker table tr td.active.disabled:hover,
    .datepicker table tr td.active.highlighted.disabled:hover,
    .datepicker table tr td.active[disabled]:hover,
    .datepicker table tr td.active.highlighted[disabled]:hover,
    fieldset[disabled] .datepicker table tr td.active:hover,
    fieldset[disabled] .datepicker table tr td.active.highlighted:hover,
    .datepicker table tr td.active.disabled:focus,
    .datepicker table tr td.active.highlighted.disabled:focus,
    .datepicker table tr td.active[disabled]:focus,
    .datepicker table tr td.active.highlighted[disabled]:focus,
    fieldset[disabled] .datepicker table tr td.active:focus,
    fieldset[disabled] .datepicker table tr td.active.highlighted:focus,
    .datepicker table tr td.active.disabled.focus,
    .datepicker table tr td.active.highlighted.disabled.focus,
    .datepicker table tr td.active[disabled].focus,
    .datepicker table tr td.active.highlighted[disabled].focus,
    fieldset[disabled] .datepicker table tr td.active.focus,
    fieldset[disabled] .datepicker table tr td.active.highlighted.focus {
        background-color: #337ab7;
        border-color: #2e6da4;
    }

.datepicker table tr td span {
    display: block;
    width: 23%;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 1%;
    cursor: pointer;
    border-radius: 4px;
}

    .datepicker table tr td span:hover,
    .datepicker table tr td span.focused {
        background: #eeeeee;
    }

    .datepicker table tr td span.disabled,
    .datepicker table tr td span.disabled:hover {
        background: none;
        color: #777777;
        cursor: default;
    }

    .datepicker table tr td span.active,
    .datepicker table tr td span.active:hover,
    .datepicker table tr td span.active.disabled,
    .datepicker table tr td span.active.disabled:hover {
        color: #fff;
        background-color: #337ab7;
        border-color: #2e6da4;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    }

        .datepicker table tr td span.active:focus,
        .datepicker table tr td span.active:hover:focus,
        .datepicker table tr td span.active.disabled:focus,
        .datepicker table tr td span.active.disabled:hover:focus,
        .datepicker table tr td span.active.focus,
        .datepicker table tr td span.active:hover.focus,
        .datepicker table tr td span.active.disabled.focus,
        .datepicker table tr td span.active.disabled:hover.focus {
            color: #fff;
            background-color: #286090;
            border-color: #122b40;
        }

        .datepicker table tr td span.active:hover,
        .datepicker table tr td span.active:hover:hover,
        .datepicker table tr td span.active.disabled:hover,
        .datepicker table tr td span.active.disabled:hover:hover {
            color: #fff;
            background-color: #286090;
            border-color: #204d74;
        }

            .datepicker table tr td span.active:active,
            .datepicker table tr td span.active:hover:active,
            .datepicker table tr td span.active.disabled:active,
            .datepicker table tr td span.active.disabled:hover:active,
            .datepicker table tr td span.active.active,
            .datepicker table tr td span.active:hover.active,
            .datepicker table tr td span.active.disabled.active,
            .datepicker table tr td span.active.disabled:hover.active {
                color: #fff;
                background-color: #286090;
                border-color: #204d74;
            }

                .datepicker table tr td span.active:active:hover,
                .datepicker table tr td span.active:hover:active:hover,
                .datepicker table tr td span.active.disabled:active:hover,
                .datepicker table tr td span.active.disabled:hover:active:hover,
                .datepicker table tr td span.active.active:hover,
                .datepicker table tr td span.active:hover.active:hover,
                .datepicker table tr td span.active.disabled.active:hover,
                .datepicker table tr td span.active.disabled:hover.active:hover,
                .datepicker table tr td span.active:active:focus,
                .datepicker table tr td span.active:hover:active:focus,
                .datepicker table tr td span.active.disabled:active:focus,
                .datepicker table tr td span.active.disabled:hover:active:focus,
                .datepicker table tr td span.active.active:focus,
                .datepicker table tr td span.active:hover.active:focus,
                .datepicker table tr td span.active.disabled.active:focus,
                .datepicker table tr td span.active.disabled:hover.active:focus,
                .datepicker table tr td span.active:active.focus,
                .datepicker table tr td span.active:hover:active.focus,
                .datepicker table tr td span.active.disabled:active.focus,
                .datepicker table tr td span.active.disabled:hover:active.focus,
                .datepicker table tr td span.active.active.focus,
                .datepicker table tr td span.active:hover.active.focus,
                .datepicker table tr td span.active.disabled.active.focus,
                .datepicker table tr td span.active.disabled:hover.active.focus {
                    color: #fff;
                    background-color: #204d74;
                    border-color: #122b40;
                }

            .datepicker table tr td span.active.disabled:hover,
            .datepicker table tr td span.active:hover.disabled:hover,
            .datepicker table tr td span.active.disabled.disabled:hover,
            .datepicker table tr td span.active.disabled:hover.disabled:hover,
            .datepicker table tr td span.active[disabled]:hover,
            .datepicker table tr td span.active:hover[disabled]:hover,
            .datepicker table tr td span.active.disabled[disabled]:hover,
            .datepicker table tr td span.active.disabled:hover[disabled]:hover,
            fieldset[disabled] .datepicker table tr td span.active:hover,
            fieldset[disabled] .datepicker table tr td span.active:hover:hover,
            fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
            fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
            .datepicker table tr td span.active.disabled:focus,
            .datepicker table tr td span.active:hover.disabled:focus,
            .datepicker table tr td span.active.disabled.disabled:focus,
            .datepicker table tr td span.active.disabled:hover.disabled:focus,
            .datepicker table tr td span.active[disabled]:focus,
            .datepicker table tr td span.active:hover[disabled]:focus,
            .datepicker table tr td span.active.disabled[disabled]:focus,
            .datepicker table tr td span.active.disabled:hover[disabled]:focus,
            fieldset[disabled] .datepicker table tr td span.active:focus,
            fieldset[disabled] .datepicker table tr td span.active:hover:focus,
            fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
            fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
            .datepicker table tr td span.active.disabled.focus,
            .datepicker table tr td span.active:hover.disabled.focus,
            .datepicker table tr td span.active.disabled.disabled.focus,
            .datepicker table tr td span.active.disabled:hover.disabled.focus,
            .datepicker table tr td span.active[disabled].focus,
            .datepicker table tr td span.active:hover[disabled].focus,
            .datepicker table tr td span.active.disabled[disabled].focus,
            .datepicker table tr td span.active.disabled:hover[disabled].focus,
            fieldset[disabled] .datepicker table tr td span.active.focus,
            fieldset[disabled] .datepicker table tr td span.active:hover.focus,
            fieldset[disabled] .datepicker table tr td span.active.disabled.focus,
            fieldset[disabled] .datepicker table tr td span.active.disabled:hover.focus {
                background-color: #337ab7;
                border-color: #2e6da4;
            }

    .datepicker table tr td span.old,
    .datepicker table tr td span.new {
        color: #777777;
    }

.datepicker .datepicker-switch {
    width: 145px;
}

.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
    cursor: pointer;
}

    .datepicker .datepicker-switch:hover,
    .datepicker .prev:hover,
    .datepicker .next:hover,
    .datepicker tfoot tr th:hover {
        background: #eeeeee;
    }

.datepicker .cw {
    font-size: 10px;
    width: 12px;
    padding: 0 2px 0 5px;
    vertical-align: middle;
}

.input-group.date .input-group-addon {
    cursor: pointer;
}

.input-daterange {
    width: 100%;
}

    .input-daterange input {
        text-align: center;
    }

        .input-daterange input:first-child {
            border-radius: 3px 0 0 3px;
        }

        .input-daterange input:last-child {
            border-radius: 0 3px 3px 0;
        }

    .input-daterange .input-group-addon {
        width: auto;
        min-width: 16px;
        padding: 4px 5px;
        line-height: 1.42857143;
        text-shadow: 0 1px 0 #fff;
        border-width: 1px 0;
        margin-left: -5px;
        margin-right: -5px;
    }

/*# sourceMappingURL=bootstrap-datepicker3.css.map */
.hide-bullets-holder {
    position: relative;
}

@media screen and (max-width: 759px) {
    .hide-bullets-holder {
        overflow: scroll;
    }
}

.hide-bullets-holder:hover {
    cursor: pointer;
}

.hide-bullets-holder.hide-bullets-holder--detail {
    overflow: hidden;
    margin-top: 16px;
}

.hide-bullets-holder .hide-bullets-holder__nav {
    position: absolute;
    z-index: 1;
    top: 25%;
    padding: 8px;
}

    .hide-bullets-holder .hide-bullets-holder__nav.hide-bullets-holder__nav--left {
        left: 0;
    }

    .hide-bullets-holder .hide-bullets-holder__nav.hide-bullets-holder__nav--right {
        right: 3px;
    }

.hide-bullets {
    list-style: none;
    height: calc(100vh - 215px);
    overflow: auto;
    position: relative;
    left: 0;
}

@media screen and (max-width: 759px) {
    .hide-bullets {
        height: auto;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }

        .hide-bullets li {
            margin-right: 1px;
            width: 120px;
        }
}

@media screen and (max-height: 600px) {
    .hide-bullets {
        display: none;
    }
}

@media screen and (max-width: 860px) and (min-width: 759px) {
    .hide-bullets {
        padding-bottom: 85px;
    }
}

.hide-bullets:hover {
    cursor: pointer;
}

.hide-bullets.hide-bullets--detail {
    height: auto;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    overflow: hidden;
}

    .hide-bullets.hide-bullets--detail li {
        margin-right: 1px;
        width: 75px;
    }

@media screen and (max-height: 600px) {
    .carousel-holder {
        width: 100%;
    }
}

.thumbnail {
    padding: 0;
}

    .thumbnail img {
        width: 100%;
    }

.carousel-inner > .item {
    height: calc(100vh - 210px);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
}

@media only screen and (max-height: 600px) {
    .carousel-inner > .item {
        height: calc(100vh - 80px);
    }
}

.carousel-inner > .item.item--equipment {
    height: 500px;
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    width: 100%;
}

.carousel {
    position: relative;
}

    .carousel .left,
    .carousel .right {
        float: none;
    }

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

    .carousel-inner > .item {
        position: relative;
        display: none;
        -webkit-transition: .6s ease-in-out left;
        transition: .6s ease-in-out left;
    }

        .carousel-inner > .item > img, .carousel-inner > .item > a > img {
            line-height: 1;
        }

    .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;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    filter: alpha(opacity=50);
    opacity: .5;
}

    .carousel-control.left {
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
        background-repeat: repeat-x;
    }

    .carousel-control span {
        position: relative;
        top: 50%;
    }

    .carousel-control.right {
        right: 0;
        left: auto;
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
        background-repeat: repeat-x;
    }

    .carousel-control:hover, .carousel-control:focus {
        color: #fff;
        text-decoration: none;
        filter: alpha(opacity=90);
        outline: 0;
        opacity: .9;
    }

    .carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
        position: absolute;
        top: 50%;
        z-index: 5;
        display: inline-block;
    }

    .carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
        left: 50%;
        margin-left: -10px;
    }

    .carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
        right: 50%;
        margin-right: -10px;
    }

    .carousel-control .icon-prev, .carousel-control .icon-next {
        width: 20px;
        height: 20px;
        margin-top: -10px;
        font-family: serif;
    }

.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;
}

    .carousel-indicators li {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 1px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #000 \9;
        background-color: transparent;
        border: 1px solid #fff;
        border-radius: 10px;
    }

    .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;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

    .carousel-caption .btn {
        text-shadow: none;
    }

@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px;
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        margin-left: -15px;
    }

    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        margin-right: -15px;
    }

    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px;
    }

    .carousel-indicators {
        bottom: 20px;
    }
}

/*# sourceMappingURL=maps/utilities.css.map */
