/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jul 27, 2015, 10:07:53 AM
    Author     : pushkar.chafale
*/

@font-face {
    font-family: Lusitana-Bold;
    src: url(lusitana-bold.ttf);
}

@font-face {
    font-family: NotoSans-Regular;
    src: url(notosans-regular.ttf);
}

* {
    -webkit-user-select: none;  /* Chrome all / Safari all */
    -moz-user-select: none;     /* Firefox all */
    -ms-user-select: none;      /* IE 10+ */
    user-select: none;
}
body {
    margin: 0px;
    padding: 0px;
    overflow:hidden;
}

#screen-container {
    width: 780px;
    height: 648px;
    position: relative;
    overflow: hidden;
}

.intro-image {
    background-image: url('../resource/media/image/intro_image.png');
    height: 350px;
    width: 350px;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    top: -30px;
    left: 29px;
}

.image-question-mark {
    position: relative;
    top: -50%;
}

#intro-left-side {
    width: 285px;
    display: table-cell;
    vertical-align: middle;
    padding-right: 25px;
}

#intro-right-side {
    display: table-cell;
    vertical-align: top ;
}

.into-question-text {
    font-size: 17px;
    font-family: NotoSans-Regular;
    color: #303030;
    padding-top: 11px;
    padding-left: 7px;
    line-height: 19px;
}

.into-title {
    font-size: 50px;
    font-family: Lusitana-Bold;
    color: #303030;
}

.top-side {
    color: #FFF;
    font-size: 142px;
    line-height: 100px;
}

.intro-start-btn {
    height: 39px;
    width: 116px;
    color: #52c6df;
    text-align: center;
    font-size: 22px;
    font-family: NotoSans-Regular;
    line-height: 37px;
    cursor: pointer;
    border: 2px solid #52c6df;
    border-radius: 23px;
}

.clearFloat {
    clear: both;
}

#drag-drop-screen {
    display: none;
    background-color: #52c6df;
}

#drag-drop-background-image {
    background-image: url('../resource/media/image/activity_parliament.png');
    height: 366px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: relative;
}

.screen-footer {
    height: 90px;
    position: absolute;
    background-color: gray;
    bottom: 0px;
    width: 100%;
}

.footer-text {
    position: absolute;
    bottom: 0px;
    font-size: 20px;
    color: white;
    font-family: sans-serif;
    padding: 0px 0px 10px 50px;
}

.droppable {
    width: 75px;
    height: 75px;
    border-radius: 100%;
}

.draggable {
    width: 77px;
    height: 83px;
    background-image: url('../resource/media/image/mp.png');
    background-position: 0px 0px;
}

.droppable {
    position: absolute;    
}

#droppable-1 {
    top: 243px;
    left: 137px;
}

#droppable-2 {
    top: 132px;
    left: 185px;
}

#droppable-3 {
    top: 65px;
    left: 286px;
}

#droppable-4 {
    top: 64px;
    left: 417px;
}

#droppable-5 {
    top: 132px;
    left: 515px;
}

#droppable-6 {
    top: 246px;
    left: 566px;
}

.sean {
    background-position: -435px 0px;
}

.paul {
    background-position: -261px 0px;
}

.martha {
    background-position: -174px 0px;
}

.chris {
    background-position: 0px 0px;
}

.greg {
    background-position: -87px 0px;
}

.rocco {
    background-position: -348px 0px;
}


.droppable .draggable {
    height: 92px;
    width: 77px;
    background-repeat: no-repeat;
}

.droppable .rocco
{
    background-position: -348px -265px;
}
.droppable .chris
{
    background-position: 0px -265px;   
}
.droppable .paul
{
    background-position: -261px -265px; 
}
.droppable .martha
{
    background-position: -174px -265px; 
}
.droppable .sean
{
    background-position: -435px -265px; 
}
.droppable .greg
{
    background-position: -87px -265px; 
}


.draggable-parent {
    display: table;
    margin: 0px 6px;
    float: left;
    height: 83px;
    width: 77px;
    position: relative;
}

.draggable-dead {
    text-align: center;
    position: absolute;
    width: 77px;
    height: 77px;
    background-image: url('../resource/media/image/mp.png');
}

.rocco-disable
{
    background-position: -348px -93px;
}
.chris-disable
{
    background-position: 0px -93px;   
}
.paul-disable
{
    background-position: -261px -93px; 
}
.martha-disable
{
    background-position: -174px -93px; 
}
.sean-disable
{
    background-position: -435px -93px; 
}
.greg-disable
{
    background-position: -87px -93px; 
}

