/* Generic */

body {
    position: relative;
}

.contactMe,
.contactMe * {
    font-family: "Lato",sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.contactMe * {
    outline: none !important;
    font-size: 14px;
    color: #000;
}

.contactMe input::placeholder, .contactMe textarea::placeholder,
.contactMe input, .contactMe textarea {
    color: #000!important;
}

.contactMe input, .contactMe .select2-selection, .contactMe .select2-selection__rendered {
    border-color: #C9C9C9!important;
}

.contactMe h3 {
    text-align: center;
    margin-top: 25px;
}

.contactMe {
    width: auto;
    padding: 0;
    margin: 0 auto;
    background: #F1F1F1;
    border: solid 1px #C9C9C9;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 0px;
}

.contactMe.xsmall {
    max-width: 300px;
}

.contactMe.small {
    max-width: 400px;
}

.contactMe.medium {
    max-width: 500px;
}

.contactMe>header {
    padding: 30px 30px 20px 30px;
}

.contactMe>header>hr {
    display: none;
}

.contactMe>section {
    background: #FFF;
    padding: 30px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}


/* Form fields */

.contactMe .form-row {
    width: 100%;
    margin-bottom: 10px;
}

.contactMe .form-row.two {
    font-size: 0;
    white-space: nowrap;
}

.contactMe .form-row.two>div {
    display: inline-block;
    width: calc(50% - 5px);
}

.contactMe .form-row.two>div:first-child {
    margin-right: 10px;
}

.contactMe .form-row.three {
    font-size: 0;
}

.contactMe .form-row.three>div {
    display: inline-block;
    width: calc(33% - 6px);
    vertical-align: top;
}

.contactMe .form-row.three>div:nth-child(2) {
    width: calc(34% - 8px);
    margin-left: 10px;
    margin-right: 10px;
}

.contactMe .form-row .title {
    font-size: 14px;
    line-height: 16px;
    text-align: left;
    margin-bottom: 3px;
    display: none;
}

.contactMe .form-row .title.keep-visible {
    display: block;
}

.contactMe .field {
    background: #FFF;
    font-size: 14px;
    width: 100%;
    margin: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.contactMe.xsmall .field {
    font-size: 13px;
}

.contactMe input {
    height: 40px;
    border: solid 1px #E4E4E4;
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
    background: #FFF;
}

.contactMe textarea {
    resize: none;
    height: 100px;
    border: solid 1px #E4E4E4;
    font-size: 14px;
    line-height: 14px;
    padding: 10px;
    background: #FFF;
}

.contactMe input::-webkit-input-placeholder,
.contactMe textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #9B9B9B;
}

.contactMe input::-moz-placeholder,
.contactMe textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #9B9B9B;
}

.contactMe input:-ms-input-placeholder,
.contactMe textarea:-ms-input-placeholder {
    /* IE 10+ */
    color: #9B9B9B;
}

.contactMe input:-moz-placeholder,
.contactMe textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #9B9B9B;
}


/* Checkbox and Radio button styles */

.contactMe .checkbox-radio {
    height: 40px;
}

.contactMe .checkbox-radio>div {
    position: relative;
}

.contactMe .checkbox-radio>div>div {
    position: absolute;
    left: 0;
    top: 0;
}

.contactMe .checkbox-radio input[type='checkbox'],
.contactMe .checkbox-radio input[type='radio'] {
    position: absolute;
    top: 0;
    left: 0;
    border: none;
    margin: 0;
    padding: 0;
    width: 40px;
    height: 40px;
}

.contactMe .checkbox-radio input[type='checkbox']:checked+label:after,
.contactMe .checkbox-radio input[type='radio']:checked+label:after {
    content: "";
    background: #00C659;
    display: inline-block;
    position: absolute;
    top: 11px;
    left: 11px;
    width: 18px;
    height: 18px;
}

.contactMe .checkbox-radio label {
    line-height: 40px;
    cursor: pointer;
    padding: 0 0 0 40px;
    margin: 0;
    display: inline-block;
}

.contactMe .checkbox-radio label:before {
    content: "";
    width: 40px;
    height: 40px;
    border: solid 1px #E4E4E4;
    background: #FFF;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
}

.contactMe .checkbox-radio.rounded label:before,
.contactMe .checkbox-radio.rounded label:after {
    -moz-border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    border-radius: 50% !important;
}

