html,
body {
    height: 100%;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

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

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

.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', serif;
    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;
}

.login-email {
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 160px;
    display: inline-block;
}

.forum-main h1 {
    text-align: center;
}

.forum-main-content {
    margin-top: 20px;
    border-radius: 10px;
    border: 2px solid #EDEDEE;
    padding-bottom: 10px;
}

.forum-main-content h2, .forum-main-content h2 {
    text-align: center;
}

.first-content .topic-main {
    padding: 10px;
}

.second-content {
    padding: 10px;
}

.second-content .topic-main {
    padding: 10px 15px;
}

.second-content h3 {
    padding: 0 15px;
}

.forum-topics {
    border-radius: 3px;
    border: 1px solid #EDEDEE;
}

.topic-list {
    padding: 20px 20px 10px;
    border-top: 1px solid #EDEDEE;
}

.message-list {
    border-top: 1px solid #EDEDEE;
}

.topic-title, .message-title {
    font-size: 16px;
}

.topic-message {
    margin-top: 5px;
}

.message-text {
    margin-top: 15px;
}

.topic-info {
    margin-top: 20px;
    font-size: 13px;
}

.message-info {
    font-size: 13px;
    color: green;
}

.forum-topics .summary, .forum-topics .empty {
    padding: 20px;
}

.forum-topics .list-view .pagination {
    margin-left: 20px;
}

.forum-control {
    margin-top: 20px;
}

.forum-topics div[data-key]:nth-child(2n) {
    background-color: #F7F7F7;
}

.forum-topics .message-list.is_main {
    background-color: #e0ffed;
}

.topic-add-message {
    padding: 10px 0;
}

.message-author {
    text-align: center;
    border-right: 1px solid #EDEDEE;
    padding: 10px;
}

.message-content {
    padding: 10px;
}

.message-date {
    font-size: 13px;
}

.admin-menu {
    margin: 20px 0;
}

.topic-status {
    cursor: pointer;
}

.message-file {
    color: #333;
}

.glossary {
    font-size: 16px;
}

.term {
    margin-bottom: 10px;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

.top5 { margin-top:5px; }
.top7 { margin-top:7px; }
.top10 { margin-top:10px; }
.top15 { margin-top:15px; }
.top17 { margin-top:17px; }
.top30 { margin-top:30px; }

/* input:hover,
input:active,
input:focus,
label:focus {
    outline: 0 !important;
    -webkit-appearance: none;
} */

.td-content {
    min-height: 200px;
}

.swot-add-button {
    text-align: left;
    padding: 10px 0;
}

.swot-add-button > a {
    cursor: pointer;
    border-bottom: 1px dashed;
}

.swot-add-button > a:hover {
    border-bottom: none;
    text-decoration: none;
}

.swot-field, .pyramid-field {
    width: 100%;
    position: relative;
}

.swot-field-textarea, .pyramid-field-textarea {
    width: 100%;
}

.swot-field-buttons, .pyramid-field-buttons {
    right: 0;
    top: 0;
    position: absolute;
    width: 30px;
    font-size: 20px
}

.swot-field-textarea textarea, .pyramid-field-textarea textarea {
    padding-right: 40px;
}

.swot-field-remove {
    color: darkred;
}

.swot-field-accept, .pyramid-field-accept {
    color: darkgreen;
}

.formulation-problem input.form-control {
    width: auto;
    display: inline-block;
}

li.notification > a {
    color: darkred;
    font-weight: bold;
}