@charset "utf-8";
/* CSS Document */

{
	font-size: 12px;
	font-family: "sans-serif";
}

#dragdrop .disabled {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%);	
}

#dragdrop ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#dragdrop li {
	display: inline-block;
}

/* Drag */
#dragdrop .drag {
	height: 160px;
	display: table-cell;
	vertical-align: bottom;
}

#dragdrop .drag li {
	margin-right: 30px;
	z-index: 10;
}

#dragdrop .drag img {
	height: 100px;
}

#dragdrop .drag img:hover {
	height: auto;
}



/* Drop */
#dragdrop .drop {
	width: 890px;
	margin-top: 20px;
}


#dragdrop .drop li {
	vertical-align: top;
	width: 268px;
	height: 290px;
	margin: 5px;
	z-index: 5;

	border: 2px solid #aef100;
	border-radius: 15px;
	padding: 5px;

	text-align: center;
}

#dragdrop .hold {
	width: 60px;
	height: 60px;
	margin: -10px auto;
}

#dragdrop .complete {
	display: none;
	font-size: 12px;
}


.style2018 p {
    font-size: 18px;
    margin-bottom: 1em;
}

.style2018 .intro-text p {
    font-size: 135%;
    line-height: 1.3;
}

.style2018 div.go-button {
    min-height: 20em;
    text-align: center;
}

.style2018 a.go-button, .style2018 li.next-button a {
    color: #fff;
    background-color: #6DAC2E;
    border-radius: 18px;
}

.style2018 a.go-button {
    display: inline-block;
    text-transform: uppercase;
    font-size: 3rem;
    padding: 0.2rem 2rem;    
}

.style2018 li.next-button a {
    display: inline-block;
    font-size: 1.7rem;
    padding: 0.4rem 1.2rem;
    color: #fff;
    line-height: 0.8;
    letter-spacing: 1px;
    text-align: center;
}

.style2018 #dragdrop {
    margin-top: 40px;
}

.style2018 #dragdrop .drag img {
    height: 115px;
}

.style2018 #dragdrop .drag img:hover {
    height: 115px;
}

.style2018 #dragdrop .drag p {
    max-width: 115px;
    text-align: center;
    font-size: 16px;
}

.style2018 #dragdrop .drag li.disabled {
    opacity: 1;
    filter: none;
    -webkit-filter: none;
}

.style2018 #dragdrop .drop {
    display: none;
}

.style2018 #dragdrop .drop li {
	vertical-align: top;
	width: 228px;
	height: 245px;
	margin: 5px;
	z-index: 5;

	border: 2px solid #aef100;
	border-radius: 25px;
	padding: 25px;

	text-align: left;
        background-size: 100%;
}

.style2018 #dragdrop .drop li.hidden {
    display: none;
}

.style2018 #dragdrop .drop li img {
    max-width: 100%;
    display: block;
}

.style2018 #dragdrop .drop p {
    font-size: 20px;
    line-height: 1.2;
}

.style2018 #divMainContent #dragdrop li {
    position: static;
    left: auto;
}

.style2018 #popupPreviousClue {
    display: none;
    position: fixed;
    left: 40%;
    left: calc( 50% - 150px );
    top: 40%;
    padding: 25px;
    border-radius: 30px 20px;
    background-color: #74B421;
    width: 300px;
    min-height: 5em;
    color: white;
    z-index: 99;
}

.style2018 #popupPreviousClue p {
    font-size: 22px;
    line-height: 1.1;
}

.style2018 #popupPreviousClue a {
    display: block;
    position: absolute;
    right: 16px;
    top: 7px;
    border: white solid 1px;
    padding: 2px;
}

.style2018 #popupPreviousClue a, .style2018 #popupPreviousClue a:visited {  color: white; }

.style2018 .well-done {
    display: none;
    position: relative;
    background-color: #4BAAE4;
    color: #fff;
    font-size: 2rem;
    font-family: "HelveticaNeue","Helvetica Neue",Helvetica,Arial,Verdana,sans-serif;
    padding: 1rem;
}

.style2018 .well-done p {
    display: inline-block;
    width: 50%;
    color: #fff;
    font-size: 2rem;
    margin: 0;
}

.style2018 .well-done a {
    position: absolute;
    top: 25px;
    display: block;
    width: 16%;
    color: #fff;
    font-size: 1.5rem;
    text-align: center;
    background-color: #6DAC2E;
    padding: 1rem 2rem;
    box-sizing: border-box;
    border-radius: 15px;
}

.style2018 .well-done a.play-again {
    right: 280px; 6em;
}

.style2018 .well-done a.different-game {
    right: 50px; 
    width: 8em;
    padding: 1rem 0.7rem;
}