.contactMe .checkbox-radio label>span {
    display: inline-block;
    font-size: 14px;
    line-height: 16px;
    color: #000;
    vertical-align: middle;
    margin-left: 7px;
}

.contactMe .field.cm-date {
    cursor: pointer;
    padding-right: 36px;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: right 8px center;
    background-image: url(../imgs/cal1.png);
}

.contactMe .field.cm-time {
    cursor: pointer;
    padding-right: 36px;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: right 8px center;
    background-image: url(../imgs/time1.png);
}


/* Datepicker plugin overrides */

.datepicker.dropdown-menu {
    max-width: 250px;
    padding: 4px;
    margin: 0;
}

.datepicker.datepicker-inline td,
.datepicker.datepicker-inline th,
.datepicker.dropdown-menu td,
.datepicker.dropdown-menu th {
    padding: 4px 7px;
}

.datepicker.dropdown-menu .table-condensed {
    border: none;
}

.datepicker.dropdown-menu .datepicker-days thead .dow {
    font-weight: bold;
}

.datepicker.dropdown-menu .datepicker-days tbody .day.today {
    background: none;
    color: #3F9FFF;
    font-weight: bold;
}

.datepicker.dropdown-menu .datepicker-days tbody .day.active {
    background: #3F9FFF;
    color: #FFF;
    font-weight: bold;
}

.datepicker.dropdown-menu .datepicker-days tbody .day.today:hover {
    background: #EEE;
}

.datepicker.dropdown-menu .datepicker-days tbody .day.active:hover {
    background: #3F9FFF !important;
}

.datepicker.dropdown-menu .datepicker-days tbody .day.old,
.datepicker.dropdown-menu .datepicker-days tbody .day.new {
    color: #CCC;
}


/* File field */

.contactMe .form-row.file {
    position: relative;
}

.contactMe .form-row.file input {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
    opacity: 0;
    overflow: hidden;
    z-index: -1;
}

.contactMe .form-row.file label {
    width: 100%;
    font-size: 14px;
    line-height: 16px;
    color: #9B9B9B;
    font-weight: 200;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    border: solid 1px #E4E4E4;
    cursor: pointer;
    display: block;
    overflow: hidden;
    padding: 11px 10px 11px 44px;
    position: relative;
}

.contactMe .form-row.file label.selected {
    color: inherit;
}

.contactMe .form-row.file label i {
    position: absolute;
    top: 7px;
    left: 10px;
    width: 24px;
    height: 24px;
    background-color: #3F9FFF;
    background-repeat: no-repeat;
    background-size: 14px 14px;
    background-position: left 5px center;
    background-image: url(../imgs/arrow-up.png);
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.contactMe .form-row.file.unboxed label {
    border: none;
    padding: 8px 20px 8px 55px;
    font-size: 22px;
    line-height: 24px;
    color: inherit;
}

.contactMe .form-row.file.unboxed label i {
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    background-size: 26px 26px;
    background-position: left 7px center;
}

.contactMe .form-row+.form-row.file.unboxed,
.contactMe .form-row.file.unboxed+.form-row {
    margin-top: 20px;
}


/* Select 2 overrides */

.contactMe .select2-container {
    width: 100% !important;
    text-align: left;
}

.contactMe .select2-container .select2-selection {
    height: 40px;
    border: solid 1px #797979;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: #FFF;
}

.contactMe .select2-container .select2-selection .select2-selection__arrow {
    height: 40px;
    width: 30px;
    top: 0;
    right: 0;
}

.contactMe .select2-container .select2-selection .select2-selection__arrow b {
    border-width: 7px 5px 0 5px;
}

.contactMe .select2-container.select2-container--open .select2-selection .select2-selection__arrow b {
    border-width: 0 5px 7px 5px;
}

.contactMe .select2-container .select2-selection .select2-selection__rendered {
    height: 38px;
    color: #000;
    font-size: 14px;
    line-height: 38px;
    padding-left: 10px;
    padding-right: 30px;
}

.contactMe .select2-container .select2-selection--multiple {
    font-size: 0;
    height: auto;
    min-height: 38px;
}

.contactMe .select2-container .select2-selection--multiple .select2-selection__rendered {
    height: auto;
    min-height: 38px;
    padding-right: 10px;
}

.contactMe .select2-container .select2-selection--multiple .select2-selection__rendered .select2-search__field {
    margin-top: 0;
    height: 38px;
}

.contactMe .select2-container .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
    line-height: 27px;
    font-size: 12px;
    border: none;
    padding: 0 8px;
    color: #FFF;
    background: #3F9FFF;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}

.contactMe .select2-container .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
    color: #FFF;
    margin-right: 4px;
}

