

body{
    font-family: FrutigerLTW20-65Bold;
    font-size: 13px;
    direction: rtl;
    background-color: #3875b2;
    color: white;
}


.polltitle{
    font-size: 15px;

}


input,select,option {
    font-size: 11px;
    color: #000000;
  /*  text-indent: 15px;*/
}


.inputcolor{
    /*background: #49a809;*/
    border-radius: 30px;
    padding: 5px 15px 5px 15px;
    color: #000000;
    border: 0;
    /*font-weight: bolder;*/
}

.radio label, .checkbox label {
    cursor: pointer;
    font-weight: normal;
    margin-bottom: 0;
    min-height: 20px;
}


.rowcolor{
    background: #f0f0f0;
}


.divpadding{
    padding-top: 10px;
    padding-bottom: 10px;
}


.has-error{
    color: red;
}

.choicecolor{
    color: rgba(255, 255, 255, 1);
    padding-right: 5px;
}

.choicecolorresults{
    color: #ded13f;
}


.pad{
    margin-bottom: 10px;
}