﻿#map {
    height: 100%;
    width: 100%;
    z-index: 0;
    margin: 0;
    padding: 0;
    max-width: 100%;
    max-height: 100%;
}
/* Optional: Makes the sample page fill the window. */
html, body, #main {
    height: 100%;
    max-height: 100%;
    overflow: hidden;
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: monospace;
    font-size: 14px;
}




#settings-panel {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 5; /* Stay on top */
    top: 0;
    left: 0;
    background-color: #fff; /* White*/
    background-image: url(/content/images/light-blue-seamless-concrete.jpg);
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

h1 {
    font-weight: bold;
    margin-bottom: 40px;
    margin-top: 10px;
    font-size: 28px;
}

h3 {
    margin-top: 30px;
    font-size: 18px;
}

#details-panel-mon, #details-panel-gym, #details-panel-quest, #details-panel-incident {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    max-width: 65%;
    position: fixed; /* Stay in place */
    z-index: 5; /* Stay on top */
    top: 0;
    right: 0;
    background-color: #fff; /* White */
    background-image: url(/content/images/light-blue-seamless-concrete.jpg);
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

.button {
    color: #fff;
    background: #4abd5e;
    background: -moz-linear-gradient(left, #4abd5e 0, #24ccaa 100%);
    background: -webkit-linear-gradient(left, #4abd5e 0, #24ccaa 100%);
    background: linear-gradient(to right, #4abd5e 0, #24ccaa 100%);
    border-radius: 30px;
    border: none;
    padding: 4px 20px;
    font-size: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
}

.button-circle:focus {
    outline: none;
}

.button-circle.active-mode {
    background-color: #1c82931f;
}

.button-circle {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    background: rgba(255, 255, 255, 0.3);
    border: 1px solid rgba(0, 0, 0, 0.2);
    color: #1c8293;
    font-size: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 3;
    position: fixed;
}

    .button-circle .inner {
        border-radius: 100%;
        cursor: pointer;
        width: 100%;
        height: 100%;
        display: inline-block;
        background: rgba(255, 255, 255, 0.75);
        background: #fff;
        border: 1px solid #1c8293;
        line-height: 30px;
        text-transform: uppercase;
        font-size: 14px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }


select {
    display: block;
    width: 100%;
    padding: .25rem;
    font-size: 1rem;
    line-height: 1.25;
    color: #464a4c;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
    touch-action: manipulation;
}

.detail-gym-name, .detail-mon-name, .detail-mon-gender, .detail-quest-name, .detail-quest-reward-count {
    font-size: 24px;
    margin-bottom: 3px;
}

.detail-quest-reward {
    margin-top: 30px;
}

.detail-mon-name {
    margin-left: 15px;
}

.detail-gym-directions {
    margin-top: 20px;
    font-size: 17px;
}

.detail-gym-team {
    padding: 5px;
}

.detail-gym-level {
    margin-top: 10px;
}

#reset-settings {
    bottom: 30px;
    position: absolute;
    left: 120px;
}

#detail-hide-mon {
    font-size: 12px;
    bottom: 30px;
    position: absolute;
    text-align: left;
    margin-top: 30px;
    /*left: 105px;*/
}
#detail-hide-mon img {
    width: 36px;
    height: 36px;
}

#detail-hide-mon li img {
    width: 18px;
    height: 18px;
}

.pvp-trash {
    display: none;
}

.pvp-warning {
    color: #d22700;
}

.pvp-worthy {
    color: green;
}



.raid {
}

    .raid .time {
        background-color: darksalmon;
        -moz-border-radius: 10px 10px 10px 10px;
        border-radius: 10px 10px 10px 10px;
        border: 1px solid black;
        padding: 2px 5px;
        color: white;
        margin-bottom: 2px;
        text-align: center;
        width: 33px;
        margin-left: 4px;
    }

        .raid .time.active {
            background-color: maroon;
        }

    .raid img {
        width: 48px;
        height: 48px;
    }

.mon img {
    width: 36px !important;
    height: 36px !important;
    position: absolute;
    top: 19px;
}

.quest img {
    width: 48px;
    height: 48px;
}

.incident img {
    width: 36px;
    height: 36px;
    margin-left: 9px;
}

