html,
body {
    height: 100%;
    font-family: 'Poppins', sans-serif;
}
h1{
    font-size: 25px;
}
a{
    color:#333;
}
a:hover{
    color:#333;
    text-decoration: none;
}
.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
/*    padding: 70px 15px 20px;*/
}

.footer {
    min-height: 60px;
    padding-top: 20px;
    background: #286090;
    color:#fff;
}
.footer a{
    color:#fff;
    margin:5px;
}
.footer a:hover{
    color:yellow
}

.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 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;
}
ul{
    margin: 10px;
    padding: 10px;
}
.white-border{
    border: 10px solid #fff;
}
.box{
    padding: 0 5px 0 5px;
}
.box .inner {
    background-color: #fff;
}
.post-content{
    max-height: 660px;
    overflow: hidden;
    padding-bottom: 15px;
}
.app-img{
    width: 240px;
    border:1px inset #ccc;
}
.app-title{
    height: 50px;
    text-align: center;
}
.app-box{
    text-align: center;
}
.app-box img{
    margin: 0 auto;
}
.btn,.form-control,.panel{
    border-radius: 0;
}
.navbar-default{
    background: #286090;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus{
    color: yellow;
}
.navbar-default .navbar-nav > li > a{
    color: #fff;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{
    background: none;
    color:yellow;
}
.panel-default > .panel-heading{
    background: #286090;
    color:#fff;
}
.list-group{
    padding:0;
}
.list-group-item,list-group{
    border:none;
}
.list-group-item:hover{
    background: #286090;
}
.list-group-item:hover a{
    color:#fff;
}
.list-group-item:first-child,.list-group-item:last-child{
    border-radius:0px;
}
.panel-heading{
    border-radius:0px;
}
.panel-body .img-responsive{
    max-width: 50%;
    margin: 0 auto;
}
.post_meta{
    font-size: 10px;
}
.panel-body h1 a{
    color: #286090;
}
.post-content{
    padding-top: 10px;
}
.border-gray{
    border: 1px solid #ddd;
    padding: 10px;
}
.container-fluid{
    width: 86%;
}