body 
{
    font-family: 'Nunito', sans-serif !important;
    font-style: normal;
    font-weight: 900;
}

button {
    font-family: 'Nunito', sans-serif !important;
}

a {
    font-family: 'Nunito', sans-serif !important;
    color: #000;
}

@viewport {
  width: device-width;
    zoom: .5;
}


.hero .nav {
    box-shadow: none;
}

#navbar {
    margin-top: 1em;
}

#search-asset {
    opacity: 0;
}
#search-input {
    font-family: 'Nunito', sans-serif;
}


#search-asset-5{
    position: fixed;
    top: 10vw;
    left: 0;
    width: 10%;
}

#search-asset-11{
    position: fixed;
    top: 15vw;
    left: 4vw;
    width: 10%;
}

#search-asset-13{
    position: fixed;
    top: 20vw;
    right: 1vw;
    width: 15%;
}

.select {
    width: 100%;
}

.select select {
    width: 100%;
}


/*input[type=text] {
    border: 2px solid #000;
}*/

.hand-cursor a:hover {
    cursor: url('/themes/sheryl-v-1/assets/images/Main/cursor_hover.png') 0 12, pointer !important;
}




.hover-img {
    display: none !important;
}
.navbar-icon-container:hover .hover-img {
    display: block !important;
}
.navbar-icon-container:hover .static-img {
    display: none !important;
}

.footer {
    padding-left: 15em;
    padding-right: 15em;
}

.section-title-columns {
    height: 7em;
}
.section-title-columns .title {
   line-height: 1.8;
}
.navbar-icon {
    margin-left: auto;
    margin-right: auto;
}
.navbar-icon-container {
    font-size: 1.2em;
}



.slimmer-container {
    padding-left: 2vw;
    padding-right: 2vw;
}

.headline-image-container {
    max-width: 50vw;
    margin-left: auto;
    margin-right: auto;
}
.headline-container {
    padding-top: 25vw;
}

.headline-title {
    color: #FFF !important;
    font-weight: 700 !important;
}

.floating-section {
    background-image: url('http://sheryl.bimadata.com/storage/app/media/assets/Music/Music/Sheryl%20Photo%20Background.png');
    background-size: contain;
    background-repeat: no-repeat;
}

.search_input {
    background: rgba(0, 0, 0, 0);
    border: none !important;
    outline: none;
    font-size: 5em;
    color: #000;
    width: 100%;
}

#searchOverlay {
}

#search-container {
    position: fixed;
    z-index: 999;
    width: 100%;
    padding-left: 10%;
    padding-right: 10%;
    background-image: linear-gradient(rgba(255, 255, 255, 1),rgba(255, 255, 255, 0.8),rgba(255, 255, 255, 0.5),rgba(255, 255, 255, 0));
    margin-top: 0;
}
#result-container {
    padding-top: 15%;   
        padding-left: 5%;
    padding-right: 5%;
}

.overlay.active-overlay {
    opacity: 1;
    z-index: 4; /* Sit on top */
    transition: opacity 500ms ease-in-out;
}

.search-card {
    z-index: 10;
}



.searchassetfading-enter-active {
  transition: all 3s ease;
}
.searchassetfading-leave-active {
  transition: all 2s cubic-bezier(1.0, 0.5, 0.8, 1.0);
}
.searchassetfading-enter, .fading-leave-to
{
  transform: translateY(-30vh);
  opacity: 0;
}

.resultfading-enter-active {
  transition: all 1s ease;
}
.resultfading-leave-active {
  transition: all 2s cubic-bezier(1.0, 0.5, 0.8, 1.0);
}
.resultfading-enter, .resultfading-leave-to
{
  transform: translateY(20vh);
  opacity: 0;
}

.overlay::-webkit-scrollbar { 
    display: none; 
}

