﻿[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}

[ng-drag] {
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

[ng-drag], [ng-drop] {
    color: white;
    text-align: center;
    display: inline-block;
    margin: 0 2px;
    cursor: pointer;
    -ms-touch-action: none;
}

    [ng-drag].dragging {
        opacity: 0.5;
        border: 1px solid #1414d5;
        border-radius: 8px;
    }

    [ng-drop].drag-enter {
        border-radius: 8px;
        background-color: yellow;
    }

    [ng-drop] span.drop-area img {
        border: 1px solid blue;
        border-radius: 8px;
        width: 120px;
        height: 100px;
    }

    [ng-drop] div {
        position: relative;
        z-index: 2;
    }

ul.draggable-objects {
    padding-left: 1px;
}

    ul.draggable-objects:after {
        display: block;
        content: "";
        clear: both;
    }

.draggable-objects li {
    padding-left: 10px;
    display: inline;
    text-align: center;
}

    .draggable-objects li span img {
        border: 1px solid red;
        border-radius: 8px;
        width: 120px;
        height: 100px;
    }

.processingspeed {
    padding-left: 10px;
    text-align: center;
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 20px;
}

    .processingspeed img {
        border: 1px solid blue;
        border-radius: 8px;
        width: 120px;
        height: 100px;
    }

        .processingspeed img:hover {
            transform: scale(1.1);
        }

        .memoryorder {
            min-height: 250px;
        }

.memoryorderhelp {   
    font-size: 14pt;    
    color: green;   
}

.memorytravelhelp {
    font-size: 14pt;
    color: green;
}

.patternreasoninghelp {
    font-size: 14pt;
    color: green;
}


.memoryorderinstruction {
    border: 1px solid green;
    border-radius: 20px;
    font-size: 14pt;
    max-width: 350px;
}

.memoryorderword-container {
    height: 300px;
    position: relative;
    justify-content: center;
    padding-top: 70px;
    display: flex;   
}

.patternreasoninginstruction {
    border: 1px solid green;
    border-radius: 20px;
    font-size: 14pt;
    max-width: 350px;
}

    .memoryorderword-container span {
        color: blue;
        font-size: 20pt;
    }

.memoryorderscore-container span {
    color: green;
}

.game-button {
    width: 250px;
}

.ClassyCountdown-wrapper > div {
    display: inline-block;
    position: relative;
    /*width: calc(25% - 200px);*/
    width: 80px;
    margin: 5px;
}

.ClassyCountdown-wrapper .ClassyCountdown-value {
    width: 100%;
    line-height: 0.5em;
    position: absolute;
    top: 50%;
    text-align: center;
    left: 0;
    display: block;
    font-size: 16pt;
}

.ClassyCountdown-wrapper input {
    display: none;
    width: 0px;
    visibility: hidden;
}

.modal-open {
    overflow: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
}

.patternreasoning {
    min-height: 250px;
}


.patternreasoningword-container {
    height: 300px;
    position: relative;
    justify-content: center;
    padding-top: 70px;
    display: flex;
}

.patternreasoningword-container span {
    color: blue;
    font-size: 20pt;
}

.patternreasoningscore-container span {
    color: green;
}



@media only screen and (max-width: 820px) {
    .memoryorderword-container span {
        font-size: 12pt;
        color: blue;
        width: 100%;
    }

    .patternreasoningword-container span {
        font-size: 12pt;
        color: blue;
        width: 100%;
    }
	
	
    .processingspeed img {
        border: 1px solid blue;
        border-radius: 8px;
        width: 60px;
        height: 60px;
    }
}


@media only screen and (max-width: 760px) {
    .draggable-objects li span img {
        border: 1px solid red;
        border-radius: 8px;
        width: 100px;
        height: 80px;
    }

    [ng-drop] span.drop-area img {
        border: 1px solid blue;
        border-radius: 8px;
        width: 100px;
        height: 80px;
    }    
}

@media only screen and (max-width: 660px) {
    .draggable-objects li span img {
        border: 1px solid red;
        border-radius: 8px;
        width: 45px;
        height: 45px;
    }

    [ng-drop] span.drop-area img {
        border: 1px solid blue;
        border-radius: 8px;
        width: 45px;
        height: 45px;
    }
}