
.block_product_detail .sub_title
{
    background: #0b3992;
    color: #fff;
    padding: 3px 15px;
    width: 320px;
}

.block_product_detail .form-control
{
    width: 320px;
}

.block_search .input-group-addon
{
    text-align: left;
}

.block_search .checkbox-inline
{
    width: 250px;
    padding-left: 5px;
}

.input_form .block_flex
{
    margin: 8px 8px 8px 8px;
}

.block_picture
{
    padding: 8px 8px 8px 8px;
}

.block_picture .block_drop_image
{
    margin-bottom: 24px;
    padding: auto auto;
    border: dotted 1px gray;

    width: 480px;
    height: 480px;

    display: table-cell;
    text-align: center;
    vertical-align: middle;

    background-image: none;
    background-repeat: no-repeat;
    /*
    background-position: center center;
     *//*
     */
    background-position: top center;
    background-size: contain;
}

.block_product_detail textarea.form-control
{
    height: 80px;
    width: 480px;
}

#submitAuthFooter
{
    padding: 4px 8px 0px 8px;
    position: fixed;
    bottom: 0px;
    background-color: #af0379;
    left: 0;
    width: 80%;
}

a.disabled {
    pointer-events: none;
}

