/*
 * AUTOCOMPLETE
 */
.typeahead__container {
    position: relative;
}

.typeahead__container .typeahead__field {
    position: relative;
    z-index: 1;
}

.typeahead__container .typeahead__result {
    display: none;
    position: absolute;
    z-index: 2;
    top: 100%;
    width: 100%;
    margin-top: -2px;
}

.typeahead__container .typeahead__result .typeahead__list {
    background: #ffffff;
    margin: 0px;
    list-style: none;
    padding: 0px;
    border: 1px solid #2f3293;
    -webkit-border-radius: 0px 0px 3px 3px;
            border-radius: 0px 0px 3px 3px;
    border-top: 1px solid #e8e9ea;
}

.typeahead__container .typeahead__result .typeahead__list .typeahead__item a {
    display: block;
    padding: 6px 16px;
    color: #514d6a;
}

.typeahead__container .typeahead__result .typeahead__list .typeahead__item.active a {
    background: #f2f4f8;
}

.typeahead__container .typeahead__result .typeahead__list .typeahead__item:hover a {
    background: #e8e9ea;
}

.typeahead__container .typeahead__result .typeahead__list .typeahead__item strong {
    font-weight: 600;
}

.typeahead__container.result .typeahead__result {
    display: block;
}

.typeahead__container.result input.form-control {
    border-right-color: transparent;
}

/*
 * BASIC INPUTS
 */
.form-actions {
    border-top: 1px solid #e8e9ea;
    padding-top: 20px;
    margin: 20px 0px;
}

input[type=text], input[type=password], input[type=email], textarea {
    -webkit-appearance: none !important;
       -moz-appearance: none !important;
            appearance: none !important;
}

.form-control {
    border-color: #e8e9ea;
    box-shadow: 1px 1px 4px #e0e0e0 inset;
    font-family: Arial,sans;
    background-color: #f2f2f2 !important;
}

.form-group input.required, .form-group textarea.required, .form-group select.required {
    border-left: 3px solid #c66;
}

.form-control.form-control-rounded {
    -webkit-border-radius: 500px;
            border-radius: 500px;
}

.form-control:focus {
    border-color: #2f3293;
}

.form-control.input-sm {
    padding: 4px 8px;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #f2f4f8;
}

.input-group-addon {
    border-color: #e8e9ea;
    background-color: #f2f4f8;
}

span.input-group-addon {
    outline: none !important;
}

.form-control-label {
    padding-left: 0px;
}

.form-control-static {
    min-height: 39px;
}

.form-group.has-danger .form-control {
    border-color: #fb434a;
}

.form-group.has-success .form-control {
    border-color: #46be8a;
}

.form-group.has-warning .form-control {
    border-color: #f39834;
}

.form-group.has-focused .form-control {
    border-color: #2f3293;
}

.form-input-icon {
    position: relative;
}

.form-input-icon > i {
    color: #ccc;
    position: absolute;
    z-index: 1 !important;
    margin: 11px 2px 4px 10px;
    z-index: 3;
    width: 16px;
    font-size: 16px;
    text-align: center;
    left: 0;
}

.form-input-icon .form-control {
    padding-left: 34px;
}

.form-input-icon.form-input-icon-right > i {
    left: auto;
    right: 3px;
    margin: 11px 10px 4px 2px;
}

.form-input-icon.form-input-icon-right .form-control {
    padding-left: 16px;
    padding-right: 34px;
}


/*
 * BUTTONS
 */
.btn {
    outline: none !important;
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    padding: 7px 16px;
    line-height: 1.7;
}

.btn:hover, .btn:active {
    -webkit-transition: all 0.05s ease-in-out;
    -o-transition: all 0.05s ease-in-out;
    transition: all 0.05s ease-in-out;
}

.btn.btn-rounded {
    -webkit-border-radius: 100px;
            border-radius: 100px;
}

.btn.btn-squared {
    -webkit-border-radius: 0px;
            border-radius: 0px;
}

.btn.btn-xs {
    padding: 1px 5px;
    font-size: 10px;
}

.btn.btn-sm {
    padding: 3px 10px;
}

.btn.btn-lg {
    padding: 12px 20px;
}

