﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists
   will truncate terms that are too long to fit in the left column
*/
.dl-horizontal dt {
    white-space: normal;
    width: 250px;
    margin: 5px 0;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 600px;
}

.table tbody tr th {
    vertical-align: bottom;
}

input[type=radio] {
    margin-top: 10px;
}

a.pdf-download {
    padding-left: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
    padding: 10px, 0, 10px, 40px;
    margin: 10px, 0, 10px, 40px;
    background: url('/Content/images/pdf.jpg') no-repeat left;
}

a.delete {
    padding-left: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
    padding: 10px, 0, 10px, 40px;
    margin: 10px, 0, 10px, 40px;
    background: url('/Content/images/delete.png') no-repeat left;
}

.btn-file {
    position: relative;
    overflow: hidden;
}

    .btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 50%;
        min-height: 100%;
        font-size: 100px;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        outline: none;
        background: white;
        cursor: inherit;
        display: block;
    }

.dl-horizontal dd {
    margin-left: 270px;
    padding: 5px 0;
}

.control-label {
    font-weight: bold;
}

.top-5 {
    margin-top: 5px;
}

.no-padding-left {
    padding-left: 0 !important;
}

a:hover, i:hover {
    color: #006687;
}

.maximize-horizontal {
    /*min-width: 100%;*/
    min-height: 100px;
}

footer {
    font-size: 10px;
}

.pagination {
    margin: 0;
}

.table {
    margin-bottom: 0;
}

hr.no-margin-top {
    margin-top: 0;
}

hr.pager-margin {
    margin: 0 0 5px 0;
}

hr {
    margin: 5px 0;
}

.top-border {
    border-top: 1px solid #ddd;
    padding-top: 5px;
}

a.box {
    border: 1px solid #008cba;
    padding: 0 4px;
}

a.second {
    border: 1px solid #ff6a00;
    color: #ff6a00;
}

a.diploma {
    border: 1px solid #38b702;
    color: #38b702;
}

.multiline {
    white-space: pre-wrap;
}

td.nowrap {
    white-space: nowrap;
}

table.grid-table tr.grid-row-selected td {
    background: #ddd !important;
    color: #000000;
}

table.grid-table tr td {
    padding: 5px;
}

.table tbody tr.one td {
    padding: 2px 8px 2px 8px;
    border: none;
}

.table tbody tr.two td {
    padding: 2px 8px 2px 8px;
    border: none;
    font-weight: bold;
}

.table tbody tr.three td {
    padding: 2px 8px 2px 8px;
    border: none;
    font-weight: bold;
}

.table tbody tr.four td {
    padding: 2px 8px 2px 8px;
    border: none;
    font-weight: bold;
}

tr.one td:first-child {
    padding-left: 29px;
}

tr.two td:first-child {
    padding-left: 22px;
}

tr.three td:first-child {
    padding-left: 15px;
}

.table tbody tr.cancelled td, table.table.table-striped tr.found.cancelled td {
    background-color: lightpink
}

.table tbody tr.interest td, table.table.table-striped tr.found.cancelled td {
    background-color: lightgreen
}

.form-horizontal .checkbox {
    height: 18px;
    width: 18px;
    min-height: 8px;
    margin-top: 10px;
    padding-left: 0;
    margin-left: 0;
}

.dropdown-menu .divider {
    height: 1px;
    overflow: hidden;
    background-color: rgb(202, 202, 202);
    margin: 0;
}

.table tbody tr td.td-align-nmiddle {
    vertical-align: middle;
}

.red {
    color: firebrick;
}

.instructor-assignment input, .instructor-assignment select {
    font-size: 13px;
    padding: 0 3px;
    height: 25px;
}

    .instructor-assignment input[type="radio"] {
        height: 10px;
    }

.table.instructor-assignment tbody tr td {
    vertical-align: middle;
}

.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings'; /* essential for enabling glyphicon */
    content: "\e114"; /* adjust as needed, taken from bootstrap.css */
    float: left; /* adjust as needed */
    color: white; /* adjust as needed */
    margin-right: 5px;
    font-size: 14px;
}

.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e080"; /* adjust as needed, taken from bootstrap.css */
}

a.accordion-toggle {
    color: white;
}

a.accordion-toggle.dark, a.accordion-toggle.dark:after {
    color: black;
}

div.form-group:has(#ConfirmationText4, #ConfirmationText5) {
    display: none;
}