/* Default and override JqueryUI */

body,
.ui-widget {
  font-size: .85em;
  font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
  color: #232323;
  background-color: white;
}
header,
footer,
nav,
section {
  display: block;
}
/* Global */

.subtle {
  color: #666666;
  font-style: italic;
}
.right {
  float: right;
}
input.wide,
textarea.wide {
  width: 670px;
}
input[type="password"] {
  padding: 0.25em;
  border: 1px solid #aaaaaa;
}
input[type="submit"],
input[type="button"],
button {
  padding: 2px 10px;
}
select.wide {
  width: 100px;
}
/* Loading */

#tabs {
  display: none;
}
.hide {
  display: none !important;
}
.load {
  background-color: whitesmoke;
  background-image: url("/images/progress.gif");
  background-position: center center;
  background-repeat: no-repeat;
  border: 1px solid #aaaaaa;
  border-radius: 5px;
  height: 385px;
}
/* login area */

.loginDisplay {
  color: white;
}
.loginDisplay a {
  color: #dedede;
}
/* Layout / Main Page */

.tablelayout {
  display: table;
}
.tablelayoutrow {
  display: table-row;
}
.tablelayoutrow > div {
  display: table-cell;
  vertical-align: top;
}
/* override jqueryui */

.ui-tabs .ui-tabs-panel {
  min-height: 450px;
}
.portal .ui-tabs .ui-tabs-nav li a {
  font-size: 1.1em;
}
.myosd .ui-tabs .ui-tabs-nav li a {
  font-size: 1.3em;
}
.sidebar {
  height: 800px;
}
/* Pseudo Fieldset */

.fieldset {
  display: inline-block;
}
.fieldset > div {
  border: 1px solid #666666;
  border-radius: 5px 5px 5px 5px;
  padding: 7px;
  position: relative;
}
.legend {
  background-color: white;
  font-size: 11px;
  left: 8px;
  position: absolute;
  top: -9px;
}
/* actual fieldset */

fieldset {
  border: 1px solid #666666;
  border-radius: 5px 5px 5px 5px;
  padding: 7px;
}
fieldset div.editor-label {
  clear: left;
  float: left;
  width: 200px;
}
fieldset div.editor-field {
  float: left;
  margin-bottom: .5em;
}
fieldset p {
  clear: both;
}
/* login & registration form fieldsets */

#loginForm > div {
  width: 200px;
  margin: 40px auto;
  padding: 10px 20px;
  border: 3px solid #d56a03;
  border-radius: 5px;
}
#loginForm ul {
  list-style-type: none;
}
#loginForm li {
  margin: 0;
}
#loginForm li label {
  display: inline-block;
  width: 150px;
}
#loginForm input[type="submit"] {
  margin: 0 auto;
  width: 76px;
  display: block;
}
#loginForm h1 {
  float: left;
}
#loginForm .tiny {
  font-size: 10px;
  color: #aaaaaa;
  float: right;
}
#registerForm li label {
  display: inline-block;
  width: 150px;
}
#passwordChangeForm li label {
  display: inline-block;
  width: 150px;
}
/* banner box above list results*/

.headerbox {
  overflow: hidden;
  border: 1px solid #cccccc;
  border-radius: 3px;
  padding-left: 5px;
  margin: 10px 0;
  font-size: 10px;
  color: #999999;
}
/* override KoGrids.css 'top' alignment */

.headerbox input {
  vertical-align: middle;
}
#SearchStudents .headerbox {
  font-size: 14px;
}
/* Grids */

.grid td,
.grid th {
  padding: 3px 6px;
}
.grid th {
  font-weight: bold;
}
/* Processing */

#processing {
  height: 20px;
}
#processing span {
  display: none;
  color: red;
}
/* Search */

#SearchStudents .sidebar {
  border-right: 1px solid #eeeeee;
}
/* Student */