.btn.btn-link {
    color: #827ca1;
    border-color: transparent !important;
    background: none !important;
    text-decoration: none;
}

.btn.btn-link:hover, .btn.btn-link:active, .btn.btn-link:focus, .btn.btn-link.active {
    color: #0088ff;
}

.btn.btn-icon {
    padding: 10px;
    line-height: 1rem;
    text-decoration: none !important;
}

.btn.btn-icon.btn-xs {
    padding: 5px;
    font-size: 10px;
}

.btn.btn-icon.btn-sm {
    padding: 7px;
}

.btn.btn-icon.btn-lg {
    padding: 20px;
}

.btn-group-vertical > label {
    margin-bottom: 0px;
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}

.btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%;
}

.btn-group-justified > .btn-group > .btn {
    width: 100%;
}

.btn-group-justified.btn-group-vertical {
    display: block;
}

.btn-group-justified.btn-group-vertical > .btn-group {
    display: block;
    width: 100%;
}

.btn, .open > .btn {
    /* CLEAR BUTTON */
    color: #827ca1;
    background-color: #ffffff;
    border-color: #e8e9ea;
    /* DEFAULT BUTTONS */
    /* OUTLINED BUTTONS */
}

.btn:hover, .btn:active, .open > .btn:hover, .open > .btn:active {
    background-color: #e6eaf0;
    border-color: #e6eaf0;
}

.btn:hover:active, .btn:focus, .btn.active, .open > .btn:hover:active, .open > .btn:focus, .open > .btn.active {
    background: #d9dfe9;
    border-color: #d9dfe9;
}

.btn.btn-default, .btn.btn-primary, .btn.btn-secondary, .btn.btn-success, .btn.btn-info, .btn.btn-warning, .btn.btn-danger, .open > .btn.btn-default, .open > .btn.btn-primary, .open > .btn.btn-secondary, .open > .btn.btn-success, .open > .btn.btn-info, .open > .btn.btn-warning, .open > .btn.btn-danger {
    color: #ffffff !important;
}

.dropdown .btn.btn-default {
    background-color: #ffffff;
    border-color: #acb7bf;
    padding: 0px 1px 0 6px;
    font-size: 18px;
    color: #acb7bf !important;
}

.btn.btn-default, .open > .btn.btn-default {
    background-color: #acb7bf;
    border-color: #acb7bf;
    color: #ffffff;
}

.btn.btn-default:hover, .btn.btn-default:active, .open > .btn.btn-default:hover, .open > .btn.btn-default:active {
    background-color: #bdc6cc;
    border-color: #bdc6cc;
}

.btn.btn-default:hover:active, .btn.btn-default:focus, .btn.btn-default.active, .open > .btn.btn-default:hover:active, .open > .btn.btn-default:focus, .open > .btn.btn-default.active {
    background: #9ba8b2;
    border-color: #9ba8b2;
	color:#ffffff !important;
}

.btn.btn-primary, .open > .btn.btn-primary {
    background-color: #0275d8;
    border-color: #0275d8;
}

.btn.btn-primary:hover, .btn.btn-primary:active, .open > .btn.btn-primary:hover, .open > .btn.btn-primary:active {
    background-color: #1fb2fe;
    border-color: #1fb2fe;
}

.btn.btn-primary:hover:active, .btn.btn-primary:focus, .btn.btn-primary.active, .open > .btn.btn-primary:hover:active, .open > .btn.btn-primary:focus, .open > .btn.btn-primary.active {
    background: #0194e0 !important;
    border-color: #0194e0 !important;
}

.btn.btn-secondary, .open > .btn.btn-secondary {
    background-color: #6a7a84;
    border-color: #6a7a84;
}

.btn.btn-secondary:hover, .btn.btn-secondary:active, .open > .btn.btn-secondary:hover, .open > .btn.btn-secondary:active {
    background-color: #798993;
    border-color: #798993;
}

.btn.btn-secondary:hover:active, .btn.btn-secondary:focus, .btn.btn-secondary.active, .open > .btn.btn-secondary:hover:active, .open > .btn.btn-secondary:focus, .open > .btn.btn-secondary.active {
    background: #5c6a73;
    border-color: #5c6a73;
}