.contactMe .select2-container .select2-selection--multiple .select2-selection__clear {
    display: none;
}

.contactMe.xsmall .select2-container .select2-selection .select2-selection__rendered {
    font-size: 13px;
}

.contactMe .select2-container .select2-selection__clear {
    width: 20px;
    text-align: right;
    font-size: 18px;
    color: #888;
}

.contactMe .select2-container .select2-selection__placeholder {
    color: #9B9B9B;
}

.contactMe.xsmall .select2-container .select2-selection__placeholder {
    font-size: 13px;
}

.select2-dropdown {
    border-color: #C9C9C9;
}

.select2-dropdown .select2-results li {
    font-size: 14px;
    line-height: 14px;
    padding: 13px 10px;
}

.select2-dropdown .select2-search {
    padding: 9px 10px;
}


/* Google reCAPTCHA */

.contactMe .re-captcha {
    margin-top: 20px;
    margin-bottom: 10px;
}


/* Google Invisible reCAPTCHA */

.contactMe .re-captcha.invisible {
    margin: 0;
}

.contactMe .grecaptcha-badge {
    display: none;
}


/* Messages box */

.contactMe .msg {
    display: none;
    padding: 12px 20px 12px 40px;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    word-break: break-word;
    margin: 20px 0 10px 0;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: left 12px top 12px;
}

.contactMe .msg.error {
    color: #FFF;
    background-color: #FFA12A;
    background-image: url(../imgs/x.png);
}

.contactMe .msg.success {
    color: #FFF;
    background-color: #00D466;
    background-image: url(../imgs/tick.png);
}

.contactMe .msg strong {
    color: inherit;
}


/* Submit button */

.contactMe .btn {
    border: 0;
    background: #3F9FFF;
    color: #FFF;
    font-weight: 400;
    cursor: pointer;
    padding: 12px 40px;
    margin-top: 10px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}

.contactMe .btn:hover {
    opacity: 0.9;
}


/* Theme Minimal */