.draggable {
    text-align: center;
    cursor: move;
    position: absolute;
}

.draggable-text, .draggable-text-left, .draggable-text-right {
    height: 27px;
    display: inline-block;
    float: left;

}

.draggable-text {
    background-image: url('../resource/media/image/tab_center_transparent.png');
    vertical-align: top;
    font-size: 14px;
    font-family: NotoSans-Regular;
    line-height: 23px;
    width: 55px;
}

.draggable-text-left {
    background-image: url('../resource/media/image/tab_left_transparent.png');
    width: 17px;
    background-position: -5px 0;
}

.draggable-text-right {
    background-image: url('../resource/media/image/tab_right_transparent.png');
    width: 17px;
}

.draggable-text-wrapper.selected, 
.draggable-text-wrapper:hover {
    font-weight: bold;
}

.draggable-text-wrapper.selected {
    cursor: default;
}

.draggable-text-wrapper.selected .draggable-text, 
.draggable-text-wrapper:hover .draggable-text{
    background-image: url('../resource/media/image/tab_center.png');
}

.draggable-text-wrapper.selected .draggable-text-left, 
.draggable-text-wrapper:hover .draggable-text-left {
    background-image: url('../resource/media/image/tab_left.png');
}

.draggable-text-wrapper.selected .draggable-text-right, 
.draggable-text-wrapper:hover .draggable-text-right {
    background-image: url('../resource/media/image/tab_right.png');
}

.draggable-container {
    display: table;
    margin: 0 auto;
    margin-top: 26px;
}

.submit-btn, .reset-btn {
    border-radius: 22px;
    cursor: pointer;
    display: table;
    margin: 0 auto;
    font-size: 16px;
    font-family: NotoSans-Regular;
    width: 94px;
    height: 32px;
    text-align: center;
    line-height: 31px;
    font-weight: bold;
}

.submit-btn {
    border: 2px solid #ececec;
    color: #ececec;
}

.reset-btn {
    color: #52c6df;
    border: 2px solid #52c6df;
}

.btn-container {
    text-align: right;
    padding-right: 280px;
    margin-top: 10px;
    display: none;
}

.submit-btn.disabled, reset-btn.disabled {
    cursor: default;
    opacity: 0.2;
}

.top-background {
    height: 204px;
    top: 0px;
    width: 100%;
    background-color: #52c6df;
    float: left;
}

.bottom-background {
    height: 421px;
    position: absolute;
    top: 228px;
    width: 100%;
    background-color: #ececec;
}

.screen {
    height: 100%;
}

.activity-container {
    background-color: #ececec;
    height: 100%;
}

.intro-content-container {
    display: table;
    position: relative;
    margin: 0 auto;
    top: -106px;
    left: -10px;
    clear: both;
}

.bottom-descriptions {
    bottom: 0px;
    position: absolute;
    height: 93px;
    background-color: #ececec;
    width: 100%;
}

.drag-drop-droppable-section {
    padding-top: 55px;
}

.dnd-image-clue {
    background-image: url('../resource/media/image/activity_parliament-clue.png');
    height: 296px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 10px;
    display: none;
}

.dnd-image-clue.clue-on {
    display: block;
}

.dnd-image-left-right {
    background-image: url('../resource/media/image/left_right.png');
    height: 254px;
    width: 100%;
    position: absolute;
    top: 70px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.dnd-image-left-right.clue-on {
    display: none;
}

.draggable-text-parent {
    width: 89px;
    display: table;
    float: left;
}

.draggable-text-container {
    display: table;
    margin: 0 auto;
    text-align: center
}

.draggable-text-wrapper {
    display: table;
    margin: 0 auto;
    cursor: pointer;
}


#mp-image {
    width: 67px;
    height: 75px;
    display: inline-block;
    margin: 7px 20px 0px 25px;
    background-image: url('../resource/media/image/mp.png');
    background-position:0px -180px;
}
.bottom-cell {
    display: table-cell;
    vertical-align: middle;
}
#mp-desctription {
    height: 93px;
    display: table-cell;
    vertical-align: middle;
}

#mp-desctription-scroll {
    height: 70px;
    overflow-y: auto;
    vertical-align: middle;
    font-size: 16px;
    font-family: NotoSans-Regular;
    color: #303030
}
.side-title-top {
    font-size: 72px;
    color: #FFF;
    border-bottom: 1px solid #FFF;
    height: 74px;
    padding-top: 2px;
    padding-left: 11px;
}

