body {
    padding-top: 70px;
    padding-bottom: 20px;
    background-color: #eee;
}

.center-heading {
    text-align: center;
}

/* =========================== */
/* =========  Login  ========= */
.form-signin {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
    margin-bottom: 10px;
}
.form-signin .checkbox {
    font-weight: normal;
}
.form-signin .form-control {
    position: relative;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    font-size: 16px;
}
.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.form-signin .check-box {
    margin-bottom: 10px;
}
.form-signin .check-box {
    font-weight: normal;
}
/* =========================== */
/* =======  Headings ========= */
.heading-title {
    margin-bottom: 25px;
}
.heading-title .btn {
    float: right;
}
/* =========================== */
/* ===  Admin Create Form ==== */
.form-admin-create .action-btn {
    margin-top: 20px;
}
.form-admin-create input, .form-admin-create textarea, .form-admin-create select {
    margin-bottom: 15px;
}
.form-admin-create .error-msg {
    float: right;
}
/* =========================== */
/* ======  Suggestions  ====== */

.bootstrap-tagsinput {
    width: 100%;
}
.tt-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}
.tt-suggestion {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333333;
    white-space: nowrap;
}
.tt-suggestion:hover,
.tt-suggestion:focus,
.tt-suggestion.tt-cursor {
    color: #ffffff;
    text-decoration: none;
    outline: 0;
    background-color: #428bca;
    cursor: pointer;
}
/* =========================== */
/* =========  Misc =========== */

td .glyphicon-ok {
    color: #6ac045;
}
td .glyphicon-remove {
    color: #9d4341;
}
.trim-row {
    max-width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.error-msg {
    color: #F04541;
    font-style: italic;
    font-size: 0.8em;
}
/*#grade {
    width:70px;
}*/
.file-input .input-group {
    margin-bottom: 15px;
}
.foot-note {
    font-style: italic;
    font-size: 14px;
    padding-top: 20px;
}
.top-buffer { 
    margin-top:8px; 
}
.right-buffer { 
    margin-right:8px; 
}
.form-control.description-validation-fail{
    border-color: #F04541;
    box-shadow: 0px 0px 8px #F04541;
}