.btn.btn-success, .open > .btn.btn-success {
    background-color: #46be8a;
    border-color: #46be8a;
}

.btn.btn-success:hover, .btn.btn-success:active, .open > .btn.btn-success:hover, .open > .btn.btn-success:active {
    background-color: #5dc698;
    border-color: #5dc698;
}

.btn.btn-success:hover:active, .btn.btn-success:focus, .btn.btn-success.active, .open > .btn.btn-success:hover:active, .open > .btn.btn-success:focus, .open > .btn.btn-success.active {
    background: #3caa7a;
    border-color: #3caa7a;
}

.btn.btn-info, .open > .btn.btn-info {
    background-color: #2f3293;
    border-color: #2f3293;
}

.btn.btn-info:hover, .btn.btn-info:active, .open > .btn.btn-info:hover, .open > .btn.btn-info:active {
    background-color: #01a4f8;
    border-color: #01a4f8;
}

.btn.btn-info:hover:active, .btn.btn-info:focus, .btn.btn-info.active, .open > .btn.btn-info:hover:active, .open > .btn.btn-info:focus, .open > .btn.btn-info.active {
    background: #017cbc;
    border-color: #017cbc;
}

.btn.btn-warning, .open > .btn.btn-warning {
    background-color: #f39834;
    border-color: #f39834;
}

.btn.btn-warning:hover, .btn.btn-warning:active, .open > .btn.btn-warning:hover, .open > .btn.btn-warning:active {
    background-color: #f5a751;
    border-color: #f5a751;
}

.btn.btn-warning:hover:active, .btn.btn-warning:focus, .btn.btn-warning.active, .open > .btn.btn-warning:hover:active, .open > .btn.btn-warning:focus, .open > .btn.btn-warning.active {
    background: #f18917;
    border-color: #f18917;
}

.btn.btn-danger, .open > .btn.btn-danger {
    background-color: #fb434a;
    border-color: #fb434a;
}

.btn.btn-danger:hover, .btn.btn-danger:active, .open > .btn.btn-danger:hover, .open > .btn.btn-danger:active {
    background-color: #fc6167;
    border-color: #fc6167;
}

.btn.btn-danger:hover:active, .btn.btn-danger:focus, .btn.btn-danger.active, .open > .btn.btn-danger:hover:active, .open > .btn.btn-danger:focus, .open > .btn.btn-danger.active {
    background: #fa252d;
    border-color: #fa252d;
}

.btn.btn-default-outline, .btn.btn-primary-outline, .btn.btn-secondary-outline, .btn.btn-success-outline, .btn.btn-info-outline, .btn.btn-warning-outline, .btn.btn-danger-outline, .open > .btn.btn-default-outline, .open > .btn.btn-primary-outline, .open > .btn.btn-secondary-outline, .open > .btn.btn-success-outline, .open > .btn.btn-info-outline, .open > .btn.btn-warning-outline, .open > .btn.btn-danger-outline {
    background-color: #ffffff;
}

.btn.btn-default-outline, .open > .btn.btn-default-outline {
    border-color: #acb7bf;
    color: #acb7bf;
}

.btn.btn-default-outline:hover, .btn.btn-default-outline:active, .open > .btn.btn-default-outline:hover, .open > .btn.btn-default-outline:active {
    background-color: #bdc6cc;
    border-color: #bdc6cc;
    color: #ffffff;
}

.btn.btn-default-outline:hover:active, .btn.btn-default-outline:focus, .btn.btn-default-outline.active, .open > .btn.btn-default-outline:hover:active, .open > .btn.btn-default-outline:focus, .open > .btn.btn-default-outline.active {
    background: #9ba8b2;
    border-color: #9ba8b2;
    color: #ffffff;
}

.btn.btn-primary-outline, .open > .btn.btn-primary-outline {
    border-color: #2f3293;
    color: #2f3293;
}

.btn.btn-primary-outline:hover, .btn.btn-primary-outline:active, .open > .btn.btn-primary-outline:hover, .open > .btn.btn-primary-outline:active {
    background-color: #1fb2fe;
    border-color: #1fb2fe;
    color: #ffffff;
}

