﻿.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.btn-loginv2{
    font-size: 0.9rem !important;
}

#datatable-index-view th,
#datatable-index-view td{
    text-align: center;
}


.cursor-pointer{
    cursor: pointer;
}

.btn-upload {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

.language-flag-admin {
    width: 30px;
    height: 20px;
}

.img-admin-list{
    max-width: 70px;
    max-height: 60px;
    border: solid 1px #ccc;
}

.bg-form-header {
    background-color: #f0f0f0 !important;
}

.image-other {
    padding: 5px;
    border: solid 1px #ccc;
    margin: 5px;
    width: 160px;
    position: relative;
}

.button-action-img-pro {
    position: absolute;
    top: 15px;
    right: 15px;
}

.image-admin-edit{
    max-width: 400px;
    max-height: 2700px;
}

.image-other img {
    max-width: 147px;
    max-height: 120px;
}

.img-other-title {
    margin-top: 20px;
    margin-bottom: 0px;
}

.btn-add-image-other {
    overflow: hidden;
    position: relative;
    float: left;
    margin-right: 5px;
    border: 2px dashed #cbd9ca;
    background-color: #f0f6f2;
    background-image: url(/backend/img/addimage.png);
    background-position: center 30px;
    background-repeat: no-repeat;
    cursor: pointer;
    height: 218px;
}

#fileMultipleUploadImages {
    position: absolute;
    right: 0px;
    top: 0px;
    font-family: Arial;
    font-size: 200px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    opacity: 0;
}

#product_image_default label {
    margin-top: 18px;
    text-transform: uppercase;
    color: #f00;
}