html, body {
    height: 100%;
}
body {
    background: -webkit-linear-gradient(top, #0073BD , #a0c3ff); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom, #0073BD, #a0c3ff); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom, #0073BD, #a0c3ff); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom, #0073BD , #a0c3ff); /* Standard syntax */
    background-attachment: fixed;
}
#wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -51px;
    background-color: #fff;
}
.container {
    border-left: 1px solid #0072bc;
    border-right: 1px solid #0072bc;
}
#content {
    padding-top: 20px;
    padding-bottom: 20px;
}
#header-banner {
    padding: 10px 0;
    display: block;
}
#push, #footer {
    height: 51px;
}
#footer {
    width: 100%;
    background-color: #f8f8f8;
    border-top: 1px solid #e7e7e7;
}
#footer .container {
    border-left: 0;
    border-right: 0;
}
.navbar {
    margin-bottom: 0;
    border-radius: 0;
}
#map-canvas { min-height: 400px; }
.icon {
    display: inline-block;
    overflow: hidden;
    background-repeat: no-repeat;
    background-image: url(../images/toilet_sign_map.png);
}
.filtericon {
    height: 36px;
    width: 36px;
}
#filters .filterrow i {
    margin-right: 6px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
.accessible {
 background-position: -108px 0px;
 display: none;
}
.male {
 background-position: -36px 0px;
 display: none;
}
.female {
 background-position: -72px 0px;
 display: none;
}
.unisex {
 background-position: 0px 0px;
 display: none;
}
.accessible.active {
    background-position: -108px -36px;
    display: none;
}
.male.active {
    background-position: -36px -36px;
    display: none;
}
.female.active {
    background-position: -72px -36px;
    display: none;
}
.unisex.active {
    background-position: 0px -36px;
    display: none;
}
.growl-animated {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.faq-title {
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 10px;
}
.faq-content {
    padding : 5px 0px 10px 30px;
    margin-top: 30px;
}
.faq-content-hide{
    display: none;
}
.faq-content-show{
    display: block;
}
#admin-sidebar .affix {
    top: 25px;
}
#admin-sidebar .admin-submenu {
    padding-left: 15px;
}
#toiletlist .toilet-item {
    border-bottom: 1px solid #0073BD;
    margin-bottom: 10px;
}
#toiletlist .toilet-item:last-child {
    border-bottom: 0;
    margin-bottom: 10px;
}
#toiletlist .toilet-item ul {
    list-style: none;
    line-height: 1.3;
    padding: 0 10px;
}
#toiletlist .toilet-item ul .featurelist {
    margin-top: 5px;
}
input[type=checkbox] {
    margin: 10px 0 0;
}
.checkbox input[type="checkbox"] {
    margin-top: 4px;
}
input.waypoint {
    margin-bottom: 5px;
}
ul.form-errors {
    list-style: none;
    padding: 5px 10px;
    border-radius: 4px;
    border: 1px solid #e7e7e7;
    margin-top: 5px;
    background-color: #f8f8f8;
}
.form-error {
    color: #a94442;
    list-style: none;
}
.btn-unspecified.active {
    background-color: #ec971f;
    border-color: #d58512;
}
#toilet-feature-icons img {
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
}
#edit-map-canvas {
    height: 300px;
    margin-left: 26%;
}
.filter-group-selector{
    display: inline-block;
}

.form-input {
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
}
#toilet-images {
    margin-top: 10px;
}
.image-item, .new-image {
    margin-bottom: 10px;
}
.form-actions {
    padding: 20px 0;
    margin-top: 15px;
    margin-bottom: 15px;
    border-top: 1px solid #e5e5e5;
}
.popover_image {
    padding: 5px;
}
.hidden {
    display: none;
}
.created-stats.well .list-group {
    margin-bottom: 0;
}
img.homepage-verified {
    width: 150px;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
}
.toilet-image-holder {
    height: 120px;
    margin-bottom: 10px;
}
.toilet-image-holder .toilet-image {
    max-width: 100%;
    max-height: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    vertical-align: middle;
}
.disallowedInput {
    border-color: #ff0000;
}

/*
 * Media Queries
 */
 @media (max-width: 768px) {
    .container {
        border-left: 0;
        border-right: 0;
    }
}

/*
* ICOMON GENERIC
*************************************/
@font-face {
    font-family: 'icomoon';
    src:url('/bundles/main/fonts/icomoon.eot?clthtj');
    src:url('/bundles/main/fonts/icomoon.eot?clthtj#iefix') format('embedded-opentype'),
        url('/bundles/main/fonts/icomoon.ttf?clthtj') format('truetype'),
        url('/bundles/main/fonts/icomoon.woff?clthtj') format('woff'),
        url('/bundles/main/fonts/icomoon.svg?clthtj#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icomoon-"], [class*=" icomoon-"] {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icomoon-happy2:before {
    content: "\e900";
}
.icomoon-sad2:before {
    content: "\e901";
}
.img-logo {
  height: 32px;
  width: 32px;
  margin-right: 10px;
}
.row.well {
    cursor: pointer;
}
