@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);


/* css */
html {
     height: 100%;
     width: 100%;
}
body{
    overflow: auto;
    height:100%;
    max-height:100%;
    width:100%;
    padding:0;
    font-family: 
        'Noto Sans Japanese',
        "游ゴシック", 
        YuGothic,
        'Yu Gothic',
        "Helvetica Neue", 
        Helvetica, 
        Arial, 
        sans-serif;
    font-size: 14px;
    -webkit-text-size-adjust: 100%;
}

.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-attribution a {
    background:none;
    color:#fff;
}
.leaflet-top .leaflet-control {
    margin-top: 50px;
    }
.leaflet-control-zoom {
    border: 3px solid #3394d2;
    box-shadow:none;
    }
.leaflet-control-zoom .leaflet-control-zoom-in,
.leaflet-control-zoom .leaflet-control-zoom-out,
a.leaflet-control-zoom-in:hover,
a.leaflet-control-zoom-out:hover,
a.leaflet-control-zoom-in:focus,
a.leaflet-control-zoom-out:focus{
    border:none;
    color: #3394d2;
}

.leaflet-touch .leaflet-control-zoom{
    border: 3px solid #3394d2;
    box-shadow:none;
}

#App{
    width:100%;
    overflow:auto;
    padding:0;
    margin:0;
    position:relative;
}
#MapPane{
    height:100%;
    width:100%;
    overflow:hidden;
    padding:0;
}

button.customBtn,
a.customBtn{
    height:44px;
    border-radius: 22px;
    box-shadow: 8px 8px 8px 0px rgba(0, 0, 0, 0.32);
    -webkit-box-shadow: 8px 8px 8px 0px rgba(0, 0, 0, 0.32);
    -moz-box-shadow: 8px 8px 8px 0px rgba(0, 0, 0, 0.32);
}
button.customBtn:focus,
button.customBtn:active:focus,
button.customBtn.active:focus,
button.customBtn.focus,
button.customBtn:active.focus,
button.customBtn.active.focus{
    outline:none;
}
#MapInfoBtn{
    width:60px;
    border: none;
    background-color: rgba(0, 0, 0, 0.0);
    filter: drop-shadow(6px 6px 6px rgba(0, 0, 0, 0.6));
}

#TopRightButtonContainer .btn_account{
  margin-right:5px;
  background-color:#fff;
  border-color:#9fa0a0;

}
#TopRightButtonContainer{
  position:absolute;
  top:5px;
  right:5px;
  font-size:20px;
  padding-right:10px;
  padding-top:5px;
  z-index:999;
}
#TopRightButtonContainer .button{
  cursor:pointer;
}
#TopLeftButtonsContainer{
  position:absolute;
  top:5px;
  left:17px;
  z-index:999;
}
#TopLeftButtonsContainer .button{
  cursor:pointer;
}

#MapViewerContainer{
    /*height:0;*/
}
#MapViewerContainer.h_short{
    padding-right:0;
}
.v_full{
    height:100%;
}
.v_short{
    height:40%;
}
#MapContainer{
    width:100%;
    height:100%;
    /*background-color: blue;*/
}
#LLMapContainer{
    width:100%;
    height:100%;
}
#LmContentContainerH .lmTitle  > .closeBtn{
    width: 25px;
    right:25px;
}
#LmContentContainerV .lmTitle  > .closeBtn{
    right:5px;
    width: 25px;
}
.lmContentContainer{
    overflow:hidden;
    padding-left:0px;
    padding-right:0px;
    background-color:#fff;
}
#LmContentContainerV .lmTitle, 
#LmContentContainerH .lmTitle{
    position: relative;
    padding:5 10 5 10;
    color:#fff;
    width:100%;
    font-weight: bold;
    background-color:#C8A865;
}
.lmTitle > .textWrapper{
    padding-left:0px;
    padding-right:42px;
}

.lmTitle > .closeBtn{
    position:absolute;
    top:0;
    bottom:0;
    margin:auto;
}
.lmContentWrapper{
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
}
.lmContent{
    width:100%;
    height:100%;
    border:none;
}
#LmContentH {
    padding: 0 15px 0 0;
}
#SliderFromBelow{
    position:absolute;
    bottom:0;
    width:100%;
    z-index:500;
}
#OperationPane {
    position:relative;
    background-color:#1B4D6C; /*rgba(246 238 229 0.1);*/    
    box-shadow: 0px -25px 4px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px -25px 4px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px -25px 4px 0px rgba(0, 0, 0, 0.2);
    z-index:500;
    width:100%;
    bottom:0;
}
#OperationPane .logoContainer{
    /*float:left;*/
    position:absolute;
    height:60px;
}
#OperationPane .logoContainer .logoWrapper{
    height:100%;
    width:100%;
    /*border-right:1px solid #C2C2C2;*/
    z-index:500;
    position:relative;
}
#OperationPane .logoContainer .logoWrapper img{
    position:absolute;
    top:3;
    bottom:0;
    left:5px;
    margin:0px auto auto auto;
    height: 55px;
    /*width:67px;*/
}
#OperationPane .logoContainer .lgoWrapper img.spNone{
    /*width:67px;*/
    height:55px;
}
#OperationPane .logoContainer .lgoWrapper img.pcNone{
    /*width:67px;*/
    height:55px;
}
#OperationPane .operationButtonContainer{
    position:relative;
    width:100%;
    height:70px;
    padding-top:9px;
    padding-bottom:5px;
}
#OperationPane .operationButtonContainer .buttonsWrapper{
    width:153px;
    position:absolute;
    top:9px;
    right:0;
    left:0;
    margin:0 auto;

    /*float: right;*/
}