/* The Overlay (background) */
.overlay {
    opacity: 0;
    /* Height & width depends on how you want to reveal the overlay (see JS below) */    
    height: 100%;
    width: 100%;
    position: fixed; /* Stay in place */
    z-index: -1; /* Sit on top */
    left: 0;
    top: 0;
    background-color: rgb(255, 255, 255); /* fallback color, no opacity */
    background-color: rgba(255, 255, 255, .9);
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

.overlay a:hover {
    color: #000 !important;
}

/* Position the content inside the overlay */
.overlay-content {
    position: relative;
    width: 100%; /* 100% width */
    text-align: left; /* Centered text/links */
    /*margin-top: 1em; */
    /* 1em top margin to avoid conflict with the close button on smaller screens */
}

/* The navigation links inside the overlay */
.exit-search-button {
    text-decoration: none;
    font-size: 6em;
    color: #818181;
    display: block; /* Display block instead of inline */
    transition: 0.3s; /* Transition effects on hover (color) */
    position: fixed;
    right: 10%;
    top: 0%;
    z-index: 99;
}

/* When you mouse over the navigation links, change their color */
.overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
}

/* Position the close button (top right corner) */
.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

.section-title img {
    vertical-align: middle;
    max-height: 48px;
}
.section-title strong {
    font-size: 2em;
    font-weight: bold;
    margin-left: 1em;
    margin-right: 1em;
    vertical-align: middle;
}

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
    .overlay a {font-size: 20px}
    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}  


footer {
    background-image: url('/themes/sheryl-v-1/assets/images/Main/footer/Footer%20Background.png');
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 3em !important;
}

@media screen and (max-width: 768px) {
    footer {
        background-color: #FFF !important;
        background-image: url('/themes/sheryl-v-1/assets/images/Main/footer/12.png'), url('/themes/sheryl-v-1/assets/images/Main/footer/sec%202%20-%20element7.png');
        background-position: -80% 10%, 100% 65%;
        background-size: 80%,30%;
    }
    footer .content a{
        padding: 1em;
        margin-bottom: 1em;
        line-height: 2em;
    }
    .social-footer a {
        padding: 1em;
    }
     #nav-mobile-container {
        min-height: 6.5rem;
       background-color:rgba(255, 255, 255, 0);
    }

    .slimmer-container {
        padding-left: 1vw;
        padding-right: 1vw;
    }

    .section-title img {
        max-width: 10vw;
    }

     #mobile-home-logo{
        position: absolute;
        top: 1vh;
        left: 7vw;
    }

    #nav-mobile-container .nav-toggle {
        padding-top: 1.5em;
        padding-right: 4.5em;
        font-size: 1.5em;
    }
    .nav-toggle:hover {
        background: none;
    }
    .footer {
        padding-left: 0;
        padding-right: 0;
    }
}

#left-asset {
    position: absolute;
    bottom: 0%;
    left: 0%;
    transform: translate(0%, 0%);
}

#left-asset img {
    max-width: 45vw;
}

#right-asset {
    position: absolute;
    bottom: 0%;
    right: 0%;
    transform: translate(0%, 0%);
}

#right-asset img {
    max-width: 70vw;
}



#planet {
    position: absolute;
    top: 22%;
    left: 36%;
    height: 100px;
    width: 120px;
    z-index: 99;
}

#rope {
    position: absolute;
    top: 27%;
    left: 40%;
}
#meteor {
    position: absolute;
    top: 60%;
    right: 5%;
}

#sheryl {
    position: absolute;
    bottom: 0;
    left: 0;
}

#scenery {
    position: absolute;
    bottom: 0;
    right: 0;
}





@-webkit-keyframes wiggle {
	0% {
		-webkit-transform:rotate(4deg);
	}
	50% {
		-webkit-transform:rotate(-4deg);
	}
	100% {
		-webkit-transform:rotate(4deg);
	}
}

.wiggle {
	-webkit-animation: wiggle 0.5s infinite;
}

@-webkit-keyframes falling {
  from { top: 40%; right: -5%; opacity: 1; }
  to   { top: 90%; right: 25%; opacity: 0; }
}

.falling {
  animation: falling 4s steps(40) infinite backwards;
}
    