.contactMe.theme-minimal {
    border: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.contactMe.theme-minimal input {
    border-width: 0 0 1px 0;
}

.contactMe.theme-minimal .select2-container .select2-selection {
    border-width: 0 0 1px 0;
}

.contactMe.theme-minimal>section {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.contactMe.theme-minimal .form-row.file.boxed label {
    border-width: 0 0 1px 0;
    line-height: 17px;
}


/* Theme Modern */

.contactMe.theme-modern>header {
    padding-bottom: 10px;
}

.contactMe.theme-modern .form-row {
    margin-bottom: 20px;
}

.contactMe.theme-modern .form-row .title {
    display: block;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 12px;
    color: #858585;
    font-weight: 400;
    padding-left: 10px;
}

.contactMe.theme-modern input {
    padding-left: 20px;
    padding-right: 20px;
    background: #EAEAEA;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}

.contactMe.theme-modern>header input {
    background: #FFF;
}

.contactMe.theme-modern textarea {
    padding: 15px 20px;
    background: #EAEAEA;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.contactMe.theme-modern>header textarea {
    background: #FFF;
}

.contactMe.theme-modern .select2-container .select2-selection {
    background: #EAEAEA;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}

.contactMe.theme-modern>header .select2-container .select2-selection {
    background: #FFF;
}

.contactMe.theme-modern .select2-container .select2-selection .select2-selection__arrow {
    right: 10px;
}

.contactMe.theme-modern .select2-container .select2-selection .select2-selection__rendered {
    padding-left: 20px;
    padding-right: 40px;
}

.contactMe.theme-modern .select2-container .select2-selection__placeholder {
    color: transparent;
}

.contactMe.theme-modern input::-webkit-input-placeholder,
.contactMe.theme-modern textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: transparent;
}

.contactMe.theme-modern input::-moz-placeholder,
.contactMe.theme-modern textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: transparent;
}

.contactMe.theme-modern input:-ms-input-placeholder,
.contactMe.theme-modern textarea:-ms-input-placeholder {
    /* IE 10+ */
    color: transparent;
}

.contactMe.theme-modern input:-moz-placeholder,
.contactMe.theme-modern textarea:-moz-placeholder {
    /* Firefox 18- */
    color: transparent;
}

.contactMe.theme-modern .checkbox-radio label:before {
    background: #EAEAEA;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.contactMe.theme-modern .checkbox-radio label>span {
    text-transform: uppercase;
    font-size: 11px;
    line-height: 12px;
    color: #858585;
    font-weight: 400;
}

.contactMe.theme-modern .checkbox-radio input[type='checkbox']:checked+label:after,
.contactMe.theme-modern .checkbox-radio input[type='radio']:checked+label:after {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.contactMe.theme-modern .field.cm-date {
    background-image: url(../imgs/cal2.png);
}

.contactMe.theme-modern>header .field.cm-date {
    padding-right: 46px;
    background-position: right 18px center;
}

.contactMe.theme-modern .field.cm-time {
    background-image: url(../imgs/time2.png);
}

.contactMe.theme-modern>header .field.cm-time {
    padding-right: 46px;
    background-position: right 18px center;
}

.contactMe.theme-modern .form-row.file.boxed label {
    background: #EAEAEA;
    padding: 14px 20px 12px 44px;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 12px;
    color: #858585;
    font-weight: 400;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}

.contactMe.theme-modern .form-row.file.boxed label.selected {
    color: inherit;
    text-transform: none;
    font-size: 14px;
    line-height: 16px;
    padding-top: 11px;
    padding-bottom: 11px;
    font-weight: 200;
}

.contactMe.theme-modern .btn {
    width: 100%;
}


/* Theme London */

.contactMe.theme-london {
    background: #FFF;
}

.contactMe.theme-london>header {
    padding-bottom: 0;
}

.contactMe.theme-london>header>hr {
    display: block;
    padding: 0;
    margin: 0;
    border: none;
    border-bottom: solid 1px #454545;
    padding-top: 10px;
}

.contactMe.theme-london .form-row {
    margin-bottom: 20px;
}

.contactMe.theme-london .form-row .title {
    display: block;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 12px;
    color: #454545;
    font-weight: bold;
}

.contactMe.theme-london input {
    border: solid 1px #B0B0B0;
}

.contactMe.theme-london textarea {
    border: solid 1px #B0B0B0;
}

.contactMe.theme-london .form-row.file.boxed label {
    border: solid 1px #B0B0B0;
    padding: 14px 20px 12px 44px;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 12px;
    color: #454545;
    font-weight: bold;
}

.contactMe.theme-london .form-row.file.boxed label.selected {
    color: inherit;
    text-transform: none;
    font-size: 14px;
    line-height: 16px;
    padding-top: 11px;
    padding-bottom: 11px;
    font-weight: 200;
}

.contactMe.theme-london .form-row.file label i {
    background-color: #454545;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.contactMe.theme-london .select2-container .select2-selection {
    border: solid 1px #B0B0B0;
}

.contactMe.theme-london .select2-container .select2-selection__placeholder {
    color: transparent;
}

.contactMe.theme-london .select2-container .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
    background: #454545;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.contactMe.theme-london input::-webkit-input-placeholder,
.contactMe.theme-london textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: transparent;
}

.contactMe.theme-london input::-moz-placeholder,
.contactMe.theme-london textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: transparent;
}

.contactMe.theme-london input:-ms-input-placeholder,
.contactMe.theme-london textarea:-ms-input-placeholder {
    /* IE 10+ */
    color: transparent;
}

.contactMe.theme-london input:-moz-placeholder,
.contactMe.theme-london textarea:-moz-placeholder {
    /* Firefox 18- */
    color: transparent;
}

.contactMe.theme-london .checkbox-radio label:before {
    border: solid 1px #B0B0B0;
}

.contactMe.theme-london .checkbox-radio label>span {
    text-transform: uppercase;
    font-size: 11px;
    line-height: 12px;
    color: #454545;
    font-weight: bold;
}

.contactMe.theme-london .field.cm-date {
    background-image: url(../imgs/cal3.png);
}

.contactMe.theme-london .field.cm-time {
    background-image: url(../imgs/time3.png);
}

.contactMe.theme-london .btn {
    background: #454545;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

@element .contactMe and (max-width:399px) {
    .contactMe .form-row.two>div {
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }
    .contactMe .form-row.two>div:first-child {
        margin-right: 0;
    }
    .contactMe .form-row.three>div {
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }
    .contactMe .form-row.three>div:nth-child(2) {
        width: 100%;
        margin: 0;
        margin-bottom: 10px;
    }
    /* Theme Modern */
    .contactMe.theme-modern .form-row.three>div {
        margin-bottom: 20px;
    }
    /* Theme London */
    .contactMe.theme-london .form-row.three>div {
        margin-bottom: 20px;
    }
    /* Google reCAPTCHA */
    .contactMe .re-captcha {
        -webkit-transform: scale(0.785);
        transform: scale(0.785);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
    }
    /* Google Invisible reCAPTCHA */
    .contactMe .re-captcha.invisible {
        -webkit-transform: none;
        transform: none;
    }
}


.ui-timepicker-wrapper {
    overflow-y:auto;
    max-height:160px;
    width:120px;
    background: #fff;
    border: 1px solid #ddd;
    -webkit-box-shadow:0 5px 10px rgba(0,0,0,0.2);
    -moz-box-shadow:0 5px 10px rgba(0,0,0,0.2);
    box-shadow:0 5px 10px rgba(0,0,0,0.2);
    outline: none;
    z-index: 10001;
    margin: 0;
}

.ui-timepicker-wrapper.ui-timepicker-with-duration {
    width: 13em;
}

.ui-timepicker-wrapper.ui-timepicker-with-duration.ui-timepicker-step-30,
.ui-timepicker-wrapper.ui-timepicker-with-duration.ui-timepicker-step-60 {
    width: 11em;
}

.ui-timepicker-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ui-timepicker-duration {
    margin-left: 5px; color: #888;
}

.ui-timepicker-list:hover .ui-timepicker-duration {
    color: #888;
}

.ui-timepicker-list li {
    padding:13px 5px;
    cursor: pointer;
    white-space: nowrap;
    color: #000;
    list-style: none;
    margin: 0;
    font-size:14px;
    line-height:14px;
    text-align:center;
}

.ui-timepicker-list:hover .ui-timepicker-selected {
    background: #fff; color: #000;
}

li.ui-timepicker-selected,
.ui-timepicker-list li:hover,
.ui-timepicker-list .ui-timepicker-selected:hover {
    background: #3F9FFF; color: #fff;
}

li.ui-timepicker-selected .ui-timepicker-duration,
.ui-timepicker-list li:hover .ui-timepicker-duration {
    color: #ccc;
}

.ui-timepicker-list li.ui-timepicker-disabled,
.ui-timepicker-list li.ui-timepicker-disabled:hover,
.ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled {
    color: #888;
    cursor: default;
}

.ui-timepicker-list li.ui-timepicker-disabled:hover,
.ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled {
    background: #f2f2f2;
}


.joptararai{
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1;
}


/*!
 * 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)
 */
.datepicker{padding:4px;-webkit-border-radius:4px;-moz-border-radius:4px;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}.datepicker-dropdown:before{content:'';display:inline-block;border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid #999;border-top:0;border-bottom-color:rgba(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 #999}.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;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.datepicker td,.datepicker th{text-align:center;width:20px;height:20px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;border:none}.table-striped .datepicker table tr td,.table-striped .datepicker table tr th{background-color:transparent}.datepicker table tr td.day.focused,.datepicker table tr td.day:hover{background:#eee;cursor:pointer}.datepicker table tr td.new,.datepicker table tr td.old{color:#999}.datepicker table tr td.disabled,.datepicker table tr td.disabled:hover{background:0 0;color:#999;cursor:default}.datepicker table tr td.highlighted{background:#d9edf7;border-radius:0}.datepicker table tr td.today,.datepicker table tr td.today.disabled,.datepicker table tr td.today.disabled:hover,.datepicker table tr td.today:hover{background-color:#fde19a;background-image:-moz-linear-gradient(to bottom,#fdd49a,#fdf59a);background-image:-ms-linear-gradient(to bottom,#fdd49a,#fdf59a);background-image:-webkit-gradient(linear,0 0,0 100%,from(#fdd49a),to(#fdf59a));background-image:-webkit-linear-gradient(to bottom,#fdd49a,#fdf59a);background-image:-o-linear-gradient(to bottom,#fdd49a,#fdf59a);background-image:linear-gradient(to bottom,#fdd49a,#fdf59a);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);border-color:#fdf59a #fdf59a #fbed50;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);color:#000}.datepicker table tr td.today.active,.datepicker table tr td.today.disabled,.datepicker table tr td.today.disabled.active,.datepicker table tr td.today.disabled.disabled,.datepicker table tr td.today.disabled:active,.datepicker table tr td.today.disabled:hover,.datepicker table tr td.today.disabled:hover.active,.datepicker table tr td.today.disabled:hover.disabled,.datepicker table tr td.today.disabled:hover:active,.datepicker table tr td.today.disabled:hover:hover,.datepicker table tr td.today.disabled:hover[disabled],.datepicker table tr td.today.disabled[disabled],.datepicker table tr td.today:active,.datepicker table tr td.today:hover,.datepicker table tr td.today:hover.active,.datepicker table tr td.today:hover.disabled,.datepicker table tr td.today:hover:active,.datepicker table tr td.today:hover:hover,.datepicker table tr td.today:hover[disabled],.datepicker table tr td.today[disabled]{background-color:#fdf59a}.datepicker table tr td.today.active,.datepicker table tr td.today.disabled.active,.datepicker table tr td.today.disabled:active,.datepicker table tr td.today.disabled:hover.active,.datepicker table tr td.today.disabled:hover:active,.datepicker table tr td.today:active,.datepicker table tr td.today:hover.active,.datepicker table tr td.today:hover:active{background-color:#fbf069\9}.datepicker table tr td.today:hover:hover{color:#000}.datepicker table tr td.today.active:hover{color:#fff}.datepicker table tr td.range,.datepicker table tr td.range.disabled,.datepicker table tr td.range.disabled:hover,.datepicker table tr td.range:hover{background:#eee;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.datepicker table tr td.range.today,.datepicker table tr td.range.today.disabled,.datepicker table tr td.range.today.disabled:hover,.datepicker table tr td.range.today:hover{background-color:#f3d17a;background-image:-moz-linear-gradient(to bottom,#f3c17a,#f3e97a);background-image:-ms-linear-gradient(to bottom,#f3c17a,#f3e97a);background-image:-webkit-gradient(linear,0 0,0 100%,from(#f3c17a),to(#f3e97a));background-image:-webkit-linear-gradient(to bottom,#f3c17a,#f3e97a);background-image:-o-linear-gradient(to bottom,#f3c17a,#f3e97a);background-image:linear-gradient(to bottom,#f3c17a,#f3e97a);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);border-color:#f3e97a #f3e97a #edde34;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.datepicker table tr td.range.today.active,.datepicker table tr td.range.today.disabled,.datepicker table tr td.range.today.disabled.active,.datepicker table tr td.range.today.disabled.disabled,.datepicker table tr td.range.today.disabled:active,.datepicker table tr td.range.today.disabled:hover,.datepicker table tr td.range.today.disabled:hover.active,.datepicker table tr td.range.today.disabled:hover.disabled,.datepicker table tr td.range.today.disabled:hover:active,.datepicker table tr td.range.today.disabled:hover:hover,.datepicker table tr td.range.today.disabled:hover[disabled],.datepicker table tr td.range.today.disabled[disabled],.datepicker table tr td.range.today:active,.datepicker table tr td.range.today:hover,.datepicker table tr td.range.today:hover.active,.datepicker table tr td.range.today:hover.disabled,.datepicker table tr td.range.today:hover:active,.datepicker table tr td.range.today:hover:hover,.datepicker table tr td.range.today:hover[disabled],.datepicker table tr td.range.today[disabled]{background-color:#f3e97a}.datepicker table tr td.range.today.active,.datepicker table tr td.range.today.disabled.active,.datepicker table tr td.range.today.disabled:active,.datepicker table tr td.range.today.disabled:hover.active,.datepicker table tr td.range.today.disabled:hover:active,.datepicker table tr td.range.today:active,.datepicker table tr td.range.today:hover.active,.datepicker table tr td.range.today:hover:active{background-color:#efe24b\9}.datepicker table tr td.selected,.datepicker table tr td.selected.disabled,.datepicker table tr td.selected.disabled:hover,.datepicker table tr td.selected:hover{background-color:#9e9e9e;background-image:-moz-linear-gradient(to bottom,#b3b3b3,grey);background-image:-ms-linear-gradient(to bottom,#b3b3b3,grey);background-image:-webkit-gradient(linear,0 0,0 100%,from(#b3b3b3),to(grey));background-image:-webkit-linear-gradient(to bottom,#b3b3b3,grey);background-image:-o-linear-gradient(to bottom,#b3b3b3,grey);background-image:linear-gradient(to bottom,#b3b3b3,grey);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);border-color:grey grey #595959;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.datepicker table tr td.selected.active,.datepicker table tr td.selected.disabled,.datepicker table tr td.selected.disabled.active,.datepicker table tr td.selected.disabled.disabled,.datepicker table tr td.selected.disabled:active,.datepicker table tr td.selected.disabled:hover,.datepicker table tr td.selected.disabled:hover.active,.datepicker table tr td.selected.disabled:hover.disabled,.datepicker table tr td.selected.disabled:hover:active,.datepicker table tr td.selected.disabled:hover:hover,.datepicker table tr td.selected.disabled:hover[disabled],.datepicker table tr td.selected.disabled[disabled],.datepicker table tr td.selected:active,.datepicker table tr td.selected:hover,.datepicker table tr td.selected:hover.active,.datepicker table tr td.selected:hover.disabled,.datepicker table tr td.selected:hover:active,.datepicker table tr td.selected:hover:hover,.datepicker table tr td.selected:hover[disabled],.datepicker table tr td.selected[disabled]{background-color:grey}.datepicker table tr td.selected.active,.datepicker table tr td.selected.disabled.active,.datepicker table tr td.selected.disabled:active,.datepicker table tr td.selected.disabled:hover.active,.datepicker table tr td.selected.disabled:hover:active,.datepicker table tr td.selected:active,.datepicker table tr td.selected:hover.active,.datepicker table tr td.selected:hover:active{background-color:#666\9}.datepicker table tr td.active,.datepicker table tr td.active.disabled,.datepicker table tr td.active.disabled:hover,.datepicker table tr td.active:hover{background-color:#006dcc;background-image:-moz-linear-gradient(to bottom,#08c,#04c);background-image:-ms-linear-gradient(to bottom,#08c,#04c);background-image:-webkit-gradient(linear,0 0,0 100%,from(#08c),to(#04c));background-image:-webkit-linear-gradient(to bottom,#08c,#04c);background-image:-o-linear-gradient(to bottom,#08c,#04c);background-image:linear-gradient(to bottom,#08c,#04c);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);border-color:#04c #04c #002a80;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.datepicker table tr td.active.active,.datepicker table tr td.active.disabled,.datepicker table tr td.active.disabled.active,.datepicker table tr td.active.disabled.disabled,.datepicker table tr td.active.disabled:active,.datepicker table tr td.active.disabled:hover,.datepicker table tr td.active.disabled:hover.active,.datepicker table tr td.active.disabled:hover.disabled,.datepicker table tr td.active.disabled:hover:active,.datepicker table tr td.active.disabled:hover:hover,.datepicker table tr td.active.disabled:hover[disabled],.datepicker table tr td.active.disabled[disabled],.datepicker table tr td.active:active,.datepicker table tr td.active:hover,.datepicker table tr td.active:hover.active,.datepicker table tr td.active:hover.disabled,.datepicker table tr td.active:hover:active,.datepicker table tr td.active:hover:hover,.datepicker table tr td.active:hover[disabled],.datepicker table tr td.active[disabled]{background-color:#04c}.datepicker table tr td.active.active,.datepicker table tr td.active.disabled.active,.datepicker table tr td.active.disabled:active,.datepicker table tr td.active.disabled:hover.active,.datepicker table tr td.active.disabled:hover:active,.datepicker table tr td.active:active,.datepicker table tr td.active:hover.active,.datepicker table tr td.active:hover:active{background-color:#039\9}.datepicker table tr td span{display:block;width:23%;height:54px;line-height:54px;float:left;margin:1%;cursor:pointer;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.datepicker table tr td span.focused,.datepicker table tr td span:hover{background:#eee}.datepicker table tr td span.disabled,.datepicker table tr td span.disabled:hover{background:0 0;color:#999;cursor:default}.datepicker table tr td span.active,.datepicker table tr td span.active.disabled,.datepicker table tr td span.active.disabled:hover,.datepicker table tr td span.active:hover{background-color:#006dcc;background-image:-moz-linear-gradient(to bottom,#08c,#04c);background-image:-ms-linear-gradient(to bottom,#08c,#04c);background-image:-webkit-gradient(linear,0 0,0 100%,from(#08c),to(#04c));background-image:-webkit-linear-gradient(to bottom,#08c,#04c);background-image:-o-linear-gradient(to bottom,#08c,#04c);background-image:linear-gradient(to bottom,#08c,#04c);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);border-color:#04c #04c #002a80;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.datepicker table tr td span.active.active,.datepicker table tr td span.active.disabled,.datepicker table tr td span.active.disabled.active,.datepicker table tr td span.active.disabled.disabled,.datepicker table tr td span.active.disabled:active,.datepicker table tr td span.active.disabled:hover,.datepicker table tr td span.active.disabled:hover.active,.datepicker table tr td span.active.disabled:hover.disabled,.datepicker table tr td span.active.disabled:hover:active,.datepicker table tr td span.active.disabled:hover:hover,.datepicker table tr td span.active.disabled:hover[disabled],.datepicker table tr td span.active.disabled[disabled],.datepicker table tr td span.active:active,.datepicker table tr td span.active:hover,.datepicker table tr td span.active:hover.active,.datepicker table tr td span.active:hover.disabled,.datepicker table tr td span.active:hover:active,.datepicker table tr td span.active:hover:hover,.datepicker table tr td span.active:hover[disabled],.datepicker table tr td span.active[disabled]{background-color:#04c}.datepicker table tr td span.active.active,.datepicker table tr td span.active.disabled.active,.datepicker table tr td span.active.disabled:active,.datepicker table tr td span.active.disabled:hover.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:hover:active{background-color:#039\9}.datepicker table tr td span.new,.datepicker table tr td span.old{color:#999}.datepicker .datepicker-switch{width:145px}.datepicker .datepicker-switch,.datepicker .next,.datepicker .prev,.datepicker tfoot tr th{cursor:pointer}.datepicker .datepicker-switch:hover,.datepicker .next:hover,.datepicker .prev:hover,.datepicker tfoot tr th:hover{background:#eee}.datepicker .cw{font-size:10px;width:12px;padding:0 2px 0 5px;vertical-align:middle}.input-append.date .add-on,.input-prepend.date .add-on{cursor:pointer}.input-append.date .add-on i,.input-prepend.date .add-on i{margin-top:3px}.input-daterange input{text-align:center}.input-daterange input:first-child{-webkit-border-radius:3px 0 0 3px;-moz-border-radius:3px 0 0 3px;border-radius:3px 0 0 3px}.input-daterange input:last-child{-webkit-border-radius:0 3px 3px 0;-moz-border-radius:0 3px 3px 0;border-radius:0 3px 3px 0}.input-daterange .add-on{display:inline-block;width:auto;min-width:16px;height:20px;padding:4px 5px;font-weight:400;line-height:20px;text-align:center;text-shadow:0 1px 0 #fff;vertical-align:middle;background-color:#eee;border:1px solid #ccc;margin-left:-5px;margin-right:-5px}.datepicker.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;float:left;display:none;min-width:160px;list-style:none;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);-moz-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2);-webkit-background-clip:padding-box;-moz-background-clip:padding;background-clip:padding-box;*border-right-width:2px;*border-bottom-width:2px;color:#333;font-size:13px;line-height:20px}.datepicker.datepicker-inline td,.datepicker.datepicker-inline th,.datepicker.dropdown-menu td,.datepicker.dropdown-menu th{padding:4px 5px}
/*# sourceMappingURL=bootstrap-datepicker.standalone.min.css.map */

.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;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}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;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{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;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;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{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;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--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold}.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:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;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 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.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:bold;margin-top:5px;margin-right:10px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;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:bold;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,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline{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:solid black 1px;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--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;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:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:bold;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}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{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 #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}