/* Override LTE ADMIN */
.small-box .icon{
    top: 0px;
}
.table thead > tr > td, .table tbody > tr > td {
    vertical-align: middle;
}

/* Override Ionicons */
.btn-enquiry .ion-android-contact:before{
    font-size: 24px;
}

/* Override Bootstrap */
.modal{
    z-index: 9999999;
}

/* Enquiry Pop view Detail */
@media (min-width: 768px){
    .div-horizontal div:first-child{
        float: left;
        overflow: hidden;
        clear: left;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .div-horizontal div:last-child{
        margin-left: 55px;
    }
}
@media (max-width: 768px){
    .img-preview-enquiry{
        margin-bottom: 30px;
    }
}

.bg-olive{
    display: block !important;
    color: #fff !important;
    /* margin: 1px; */
}
.bg-olive {
    background-color: #3d9970 !important;
}
.bg-olive:hover {
    background-color: #368763 !important;
}

.bg-add-to-cart{
    display: block !important;
    color: #fff !important;
    /* margin: 1px; */
}
.bg-add-to-cart {
    background-color: #ffd324 !important;
}
.bg-add-to-cart:hover {
    background-color: #bd9700 !important;
}

.modal-form-login-footer {
    width: 100%;
    padding: 10px;
    text-align: right;
    background: #e2e2e2;
    position: relative;
}
.modal-form-login-footer a.forgot {
    position: absolute;
    left: 10px;
    top: 17px;
}
.well.custom-w-modal {
    min-height: 271px;
    margin: 0;
    border-radius: 0;
    border: none;
}
.btn-modal-black{
    background-color: #444;
    border-color: #444;
    color: #fff;
}
.btn-modal-black:hover{
    background-color: #4d4d4d;
    border-color: #444;
    color: #fff;
}

.text-red {
		color: #fff;
	    display: inline-block;
	    background-color: #a94442;
	    padding: 0 5px;
	    margin: 5px 0;
	    border-radius: 3px;
	    font-size: 11px;
}