#OperationPane .operationButtonContainer .buttonsWrapper .buttonCell{
    float:left;
    text-align:center;
    padding:0;
    font-size:9px;
    /*width:90px;*/
    margin-right:5px;
    margin-left:5px;
    margin-top:10px;
    cursor:pointer;
}
#OperationPane .operationButtonContainer .buttonsWrapper .buttonCell a {
    text-align: center;
}
#OperationPane .operationButtonContainer .buttonsWrapper .buttonCell a span {
    display: block;
    color: #FFFFFF;
}
#OperationPane .operationButtonContainer .buttonsWrapper .buttonCell a img {
    height:24px;
}
#OperationPane .operationButtonContainer .buttonsWrapper .onOffButtonCell {
    margin-right: 0;
}
#OperationPane .operationButtonContainer .shareButtonCell a img {
    float:right;
    height:40px;
    margin-top:5px;
    margin-right:5px;
}
#OperationPane .operationButtonContainer .humburgerMenuCell a img {
    float: left;
    height:25px;
    margin-top:15px;
    margin-left:10px;
    clear: both;
}
@media only screen and  (max-width: 767px) {
    #OperationPane .logoContainer{
        width:90px;
    }
    #OperationPane .operationButtonContainer .buttonsWrapper{
        right:0;
    }
    #OperationPane .operationButtonContainer .buttonsWrapper .buttonCell img{
        /*width: 32px;*/
        height: 24px;
    }
    #OperationPane .operationButtonContainer .buttonsWrapper .switchButtonCell {
        margin-right: 0px;
    }
    #OperationPane .operationButtonContainer .buttonsWrapper .statusButtonCell {
        margin-right: 0px;
    }
    #OperationPane .operationButtonContainer .buttonsWrapper .moreButtonCell {
        margin-right: 0px;
    }
    #OperationPane .operationButtonContainer .buttonsWrapper .moreButtonCell img{
    }
    .spNone{
        display:none !important;
    }
}

/* media queries */
@media only screen and  (max-width: 480px) {
    #OperationPane .operationButtonContainer .buttonsWrapper{
        width: 153px;
    }
    #OperationPane .operationButtonContainer .buttonsWrapper .buttonCell img{
        /*width: 32px;*/
        height: 24px;
    }
    #OperationPane .operationButtonContainer .buttonsWrapper .switchButtonCell {
        margin-right: 0px;
    }
    #OperationPane .operationButtonContainer .buttonsWrapper .statusButtonCell {
        margin-right: 0px;
    }
    #OperationPane .operationButtonContainer .buttonsWrapper .moreButtonCell {
        margin-right: 0px;
    }
    #OperationPane .operationButtonContainer .buttonsWrapper .moreButtonCell img{
    }
    .spNone{
        display:none !important;
    }
}

@media only screen and  (min-width: 768px) {
    #OperationPane .logoContainer{
        width:120px;
    }
    #OperationPane .logoContainer img{
        /*width:80px;*/
        height: 55px;
    }
    #OperationPane .operationButtonContainer .buttonsWrapper{
        right:0;
        left:0;
        margin:0 auto;
    }
    #OperationPane .operationButtonContainer .buttonsWrapper .buttonCell img{
        /*width: 32px;*/
        height: 24px;
    }
    #OperationPane .operationButtonContainer .buttonsWrapper .switchButtonCell {
        margin-right: 0px;
    }
    #OperationPane .operationButtonContainer .buttonsWrapper .statusButtonCell {
        margin-right: 0px;
    }
    #OperationPane .operationButtonContainer .buttonsWrapper .moreButtonCell {
        margin-right: 0px;
    }
    #OperationPane .operationButtonContainer .buttonsWrapper .moreButtonCell img{
    }
    .pcNone{
        display:none !important;
    }    
}
.operationButtonIcon{
  width:44px;
}

/* top */

.TopContainer {
  width:85%;
  max-width:450px;
  margin-left:auto;
  margin-right:auto;
}

.TopContainer .TopTitle img {
  width:40%;
  margin-top:50px;
  margin-bottom:50px;
}

.FunctionList h3 {
  font-size:16px !important;
  color: #FFFFFF !important;
  letter-spacing: 1px;
  text-align: center;
  margin-top: 50px;
  padding-top: 6px;
  padding-bottom: 6px;
}

#FunctionListSubTitle {
  font-size:16px !important;
  color: #FFFFFF !important;
  letter-spacing: 1px;
  text-align: center;
  margin-top: 50px;
  background-color: #1B4D6C;
  padding-top: 6px;
  padding-bottom: 6px;
}

#FunctionListLayout {
  font-size:14px !important;
  color: #000000 !important;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center;
  margin-top: 25px;
  padding-top: 2px;
  padding-bottom: 2px;
}
.FunctionListItemTable {
    border: solid 0px #FFFFFF;
    border-collapse: collapse;
    font-size: 14px;
    width: 100%;
    table-layout: fixed;
    margin-top: 30px;
}
.FunctionListItem td.FunctionListItemHead{
    width: 60px;
}
.FunctionListItemTable td {
    padding-top: 1px;
    padding-bottom: 1px;
    vertical-align: top;
}
.FunctionListItemTable .FunctionListItemTitle {
    width: 280px;
}
.FunctionListItemTable .FunctionListItemDesc {
    border-top: solid 1px #000000;
    display: inline-block;
}

.TopDescription,
.FunctionListItem {
  margin: 30px 0px;
}

.TopDescription p {
  letter-spacing: 2px;
  line-height: 1.5em;
}

.FunctionListItem img {
  width:60px;
  margin-bottom: 5px;
}

.FunctionListItem p {
  margin-bottom:0px;
}

.FunctionListItem img.logo {
  height: 35px;
  width: auto;
  margin-left: 5px;
  margin-right: 10px;
}