.btn.btn-primary-outline:hover:active, .btn.btn-primary-outline:focus, .btn.btn-primary-outline.active, .open > .btn.btn-primary-outline:hover:active, .open > .btn.btn-primary-outline:focus, .open > .btn.btn-primary-outline.active {
    background: #0194e0;
    border-color: #0194e0;
    color: #ffffff;
}

.btn.btn-secondary-outline, .open > .btn.btn-secondary-outline {
    border-color: #6a7a84;
    color: #6a7a84;
}

.btn.btn-secondary-outline:hover, .btn.btn-secondary-outline:active, .open > .btn.btn-secondary-outline:hover, .open > .btn.btn-secondary-outline:active {
    background-color: #798993;
    border-color: #798993;
    color: #ffffff;
}

.btn.btn-secondary-outline:hover:active, .btn.btn-secondary-outline:focus, .btn.btn-secondary-outline.active, .open > .btn.btn-secondary-outline:hover:active, .open > .btn.btn-secondary-outline:focus, .open > .btn.btn-secondary-outline.active {
    background: #5c6a73;
    border-color: #5c6a73;
    color: #ffffff;
}

.btn.btn-success-outline, .open > .btn.btn-success-outline {
    border-color: #46be8a;
    color: #46be8a;
}

.btn.btn-success-outline:hover, .btn.btn-success-outline:active, .open > .btn.btn-success-outline:hover, .open > .btn.btn-success-outline:active {
    background-color: #5dc698;
    border-color: #5dc698;
    color: #ffffff;
}

.btn.btn-success-outline:hover:active, .btn.btn-success-outline:focus, .btn.btn-success-outline.active, .open > .btn.btn-success-outline:hover:active, .open > .btn.btn-success-outline:focus, .open > .btn.btn-success-outline.active {
    background: #3caa7a;
    border-color: #3caa7a;
    color: #ffffff;
}

.btn.btn-info-outline, .open > .btn.btn-info-outline {
    border-color: #2f3293;
    color: #2f3293;
}

.btn.btn-info-outline:hover, .btn.btn-info-outline:active, .open > .btn.btn-info-outline:hover, .open > .btn.btn-info-outline:active {
    background-color: #01a4f8;
    border-color: #01a4f8;
    color: #ffffff;
}

.btn.btn-info-outline:hover:active, .btn.btn-info-outline:focus, .btn.btn-info-outline.active, .open > .btn.btn-info-outline:hover:active, .open > .btn.btn-info-outline:focus, .open > .btn.btn-info-outline.active {
    background: #017cbc;
    border-color: #017cbc;
    color: #ffffff;
}

.btn.btn-warning-outline, .open > .btn.btn-warning-outline {
    border-color: #f39834;
    color: #f39834;
}

.btn.btn-warning-outline:hover, .btn.btn-warning-outline:active, .open > .btn.btn-warning-outline:hover, .open > .btn.btn-warning-outline:active {
    background-color: #f5a751;
    border-color: #f5a751;
    color: #ffffff;
}

.btn.btn-warning-outline:hover:active, .btn.btn-warning-outline:focus, .btn.btn-warning-outline.active, .open > .btn.btn-warning-outline:hover:active, .open > .btn.btn-warning-outline:focus, .open > .btn.btn-warning-outline.active {
    background: #f18917;
    border-color: #f18917;
    color: #ffffff;
}

.btn.btn-danger-outline, .open > .btn.btn-danger-outline {
    border-color: #fb434a;
    color: #fb434a;
}

.btn.btn-danger-outline:hover, .btn.btn-danger-outline:active, .open > .btn.btn-danger-outline:hover, .open > .btn.btn-danger-outline:active {
    background-color: #fc6167;
    border-color: #fc6167;
    color: #ffffff;
}

.btn.btn-danger-outline:hover:active, .btn.btn-danger-outline:focus, .btn.btn-danger-outline.active, .open > .btn.btn-danger-outline:hover:active, .open > .btn.btn-danger-outline:focus, .open > .btn.btn-danger-outline.active {
    background: #fa252d;
    border-color: #fa252d;
    color: #ffffff;
}


