/*




*/


body {
  margin-top: 2px;
}

#banner h1 {
  margin-top: 0;
}

.messages ul {
  margin: 0;
}

.overdue {
  background-color:#FF6666;
}

.sticky {
  background-color:#FF6666;
}

.corrections {
  background-color:#FF6666;
}

.green {
  background-color:#99CC99;
}

.orange {
  background-color:#FF9966;
}

.purple {
  background-color:#EEBBFF;
}

.deceased {
  text-align:center;
  background-color:#FF6666;
  font-weight:bold;
}

.note {
  width:974px;
  white-space: pre-wrap;       /* css-3 */
}

.collapse {
  float: right;
  display: block;
  width: 11px;
  height: 11px;
}

.collapse-plus {
  background: url(/assets/expand_collapse_plus-b131e9b75b43cab0e6f4408f07b0da74581622d29a020bac559e42d0448510cd.gif);
}

.collapse-minus {
  background: url(/assets/expand_collapse_minus-282ca0d9489ebfef424a53b605839484ef9eb88767231dab352aec300a6f310f.gif);
}

div.left {
  float:left;
  width:300px;
}

div.right {
  float:right;
  width:600px;
}

div.bottom {
  clear:both;
}

div.buttons {
  padding-top:25px;
}

.buttons div {
  display: inline;
}

p.singleline {
  margin-top:5px;
  margin-bottom:5px;
  line-height:15px;
}

#navcontainer {
  display: inline-block;
  width: 100%;
}

#navcontainer ul {
  padding-left: 0;
  margin-left: 0;
  background-color: #036;
  color: White;
  float: left;
  width: 100%;
  font-family: arial, helvetica, sans-serif;
}

#navcontainer ul li {
  display: inline;
}

#navcontainer ul li a {
  padding: 0.2em 1em;
  background-color: #036;
  color: White;
  text-decoration: none;
  float: left;
  border-right: 1px solid #fff;
}

#navcontainer ul li a:hover {
  background-color: #369;
  color: #fff;
}

.grey { color:#888; }

th.header-group {
  text-align:center;
  border-left: 2px solid;
}
th.center, td.center {
  text-align:center;
}
th.right, td.right {
  text-align:right;
}

/* notes table */
td.notetrunc {
  word-wrap: break-word;
}

td.valigntop {
  vertical-align: top;
}

/* sortable stuff */
.with_sortables th .current {
  padding-right: 12px;
  background-repeat: no-repeat;
  background-position: right center;
}
.with_sortables th .asc {
  background-image: url(/assets/up_arrow-6eae07d41c6cdea9887ebf6a4c672635eab6b0b770f43842c20bde505c3ff0bf.png)
}

.with_sortables th .desc {
  background-image: url(/assets/down_arrow-93c64bd382819b08539409546e0ef9273237d174e079bf48573cbb519c4ee6e9.png)
}

.spinner {
  margin-bottom: -2px;
}

.dev-bar {
  background-color:red;
  width: 1024px;
  margin: auto;
  text-align: center;
}

tr:hover {
  background-color: #8AFFDE;
}
input[type=text]:disabled {
  outline: none;
  border: none;
}

span.disable {
  display: block;
  margin-bottom: 10px;
  font-size: 1.3em;
}

.prospectus-request-tag-list {
  overflow: hidden;
  white-space: nowrap;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.prospectus-request-btn {
  text-decoration: none;
  color: black;
  display: block;
  max-width: 115px;
  height: 30px;
  border: 1px solid #ccc!important;
  border-radius: 10px;
  margin: 10px 10px 10px 0;
}

.prospectus-request-btn span {
  display:inline;
  display:inline-table;
  display:inline-block;
  vertical-align:middle;
  line-height: 30px;
  margin: auto 8px;
}
.prospectus-request-active {
  background: #CEB;
}
.prospectus-request-inactive {
  background: #fff;
}

.prospectus-reques-section {
  width: 100%;
}

.prospectus-request-detail {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 7px;
  font-size: 14px;
  margin-bottom: 10px;
  display: flex;
}
.prospectus-request-detail .info {
  width: 59%;
}
.prospectus-request-detail .action {
  width: 40%;
  border-left: 1px solid #ccc;
  display:inline;
  display:inline-table;
  display:inline-block;
  vertical-align:middle;
  padding-left: 7px;
}

.prospectus-request-detail .action .workflow-state {
  border-bottom: 1px solid #ccc;
}
.prospectus-request-detail .info .edit-section {
  /* display: none; */
}

.prospectus-request-detail .info .visible {
  display: block;
}
.prospectus-request-detail .info .invisible {
  display: none;
}

table.student-report td {
  border: 1px solid #ccc;
}
