html,
body {
    width: 100%;
    height: 100%;
}

#nsw_map{
    height: 100%;
}

.ui-crime-type,
.ui-crime-type-label,
.ui-time-label,
.ui-time-value,
.ui-time-slider {
    display: inline-block !important;
    margin: 5px auto;
}

.ui-crime-type-label,
.ui-time-label{
    opacity: 1.0;
    color: #fff;
    //font-weight: bolder;
    margin-left: 20px;
    margin-right: 15px;
	width:100px;
}
.ui-crime-type{
	width:500px;
}
.ui-crime-type select{
	width:100%; border-radius:3px; font-size:16px; height:28px;
}
#select-lga select{
	border-radius:3px;
}
#variables{
	width:65px;
}
#variables select{
	border-radius:3px; font-size:16px; height:28px;
}

.ui-time-value {
    margin-left: 0px;
    margin-right: 20px;
    margin-top: auto;
    margin-bottom: auto;
}

.ui-time-slider {
    width: 358px;
    height: 12px !important;
    margin: auto auto;
    margin-right: 12px;
}

#button2{
	width:30px;
}

.info {
    padding: 6px 8px;
    font: 14px/16px Arial, Helvetica, sans-serif;
    background: white;
    background: rgba(255,255,255,0.8);
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    border-radius: 5px;
}

.info h4 {
    margin: 0 0 5px;
    color: #777;
}

.legend {
    line-height: 18px;
    color: #555;
}

.legend i {
    width: 18px;
    height: 18px;
    float: left;
    margin-right: 8px;
    opacity: 0.7;
}

#container{
    //position: relative;
    width: 100%;
    height: 100%;
}

#map-container {
    z-index: 0;
    width: 100%;
    height: 100%;
}

#ui-container {
    width: 100%;
    height: 100%;
}

.ui-colour {
    background-color: #2C3E50;
    opacity: 0.9;
}

.ui-horizontal {
    /* Horizontally center */
    width: 650px;
    display: block;
    margin-left: auto;
    margin-right: auto;
	background-color:#286090;
}

.ui-vertical {
    /* Vertically center */
    /*height: 100%;*/
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}

/*.btn {
    background-color: #4CAF50;
    border: none;
    padding: 10px 10px 10px 10px;
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    margin-right: 15px;
}*/

.ui-top {
    /* Stick to top */
    position: fixed; 
    top: 0;
    width: 100%;
    //height: 30px;
}

.ui-bottom {
    /* Stick to bottom */
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 40px;
}

.ui-left {
    /* Stick to left */
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 45px;
	background-color:#286090;
}

.ui-right {
    /* Stick to right */
    position: fixed;
    right: 0;
    height: 100%;
}

.ui-bottom-rounded {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.ui-top-rounded {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.leaflet-div-icon {
    width: 5px;
    height: 5px;
    background-color: #2ecc71;
    border-radius: 10px;
    opacity: 0.7;
}

.ui-basic-btn {
    padding: 4px 5px;
    color: inherit;
    background-color: #fff;
    border: 1px solid transparent;
}
