body {
    background: url('../images/bg-grey.png');
}
.page {    
    height: 503px;
    display: block;
    /*background: rgb(255,255,255);*/

    width: 320px;

    border:1px solid rgb(42,42,84);

    font-family:'helvetica', 'arial', 'sans serif';
    font-size:14px;
    line-height:17px;
    margin-top: 6px;
    margin-left: -160px;
    left: 50%;
    position: absolute;

    border-radius: 15px;
    box-shadow: 2px 2px 15px 2px rgba(0,0,0,0.1);

    padding: 0 30px;
    box-sizing: border-box;

    background-color: #fff;
    background-repeat: no-repeat;
    background-position-y: 75px;
    background-image: url('../images/bg.jpg');
}

.page.first-page {
    background-image: url() !important;
}

.page p {
    direction: rtl;
    color: #0c1a33;
}

.logo {
    margin: 10px 0 20px -15px;
    height: 55px;
    max-width: 200px;
}

.a2u-logo {
    width: 50px;
    position: absolute;
    right: 20px;
    top: 10px;
}

.question-container {
    margin: 15px -10px 0 -10px;
    border: 1px solid #0c1a33;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: rgba(255,255,255,.9);
}

.question {
    text-align: center;
    font-size: 14px;
    padding: 5px 8px;
}

.question-big {
    font-size: 20px;
    line-height: 22px;
    text-align: center;
    margin: 15px -10px;
    
    background: rgba(33,123,177,.5);
    color: #fff !important;
    padding: 5px;
    border-radius: 5px;
}

.answers-container {
    margin: 20px -20px;
    text-align: center;
}

.button {
    padding: 5px;
    /*border: 1px solid #0c1a33;*/
    margin-bottom: 12px;
    height: 24px;

    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    
    display:block;
    border:1px solid rgba(0, 0, 0, 0.4);
    white-space:nowrap;
    text-shadow:1px 1px 1px rgba(0, 0, 0, 0.5);
    text-decoration:none;
    text-align:center;

    background-color: rgb(255,255,255);
    

    text-shadow: 2px 2px 5px #fff;

    color:#000;
  
    font-size:19px;
    line-height:23px;
    font-weight:bold;
    font-family:arial;
    background-repeat:no-repeat;
}


.button-hover:hover {
    background-color:rgb(0,0,0);
    text-shadow:2px 2px 5px rgba(255, 255, 255, 0.5);
 
    color:#fff;
}

.button.start {
    background: #217bb1;
    color: #fff;
    text-shadow: none;
}

.button span {
    position:relative;
    top:50%;
    display:block;
    text-align:center;
    left:0;
    right:0;
    padding:0 8px 0 8px;
    cursor:pointer;
    margin-top: -12px;
    height: 24px;
}

.back-button {
    width: 87px;
    position: absolute;
    left: 50%;
    margin-left: -50px;
    bottom: 50px;
    font-size: 16px;
}

.rate {
    display: inline-block;
    margin: 0 4px;
    height: 30px;
    width: 35px;
}

.yes-no {
    display: inline-block;
    margin: 0 10px;
    width: 50px;
    height: 30px;
}

.marketest-logo-image-container {
    position: absolute;
    bottom: 5px;
    right: 10px;
}

.marketest-logo-image-container img {
    width: 70px;
    position: relative;
    top: 55px;
}

.open-question-container textarea {
    box-shadow:inset 0px 2px 3px #dddddd;
    -webkit-box-shadow:inset 0px 2px 3px #dddddd;
    -moz-box-shadow:inset 0px 2px 3px #dddddd;

    border-style:solid;
    border-width:1px;
    border-color:#bbbbbb;
    border-radius:5px;

    width:240px;

    font-size:15px;
    line-height:18px;

    height:72px;
    padding:8px 8px 9px;

    direction: rtl;

    margin-top: 15px;
    margin-bottom: 5px;
    
    opacity: .9;
}

.thank-you {
    margin-top: 45px;
}

.welcome {
    margin-top: 45px;
    /*font-size: 23px;
    line-height: 25px;*/
    font-size: 26px;
    line-height: 30px;
    text-align: center;
}

.start {
    width: 150px;
    margin: 20px auto;
}

.rate3 {
    display: inline-block;
    margin: 0 4px;
    height: 30px;
    width: 70px;
}

.pager {
    text-align: center;
    position: absolute;
    bottom: 12px;
    width: 300px;
    left: 50%;
    margin-left: -150px;
}

.pager a {
    display: inline-block;
    width: 12px;
    height: 12px;
    border: 1px solid #0c1a33;
    border-radius: 999px;
    background-color: #fff;
}

.pager a.active {
    background-color:#2287c2;
    background:-webkit-linear-gradient(#2287c2,#1d5c88);
    background:-moz-linear-gradient(#2287c2,#1d5c88);
    background:-ms-linear-gradient(#2287c2,#1d5c88);
    background:-o-linear-gradient(#2287c2,#1d5c88);    
    background:linear-gradient(#2287c2,#1d5c88);
}

.t-logo {
    margin: 30px 5px;
}

.button-ir {
    margin: 0 -10px;
    font-size: 15px;
}

.open-question-container + .button {
    font-size: 16px;
}

.options {
    background-color: rgba(255,255,255,.9);
    display:block;
    border:1px solid rgba(0, 0, 0, 0.4);
    white-space:nowrap;
    text-shadow:1px 1px 1px rgba(0, 0, 0, 0.5);
    text-decoration:none;
    direction: rtl;
    
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;

}

.options li:first-child {
    border-bottom: 1px solid #eee;
}

.options label {
    -webkit-user-select: none;
    user-select: none;
    position: relative;
    top: -5px;
    display: block;
    padding: 2px;
}

.options label:before {
    content: "";
    width: 24px;
    height: 24px;
    
    display: inline-block;
    position: relative;
    top: 7px;
    left: 2px;
    margin: 0 4px;
    background-image: url('../images/checkbox2.png');
    background-position-x: -26px;
}

.options input[type="checkbox"] {
    display: none;
}

.options input[type="checkbox"]:checked + label:before {
    background-color: #217bb1;
    background-position-x: 0;
}

.options + .open-question-container textarea {
    margin-top: 5px;
}

.first-page .question-big {
    background-color: rgb(33,123,177);
}

