﻿.scrollable-table {
    overflow-x: auto;
}

.scrollable-table table {
    table-layout: fixed;
    width: auto;
}

    .scrollable-table th, .scrollable-table td {
        width: 200px;
        min-width: 200px;
        /*max-width: 200px;*/
    }

.col-200 {
    width: 200px;
}

.inline {
    display: inline-block;
    width: 75px;
}

a h4 {
    color: black;
    text-decoration: none;
}

body {
    padding-top: 50px;
    padding-bottom: 20px;
    color: rgb(47, 84, 150);
}

#admin {
    color: #222;
}

.full-width-input {
    min-width: 100%;
    max-width: 100%;
    width: 100%;
}

.tierItem, .employmentStatusItem, .answerItem {
    margin-top: 5px;
}

    .tierItem:first-child, .employmentStatusItem:first-child, .answerItem:first-child {
        margin-top: 0;
    }

.employmentStatusTier {
    width: 100%;
    margin: 8px auto 15px 30px;
}

.navbar-admin {
    background-color: #222;
}

.remove-tier {
    line-height: 1.42857143;
    padding: 8px 0;
    display: block;
}

.navbar-brand {
    padding: 0;
}
.navbar-brand img {
    margin-top: 5px;
    margin-left: 10px;
    /*width: 75%;*/
}

.main-nav {
    padding-top: 22px;
    font-size: large;
}

.alt-color {
    color: rgb(91, 155, 213);
}

footer {
    color: #000;
}

.payee-controls{
    display: flex;
    justify-content: flex-start;
}

.payee-controls form{
    margin: 5px;
}
.report-tabs .nav-tabs {
    margin-bottom: 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;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.error-message {
    display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border: 1px solid transparent;
    -ms-border-radius: 4px;
    border-radius: 4px;
  background-color: #f2dede;
  color: #b94a48;
}

.info-message {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border: 1px solid transparent;
    -ms-border-radius: 4px;
    border-radius: 4px;
    background-color: #f2dede;
    color: lightskyblue;
}

.error-message.left {
        text-align: left;
    }

#loans .input-contribution {
    width: 80%;
}
#loans input, #loans select {
    width: 90%;
}

.popover-handle:hover {
    cursor: pointer;
}

#main-banner {
    padding: 50px;
    position: relative;
    text-align: center;
    overflow: hidden;
}

#main-banner-background {
    position: absolute;
    left: 0;
    top: -315px;
    width: 100%;
    height: auto;
    -ms-opacity: 0.2;
    opacity: 0.2;
    z-index: -1;
}

#how-it-works {
    text-align: center;
    border: solid;
    border-width: 5px;
    border-color: rgb(189, 215, 238);
    padding: 0 25px 25px 25px;
}

#example {
    text-align: center;
    background-color: rgb(189,215,238);
    padding-bottom: 25px;
}

#example-bubbles {
    padding-left: calc((100% - 850px) / 2);
}

.circle {
    height: 175px;
    width: 175px;
    -ms-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    display: table;
    font-size:small;
    position: relative;
    float: left;
    padding: 10px;
}

.circle span {
    display: table-cell;
    vertical-align: middle;
}

.arrow {
    width: 0;
    height: 0;
    border-top:20px solid transparent;
    border-bottom:20px solid transparent;
    border-left: 30px solid rgb(91,155,213);
    margin: 63px 10px 0 10px;
    float: left;
}

#more-details {
    padding: 25px;
}

#more-details img {
    padding-bottom: 5px;
}

.detail-link {
    text-align: center;
}

#contact-us {
    padding: 25px;
    position: relative;
    overflow: hidden;
}

#contact-us-background {
    position: absolute;
    left: 0;
    top: -140px;
    width: 100%;
    height: auto;
    -ms-opacity: 0.2;
    opacity: 0.2;
    z-index: -1;
}

#mortar-board {
    margin-top: 15px;
}

.about-us-left {
    text-align: right;
    padding-right: 50px;
}

.about-us-left img {
    width: 65%;
}

.about-us-right {
    color: #fff;
    background-color: rgb(157,195,230);
    padding: 20px;
}

#need-is-real {
    background-color: rgb(157,195,230);
    text-align: center;
    padding: 0 50px 25px 50px;
}

#need-is-real h3 {
    color: #fff;
}

.stat {
    border: solid;
    border-width: 5px;
    padding: 5px 20px 5px 20px;
    height: 249px;
}