.sidebar img {
  width: 225px;
}
.sidebar .bio {
  padding-bottom: 20px;
}
.status ul {
  list-style-type: none;
}
.status li {
  border-radius: 4px;
  margin: 2px 0;
  padding: 2px 4px;
  width: 212px;
}
.status li.set {
  background-color: #eabea2;
}
.status input[type="checkbox"] {
  float: right;
  margin-top: 2px;
}
.bio p {
  margin: 0;
}
.bio small {
  display: block;
  position: relative;
  top: 5px;
}
.bio .value {
  font-family: arial;
  font-size: 18px;
  font-weight: 900;
  color: #999999;
}
.bio .pid {
  color: #333333;
}
.popup {
  position: absolute;
  background-color: white;
  border: 2px solid #666666;
  border-radius: 3px;
  z-index: 10;
  padding: 5px;
  display: none;
  top: 0;
}
.popup table {
  font-size: 12px;
}
.popup td,
.popup th {
  padding: 0 6px;
}
p.gpa {
  display: inline-block;
}
#gpatrigger {
  cursor: pointer;
}
/* Case Notes */

.casenoteadd {
  padding: 0 0 30px 0;
}
.casenoteadd textarea {
  width: 100%;
}
.casenoteadd .datepicker {
  float: right;
  text-align: right;
  width: 160px;
}
.casenoteadd .selectcontacttype {
  float: right;
}
.newcasenote {
  float: left;
}
.filtercasenote {
  float: right;
}
/* Listitems table */

table.listitems,
table.listitems h1 {
  font-size: 12px;
}
table.listitems .date {
  width: 200px;
  font-size: 11px;
  color: #666666;
}
/* Listitem: Casenote, Accommodation, Diagnosis, Files */

.hidesublistitems .listitem {
  display: none;
}
.hidesublistitems .listitem:first-child {
  display: block;
}
.listitem {
  width: 625px;
  padding: 0 0 20px 0;
  font-size: 12px;
}
.listitem .heading {
  position: relative;
  font-size: 11px;
  padding: 4px 0;
}
.listitem .heading .verification {
  position: absolute;
  right: 0;
  text-align: right;
}
.listitem .date {
  color: #666666;
}
.listitem .counselor {
  font-weight: bold;
  padding: 0 0 0 10px;
}
.listitem .contacttype {
  font-weight: normal;
  padding: 0 0 0 10px;
}
.listitem .note {
  margin: 0;
}
.listitem .count {
  font-weight: bold;
}
.listitem .verification .description {
  font-weight: bold;
}
.listitem h1 {
  font-size: 12px;
}
.listitem ul {
  margin: 0;
}
.listitem p {
  margin: 0;
}
.listitem.expired,
.listitem.expired .date,
.listitem.expired h1 {
  color: #aaaaaa;
}
.listitem.expired .date.expires {
  color: #cc0000;
}
.inactive_true {
  background-color: #cccccc;
}
.updateverification {
  background-color: white;
  border: 1px solid #232323;
  border-radius: 10px;
  position: absolute;
  right: 0;
  width: 400px;
  z-index: 10;
  padding: 5px;
  display: none;
}
/* Action / Icon  */

.actionicon {
  background-image: url(/Content/assets.png);
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
  margin: 0 10px 0 0;
  float: left;
}
.actionname {
  float: left;
  height: 30px;
}
/* Accommodations */

.addlink {
  height: 30px;
}
.accommodationadd {
  background-color: white;
  font-size: 12px;
  margin-bottom: 20px;
  position: relative;
}
.accommodationadd textarea {
  width: 670px;
}
select.selectterm {
  width: 100px;
}
select.selectaccommodation {
  width: 680px;
}
.nonenrolledclasses {
  padding-bottom: 5px;
}
.nonenrolledclasses input[type="text"] {
  height: 10px;
}
/* Diagnoses */

