.test_results_div{
margin-top:50px;
width:700px;
box-shadow: inset 0px 0px 10px 0px #ABABAB,5px 5px 5px 1px #DDDDDD;
-webkit-box-shadow: inset 0px 0px 10px 0px #ABABAB,5px 5px 5px 1px #DDDDDD;
-moz-box-shadow: inset 0px 0px 10px 0px #ABABAB,5px 5px 5px 1px #DDDDDD;
-o-box-shadow: inset 0px 0px 10px 0px #ABABAB,5px 5px 5px 1px #DDDDDD;
padding:0px 0px 10px 0px;
border-radius:5px;

}
.results_heading{
font-size:13px;
font-weight:bold;
background:#0f7dca;
padding:10px;
border-radius:5px 5px 0px 0px;
color:#FFFFFF;
margin-top:-13px;

}
.score_color{

color:#CC00FF;
}
.div_background_style{
	border:1px solid #CCCCCC;
	padding:10px 10px 10px 10px;
	border-radius:5px;
	box-shadow:5px 5px 40px 1px #0f7dca inset;
	min-height:800px;
	text-align:left;
}
.Qus_button_disp_div{
float:left; 
padding:10px;
}
.font_style_speaker{
	font-size:12px; font-family:'Times New Roman'; color:#0080C0;font-weight:100;
	background-color:#E7EFF7;
	padding:5px 10px 5px 10px;
	border-radius:10px;
	border:1px ridge #E7EFF7;
}

.des_div{
	border:1px solid #92B9DA;
	border-radius:10px;
	min-height:170px;
	background:#FFFFFF;
	/*overflow:auto;*/
}
.image_style{ margin-top:10px; border: 1px solid #ddd; padding: 6px; background:#ffffff;}
.div_style{
	background:#0099CC; width:110px; font-size:12px; padding:5px; border-radius:10px 10px 0px 0px; border:1px ridge #999999; border-bottom:1px solid #FFFFFF;
	cursor:pointer;
	color:#FFFFFF;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:1px;
}
.div_style_active{
	background-color:#FFFFFF;
	color:#330000;
	font-weight:100;
}
.vid_img_span{
	margin:10px 0px 10px 5px;
	padding:5px 5px 5px 5px;
}

.letter_first{
	color:#FF0066; font-size:15px;
}
.letter_second{
	color:#FFFF66; font-size:15px;
}
.letter_third{
	color:#00CC00; font-size:15px;
}

 #foo {
    position: fixed;
    bottom: 0;
    right: 0;
  }
.editbutton_style{
	cursor:pointer;
}

