/* 
    Created on : Jun 30, 2016, 10:28:39 AM
    Author     : samudra
*/
@font-face {
    font-family: 'digital-7regular';
    src: url('../fonts/digital-7-webfont.eot');
    src: url('../fonts/digital-7-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/digital-7-webfont.woff2') format('woff2'),
         url('../fonts/digital-7-webfont.woff') format('woff'),
         url('../fonts/digital-7-webfont.ttf') format('truetype'),
         url('../fonts/digital-7-webfont.svg#digital-7regular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'open_sansitalic';
    src: url('../fonts/opensans-italic-webfont.eot');
    src: url('../fonts/opensans-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-italic-webfont.woff2') format('woff2'),
         url('../fonts/opensans-italic-webfont.woff') format('woff'),
         url('../fonts/opensans-italic-webfont.ttf') format('truetype'),
         url('../fonts/opensans-italic-webfont.svg#open_sansitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sansbold';
    src: url('../fonts/OpenSans-Bold-webfont.eot');
    src: url('../fonts/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Bold-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Bold-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/OpenSans-Regular-webfont.eot');
    src: url('../fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
*{ 
    margin: 0; padding: 0;  
}
body{ background: #a8a9ad; font-family: open_sansregular; font-size: 18px; line-height: 20px; }
#container{ display: block; width: 980px; height: 680px; margin: 0 auto; background: #fff; border-radius: 5px; position: relative; }

/* content body css */
#contentbody { padding: 2%; position: relative; width: 96%; height: 580px;overflow: hidden; }
.drop-container {
    border: 2px solid #a8a9ad;
    border-radius: 5px;
    height: 580px;
    left: 20px;
    position: absolute;
    width: 265px;
}
#draggable {
    height: 580px;
    margin-left: -96px;
    margin-top: -215px;
    width: 400px;
}
.droppable{ 
    height: 520px; 
    position: absolute;    
    width: 255px;
    padding: 0 5px;
    overflow-x: hidden;
    overflow-y: auto;
}
#droppable_0 {
   /* border: 1px solid;*/
    left: 21px;
    top: 63px;
}
#droppable_1 {
   /* border: 1px solid;*/
    left: 691px;
    top: 63px;
}
#drop-container1{ left: 690px; }
.drop-header {
    background: #1ABBBC none repeat scroll 0 0;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom: 2px solid #a8a9ad;
    font-family: open_sansbold;
    padding: 10px 0;
    text-align: center;
}
.draggables {
    left: 375px;
    position: absolute;
    top: 225px;
    height: 130px;
    padding: 10px 10px;
    width: 215px;
    /*background: #FBF39F none repeat scroll 0 0;
    border: 2px solid #a8a9ad;
    border-radius: 10px;
    box-shadow: 0 0 15px #8F6D96 inset;*/
}
.draggables .drags {
    background: #FBF39F none repeat scroll 0 0;
    border: 2px solid #a8a9ad;
    border-radius: 10px;
    box-shadow: 0 0 10px #8F6D96 inset;
    cursor: pointer;
    font-size: 16px;
    height: 130px;
    padding: 10px 15px;
    width: 205px;
    top:-2px;
    left: -2px;
    list-style-type: none; 
    position: absolute;
}
.droppable > li{
    background: #FBF39F none repeat scroll 0 0;
    border: 2px solid #a8a9ad;
    border-radius: 10px;
    box-shadow: 0 0 10px #8F6D96 inset;
    cursor: pointer;
    font-size: 16px;
    height: 130px;
    padding: 10px 15px;
    width: 205px;
    list-style-type: none;
    margin-top: 10px;
    margin-left: 9px;
}
/*.drags{ position: absolute; }*/
.drop-content {
    height: 520px;
    padding: 0 5px;   
}
.hideOverflow {
    background: #fff none repeat scroll 0 0;
    bottom: 0;
    height: 34px;
    position: absolute;
    width: 955px;   
}
::-webkit-scrollbar{
    -webkit-appearance: none;
    width: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0,0,0,.5);     
}
.drop-footer {
    background: #1ABBBC none repeat scroll 0 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border: 2px solid #a8a9ad;
    padding: 8px 0;
    width: 265px;
    position: absolute;
}
#footer_1 { left: 670px; }
input {
    border: 2px solid #a8a9ad;
    border-radius: 5px;
    margin-top: 10px;
    padding: 5px;
    width: 94%;
    font-size: 18px;
    display: none;
}
.arrow { 
    position: absolute;
    top: 160px;
    width: 25px;
    height: 25px;
    /*border: 2px solid #a8a9ad;*/
    border-radius: 100%;
    cursor: pointer;
}
#left-arrow{ 
    background: url("../images/left.png") no-repeat scroll 0 0 / cover;
    left : 15px;
}
#right-arrow{ 
    background: url("../images/right.png") no-repeat scroll 0 0 / cover;
    left : 190px;
}
.shadowDrags{
	-moz-box-shadow: 0 0 10px #a8a9ad !important;
	-webkit-box-shadow: 0 0 10px #a8a9ad !important;
	box-shadow: 0 0 10px #a8a9ad !important;
}
.shadowGreen{
        border:2px solid #1F8970 !important;
	-moz-box-shadow: inset 0 0 10px #1F8970 !important;
	-webkit-box-shadow: inset 0 0 10px #1F8970 !important;
	box-shadow:inset 0 0 10px #1F8970 !important;
        background: #fff !important;
}
.shadowRed{
        border: 2px solid #F16560 !important;
	-moz-box-shadow: inset 0 0 10px #F16560 !important;
	-webkit-box-shadow: inset 0 0 10px #F16560 !important;
	box-shadow: inset 0 0 10px #F16560 !important;
        background: #fff !important;
}
/* popup css */