.side-title {
    font-family: Lusitana-Bold;
    font-size: 25px;
    color: #303030;
    position: absolute;
    top: 0px;
}

.side-title-bot {
    height: 77px;
    padding-left: 15px;
}

.clue-btn-container {
    position: absolute;
    top: 255px;
    width: 100%;
    display: table;
    font-family: NotoSans-Regular;
    font-size: 18px;
    color: #303030;
}

.clue-icon {
    background-image: url('../resource/media/image/bulb_off.png');
    width: 27px;
    height: 30px;
    margin-right: 3px;
}

.clue-icon.clue-on {
    background-image: url('../resource/media/image/bulb_on.png');
}

.clue-icon-text {
    display: table;
    margin: 0 auto;
}

.clue-cell {
    display: table-cell;
    vertical-align: bottom;
}

.clue-btn {
    display: table;
    margin: 7px auto;
    width: 111px;
    height: 38px;
    cursor: pointer;
    background-image: url('../resource/media/image/activity_slider-off.png');
    padding-left: 2px;
    background-repeat: no-repeat;
}

.clue-btn.clue-on {
    background-image: url('../resource/media/image/activity_slider-on.png');
}

.actvity-left-panel {
    background-image: url('../resource/media/image/activity_leftpanel.png');
    width: 143px;
    height: 180px;
    position: absolute;
    left: 7px;
    display: none;
    background-repeat: no-repeat;
    top: 116px;
}

.actvity-right-panel {
    background-image: url('../resource/media/image/activity_rightpanel.png');
    width: 155px;
    height: 213px;
    position: absolute;
    display: none;
    right: 16px;
    top: 27px;
    background-repeat: no-repeat;
}

.actvity-left-panel.clue-on {
    display: block;
}

.actvity-right-panel.clue-on {
    display: block;
}

.dnd-modal .actvity-left-panel.clue-on {
    display: none;
}

.dnd-modal .actvity-right-panel.clue-on {
    display: none;
}

.panel-text {
    font-size: 14px;
    font-family: NotoSans-Regular;
    color: #303030;
}

.right-panel-text.panel-text {
    width: 120px;
    margin-top: 30px;
    margin-left: 32px;
}

.left-panel-text {
    width: 110px;
    margin-top: 10px;
    margin-left: 10px;
}

.submit-btn-container, .reset-btn-container {
    position: absolute;
    top: 505px;
    right: 0px;
    width: 140px;
}

.dnd-modal {
    background-color: rgba(255, 255, 255, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    display: none;
}

.dnd-modal .score-container {
    display: block;
}

.score-container {
    position: absolute;
    top: 220px;
    width: 100%;
    display: none
}

.score-parent {
    width: 195px;
    height: 202px;
    background-image: url('../resource/media/image/scored.png');
    margin: 0 auto;
    position: relative;
}

.score-text {
    color: #094a6d;
    font-family: Lusitana-Bold;
    font-size: 48px;
    text-align: center;
    position: absolute;
    width: 100%;
    top: 95px;
}

.tick, .cross {
    width: 34px;
    height: 34px;
    position: absolute;
    top: -5px;
    left: -15px;
}

.tick {
    background-image: url('../resource/media/image/tick.png');
}

.cross {
    background-image: url('../resource/media/image/cross.png');
}

.dnd-modal .draggable {
    cursor: default;
}

.bottom-side {
    padding-left: 5px;
    padding-top: 4px;
}

p {
    margin: 18px 0px;
}

.intro-start-btn-container {
    margin-top: 41px;
    margin-left: 6px;
}

#droppable-6 .tick, #droppable-6 .cross {
    top: 50px;
    left: 56px;
}

#droppable-5 .tick, #droppable-5 .cross {
    top: 39px;
    left: 65px;
}

#droppable-4 .tick, #droppable-4 .cross {
    top: 13px;
    left: 65px;
}

#droppable-3 .tick, #droppable-3 .cross {
    top: 10px;
    left: -21px;
}

#droppable-2 .tick,#droppable-2 .cross {
    top: 37px;
    left: -22px;
}

#droppable-1 .tick, #droppable-1 .cross {
    top: 46px;
    left: -14px;
}

.submit-btn:not(.disabled):hover {
    background-color: #ececec;
    color: #52c6df;
}

.reset-btn:not(.disabled):hover {
    background-color: #52c6df;
    color: #FFF;
}

.intro-start-btn:hover {
    background-color: #52c6df;
    color: #FFF;
}

.name-age {
    font-weight: bold;
}