.header-image {
      /*background-image: url('/themes/sheryl-v-1/assets/images/gifs/HERO1.gif');*/
      background-size: contain;
      background-repeat: no-repeat;
      background-position-y: 100%;
      min-height: inherit;
}
.hero-submit {
    color: white;
    background-color: rgb(243,149,149);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 75%;
    font-weight: bold;
    height: initial;
    height: 4em;
    width: 15em;
}


.hero-submit:hover {
    background-image: url('/themes/sheryl-v-1/assets/images/gifs/INTERACTION-BUTTON.gif');   
}


.announcement{
    text-align:center;
    margin: auto;
    position: absolute;
    top: 20vh; left: 30vw; bottom: 0; right: 0;
}
.announcement .title {
    font-size: 1.5em;
    padding: .5em;
    text-align: center;
}
.announcement img {
    max-width: 35vw;
    align-self: center;
}

.section-title img:first {
    text-align: right;
}

@media screen and (max-width: 768px) {
    
    .hero-submit {
        background-image: url('/themes/sheryl-v-1/assets/images/gifs/INTERACTION-BUTTON.gif');
    }
    #view-more-news {
        background-image: url('/themes/sheryl-v-1/assets/images/gifs/INTERACTION-BUTTON.gif'); 
    }
   
    .hero.is-fullheight {
        min-height: 90vh;
    }
   

    #mobile-home-logo img {
         max-width: 20vw;
    }
    
    #mobile-menu-button {

    }

    #left-asset img {
        max-width: 85vw;
    }
    #right-asset {
        right: -20%;
    }
    #right-asset img {
        max-width: 85vw;
    }
    
    .announcement{
        text-align:center;
        width: 100%;
        margin: auto;
        position: absolute;
        top: 14vh; left: 0; bottom: 0; right: 0;
    }
    .announcement .title {
        display: none;
        font-size: 1em;
        padding: .5em;
        text-align: center;
    }
    .announcement img {
        max-width: 35vw;
        align-self: center;
    }
}
.home-news-background {
    background-image: url('/themes/sheryl-v-1/assets/images/Home/Updates/Updates%20Background%20Asset.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.news-cards .card {
    box-shadow: 0 0px 4px rgba(10, 10, 10, 0.1), 0 1px 0px 0px rgba(10, 10, 10, 0.1);
}

.news-cards {
    box-shadow: none;
    background-color: initial;
    padding: 0 !important;
}
.news-cards:hover {
    box-shadow: 0 1em 4em rgba(10, 10, 10, 0.1), 0 0 0 0px rgba(10, 10, 10, 0.1);
    transition: box-shadow .5s;
    cursor: url('/themes/sheryl-v-1/assets/images/Main/cursor_hover.png') 0 12, pointer !important;
}

.news-cards:hover > .card .whiteoverlay{
    opacity: 0.2;
    transition: opacity .5s;
}
.news-cards:hover > .card .card-content {
    bottom: 2em;
    transition: bottom .5s;
}



.news-tiles {
    padding: 1.75rem;
}



#view-more-news {
    color: white;
    background-color: rgb(38,41,78);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 75%;
    font-weight: bold;
    height: initial;
    height: 4em;
    width: 15em;
}



#view-more-news:hover{
     background-image: url('/themes/sheryl-v-1/assets/images/gifs/INTERACTION-BUTTON.gif'); 
}

.short-tile {
    max-height: 12em;
}

.music-tile {
    padding-left: 2em;
    padding-right: 2em;
}

.music-tile .button {
    height: 3em;
}