/*
 * CHECKBOXES & RADIOS
 */
.radio, .checkbox {
    display: inline-block;
}

.radio label, .checkbox label{
    display: inline-block;
    background: #f2f2f2;
    padding: 10px;
    border-radius: 5px;
}

.radio label input[type=radio], .radio label input[type=checkbox], .checkbox label input[type=radio], .checkbox label input[type=checkbox] {
    margin-right: 5px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

label[disabled] {
    cursor: not-allowed;
    color: #bbb8cb;
}

label[disabled].btn {
    opacity: .6;
    cursor: not-allowed;
}


/*
 * DROPDOWNS
 */
.dropdown, .dropup {
    display: inline-block;
}

.dropup .dropdown-menu {
    bottom: 95%;
}

.dropdown-menu {
    border-color: #d2d9e5;
    top: 95%;
    padding: 2px 0px;
}

.dropdown-menu .dropdown-icon {
    margin-right: 5px;
}

.dropdown-menu .dropdown-divider {
    background-color: #d2d9e5;
	margin: 2px 0;
}

.dropdown-menu .dropdown-header {
    padding: 7px 15px;
    color: #514d6a;
    font-size: 14px;
    font-weight: 600;
}

.dropdown-menu .dropdown-item {
    color: #827ca1;
    background: none;
    padding: 3px 15px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.dropdown-menu .dropdown-item a {
    color: #827ca1;
}

.dropdown-menu .dropdown-item a:hover, .dropdown-menu .dropdown-item a:active {
    background: none;
    color: #0088ff;
}

.dropdown-menu .dropdown-item.disabled {
    cursor: not-allowed;
    color: #d2d9e5 !important;
}

.dropdown-menu .dropdown-item.disabled a {
    color: #d2d9e5 !important;
    cursor: not-allowed;
}

.dropdown-menu .dropdown-item.active {
    background: #f2f4f8 !important;
}

.dropdown-menu .dropdown-item:hover, .dropdown-menu .dropdown-item:active, .dropdown-menu .dropdown-item:focus {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background: none;
    color: #0088ff;
}

.dropdown-animate {
    overflow: hidden;
}

.dropdown-animate > .dropdown-item, .dropdown-animate .dropdown-header {
    -webkit-animation-name: dropdown-slide-left;
         -o-animation-name: dropdown-slide-left;
            animation-name: dropdown-slide-left;
    -webkit-animation-duration: .5s;
         -o-animation-duration: .5s;
            animation-duration: .5s;
    -webkit-animation-fill-mode: both;
         -o-animation-fill-mode: both;
            animation-fill-mode: both;
}

.dropdown-animate > .dropdown-item:nth-child(1), .dropdown-animate .dropdown-header:nth-child(1) {
    -webkit-animation-delay: .02s;
         -o-animation-delay: .02s;
            animation-delay: .02s;
}

.dropdown-animate > .dropdown-item:nth-child(2), .dropdown-animate .dropdown-header:nth-child(2) {
    -webkit-animation-delay: .04s;
         -o-animation-delay: .04s;
            animation-delay: .04s;
}

.dropdown-animate > .dropdown-item:nth-child(3), .dropdown-animate .dropdown-header:nth-child(3) {
    -webkit-animation-delay: .06s;
         -o-animation-delay: .06s;
            animation-delay: .06s;
}

.dropdown-animate > .dropdown-item:nth-child(4), .dropdown-animate .dropdown-header:nth-child(4) {
    -webkit-animation-delay: .08s;
         -o-animation-delay: .08s;
            animation-delay: .08s;
}

.dropdown-animate > .dropdown-item:nth-child(5), .dropdown-animate .dropdown-header:nth-child(5) {
    -webkit-animation-delay: .10s;
         -o-animation-delay: .10s;
            animation-delay: .10s;
}

.dropdown-animate > .dropdown-item:nth-child(6), .dropdown-animate .dropdown-header:nth-child(6) {
    -webkit-animation-delay: .12s;
         -o-animation-delay: .12s;
            animation-delay: .12s;
}

.dropdown-animate > .dropdown-item:nth-child(7), .dropdown-animate .dropdown-header:nth-child(7) {
    -webkit-animation-delay: .14s;
         -o-animation-delay: .14s;
            animation-delay: .14s;
}

.dropdown-animate > .dropdown-item:nth-child(8), .dropdown-animate .dropdown-header:nth-child(8) {
    -webkit-animation-delay: .16s;
         -o-animation-delay: .16s;
            animation-delay: .16s;
}

.dropdown-animate > .dropdown-item:nth-child(9), .dropdown-animate .dropdown-header:nth-child(9) {
    -webkit-animation-delay: .18s;
         -o-animation-delay: .18s;
            animation-delay: .18s;
}

.dropdown-animate > .dropdown-item:nth-child(10), .dropdown-animate .dropdown-header:nth-child(10) {
    -webkit-animation-delay: .20s;
         -o-animation-delay: .20s;
            animation-delay: .20s;
}

.open > .dropdown-menu {
    -webkit-animation-name: dropdown-slide-bottom;
         -o-animation-name: dropdown-slide-bottom;
            animation-name: dropdown-slide-bottom;
    -webkit-animation-duration: .15s;
         -o-animation-duration: .15s;
            animation-duration: .15s;
    -webkit-animation-fill-mode: both;
         -o-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-delay: .01s;
         -o-animation-delay: .01s;
            animation-delay: .01s;
    display: block;
}

.open > .dropdown-menu {
    -webkit-animation-name: dropdown-slide-bottom;
         -o-animation-name: dropdown-slide-bottom;
            animation-name: dropdown-slide-bottom;
    -webkit-animation-duration: .15s;
         -o-animation-duration: .15s;
            animation-duration: .15s;
    -webkit-animation-fill-mode: both;
         -o-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-delay: .05s;
         -o-animation-delay: .05s;
            animation-delay: .05s;
    display: block;
}

.open.dropup > .dropdown-menu {
    -webkit-animation-name: dropdown-slide-top;
         -o-animation-name: dropdown-slide-top;
            animation-name: dropdown-slide-top;
}

.dropdown.dropdown-avatar .dropdown-toggle {
    display: inline-block;
    position: relative;
    padding-right: 18px;
}

.dropdown .dropdown-toggle:after {
    border: none !important;
    margin: 0 !important;
}

.dropdown.dropdown-avatar .dropdown-toggle:after {
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -1px;
    color: #bbb8cb;
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.dropdown.dropdown-avatar .dropdown-toggle:hover:after {
    color: #827ca1;
}

.dropdown .dropdown-inline-button {
    display: inline-block;
    color: #827ca1;
    font-weight: 600;
}

.dropdown .dropdown-inline-button .dropdown-inline-button-icon {
    color: #bbb8cb;
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    margin-right: 5px;
}

.dropdown .dropdown-inline-button:after {
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    color: #bbb8cb;
}

.dropdown .dropdown-inline-button:hover, .dropdown .dropdown-inline-button:focus, .dropdown .dropdown-inline-button:active {
    color: #24222f;
}

.dropdown .dropdown-inline-button:hover .dropdown-inline-button-icon, .dropdown .dropdown-inline-button:focus .dropdown-inline-button-icon, .dropdown .dropdown-inline-button:active .dropdown-inline-button-icon {
    color: #827ca1;
}

.dropdown .dropdown-inline-button:hover:after, .dropdown .dropdown-inline-button:focus:after, .dropdown .dropdown-inline-button:active:after {
    color: #827ca1;
}

.dropdown.open .dropdown-inline-button {
    color: #24222f;
}

.dropdown.open .dropdown-inline-button .dropdown-inline-button-icon {
    color: #514d6a;
}

@-webkit-keyframes dropdown-slide-left {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
                transform: translate3d(-100%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
    }
}

@-o-keyframes dropdown-slide-left {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }
    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes dropdown-slide-left {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
                transform: translate3d(-100%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes dropdown-slide-bottom {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -5px, 0);
                transform: translate3d(0, -5px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
    }
}

@-o-keyframes dropdown-slide-bottom {
    0% {
        opacity: 0;
        transform: translate3d(0, -5px, 0);
    }
    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes dropdown-slide-bottom {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -5px, 0);
                transform: translate3d(0, -5px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes dropdown-slide-top {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 5px, 0);
                transform: translate3d(0, 5px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
    }
}

@-o-keyframes dropdown-slide-top {
    0% {
        opacity: 0;
        transform: translate3d(0, 5px, 0);
    }
    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes dropdown-slide-top {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 5px, 0);
                transform: translate3d(0, 5px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
    }
}


/*
 * FORM VALIDATION
 */
.form-group {
    position: relative;
}

#album  {
  list-style: none;
  margin: 0;
  padding: 0;
}

#album:after {
  content: "";
  clear: both;
}

#album .album_music {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    border: 1px solid #ccc;
    box-sizing: border-box;
    margin-bottom: 9px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

#album .album_music img {
    float: left;
    margin-right: 6px;
}

#album .album_music p {
    margin-bottom: 2px;
}

#album .album_music hr {
    margin: 2px !important;
}