.FunctionListItem img.now {
    margin-bottom: 0px;
    width: 60px;
    margin-left: 7px;
}
.FunctionListItem img.gps {
    width: 28px;
    margin-left: 15px;
}
.FunctionListItem img.share {
    width: 39px;
    margin-left: 8px;
}
.FunctionListItem img.onoff {
    width: 44px;
    margin-left: 5px;
}
.FunctionListItem img.more {
    width: 35px;
    margin-left: 10px;
}
.FunctionListItem img.language {
    width: 60px;
    margin-left: 5px;
}
.FunctionListItem img.switch {
  width:44px;
  margin-left:7px;
}
.
.FunctionListItem img.pointlist {
  width:200px;
  box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.4);
  margin-bottom: 10px;
}
.FunctionListItem img.pin {
    height: 40px;
}
.FunctionListItem img.pin-stamp {
    height: 40px;
    width: auto;
    margin-left: 15px;
}
.FunctionListItem img.circle {
    width: 60px;
}

.FunctionListItem img.pin01,
.FunctionListItem img.pin02 {
  width:40px;
  margin-left:10px;
}

.FunctionListItem .terms, 
.FunctionListItem .privacy {
    color: #1B4D6C;
    margin-top: 20px;
}

#BannerToOfficialSite {
    display: block;
    background-color: #1C4F6F;
    overflow: hidden;
    width: 100%;
    height: 190px;
    text-align: center;
}
#BannerToOfficialSite .arrow {
    width: 19px;
}
#BannerToOfficialSite .BannerTitle{
    margin-top: 20px;
    width: 290px;
}
#BannerToOfficialSite .BannerLink{
    font-size: 16px;
    margin-top: 10px;
    color: #EEC96B;
    font-weight: bold;
}
#BannerToOfficialSite h3{
    display: inline-block;
}
#BannerToStroly {
    display: block;
    background-color: #F4F2ED;
    overflow: hidden;
    width: 100%;
    height: 430px;
    text-align: center;
}
#BannerToStroly .BannerCopy {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 20px;
    margin-top: 40px;
}
#BannerToStroly .logo {
    width: 170px;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 10px;
}
#BannerToStroly .BannerText {
    display: block;
    width: 90%;
    color: #000000;
    margin-left: auto;
    margin-right: auto;
}
#BannerToStroly .BannerURL {
    color: #000000;
    text-align: center;
}
.InnerBanner {
    margin-top: 35px;
    margin-left: auto;
    margin-right: auto;
}

.InnerBanner h6 {
    font-size: 12px;
    color: #000000;
    font-weight: 600;
    margin-bottom: 8px;
}

.InnerBanner img {
    width: 100%;
}

.InnerBanner p {
    margin-top: 10px;
}


#languageListModal {
    overflow: hidden;
    width: 100%;
    height: 100%;
}
#languageListModal .paneHead{
    font-size:12px;
    margin:10px 0px 10px 0px;
    color: #FFFFFF;
    text-align: center;
}
#languageListModal .paneHead img{
    margin-right: 10px;
}
#languageListModal .paneHead span{
    vertical-align: bottom;
    color: #000000;
    margin-right: -25px;
}
#languageListModal .modal-backdrop {
    opacity: 0.5;
}
#languageListModal .modal-content {
    z-index: 2000;
    overflow: hidden;
    width: 280px;
    height: 175px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 30px auto auto;
    border: none;
    border-radius: 3px;
    background-color:#FFFFFF;
    font-weight: 600;
}
#languageListModal .modal-content .modal-header {
    height: 40px;
    padding: 0;
    border-bottom: solid 0px white;
}
#languageListModal .modal-content .modal-header .close {
    margin-top: 10px;
    margin-right: 10px;
    opacity: 1.0;
}
#languageListModal .modal-content .modal-header .close img {
  width: 15px;
  height: 15px;
}
#languageListModal .modal-content .modal-body {
    width: 100%;
    height: 155px;
    overflow: hidden;
    padding: 0;
    color: #000000;
    font-weight: 600;
}
#languageListModal .list-group {
}
#languageListModal .list-group .list-group-item {
  border: none;
  margin: 0 0 0;
}
#languageListModal .languageListItem{
  display: block;
  padding-left: 17px;
}
#languageListModal .languageListItem a{
    color: #000000;
}
@media only screen and  (max-width: 480px) {
    #languageListModal .modal-content .modal-body .LanguageListContainer {
        padding: 0px 10px 0px;
    }
}
@media only screen and  (max-width: 767px) {
    #languageListModal .modal-content .modal-body .LanguageListContainer {
        padding: 0px 10px 0px;
    }
}
@media only screen and  (min-width: 768px) {
    #languageListModal .modal-content {
        width: 560px;
        height: 175px;
    }
    #languageListModal .modal-content .modal-body {
        width: 100%;
        height: 155px;
    }
    #languageListModal .modal-content .modal-body .LanguageListContainer {
        padding: 0px 0px 0px;
        letter-spacing: -0.4em;
    }
    #languageListModal .modal-content .modal-body .LanguageListContainer .LanguageListItem {
        letter-spacing: normal;
        margin-left: 10px;
        margin-right: 0px;
    }
    #languageListModal .modal-content .modal-body .LanguageListContainer .LanguageListItem img {
        width: 260px;
    }
    #languageListModal .modal-content .modal-body .LanguageListContainer .LanguageListItem:last-child a {
        margin-bottom: 0px;
    }
}

#SharePannel{
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    z-index:10000;
}
#SharePannel > .pannel{
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    margin:auto;
    z-index:10001;  
}
#SharePannel .list-group .list-group-item{
    border:none;
    border-radius: 0;
}
#SharePannel > .pannel > .list-group > .list-group-item > .list-group{
    background-color: red;
    margin-bottom:100;
}