.home-music-background {
    background-image: url('/themes/sheryl-v-1/assets/images/Home/Music/Music%20Background%20Asset.png');
    background-size: contain;
    background-repeat: no-repeat;
}
.home-video-background {
    background-image: url('/themes/sheryl-v-1/assets/images/Home/Videos/Videos%20Background%20Asset.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.scroll-videos {
    align-items: center !important;
}

.scroll-videos-helper {
    display: inline-block;
    /* height: 100%; */
    vertical-align: middle;
}
#sheryl-photo-background {
    position: absolute;
    right: 0;
    top: 15vw;
    max-width: 40%;
    background-image: radial-gradient(ellipse farthest-side at 100% 50% , #000000 -94%, rgba(255, 255, 255, 0) 100%);
}

 .music-background {
    background-image: url('/themes/sheryl-v-1/assets/images/Music/Music%20Videos%20Background%20Asset.png');
    background-size: contain;
    background-repeat: no-repeat;
}

.buy-digital-box:hover > .music-link-box {
    display: flex !important;
}

.music-link-box {
    display: none !important;
}

.lSAction>a{
    opacity: 1 !important;
}

.sheryl-bg-color {
    background-color: rgb(245, 150, 150);
}

.music-tile a:hover {
    background-color: rgb(245, 150, 150);
    color: #fff;
}

#light-slider-container {
    visibility: hidden;   
}

.short-tile .title {
    font-size: 2.5rem !important;
}
.whiteoverlay {
    z-index: 2;
    background-color: #fff;
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}
.featured-contents .card {
    box-shadow: 0 0px 4px rgba(10, 10, 10, 0.1), 0 1px 0px 0px rgba(10, 10, 10, 0.1);
}

.featured-contents {
    box-shadow: none;
    background-color: initial;
    padding: 0 !important;
}
.featured-contents:hover {
    box-shadow: 0 1em 4em rgba(10, 10, 10, 0.1), 0 0 0 0px rgba(10, 10, 10, 0.1);
    transition: box-shadow .5s;
    cursor: url('/themes/sheryl-v-1/assets/images/Main/cursor_hover.png') 0 12, pointer !important;
}

.featured-contents:hover > .card .whiteoverlay{
    opacity: 0.2;
    transition: opacity .5s;
}
.featured-contents:hover > .card .card-content {
    bottom: 2em;
    transition: bottom .5s;
}
.news-section .is-child {
    padding: 1em;
}

.editor-stamp {
    position: absolute;
    display: inline-block;
    z-index: 10;
    vertical-align: middle;
    margin-top: 15%;
    margin-left: 28%;

}
.news-section .card-content {
    position: relative;
    background-color: white;
    bottom: 0;
    z-index: 3;
}


.headline-image {
    background-size: cover;
}

.news-background {
    background-image: url('/themes/sheryl-v-1/assets/images/News/Editors%20Choice%20Background%20Asset.png');
    background-size: initial;
    background-position-y: 100%;
    background-position-x: 100%;
    background-repeat: no-repeat;
}

.article-background {
    background-image: url('/themes/sheryl-v-1/assets/images/News/Articles%20Background%20Asset.png');
    background-size: initial;
    background-position-y: 0%;
    background-position-x: 0%;
    background-repeat: no-repeat;
}

.social-button .share-tooltip {
    display: none;
    bottom: 10px;
}

.social-button:hover > .share-tooltip {
    display: block;
}
.social-button .button .icon:last-child:not(:first-child){
    margin-left: 0;
}
.share-tooltip {
    background-color: rgb(243,149,149); 
    position: absolute;
    right: 0px;
    padding: 0.5em;
}

.social-button .share-tooltip:before {
  bottom: -2em;
  content: " ";
  display: block;
  height: 2em;
  left: 0;
  position: absolute;
  width: 100%;
}  

.social-button .share-text {
    display: none;
}


.share-tooltip ul {
    list-style: none;
    margin-top: 0;
    margin-left: 1em;
    margin-right: 1em;
    text-align: left;
}

.social-button-large .share-tooltip {
    display: none;
    bottom: 2.5em;
}

.social-button-large:hover > .share-tooltip {
    display: block;
}
.social-button-large .button .icon:last-child:not(:first-child){
    margin-left: 0;
}

.social-button-large .share-tooltip:before {
  bottom: -3em;
  content: " ";
  display: block;
  height: 3em;
  left: 0;
  position: absolute;
  width: 100%;
}  


.share-tooltip ul {
    list-style: none;
    margin-top: 0;
    margin-left: 1em;
    margin-right: 1em;
}