.stat p {
    text-align: justify;
}

.citation {
    font-size: 8pt;
}

#articles {
    width: 100%;
    border: solid;
    border-color: rgb(127, 127, 127);
}

#articles th {
    padding: 10px;
    color: #fff;
    background-color: rgb(127, 127, 127);
}

#articles td {
    color: rgb(127, 127, 127);
    padding: 10px;
}

#articles a {
    color: rgb(127, 127, 127);
}

.table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td
{
    vertical-align: middle;
}



.navbar-bottom {
    top: 51px;
    z-index: 1000;
    background-color: #fff;
}

.navbar-text{
    color: white;
}

.super-admin-body {
    padding-top: 100px;
}

select.form-control + .chosen-container.chosen-container-single .chosen-single {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    background-image:none;
}

select.form-control + .chosen-container.chosen-container-single .chosen-single div {
    top:4px;
    color:#000;
}

select.form-control + .chosen-container .chosen-drop {
    background-color: #FFF;
    border: 1px solid #CCC;
    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;
    margin: 2px 0 0;

}

select.form-control + .chosen-container .chosen-search input[type=text] {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #FFF;
    border: 1px solid #CCC;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    background-image:none;
}

select.form-control + .chosen-container .chosen-results {
    margin: 2px 0 0;
    padding: 5px 0;
    font-size: 14px;
    list-style: none;
    background-color: #fff;
    margin-bottom: 5px;
}

select.form-control + .chosen-container .chosen-results li ,
select.form-control + .chosen-container .chosen-results li.active-result {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333;
    white-space: nowrap;
    background-image:none;
}
select.form-control + .chosen-container .chosen-results li:hover,
select.form-control + .chosen-container .chosen-results li.active-result:hover,
select.form-control + .chosen-container .chosen-results li.highlighted
{
    color: #FFF;
    text-decoration: none;
    background-color: #428BCA;
    background-image:none;
}

select.form-control + .chosen-container-multi .chosen-choices {
    display: block;
    width: 100%;
    min-height: 34px;
    padding: 6px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #FFF;
    border: 1px solid #CCC;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    background-image:none;
}

select.form-control + .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    height:auto;
    padding:5px 0;
}

select.form-control + .chosen-container-multi .chosen-choices li.search-choice {

    background-image: none;
    padding: 3px 24px 3px 5px;
    margin: 0 6px 0 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #333;
    background-color: #FFF;
    border-color: #CCC;
}

select.form-control + .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    top:8px;
    right:6px;
}

select.form-control + .chosen-container-multi.chosen-container-active .chosen-choices,
select.form-control + .chosen-container.chosen-container-single.chosen-container-active .chosen-single,
select.form-control + .chosen-container .chosen-search input[type=text]:focus{
    border-color: #66AFE9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 8px rgba(102, 175, 233, 0.6);
}

select.form-control + .chosen-container-multi .chosen-results li.result-selected{
    display: list-item;
    color: #ccc;
    cursor: default;
    background-color: white;
}

.word-break {
    -ms-word-wrap: break-word;
    word-wrap: break-word; /* All browsers since IE 5.5+ */
    overflow-wrap: break-word; /* Renamed property in CSS3 draft spec */
    width: 100%;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.5rem;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 2rem;
}

.card-title {
    margin: 0 0 0.75rem;
}

.card-subtitle {
    margin-top: -0.375rem;
    margin-bottom: 0;
}

.card-text:last-child {
    margin-bottom: 0;
}

.card-link:hover {
    text-decoration: none;
}

.card-link + .card-link {
    margin-left: 1.25rem;
}

.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.administrative-file-upload {
    margin-bottom: 3rem;
}

.administrative-file-upload .form-control {
    display: inline;
    width: auto;
}

.administrative-file-upload .upload-file-name {
    margin: 0 1rem;
}

.administrative-file-upload .upload-file-controls {
    margin-left: 1rem;
}

.administrative-file-upload h4 {
    margin: 2rem 0 0.6rem;
}

.administrative-file-upload p {
    font-size: 1.3rem;
    margin-top: 0.3rem;
}

.administrative-file-upload button[type="submit"] {
    width: 11rem;
}

.form-group > .tuition-answer {
    padding: 6px;
    background-color: #eee;
    border-radius: 4px;
    border: 1px solid #ccc;
}

.is-verified {
    color:green;
}

.is-not-verified {
    color: #e31313;
}