.exam_header_style{
background: #8ccdfc; /* Old browsers */
background: -moz-linear-gradient(top,  #8ccdfc 0%, #5bb4ef 40%, #0889e6 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8ccdfc), color-stop(40%,#5bb4ef), color-stop(100%,#0889e6)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #8ccdfc 0%,#5bb4ef 40%,#0889e6 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #8ccdfc 0%,#5bb4ef 40%,#0889e6 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #8ccdfc 0%,#5bb4ef 40%,#0889e6 100%); /* IE10+ */
background: linear-gradient(to bottom,  #8ccdfc 0%,#5bb4ef 40%,#0889e6 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8ccdfc', endColorstr='#0889e6',GradientType=0 ); /* IE6-9 */
min-height:40px;
line-height:40px;
font-size:100%;
color:#FFFFFF;
}

.timer_container_css{
background: rgb(254,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(254,255,255,1) 0%, rgba(210,235,249,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,255,255,1)), color-stop(100%,rgba(210,235,249,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(254,255,255,1) 0%,rgba(210,235,249,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(254,255,255,1) 0%,rgba(210,235,249,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(254,255,255,1) 0%,rgba(210,235,249,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(254,255,255,1) 0%,rgba(210,235,249,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#d2ebf9',GradientType=0 ); /* IE6-9 */

border-radius:4px 4px 0px 0px;
padding:5px;
width:230px;
}
.time_labele_style{
font-size:110%;
color:#000000;

}
.time_style{
font-size:120%;
color:#CC00CC;
}
.name_labele_style{
font-size:110%;
color:#000000;
}
.name_style{
font-size:120%;
color:#0033FF;
}
.unselect_style{

background:#8b98a5;
color:#FFFFFF;
border-style:none;
/*background: rgba(255,255,255,1);
background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(237,237,237,1)));
background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=1 );*/
border-radius:5px;
padding:5px;
width:30px;
height:30px;
/*cursor:pointer;*/
}

.notanswered_style{
background:#ec3f2a;
border-style:none;
/*background: rgba(248,80,50,1);
background: -moz-linear-gradient(-45deg, rgba(248,80,50,1) 0%, rgba(231,56,39,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(248,80,50,1)), color-stop(100%, rgba(231,56,39,1)));
background: -webkit-linear-gradient(-45deg, rgba(248,80,50,1) 0%, rgba(231,56,39,1) 100%);
background: -o-linear-gradient(-45deg, rgba(248,80,50,1) 0%, rgba(231,56,39,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(248,80,50,1) 0%, rgba(231,56,39,1) 100%);
background: linear-gradient(135deg, rgba(248,80,50,1) 0%, rgba(231,56,39,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f85032', endColorstr='#e73827', GradientType=1 );*/
border-radius:5px ;
padding:5px;
width:30px;
height:30px;
/*cursor:pointer;*/
color:#FFFFFF;
}

.answered_style{
background:#627d4d;
border-style:none;
/*background: rgba(98,125,77,1);
background: -moz-linear-gradient(-45deg, rgba(98,125,77,1) 0%, rgba(103,181,29,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(98,125,77,1)), color-stop(100%, rgba(103,181,29,1)));
background: -webkit-linear-gradient(-45deg, rgba(98,125,77,1) 0%, rgba(103,181,29,1) 100%);
background: -o-linear-gradient(-45deg, rgba(98,125,77,1) 0%, rgba(103,181,29,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(98,125,77,1) 0%, rgba(103,181,29,1) 100%);
background: linear-gradient(135deg, rgba(98,125,77,1) 0%, rgba(103,181,29,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#627d4d', endColorstr='#67b51d', GradientType=1 );*/
border-radius:5px ;
padding:5px;
width:30px;
height:30px;
/*cursor:pointer;*/
color:#FFFFFF;
}

.marked_style{
border-style:none;
background:#9168c1;
border-radius:5px ;
/*background: rgba(246,246,246,1);
background: -moz-linear-gradient(left, rgba(246,246,246,1) 0%, rgba(145,104,193,1) 2%, rgba(145,104,193,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(246,246,246,1)), color-stop(2%, rgba(145,104,193,1)), color-stop(100%, rgba(145,104,193,1)));
background: -webkit-linear-gradient(left, rgba(246,246,246,1) 0%, rgba(145,104,193,1) 2%, rgba(145,104,193,1) 100%);
background: -o-linear-gradient(left, rgba(246,246,246,1) 0%, rgba(145,104,193,1) 2%, rgba(145,104,193,1) 100%);
background: -ms-linear-gradient(left, rgba(246,246,246,1) 0%, rgba(145,104,193,1) 2%, rgba(145,104,193,1) 100%);
background: linear-gradient(to right, rgba(246,246,246,1) 0%, rgba(145,104,193,1) 2%, rgba(145,104,193,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#9168c1', GradientType=1 );
border-radius:100px ;*/
padding:5px;
width:30px;
height:30px;
/*cursor:pointer;*/
color:#FFFFFF;
}
.previousquestionbutton{
float:left;
}
.nextquestionbutton{
/*float:right;*/
}

.timer_contaienr{

background: rgb(210,235,249); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(210,235,249,1) 57%, rgba(254,255,255,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(57%,rgba(210,235,249,1)), color-stop(100%,rgba(254,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(210,235,249,1) 57%,rgba(254,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(210,235,249,1) 57%,rgba(254,255,255,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(210,235,249,1) 57%,rgba(254,255,255,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(210,235,249,1) 57%,rgba(254,255,255,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2ebf9', endColorstr='#feffff',GradientType=0 ); /* IE6-9 */


 border-radius:5px ;
}
* html #exestylepopupdiv {position:absolute;}
#exestylepopupdiv {display:block; top:0px; left:0px; width:100%; height:100%; position:fixed; background-image:url('https://lh3.googleusercontent.com/-rUv4L_9nz-8/T9sfSSJaZNI/AAAAAAAACf0/ETEgFKt-rR4/s128/exeideasopacity0.5.png');margin:0; overflow-y:auto; background:rgba(0,0,0,0.6); z-index:9999 !important;}
#exestylepopup {background-color:#fff; overflow:none; width:400px;}
.exestylepopup {width:400px; height:413px; position:fixed; top:45%; left:50%; margin-top:-210px; margin-left:-200px; border:0px solid #999; padding:0px;}
.exe-title {background:#000; color:#fff; font-size:20px !important; font-weight:bold; margin:5px 0; border:20px solid #ddd; padding:10px; line-height:25px; font-family:arial !important;}
.req_field {color:red;}

.sky-form header{padding:10px 0px 5px 0px; border-bottom:none;}
.sky-form fieldset{background:#f9f9f9; padding-top:0px !important;}
.welcome_title{padding-top:4px;}
.welcome_title span:nth-child(1){color:#333 !important; font-size:20px; margin-right:4px;}
.welcome_title span:nth-child(2){color:#4285f4 !important; font-size:20px;}
.companyname{color:#4285f4 !important;}

.table_design tr:hover{ background:#FFFFCC;}
.image_div{cursor:pointer;};

.Question_numbers_class{
	line-height:40px; 
	min-height:450px; 
	max-height:480px;

	overflow-y:scroll;
}

/*login popup */
.exestylepopup{left:35% !important;}
.placement-reg-popup img{background:none;}
.prp-left{padding:0px;background-size: cover;}
.prp-right{background:url(../bootstrap4/css/images/pr-popup-left01.jpg) no-repeat top center; padding-left:30px; padding-right:30px; min-height:500px;background-size: cover;}
.pr-logo-sec img {
    display: block;
    margin: 0px auto;
    padding: 20px 20px 12px;
}

.prp-left h4 {
    text-align: center;
    font-size: 20px;
    background: rgba(0,0,0,0.06);
    padding-bottom: 6px;
    margin-bottom: 15px;
    margin-top: 0px;
    padding-top: 5px;
}

.prp-left .stude-serv-img img {
    display: block;
    margin: 20px auto 20px;
}

.prp-right h4 {
    text-align: center; font-family:"Roboto Slab";
    font-size: 26px;
    font-weight:500;
    color: #0a4996;
    margin: 50px 0px 30px; line-height:36px;
}
.prp-right h4 span{color:#ee4037; display:block ;}

.prp-right select{border-radius:100px; border:none; font-size:14px; padding:10px 15px; color:#e19606; box-shadow:5px 5px 5px rgba(10,73,150,0.2); outline:none;}
.prp-right  p{color:#2a2a2a; font-size:14px; text-align:center;}
.prp-right  p span{color:#702db3; }
#exestylepopup .modal-content {background:#fff !important;}
#exestylepopup .modal-body {padding:0px !important;}

#loginform .login {
    font-size: 13px;
    color: #000;
    font-family: "arial";
    padding: 11px 15px 10px 50px;
    background-color: #fff !important;
    width: 100%;
    display: block;
    border: 0px solid #d8d8d8;
    margin: 13px 0 -3px 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow:0px 0px 8px rgb(5, 82, 177, 0.5);
}


#loginform .user {
    background: url(../styles/image/user.png) no-repeat;
}
#loginform .password {
    background: url(../styles/image/password.png) no-repeat;
}



/********* BUTTONS *********/
.start_your_prepartaion{}
.start_your_prepartaion .btn-warning, .btn-gradient{font-size:16px;font-weight: 600; color:#fff; cursor:pointer; margin:20px; padding:10px 30px;
    height:44px; text-align:center;
    border:none;
    background-size:300% 100%;

    border-radius: 50px;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.start_your_prepartaion .btn-warning:hover, .btn-gradient:hover {
    background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.start_your_prepartaion .btn-warning:focus, .btn-gradient:focus {
    outline: none;
}

.start_your_prepartaion .btn-warning.color-1, .btn-gradient.color-1 {
    background-image: linear-gradient(to right, #25aae1, #40e495, #30dd8a, #2bb673);
    box-shadow: 0 4px 15px 0 rgba(49, 196, 190, 0.75);
}
.start_your_prepartaion .btn-warning.color-2, .btn-gradient.color-2 {
    background-image: linear-gradient(to right, #f5ce62, #e43603, #fa7199, #e85a19);
    box-shadow: 0 4px 15px 0 rgba(229, 66, 10, 0.75);
}
.start_your_prepartaion .btn-warning.color-3, .btn-gradient.color-3 {
    background-image: linear-gradient(to right, #667eea, #764ba2, #6B8DD6, #8E37D7);
    box-shadow: 0 4px 15px 0 rgba(116, 79, 168, 0.75);
}
.start_your_prepartaion .btn-warning.color-4, .btn-gradient.color-4 {
    background-image: linear-gradient(to right, #fc6076, #ff9a44, #ef9d43, #e75516);
    box-shadow: 0 4px 15px 0 rgba(252, 104, 110, 0.75);
}
.start_your_prepartaion .btn-warning.color-5, .btn-gradient.color-5 {
    background-image: linear-gradient(to right, #0ba360, #3cba92, #30dd8a, #2bb673);
    box-shadow: 0 4px 15px 0 rgba(23, 168, 108, 0.75);
}
.start_your_prepartaion .btn-warning.color-6, .btn-gradient.color-6 {
    background-image: linear-gradient(to right, #009245, #FCEE21, #00A8C5, #D9E021);
    box-shadow: 0 4px 15px 0 rgba(83, 176, 57, 0.75);
}
.start_your_prepartaion .btn-warning.color-7, .btn-gradient.color-7 {
    background-image: linear-gradient(to right, #6253e1, #852D91, #A3A1FF, #F24645);
    box-shadow: 0 4px 15px 0 rgba(126, 52, 161, 0.75);
}
.start_your_prepartaion .btn-warning.color-8, .btn-gradient.color-8 {
    background-image: linear-gradient(to right, #29323c, #485563, #2b5876, #4e4376);
    box-shadow: 0 4px 15px 0 rgba(45, 54, 65, 0.75);
}
.start_your_prepartaion .btn-warning.color-9, .btn-gradient.color-9 {
    background-image: linear-gradient(to right, #25aae1, #4481eb, #04befe, #3f86ed);
    box-shadow: 0 4px 15px 0 rgba(65, 132, 234, 0.75);
}
.start_your_prepartaion .btn-warning.color-10, .btn-gradient.color-10 {
        background-image: linear-gradient(to right, #ed6ea0, #ec8c69, #f7186a , #FBB03B);
    box-shadow: 0 4px 15px 0 rgba(236, 116, 149, 0.75);
}
.start_your_prepartaion .btn-warning.color-11, .btn-gradient.color-11 {
       background-image: linear-gradient(to right, #eb3941, #f15e64, #e14e53, #e2373f);  box-shadow: 0 5px 15px rgba(242, 97, 103, .4);
}



.contentmain_movingdiv_reduced1{
	width:100%;
}
@media (max-width: 800px) {
    .contentmain_movingdiv_reduced1 {
      min-height:615px;
    }
	.Question_numbers_class{

	min-height:350px; 
	max-height:380px; 

	}
	.quest_div{
	 min-height:300px; 
	
	}
	
}

@media (min-width: 1000px) {
    .contentmain_movingdiv_reduced1 {
       min-height:650px;
	   
    }
	.Question_numbers_class{

	min-height:350px; 
	max-height:380px; 

	}
	.quest_div{
	 
	 min-height:300px; 
	}
}

@media (min-width: 1200px) {
    .contentmain_movingdiv_reduced1 {
      min-height:910px;
    }
	
	.Question_numbers_class{

	min-height:450px; 
	max-height:480px; 

	}
	.quest_div{
	 
	 min-height:300px; 
	}
}

@media (min-width: 1600px) {
    .contentmain_movingdiv_reduced1{
        min-height:1055px;
    }
	.Question_numbers_class{

	min-height:550px; 
	max-height:580px; 


	}
	.quest_div{
	 
	 min-height:450px; 
	}
}

.institute_deletebutton_class1{
border-radius:5px;
background:#0f7dca;
color:#FFFFFF;
font-size:10.1pt;
font-family:calibri;
padding:5px;
border:1px solid #0f7dca;
margin-bottom:40px;
}

.onlineuser_logocss{
width:60px;
height:60px;
border-radius:5px;
}
ul {list-style-type: none;}