/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Jun 5, 2018, 2:34:58 PM
    Author     : cozxy
*/

.manager-class-edit-add-attributes{
    margin-top: .5%;
}

.manager-product-attribute-group{
    margin-bottom: 0px !important;
}

.manager-product-attribute , .list-group-item:first-child {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.box-placeholder-custom {
    padding: 10px !important;
}

.box-placeholder-custom , h4 {
    margin-bottom: 0px !important;

}

.modal-dialog {
    /*height: 80% !important;
    padding-top:10%;
    z-index: 1100 !important;*/
    padding-top:5%;
}


.modal-backdrop {
    /* z-index: 1071 !important;*/
}

.modal-backdrop {
    /* display: none;*/
}

.modal {
    /*position: absolute !important;*/
    /*background: rgba(0,0,0,0.5);
    margin-right: -4px;*/

}

.group-option-value{
    overflow-x: auto;
    min-height: 250px;
    max-height: 250px;


}

.input-attribute-value{
    margin-top: 10px;
}


.help-block{
    color: red !important;
}