.quest.reward_100 img,
.quest.reward_101 img,
.quest.reward_102 img,
.quest.reward_300 img,
.quest.reward_301 img,
.quest.reward_302 img,
.quest.reward_303 img,
.quest.reward_004 img,
.quest.reward_005 img {
    width: 40px;
    height: 40px;
    margin-left: 6px;
    margin-top: 4px;
}

.quest.reward_200 img,
.quest.reward_201 img,
.quest.reward_202 img {
    width: 36px;
    height: 36px;
    margin-left: 10px;
    margin-top: 8px;
}


.inner img {
    margin-top: 3px;
    margin-left: 0px;
}

.mon-perfection {
    background-color: #555555;
    -moz-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    border: 1px solid black;
    padding: 1px 3px;
    color: white;
    margin-bottom: 2px;
    text-align: center;
    width: 24px;
    margin-left: 4px;
    position: absolute;
    top: -16px;
    left: 6px;
}

.mon-perfection-disabled {
    display: none !important;
}
    /**/
.input {
    height: 10px;
    border-radius: 20px;
    background: #fff;
    padding: 15px;
    border: 1px solid #1c8293;
    box-sizing: border-box;
    -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
    width: 100%;
    display: block;
}

.input:hover,
.input:focus,
.input:active {
    outline: none;
}

.mon-setting-search {
    z-index: 3;
    position: relative;
    display: inline-block;
    margin-right: 10px;
    width: 95%;
    left: 20px; /*calc(50% - 100px);*/
    margin-bottom: 10px;
}

    .mon-setting-search .button {
        position: absolute;
        top: 0;
        right: 0;
        width: 42px;
        height: 32px;
        border: 1px solid #1c8293;
        background: #9e2408e6;
        font-size: 14px;
        line-height: inherit;
        color: #fff;
        padding: 0;
        box-shadow: none;
    }

        .mon-setting-search .button:hover,
        .mon-setting-search .button:active {
            background: #c11212;
            color: #fff;
        }

#reset-filter {
    display: none;
}

#reset-filter img {
    margin-top: 2px;
    margin-left: 2px;
}

.filtered {
    display: none;
}

#map-preference, #rare-alerts-switch-wrapper {
    margin-top: 70px;
}

#menu-open {
    top: 5px;
    left: 5px;
}

#raids-map {
    top: 5px;
    right: 155px;
}

#mons-map {
    top: 5px;
    right: 105px;
}

#quests-map {
    top: 5px;
    right: 55px;
}

#incidents-map {
    top: 5px;
    right: 5px;
}

#mons-map .rare-alert {
    animation: pulse 5s infinite;
}




@keyframes pulse {
    0% {
        background-color: rgba(255, 0, 0, 0.2);
    }
    25% {
        background-color: rgba(255, 0, 0, 0.3);
    }
    50% {
        background-color: rgba(255, 0, 0, 0.5);
    }
    75% {
        background-color: rgba(255, 0, 0, 0.3);
    }
    100% {
        background-color: rgba(255, 0, 0, 0.2);
    }
}



.detail-gym-team {
    z-index: 10;
    position: relative;
    display: block;
}

.detail-gym-team-platform {
    margin-top: -50px;
    z-index: 1;
    position: relative;
    display: block;
}


/*  Buttons  */
.mon-switch-name {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    width: 110px;
}


.onoffswitch {
    top: 4px;
    position: relative;
    width: 55px;
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #999999;
    border-radius: 50px;
}

.onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}

    .onoffswitch-inner:before, .onoffswitch-inner:after {
        display: block;
        float: left;
        width: 50%;
        height: 15px;
        padding: 0;
        line-height: 15px;
        font-size: 12px;
        color: white;
        font-family: Trebuchet, Arial, sans-serif;
        font-weight: bold;
        box-sizing: border-box;
    }

    .onoffswitch-inner:before {
        content: "ON";
        padding-left: 5px;
        background-color: #1C8293;
        color: #FFFFFF;
    }

    .onoffswitch-inner:after {
        content: "OFF";
        padding-right: 5px;
        background-color: #EEEEEE;
        color: #999999;
        text-align: right;
    }

.onoffswitch-switch {
    display: block;
    width: 19px;
    margin: -2px;
    background: #FFFFFF;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 40px;
    border: 2px solid #999999;
    border-radius: 50px;
    transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
}

