﻿
/*
    Cards
*/

.card {
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}

.card-title {
    font-weight: 600;
}

.card-body {
    padding: 1.25rem;
}

.card-img-wrapper {
    height: 250px;
    position: relative;
}

.card-img-top {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0 auto;
    max-width: 100%;
    max-height: 250px;
    height: 100%;
    width: auto !important;
}

/*
    Slider
*/

.lSNext, .lSPrev {
    font-size: xx-large;
    font-weight: bolder;
}

/*
    Multiselect
*/

.bootstrap-select .dropdown-menu {
    display: block !important; /*display the menu all the time*/
    box-shadow: none;
    position: relative;
}

.bootstrap-select .dropdown-toggle {
    cursor: auto;
    background: none;
}

.bootstrap-select .dropdown-toggle .caret{
    border: none;
}
