﻿

#center-top-button {
  margin: 30px auto;
}

#promote-estimator {
  font-size: 16px;
  background-color:#ffffff;
  box-shadow: 0 3px 1px -2px rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12), 0 -1px 2px 0 rgba(0,0,0,.03);
  padding: 25px;
}

.link-to-estimator {
  font-size: 20px;
  font-weight: bold;
  width:450px;
  margin: 0 auto;
}

.link-to-estimator a {
  color:#b9975b;
  text-decoration: none !important;
}
.link-to-estimator a:hover {
  color:#b9975b;
  text-decoration: none !important;
}
.link-to-estimator a:visited {
  color:#b9975b;
  text-decoration: none !important;
}

/* move the navigation elements up to be proportional to the reduction in title size */
@media screen and (max-width:992px) {
  section#welcome {
    margin-top: 15px;
  }
  #center-top-button {
    margin: 0px auto 30px auto;
  }
}

@media screen and (max-width:768px) {
  section#welcome {
    margin-top: 10px;
  }
  #center-top-button {
    margin: 0px auto 30px auto;
  }
}



div.scrollable {
    background-color: white;
    border: 1px solid #808080;
    border-top: 0;
    overflow-x: hidden;
    overflow-y: auto;
}
.red { color: red; }
.alignRight { text-align: right; }
.alignLeft { text-align: left; }
.alignTop { vertical-align: top; }
.alignCenter { text-align: center; }
.noWrap { white-space: nowrap; }
.callout {
    font-weight: bold;
    padding: 5px;
    text-align: center;
}
.cellLabel { }
.dialogButton {
    background-color: orange !important;
    border: 1px solid gray !important;
    border-radius: 5px 5px 5px 5px;
    color: white !important;
    font-weight: normal !important;
    padding: 2px 5px 2px 5px;
}
.dialogButtonDisabled {
    background-color: orange !important;
    border: 1px solid gray !important;
    border-radius: 5px 5px 5px 5px;
    color: gray !important;
    font-weight: normal !important;
    padding: 2px 5px 2px 5px;
}
.uploaderInstrauctions {
    color: orange;
}

@media print {
    .hideOnPrint { display: none; }
}

@media screen and (max-width: 780px) {
    .hideOnMobile { display: none; }
    .CECode, .CEYear, .CEOrganization, .CECredits, .CESubjectMatter, .CEDeliveryMethod { display: none; }
}

@media screen and (max-width: 568px) {
    .CECode, .CEYear, .CEOrganization, .CECredits, .CESubjectMatter, .CEDeliveryMethod { display: none; }
}

/* BEGIN  FineUploader */
#UploadProgress {
    border: 1px solid gray !important;
    border-radius: 5px;
    padding: 2px;
    text-align: center;
}
.qq-uploader {
    display: inline-block;
    margin: 0;
    padding: 0;
}
.qq-upload-button {
    background-color: #00426a;
    box-shadow: 0 3px 5px -1px rgba(0,0,0,.2), 0 6px 10px 0 rgba(0,0,0,.14), 0 1px 18px 0 rgba(0,0,0,.12);
    color: #ffffff;
    border: 1px solid #00426a !important;
    border-radius: 5px 5px 5px 5px;
    line-height: 1.42857143;
    cursor: pointer;
    display: inline-block;
    padding: 5px 20px !important;
    text-align: center;
    vertical-align: middle;
}
.qq-upload-button-hover { background-color: #002855; }
.qq-upload-button-focus { background-color: #002855; }
.qq-upload-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.qq-upload-list li {
    margin: 0;
    padding: 0;
}
.qq-progress-bar, .qq-upload-file, .qq-upload-spinner, .qq-upload-size, .qq-upload-cancel, .qq-upload-retry, .qq-upload-failed-text, .qq-upload-finished, .qq-upload-status-text { margin-right: 10px; }
.qq-upload-file { }
.qq-upload-spinner { }
.qq-upload-finished {
    display: none;
    vertical-align: text-bottom;
}
.qq-upload-retry {
    color: #000000;
    display: none;
}
.qq-upload-cancel { color: #000000; margin-left: 10px; }
.qq-upload-retryable .qq-upload-retry { display: inline; }
.qq-upload-size, .qq-upload-cancel, .qq-upload-retry { font-weight: normal; }
.qq-upload-failed-text {
    display: none;
    font-style: italic;
    font-weight: bold;
}
.qq-upload-failed-icon { }
.qq-upload-fail .qq-upload-failed-text { display: inline; }
.qq-upload-retrying .qq-upload-failed-text {
    color: #D60000;
    display: inline;
}
.qq-upload-success-message, .qq-upload-list li.qq-upload-success { color: #5DA30C; }
.qq-upload-list li.qq-upload-fail { color: #D60000; }
.qq-progress-bar { }
/* END  FineUploader */

/* BEGIN  Debt Inventory Report */
/*  Main elements of report are styled with shared Student Debt Section CSS */

/* END  Debt Inventory Report */
