    @font-face {
      font-family: 'ArialEmbed';
        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');
    } 
    #main_cont {
            height: 650px;
            width: 900px;
            background-color: #dcdcdc;
            border: 1px solid;
            position: relative;
    }

    body {
        overflow: hidden;
        margin: 0px;
        font-family:'ArialEmbed';
        font-size: 15px;
    }

    #container {
        position: relative;
        width: 100%;
        background-color: #444444;
        height: 620px;
        top: 30px;
    }

    .drop_cont {
        position: relative;
        width: 100%;
    /*    width: calc(100% - 58px);*/
        padding: 15px 0px;
    }
    .drop_qstn{
        display: inline-block;
        color: white;
        margin-bottom: 3px;
        font-family:'ArialEmbed';
        font-size: 0.9em;
    }
    .drop_text{
        width: 125px;
        display: inline-block;
        vertical-align: top;
    }
    .drop_ele{
            width: 139px;
        height: 50px;
        background-color: #d8d8d8;
        margin-left: 5px;
       border-radius: 5px;
        border: 1px solid black;
        display: inline-block;
        vertical-align: top;
        font-family: 'ArialEmbed';
            margin-bottom: 5px;
    }
    /*.drop_ele:hover{
        background-color:white;
        box-shadow: 0 0 1pt 1pt yellow;
    }*/
    .drag_cont {
        position: relative;
        width: 100%;
        padding: 10px 0px;
        padding-top: 0px;
    }
    .drag_items {
        display: inline-block;
        background-color: #cacaca;
        margin-right: 10px;
        border-radius: 4px;
        border: 1px solid;
        cursor: pointer;
        font-family:'ArialEmbed';
        font-size: 1em;
        outline: 1px solid transparent;
    }
    .items {
        display: table-cell;
        vertical-align: middle;
        width: 168px;
        width: 137px;
        height: 48px;
        text-align: center;
        font-size: 1em;
    }
    .revert_drag{
        top:0px !important;
        left: 0px !important;
        color: black;
    }
    .drop_cont .drag_items{
        color: black;
        margin-right: 0px;
    }
    /*.drop_cont .drag_active{
        box-shadow: 0 0 0pt 0pt yellow;
        background-color: #d8d8d8;
    }*/
    .check_ans {
        width: 150px;
        margin: auto;
        cursor: pointer;
    /*    margin-top: 5px;*/
        border: 1px solid;
        border-radius: 3px;
        text-align: center;
        position: relative;
        background-color: #e0e0e0;
    }
    .check_ans:hover{
        background-color: #b3b2b2;
    }
    .check_ans_btn {
        display: table-cell;
        vertical-align: middle;
        width: 150px;
        height: 25px;
        font-family:'ArialEmbed';
        font-size: 1em;
        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;
        top:30px;
    }

    .score_head {
        height: 30px;
        padding-left: 5px;
        position: relative;
        display: table-cell;
        vertical-align: middle;
    }

    .score_txt {
        width: 363px;
        height: 105px;
        color: #0a0a0a;
        display: none;
        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-family:'ArialEmbed';
        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: #92b5da;
    }
    .score_btn:hover{
        background-color: #b3b2b2;
    }
    .dragout{
        background-color: #dddddd;
    }
    .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);
    }
    .head{
        background-color: #b2c8db;
        text-align: center
    }
    #validat {
        width:10px;
        height:10px;
        border:1px solid;
    }
    .drop img{
        position: absolute;
    }

    tr,td,th
    {
        border: 1px solid #696969;
        border-collapse: separate;
        color: #9f9f9f;
        
        font-weight: 700;
    }
    .leftContainer {
        width: 530px;
        float: left;
        top: 14px;
        position: relative;
    }



    .addButton {
        padding:3px 40px 3px 40px;
        border-radius: 2px;
        border: none;
    }
    
    .addButton:hover,.addButton1:hover {
        background-color: gray;
    }

    .rightContainer {
            top: 14px;
        width: 250px;
        position: relative;
        display: inline-block;
    }

    td {
        padding: 6px 6px;
        text-align: center;
    }

    @-moz-document url-prefix() {
         td {
             padding: 5.3px 5.3px;
             /*padding: 6px 6px;

            text-align: center;*/
        }
    }




    .addButton1 {
        padding:3px 50px 3px 50px;
        border-radius: 2px;
        border: none;
    }
    .modal-box {
      display: none;
      position: absolute;
      z-index: 1000;
      width: 98%;
      background: white;
      border-bottom: 1px solid #aaa;
      border-radius: 4px;
      box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
      border: 1px solid rgba(0, 0, 0, 0.1);
      background-clip: padding-box;
    }

    .modal-box header,
    .modal-box .modal-header {
      padding: 1.25em 1.5em;
      border-bottom: 1px solid #ddd;
    }

    .modal-box header h3,
    .modal-box header h4,
    .modal-box .modal-header h3,
    .modal-box .modal-header h4 { margin: 0; }

    .modal-box .modal-body { padding: 2em 1.5em; }

    .modal-box footer,
    .modal-box .modal-footer {
      padding: 1em;
      border-top: 1px solid #ddd;
      background: rgba(0, 0, 0, 0.02);
      text-align: right;
    }

    .modal-overlay {
      opacity: 0;
      filter: alpha(opacity=0);
      position: absolute;
      top: 0;
      left: 0;
      z-index: 900;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.3) !important;
    }

    a.close {
      line-height: 1;
      font-size: 1.5em;
      position: absolute;
      top: 5%;
      right: 2%;
      text-decoration: none;
      color: #bbb;
    }

    a.close:hover {
      color: #222;
      -webkit-transition: color 1s ease;
      -moz-transition: color 1s ease;
      transition: color 1s ease;
    }
    .popUp {
        width: 310px;
        position: absolute;
        height: 203px;
        background-color: #dedede;
    }

    .head_txt {
        position: relative;
        padding: 6px 10px;
        display: inline-block;
    }

    .close_btn {
        float: right;
        margin: 4px;
        padding: 2px 6px;
        background-color: #f7f7f7;
        cursor: pointer;
    }

    .filter_cont {
        background-color: white;
        height: 150px;
        padding: 10px;
        text-align: right;
        padding-right: 20px;
    }

    .input_cont {
            margin-bottom: 5px;
    }

    .input_box {
        margin-left: 10px;
        width: 130px;
        border: 1px solid #ccc;
    }

    .center {
        text-align: center;
        margin-top:5px;
    }

    .color {
        opacity: 0;
        width: 10px;
    }

    .complete_btn {
        margin-top: 10px;
    }

    #test {
        float: left;
        right: 35px;
        position: relative;
    }
    #test table
    {
        border-collapse: collapse;
    }
    #placeholder{
        position: relative;
        height: 455px;
        overflow-x: hidden;
          overflow-y: auto;
        width: 300px;
    }

    #placeholder table{
        border-collapse: collapse;
       
    }
 .subTable table{
        border-collapse: collapse;
            display: block;
    height: 452px;
/*    overflow-y: auto;*/
    table-layout: fixed;
    }
.subTable{
 -ms-overflow-style: scrollbar;}
#placeholder table td{
   height: 29px !important;
    background-color: white;
    color: black;
    border: 1px solid #bbbbbb;
    font-weight: normal;
    font-weight: 600;
    color: #140000;
/*    width:81px;*/
    padding: 0px;
    margin: 0px;    
}
#placeholder table th{
    font-weight: 600;
    color: #140000;
    background-color: #dddddd;
    width: 74px;
    height: 20px;
    font-size: 14px;
}
#placeholder table th:hover
{
    background-color: gray;
}
.col_3 .colorChooser{
    width: 20px;
    height: 20px;
    background-size: 100%;
}
#row_0{display: none;}



.popUp1 {
     
        width: 402px;
    position: absolute;
    height: 170px;
    background-color: #dedede;
    z-index: 2;
    top:0px;
    left:0px;
    
}

.head_txt1 {
    position: relative;
    padding: 18px 10px;
    display: inline-block;
}
#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;
        }