@media screen and (max-width: 768px) {
    .headline-image {
        background-size: cover;
        background-position: 50%;
        background-repeat: no-repeat;
    }
    
    .news-background {
        background-size: 30%;
    }
    
    .article-background {
        background-size: 30%;
    }

    .editor-stamp {
        position: absolute;
        display: inline-block;
        z-index: 10;
        vertical-align: middle;
        margin-top: 40%;
        margin-left: 60%;
        max-width: 25%;
    }
}
.header-tour {
      background-image: url('/themes/sheryl-v-1/assets/images/Tour/Tour%20Hero%20Asset.png');
      background-size: contain;
      background-repeat: no-repeat;
      background-position: 50% 50%;
      min-height: inherit;
}

.tour-background {
      background-image: url('/themes/sheryl-v-1/assets/images/Tour/Tour%20Background%20Asset.png');
      background-size: cover;
      background-repeat: no-repeat;
      min-height: 2000px;
}

.selection-tour {
    position: absolute;
    max-width: 125%;
    left: -10%;
    top: -50%;
}

.selection-mic {
    position: relative;
    left: 0px;
    top: -40%;
}

.tour-column {
    margin-bottom: 15vw !important;
    position: relative;
}


.tour-column img {
    display: none;
} 

.tour-column:hover img {
    display: block;
} 

@media screen and (max-width: 768px) {
        .header-tour{
                background-size: 140vw;
                background-repeat: no-repeat;
                background-position-y: 100%;
                background-position-x: 50%;
                min-height: 50vh;
        }
        .tour-background {
            background-size: 100%;
            min-height: 200vh;
        }
        
        .selection-mic {
            position: absolute;
            right: 0;
            left: initial;
            top: -57%;
            max-width: 35%;
        }
        
        .selection-tour {
           opacity: 0;
        }
}
.header-merch {
      background-image: url('/themes/sheryl-v-1/assets/images/Merch/Merch%20Hero%20Asset.png');
      background-size: contain;
      background-repeat: no-repeat;
      background-position: 50% 50%;
      min-height: inherit;
}

@media screen and (max-width: 768px) { 
      .header-merch {
            background-size: cover;
            background-repeat: no-repeat;
            min-height: 45vh;
      }
}
#shermunch-headline {
    min-height: 40vh;
}

#shermunch-ilustrasi {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#shermunch-headline-container .container {
    margin-top: 10%;
}

#shermunch-ilustrasi-back {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -60%);
}

.shermunch-item {
    padding-top: 100%;
    background-size: 180%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    transition: background-size 1s ease-in;
    -moz-transition: background-size 1s ease-in;
    -ms-transition: background-size 1s ease-in;
    -o-transition: background-size 1s ease-in;
    -webkit-transition: background-size 1s ease-in;
}

.shermunch-item:hover {
    background-size: 100%;
    transition: background-size 1s ease-in;
    -moz-transition: background-size 1s ease-in;
    -ms-transition: background-size 1s ease-in;
    -o-transition: background-size 1s ease-in;
    -webkit-transition: background-size 1s ease-in;
}

.shermunch-item:hover > .image-info {
    opacity: 1;
    transition: opacity .5s ease-in;
    -moz-transition: opacity .5s ease-in;
    -ms-transition: opacity .5s ease-in;
    -o-transition: opacity .5s ease-in;
    -webkit-transition: opacity .5s ease-in;
}

.image-info {
    opacity: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(255,255,255, 0.8);
    padding: 2em;
}

.join-shermunch-background {
    background-image: url('/themes/sheryl-v-1/assets/images/Shermunch/Join%20Shermunch%20Background.png');
    background-size: cover;
    background-repeat: no-repeat;
}

#join-shermunch {
    position: absolute; 
    left: 0;
	right: 0;
	margin-left: auto;
 	margin-right: auto;
    top: 35%;
}

.shermunch-title img {
    vertical-align: middle;
    max-height: 48px;
}

