.select2-input-group-addon {
	border-right:  rgb(241, 241, 241) 1px solid !important;
}

.select2-multiple-input-group-addon {
    margin-bottom: -1px                         !important;
    border-right:  rgb(241, 241, 241) 1px solid !important;
}

.select2-multiple-input-group-btn {
    margin-bottom: -1px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding: 0 !important;
}

.select2-selection--multiple {
    padding-left:  1rem !important;
    padding-right: 1rem !important;
}

.select2-selection--single {
    padding-left:  1rem !important;
    padding-right: 1rem !important;
}

.img-soundcloud {
	width:  45px;
	height: 45px;
}

.img-trader {
    width:  25px;
    height: 25px;
}

.img-calendar {
    width:  23.55px;
    height: 23.55px
}

.table-responsive {
    overflow-y: hidden;
}

.fc-event .fc-time {
    padding: 4px 6px !important;
    color:   white;
}

select::-ms-expand {
    display: none;
}

select {
    -webkit-appearance: none;
    -moz-appearance:    none;
    text-indent:        1px;
    text-overflow:      '';
}

.select2-container--default .select2-selection--single::before {
    content: unset;
}

.alert-dismissible .close {
    position: initial;
    padding:  0;
}

.btn-soundcloud {
    background-color: #ff6c00;
    color: #fff;
}

.alert-minimalist {
    background-color: rgb(241, 242, 240);
    border-color: rgba(149, 149, 149, 0.3);
    border-radius: 3px;
    color: rgb(149, 149, 149);
    padding: 10px;
}
.alert-minimalist > [data-notify="icon"] {
    height: 50px;
    margin-right: 12px;
}
.alert-minimalist > [data-notify="title"] {
    color: rgb(51, 51, 51);
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}
.alert-minimalist > [data-notify="message"] {
    font-size: 80%;
}

footer .btn {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
}

.flot-chart-legends {
    overflow-x: auto;
}

.inputfile {
    width:    0.1px;
    height:   0.1px;
    opacity:  0;
    overflow: hidden;
    position: absolute;
    z-index:  -1;
}

.alert-testimonial {
    background-color: #f6f6f6;
}

@media (min-width: 576px) {
    .testimonial-description {
        min-height: 125px;
    }
}

@media (min-width: 768px) {
    .testimonial-description {
        min-height: 80px;
    }
}

@media (min-width: 992px) {
    .testimonial-description {
        min-height: 58px;
    }
}

@media (min-width: 1200px) {
    .testimonial-description {
        min-height: 58px;
    }
}

@media (min-width: 1600px) {
    .testimonial-description {
        min-height: 40px;
    }
}

.app-shortcuts__item > img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    color: #FFF;
    line-height: 45px;
    font-size: 1.5rem;
}

.blink-alert {
    background-color: #ff5652 !important;
}
