﻿/*survey*/
body {
    direction:rtl;
}
.survey_container {
    position: fixed;
    background-color: rgba(255,255,255,0.8);
    bottom: -240px;
    right: 50px;
    padding: 10px;
    border: solid 2px #2575BC;
    border-radius: 5px;
    min-height: 80px;
    width: 235px;
    transition: 1s;
    opacity:0;
}
.survey_container>h1,.survey_container>h2 {
    font-size: 18px;
    margin-bottom: 15px;
}
.survey_container>p {
    margin-bottom: 20px;
}
.btns_survey_container>span {
    display: inline-block;
    width: 45%;
    text-align: center;
    background-color: #2575BC;
    border-radius: 5px;
    color: #fff;
    line-height: 30px;
    cursor:pointer;
    transition: 0.5s;
}
.btns_survey_container>span:hover {
    background-color: #E6BE61;
}
.btns_survey_container>span:first-child {
    margin-left: 20px;
}
.show_survey {
        bottom: 20px;
        opacity:1;
}
.all_questions_Container_for_survey {
    position: fixed;
    top: -110%;
    right: 0;
    background-color: rgba(0,0,0,0.9);
    width: 100%;
    height: 100%;
    z-index: 99999999999;
    transition: 1s;
}
.all_questions_Container_for_survey_show {
    top:0;
}

.Single_question_container>h1 {
    font-size: 20px;
    color: #333;
}
.lbl_rdio_cntr {
    display: inline-block;
    margin-right: 0 !important;
    vertical-align: top;
    margin-left: 2%;
}
.lbl_rdio_cntr:first-child {
    margin-right:0;
}
.lbl_rdio_cntr:last-child {
    margin-left:0;
}
.lbl_rdio_cntr>label {
    color: #333;
    font-size: 18px;
}
.Single_question_container {
    border-bottom: solid 4px #333;
    padding-bottom: 20px;
    margin-bottom: 20px;
    padding-right: 10px;
}
.Single_question_container:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.textInputType .answer_part_container .lbl_rdio_cntr input[type="text"] {
    width: 100%;
    height: 20px;
    border: none;
    border-bottom: dashed 1pX #333;
    outline: none;
    font-size: 18px;
}
.textInputType .answer_part_container .lbl_rdio_cntr {
    width:99%;
}


.unorderAnswers, .orderAnswers {
    display: inline-block;
    background-color: #fff;
    min-width: 30%;
    vertical-align: top;
    border: solid 2px #2575BC;
    border-radius: 5px;
    max-width: 49%;
    min-height: 24px;
    position: relative;
    border-top-right-radius: 0;
}
.unorderAnswers>li, .orderAnswers>li {
    text-align: center;
    border-bottom: solid 1px #ABABAB;
    color: #333333;
    cursor: pointer;
    background-color: #fff;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: block;
    text-align: right;
    padding-bottom: 4px;
    font-size: 18px;
}

