﻿.background-blackmetrotouch .demo-container.wrapper,
.background-black .demo-container.wrapper,
.background-office2007 .demo-container.wrapper {
    background: #fff url(images/demo_bgn_dark.png) no-repeat;
}

    .background-blackmetrotouch .demo-container.wrapper .demo-content,
    .background-black .demo-container.wrapper .demo-content,
    .background-office2007 .demo-container.wrapper .demo-content {
        box-shadow: 0px 0px 0px 8px rgba(80,80,80,0.2);
    }

.demo-container.wrapper {
    background: #fff url(/images/demo_bgn_fa.png) no-repeat;
    max-width: 517px !important;
    width:100%;
    height: 517px;
    padding: 0px;
    border: none;
    background-size:contain;
}

.demo-container {
    box-sizing: content-box;
    margin: 40px auto;
    padding: 30px;
    border: 1px solid #e2e4e7;
    background-color: #f5f7f8;
    *zoom: 1;
}

.demo-content {
    position: relative;
    top: 110px;
    padding-top: 50px !important;
    right: 0;
    vertical-align: top;
    width: 66% !important;
    height: auto;
    border-radius: 1px;
    box-shadow: 0px 0px 0px 8px rgba(120,132,132,0.2);
    padding-bottom: 40px
}

    .demo-content > span {
        display: inline-block;
        vertical-align: text-top !important;
        margin-bottom: 15px;
    }
@media only screen and (max-width: 390px)  {
    .demo-content {
        top: 70px;
    }
}
.submitButton {
    margin-right: 84px;
    float: right;
}

.resetButton {
    float: right;
    margin-right: 10px;
}
@media only screen and (max-width: 420px) {

    .submitButton, .resetButton {
        width:70px!important
    }
}
    .resultLabelContainer {
        text-align: right;
        padding-right: 20px;
    }

.resultLabel {
    font-style: italic;
    font-size: 11px;
}
.RadCaptcha {
    margin-right: 84px;
    width: calc( 100% - 90px);
    margin-top: 10px;
}
    .RadCaptcha input {
        width: 100% !important;
    }




.resultLabelContainer {
    text-align: right;
    padding-right: 20px;
}

.statusbar {
    position: fixed;
    bottom: 0;
    text-align: center;
    border: 1px solid #dedede;
    background-color: #c2d6e0;
    height: 20px;
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
}

    .statusbar li {
        display: inline-block;
        list-style: none;
    }

.imageClass {
    width: 100% !important;
}

.riLabel, .rcbLabel {
    min-width: 80px !important;
}
.RadComboBox_rtl .rcbLabel {
    padding-left: 0px !important;
}