.diagnosisadd {
  font-size: 12px;
  margin-bottom: 20px;
  position: relative;
}
.diagnosisadd textarea {
  width: 670px;
}
select.verifications {
  width: 280px;
}
select.diagnoses {
  width: 680px;
}
.diagnosisadd .addverification {
  position: absolute;
  width: 400px;
  right: 0;
  top: 0;
}
.diagnosisadd .options {
  width: 120px;
  float: left;
}
.priority {
  border: 2px solid white;
  border-radius: 6px;
  float: left;
  font-family: arial;
  font-size: 28px;
  font-weight: 900;
  height: 40px;
  margin-right: 5px;
  padding: 0;
  text-align: center;
  width: 33px;
}
.priority:hover {
  background-color: #eabea2;
  cursor: move;
}
.priority.movable {
  border: 2px solid #eabea2;
}
/* diagnosis limitations list*/

.limitationslist {
  border: 1px solid #cccccc;
  border-radius: 5px;
  padding: 5px 5px 0;
}
.sdcell {
  width: 30px;
  height: 30px;
  border: 2px solid #cccccc;
  border-radius: 4px;
  margin: 3px;
  padding: 3px;
}
/* Academic */

.academic {
  font-size: 12px;
}
.academic .droppedtoggle {
  text-align: right;
  float: right;
  padding: 6px;
  border: 1px solid #cccccc;
  border-radius: 3px;
}
.academic table {
  clear: both;
}
.academic tr.notenrolled td {
  color: #cccccc;
}
/* Custom bindings */

.datepicker {
  border: 1px solid white;
  cursor: pointer;
  /* width: 120px; */

}
.datepicker:hover {
  border: 1px dotted #cccccc;
}
/* Tags */

ul.tags {
  padding: 0;
  margin: 5px 0;
  list-style-type: none;
  clear: both;
}
ul.tags li {
  float: left;
  font-size: 10px;
  padding: 5px;
  background-color: #eeeeee;
  margin: 0 10px 5px 0;
  border-radius: 3px;
}
ul.tags a {
  color: #aaaaaa;
  font-weight: bold;
  text-decoration: none;
}
ul.tags a:hover {
  color: #cc0000;
}
ul.toadd li:hover {
  background-color: #e4e4c9;
  color: #232323;
}
.tagpopupwrapper {
  position: relative;
  display: block;
  top: -10px;
}
/* override .clearfix inline-block */

.tagpopup {
  position: absolute;
  background-color: white;
  border: 1px solid #cccccc;
  border-radius: 5px;
  z-index: 10;
  padding: 5px 5px 0;
  display: none;
  top: 0;
  left: 0;
}
/* Trigger */

.trigger:hover {
  text-decoration: underline;
  cursor: pointer;
}
span.trigger {
  font-size: 10px;
}
.triggeritem {
  display: none;
}
/* Letter select and popup */

.letterselect {
  float: right;
  background-color: #eabea2;
  padding: 5px;
  border-radius: 3px;
}
.letterpopup {
  background-color: white;
  border: 1px solid #aaaaaa;
  border-radius: 5px;
  padding: 20px;
  position: absolute;
  right: 36px;
  z-index: 99;
  width: 260px;
  font-size: 10px;
}
.letterpopup ul {
  list-style-type: none;
  max-height: 200px;
  overflow: auto;
}
.letterpopup li {
  margin: 0;
}
.letterpopup .accprogress {
  text-align: center;
  width: 80px;
  margin: 40px auto;
}
/* File Upload */

.filetype {
  width: 200px;
  float: right;
}
form.upload {
  width: 665px;
  margin-bottom: 20px;
}
form.upload input[type=file] {
  width: 550px;
  border: 1px solid #bbbbbb;
}
form.upload input[type=submit] {
  width: 100px;
}
form.upload iframe {
  width: 0;
  height: 0;
  border: 0px solid white;
}
.dropbox {
  width: 600px;
  height: 40px;
  border: 3px dashed #bbbbbb;
  border-radius: 8px;
  float: left;
  margin: 0;
  text-align: center;
  background: transparent;
  padding: 30px;
  position: relative;
  z-index: 1;
}
.dropbox.over {
  background: whitesmoke;
  border: 3px solid #d56a03;
}
.underdropbox {
  position: relative;
  top: -70px;
  width: 660px;
  text-align: center;
  color: #bbbbbb;
  font-size: 24px;
  font-family: Arial, Helvetica, sans-serif;
  z-index: 0;
}
/* Styles for validation helpers
-----------------------------------------------------------*/

