

.footer {
    /*height: 60px;*/
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}


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

/*custom*/

.wrap-blank{
    min-height: 100%;
    height: 100vh;
    margin: 0 auto;
}

.navbar-brand{
    padding: 4px;
}

.site-login{
    padding-top: 100px;
    background-color: #2B3643;
  /*  background: url('../img/login-bg.jpeg') center bottom no-repeat; */
}

body {
    background-color: #f8f8f8;
}

.panel-body {
    padding: 35px;
}



/* Login form */

.body-login{
    width: 100%;
    height: 500px;
    background-color: #fff;
    padding: 20px 40px;
}

.img-login{
    width: 75px;
 /*  border-radius: 50%; */
    position: absolute;
    top: -30px;
    transform: translateX(-50%);
}

.body-login h2{
    margin: 0;
    padding: 0 0 50px;
    text-align: center;
    font-size: 14px;
}

.text-login{
    margin: 0;
    padding: 0;
    font-weight: bold;
}

.body-login input[type="text"], .body-login input[type="password"]
{
    border: none;
    border-bottom: 1px solid #02a4b5;
    background: transparent;
    outline: none;
    height: 40px;
}

.text-secondary{
    color: #9e9e9e;
    text-align: center;
}
/* end login */

/* post form */
.post-form
{
    margin:  30px 0px 30px 0px;
/*    box-shadow: 0 0px 10px 0px rgba(0,0,0,0.1) !important;*/
}

form#dynamic-form, form#w0
{
    padding:  50px;
}

.post-form input[type="text"]
{
    border: none;
    border-bottom: 1px solid #02a4b5;
    background: transparent;
    outline: none;
    height: 40px;
}

textarea.form-control{
    border: none;
    border-bottom: 1px solid #02a4b5;
    background: transparent;
    outline: none;
    height: 90px;
}

/*textarea#post-content.form-control
{
    border: none;
    border-bottom: 1px solid #02a4b5;
    background: transparent;
    outline: none;
    height: 70px;
}*/

.filter-container{
    position: absolute;
    right: 0;
    background: white;
    max-width: 100%;
    width: 300px;
    top: 70px;
    z-index: 1000;
    padding: 30px;
    border: 1px #ccc solid;
}

.full-height{
    height: 100% !important;
}

.full-map{
    width: 100%;
    height: 100%;
    min-height: 100%;
}

.img-pop{
    max-width: 100%;
    width: 300px;
    height: auto;
    
}

.panel .summary{
    padding: 10px;
    border-bottom: 1px solid #ddd;
}

/* 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 th {
    white-space: nowrap;
}

.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 > button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

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

.nav > li > form > button.logout:focus {
    outline: none;
}