@media screen and (max-width: 768px) {
    #join-shermunch {
        top: 0;
    }
    .modal-content, .modal-card {
        margin: 0 auto;
        max-height: calc(100vh - 40px);
        width: 90%;
    }
    #shermunch-headline-container .container {
        margin-top: 5%;
    }
    #shermunch-headline {
        min-height: 25vh;
    }

}
@charset "UTF-8";

/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | http://dbushell.com/
 */

.pika-single {
    z-index: 9999;
    display: block;
    position: relative;
    color: #333;
    background: #fff;
    border: 1px solid #ccc;
    border-bottom-color: #bbb;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/*
clear child float (pika-lendar), using the famous micro clearfix hack
http://nicolasgallagher.com/micro-clearfix-hack/
*/
.pika-single:before,
.pika-single:after {
    content: " ";
    display: table;
}
.pika-single:after { clear: both }
.pika-single { *zoom: 1 }

.pika-single.is-hidden {
    display: none;
}

.pika-single.is-bound {
    position: absolute;
    box-shadow: 0 5px 15px -5px rgba(0,0,0,.5);
}

.pika-lendar {
    float: left;
    width: 240px;
    margin: 8px;
}

.pika-title {
    position: relative;
    text-align: center;
}

.pika-label {
    display: inline-block;
    *display: inline;
    position: relative;
    z-index: 9999;
    overflow: hidden;
    margin: 0;
    padding: 5px 3px;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    background-color: #fff;
}
.pika-title select {
    cursor: pointer;
    position: absolute;
    z-index: 9998;
    margin: 0;
    left: 0;
    top: 5px;
    filter: alpha(opacity=0);
    opacity: 0;
}

.pika-prev,
.pika-next {
    display: block;
    cursor: pointer;
    position: relative;
    outline: none;
    border: 0;
    padding: 0;
    width: 20px;
    height: 30px;
    /* hide text using text-indent trick, using width value (it's enough) */
    text-indent: 20px;
    white-space: nowrap;
    overflow: hidden;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 75% 75%;
    opacity: .5;
    *position: absolute;
    *top: 0;
}

.pika-prev:hover,
.pika-next:hover {
    opacity: 1;
}

.pika-prev,
.is-rtl .pika-next {
    float: left;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==');
    *left: 0;
}

.pika-next,
.is-rtl .pika-prev {
    float: right;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=');
    *right: 0;
}

.pika-prev.is-disabled,
.pika-next.is-disabled {
    cursor: default;
    opacity: .2;
}

.pika-select {
    display: inline-block;
    *display: inline;
}

.pika-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 0;
}

.pika-table th,
.pika-table td {
    width: 14.285714285714286%;
    padding: 0;
}

.pika-table th {
    color: #999;
    font-size: 12px;
    line-height: 25px;
    font-weight: bold;
    text-align: center;
}

.pika-button {
    cursor: pointer;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
    border: 0;
    margin: 0;
    width: 100%;
    padding: 5px;
    color: #666;
    font-size: 12px;
    line-height: 15px;
    text-align: right;
    background: #f5f5f5;
}

.pika-week {
    font-size: 11px;
    color: #999;
}

.is-today .pika-button {
    color: #33aaff;
    font-weight: bold;
}

.is-selected .pika-button {
    color: #fff;
    font-weight: bold;
    background: #33aaff;
    box-shadow: inset 0 1px 3px #178fe5;
    border-radius: 3px;
}

.is-inrange .pika-button {
    background: #D5E9F7;
}

.is-startrange .pika-button {
    color: #fff;
    background: #6CB31D;
    box-shadow: none;
    border-radius: 3px;
}

.is-endrange .pika-button {
    color: #fff;
    background: #33aaff;
    box-shadow: none;
    border-radius: 3px;
}

.is-disabled .pika-button,
.is-outside-current-month .pika-button {
    pointer-events: none;
    cursor: default;
    color: #999;
    opacity: .3;
}

.pika-button:hover {
    color: #fff;
    background: #ff8000;
    box-shadow: none;
    border-radius: 3px;
}

/* styling for abbr */
.pika-table abbr {
    border-bottom: none;
    cursor: help;
}

