/* CSS Document */

html {
    height: 780px;
}

body {
    font-size: 16px;
}

/* PRELOAD IMAGES CSS */

/* body::after {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
    z-index: -1;
    content: url(../assets/images/body1.png) url(../assets/images/body1_active.png) url(../assets/images/body2.png) url(../assets/images/body2_active.png) url(../assets/images/body3.png) url(../assets/images/body3_active.png) url(../assets/images/body4.png) url(../assets/images/body4_active.png);
} */

img[usemap],
map area {
    outline: none;
}

.clear {
    clear: both;
}

/** LO MODIFICATIONS */

.Header.pm-row {
    background-image: url(../assets/images/bann.png);
    background-repeat: no-repeat;
    background-position: 4%;
}

.PageMover .Header {
    height: 35px;
}

.PageMover .Header .option-selected-title {
    position: absolute;
    left: 224px;
    top: 25px;
    color: #2F4452;
    font-weight: bold;
}

.Title,
.Subject {
    display: none !important;
}

.PageMover .TopText {
    padding-top: 10px !important;
    min-height: 47px !important;
    padding-left: 30px !important;
}

.PageMover .questions {
    display: none;
    position: absolute;
    top: 29px;
    left: 526px;
    width: 258px;
}

.PageMover .questions input {
    width: 100%;
}

#input_name {
    margin-bottom: 25px;
}

.PageOne .buttons-container {
    position: absolute;
    top: 153px;
    left: 262px;
}

.PageOne .button-play.pm-button {
    border-radius: 25px;
    min-width: 10px;
    width: 10px;
}

.PageOne .button-option {
    background-color: #42789B;
    width: 385px;
    height: 32px;
    position: relative;
    left: 37px;
    top: 0px;
    border-radius: 7px;
    color: white;
    font-size: 20px;
    line-height: 28px;
    /* text-align: center; */
}

body.IsAndroid .PageOne .button-option {
    line-height: 33px;
}

body.IsIPad .PageOne .button-option {
    line-height: 31px;
}

body.mac .PageOne .button-option {
    line-height: 32px;
}

.IsDesktop .PageOne .button-option>span:hover,
.IsDesktop .PageOne .button-option:hover {
    background-color: #104568;
    cursor: pointer;
}

.PageOne .button-option.equal-sharing span {
    margin-left: 91px;
    pointer-events: none;
}

.PageOne .button-option.equal-sharing-left-over span {
    margin-left: 10px;
    pointer-events: none;
}

.PageOne .button-play.pm-button.playing .icon-play {
    position: relative;
    left: -2px;
    top: 1px;
}

/** TABS */

.PageOne .tabs {
    position: absolute;
    left: 921px;
    top: 74px;
}

.PageOne .tabs .tab {
    color: white;
    background-color: #42789B;
    width: 30px;
    height: 30px;
    text-align: center;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    line-height: 25px;
    font-size: 21px;
    margin-bottom: 5px;
}

.PageOne .tabs .tab.active-tab {
    background-color: #247163;
}

body.IsDesktop .PageOne .tabs .tab:hover {
    background-color: #247163;
}

.PageOne .tabs .tab.completed {
    background-color: #08083c;
}

.PageOne .tabs .tab.active-tab.completed {
    background-color: #247163;
}

.PageOne .tabs-content {
    position: absolute;
}

.PageOne .tabs-content .tab-content {
    position: absolute;
    top: 25px;
    left: 34px;
    width: 850px;
    height: 350px;
    display: none;
}

.bones-container {
    margin: 13px auto;
    height: 43px;
    /* margin: auto;
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0; */
}

/* body.IE .bones-container {
    margin: 12px auto;
} */

.bone {
    /* position: absolute; */
    width: 54px;
    height: 37px;
    float: left;
    margin-left: -19px;
}

.dogs-container {
    margin: 60px auto;
    height: 114px;
}

.dog {
    float: left;
    max-width: 73px;
}

.dog .bone {
    margin: -20px 0 0 -40px;
}

.dog-bones {
    margin-left: 30px;
}

.answer-panel {
    /* margin: 0 auto;
    width: 700px; */
    text-align: center;
}

.question {
    width: 50px;
    height: 50px;
    border: 2px solid blue;
    font-size: 30px;
    text-align: center;
    border-radius: 5px;
}

.question.answered {
    border: 2px solid limegreen;
}

.bone,
svg g,
svg {
    pointer-events: none;
}

/* .ui-draggable .st0,
.ui-draggable .st1,
.ui-draggable .st3,
.ui-draggable .st4,
.ui-draggable .st2{ */

.ui-draggable svg {
    cursor: pointer;
    pointer-events: all;
}

/** LO MODIFICATIONS END */

/* MODIFICATIONS TO THE TEMPLATE */

/* .PageMover .BackgroundColor {
    background-color: #ffffff !important;
    color: #333366 !important;
}
*/

.PageMover #ContentBody {
    height: 390px;
    background-image: url(../assets/images/pawBg.png);
}

.ui-draggable-handle,
.tab,
a,
.button {
    cursor: pointer;
}

.ThePopupAudioText {
    /* height: 177px; */
}

.PageMover .PopupBox {
    top: 60%;
}

.stopped .icon-play:before {
    margin-top: 5px;
}

.PlayPopupAudio.stopped .icon-play:before {
    margin-top: 3px;
}

.PageMover .TheMessage .ThePopupAudioText {
    float: left;
    width: 220px;
    margin-bottom: 50px;
}

.PageMover .PopupBox .MessageHeader {
    position: absolute;
    bottom: 0px;
    width: 294px;
}

.PageOne .tabs .tab {
    line-height: 28px !important;
}

body.IsAndroid .PageOne .tabs .tab {
    line-height: 33px !important;
}

body.IsIPad .PageOne .tabs .tab {
    line-height: 31px !important;
}

body.mac .PageOne .tabs .tab {
    line-height: 32px !important;
}

.pm-button.disabled {
    pointer-events: none;
}

/** ANIMATIONS */

@keyframes shakeIt {
    from {
        background: #FE6565;
        border: 2px solid #FE3434;
        transform: translate3d(0, 0, 0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        background: #FE6565;
        border: 2px solid #FE3434;
        transform: translate3d(-10px, 0, 0);
    }
    20%,
    40%,
    60%,
    80% {
        background: #FE6565;
        border: 2px solid #FE3434;
        transform: translate3d(10px, 0, 0);
    }
    100% {
        background: #FFFFFF;
        border: 2px solid blue;
        transform: translate3d(0, 0, 0);
    }
}

.shakeIt {
    animation-name: shakeIt;
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
    /* animation-timing-function: ease-out;
    animation-iteration-count: infinite; */
}

.not-animated {
    animation: none;
}

/* .character-area {
    width: 366px;
    height: 307px;
} */