/* share */
#SharePannel .modal-backdrop {
    opacity: 0.0;
}
#SharePannel .pannel .modal-content {
  background-color: rgba(255,255,255,0.90);
  border: solid 0px white;
  border-radius: 0px;
  height: 100%;
}

#SharePannel .pannel .modal-content .modal-body {
  padding:0px 12px;
  font-size:12px;
  letter-spacing:1px;
  width: 100%;
  height: 100%;
}

#SharePannel .pannel .modal-content .modal-body ul {
    overflow: hidden;
    position: absolute;
    padding-left: 0px;
    bottom: -10px;
    right: -10px;
}
#SharePannel .pannel .modal-content .modal-body .close {
    opacity: 1.0;
}
#SharePannel .pannel .modal-content .modal-body li {
    overflow: hidden;
}
#SharePannel .pannel .modal-content .modal-body .btn-sns {
    margin-bottom: 0px;
}
#SharePannel .pannel .modal-content .modal-body img {
  width:70px;
  margin-right:10px;
  float: right;
}

#SharePannel .jsShareLink {
  font-weight: 600;
}

#MessageBalloonSelector{
    position:fixed;
    height:158px;
    max-height:158px;
    width:100%;
    background-color:rgba(255,255,255,0.6);
    top:0;
    left:0;
    z-index:9999;
}

#MessageBalloonSelector .wrapperContainer{
    width:100%;
    overflow-x:scroll;
    overflow-y:hidden;
}

#MessageBalloonSelector .wrapper{
    width:765px;
}

.balloon.nm{
    width:135px;
    height:78px;
}
.balloon.nl{
    width:254px;
    height:110px;
}
.balloon.rm{
    width:147px;
    height:103px;
}
.balloon.rl{
    width:292px;
    height:191px;
}

.balloon-sample.nm{
    width:86px;
}
.balloon-sample.nl{
    width:167px;
}
.balloon-sample.rm{
    width:98px;
}
.balloon-sample.rl{
    width:194px;
}


#MessageBalloonSelector li  a{
    height:128px;
    padding-bottom:0px;
    border-radius:0;
}
#MessageBalloonSelector li.active a{
    background-color:rgba(51,148,210,0.6);
}
#MessageBalloonSelector li a.nm{
     padding-top:38px;
}
#MessageBalloonSelector li a.nl{
     padding-top:27px;
}
#MessageBalloonSelector li a.rm{
     padding-top:29px;
}
#MessageBalloonSelector li a.rl{
     padding-top:0px;
}

#MessageBalloonSelector .sampleText{
    position: absolute;
    color:#000;
    font-size:13px;
}
#MessageBalloonSelector .sampleText.nm{
    top:43px;
    left:20px;
    width:75px;
}
#MessageBalloonSelector .sampleText.nl{
    top:34px;
    left:21px;
    width:155px;
}
#MessageBalloonSelector .sampleText.rm{
    top:42px;
    left:25px;
    width:78px;
}
#MessageBalloonSelector .sampleText.rl{
    top:35px;
    left:40px;
    width:150px;
}

#BalloonInputContainer{
    position:absolute;
    left:0;
    right:0;
    bottom:50%;
    margin:auto;
    z-index:9999;
    padding:0;
}

#BalloonInputContainer textarea{
    position:absolute;
    resize: none;
    font-size:18px;
    border:none;
    background:none;
}
#BalloonInputContainer textarea.nm{
    top:4px;
    left:5px;
    width:122px;    
    height:55px;
}
#BalloonInputContainer textarea.nl{
    top:4px;
    left:5px;
    width:240px;    
    height:80px;

}
#BalloonInputContainer textarea.rm{
    top:21px;
    left:10px;
    width:120px; 
    height:50px;
}
#BalloonInputContainer textarea.rl{
    top:55px;
    left:35px;
    width:234px;
    height:83px;
}

#BalloonButtonContainer{
    position:absolute;
    width:254px;
    left:0;
    right:0;
    margin:auto;
    bottom:120px;
    z-index:9999;
}

#BalloonButtonContainer .list-group-item{
    border:none;
}


.messageBalloonMarker{
    padding:0;
}
.messageBalloonMarker .balloonText{
    position: absolute;
    color:#000;
    font-size:18px;
}
.messageBalloonMarker .balloonText.nm{
    top:6px;
    left:7px;
    width:120px; 
    height:55px;
}
.messageBalloonMarker .balloonText.nl{
    top:6px;
    left:7px;
    width:240px;    
    height:80px;

}
.messageBalloonMarker .balloonText.rm{
    top:20px;
    left:12px;
    width:120px; 
    height:50px;
}
.messageBalloonMarker .balloonText.rl{
    top:50px;
    left:35px;
    width:230px;
    height:83px;
}

#BalloonMenu {
    position:absolute;
    bottom:20px;
    width:300px;
    left:0;
    right:0;
    margin:auto;
    z-index:9999;
}

#BalloonMenu .list-group-item{
    border:none;
}

.mainNav{
    z-index: 99999;
}
.has-menu-above{
  margin-top:50px;
}

.commonModalPane {
    overflow: hidden;
    width: 100%;
    height: 100%;
    z-index: 1000000;
}
.commonModalPane .commonModalPaneTitle {
    display: inline-block;
    margin: 13px;
    font-weight: 600;
}
.commonModalPane .modal-content {
    z-index: 2000;
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto auto;
    border: none;
    border-radius: 0px;
    background-color: #FFFFFF;
}
.commonModalPane .modal-content .modal-header {
    height: 40px;
    padding: 0;
    border-bottom: solid 0px white;
}
.commonModalPane .modal-content .modal-header .close {
    margin-top: 10px;
    margin-right: 10px;
    opacity: 1.0;
}
.commonModalPane .modal-content .modal-header .close img {
    width: 15px;
    height: 15px;
}
.commonModalPane .modal-content .modal-body {
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 0;
    overflow-y: auto;
}
.commonModalPane .modal-content .modal-body .modal-close {
    display: inline-block;
    position: fixed;
    bottom: 0px;
    right: 0px;
    z-index: 1000100;
}
.commonModalPane .modal-content .modal-body .modal-close img {
    width: 70px;
    height: 70px;
}

