body {
    background-color: #f2f2f2 !important;
}

h4 {
    color: #289CA7;
}

.icon {
    color: #333333;
}

.album-carousel,
.album-carousel .owl-carousel,
.album-carousel .owl-carousel .owl-item,
.album-carousel .owl-carousel .owl-item img {
    height: 100vh;
}

.intro {
    position: relative;
    padding: 40px 0;
    background-size: 100%;
    background-image: linear-gradient(to bottom, #1c274d, #556270);
    box-sizing: border-box;
}

.intro .form-wrapper {
    width: 100%;
    height: 180px;
    padding: 15px;
    margin: 20px 0;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 10px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4) inset, 0 1px 0 rgba(255, 255, 255, 0.2);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4) inset, 0 1px 0 rgba(255, 255, 255, 0.2);
}

.intro .form-wrapper .select2-selection__arrow {
    background: #d83c3c;
    color: #fff;
    width: 15% !important;
}

.intro .form-wrapper input {
    float: left;
    border-radius: 3px 0 0 3px;
    border: 0;
    height: 40px;
    font-size: 14px;
    background: #e6e6e6;
    width: 85% !important;
    padding: 10px !important;
}

.intro .form-wrapper button {
    float: left;
    border-radius: 3px 0 0 3px;
    overflow: visible;
    position: relative;
    float: right;
    border: 0;
    padding: 0;
    cursor: pointer;
    height: 40px;
    width: 15%;
    color: #fff;
    text-transform: uppercase;
    background: #d83c3c;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}

.thumbnail {
    max-width: 100%;
    display: block;
    background-color: #fff;
    border-radius: 4px;
    transition: border 0.2s ease-in-out;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}

.employee-top-bar {
    padding: 10px;
    margin: 15px 5px;
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.3);
    background-color: rgba(242, 242, 242);
}

#employee-list .item.list-group-item {
    float: none;
    width: 100%;
    background-color: #fff;
    margin-bottom: 10px;
}

#employee-list .item.list-group-item .thumbnail {
    border: none;
    padding: 0;
    height: auto;
    line-height: inherit;
}

#employee-list .item .thumbnail {
    margin-bottom: 20px;
}

#employee-list .item.list-group-item .caption {
    padding: 9px 9px 0px 9px;
}

#employee-list .item .thumbnail .caption.list-caption .list-group-item {
    margin-top: 14px;
}

#employee-list .item.list-group-item .caption .list-group-item {
    border: none;
}

#employee-list .item .thumbnail.grid-thumbnail {
    overflow: hidden;
}

#employee-list .item .thumbnail .caption.grid-caption {
    margin: 0 !important;
    padding-bottom: 0;
}

#employee-list .grid-caption {
    margin-right: 104px;
    margin-left: 0 !important;
}

.thumbnail .caption {
    padding: 9px;
    padding-bottom: 9px;
    color: #333333;
}

#employee-list .item .thumbnail {
    margin-bottom: 10px;
    min-height: 255px;
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 280px;
}

#employee-list .image-wrapper.grid-image-wrapper {
    float: right !important;
}

#employee-list .item .thumbnail .image-wrapper img.grid-image {
    max-width: 100%;
    object-fit: cover;
    width: 105px;
}

.letters-carousel .owl-item {
    border: 1px solid #fff;
}

.letters-carousel .owl-item.active {
    margin-left: -0.1px;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

.owl-carousel.owl-drag .owl-item {
    user-select: none;
}

.owl-carousel .owl-item {
    min-height: 1px;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.letters-carousel .owl-item a.active {
    display: table;
    width: 100%;
    background-color: #fff;
    color: #289CA7;
}

.letters-carousel .owl-item a {
    color: #fff;
    line-height: 45px;
    border: none;
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    background-color: #fff;
}

.table-responsive {
    min-height: 0.01%;
    overflow-x: auto;
}

.table-bordered {
    border: 1px solid #ddd;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

table {
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
}

.thumbnail .caption {
    color: #333333;
}

.clearfix::after {
    content: '';
    clear: both;
    display: table;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
}

.fa-list::before {
    content: "\f03a";
}

.fa-th::before {
    content: "\f00a";
}

.select2-container--krajee {
    display: block;
}

.select2-container {
    box-sizing: border-box;
    margin: 0;
    position: relative;
}

.select2-container--krajee[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 4px 0 0 4px;
    left: 1px;
    right: auto;
}

.select2-container--krajee .select2-selection {
    font-size: 14px;
}

.intro .intro-content .intro-title {
    margin: 0;
    color: #fff;
    font-size: 0.75em;
    font-weight: bold;
    text-align: center;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.7)
}

@media only screen and (max-width: 600px) {
    .owl-nav .owl-next .fa {

        position: relative !important;
        right: 48px !important;

    }
}

@media only screen and (max-width: 600px) {
    .owl-nav .owl-prev .fa {

        left: 48px !important;
        position: relative !important;

    }
}



.select2-selection__arrow b {

    border-color: white transparent transparent transparent !important;
}

.letters .letters-title {
    color: #fff;
    margin: 0 0 20px;
    text-align: center;
    font-size: 0.95em;
}

.item.grid-group-item {
    padding: 0rem 0.4rem !important;
}