.field-validation-error {
  color: red;
}
.field-validation-valid {
  display: none;
}
.input-validation-error {
  border: 1px solid red;
  background-color: #ffeeee;
}
.validation-summary-errors {
  font-weight: bold;
  color: red;
}
.validation-summary-valid {
  display: none;
}
/* css for timepicker */

.ui-timepicker-div .ui-widget-header {
  margin-bottom: 8px;
}
.ui-timepicker-div dl {
  text-align: left;
}
.ui-timepicker-div dl dt {
  height: 25px;
  margin-bottom: -25px;
}
.ui-timepicker-div dl dd {
  margin: 0 10px 10px 65px;
}
.ui-timepicker-div td {
  font-size: 90%;
}
.ui-tpicker-grid-label {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}
.ui-timepicker-rtl {
  direction: rtl;
}
.ui-timepicker-rtl dl {
  text-align: right;
}
.ui-timepicker-rtl dl dd {
  margin: 0 65px 10px 10px;
}
/* Admin pages */

table.admin td {
  padding: 0;
}
table.admin td:last-child {
  width: 100px;
  text-align: right;
}
/* Portal */

a.download {
  background-image: url("/Content/img/excel.jpg");
  background-position: 0 4px;
  background-repeat: no-repeat;
  display: block;
  height: 38px;
  padding: 0 0 0 38px;
}
/* Forms */

table.form {
  background-color: #e4e4e4;
  margin: 0 0 20px -8px;
  border-radius: 5px;
}
table.form td,
table.form th {
  padding: 2px 10px;
}
table.form tr:first-child td {
  padding-top: 10px;
}
table.form tr:last-child td {
  padding-bottom: 10px;
}
ul.sidebarform {
  width: 100%;
}
ul.sidebarform li {
  list-style: none;
  margin: 0 3px 5px 3px;
}
ul.roles {
  list-style-type: none;
}
ul.roles li {
  margin-left: 0;
}
/* Data Table */

table.datatable {
  margin: 0 0 20px -8px;
  border-radius: 5px;
  width: 100%;
}
table.datatable td,
table.datatable th {
  padding: 2px 10px;
}
table.datatable th {
  font-weight: bold;
  vertical-align: bottom;
  padding-top: 6px;
  padding-bottom: 6px;
}
table.datatable tr:nth-child(even),
table.datatable thead th {
  background-color: #f4f4f4;
}
table.datatable tr:nth-child(odd) {
  background-color: #ededed;
}
table.datatable td.command {
  text-align: right;
  width: 100px;
}
table.datatable th.rotate {
  height: 112px;
}
table.datatable th.rotate div {
  -webkit-transform: rotate(-90deg);
  /* Safari */
  -moz-transform: rotate(-90deg);
  /* Firefox */
  -ms-transform: rotate(-90deg);
  /* IE */
  -o-transform: rotate(-90deg);
  /* Opera */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  /* Internet Explorer */
  width: 0px;
  text-align: left;
  height: 0px;
  margin-left: 0px;
  margin-top: 0px;
}
table.datatable.selectable tbody tr:hover {
  background-color: white;
  color: black;
  cursor: pointer;
}
.query > div {
  padding: 10px;
  background-color: #dddddd;
  margin-bottom: 10px;
}
.query h1 {
  font-size: 1em;
}
.query label {
  display: inline-block;
  vertical-align: top;
  width: 200px;
}
.query .multi {
  width: 720px;
}
.query .single {
  width: 300px;
}