#album .album_music + .album_artist {
  margin-left: 25px;
}


#album .album_music .album_artist {
    position: absolute;
    left: 0;
    z-index: -1;
}

#album .album_music label {
    bottom: -3px;
    cursor: pointer;
    display: block;
    font-size: 0;
    left: 4px;
    position: absolute;
    right: 4px;
    text-indent: 100%;
    top: 4px;
    white-space: nowrap;
}

#album .album_music input:focus + label {
  outline: 2px dotted #63c408;
}

#album .album_music input:checked + label {
    outline: 4px solid #63c408;
}


#album .album_music input:checked + label:after {
  background: url(../../assets/img/ico_active.png);
  bottom: -10px;
  content: "";
  display: inline-block;
  height: 20px;
  position: absolute;
  right: -10px;
  width: 20px;
}


@-moz-document url-prefix() {
  #album .album_music input:checked + label:after {
    bottom: 0;
    right: 0;
    background-color: #63c408;
  }
}





.form-control-error {
    background: #fb434a;
    padding: 5px 8px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    position: absolute;
    right: 0;
    bottom: 37px;
    margin-bottom: 8px;
    max-width: 230px;
    font-size: 80%;
    z-index: 1;
}

.form-control-error:after {
    width: 0px;
    height: 0px;
    content: '';
    display: block;
    border-style: solid;
    border-width: 5px 5px 0;
    border-color: #fb434a transparent transparent;
    position: absolute;
    right: 20px;
    bottom: -4px;
    margin-left: -5px;
}

