body {
    font-family: arial;
    padding: 0;
    margin: 0;
    position: relative;
}

.container_wrapper {
    width: 100%;
    max-width: 1024px;
    height: 850px;
    margin: 0 auto;
    position: relative;
    background-image: linear-gradient(to left top, #fdd668, #ffb454, #ff8f50, #ff6659, #fd386b);
    overflow: hidden;
}

header {
    width: 100%;
    background-image: linear-gradient(to right, #772486, #a10076, #c1005c, #d4003b, #d91d0c);
    float: left;
}

.welcome_screen {
    float: left;
    width: 100%;
    height: calc(100% - 40px);
}

.task_screen {
    float: left;
    width: 100%;
    height: calc(100% - 100px);
}

span.head_name {
    font-size: 20px;
    color: #fff;
    padding: 10px;
    display: block;
    float: left;
    text-transform: uppercase;
}

span.head_name1 {
    font-size: 18px;
    color: #ffebb8;
    padding: 10px 0;
    display: block;
    float: left;
}

span.head_edition {
    font-size: 12px;
    color: #ffebb8;
    padding: 6px 20px;
    line-height: 14px;
    width: 20px;
    float: left;
    text-transform: uppercase;
}

span.head_right {
    float: right;
    font-size: 20px;
    color: white;
    padding: 10px;
}

.login_box {
    width: 62%;
    background: rgba(133, 39, 134, 0.8);
    padding: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
transform: translate(-50%, -50%);
    color: #fff;
    background: #942061;
    border-left: 4px solid #ffc25c;
    -webkit-box-shadow: 4px 5px 0 #0005;
    box-shadow: 4px 5px 0 #0005;
    -webkit-box-shadow: 7px 10px 15px #0004;
    box-shadow: 7px 10px 15px #0004;
    padding-bottom: 50px;
    background: rgba(119, 36, 134, 1);
    background: -moz-linear-gradient(left, rgba(119,36,134,1) 0%, rgba(147,23,93,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(119,36,134,1)), color-stop(100%, rgba(147,23,93,1)));
    background: -webkit-linear-gradient(left, rgba(119, 36, 134, 1) 0%, rgba(147, 23, 93, 1) 100%);
    background: -o-linear-gradient(left, rgba(119,36,134,1) 0%, rgba(147,23,93,1) 100%);
    background: -ms-linear-gradient(left, rgba(119,36,134,1) 0%, rgba(147,23,93,1) 100%);
    background: linear-gradient(to right, rgba(119, 36, 134, 1) 0%, rgba(147, 23, 93, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#772486', endColorstr='#93175d', GradientType=1 );
}

.login_title {
    text-align: center;
    font-size: 20px;
    padding-bottom: 14px;
    text-align: center;
    padding-bottom: 10px;
    margin-top: 0;
    font-weight: 600;
    color: #FFF3A8;
    margin-bottom: 0px;
}

.login_text {
    padding-bottom: 20px;
}

.field_wrapper {
    float: left;
    width: 100%;
    padding: 6px;
}

.field_wrapper label {
    width: 100%;
    float: left;
    padding-bottom: 4px;
    display: block;
}

.field_wrapper input {
    width: calc(100% - 25px);
    padding: 8px 10px;
    font-size: 16px;
    outline: none;
    height: 30px;
    color: #22222;
    border-radius: 0;
    font-weight: 500;
    border: 1px solid transparent;
    background: #fff5f5;
    border-left: 4px solid #ffc25c;
}

.login_fields {
    width: 60%;
    margin: 0 auto;
}

.btn_style {
    display: block;
    background: #c91d20;
    outline: none;
    border: 1px solid #333;
    padding: 4px 30px;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;    color: #000000;
    border-radius: 0px;
    cursor: pointer;
    background: #ffdf88;
    outline: none;
    padding: 9px 40px;
    font-size: 16px;
    border: none;
    margin-top: 83px;
    position: relative;
    top: 4px;
    border: 1px solid #d48f1b;
}

input.login_btn.btn_style {
margin: 0 auto;
    display: block;
    background: #ffdf88;
    outline: none;
    border: 0px;
    padding: 9px 50px;
    color: #000000;
    border-radius: 4px;
    font-size: 16px;
    border-radius: 0;
    position: relative;
    top: 18px;
    border: 1px solid #d48f1b;
}

input.login_btn.btn_style:hover {
    
}

.help_container {
    margin: 10px 0;
    background: #852585;
    color: #fff;
    width: 96%;
    float: left;
    padding-left: 10px;border-left: 4px solid #ffc25c;
    padding: 10px 10px;
    margin-left: 10px;
    background: rgba(119, 36, 134, 1);
    background: -moz-linear-gradient(left, rgba(119,36,134,1) 0%, rgba(147,23,93,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(119,36,134,1)), color-stop(100%, rgba(147,23,93,1)));
    background: -webkit-linear-gradient(left, rgba(119, 36, 134, 1) 0%, rgba(147, 23, 93, 1) 100%);
    background: -o-linear-gradient(left, rgba(119,36,134,1) 0%, rgba(147,23,93,1) 100%);
    background: -ms-linear-gradient(left, rgba(119,36,134,1) 0%, rgba(147,23,93,1) 100%);
    background: linear-gradient(to right, rgba(119, 36, 134, 1) 0%, rgba(147, 23, 93, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#772486', endColorstr='#93175d', GradientType=1 );
}

.help_container span {
    padding: 0 10px;
    display: block;
    float: left;
    font-size: 18px;
    line-height: 10px;
}

a.help_btn.btn_style {
    float: right;
    margin-right: 1px;
    margin-top: 0;
    text-decoration: none;
    top: 0;
}

a.help_btn.btn_style:focus {
    outline: 2px solid #000;
	    outline-offset: 1px;
}

.left_container {
    width: calc(100% - 18px);
    margin: 10px 5px 10px 10px;
    float: left;
    position: relative;
}

.right_container {
       width: calc(100% - 19px);
    margin: 10px 10px 10px 10px;
    float: left;
    position: relative;
}

.left_container_top,
.right_container_top {
    background: #852585;
    height: 612px;
    padding: 10px;    background: rgba(119, 36, 134, 1);
    background: -moz-linear-gradient(left, rgba(119,36,134,1) 0%, rgba(147,23,93,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(119,36,134,1)), color-stop(100%, rgba(147,23,93,1)));
    background: -webkit-linear-gradient(left, rgba(119, 36, 134, 1) 0%, rgba(147, 23, 93, 1) 100%);
    background: -o-linear-gradient(left, rgba(119,36,134,1) 0%, rgba(147,23,93,1) 100%);
    background: -ms-linear-gradient(left, rgba(119,36,134,1) 0%, rgba(147,23,93,1) 100%);
    background: linear-gradient(to right, rgba(119, 36, 134, 1) 0%, rgba(147, 23, 93, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#772486', endColorstr='#93175d', GradientType=1 );    border-left: 4px solid #ffc25c;
}

.left_container_bottom,
.right_container_bottom {
    background: #852585;
    margin-top: 10px;
    width: calc(100% - 5px);
height: 59px;
    background: rgba(119, 36, 134, 1);
    background: -moz-linear-gradient(left, rgba(119,36,134,1) 0%, rgba(147,23,93,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(119,36,134,1)), color-stop(100%, rgba(147,23,93,1)));
    background: -webkit-linear-gradient(left, rgba(119, 36, 134, 1) 0%, rgba(147, 23, 93, 1) 100%);
    background: -o-linear-gradient(left, rgba(119,36,134,1) 0%, rgba(147,23,93,1) 100%);
    background: -ms-linear-gradient(left, rgba(119,36,134,1) 0%, rgba(147,23,93,1) 100%);
    background: linear-gradient(to right, rgba(119, 36, 134, 1) 0%, rgba(147, 23, 93, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#772486', endColorstr='#93175d', GradientType=1 );
    border-left: 4px solid #ffc25c;
}

.left_container_bottom input,
.right_container_bottom input {
    float: left;
    float: left;
    margin: 7px 10px 0;
}


/****** Help popup start here ********/

.term_condition {
    position: relative;
    background: #852585;
    width: 80%;
    overflow: hidden;
    max-height: 525px;
    padding: 0 20px 50px;
    margin: 0 auto;
    top: 30px;    border-left: 4px solid #ffc25c;
    background: rgba(119, 36, 134, 1);
    background: -moz-linear-gradient(left, rgba(119,36,134,1) 0%, rgba(147,23,93,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(119,36,134,1)), color-stop(100%, rgba(147,23,93,1)));
    background: -webkit-linear-gradient(left, rgba(119, 36, 134, 1) 0%, rgba(147, 23, 93, 1) 100%);
    background: -o-linear-gradient(left, rgba(119,36,134,1) 0%, rgba(147,23,93,1) 100%);
    background: -ms-linear-gradient(left, rgba(119,36,134,1) 0%, rgba(147,23,93,1) 100%);
    background: linear-gradient(to right, rgba(119, 36, 134, 1) 0%, rgba(147, 23, 93, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#772486', endColorstr='#93175d', GradientType=1 );
}

.help-task {
    position: absolute;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
}

.help_wrapper1 {
    position: relative;
    background: #852585;
    width: 80%;
    overflow: hidden;
    max-height: 500px;
    padding: 0 20px 50px;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
	    border-left: 4px solid #ffc25c;
    max-height: 520px;
    z-index: 9999;
    background: rgba(119, 36, 134, 1);
    background: -moz-linear-gradient(left, rgba(119,36,134,1) 0%, rgba(147,23,93,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(119,36,134,1)), color-stop(100%, rgba(147,23,93,1)));
    background: -webkit-linear-gradient(left, rgba(119, 36, 134, 1) 0%, rgba(147, 23, 93, 1) 100%);
    background: -o-linear-gradient(left, rgba(119,36,134,1) 0%, rgba(147,23,93,1) 100%);
    background: -ms-linear-gradient(left, rgba(119,36,134,1) 0%, rgba(147,23,93,1) 100%);
    background: linear-gradient(to right, rgba(119, 36, 134, 1) 0%, rgba(147, 23, 93, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#772486', endColorstr='#93175d', GradientType=1 );
}

.term_condition h2,
.help-task h2 {
    color: #fff;
    margin: 10px 0;
}

.help_wrapper {
    background: #fff;
    overflow: auto;
    padding: 0 20px 20px;
    position: relative;
    height: 440px;
    font-size: 14px;
}

.help_wrapper p {
    margin: 8px 0;
}

p.inst {
    font-weight: bold;
    margin: 18px 0;
}

.align_left span:nth-child(2) {
    padding-left: 20px;
    display: block;
}

.align_left {
    float: left;
    width: 100%;
    margin: 10px 0;
}

input.cont_btn.btn_style,
input.ok_btn.btn_style {
    margin: 10px 0;
    float: right;
}


/****** Help popup ends here ********/


/****** task page start here ********/

.tab_content {
    display: none;
}

.tab_content.active {
    display: block;
    background: #fff;
}


.tablink {
    float: left;
    font-size: 12px;
    width: 100px;
    height: 50px;
    cursor: pointer;
    display: block;
    background: #d19fa0;
    outline: none;
    border: 1px solid #333;
    padding: 4px;
    color: black;
    border-radius: 4px;
    margin-right: 10px;
    text-align: center;
    opacity: 1;    float: left;
    font-size: 14px;
    width: 133px;
    cursor: pointer;
    display: block;
    background: #ffdf88;
    outline: none;
    border: none;
    padding: 6px 4px;
    color: #000000;
    border-radius: 0px;
    margin-right: 10px;
    text-align: center;
    opacity: 1;
    outline: none;
    position: relative;
    border: 1px solid #ce9433;
}
.tablink:hover{    background: linear-gradient(to bottom, #eaa031 0%, #ffd05b 51%, #eaa744 100%);}
.readmore{   color: white;
    background: none;
    border: none;
    padding: 0;
    /* text-decoration: underline; */
    cursor: pointer;
    position: relative;
    right: -144px;
    float: left;
    top: 6px;}
/* #gridcon-3 .tablink{    top: 20px;}
#gridcon-4 .tablink{    top: 13px;}
#gridcon-5 .tablink{    top: 7px;} */
input:-internal-autofill-selected{    background:#fff0db !important;}
.readmore span{background:url(../images/right.png) no-repeat;    float: right;
    position: relative;
    width: 9px;
    height: 15px;
    left: 4px;
    background-size: 6px;
    top: 3px;}
.tablink:focus {
    outline: 2px solid #000;
	    outline-offset: 1px;

}

.tablink_wrapper {
    float: left;
    width: 100%;
}

.gridcon {
    flex-direction: row;
    min-height: 64px;
    overflow: auto;
}
#reset_title{color: #FFF3A8 !important;}
.reset_wrapper1 {
    position: fixed;
    background: #852585;
    width: auto;
    overflow: hidden;
    max-height: 500px;
    padding: 30px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    border: 1px solid black;
    height: 150px;
	    border-left: 4px solid #ffc25c;
    -webkit-box-shadow: 4px 5px 0 #0005;
    box-shadow: 4px 5px 0 #0005;
    -webkit-box-shadow: 7px 10px 15px #0004;
    box-shadow: 7px 10px 15px #0004;
    padding-bottom: 50px;
    background: rgba(119, 36, 134, 1);
    background: -moz-linear-gradient(left, rgba(119,36,134,1) 0%, rgba(147,23,93,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(119,36,134,1)), color-stop(100%, rgba(147,23,93,1)));
    background: -webkit-linear-gradient(left, rgba(119, 36, 134, 1) 0%, rgba(147, 23, 93, 1) 100%);
    background: -o-linear-gradient(left, rgba(119,36,134,1) 0%, rgba(147,23,93,1) 100%);
    background: -ms-linear-gradient(left, rgba(119,36,134,1) 0%, rgba(147,23,93,1) 100%);
    background: linear-gradient(to right, rgba(119, 36, 134, 1) 0%, rgba(147, 23, 93, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#772486', endColorstr='#93175d', GradientType=1 );
}
.can_rest,
.ok_rest {
    margin-top: 20px;
    background: #c91d20;
    outline: none;
    border: 1px solid #333;
    padding: 4px 30px;
    color: #000000;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    /* width: auto; */
    background: #ffdf88;
    outline: none;
    padding: 9px 40px;
    font-size: 16px;
    border: none;
    /* margin-top: 83px; */
    position: relative;
    top: 4px;
    border: 1px solid #d48f1b;
    border: 1px solid #ce9433;
}
#can_rest{float: right;
    margin-right: 20px;}
#ok_rest{float: left;
    margin-left: 20px;}
@media (max-width: 400px) {
    .gridcon {
        flex-direction: column;
    }
    .reset_wrapper1 {
        overflow: auto;
    }
    .container_wrapper {
        height: 1300px;
    }
    .left_container_bottom {
        height: 86px;
    }
    
 
    .right_container_bottom {
        height: 86px;
    }
    .can_rest,
.ok_rest {
  
    display: flex;
    width: 100%;

}
}

.tablink_content {
    float: left;
    width: 100%;
    margin-top: 10px;
     height: 583px;
    overflow-y: auto;background: #fff;
    padding: 5px;
}

.tablink_content table {
    border-collapse: collapse;
    font-size: 10px;
    width: 100%;
    text-align: left;    border: 1px solid #e6a63c;
}

.tablink_content table th,
.tablink_content table td {
    padding: 4px;
    border-right: 1px solid #333;
}
.tablink_content table th{
    background: #ffdf88;
    border-bottom: 1px solid #e6a63c;    font-size: 12px;}
.tablink_content table td{

    border-bottom: 1px solid #e6a63c;font-size: 11px;}

.tablink_content table th:last-child,
.tablink_content table td:last-child {
    border-right: none;
}

.tablink_content table tr:nth-child(even)
 {
    background: #fff3d66b;
    border-bottom: 1px solid #e6a63c;
}


.tablink_content table tr:nth-child(odd) {
    background: #fed46745;
    border-bottom: 1px solid #e6a63c;
}


/****** task page end here ********/

input[type="submit"]:disabled,
.disabled {
opacity: 0.7;
    cursor: default;
    /* color: #e0e0e0 !important; */
    /* background: #b1b1b1; */
    /* border: 1px solid #c1c1c1; */
    color: #636363;
}

.heading {
    color: #fff3a8;
    font-weight: bold
}

.writeText-label {
    color: #fff;
    font-weight: bold;
}
#heading{    margin-bottom: 7px !important;}

.reset_wrapper {
    text-align: center;
    color: #ffff;
    margin-top: 10px;
}



.writeTextHtml {
    width: calc(100% - 20px);
    height: 75;
    overflow: auto;
    background: #fff;
    padding: 10px;
    font-size: 13px;
    height: 501px;
}

#writeText {
    width: 100%;
    height: 518px;
    overflow: auto;
    padding: 0;
}

.tablink.active {
    background: linear-gradient(to bottom, #eaa031 0%, #ffd05b 51%, #eaa744 100%);
    outline: 1px solid #000000;
}

input.audio {
    float: right;
}

.tblclass thead {
    border-bottom: 1px solid #333;
}

.tablink_content table tbody tr:hover {
    background: #ffecb3;
}


/* .tablink_content table .selected{
    background:#ffd36c;
} */

.help_wrapper1 h2 {
    font-size: 22px;
    color: #FFF3A8 !important;
}


/*  

  input[type="button"]:disabled{
    opacity: 0.7;cursor: default;
  } */


/* #writeText{
 } */

.red_color {
    color: #f00;
}

.green_color {
    color: #09c109;
}

#my-audio {
    height: 30px;
    float: right;
    padding: 5px 10px;
    width: 50%;
    position: absolute;
    top: 32px;
    right: 0;
}

.cke_editable {
    margin: 0;
    padding: 10px;

}

.cke_editable p {
    margin: 2px 0;
}

.cke_wysiwyg_frame {
    min-height: 518px;
}

div#cke_writeText {
    height: 518px;
}

.tablink .deactive {
    opacity: .7;
}

.cke_inner {
    height: 100%;
}

.cke_contents {
    overflow: visible;    font-size: 14px !important;
}

.sltbutton {
    width: 90px;
    margin: 0px;
    top: 0px;
    padding: 6px 0px;    font-size: 13px;
}
.selected{    background: linear-gradient(to bottom, #eaa031 0%, #ffd05b 51%, #eaa744 100%);}
.btn_style:focus {
outline: 2px solid #141414;

    outline-offset: 1px;
}

input.login_btn.btn_style.active:focus {
outline: 2px solid #141414;

    outline-offset: 1px;
}