﻿html {
    overflow-x: hidden !important;
}

body {
    font-size: 15px;
    color: #262626;
    width: auto !important;
    overflow-x: hidden !important;
    font-family: -apple-system, BlinkMacSystemFont,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol', 'Segoe UI','PingFang SC','Hiragino Sans GB','Microsoft YaHei','Helvetica Neue',Helvetica,Arial,sans-serif;
}

/*All elements centered in the middle*/
.middle {
    width: 62%;
    margin-left: auto;
    margin-right: auto;
}

.concrete {
    overflow: auto;
}

.left {
    float: left;
}

.right {
    float: right;
}

#about-us {
    font-size: 18px;
    margin-top: 18px;
    margin-bottom: 2px;
    cursor: pointer;
}

.row{
    margin-left:0 !important;
    margin-right:0 !important;
}


/*The search result to be shown*/
#ajax_search_res {
    width: 100%;
    overflow: auto;
    position: absolute;
    background: white;
    top: 37px;
    z-index: 289;
    border-bottom: 1px solid grey;
    border-left: 1px solid grey;
    border-right: 1px solid grey;
    padding: 5px 5px 5px 15px;
    display: none;
    outline: 0;
    max-height: 400px;
    overflow: auto;
}

.result-item {
    margin-top: 5px;
}


#univs, #profs {
    display: block;
    max-height: 400px;
    overflow: auto;
}

hr {
    line-height: 0px;
}


.navbar-box {
    display: inline-block;
    width: 350px;
    margin-top: 8px;
    position: relative;
    height: 30px;
}


#bootstrap-overrides .nav-input-div {
    margin-bottom: 0px;
}

#bootstrap-overrides .form-control {
    border-radius: 2px;
}

#bootstrap-overrides .row.with-border {
    border-bottom: 1px solid #eeeeee;
    padding-top: 5px;
    padding-bottom: 4px;
    align-items: center;
    display: flex;
}

#bootstrap-overrides .row.shift-right {
    padding-left: 1em;
}

#bootstrap-overrides .row.without-border {
    padding-top: 5px;
    padding-bottom: 4px;
}


.col-stats {
    text-align: center;
    font-size: 0.7em;
}

.err-msg {
    color: red;
}

.forumtitle, .prof-name {
    font-weight: 500;
    font-size: 1em;
}

.captcha {
    margin: 20px, 0, 20px, 0;
}

.input_title {
    margin-top: 10px;
    margin-bottom: 4px;
}

.input_box {
    margin-bottom: 10px;
}

.captcha #captcha_explaination {
    font-size: 0.8em;
    font-weight: lighter;
    margin-bottom: 5px;
}

.field-validation-error {
    color: red;
}

.tight {
    padding: 0 !important;
    margin: 0 !important;
}

.prewrap {
    white-space: pre-wrap;
}

.question-text {
    min-height: 12em;
    width:100%;
}

.small{
    font-size: 0.7em;
}