#mask{ position: absolute; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.6); border-radius: 5px; }
#popup {
    display: block;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    border-radius: 5px;
    z-index: 9;
}
#popup-content{
    color: white;
    width: 50%;
    padding: 10px;
    background: #8f6daa none repeat scroll 0 0;
    border: 3px solid #ffe00f;
    border-radius: 5px;
    height: 150px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    margin: auto;
    bottom: 0;
}
#popup-hedader {
    height: 35px;
    position: relative;
}
#popup-close {
    border: 2px solid #fff;
    border-radius: 100%;
    display: table-cell;
    font-family: open_sansbold;
    font-size: 14px;
    height: 20px;
    position: absolute;
    right: 0;
    text-align: center;
    text-shadow: 0 2px #000;
    top: 0;
    vertical-align: middle;
    width: 20px;
    cursor: pointer;
    line-height: 18px;
}
#popup-info{
    width: 34px; 
    height: 34px;
    background: rgba(0, 0, 0, 0) url("../images/btInfoOn@2x.png") no-repeat scroll 0 0 / cover ;
}
#popup-body{ padding: 15px; line-height: 22px; }

/* footer css */
#footer { border-top: 2px solid #a8a9ad; bottom: 0; display: table-cell; height: 55px; position: absolute; vertical-align: middle; width: 100%; }
#instruction{
    display: block;
    height: 45px;
    left: 20px;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
    top: 5px;
    width: 775px;
    opacity: 0;
    font-size: 16px;
	font-family: open_sansbold;
}
.single{ top: 16px; }
.double{ top: 8px; }
.fBtn{ position: absolute; top: 10px; width: 34px; height: 34px; }
#submit{ background: rgba(0, 0, 0, 0) url("../images/submitOn.png") no-repeat scroll 0 0 / cover ; right: 135px; cursor: pointer; }
#submit.disable{ background: rgba(0, 0, 0, 0) url("../images/submitOff.png") no-repeat scroll 0 0 / cover ; cursor: auto; }
#info{ background: rgba(0, 0, 0, 0) url("../images/btInfoOn@2x.png") no-repeat scroll 0 0 / cover ; right: 80px; cursor: pointer; }
#info.disable{ background: rgba(0, 0, 0, 0) url("../images/btInfoOff@2x.png") no-repeat scroll 0 0 / cover ; cursor: auto; }
#reset{ background: rgba(0, 0, 0, 0) url("../images/btResetOn@2x.png") repeat scroll 0 0 / cover ; right: 25px; cursor: pointer; }
#reset.disable{ background: rgba(0, 0, 0, 0) url("../images/btResetOff@2x.png") repeat scroll 0 0 / cover ; cursor: auto; }