﻿.MyViewScroller {
    height: 338px;
    text-align: left;
    overflow-y: scroll;
}
.MenuShadow {
    background: white;
    /*background-color: rgba(255, 255, 255,0.5);*/
}

.disable-dbl-tap-zoom {
    touch-action: manipulation;
}
.ScrollHelper {
    text-align: center;
    position: absolute;
    bottom: 20px;
    margin: auto;
    left: 0;
    right: 0;
    display: none;
    font-size: 0.8rem;
}
.Explorer {
    width: 100%;
    text-align: center;
    bottom: 0;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
}

.BackToTop {
    width: fit-content;
    text-align: center;
    bottom: 0;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    font-size: 0.8rem;
    display: none;
}

.ExplorerNav {
    cursor: pointer;
}


.rcorners1 {
    border-radius: 25px;
    /*  background: #8BB1A0;*/
    /* background: #689306;*/
    /*    background: #003334;*/
    /*  background: #78A514;*/
    padding: 20px;
    width: 250px;
    height: 330px;
    margin: auto;
    /*color: white;*/
}




/*
.PanelViewer {
    left: 0;
    right: 0;
    padding-left: 15px;
    padding-right: 15px;
    top: 80px !important;
    scrollbar-width: none;
    position: absolute;
    overflow-x: hidden;
    margin: auto;
    height: calc(100% - 80px);
}*/

/*select {
    background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat 95% 50%;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    height: 30px;
    width: 100px;
    padding: 5px;
}
.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2
}*/
/*.ShowModalErrorStyle {
    margin-top: -11px;
    padding-top: 5px;
    color: white;
    font-size: 1.4em !important;
    font-family: arial !important;
    padding-bottom: 1.4em;
    padding-left: 1.4em;
    box-shadow: inset 5px 5px 5px 0 #c95930, inset -5px -5px 5px #733118 !important;
    background: #a64b29 !important;
    margin-bottom: 8px !important;
    -moz-box-shadow: inset 5px 5px 5px 0 #c95930, inset -5px -5px 5px #733118 !important;
    -webkit-box-shadow: inset 5px 5px 5px 0 #c95930, inset -5px -5px 5px #733118 !important;
    box-shadow: inset 5px 5px 5px 0 #c95930, inset -5px -5px 5px #733118 !important;
}*/
/*.ShowModalOKStyle {
    margin-top: -11px;
    padding-top: 5px;
    color: white !important;
    font-size: 1.4em !important;
    font-family: arial !important;
    padding-bottom: 1.4em;
    padding-left: 1.4em;
    box-shadow: inset 5px 5px 5px 0 #2ec785, inset -5px -5px 5px #346614 !important;
    background: #008f45 !important;
    margin-bottom: 8px !important;
    -moz-box-shadow: inset 5px 5px 5px 0 #2ec785, inset -5px -5px 5px #346614 !important;
    -webkit-box-shadow: inset 5px 5px 5px 0 #2ec785, inset -5px -5px 5px #346614 !important;
    box-shadow: inset 5px 5px 5px 0 #2ec785, inset -5px -5px 5px #346614 !important;
}*/
.FooterMenuPlayButton {
    max-height: 33.5px;
    min-height: 33.5px;
    margin: 0 !important;
    /* max-width: 50px;
    min-width: 50px;*/
    /*padding: 5px;*/
    font-family: Yeon Sung !important;
    background-color: transparent;
/*    background: green;
    color: white;*/
}
/*.ClipMenuParentHolder {
    position: fixed;
    bottom: 75px;
    width: 100%;
    overflow: hidden;
    margin-top: 2px;
    text-align: center;
}*/
/*.BackButton {
    position: fixed;
    right: 13px;
    top: 50px;
}*/
/*.BackButtonLink {
    max-height: 30px;
    min-height: 30px;
    margin: 0 !important;
    max-width: 50px;
    min-width: 50px;
    padding: 2px;
}*/
/*.ScreenConfigButton {
    max-height: 30px;
    min-height: 30px;
    margin: 0 !important;
    max-width: 50px;
    min-width: 50px;
    padding: 2px;
}*/
.btn:focus {
    outline: none;
    box-shadow: none;
}