  @font-face {
	font-family: 'Arial';
	src: url('../fonts/gothic/century_gothic.eot');
	src: url('../fonts/gothic/century_gothic.eot?#iefix') format('embedded-opentype'),
		url('../fonts/gothic/century_gothic.woff') format('woff'),
		url('../fonts/gothic/century_gothic.ttf') format('truetype'),
		url('../fonts/gothic/century_gothic.svg#ArialMT') format('svg');
	font-weight: normal;
	font-style: normal;
}
#main_cont {
    height: 600px;
    width: 800px;
    background-color: #dcdcdc;
    border: 1px solid;
    position: relative;
}

body {
    overflow: hidden;
    margin: 0px;
    font-family:'Arial';
}

#container {
    position: relative;
    width: 100%;
    background-color: #666666;
    height: 570px;
    top: 30px;
}

.drop_cont {
    /*position: relative;*/
    position: absolute;
    top: 220px;
    left: 220px;
    width: 100%;
    margin: auto;
/*    width: calc(100% - 58px);*/
/*    padding: 15px 0px;*/
}
.drop_qstn{
    display: inline-block;
    color: white;
    margin-left: 20px;
    margin-bottom: 11px;
    font-size: 0.9em;
    vertical-align: bottom;
}
.drop_text{
    width: 160px;
    height: 38px;
   // vertical-align: middle;
    margin-bottom: 5px;
    border: 1px solid;
}
.drop_ele{
    width: 160px;
    height: 38px;
    background-color: white;
/*    margin-left: 20px;*/
/*    margin-right: 50px;*/
    border-radius: 5px;
    border: 1px solid black;
    vertical-align: top;
    padding: 0px;
}
/*.drop_ele:hover{
    background-color:white;
    box-shadow: 0 0 1pt 1pt yellow;
}*/
.drag_cont {
    position: relative;
    width: 100%;
    padding: 15px 0px;
    top: -15px;
}
.drag_items {
    display: inline-block;
    background-color: #cacaca;
    margin-bottom: -3px;
    border-radius: 4px;
    border: 1px solid;
    cursor: pointer;
    font-size: 1em;
    outline: 1px solid transparent;
/*    margin: 2px;*/
}
.items {
    display: table-cell;
    vertical-align: middle;
    width: 150px;
    height: 37px;
    text-align: center;
    padding: 0px 4px;
}
.revert_drag{
    top:0px !important;
    left: 0px !important;
    color: black;
}
.drop_cont .drag_items{
    color: black;
/*    margin: 2px;*/
/*    margin-bottom: -4px;*/
}
/*.drop_cont .drag_active{
    box-shadow: 0 0 0pt 0pt yellow;
    background-color: #d8d8d8;
}*/
.check_ans {
    width: 150px;
    margin: auto;
    cursor: pointer;
/*    margin-top: 10px;*/
    border: 1px solid;
    border-radius: 3px;
    text-align: center;
    position: relative;
    background-color: #e0e0e0;
}

.check_ans_btn {
    display: table-cell;
    vertical-align: middle;
    width: 150px;
    height: 25px;
    font-size: 1em;
    user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
}
.check_ans:hover{
    background-color: #b3b2b2;
}
.score_cont {
    top: 0px;
    left: 0px;
    width: 330px;
    height: 170px;
    border: 1px solid;
    position: absolute;
    background-color: #dbdbdb;
    display: none;
}

.score {
    width: 100%;
    height: 140px;
    position: relative;
    background-color: white;
}

