@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: 670px;
    width: 930px;
    background-color: #dcdcdc;
    border: 1px solid;
    position: relative;
}

body {
    overflow: hidden;
    margin: 0px;
    font-family:'Arial';
}

#container {
    position: relative;
       width: 930px;
    background-color: #666666;
/*    background-image: url(../images/bg.jpg);*/
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 640px;
    top: 30px;
}

.drop_cont {
    position: relative;
    width: 87%;
    height: 570px;
}

.drop_ele{
    width: 93px;
    height: 93px;
    background-color: #d8d8d8;
    background-color: rgba(216,216,216,0.8);
    border-radius: 5px;
    border: 1px solid black;
    display: inline-block;
    vertical-align: top;
    position: absolute;
    color: white;
}
/*.drop_ele:hover{
    background-color:white;
    box-shadow: 0 0 1pt 1pt yellow;
}*/
.drag_cont {
    position: absolute;
    top: 2px;
    right: 0px;
}
.drag_items {
    position: relative;
    float: right;
    color: white;
    background-color: #cacaca;
    border-radius: 4px;
    height: 85px;
    width: 85px;
    margin-right: 10px;
    margin-bottom: 10px;
    border: 4px solid #cccccc;
    cursor: pointer;
    font-size: 10px;
    outline: 1px solid transparent
    }
.items {
    display: table-cell;
    vertical-align: bottom;
    width: 118px;
    height: 80px;
    text-align: center;
}
.revert_drag{
    top:0px !important;
    left: 0px !important;
    color: white;
}
.drop_cont .drag_items{
    color: white;
    margin-right: 0px;
    margin-bottom: 0px;
}
/*.drop_cont .drag_active{
    box-shadow: 0 0 0pt 0pt yellow;
    background-color: #d8d8d8;
}*/
.check_ans {
    right: 10px;
    bottom: 6px;
    width: 120px;
    margin: auto;
    cursor: pointer;
    border: 1px solid;
    border-radius: 3px;
    text-align: center;
    position: absolute;
    background-color: #e0e0e0;
}
.check_ans:hover{
    background-color: #b3b2b2;
}
.check_ans_btn {
    display: table-cell;
    vertical-align: middle;
    width: 150px;
    height: 25px;
    font-size: 0.9em;
    user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
}

.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;
}
.dragover{
    background-color: white;
    box-shadow: -0.2px 0px 3px 3px rgba(250,239,30,0.6);
    -webkit-box-shadow: -0.2px 0px 3px 1px rgba(250,239,30,0.8);
    -moz-box-shadow: -0.2px 0px 3px 1px rgba(250,239,30,0.8);
}
.topics {
    font-size: 13px;
    color: white;
    font-family: serif;
}

.tp1 {
    top: 50px;
    position: absolute;
    right: 222px;
}

.tp2 {
    position: absolute;
    top: 215px;
    left: 335px;
}

.tp3 {
    position: absolute;
    top: 310px;
    text-align: center;
    left: 371px;
}

.tp4 {
    position: absolute;
    bottom: 88px;
    left: 76px;
}

.cont {
    
    background-image: url(../images/bg.jpg);
    background-size: 100%;
    margin-bottom: 30px;
    margin: 0px 30px;
    width: 740px;
}