.commonModalPane .ImgList01 {
    padding-left: 0px;
    margin: 0;
    float: none;
    width: 100%;
}

.commonModalPane h1 {
    font-weight: 700;
    margin-bottom: 0;
    text-align:center;
}

.commonModalPane h1 img {
    vertical-align: middle; 
    margin-right: 1em;   
}  

.commonModalPane h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: 400;
    margin-bottom: 0;
}

.commonModalPane img.contents{
    margin: 0 auto;
    display: block; 
}
.commonModalPane .modal-content .modal-body .ModalContainer {
  margin-bottom: 50px;
}

@media only screen and  (min-width: 768px) {
    .commonModalPane .modal-content {
        width: 723px;
        height: 95%;
    }
    .commonModalPane .ImgList01 {
        float: right;
        width: 230px;
    }
}

#mapListModal {
    overflow: hidden;
    width: 100%;
    height: 100%;
}
#mapListModal .modal-content {
    z-index: 2000;
    overflow: hidden;
    width: 280px;
    height: 420px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto auto;
    border: none;
    border-radius: 3px;
}
#mapListModal .modal-content .modal-header {
    height: 40px;
    padding: 0;
    border-bottom: solid 0px white;
}
#mapListModal .modal-content .modal-header .close {
    margin-top: 10px;
    margin-right: 10px;
    opacity: 1.0;
}
#mapListModal .modal-content .modal-header .close img {
    width: 15px;
    height: 15px;
}
#mapListModal .modal-content .modal-body {
    width: 100%;
    height: 380px;
    overflow: hidden;
    padding: 0;
}
#mapListModal .modal-content .modal-body .MapListTitleContainer {
    height: 29px;
    width: 204px;
    border-bottom: solid 1px black;
    margin: 0 auto 19px;
    text-align: center;
}
#mapListModal .modal-content .modal-body .MapListTitleContainer img {
}
#mapListModal .modal-content .modal-body .MapListContainer {
    width: 100%;
    height: 100%;
    padding: 0px 2px 0px;
    margin: 0;
    overflow-y: scroll;
}
#mapListModal .modal-content .modal-body .MapListContainer .MapListItem a {
    padding: 0;
}
#mapListModal .modal-content .modal-body .MapListContainer .MapListItem:last-child a {
    margin-bottom: 0px;
}
#mapListModal .MapListItem{
    margin-bottom:20px;
    position: relative;
}
#mapListModal .MapThumbnail{
    position: relative;
    width: 260px;
}
#mapListModal .MapThumbnail img{
    width: 260px;
    height: 120px;
}
/*#mapListModal .mapListItem img{
    position: absolute;
}
*/
#mapListModal .mapListItem .mapTitleContainer{
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 0px;
}
#mapListModal .mapListItem .mapTitleLink{
    background-color: rgba(0, 0, 0, 0.5);
    padding: 5px 10px 5px;
    min-height: 30px;
    width: 100%;
}
#mapListModal .mapListItem .mapTitleLink .mapTitleText {
    color: #FFFFFF;
    font-size: 13px;
    font-weight: normal;
    margin: 0px;
}


/* media queries */
@media only screen and  (max-width: 480px) {
    #mapListModal .modal-content .modal-body .MapListContainer {
        padding: 0px 10px 0px;
    }
}
@media only screen and  (min-width: 768px) {
    #mapListModal .modal-content {
        width: 560px;
        height: 486px;
    }
    #mapListModal .modal-content .modal-body {
        width: 100%;
        height: 446px;
    }
    #mapListModal .modal-content .modal-body .MapListContainer {
        padding: 0px 0px 0px;
        letter-spacing: -0.4em;
    }
    #mapListModal .modal-content .modal-body .MapListContainer .MapListItem {
        letter-spacing: normal;
        display: inline-block;
        margin-left: 10px;
        margin-right: 0px;
    }
    #mapListModal .modal-content .modal-body .MapListContainer .MapListItem img {
        width: 260px;
    }
    #mapListModal .modal-content .modal-body .MapListContainer .MapListItem:last-child a {
        margin-bottom: 0px;
    }
}

#categoryListModal .modal-content {
    width: 90%;
}
#categoryListModal .CategoryListContainer {
    width: 95%;
    max-width: 450px;
    margin-left:auto;
    margin-right:auto;
}
#categoryListModal .CategoryGroupList .CategoryGroupItem {
    margin-top: 20px;
}
#categoryListModal .CategoryGroupList .CategoryGroupItem:last-child {
    margin-top: 50px;
}
#categoryListModal .CategoryGroupItem .categoryGroupName {
    margin-left: 50px;
    margin-bottom: 20px;
    font-weight: 600;
}
#categoryListModal .categoryList {
    padding-left: 15px;
}
#categoryListModal .categoryListItem {
    position: relative;
    list-style: none;
    margin-bottom: 5px;
}
#categoryListModal .categoryListItem h6 {
    display: inline-block;
    margin-left: 5px;
}
#categoryListModal .categoryListItem .categoryIcon {
    max-height: 34px;
    max-width: 27px;
}
#categoryListModal .categoryListItem .categoryName {
    display: inline-block;
    margin-left: 5px;
    /*font-weight: 600;*/
    width: 270px;
    vertical-align: middle;
}
#categoryListModal .categoryListItem .categorySelected {
    position: absolute;
    right: 45px;
    margin-right: 10px;
    width: 30px;
    vertical-align: middle;
}
#categoryListModal .categoryListItem .categorySelectedIcon {
    position: absolute;
    right: 10px;
    margin-right: 10px;
    width: 30px;
}
@media only screen and  (max-width: 768px) {
    #categoryListModal .categoryListItem .categoryName {
        max-width: 420px;
        /*font-weight: 600;*/
    }
}
@media only screen and  (max-width: 480px) {
    #categoryListModal .categoryListItem .categoryName {
        max-width: 110px;
        /*font-weight: 600;*/
    }
}
@media only screen and  (min-width: 768px) {
    #categoryListModal .modal-content {
        width: 723px;
        height: 95%;
    }
    #categoryListModal .categoryListItem .categoryName {
        max-width: 300px;
        /*font-weight: 600;*/
    }
}

