﻿

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}



/* Custom page footer */
.footer {
    padding-top: 19px;
    color: #777;
}

/* Custom container */
.container {
    margin: 0 auto;
    max-width: 1200px;
}
.containerBot, .containerBot a, .containerBot li, .containerBot li a {
    color: #ffffff;
}	
.containerBot {
    width: 100%;
    background: rgb(0, 166, 81);
    margin-top: 20px;
    margin-bottom: 0px;
    padding-top: 10px;
}

.list-unstyled > li.twitter {
    background: url(/img/bird-white-32.png);
    background-repeat: no-repeat;
    padding-left: 24px;
    background-position: 0 0;
    margin-bottom: 1px;
    vertical-align: middle;
}
   
#gritbins {
    width: 100%;
    text-align: center;
    font-weight: bold;
}


@media (min-width: 980px) {
    .span4 {
        width: 370px;
    }
    .span3 {
        width: 270px;
    }
    [class*="span"] {
        float: left;
        min-height: 1px;
        margin-left: 30px;
    }
}
@media (min-width: 540px) and (max-width: 979px) {
    [class*="span"] {
        float: left;
        min-height: 1px;
        margin-left: 20px;
    }
}

h1 {
    font-size: 31.5px;
    padding-bottom: 2px;
    padding-top: 2px;
}

h4 {
    color: #fff;
}
   

.image-tvv-logo {
    background-image: url(/img/Powered_by_TVV_mobile.png);
    width: 143px;
    height: 34px;
    margin-top: 20px;
    float: right;
}

.image-admin-tvv-logo {
    background-image: url(/img/TVV_logo_100.png);
    width: 100px;
    height: 57px;
    margin-top: 10px;
    margin-bottom:10px;
    float: left;
}

.image-roadsonline-logo {
    background-image: url(/img/RoadsOnline_Black_180x38.png);
    width: 180px;
    height: 38px;
    float: left;
    margin-top: 10px;
    padding-top: 15px;
    margin-bottom: 5px;
}
.strapline {
    clear: left;
    padding-top: 10px;
    padding-bottom: 10px;
}
.strapline-default {
    float: left;
    padding-top: 30px;
    padding-bottom: 10px;
    font-size: 24px;
    text-align: center;
    width: 60%;
}
.notification{
    margin:10px auto 10px auto;
    text-align:center;
    width:70%;
    padding:5px;
}

#info {
    position: absolute;
    z-index: 10;
   
    padding: 6px;
    font-size: 14px;
    top: -10em;
    display: none;
}

#map {
    height: 400px;
}
#smallmapcontainer #map {
    height: 200px;
}
#smallmapcontainer {   
    height:240px;
}
.easy-autocomplete {
    width: 100% !important;
}

    .easy-autocomplete input {
        width: 100%;
        max-width: 450px;
    }

.maxheightScroller {
    max-height: 350px;
    overflow-y: scroll;
}

@media (min-width: 768px) {
    .image-tvv-logo {
        background-image: url(/img/Powered_by_TVV.png);
        width: 190px;
        height: 46px;
    }
    .image-roadsonline-logo {
        background-image: url(/img/RoadsOnline_black-166x62.png);
        width: 162px;
        height: 62px;
        float: left;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    #smallmapcontainer #map {
        height: 220px;
    }

    #map {
        height: 570px;
    }

    .easy-autocomplete {
        width: 450px !important
    }

    .easy-autocomplete input {
        width: 450px;
        max-width: 450px;
    }

    .form-wrapper {
        width: 500px;
    }
    .maxheightScroller {
        max-height: 570px;
        overflow-y: scroll;
    }
}



.searchbox {
    padding-top: 8px;
    padding-right: 5px;
}

#searchGritBin .btn-group {
    width: 100%;
}

.homepage-ttro-widget {
    width: 100%;
    border: 0px;
    height: 100vh
}

@media (min-width: 768px) {

    .vertical-align {
        display: flex;
    }
            .navbar .nav li:first-child a {
                border-left: 0;
                border-radius: 3px 0 0 3px;
            }

    .navbar-collapse {
        padding-left: 0px;
    }




    #reportAGritBin {
        min-height: 200px;
        padding-bottom: 20px;
    }
    #searchGritBin .btn-group {
        width: 450px;
        max-width: 450px;
    }
    .homepage-ttro-widget {
        height: 440px;
    }
}


#title {
    float: left;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    border-top: 0px !important;
}

#mapPageTitleArea {
    margin-top: 20px;
    margin-bottom: 10px;
   
}

.slidecontainer {
    width: 100%;
}

#timeSlider{
    margin-top:40px;
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Opera and Firefox */
}

.validation-error {
    color: red;
}

/* rotation animations */

@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.rotating {
    -webkit-animation: rotating 2s linear infinite;
    -moz-animation: rotating 2s linear infinite;
    -ms-animation: rotating 2s linear infinite;
    -o-animation: rotating 2s linear infinite;
    animation: rotating 2s linear infinite;
}

.vertical-align {
    align-items: center;
}

.navbar-nav > li > .dropdown-menu#TTRO{
    min-width:258px;
}

.ol-northarrow {
    z-index: 1;
    width: 42px;
    height: 66px;
    top: 60px;
    right: 0px;
    position: absolute;
}

.ol-northarrow img {
    width: inherit;
    height: inherit;
}

.breadcrumb{ padding-right: 0;}

.warning-message{
    padding:15px;
}

.nav-tabs li.active a:hover {
    color: #555 !important;
}

.nav-tabs li.active:hover {
    background-color: unset !important;
}

.nav-tabs li:hover {
    background-color: unset !important;
}

@media (min-width: 992px) {
    .container, .containerBot {
        width: unset;
    }
}

@media print {
    .alert-danger {
        border:0px;
    }
    .col-md-print-12 {
        width: 100% !important;
        flex: 0 0 100%;
    }
}

.admin-button-group {
    text-align: center;
    margin-bottom: 30px;
}

.admin-button-container {
    display: inline-block;
    width: 220px;
    text-align: center;
    margin: 10px;
}

.admin-button {
    width: 100%;
}

#map-icon-picker .map-icon-img {
    max-height: 60px;
    cursor: pointer;
}

#map-icon-picker .icon-choice.selected .map-icon-img {
    border: 2px solid #337ab7;
    box-shadow: 0 0 4px rgba(0, 0, 0, .4);
}

#map-icon-picker .icon-strip-container {
    white-space: nowrap;
}