.generation-toggle {
    margin-bottom: 10px;
    font-size: 18px;
}


ul {
    list-style-type: none;
    margin-bottom: 10px !important;
}


/* Style the buttons inside the tab */


/* Change background color of buttons on hover */
/*.links button:hover {
            background-color: #ddd;
        }*/

/* Create an active/current tablink class */
/*.links button.active {
            background-color: #ccc;
        }*/

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s;
}

/* Fade in tabs */
@@-webkit-keyframes fadeEffect {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@@keyframes fadeEffect {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.links {
    padding: 0;
    margin: 0;
    overflow: hidden;
    border: 1px solid #ccc;
    text-align: left;
}

    .links li {
        padding: 3px;
        margin: 4px;
        border: 1px solid gray;
        border-radius: 10px;
    }

    .links button {
        background-color: transparent;
        /*float: left;*/
        border: none;
        outline: none;
        cursor: pointer;
        padding: 4px 6px;
        transition: 0.3s;
        font-size: 17px;
        width: 100%;
        text-align: left;
    }

    .links li.link-item {
        background-color: #70809028;
    }

        .links li.link-item:hover {
            background-color: slategray;
        }

ul.links li.link-header {
    border: none;
    font-weight: bold;
    font-size: 20px;
}

ul.links li.link-spacer {
    margin-top: 40px;
}

ul {
    padding: 0;
    margin: 0;
}

.mon-container {
    float: left;
    margin-left: 8px;
    margin-top: 8px;
    margin-right: 10px;
    margin-bottom: 5px;
}

li.mon-highlight{
    /*box-shadow: 0px 0px 5px 3px rgb(255, 176, 78);
    background-color: rgb(251, 227, 138);
         background-color: rgba(156, 25, 25, 0.5);
    */
    box-shadow: 0px 0px 5px 3px rgb(0, 0, 0);
    background-color: rgba(230, 0, 202, 0.9);
    border-radius: 10px;
}
div.mon-highlight img {
    
}
div.mon-highlight {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    z-index: 100;
}

.mon-hidden, .raid-hidden, .quest-reward-hidden {
    filter: grayscale(100%);
    opacity: 0.8;
}

.mon-disabled {
    filter: grayscale(100%);
    opacity: 0.8;
}

.raid-item {
    height: 64px;
    width: 64px;
    display: inline-block;
    background-size: cover;
}

.raid-container {
    margin-left: 40px;
    margin-right: 40px;
    margin-bottom: 20px !important;
}

.detail-gym-moves {
    margin-top: 10px;
    margin-bottom: 30px;
}


#iv-range {
    margin-top: 3px;
    margin-bottom: 16px;
    margin-left: 30px;
    margin-right: 10px;
    width: 92%;
}

.iv-range-display {
    width: 100%;
    text-align: right;
    margin-right: 10px;
}


/*#iv-range span.ui-slider-handle:nth-child(2):before {
    content: "-";
}

#iv-range span.ui-slider-handle:nth-child(3):before {
    content: "+";
}

#iv-range span.ui-slider-handle:nth-child(2) {
    background-color: lightblue;
    text-align: center;
    font-weight: 900;
}

#iv-range span.ui-slider-handle:nth-child(3) {
    background-color: lightblue;
    text-align: center;
    
}

#iv-range span.ui-slider-handle {
    font-weight: 900;
    top: -.4em;
    margin-left: -.8em;
    width: 1.6em;
    height: 1.4em;
}*/

#mon-settings-reset-filter {
    display: none;
}


@-webkit-keyframes bounce {
    0%, 100% {
        -webkit-transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(-5px);
    }
}

@keyframes bounce {
    0%, 25%, 75%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-5px);
    }
}















.search {
    z-index: 3;
    position: absolute;
    display: inline-block;
    margin-right: 10px;
    width: 200px;
    left: 5px; /*calc(50% - 100px);*/
    top: 55px;
}

    .search .button {
        position: absolute;
        top: 0;
        right: 0;
        width: 32px;
        height: 32px;
        border: 1px solid #1c8293;
        background: #fff;
        font-size: 14px;
        line-height: inherit;
        color: #1c8293;
        padding: 0;
        box-shadow: none;
    }

        .search .button:hover,
        .search .button:active {
            background: #c11212;
            color: #fff;
        }