.drawer-background {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
}

.drawer-container {
    width: 300px;
    height: 100%;
    display: none;
    position: absolute;
    background-color: white;
    top: 0px;
    z-index: 9999;
    overflow-y: scroll;
}

.drawer-start-position {
    display: block;
    left: -300px;
}

.drawer-end-position {
    display: block;
    left: 0px;
}

.drawer-header {
    width: 100%;
    height: 100px;
    background-color: #1B4D6C;
    text-align: center;
    font-size: 12px;
}

.drawer-header img {
    display: inline-block;
    margin-top: 20px;
}
.drawer-header img.logo {
    margin-top: 10px;
    width: 40px;
}

.drawer-body {
    /*font-size: 12px;*/
}
.drawer-body .drawer-menu {
    list-style: none;
    padding-left: 0px;
}
.drawer-body .drawer-menu li.drawer-item {
    margin-top: 20px;
    margin-left: 15px;
}
.drawer-body .drawer-menu .clearedByAll {
    font-size: 10px;
    display: inline-block;
    margin-bottom: 5px;
}
.drawer-body .drawer-menu .clearGauge {
    list-style: none;
    padding-left: 0px;
}
.drawer-body .drawer-menu .clearGauge .clearedBlock{
    background-color: #1B4D6C;
    float: left;
    height: 5px;
    display: inline-block;
}
.drawer-body .drawer-menu .clearGauge .leftBlock{
    background-color: #DDDDDD;
    float: left;
    height: 5px;
    display: inline-block;
}
.drawer-body .drawer-menu li a {
    color: #000000;
}
.drawer-body .drawer-menu li img {
    width: 25px;
    margin-right: 20px;
}
.drawer-body .drawer-menu .drawer-header-item h6{
    margin-top: 30px;
    background-color: #DDDDDD;
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    
}
.drawer-body .drawer-menu .drawer-header-item h5{
    font-weight: bold;
    padding-left: 15px;
    margin-top: 15px;
}
.drawer-body .drawer-menu-nested .drawer-menu-body {
    list-style: none;
    padding-left: 0px;
}
.drawer-body .drawer-menu-nested .drawer-menu-body .drawer-menu-item {
    margin-left: 15px;
    margin-top: 20px;
}
.drawer-body .drawer-menu-nested .drawer-menu-body .drawer-menu-item a{
    color: #000000;
    text-decoration: none;
}
.drawer-body .drawer-menu-nested .drawer-menu-body .drawer-menu-item a:hover, a:active{
    text-decoration: none;
}
.drawer-body .drawer-menu-nested .drawer-menu-body .drawer-menu-item img.checkbox{
    width: 14px;
    display: inline-block;
    margin-right: 10px;
}
.drawer-body .drawer-menu-nested .drawer-menu-body .drawer-menu-item img.arrow{
    width: 14px;
    margin-left: 10px;
}
.drawer-menu-nested .drawer-menu-header span.rate {
    display: inline-block;
    margin-left: 15px;
    margin-top: 20px;
    color: #FF0000;
    font-weight: 500;
}

.drawer-menu-nested .drawer-menu-header h6.courseName {
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-left: 15px;
    margin-right: 10px;
}
.drawer-menu-nested .drawer-menu-header h6.underline {
    border-bottom: solid 1px #000000;
    margin-top: 20px;
}
.drawer-menu-nested .drawer-menu-header h6.rallySpot {
    display: block;
    border-bottom: solid 1px #000000;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-left: 15px;
    margin-right: 10px;
}

#allAreaStatusModal {
    z-index: 999999;
}
#allAreaStatusModal .modal-content{
    z-index: 999999;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
}
#allAreaStatusModal .modal-content .modal-body {
    width: 100%;
    height: 100%;
    padding: 0px;
}