.form-control-error ul {
    list-style: none;
    color: #ffffff;
    padding: 0px;
    margin: 0px;
}

.form-control-error-list ul {
    list-style: none;
    color: #fb434a;
    padding: 0px;
    margin: 5px 0px 0px 0px;
    font-size: 80%;
    font-weight: 400;
}

.has-danger .select2-selection--single, .has-danger .select2-selection--multiple, {
    border-color: #fb434a !important;
}


/*
 * SELECTBOXES
 */
select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

select.form-control {
    background: #fff center right no-repeat url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAFCAYAAABB9hwOAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA25pVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpiNWZkMzNlMC0zNTcxLTI4NDgtYjA3NC01ZTRhN2RjMWVmNjEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6ODZDNDdFRTkxRTJBMTFFNjg0MUM5MTMwMjYwRDYwRDkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6ODZDNDdFRTgxRTJBMTFFNjg0MUM5MTMwMjYwRDYwRDkiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RTUxRUI3MDZEQjk4MTFFNUI1NDA5QTcyNTlFQzRERTYiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RTUxRUI3MDdEQjk4MTFFNUI1NDA5QTcyNTlFQzRERTYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz69wtu7AAAAe0lEQVR42mLce+zSOVFhYUMGNHDv4cOd/q6WHgxkAqbvP77H/P339zey4Nfv3z7ceXA/hoECwCQnLXPtw8eP05EFHz15WuRm7/CGIoNBhLCgUPnPX79egdgv37w+qKmqOp+BQsAEpX8wMTFm/fnz5/P/f//DGagAAAIMAKIuMR+q/rU9AAAAAElFTkSuQmCC");
}

select.form-control[multiple] {
    background: #fff;
}

