﻿/*survey*/
body {
    direction:rtl;
}
.survey_container {
    position: fixed;
    background-color: rgba(255,255,255,0.93);
    z-index: 9999999999999;
    bottom: -240px;
    right: 50px;
    padding: 10px;
    border: solid 2px #2575BC;
    border-radius: 5px;
    min-height: 80px;
    width: 235px;
    transition: 1s;
    opacity:0;
    border-top-right-radius: 0;
    box-sizing:initial;
}
.survey_container>h1 {
    font-size: 18px!important;
    margin-bottom: 15px;
    padding-right: 45px;
    border-bottom: solid 2px #E6BE61;
    padding-bottom: 10px;
    line-height:1.6;
}
.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;
}
.logoEstbian {
    position: absolute;
    right: 0;
    color: #fff;
    background-image: url(/Content/Survey/images/jazeera_logo.png);
    background-repeat: no-repeat;
    display: block;
    background-size: 80%;
    width: 45px;
    top: 0;
    height: 70px;
    background-position: center center;
}
.survey_container>.btns_survey_container>span:last-child {
    background: #B21C1C;
}
.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: 23px;
    color: #333;
}
.lbl_rdio_cntr {
    display: inline-block;
    margin-right: -4px;
    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 #2575BC;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.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;
    width: 48%;
    box-sizing: border-box;
    min-height: 24px;
    position: relative;
    border-radius: 0;
    padding-right: 0;
}
.orderAnswers{
    margin-right:2%;
}
.unorderAnswers>li, .orderAnswers>li {
    text-align: right;
    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;
        padding: 7px;
}

.orderType>p {
    color: #B11818;
    margin-top: 10px;
    margin-bottom: 35px;
    font-size: 15px;
}
.unorderAnswers:before {
    content: "إجابات غير مرتبة";
    position: absolute;
    top: -31px;
    background-color: #2575BC;
    color: #fff;
    padding: 5px;
    font-size: 14px;
    right: -2px;
    left: -2px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    box-sizing: border-box;
}
.orderAnswers:before {
    content: "إجابات مرتبة";
    position: absolute;
    top: -31px;
    background-color: #2575BC;
    color: #fff;
    padding: 5px;
    font-size: 14px;
    right: -2px;
    left: -2px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    box-sizing: border-box;
}
.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: #2575BC;
    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: #F2F2F2;
    border: solid 3px #2575BC;
    border-radius: 5px;
    overflow: auto;
    margin-top: 10px;
    padding: 20px;
    display: block;
}
iframe.btnsSrvyContainer {height: 77%;transition: 0.5s;}
.capcha_container {
    width: 33%;
    margin: 0 auto;
    border: solid 2px #2575BC;
    padding: 5px;
    border-radius: 5px;
    margin-bottom: 20px;
    background-color: #fff;
    box-sizing: border-box;
}
.divCaptcha img{
    max-width:100%;
}
.memberShipCaptchaImage{height:40px; cursor:pointer;}
.setMandetoryQuestions:before {
    content: "*";
    position: absolute;
    right: -4px;
    top: 3px;
    color: #B21C1C;
    font-size:20px;
}
span.actDiv>input {
    padding: 3%;
    width: 92%;
    margin-top: 8px;
}
.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: right;
    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: solid 2px #E3E3E3;
    background:#fff;
    padding: 10px;
    position: relative;
    padding-top: 40px;
    margin-bottom: 30px;
        padding-bottom: 30px;
}
span.qestName {
    position: absolute;
    top: 0;
    background-color: #2575BC;
    right: 0;
    color: #fff;
    padding: 10px 15px;
    font-size:18px;
    width: auto;
    text-align: right;
    font-weight:bold;
}
.qesmSection:last-child {
    margin-bottom: 0;
}
.makeShareRight .social_share_container {
    left: 26px !important;
    top: -16px !important;
    min-width: 130px !important;
}

 .makeShareRight .social_share_container:before {
        top: 18px !important;
        left:-14px !important;
        transform:rotate(-90deg) !important;
    }

 .makeShareRight .social_share_container .media {
        float: left;
        margin-right: 18px !important;
        margin-bottom: 0px !important;
    }

 .makeShareRight .social_share_container .media:last-child {
            margin-right: 0px !important;
        }

.makeShareUp .social_share_container {
    left: 27px;
    top: -110px;
}

.makeShareUp .social_share_container:before {
        left: -14px;
        top: 113px;
        -ms-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
@media only screen and (max-width:767px) {
    .orderAnswers{margin-right:0;}
    .Single_question_container > h1 {font-size: 18px;}
    .unorderAnswers, .orderAnswers {width: 100%;max-width: 100%;}
    .orderAnswers {margin-top: 40px;}
    .capcha_container {width: 94%;position: relative;top: -13px;}
    .lbl_rdio_cntr > .srvyBtns {width: 100%;}
    .lbl_rdio_cntr > input[type="text"] {width: 100%;padding-left: 0;padding-right: 0;width: 90%;}
    .btnsSrvyContainer {overflow: scroll;}
    .lbl_rdio_cntr {margin-right: 0;}
    .lbl_rdio_cntr {width:100%;margin-bottom: 10px;}
    div.btnsSrvyContainer>.srvyBtns {width: 100%;float: none;}
}

/*End survey*/