@CHARSET "UTF-8";

/*
    Document   : file
    Created on : May 5, 2015 11:01:50 AM
    Author     : ismitka
    Description:
    Default stylesheet template.
*/

.pimcore_area_TemplateBreezeWideContactForm fieldset div {
    padding-bottom: 10px;
}

.pimcore_area_TemplateBreezeWideContactForm fieldset label:NOT(.error) {
    display: block;
    text-align: right;
}

.pimcore_area_TemplateBreezeWideContactForm fieldset .buttons {
    text-align: right;
}

.pimcore_area_TemplateBreezeWideContactForm fieldset input,
.pimcore_area_TemplateBreezeWideContactForm fieldset textarea {
    width: calc(100% - 22px);
}

.pimcore_area_TemplateBreezeWideContactForm fieldset select {
    width: calc(100% - 12px);
}


@media only screen and (max-width: 479px) {
    .pimcore_area_TemplateBreezeWideContactForm fieldset label:NOT(.error) {
        text-align: left;
    }
    .pimcore_area_TemplateBreezeWideContactForm fieldset .buttons {
        text-align: center;
    }
}