.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;
}

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

.fc-event .fc-time {
    padding:       4px 6px !important;
    color:         white;
    float:         right !important;
    border-radius: 25px !important;
    min-width:     15px;
    text-align:    center;
}

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;
}

.rn-color {
    color: #f2378a;
}

.img-calendar {
    float:         left;
    border-radius: 13px !important;
    width:         23.55px;
    height:        23.55px;
}

.fc-event {
    border-radius: 25px !important;
    font-size:     0.9em;
}

.fc-toolbar {
    /* display: none; */
}

/* Footer */

footer ul{
    padding-left: 0;
}

footer ul li{
    list-style-type: none;
}

footer ul.social li{
    display: inline;
    text-decoration: none;
    padding-right: 15px;
}

footer ul.social li:last-child {
    padding-right: 0;
}

.flatpickr-current-month {
    top: 7px !important;
}

.flatpickr-months .flatpickr-month {
    height: 30px !important
}

.flatpickr-calendar {
    width: 330px !important;
}

html:not([dir="rtl"]) .noUi-horizontal .noUi-handle {
    right: -6px;
}

.bg-flat-blue {
    background-color: #3498db;
}

.bg-flat-magenta {
    background-color: #9b59b6;
}

.spotify-color {
    color: #1db954;
}

.spotify-bg {
    background-color: #1db954;
}

.soundcloud-color {
    color: #ff8800;
}