html, body {
    height: 100%;
}

#map {
    height: 100%;
    overflow: hidden;
}

#sideBar {
    width: 20%;
    height: 100%;
    float: left;
}

#inputs {
    float: left;
    width: calc(100% - 10px);
    height: 100%;
}

#collapsePanel {
    width: 10px;
    height: 100%;
    float: right;
    background-color: #555;
    cursor:e-resize;
}

#collapse {
    position:absolute;
    top:47%;
    width: 9px;
    height: 25px;
    background-color: #555;
    cursor:pointer;
    background-image: url("../img/caret-white-right.png");
    background-size: 90% 40%;
    background-repeat:no-repeat;
    background-position: center; 
    transform: rotate(180deg);
}

#skip-previous {
    height: 34px;
    width: 33%;
}

#play {
    height: 34px;
    width: 33%;
}

#skip-next {
    height: 34px;
    width: 33%;
}

#dayByDayText {
    overflow: auto;
    max-height: 100%;
    margin-right: -50%;
    padding-right: 50%;
}

.input-group-addon {
    display: none;
}

.ui-slider-horizontal {
    width: auto !important;
}

.progress {
    height: 3px;
    margin-bottom: 5px;
}

.btn-group-justified {
    width: 80%;
    left: 10%;
}

.leaflet-popup-photo {
    width: 540px;
}

.resize-image {
    cursor: pointer;
    background-size: 50% 50%;
    background-repeat:no-repeat;
    background-position: center;
}

.leaflet-buttons-control-img {
    width: 30px;
    height: 30px;
}

#attributionText {
    cursor: pointer;
}

.hide-scroll {
    overflow: hidden;
    height: calc(100vh - 100px - 135px);
}

.pad-text {
    padding-left: 10px;
    padding-right: 5px;
    padding-bottom: 10px;
}

.pull-left {
    display: flex;
}

#leftSide {
    position: absolute;
    height: calc(100% - 50px);
    width: 30%;
    top: 15px;
    left: 0px;
    cursor: pointer;
}

#rightSide {
    position: absolute;
    height: calc(100% - 50px);
    width: 70%;
    top: 15px;
    left: 30%;
    cursor: pointer;
}

.cartodb-logo {
    display: none !important;
}

.cartodb-timeslider {
    left: 10px !important;
    bottom: -20px !important;
}

div.cartodb-timeslider .ui-slider-horizontal .ui-slider-handle {
    width: 11px;
    height: 11px;
    background-position: -98px -19px;
}