  @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;
}
body {
    overflow: hidden;
    margin: 0px;
    font-family:'Arial';
    font-size: 1em;
}
#top_con{
    width: 900px;
    height: 600px;
    border: 1px solid #000000;
    position: absolute;
    background-color: #dcdcdc;
    margin-left: 0px;
}
#container {
   width: 900px;
    height: 570px;
    position: absolute;
    background-color: #666666;
    /* top: 32px; */
    margin-top: 30px;
  }
  
  .first_container,
  .second_container {
       margin-top: 106px;
    width: 817px;
    /* text-align: center; */
    position: relative;
    height: 44px;
    margin-left: 82px;
  }
.first_container{
    margin-left: 90px;
    
}
  .drag_div {
    display: inline-block;
    background-color: #cacaca;
/*    margin-right: 10px;*/
    border-radius: 4px;
    border: 1px solid;
    width: 88px;
    height: 40px;
    outline: 1px solid transparent;
  }
  .no_select{
   -webkit-user-select: none;  /* Chrome all / Safari all */
  -moz-user-select: none;     /* Firefox all */
  -ms-user-select: none;      /* IE 10+ */
  user-select: none;    
}
  .drag_text {
    display: table-cell;
    vertical-align: middle;
    /* width: 170px; */
    /* height: 50px; */
    text-align: center;
    font-size: 13px;
    font-family: 'Arial';
    width: 88px;
    height: 40px;
    cursor: pointer;
  }
  
  .drop_div {
    display: inline-block;
    background-color: #dddddd;
/*    margin-right: 10px;*/
    border-radius: 5px;
    border: 1px solid;
    width: 90px;
    height: 42px;
  }
  
  #check {
    width: 150px;
    margin: auto;
    cursor: pointer;
    margin-top: 20px;
    border: 1px solid;
    border-radius: 3px;
    text-align: center;
    position: relative;
    background-color: #e0e0e0;
  }
  
  #check_text {
    display: table-cell;
    vertical-align: middle;
    width: 150px;
    height: 25px;
    font-family:'Arial';
    font-size: 1em;
  }
  #check:hover {
    background-color: #b3b2b2;
  }
  
  #left_img {
    height: 32px;
    width: 137px;
    left: 30px;
    top: 30px;
    position: absolute;
    background-image: url('../img/left_auro.png');
    display: none;
  }
.revert_drag{
    top:0px !important;
    left: 0px !important;
    color: black;
}
.score_head {
    height: 30px;
    padding-left: 5px;
    position: relative;
    display: table-cell;
    vertical-align: middle;
    font-family: 'Arial';
}
.score_cont {
    
    width: 330px;
    height: 170px;
    border: 1px solid;
    position: absolute;
    background-color: #dbdbdb;
    top: 400px;
    left: 500px;
    display:none;
}
.score {
    width: 100%;
    height: 140px;
    position: relative;
    background-color: white;
}
.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;
    font-family: 'Arial';
}
.score_btn_cont {
    width: 100%;
    height: 35px;
}
.score_btn {
    border: 1px solid;
    width: 80px;
    height: 20px;
    font-size: 14px;
    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;
}

#left{
    background-image: url(../img/left_auro.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 230px;
    height: 29px;
    top: 181px;
    left: 40px;
    position: absolute;
    background-repeat: no-repeat;
}
#left_text{
    text-align: center;
    top: 6px;
    left: 27px;
    font-family: 'Arial';
    font-size: 0.8em;
    position: relative;
    color: white;
    padding: 1px;
}
#right{
    background-image: url(../img/right_auro.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 230px;
    height: 29px;
    top: 182px;
    left: 625px;
    position: absolute;
    background-repeat: no-repeat;
}    
#right_text{
   text-align: center;
    top: 6px;
    right: 24px;
    font-family: 'Arial';
    font-size: 0.8em;
    position: relative;
    color: white;
    padding: 1px;
}
.score_btn:hover{
    background-color: #b3b2b2;
}
.dragout{
    background-color: #dddddd;
}
.drop_div: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);
}
#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;
        }