.links li.link-item.link-item-reset {
    position: absolute;
    bottom: 5px;
    width: 160px;
    background-color: maroon !important;
}

.link-item-reset button {
    color: white !important;
    text-align: center;
}


.mobile-scroll {
    overflow-y: scroll !important;
    -webkit-overflow-scrolling: touch !important;
    height: 100%;
}


.tabcontent .button-circle {
    position: absolute !important;
    top: 5px !important;
    right: 15px !important;
}

.irs {
    margin-bottom: 10px;
    margin-left: 10px;
}


/*Quests*/
#quest-settings .mon-container {
    float:none;
}

.quest-setting-encounters label {
    display: block;
    margin-left: 40px;
    margin-top: 10px;
}















.label__checkbox {
    display: none;
}

.label__check {
    font-family: 'Lato', monospace;
    display: inline-block;
    border-radius: 50%;
    border: 5px solid rgba(0, 0, 0, 0.2);
    background: white;
    vertical-align: middle;
    margin-right: 10px;
    width: 1.5em;
    height: 1.5em;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: border .3s ease;
    transition: border .3s ease;
}

    .label__check i.icon {
        opacity: 0.4;
        color: transparent;
        -webkit-transition: opacity .3s .1s ease;
        transition: opacity .3s .1s ease;
        -webkit-text-stroke: 3px rgba(0, 0, 0, 0.5);
    }

    .label__check:hover {
        border: 5px solid rgba(0, 0, 0, 0.2);
    }

.label__checkbox:checked + .label__text .label__check {
    -webkit-animation: check 0.5s cubic-bezier(0.895, 0.03, 0.685, 0.22) forwards;
    animation: check 0.5s cubic-bezier(0.895, 0.03, 0.685, 0.22) forwards;
}

    .label__checkbox:checked + .label__text .label__check .icon {
        opacity: 1;
        -webkit-transform: scale(0);
        transform: scale(0);
        color: white;
        -webkit-text-stroke: 0;
        -webkit-animation: icon 0.3s cubic-bezier(1, 0.008, 0.565, 1.65) 0.1s 1 forwards;
        animation: icon 0.3s cubic-bezier(1, 0.008, 0.565, 1.65) 0.1s 1 forwards;
    }

@-webkit-keyframes icon {
    from {
        opacity: 0;
        -webkit-transform: scale(0.3);
        transform: scale(0.3);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes icon {
    from {
        opacity: 0;
        -webkit-transform: scale(0.3);
        transform: scale(0.3);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes check {
    0% {
        width: 1.5em;
        height: 1.5em;
        border-width: 5px;
    }

    10% {
        width: 1.5em;
        height: 1.5em;
        opacity: 0.1;
        background: rgba(0, 0, 0, 0.2);
        border-width: 15px;
    }

    12% {
        width: 1.5em;
        height: 1.5em;
        opacity: 0.4;
        background: rgba(0, 0, 0, 0.1);
        border-width: 0;
    }

    50% {
        width: 2em;
        height: 2em;
        background: #00d478;
        border: 0;
        opacity: 0.6;
    }

    100% {
        width: 2em;
        height: 2em;
        background: #00d478;
        border: 0;
        opacity: 1;
    }
}

@keyframes check {
    0% {
        width: 1.5em;
        height: 1.5em;
        border-width: 5px;
    }

    10% {
        width: 1.5em;
        height: 1.5em;
        opacity: 0.1;
        background: rgba(0, 0, 0, 0.2);
        border-width: 15px;
    }

    12% {
        width: 1.5em;
        height: 1.5em;
        opacity: 0.4;
        background: rgba(0, 0, 0, 0.1);
        border-width: 0;
    }

    50% {
        width: 2em;
        height: 2em;
        background: #00d478;
        border: 0;
        opacity: 0.6;
    }

    100% {
        width: 2em;
        height: 2em;
        background: #00d478;
        border: 0;
        opacity: 1;
    }
}


.label__text {
    display: inline-block;
}

.boss-shown {
    margin-top: -3px;
}




/******************NOTIFY**********/

.notyf__wrapper {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
}

.notyf__message {
    font-size: 20px !important;
    margin-bottom: 10px !important;
}

.notyf__dismiss {
    width: 56px !important;
}