/*error*/
.error {
    padding: 5px;
    margin: 5px 5px 20px 5px;
    border: solid 1px #FBD3C6;
    background: #FDE4E1;
    color: #CB4721;
    line-height: 25px;
    /*border-radius: 5px !important;*/
    clear: both !important;
}

.success {
    padding: 5px 25px !important;
    border: solid 1px #C0F0B9 !important;
    background: #D5FFC6 !important;
    color: #48A41C !important;
    /*border-radius: 5px !important;*/
    clear: both;
    margin-bottom: 5px !important;
}

.alert {
    /*padding: 0px 10px !important;*/
    /*border: solid 2px #FBD3C6 !important;*/
    color: #CB4721 !important;
    direction: rtl !important;
    text-align: right !important;
    /*border-radius: 5px !important;*/
    margin-bottom: 0 !important;
    opacity: 1 !important;
}

.img-responsive {
    display: inline;
    vertical-align: middle;
}

.btn {
    min-width: 75px
}

.registerArea .registerAreaTitle{
    color: #000098;
}
.importaStar{
    color: #ff0000;
}

.delete_proimg{
    position: absolute; 
    z-index: 10; 
    left: 0; 
    border-radius: 50%;
    border: 1px solid red;
    width: 25px;
}

.img_product{
    position:relative;
}