.hidden {
    display: none !important;
}

input.error, textarea.error {
    border-color: #ff7d7d !important;
    color: #ff4d4d !important;
}

.main-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('https://m.bcshop.io/statics/images/overlay-background.png');
    z-index: 997;
}

.main-overlay > div {
    display: block;
    width: 150px;
    height: 10px;
    margin: 100px auto 0 auto;
    border: 2px solid #FFF;
    background: url('https://m.bcshop.io/statics/images/runner-static.jpg') repeat-x;
}

.main-informer {
    display: none;
    width: 100%;
    padding: 20px 0px;
    background-color: #333333;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 996;
}

.main-informer > div {
    font: normal 14px Arial, sans;
    margin: 0 5px;
    line-height: 1.3;
    color: #fff;
    width: 80%;
}

.main-informer.error > div {
    color: #fa4646 !important;
}

.main-informer > .close-link {
    float: right;
    font-size: 14px;
    margin-right: 5px;
    color: #FFFCC6;
}

.main-informer.error > .close-link {
    color: #FFF !important;
}

.service-container {
    color: #272727;
    font-family: Arial, sans-serif;
    font-size: 13px;
}

.service-container > span {
    display: block;
    margin-bottom: 30px;
    font-size: 26px;
}

.service-container > span.padded {
    padding-top: 80px;
}

.service-container > span > span {
    font-size: 50px;
}

.service-container > img {
}

.service-container > a {
    color: #272727;
}

.service-container  > div {
    margin-top: 50px;
    font-size: 14px;
    line-height: 1.5;
}

.pie {
    behavior: url('https://m.bcshop.io/statics/css/pie/pie.htc');
    zoom: 1;
}

table.common-form {
	width:500px;
    border-collapse: collapse;
    border: 0 !important;
    margin: 40px auto;
}

.common-form td {
    border: 0 !important;
    vertical-align: middle !important;
    font-size: 14px;
	padding:3px;
}

.common-form input[type="text"], .common-form input[type="password"] {
    height: 20px;
    width: 100%;
    min-width: 150px;
    border: 1px solid #CCC;
    background-color: #FFF;
}

.common-form textarea {
    height: 50px;
    width: 100%;
    min-width: 150px;
    border: 1px solid #CCC;
    background-color: #FFF;
    resize: none;
}

.common-form input[type="checkbox"] {
    margin-right: 10px;
}

.common-form .common-form-buttons {
    text-align: center;
    padding: 20px 0;
}

.common-form .common-form-buttons a {
    margin: 0 5px;
}

.common-form .field-title {
    width: 50%;
	text-align:right;
}

.common-form .error-message {
    text-align: center;
    font-size: 12px;
}

.form-help-link {
    color: #242424 !important;
}

.form-help-link-small {
    font-size: 12px;
    color: #242424 !important;
}

.common-form-captcha-image {
    background-color: #F1F1F1;
    text-align: center;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    position: relative;
}

.common-form-captcha-image img {
    width: 200px;
    height: 42px;
    position: relative;
}

.common-form-captcha-image .refresh-captcha {
    position: absolute;
    top: 18px;
    right: 10px;
    font-size: 10px;
    text-decoration: none;
}

.error-message {
    min-height: 20px;
}

.sitemap-list {
    margin: 20px 0;
}

.sitemap-list > div {
    margin-bottom: 10px;
}

.sitemap-list > div > a {
    font-size: 12px;
    text-decoration: none;
}