#allAreaStatusModal .AreaListTitleContainer {
    background-color: #1C4F6F;
    height: 40px;
    overflow: hidden;
    text-align: center;
}
#allAreaStatusModal .AreaListTitleContainer h5{
    color:#EEC96B;
}
#allAreaStatusModal .clearStatus{
    text-align: center;
    padding-top: 40px;
}
#allAreaStatusModal .clearStatus p{
    font-size: 16px;
    font-weight: 500;
}
#allAreaStatusModal .clearStatus p.status{
    font-size: 18px;
    color: #FF0000;
}
#allAreaStatusModal .AreaBonusButtonContainer{
    width: 100%;
    overflow: hidden;
    text-align: center;
    margin-top: 30px;
}
#allAreaStatusModal .AreaBonusButton{
    width: 300px;
    height: 40px;
    background-color: #C8A865;
    text-align: center;
    padding-top: 10px;
    display: inline-block;
    color: #FFFFFF;
}
#allAreaStatusModal .AreaBonusButtonContainer span{
    vertical-align: middle;
}
#allAreaStatusModal .AreaBonusButtonContainer img{
    float: right;
    margin-right: 5px;
    width: 20px;
}
#allAreaStatusModal .LabelForEachArea{
    width: 100%;
    background-color: #DDDDDD;
    margin-top: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
}
#allAreaStatusModal .modal-close {
    position: fixed;
    display: inline-block;
    bottom: 0px;
    right: 0px;
    z-index: 10000000;
}
#allAreaStatusModal .modal-close img{
    width: 70px;
    height: 70px;
}
#allAreaStatusModal .AreaList{
    padding-left: 20px;
    padding-right: 20px;
}
#allAreaStatusModal .complete{
    width: 20px;
}
#allAreaStatusModal .LabelForEachArea{
    margin-bottom: 40px;
}
#allAreaStatusModal .AreaStatusOfCourseItem {
    margin-top: 40px;
}
#allAreaStatusModal .CourseNameContainer {
    padding-bottom: 10px;
    border-bottom: solid 1px #000000;
}
#allAreaStatusModal .AreaStatusOfCourseItem h6{
    display: inline-block;
}
#allAreaStatusModal .AreaStatusOfCourseItem .triangleButton{
    display: inline-block;
    float: right;
    margin-right: 10px;
    margin-top: 15px;
}
#allAreaStatusModal .LinkToArea {
    text-decoration: none;
}
#allAreaStatusModal .LinkToAreaLabel {
    background-color: #DDDDDD;
    text-align: center;
    color: #000000;
    margin-top: 20px;
    margin-bottom: 40px;
    padding-top: 5px;
    padding-bottom: 5px;
}
#allAreaStatusModal .LinkToAreaLabel img{
    width: 18px;
    float: right;
    margin-right: 10px;
}
#allAreaStatusModal .AreaStatusOfSpotItem img.checkbox{
    width: 18px;
    display: inline-block;
    margin-right: 10px;
}
#allAreaStatusModal .AreaStatusOfSpotItem img.arrow{
    width: 18px;
    margin-left: 20px;
}
#allAreaStatusModal .AchievementRate {
    color: #FF0000;
}
#allAreaStatusModal .AreaStatusOfSpotItem {
    display: block;
    margin-top: 20px;
    text-decoration: none;
    color: #000000;
}
#bonusListModal {
    z-index: 9999999;
}
#bonusListModal .modal-content {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    z-index: 9999999;
}
#bonusListModal .modal-content .modal-body{
    width: 100%;
    height: 100%;
    padding: 0px;
}
#bonusListModal .modal-content .EntryButton{
    color: #FFFFFF;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 40px;
    margin-bottom: 40px;
    margin-left: 10px;
    margin-right: 10px;
}
#bonusListModal .modal-content .BonusDescription{
    margin-top: 40px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 40px;
}
#bonusListModal .modal-content .EntryButton .crown{
    display: inline-block;
    width: 20px;
    float: left;
    margin-left: 10px;
}
#bonusListModal .modal-content .EntryButton .arrow{
    width: 18px;
    display: inline-block;
    float: right;
    margin-right: 10px;
}
#bonusListModal .modal-content .cleared {
    background-color: #C8A865;
    text-decoration: none;
    color: #FFFFFF;
}
#bonusListModal .modal-content .cleared a{
    text-decoration: none;
    color: #FFFFFF;
}
#bonusListModal .modal-content .notCleared {
    background-color: #AAAAAA;
}
#bonusListModal .modal-content .AreaBonusButtonContainer {
    padding-left: 10px;
    padding-right: 10px;
}
#bonusListModal .modal-content .BonusButtonForEachArea {
    text-align: center;
    color: #FFFFFF;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 20px;
}
#bonusListModal .modal-content .BonusButtonForEachArea .crown{
    display: inline-block;
    width: 20px;
    float: left;
    margin-left: 10px;
}
#bonusListModal .modal-content .BonusButtonForEachArea .arrow{
    width: 18px;
    float: right;
    margin-right: 10px;
}
#bonusListModal .modal-content .modal-close{
    width: 70px;
    position: fixed;
    right: 0px;
    bottom: 0px;
}
#bonusListModal .modal-content .bonusListTitleContainer{
    background-color: #1C4F6F;
    height: 40px;
    overflow: hidden;
    text-align: center;
}
#bonusListModal .modal-content .bonusListTitleContainer h5{
    color:#EEC96B;
}
.ApplicationGuideline {
    margin-left: 10px;
    margin-right: 10px;
}
.ApplicationGuideline h5{
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
}
#bonusImageModal {
    z-index: 9999999;
}
#bonusImageModal .modal-content {
    z-index: 999999;
}
#bonusImageModal .BonusImageContainer {
    text-align: center;
}
#bonusImageModal .BonusImageContainer img{
    height: 95%;
}
#bonusImageModal .modal-content .modal-close{
    width: 70px;
    position: fixed;
    right: 0px;
    bottom: 0px;
}

#areaListModal {
    z-index: 999999;
}
#areaListModal .modal-content {
    width: 100%;
    height: 100%;
    z-index: 999999;
    overflow-y: scroll;
}
#areaListModal .modal-content .modal-body {
    width: 100%;
    height: 100%;
    padding: 0px;
}
#areaListModal .AreaListTitleContainer {
    background-color: #1C4F6F;
    height: 40px;
    overflow: hidden;
    text-align: center;
}
#areaListModal .AreaListTitleContainer h5{
    color:#EEC96B;
}
#areaListModal .LabelAreaListNoRally h5 {
    background-color: #DDDDDD;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#areaListModal .AreaList {
    width: 90%;
    overflow: hidden;
    margin-bottom: 50px;
}
#areaListModal .AreaList .AreaListItem {
    margin-top: 30px;
    margin-left: 20px;
}
#areaListModal .AreaList .AreaListItem h6{
    font-weight: bold;
    margin-left: 10px;
    margin-right: 10px;
}