.orderType>p {
    color: #B11818;
    margin-top: 10px;
    margin-bottom: 35px;
    font-size: 18px!important;
}
.unorderAnswers:before {
    content: "إجابات غير مرتبة";
    position: absolute;
    top: -33px;
    background-color: #2575BC;
    color: #fff;
    padding: 5px;
    right: 0;
    font-size: 18px!important;
    right: -2px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.orderAnswers:before {
    content: "إجابات مرتبة";
    position: absolute;
    top: -33px;
    background-color: #2575BC;
    color: #fff;
    padding: 5px;
    right: 0;
    font-size: 18px!important;
    right: -2px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.unorderAnswers>li:hover, .orderAnswers>li:hover {
    color: #e6be61;
}
table.singleGroup {
    width: 100%;
    border: solid 3px #2575BC;
    border-radius: 5px;
}
table.singleGroup th {
    border: solid 1px #2575BC;
    text-align: center;
    background-color: #B21C1C;
    color: #fff;
    font-weight: bold;
}
table.singleGroup td {
    border: solid 1px #2575BC;
    text-align: center;
}
table.singleGroup tr:nth-child(even) td {
    background-color: #B0B0B0;
    color: #fff;
}
.btnsSrvyContainer {
    width: 70%;
    margin: 0 auto;
    background-color: #fff;
    border: solid 3px #2575BC;
    border-radius: 5px;
    overflow: auto;
    margin-top: 10px;
    padding: 20px;
}
.srvyBtns {
    font-size: 20px;
    color: #fff;
    background-color: #2575BC;
    border: solid 2px #2575BC;
    border-radius: 5px;
    cursor: pointer;
    outline:none;
}
.srvyBtns:active {
    color: #444;
    background-color: #fff;
}
.srvyBtns.clsSrvy {
    background-color: #B21C1C;
    border-color: #B21C1C;
    float: left;
}
.orderAnswers {
    counter-reset: li ;
}

.orderAnswers>li:before {
    content: counter(li);
    counter-increment: li;
    display: inline-block;
    margin-left: 10px;
    float: none;
    width: 20px;
    height: 20px;
    background-color: #B21C1C;
    color: #fff;
    font-size: 10px;
    text-align: center;
    border-radius: 100%;
    line-height: 19px;
    position: relative;
    right: 5px;
    top: 3px;
}
.draggingSurvey {
    position:relative !important;
}
.qesmSection {
    border: dotted 2px #333333;
    padding: 10px;
    position: relative;
    padding-top: 35px;
    margin-bottom: 30px;
}
span.qestName {
    position: absolute;
    top: 0;
    background-color: #B21C1C;
    right: 0;
    color: #fff;
    padding: 5px;
    width: 30%;
    text-align: center;
}
.qesmSection:last-child {
    margin-bottom: 0;
}
.dropDownAnswer>select {
    width: 30%;
    height: 25px;
}
.lbl_rdio_cntr>input[type="text"] {
    padding: 5px;
    color: #333333;
    outline: none;
}
.Single_question_container.orderType>.lbl_rdio_cntr {
    margin-top: 20px;
}
.addOtherOrderInput {
    position: relative;
    top: -3px;
    margin-left: 10px;
}
.setMandetoryQuestions {
    position: relative;
}

/*End survey*/


.errorMessage{
    color:red;
    display:none;
    font-size:12px;
}
.thnxmsg,.failmsg {
    text-align: center;
    font-size: 25px;
    color: #2575BC;
}
.failmsg {
color:red;
}
.inlineDisplayClass {
    display: inline-block;
    vertical-align: top;
    width: 40px;
}
span.divCaptcha {
    display: inline-block;
    vertical-align: top;
    width: 62%;
    margin-right: 9%;
}
span.blue.small-font-size>img {
    display: inline-block;
    width: 15px;
}
span.blue.small-font-size {
    color: #2575BC;
    font-size: 12px;
}
.actDiv {
    display: block;
}

.addArrMove {
position:relative;
}
.upArrM, .DownArrM {
    display: inline-block;
    width: 45%;
    vertical-align: top;
    border: solid #2575BC 1px;
    border-radius: 5px;
    margin-bottom: 3px;
    text-align: center;
}
.DownArrM:after
{
    content: "";
    height: 0;
    width: 0;
    border: .2em solid transparent;
    border-top-color: #333;
    position: relative;
    top: 11px;
}
.upArrM:after
{
    content: "";
    height: 0;
    width: 0;
    border: .2em solid transparent;
    border-bottom-color: #333;
    position: relative;
    top: -14px;
}
.addByUser {
    float: left;
    margin-left: 10px;
    display: inline-block;
    border: solid 2px #B21C1C;
    font-size: 16px;
    text-align: center;
    border-radius: 100%;
    line-height: 10px;
    position: relative;
    right: 5px;
    top: 4px;
    width: 15px;
    height: 15px;
    color: #000 !important;
    font-family: cursive;
}
.srvyBtns.sendSrvy.ipadMobile {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 20px;
    display:none;
}

.popupContainer {
    position: fixed;
    top: 0;
    right: 0;
    background: rgba(0,0,0,0.8);
    width: 100%;
    height: 100%;
}
.popupContainer>div {
    background-color: #fff;
    width: 50%;
    margin: 0 auto;
    margin-top: 20%;
    border: solid 2px #2575BC;
    border-radius: 5px;
    text-align: center;
}
.popupContainer > div > p {
    margin: 20px;
}
.popupContainer > div > .srvyBtns
{
    font-size: 15px;
    padding: 5px;
    display: block;
    width: 55px;
    margin: 0 auto;
    margin-bottom: 10px;
}
.pageLoading {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
    text-align: center;
    padding-top: 22%;
}

.spinner {width: 60px !important;}
.spinner > div {width: 15px !important;height: 15px !important;}