.score_head {
    height: 30px;
    padding-left: 5px;
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.score_txt {
    width: 330px;
    height: 105px;
    color: #0099ff;
    padding: 0px 10px;
    font-weight: bold;
    text-align: center;
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.score_btn_cont {
    width: 100%;
    height: 35px;
}

.score_btn {
    border: 1px solid;
    width: 80px;
    height: 20px;
    font-size: 0.9em;
    cursor: pointer;
    border-radius: 3px;
    text-align: center;
    display: table-cell;
    user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    vertical-align: middle;
    background-color: #e0e0e0;
}
.score_btn:hover{
    background-color: #b3b2b2;
}
.drop_ele:hover,.dragover{
    background-color: white;
    box-shadow: -0.2px 0px 3px 3px rgba(250,239,30,0.5);
    -webkit-box-shadow: -0.2px 0px 3px 1px rgba(250,239,30,0.7);
    -moz-box-shadow: -0.2px 0px 3px 1px rgba(250,239,30,0.7);
}
#head1
{
    position: absolute;
    width: 160px;
    height: 37px;
    top: 140px;
    left: 65px;
    border: 1px solid;
    background-color: #AFD7F0;
}
#head2
{
    position: absolute;
    top: 140px;
    left: 240px;
    border: 1px solid;
    width: 160px;
    height: 37px;
    background-color: #AFD7F0;
    text-align: center;
}
#head3
{
    position: absolute;
    top: 140px;
    left: 423px;
    border: 1px solid;
    width: 160px;
    height: 37px;
    background-color: #AFD7F0;
    text-align: center;
}
#head4
{
    position: absolute;
    top: 140px;
    left: 604px;
    border: 1px solid;
    width: 160px;
    height: 37px;
    background-color: #AFD7F0;
    text-align: center;
}
#head5
{
    position: absolute;
    top: 191px;
    left: 65px;
    border: 1px solid;
    width: 160px;
    height: 37px;
    background-color: #AFD7F0;
    text-align: center;
}
#head6
{
    position: absolute;
    top: 242px;
    left: 65px;
    border: 1px solid;
    width: 160px;
    height: 37px;
    background-color: #AFD7F0;
    text-align: center;
}
#head7
{
    position: absolute;
    top: 293px;
    left: 65px;
    border: 1px solid;
    width: 160px;
    height: 37px;
    background-color: #AFD7F0;
    text-align: center;
}
#head8
{
    position: absolute;
    top: 344px;
    left: 65px;
    border: 1px solid;
    width: 160px;
    height: 37px;
    background-color: #AFD7F0;
    text-align: center;
}
#head9
{
    position: absolute;
    top: 396px;
    left: 65px;
    border: 1px solid;
    width: 160px;
    height: 37px;
    background-color: #AFD7F0;
    text-align: center;
}
#head10
{
    position: absolute;
    top: 446px;
    left: 65px;
    border: 1px solid;
    width: 160px;
    height: 37px;
    background-color: #AFD7F0;
    text-align: center;
}
#head11
{
    position: absolute;
    top: 497px;
    left: 65px;
    border: 1px solid;
    width: 160px;
    height: 37px;
    background-color: #AFD7F0;
    text-align: center;
}
.drop_ele img{
    position: absolute;
}
.enter{
     width: 159px;
    height: 38px;
    background-color: #cacaca;
/*    margin-left: 20px;*/
/*    margin-right: 50px;*/
    border-radius: 5px;
    border: 1px solid black;
    vertical-align: top;
    padding: 0px;
    color: black;
    text-align: center;
    display:none;
}
.enter:hover
{
    cursor: pointer;
}
.result{
    position: absolute;
    right: 17px;
    top: -6px;
    width: 17px;
    height: 17px;
/*    background-color: red;*/
}

.correctAns{
    background-image:url("../images/correct.png");
    background-size: 100%;
}

.wrongAns{
    background-image:url("../images/button_cancel2.png");
    background-size: 100%;
}

.btn
{
   width: 15px;
    height: 40px;
    background-color: #dadada;
    margin-left: 146px;
    margin-top: -40px;
    vertical-align: top;
    padding: 0px;
    border: 1px solid;
    border-radius: 3px;
    display:none;
   
}
.btn:hover
{
    background-color: #a3a2a2;
    cursor: pointer;
}
.text
{
     width: 25px;
    height: 15px;
    /* background-color: #dadada; */
    margin-left: 7px;
    margin-top: -23px;
    /* vertical-align: top; */
    /* padding: 0px; */
    border: 1px solid;
    display: none;
}
.text1
{
    width: 20px;
    height: 15px;
    /* background-color: #dadada; */
    margin-left: 68px;
    margin-top: -28px;
    /* vertical-align: top; */
    /* padding: 0px; */
    border: 1px solid;
    display: none;
}
.num
{
    width: 30px;
    margin-left: 36px;
    margin-top: -20px;
    display: none;
    color: black;
}
.select
{
   width: 43px;
    height: 21px;
    margin-left: 95px;
    margin-top: -9px;
    border: 1px solid;
    display: none;
    background-color: #dadada;
}
.select:hover
{
    cursor: pointer;
    background-color: #a3a2a2;
}
#d2_result
{
    position: absolute;
    right: 200px;
    top: -4px;
    width: 17px;
    height: 17px;
    display: none;
}
#d4_result
{
    position: absolute;
    right: 385px;
    top: 47px;
    width: 17px;
    height: 17px;
    display: none;
}
#d7_result
{
    position: absolute;
    right: 390px;
    top: 96px;
    width: 17px;
    height: 17px;
    display: none;
}
#d9_result
{
    position: absolute;
    right: 21px;
    top: 97px;
    width: 17px;
    height: 17px;
    display: none;
}
#d11_result
{
    position: absolute;
    right: 202px;
    top: 148px;
    width: 17px;
    height: 17px;
    display: none;
}
#d13_result
{
    position: absolute;
    right: 390px;
    top: 198px;
    width: 17px;
    height: 17px;
    display: none;
}
#d15_result
{
    position: absolute;
    right: 24px;
    top: 199px;
    width: 17px;
    height: 17px;
    display: none;
}
#d16_result
{
    position: absolute;
    right: 391px;
    top: 249px;
    width: 17px;
    height: 17px;
    display: none;
}
#d17_result
{
    position: absolute;    
    right: 205px;
    top: 249px;
    width: 17px;
    height: 17px;
    display: none;
}
#d21_result
{
    position: absolute;
    right: 23px;
    top: 301px;
    width: 17px;
    height: 17px;
    display: none;
}
#msg_1
{
    position: absolute;
    top: 60px;
    left: 45px;
    width: 180px;
    height: 20px;
    font-size: 16px;
    display: none;
}
#msgbox_1
{
    position: absolute;
    top: 330px;
    left: 405px;
    width: 265px;
    height: 158px;
    border: 1px solid;
    background-color: white;
    box-shadow: 0px 10px 20px #000000;
    display: none;
}
#empty_1
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 265px;
    height: 40px;
    border-bottom: grey 1px solid;
    background-color: #c0c0c0;
    display: none;
}
#btn_3
{
    position: absolute;
    top: 105px;
    left: 85px;
    width: 93px;
    height: 30px;
    background-color: #ccdced;
    border: 1px solid;
    display: none;
}
#btn_3:hover
{
    background-color: #b9cadc;
}

/*.correct
{
   background-image:url("../images/tick1.png");
	background-repeat:no-repeat;
	position:absolute;
	top: 33px;
    left: 382px;
    width: 20px;
    height: 20px;
	display:none;
}
.wrong
{
   background-image:url("../images/button_cancel2.png");
	background-repeat:no-repeat;
	position:absolute;
	top: 33px;
    left: 382px;
    width: 20px;
    height: 20px;
	display:none;
}*/

#loadInfo {
    position: absolute;
    width: 176px;
    height: 50px;
    margin: auto;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    font-size: 24px;
    text-align: center;
}
        #main_cont{
                opacity: 0;
        }