#areaListModal .AreaList .AreaListItem .LinkToAreaContainer{
    overflow: hidden;
    background-color: #EEEEEE;
    color: #000000;
    text-decoration: none;
    display: block;

}
#areaListModal .AreaList .AreaListItem .LinkToAreaContainerNoRally{
    overflow: hidden;
    background-color: #EEEEEE;
    color: #000000;
    text-decoration: none;
    display: block;

}
#areaListModal .AreaList .AreaListItem .AreaDesc{
    font-size: 13px;
    line-height: 1.8em;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    color: #000000;
    text-decoration: none;
}
#areaListModal .AreaList .AreaListItem .AreaThumbnail{
    width: 100%;
}
#areaListModal .AreaList .AreaListItem .LinkToArea{
    background-color: #FFFFFF;
    display: block;
    width: 95%;
    color: #000000;
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}
#areaListModal .AreaList .AreaListItem .LinkToArea img{
    width: 14px;
    float: right;
    margin-right: 20px;
    margin-top: 3px;
}
#areaListModal .AreaListNoRally {
    width: 90%;
    overflow: hidden;
    margin-bottom: 50px;
}
#areaListModal .AreaListNoRally .AreaListItem {
    margin-bottom: 30px;
    margin-left: 20px;
}
#areaListModal .AreaListNoRally .AreaListItem h6{
    font-weight: bold;
    margin-left: 10px;
    margin-right: 10px;
}

#areaListModal .AreaListNoRally .AreaListItem .LinkToAreaContainer{
    overflow: hidden;
    background-color: #EEEEEE;
    color: #000000;
    text-decoration: none;
    display: block;

}
#areaListModal .AreaListNoRally .AreaListItem .LinkToAreaContainerNoRally{
    overflow: hidden;
    background-color: #EEEEEE;
    color: #000000;
    text-decoration: none;
    display: block;

}
#areaListModal .AreaListNoRally .AreaListItem .AreaDesc{
    font-size: 13px;
    line-height: 1.8em;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    color: #000000;
    text-decoration: none;
}
#areaListModal .AreaListNoRally .AreaListItem .AreaThumbnail{
    width: 100%;
}
#areaListModal .AreaListNoRally .AreaListItem .LinkToArea{
    background-color: #FFFFFF;
    display: block;
    width: 95%;
    color: #000000;
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}
#areaListModal .AreaListNoRally .AreaListItem .LinkToArea img{
    width: 14px;
    float: right;
    margin-right: 20px;
    margin-top: 3px;
}
#areaListModal .modal-close {
    position: fixed;
    display: inline-block;
    bottom: 0px;
    right: 0px;
    z-index: 10000000;
}
#areaListModal .modal-close img{
    width: 70px;
    height: 70px;
}
a {
    text-decoration: none;
}
a:hover,
a:active{
    text-decoration: none;
}
.sk-fading-circle {
  margin: 100px auto;
  width: 40px;
  height: 40px;
  position: relative;
}

.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-fading-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
          animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}
.sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
}
.sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg);
}
.sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg);
}
.sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg);
}
.sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg);
}
.sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg);
}
.sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
}
.sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg); 
}
.sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg); 
}
.sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s; 
}
.sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s; 
}
.sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s; 
}
.sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s; 
}
.sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s; 
}
.sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s; 
}
.sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s; 
}
.sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}
.sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}
.sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}
.sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
  0%, 39%, 100% { opacity: 0; }
  40% { opacity: 1; }
}

@keyframes sk-circleFadeDelay {
  0%, 39%, 100% { opacity: 0; }
  40% { opacity: 1; } 
}

#Message {
    position:absolute;
    bottom: 25px;
    left: 0px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
    z-index:500;
    color: #AAAAAA;
    text-align: center;
    font-size: 18px;
    background-color: #FFFFFF;
    width: 300px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#appBanner {
    position: absolute;
    z-index: 999;
    top: 0px;
    left: 0px;
    width: 100%;
    padding: 2px;
    overflow: hidden;
}
#appBannerDialog {
    position: relative;
    height: 100%;
    background-color: white;
    margin: 0px 0px 0px;
    padding: 0px 0px 0px;
    overflow: hidden;
    height: 46px;
    border-radius: 3px;
    width: 100%;
}
#appBannerDialog .bannerLabel {
    padding: 2px 30px 5px 5px;
    height: 100%;
    width: 100%;
}
/*#appBannerDialog .bannerLabel:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
*/
#appBannerDialog .bannerLabel .bannerLabelText {
    display: inline-block;
    margin: 0px 0px 0px;
}
#appBannerDialog .bannerLabel .bannerLabelText span {
    display: inline-block;
    color: #464646;
    font-size: 14px;
    font-style: bold;
}
#appBannerDialog button {
    width: 30px;
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
    height: 100%;
    z-index: 500;
    background-color: rgba(0, 0, 0, 0.0);
    border: solid 0px white;
}
#appBannerDialog button span {
    position: absolute;
    top: 6px;
    right: 10px;
    display: inline-block;
    height: 8px;
    color: #464646;
    font-weight: 600;
    font-size: 24px;
}

#AppLabelContainer {
    width: 100%;
    background-color: #DDDDDD;
}

#AppIntroLabel {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    color: #3C3C39;
    padding-top: 7px;
    padding-bottom: 6px;
}

#BadgeContainer {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
}

#AppStoreBadge {
    margin-top: 10px;
    margin-left: 20px;
    display: inline-block;
    float: left;
}

#GooglePlayBadge {
    height: 60px;
    display: inline-block;
    clear: both;
    margin-bottom: 40px;
}

#DownloadBadgeCopyRight {
    font-size: 10px;
    margin-bottom: 40px;
}
#DownloadBadgeCopyRight p {
    margin-bottom: 0px;
}

