html,
body {
    height: 100%;
}

.wrap {
    /*min-height: 100%;*/
    /*height: auto;*/
    /*margin: 0 auto -60px;*/
    /*padding: 0 0 60px;*/
    background-image: url(../images/b-g-pattern.png);
}

.wrap > .container {
    padding: 21px 15px 20px;
}

@media (min-width: 768px) {

    .wrap > .container {
        padding: 61px 15px 20px;
    }


}

@media (max-width: 768px) {
    .footer {
        height: 148px !important;

    }

    .footer > .container > p{
        line-height: 38px !important;
    }
}

.footer {
    background-color: #f9f9f9;
    height: 68px;
    padding-top: 24px;
}

.footer > .container > p {
    font-family: Roboto;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.62;
    color: #7b7b7b;

}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view td {
    white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav > li > form {
    padding: 8px;
}

@media(max-width:768px) {
    .nav li > form {
        padding: 3px;
    }


}

.nav > li > form > button:hover {
    text-decoration: none;
}

ul.nav {
    background: #df1746 !important;
}

/* USER LIST VIEW ITEM */

.user-list-view-item {
    display: inline-table;
    font-family: "Roboto Thin";
    background-color: #f5f5f5;
    color: #3e474c;
    font-size: 18px;
    height: auto;
    margin-bottom: 24px;
    padding-bottom: 30px;
    padding-left: 24px;
    padding-top: 30px;
    width: 100%;
    -webkit-box-shadow: 0px 3px 7px 0px rgba(50, 50, 50, 0.27);
    -moz-box-shadow:    0px 3px 7px 0px rgba(50, 50, 50, 0.27);
    box-shadow:         0px 3px 7px 0px rgba(50, 50, 50, 0.27);
}

.user-list-view-item > .image-container {
    margin-bottom: 4px;
}

.user-list-view-item > .profil-information {
    line-height: 26px;
    margin-bottom: 4px;
    border-right: 1px solid #bdbdbd;
}

.user-list-view-item > .profil-information > span {
    display: block;
    font-size: 24px;
    line-height: 32px;
}

.user-list-view-item > .user-admin-comment {
    font-size: 12px;
    line-height: 18px;

    padding-left: 49px;
} 

.user-list-view-item > .actions  {
    padding-right: 31px;
    text-align: right;
} 


.user-list-view-item > .actions  > a {
    font-family: "Material Icons";
    font-size: 24px;
    padding-left: 7px;
    color: #263238;
} 

.user-list-summary {
    color: #ffffff;
    margin-bottom: 12px;
    font-family: "Roboto Thin";
    font-size: 24px;
}
.wrap{
    background-color: #ffefd7;
    height: auto;
    margin: 0px;
    min-height: 100%;
    width: auto;
    padding: 0;
}

@media (min-width: 768px) {
    .wrap {
        margin: 80px 0 0;
    }
}

/* ADDS */

.pointer {
    cursor: pointer;
}



/* NAVBAR */

.background-white {
    background-color: #ffffff;
}

#mainmenu-collapse {
    position: relative;
}

.logo {
    width: 150px;
    height: 150px;
    border-radius: 3px;
    background-color: #ffffff;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.25);
    position:absolute;
    top: -45px;
    left: 0px;
    background-image: url(../images/geo_logo.png);
    background-repeat: no-repeat;
}

/* LIST VIEW USER */

#list-view-user .summary {
    margin-bottom: 12px;
    font-size: 16px;
}

.profil-information > span {
    padding-bottom: 4px;
    display: block;
    font-size: 18px;
}

.user-admin-comment {
    font-style: italic;
    font-size: 12px;
    margin-top: 12px;
}

.user-list-view-item-actions {
    text-align: right;
    margin-top: 36px;
}


.btn-user-list-view, .btn-user-list-view-add {
    font-family: "Material Icons";
    cursor: pointer;
}

.btn-user-list-view-add {
    display: block;
    font-size: 36px;
    margin-right: -7px;
    margin-top: 15px;
}

.btn-user-list-view {
    font-size: 24px;
    margin-right: 12px;
}

.btn-user-list-view:hover, .btn-user-list-view-add:hover {
    text-decoration: none;
}

.btn-user-list-view:last-child {
    margin-right: 0px;
}

@media (min-width: 992px) {
    .user-list-view-item-actions {
        text-align: right;
        margin-top: 0px;
    }

    .user-admin-comment {
        margin-top: 0px;
    }
}

/* LOGIN */
@media (min-width: 1170px) { 
    .login-button-div {
        padding-bottom: 21px; display: block
    }
}



/* FORMS */
.form-content {
    padding: 32px;
    background-color: #fff;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.25);
    margin-bottom: 24px;
}



.user-tab-content {
    line-height: 27px;
    padding-left: 10px;
    padding-top: 18px;
}

.form-input-control {
    background-color: transparent;
    border: 0px;
    color: #555;
    display: block;
    font-family: Roboto;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.53;
    padding: 5px 13px;
    width: 100%;
}

.form-input-control:focus {
    background-color: #fff;
    border: 1px solid #cbcbcb;
    border-radius: 3px;
    color: #555;
    display: block;
    font-family: Roboto;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.53;
    padding: 5px 13px;
    width: 100%;
}

table.detail-view th {
    width: 25%;
}

table.detail-view td {
    width: 75%;
}

/** SEARCH **/
#results {
    margin-top: 44px;
    display: none;
}
#results .result-header,
#results .result-summary {
    font-style: italic;
    font-size: 16px;
    margin-bottom: 24px;
}

#results .result-summary {
    display: block;
    float: right;

}

.result-item .header {
    font-size: 17px;
    font-weight: bold;
}

.result-item label {
    display: block;
    margin-bottom: 12px;
}

.result-item span {
    margin-bottom: 12px;
    display: block;
    color: #555555;
}

.result-item a.more {
    float: right;
    cursor: pointer;
}

.result-item {
    /*margin-right: 2px;*/
}

/** DETAIL VIEW **/

.detail-view .image-container {
    margin-bottom: 12px;
}

.detail-view .name {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 12px;
    display: block;
}

.detail-view .method-header,
.detail-view .distance-header,
.detail-view .location-header,
.detail-view .phone-header,
.detail-view .website-header{
    font-weight: bold;
    display: block;
    margin-bottom: 12px;
}

.detail-view .methods,
.detail-view .distance,
.detail-view .location,
.detail-view .phone,
.detail-view .website {
    margin-bottom: 12px;
    font-style: italic;
    display: block;
}

.detail-view .public-comment {
    margin-top: 12px;
    margin-bottom: 12px;
    font-style: italic;
}

.detail-view .header-contact {
    margin-top: 12px;
    margin-bottom: 24px;
    display: block;
    font-weight: bold;
    font-size: 18px;
}
.detail-view p {
    margin-top: 12px;
    margin-bottom: 24px;
}

/** MAPQUEST */

#map {
    width: 100%;
    height: 500px;
}

.map-container {
    display: none;
}

.map-link-more {
    float: right;
    margin-right: 12px;
}

.cc_container {
	background-color: #636363 !important;
	color: #fff !important;
}

.cc_container .cc_btn, .cc_container .cc_btn:visited {
    background: #ffffff !important;
    color: #df1746 !important;
    border: 0 !important;
    padding: 6px 9px !important;
    border-radius: 3px !important;
}

.form-content a:not([class*="leaflet"]) {
	text-decoration: underline;
	color: #df1746;
}

.form-content input[type=checkbox] {
	margin-right: 12px;
}