html {
    height: 100%;
}
body {
    height: 100%;
    background: #000000;
}

.content-wrapper {
    height: 100%; 
    position: relative; 
    padding: 0px 15px;
}
/* iPad specific css */
* {
    /* Disable selection/Copy of UIWebView */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

input,textarea {
    /* Exception for input areas */
    -webkit-touch-callout: default !important;
    -webkit-user-select: text !important;
}

.panel-trans {
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -webkit-transition: all .4s;
    transition: all .4s;
}
  
.panel-shrinking {
    outline: none !important;
    height: 0px !important;
    margin: auto;
}
  
.panel-fade {
    opacity: 0.0
}
  
.swiper-scrollbar {
    height: 10px;
    bottom: 2.7% !important;
}

.btn {
    text-transform: uppercase;
}

.btn-modified {
    height: 60px;
    padding-top: 17px;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}
  
.loader {
      width: 230px;
      height: 100px;
      background: url("../assets/loading.svg");
      background-repeat: no-repeat;
      background-size:     cover;                      
      background-repeat:   no-repeat;
      background-position: 35px -115px;
}


.bin-tile {
    position: relative;
    height: 150px;
    overflow: hidden;
    cursor: pointer;
    margin: 10px -5px;
    background-color: #eee;
    border-radius: 10px;
    border: solid 5px #777
}

.invisible {
    visibility: hidden;
}