.mb-10 {
    margin-bottom: 10px;
}

.select2-container {
    width: 100% !important;
}

.select2-container--default .select2-selection--single {
    border-radius: 0;
    border-color: #d2d6de;
}

li.has-error a {
    background-color: #dd4b39;
    color: white;
}

.form-group {
    margin-top: 2px;
    margin-bottom: 2px;
}

.delete-image-btn {
    margin: 5px;
    position: absolute;
    right: 10px;
}

.edit-image-btn {
    margin: 5px;
    position: absolute;
    left: 10px;
}

.sortable { width: 49%; float: left; border: 1px dashed #d3d3d3; min-height: 120px; margin: 2px; }
.sortable li { margin: 5px; }

.select2-selection__choice {
    color: #000000 !important;
}

.selectize-input .item {
    color: #000000 !important;
    border: 1px solid #aaa !important;
    background: #e4e4e4 !important;
}

label::first-letter,
.nav-tabs > li::first-letter,
h1::first-letter, h2::first-letter, h3::first-letter, h4::first-letter, h5::first-letter, h6::first-letter {
    text-transform: capitalize;
}

.gallery-list {
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
}
    .gallery-list li {
        display: inline-block;
        width: 200px;
        height: 150px;
        vertical-align: top;
        position: relative;
    }
    .gallery-list li:hover {
        cursor: move;
    }
        .gallery-list li img {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            margin: auto;
            width: 95%;
            display: inline-block;
            vertical-align: middle;
        }
        .gallery-list li a {
            position: absolute;
            top: 5px;
            right: 5px;
            height: 27px;
        }
        .gallery-list li button {
            position: absolute;
            top: 5px;
            left: 5px;
            height: 27px;
        }
        .gallery-list li span {
            position: absolute;
            bottom: 0;
            width: 100%;
            text-align: center;
            background-color: white;
        }

.item-list {
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
}
    .item-list li {
        display: inline-block;
        width: 200px;
        height: 27px;
        vertical-align: top;
        position: relative;
    }
    .item-list li:hover {
        cursor: move;
    }
        .item-list li a {
            position: absolute;
            right: 0;
            height: 25px;
        }
        .item-list li span {
            position: absolute;
            overflow: hidden;
            bottom: 0;
            left: 0;
            right: 30px;
            width: auto;
            white-space: nowrap;
            text-overflow: ellipsis;
            padding-left: 5px;
        }
            .item-list li span i {
                padding-right: 5px;
            }

.bottom-space {
    margin-bottom: 20px;
}

.sortable {
    height: 400px;
    overflow-y: auto;
}

.preloader-layer {
    top: 0;
    left: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: 9999;
    opacity: 0.5;
    color: #000;
    transition: background-color 1s;
}

.spinner {
    font-size: 80px;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.preloader-layer.timeout {
    background-color: #fff;
}

.disabled {
    opacity: 0.5;
}

.notification_button.unread {
	background-color: #f39c12 !important;
}

.notification_button:hover,
.notification_button.unread:hover {
	background-color: #d37c02 !important;
}

.dropdown-menu {
	-webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.75);
}

.logo-lg img,
.navbar-brand img {
	max-height: 40px;
}

@media screen and (min-width: 992px) {

    .product-chat-wrapper {
        position: relative;
    }

        .product-chat {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
        }

            .product-chat .box {
                height: 100%;
            }

                .product-chat .direct-chat-messages {
                    height: 100%;
                }

}

.table.table-striped tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,.1);
}

.nowrap {
    white-space: nowrap;
}
