@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../fonts/glyphicons-halflings-regular.eot');
    src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/glyphicons-halflings-regular.woff') format('woff'),
    url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'),
    url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

.main-nav {
    margin-top: 20px;
}
.login-text {
    color: #fff !important;
}
.login-text a {
    color: #fff !important;
}
td.operations {
    text-align: right;
    white-space: nowrap;
}
td.operations form {
    float: left;
}
td.operations a {
    float: left;
    margin-right: 5px;
}
.page-header {
    margin-top: 0;
}
.submission-seminar-order {
    margin-left: 5px;
}
.has-error {
    background: #f2dede;
}
.control-label.required:after
{
    color: red;
    content: "*";
    padding-left: 2px;
}
.submission-project-info,
.submission-seminar-preferences,
.submission-seminar-comments {
    display: none;
}

.pager-container {
    margin-top: 10px;
    margin-bottom: 10px;
}
.pager-options {
    line-height: 34px;
}
.pager-count {
    font-weight: bold;
}
.pager-selector {
    display: inline-block;
    line-height: normal;
    padding: 5px;
    background: #eee;
    border-radius: 3px;
    margin-right: 5px;
}
.pager-container .pagination {
    margin: 0;
}
.submission-advisor-other {
    display: none;
}
.seminar-description {
    display: none;
}
.header-logos {
    margin-bottom: 10px;
}
.faded-symbol {
    color: #e4e4e4;
}
.feedback-ratings-grid td {
    text-align: center;
}
.help-block {
    margin-top: 0;
}
.details-spacer {
    margin: 7px 0;
}
.user-filter-form {
    margin-top: 20px;
}
.form-inline .control-label {
    margin-right: 5px;
}
.page-numbers {
    margin: 10px 0;
}
.sub-field, .second-reader-field, .sub-field .oral-presentation-field, .sub-field .oral-presentation-video-field {
    margin-left: 20px;
}
.sub-field .oral-presentation-field .form-group, .sub-field .oral-presentation-video-field .form-group, .sub-field .second-reader-field .form-group {
    margin-left: 10px;
}
.sub-field label {
    font-weight: normal;
}
.file {
    background-image: url('../images/subtlegradient.png');
    background-repeat: repeat-x;
    background-position: 0px -60px;
    border: 2px solid #cee2f2;
    margin-bottom: 10px;
    margin-left: 0px;
    margin-top: 10px;
    margin-right: 5px;
    overflow: hidden;
    padding-bottom: 5px;
    padding-top: 5px;
}
.file label {
    font-family: Arial;
    font-size: 8pt;
    margin-bottom: 2px;
}
.file a,.file div {
    font-family: Arial;
    font-size: 10pt;
}
.file .download {
    margin-left: 5px;
    float: left;
}
.file .modified {
    float: right;
    margin-right: 15px;
    text-align: right;
    width: 200px;
}
.download label,.filesize label {
    clear: both;
    float: left;
}
.filesize label {
    clear: both;
    float: left;
}
.modified label {
    float: right;
    clear: both;
}
.modified div {
    clear: both;
    float: right;
}
.download a,.filesize div {
    clear: both;
    float: left;
}
.file .filesize {
    float: right;
}
.file div[class="unSubmit loading"] {
    background-image: url('../images/circleball.gif');
}
.file .unSubmit {
    background-image: url('../images/cancel.png');
    background-repeat: no-repeat;
    clear: right;
    cursor: pointer;
    float: right;
    height: 14px;
    margin-right: 5px;
    width: 14px;
    border: 0px;
}
td .alert {
    margin-bottom: 0px;
}
.reveal-if-active {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    font-size: 16px;
    transform: scale(0.8);
    transition: 0.5s;
}

.reveal-if-active label {
    display: block;
    margin: 0 0 3px 0;
}
.reveal-if-active input[type=text] {
    width: 100%;
}

input[type="radio"]:checked ~ .reveal-if-active,
input[type="checkbox"]:checked ~ .reveal-if-active{
    opacity: 1;
    max-height: 1000px;
    padding: 10px 20px;
    transform: scale(1);
    overflow: visible;
}

> h4 {
    color: green;
    font-size: 24px;
    margin: 0 0 10px 0;
    border-bottom: 2px solid green;
}

form hr {
    margin-top:10px;
    margin-bottom:10px
}

.toggle-view label.btn {
    padding-left: 5px;
}