.label {
  border-width: 2px;
  border-style: solid;
  border-color: transparent;
  white-space: normal;
  line-height: 1.1;
}
.label.label-outlined {
  border-width: 2px;
  border-style: solid;
  background-color: white;
}
.label.label-outlined.label-info-dept {
  border-color: transparent;
  background-color: transparent;
  color: #000000;
}
.label.label-outlined.label-staff-info {
  background-color: transparent;
  border: none;
  color: #000000;
  white-space: normal;
  font-weight: normal;
  font-size: 1.2rem;
  white-space: nowrap;
}
.label.label-outlined.label-event {
  border-color: #333333;
  background-color: #e8e8e8;
  color: #000000;
  white-space: normal;
  font-weight: normal;
  line-height: 1.2;
}
.label.label-outlined.placeholder {
  border-color: transparent;
  background-color: transparent;
  color: transparent;
  white-space: normal;
  font-weight: normal;
  line-height: 1.2;
  z-index: -10;
  margin-top: 2px;
}
.label.label-outlined.label-request {
  border-color: #007e00;
  background-color: #e0ffe0;
  color: #000000;
  white-space: normal;
  font-weight: normal;
  line-height: 1.2;
}
.label.label-outlined.label-pale {
  border-color: #939393;
  background-color: #ffffff;
  color: #939393;
  white-space: normal;
  font-weight: normal;
  line-height: 1.2;
}
.label.label-outlined.label-approved {
  border-color: #007e00;
  background-color: white;
  color: #007e00;
}
.label.label-outlined.label-declined {
  border-color: #a94442;
  background-color: white;
  white-space: normal;
  color: #a94442;
}

.label.label-outlined.label-warning {
  border-color: #faebcc;
  white-space: normal;
  background-color: #fcf8e3;
  color: #8a6d3b;
}

.label.label-outlined.label-full {
  border-color: #ff4ca4;
  background: #ffc2e0;
  color: #000000;
  margin-top: 2px;
  font-weight: normal;
  white-space: normal;
}
.label.label-outlined.label-available {
  border-color: #3c8bff;
  background: #b2d1ff;
  color: #000000;
  margin-top: 2px;
  font-weight: normal;
  white-space: normal;
}
.hidex {
    overflow-x: hidden;
    font-size: 1.1rem;
}
.process_episode_message {
    margin-left: 20px;
    font-style: italic;
}
.day {
    width: 130px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}
.fa-history.text-danger, .cal-schedule.text-danger {
    color: #ef1c1c;
}
.fa-history.text-success, .cal-schedule.text-success {
    color: #5cb85c;
}
.fa-history.text-warning {
    color: #f0ad4e;
}
.faint {
    opacity: 0.3;
    filter: alpha(opacity=30);
}
.required
{
  font-style: normal;
  cursor: pointer;
}

.required input {
    border-color: #d9534f;
}

.required .bootstrap-select .btn  {
    border-color: #d9534f;
}
.normalSize {
    font-size: 1.4rem;
}
.new_leave_table
{
    border: 1px solid black;
    padding: 2px;
    background: white;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}
.padding {
    padding: 1px 0;
}
.new_leave_table .assignmentsRow
{
    border-bottom: 1px solid black;
    padding: 2px;
}
.new_leave_table td
{
    border-left: 1px solid black;
    border-right: 1px solid black;
    padding: 2px;
    text-align: center;
    vertical-align: top;
}
.new_leave_table .central_label {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
}
.new_leave_table .head {
      min-width: 110px;
      max-width: 130px;
      width: 10%;
}
.week_label {
    vertical-align: middle !important;
}

.assignmentsRow {
    border-top: none;
}

.head {
    border-top: 1px solid black;
}

.form-group {
  position: relative;
  margin-bottom: 1.5rem;
}

.form-control-placeholder {
  position: absolute;
  top: 0;
  padding: 7px 0 0 13px;
  transition: all 200ms;
  opacity: 0.5;
}

.form-control:focus + .form-control-placeholder,
.form-control:valid + .form-control-placeholder {
  font-size: 75%;
  transform: translate3d(0, -100%, 0);
  opacity: 1;
}

.button_style1{
border:1px solid #999999; -webkit-border-radius: 8px; -moz-border-radius: 8px;border-radius: 8px;font-size:12px;font-family:arial, helvetica, sans-serif; padding: 5px 15px 5px 15px; text-decoration:none; display:inline-block;text-shadow: 1px 1px 0 rgba(255,255,255,0.3);font-weight:bold; color: #000000;
 background-color: #FFFFFF; background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#CFCFCF));
 background-image: -webkit-linear-gradient(top, #FFFFFF, #CFCFCF);
 background-image: -moz-linear-gradient(top, #FFFFFF, #CFCFCF);
 background-image: -ms-linear-gradient(top, #FFFFFF, #CFCFCF);
 background-image: -o-linear-gradient(top, #FFFFFF, #CFCFCF);
 background-image: linear-gradient(to bottom, #FFFFFF, #CFCFCF);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#FFFFFF, endColorstr=#CFCFCF);
 margin-bottom: 5px;
 color: black;
}

.button_style1:hover{
 border:1px solid #7A7A7A;
 text-decoration: none;
 color: black;
 background-color: #EEEEEE; background-image: -webkit-gradient(linear, left top, left bottom, from(#EEEEEE), to(#C7C7C7));
 background-image: -webkit-linear-gradient(top, #EEEEEE, #C7C7C7);
 background-image: -moz-linear-gradient(top, #EEEEEE, #C7C7C7);
 background-image: -ms-linear-gradient(top, #EEEEEE, #C7C7C7);
 background-image: -o-linear-gradient(top, #EEEEEE, #C7C7C7);
 background-image: linear-gradient(to bottom, #EEEEEE, #C7C7C7);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#EEEEEE, endColorstr=#C7C7C7);
 cursor: pointer;
}

.text-green{color:#4fd953}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  margin-left: -15px;
}

.bottom_button {
    position: absolute;
    bottom: 0;
    left: -10%;
}

.full_height {
    height: 100% !important;
}

[hidden] {
  display: none !important;
}

.noEdit {
    background-color:rgba(0,0,0,0) !important;
    border: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.invalid {
    background: #ffff99;
}

.centred {
    text-align: center;
}

.episode_options {
    width = 100%;
    min-width: 400px;
    margin: 5px;
}

.annual_calendar_month {
    border: 0;
    text-align: center;
    font-size: 8pt;
    font-family: Verdana;
    padding: 1px;
    margin: 1px;
}

.annual_calendar_month th{
    text-align: center;
    font-size:12pt;
    font-family:Arial;
    color:#666699;
    border:none;
}

.annual_calendar_month td{
    color: #666666;
    padding: 2px;
    border: 1px solid white;
}

.annual_calendar_month .saturday{
    color: #222222;
    font-weight: bold;
}

.annual_calendar_month .sunday{
    color: #222222;
    font-weight: bold;
}

.noEdit:hover {
    cursor: default;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#dataset_selectors {
    z-index: 999;
}

#current_request_no_hide {
    z-index: 99;
}

.table-responsive th {
    border: none;
}

.bordershadow {
    position: absolute;
    padding: 4px;
    width: auto;
    border-radius: 5px;
    -moz-border-radius: 5px;
    border: 2px solid grey;
    background: #f6f6f6;
    -moz-box-shadow: 10px 10px 5px #ccc;
    -webkit-box-shadow: 10px 10px 5px #ccc;
    box-shadow: 10px 10px 5px #ccc;
}

.leave_duration {
    font-size: 0.8em;
}

.form_panel {
    padding: 4px;
    margin-top: 10px;
    width: auto;
    border-radius: 5px;
    -moz-border-radius: 5px;
    border: 2px solid grey;
    background: #f6f6f6;
    -moz-box-shadow: 10px 10px 5px #ccc;
    -webkit-box-shadow: 10px 10px 5px #ccc;
    box-shadow: 10px 10px 5px #ccc;
}

.fade_mask {
    background: #ffffff;
    z-index: 101;
    opacity: 0.4;
    filter: alpha(opacity=40);
}

.calendar_key {
    width: 50px;
    display: inline-block;
    margin-bottom: 5px;
}

#bg { position: fixed; top: 0; left: 0; z-index: -1; }
.bgwidth { width: 100%; }
.bgheight { height: 100%; }

#mask {
  position: absolute;
  opacity: 0.9;
  filter:alpha(opacity=90); /* For IE8 and earlier */
  border: none;
  background: #ffffff;
}

.remove_leave{
  color: #bc0000 !important;
}

.left_align {
    text-align: left;
}

#jump_to {
    width: 80%;
}

.event_row td {
    padding: 3px 6px 3px 3px;
}

.episode_listing {
    border: 1px solid black;
    background: #ffffff;
    width: 700px;
    border-collapse: collapse;
    margin-left: 30px;
}

.episode_listing th {
    background: #dfdfdf;
    width: auto;
    border: none;
    text-align: left;
}

.episode_listing td {
    width: auto;
    white-space: nowrap;
    padding-top: 3px;
    padding-bottom: 3px;
}

.preference_header th
{
    font-weight: normal;
    font-size: 1em;
}

.preference_subheader td
{
    font-weight: normal;
    font-size: 1em;
    background: #cbcbcb;
}

.preference_row td
{
    text-align: center;
}

.preference_row .preference_row_label
{
    text-align: left;
}

#events {
    -webkit-appearance:none;
}

.restricted {
    color:red;
}

#ajax_box {
  position: absolute;
  border: 1px solid #3aa1f8;
  background: #ffffff;
  text-align: center;
  margin: 0px !important;
  padding: 0px !important;
  -moz-border-radius: 8px;
  border-radius: 8px;
  display: none;
  z-index: 100000;
}

#ajax_box .section {
    margin: 6px;
}

#ajax_box .banner {
    width: 98%;
}

#ajax_box li {
    margin-bottom: 5px;
}

#ajax_box .innerpad
{
    margin: 4px;
}

#ajax_box p{
    padding: 4px;
    margin-top: 0px;
    margin-bottom: 0px;
    }

.min_col_width: {
    white-space: nowrap;
}

#leave_tables p {
  color: #000000;
  margin-left: 20px;
  margin-bottom: 2px;
}

.right_align {
  text-align: right;
}

#groups_list {
  width: 80%;
  margin-left: 40px;
}

.group_name {
  display: inline;
}

.remove_li {
  margin-left: 10px;
}

.show_pointer {
  cursor: pointer;
}

.request {
  background: #e0ffe0;
  width: 90%;
  text-align: center;
  vertical-align: text-top;
  font-weight: normal;
  border: 2px solid #007e00;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin: 2px;
  overflow: hidden;

}

.restricted_label {
 width: 90%;
 background: #ff6666;
 border: 2px solid #ff0000;
 color: #ffffff;
 font-size: 0.8em;
 -moz-border-radius: 8px;
 border-radius: 8px;
 margin: 2px;
}

.dept_label {
 width: 100%;
 background: #7798ff;
 border: none;
 color: #ffffff;
 font-size: 0.8em;
 padding-left: 3px !important;
 padding-right: 3px !important;
 overflow: hidden;
 max-width: 70px;
}

.leave_table .dept_td {
    padding: 0px !important;
    margin: 0px !important;
    border-bottom-style: none !important;
}

.leave_table .leave_td {
    border-top-style: none !important;
}

.nodept_label {
 width: 100%;
 background: #ffffff;
 border: 1px solid #ffffff;
 color: #ffffff;
 font-size: 0.8em;
 margin: 0px;
 overflow: hidden;
 max-width: 70px;
}

.placeholder_label {
 width: 90%;
 background: #ffffff;
 border: 2px solid #ffffff;
 color: #ffffff;
 font-size: 0.8em;
 -moz-border-radius: 8px;
 border-radius: 8px;
 margin: 2px;
 z-index: -1;
}

.event_label {
 background: #666666;
 border: 2px solid #333333;
 color: #ffffff;
 font-size: 0.8em;
 -moz-border-radius: 8px;
 border-radius: 8px;
 text-align: center;
}

.event_label_process {
 background: #666666;
 border: 2px solid #333333;
 color: #ffffff;
 font-size: 1em;
 -moz-border-radius: 8px;
 border-radius: 8px;
 text-align: center;
}

.leave_coding {
  width: 60px;
  height: 80px;
  background: #ffffff;
 border: 2px solid #0000cc;
 color: #0000cc;
 font-size: 1.8rem;
 -moz-border-radius: 8px;
 border-radius: 8px;
 vertical-align: middle;
 overflow: hidden;
 text-align: center;
}

.leave_coding {
  background: #ccccff;
  cursor: pointer;
}

.leave_hours {
  font-size: 1.2rem;
  text-align: center;
  clear: left;
  color: #000000;
}

.leave_type_title {
  font-size: 1.2rem;
  height: 1.2rem;
  text-align: center;
  clear: left;
  color: #000000;
  margin: 2px;
}

#leave_data {
  background: #eeeeff;
  border: #bbbbee;
  text-align: left;
}

#bottom-line {
  text-align: right;
  margin-top: 10px;
  margin-right: 5px;
  margin-left: 5px;
  margin-bottom: 5px;

  }

.expand_then_wrap {
    max-width: 250px;
    overflow: hidden;
    text-overflow: elipsis;
    white-space: nowrap;
}

.leave_episode_row_highlight {
  cursor: pointer;

  background: #ececec;
}

.manage_item {
  border: 1px solid #8888aa;
  margin: 2px;
  padding: 4px;
  width: 60px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.manage_highlight {
  border: 1px solid black;
  background: #e1e1e1;
  cursor: pointer;
}

.crData {
  font-weight: normal;
  color: #000000;
}

#crActions {
  clear: left;
  text-align: center;
}

.noDisplay {
  display: none !important;
}

#cr_episode_key {
  display: none;
}

#current_request {
  display: none;
}

.cr_action {
 border: 2px solid #ddddff;
 text-align: center;
  margin: 4px;
  padding: 10px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.cr_hover {
 border: 2px solid black;
 cursor: pointer;
 background: #eeeeff;
}

#iframeShim {
  z-index:1;
  width: 100px;
  height: 100px;
  position:absolute;
  display: none;
  margin: 0px;
  padding: 0px;
  border: none;
  filter: alpha(opacity=0);
}

#mainsignup {
  width: 600px;
  margin-left: 10px;
  margin-right: auto;
}

#mainsignup .section {
  width: 600px;
}

#leavetypes {
  position: absolute;
  background: #e1e1e1;
  margin: 0px;
  padding: 10px 30px;
  border: solid 1px #000000;
  -moz-border-radius: 8px;
  border-radius: 8px;
  visibility: hidden;
}

#day_leavedate {
  position: inline;
}

#day_leavehours {
  width: 50px;
}

#ltdropdown {
  width: auto;
}

#leave_request_message {
  height: 60px;
}

.fullline {
  clear: left;
}

.hover_message {
    margin-bottom: 0px !important;
}

.episode_calendar {
  border: 1px solid black;
  background: #ffffff;
  border-collapse: collapse;
  margin-left: 15px;
  margin-bottom: 15px;
  color: #000000;

}

.episode_calendar td {
  width: 80px;
  border: 1px solid black;
  vertical-align: top;
}

.ec_title td {
  text-align: center;
}

.cal_date {
  text-align: right;
}

.leave_available {
  background: #b2d1ff;
  font-weight: normal;
  border: 1px solid white;
}

.leave_tight {
  background: #ffd1b2;
  font-weight: normal;
  border: 1px solid white;
}

.leave_critical {
  background: #ffc2e0;
  font-weight: normal;
  border: 1px solid white;
}

.assignment {
  font-weight: normal;
}

.leave_table {
  border: solid 1px #000000;
  background: #ffffff;
  border-collapse: collapse;
  margin-left: 15px;
  margin-bottom: 15px;
  color: #000000;

}

.leave_table td, th {
  border: solid 1px #000000;
  font-size: 1em;
  padding: 4px;
  color: #000000;
  width: 70px;
  vertical-align: top;
  text-align: center;
}

.leave_table .ltmonth {
  color: #000000;
  background: #cbcbcb;
}

.aggregate_level {
    display: none;
}

.leavetable_available {
  width: 90%;
  text-align: center;
  vertical-align: text-top;
  font-size: 0.8em;
  background: #b2d1ff;
  font-weight: normal;
  border: 2px solid #3c8bff;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin: 2px;
}

.leave_restricted {
  width: 90%;
  text-align: center;
  vertical-align: text-top;
  font-size: 0.8em;
  background: #ff9933;
  font-weight: normal;
  border: 2px solid white;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin: 2px;
}

.leavetable_tight {
  width: 90%;
  text-align: center;
  vertical-align: text-top;
  font-size: 0.8em;
  background: #ffd1b2;
  font-weight: normal;
  border: 2px solid #ff8b3c;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin: 2px;
}

.leavetable_unknown {
  width: 90%;
  text-align: center;
  vertical-align: text-top;
  font-size: 0.8em;
  background: #ffd1b2;
  font-weight: normal;
  border: 2px solid #ff8b3c;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin: 2px;
}

.leavetable_critical {
  width: 90%;
  text-align: center;
  vertical-align: text-top;
  font-size: 0.8em;
  background: #ffc2e0;
  font-weight: normal;
  border: 2px solid #ff4ca4;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin: 2px;
}

.leavetable_full {
  width: 90%;
  text-align: center;
  vertical-align: text-top;
  font-size: 0.8em;
  background: #ffc2e0;
  font-weight: normal;
  border: 2px solid #ff4ca4;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin: 2px;
}

.leavetable_call {
  width: 90%;
  text-align: center;
  vertical-align: text-top;
  font-size: 0.8em;
  background: #ffaaaa;
  font-weight: normal;
  border: 2px solid #ff0000;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin: 2px;
}

.current_roster_heading {
    font-weight: bold;
    text-align: left !important;
}

.leavetable_offroster {
  width: 90%;
  text-align: center;
  vertical-align: text-top;
  font-size: 0.8em;
  background: #e0ffe0;
  font-weight: normal;
  border: 2px solid #007e00;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin: 2px;
}

.leavetable_onroster {
  width: 90%;
  text-align: center;
  vertical-align: text-top;
  font-size: 0.8em;
  background: #ffffff;
  font-weight: normal;
  border: 2px solid #e0e0e0;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding: 1px;
  margin: 2px;
}

.leave_table .ltday {
  width: 20px;
  text-align: right;
  vertical-align: text-top;
  font-size: 0.8em;
  background: #cbcbcb;
}

.leave_table .ltcode {
  width: 20px;
  text-align: center;
}

.row {
        clear: left;
        background: transparent;
}

.page_group_label {
  display: block;
  font-size: 1em;
}

#permisions_table {
  clear: left;
}

#submit_form {
  clear: left;
  float: right;
  margin-right: 40px;
  margin-bottom: 10px;
}

#getstarted {
  clear: left;
  float: right;
  margin-right: 40px;
  margin-bottom: 10px;
}

.trash_can {
  display: inline;
  padding-left: 2px;
  visibility: visible;
}

#newloginbox {
  padding: 0px 0px 0px 0px;
}

#newloginbox #logindiv{
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding: 0px 0px 0px 0px;
  margin: 10px;
}

#newloginbox h1{
    -moz-border-radius: 8px;
    border-radius: 8px;
    background: #03A6D7;
    margin-top: 0px;
}

.logo_border {
    max-width: 100%;
    height: auto;
    max-height: 100px;
    padding: 10px;
}

@media only screen and (max-width: 768px) {
    #newloginbox {
      position: absolute;
      top: 40%;
      transform: translate(0, -50%);
      margin: 5px;
      border: 1px solid #03A6D7;
      -moz-border-radius: 8px;
      border-radius: 8px;
    }
    #loginpage {
        #background: #03A6D7;
        background: #ffffff;
    }
    p {
        color: #ffffff;
        text-align: center;
        font-weight: bold;
    }
    #msg {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    h1 {
        text-align: center;
    }
    .logo_border {
        padding-left: 0px;
    }
}
@media only screen and (min-width: 768px) {
    #newloginbox #logindiv{
      -moz-border-radius: 8px;
      border-radius: 8px;
      border: 1px solid #03A6D7;
      padding: 0px 0px 0px 0px;
      margin: 10px;
    }

    #newloginbox h1{
        -moz-border-radius: 8px 8px 0px 0px;
        border-radius: 8px 8px 0px 0px;
    }
}

#newloginbox p{
    margin-left: 10px;
    margin-right: 10px;
}

#newloginbox #signin {
    float: right;
}

/*
#loginbox input:focus
{
    background: #ededed;
}
*/


.section {
  float: left;
  clear: left;
  font-size: 1em;
  background: #ffffff;
  margin: 4px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding: 0px 0px 0px 0px;
}

.section p {
  margin: 10px;
}

.middle_segment {
  float: left;
  clear: left;
  font-size: 1em;
  background: #ddddff;
  margin: 4px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

#listing {
  width: 600px;
}

#date_box {
  position: absolute;
  visibility: hidden;
  top: 150px;
  left: 430px;
}

.fake_link {
  text-decoration: underline;
  cursor: pointer;
}

.section .inputpair {
        background: transparent;
        width: 50%;
        float: left;
}

.inputpair p, .fullline p {
  font-family: arial, sans-serif;
  font-weight: bold;
  font-size: 0.8em;
  color: #0000c0;
  text-align: left;
}

input[type='text'], input[type='password'], textarea, select {
  font-size: 1 em;
  font-family: arial, sans-serif;
  width: 99%;
}

#cr_smarterleave_message_editable {
    margin-bottom: 10px;
}

.event_options {
  font-size: 1em;
}

#leave_start, #leave_end {
  width: 80%;
}
.section dl {
        width: 99%;
        margin: 2px;
        padding: 0;
}

#summary_page dl {
    width: 99%;
}

.section dt {
        float: left;
        text-align: right;
        vertical-align: bottom;
        width: 80px;
        height: 100%;
        margin-right: 2px;
}

.section dd {
        text-align: left;
}

#sex_male {
  width: auto;
}

#sex_female {
  width: auto;
}

#loginbox h1
{
  width: 100%;
  font-size: 1.3em;
  font-weight: bold;
  font-style: normal;
  color: #ffffff;
  background: #03A6D7;
  padding: 5px 5px 5px 5px;
  border-radius: 8px 8px 0px 0px;
  margin-top: 0px;
}

.section h1{
  width: 100%;
  font-size: 1.3em;
  font-weight: bold;
  font-style: normal;
  color: #000000;
  /*
  color: #ffffff;
  background: #191970;
  background: #6495ed;
  border-radius: 8px 8px 0px 0px;
  */
  padding: 5px 5px 5px 5px;
  margin-top: 0px;
}

#ajax_box h1 {
  width: 100%;
  font-size: 1.3em;
  font-weight: bold;
  font-style: normal;
  color: #ffffff;
  background: #03A6D7;
  padding: 5px 5px 5px 5px;
  border-radius: 8px 8px 0px 0px;
  margin-top: 0px;
}
#ajax_box h3 {
  width: 100%;
  font-size: 1.1em;
  font-weight: bold;
  font-style: normal;
}

.twinwrapper {
  float: left;
  clear: left;
  margin-bottom: 0px;
  padding-bottom: 2px;
}

#main {
  clear: left;
  min-height: 80vh;
}

#dropdown {
  visibility: hidden;
  background: #ffff00;
  position: absolute;
  z-index: 3;
  border: solid;
  border-width: 1px;
  overflow-y: auto;
  overflow-x: hidden;
  overflow: auto;
}

.indicator {
  display: inline;
}

#topbanner{
  width: 100%;
  background: #03A6D7;
  padding-top: 20px;
  padding-bottom: 0px;
  position: fixed;
  z-index: 99999;
}

#topbanner::after {
    display: block;
    position: absolute;
    width: 100%;
    background: #ffff00;
    height: 70px;
    background: -webkit-linear-gradient(top,rgba(100,149,237,0), rgba(100,149,237,1)); /*Safari 5.1-6*/
    background: -o-linear-gradient(bottom,rgba(100,149,237,0), rgba(100,149,237,1)); /*Opera 11.1-12*/
    background: -moz-linear-gradient(bottom,rgba(100,149,237,0), rgba(100,149,237,1)); /*Fx 3.6-15*/
    background: linear-gradient(to bottom, rgba(100,149,237,0), rgba(100,149,237,1)); /*Standard*/
}

#topbanner h1 {
  margin-left: 20px;
  margin-top: 0px;
  color: #000000;
}
#control_dir, #error_dir{
  width: 50%;
}

#msg_box {
  display: none;
  position: fixed;
  top: 0;
  right: 100px;
  min-height: 65px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  z-index: 99999;
}

#dataform {
  clear: left;
}

.menuitem {
  COLOR: #000080;
  FONT-SIZE:0.8em;
  TEXT-ALIGN: left;
  PADDING: 2px;
  FONT-FAMILY: arial, sans-serif;
}

.menuheader {
  background: #000080;
  color: #ffffff;
  FONT-SIZE: 1em;
  TEXT-ALIGN: left;
  PADDING: 2px;
  FONT-FAMILY: arial, sans-serif;
  font-weight: bold;
}

.message_info{
  display: none;
  background: #ffffff;
  background-image: url("/leavemanager/images/info.png");
  background-repeat: no-repeat;
  background-position: 10px 10px;
  background-size: 35px;
  min-height: 63px !important;
  height: auto !important;
  width: 500px;
  float: left;
  margin: 2px;
  padding-right: 4px;
  padding-top: 10px;
  border: 1px solid #000;
}

.message_info p {
  padding-left: 80px;
}

.message_highlight {
  display: none;
  background: #ffff99;
  background-image: url("/leavemanager/images/info.png");
  background-repeat: no-repeat;
  background-position: 10px 10px;
  min-height: 63px;
  height: auto !important;
  height: 63px;
  width: 500px;
  float: left;
  margin: 2px;
  padding-right: 4px;
  padding-top: 10px;
  border: 1px solid #000;
}

.message_highlight p {
  padding-left: 80px;
}

.pinkbg {
    background: #ffbcd9;
    margin-left: 76px;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 5px;
    padding-bottom: 5px;
    border: 2px solid #ff1493;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

#message {
  display: none;
  clear: both;
  float: left;
}

.message_error {
  float: left;
  clear: both;
  display: none;
  background: #ffcccc;
  background-image: url("/leavemanager/images/stop.png");
  background-repeat: no-repeat;
  background-position: 10px 10px;
  min-height: 70px !important;
  height: auto !important;
  width: 500px;
  margin: 2px;
  padding-right: 4px;
  padding-top: 10px;
  border: 1px solid #000;
}

.message_error p {
  padding-left: 80px;
}

.message_error ul {
  padding-left: 90px;
  list-style: none;
}

.message_error li {
  padding-left: 15px;
  background-image: url("/leavemanager/images/arrow.gif");
  background-repeat: no-repeat;
  background-position: 0 .5em;
}

.message_query {
  display: none;
  background: #ffffff;
  background-image: url("/leavemanager/images/red_question.png");
  background-repeat: no-repeat;
  background-position: 10px 10px;
  min-height: 60px;
  width: 99%;
  float: left;
  clear: both;
  margin: 2px;
  border: 1px solid #000;
}

.message_query p {
  padding-left: 80px;
}

.surgeon_option_box {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  font: 1em verdana,arial,sans-serif;
  margin: 2px;
  margin-left: 80px;
  padding: 2px;

  width: 80%;
  background: #f6f6ff;
  border: solid 1px #eeeeff;
}

.surgeon_option_box p
{
  margin: 0px;
  padding-left: 25px;
  padding-right: 10px;
}

.surgeon_option_box INPUT[disabled] {
        font-family: arial, sans-serif;
        font-size: 0.8em;
        color: #000080;
        background-color: #f6f6ff;
        border: inset 1px;
}

#menu {
        FONT-FAMILY: arial, sans-serif;
        border-style: ridge;
        margin: 0px 4px;
        PADDING: 0px;
}
#leftcolumn {
        MARGIN: 0px;
        PADDING: 0px;
        float: left;
}
.middle {
        padding-top: 170px;
        height: 100%;
        display: block;
        OVERFLOW: auto;
        z-index: 1;
}

.segment {
        float: left;
        clear: left;
        width: 80%;
        margin: 2px;
        border: 1px solid #000;
        padding: 2px;
        background: #ffffff;
        background-repeat: repeat-x;
        background-position: bottom left;
}

.segment:first-line {
  font-weight: bold;

}
.segment #client {
        width: 99%;
        border: none;
}

.segment .inputpair {
        background: transparent;
        width: 30%;
        float: left;
}
.inputpair dl {
        background: transparent;
        width: 99.9%;
        margin: 2px;
        padding: 0;

}
.inputpair dt {
        float: left;
        text-align: right;
        vertical-align: bottom;
        width: 80px;
        height: 100%;
        margin-right: 2px;
}

.inputpair dd {
        text-align: left;
}

.segment dl {
    clear: left;
        background: transparent;
        width: 99%;
        margin: 2px;
        padding: 0;
        font-size: 1em;
}
.segment dt {
        float: left;
        text-align: left;
        vertical-align: bottom;
        width: 150px;
        height: 100%;
        margin-right: 2px;
}
.segment dd {
    text-align: left;
}

#search dl {
  clear: left;
}

#search dd {
  cursor: pointer;
}

.section .malign {
  clear: none;
  display: none;
  margin-left: 15px;
  text-align: right;
}

#summary_page dd {
  width: 7em;
  text-align: right;
}

.message {
        POSITION: relative;
        BACKGROUND: #86b8ff;
        WIDTH: auto;
        TEXT-ALIGN: center;
        COLOR:#000000;
        margin-top: 4px;
        margin-bottom: 4px;
}

.ajaxwaiting {
        background-image: url("/leavemanager/images/spinner.gif");
        background-position: center right;
        background-repeat: no-repeat;
        border: inset 1px;
}

.validfield {
        background-image: url("/leavemanager/images/12-em-check.png");
        background-position: center right;
        background-repeat: no-repeat;
        border: inset 1px;
}

.invalidfield {
        background-image: url("/leavemanager/images/12-em-cross.png");
        background-position: center right;
        background-repeat: no-repeat;
        border: inset 1px;
}

.normal_width {
   width: auto;
}

#loginbox {
        width: 500px;
        margin-top: 100px;
        margin-left: auto;
        margin-right: auto;
}

.loginbox TABLE {
        background: #a6d8ff;
        padding: 2px;
}

HTML {
        MARGIN: 0px;
        PADDING: 0px;
}

BODY {
    MARGIN: 0px;
    PADDING: 0px;
    FONT-FAMILY: arial, sans-serif;
    COLOR: #073fc9;
    background: #ffffff;
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
}

#loginpage {
    MARGIN: 0px;
    PADDING: 0px;
    FONT-FAMILY: arial, sans-serif;
    COLOR: #073fc9;
}
.tiny {
    font-size: 0.6rem;
    font-family: arial, sans-serif
}
.small {
    font-size: 0.8rem;
    font-family: arial, sans-serif
}
H1 {
    COLOR: #ffffff; FONT-FAMILY: arial, sans-serif; font-style: italic;
}
.opt {
    FONT-SIZE: 1em; FONT-FAMILY: arial, sans-serif; background-color: #ffffff; COLOR: #003366;
}

.opt-hover {
    font-size: 1em; background-color: highlight; COLOR: #ffffff; cursor: pointer;
}
.bgtable {
    BACKGROUND: #ffffff;
}
.pointer {
        CURSOR: pointer;
}
.helptitle {
    FONT-SIZE: 10pt; COLOR: #ffffff; FONT-FAMILY: arial, sans-serif
}
.topmsg {
        FONT-SIZE: 10pt; COLOR: #ece9d8; FONT-FAMILY: arial, sans-serif
}
.datetitle {
    BACKGROUND: #aaaaaa; COLOR: #ffffff; TEXT-ALIGN: center; FONT-FAMILY: arial, sans-serif
}
.ledgerline {
    FONT-SIZE: 10; FONT-FAMILY: arial, sans-serif; COLOR: #000080
}
.alert {
  border: 1px solid;
  FONT-SIZE: 12;
  FONT-FAMILY: arial, sans-serif;
  padding: 4px;
  background-color: #ece9d8;
  COLOR: #003366;
}

.calendarborder {
    border-style: solid; border-color: #888888; border-collapse: collapse
}


.futureline {
  FONT-SIZE: 0.8em;
  FONT-FAMILY: arial, sans-serif;
  COLOR: #5555ff;
}

.searchpage {
  clear: none;
  padding-right: 2px;
  padding-left: 2px;
}

#anaes_age_label {
  font-size: 1em;
  width: 100px;
  padding-left: 5px;
}

.highlight {
  background: #eeeeee;
}

.calendarback {
    BACKGROUND: url("/leavemanager/images/calendarback.png");
}

A {
    color: #003366; FONT-FAMILY: arial, sans-serif
}
A .visited {
    COLOR: #000080
}
input {
  font-family: arial, sans-serif;
  font-size: 1em;
  color: #003366;
  background-color: #ffffff;
}

.wide_input {
  width: 250px;
}
.radio {
        width: auto; background-color: #ddddff;
}
.btn {
        font-family: arial, sans-serif; font-size: 10px;
        border: 1px solid #003366; width: auto;
    color: #003366; background-color: #ffffff;
        cursor: pointer;
}

INPUT:focus, TEXTAREA:focus, SELECT:focus {
    background-color: #ffffff;
}

.note {
        font-family: arial, sans-serif; font-size: 10px;
        color: #003366; width: 200px;
}

.menu_table TH {
    background-color: FFFFFF; COLOR: #003366; TEXT-ALIGN: left; FONT-FAMILY: arial, sans-serif;
}

.record_table {
  background-color: #ddddff;
  border: none;
  COLOR: #003366;
  FONT-SIZE: 1em;
  margin: 5px 10px;
  TEXT-ALIGN: left;
  FONT-FAMILY: arial, sans-serif;
  -moz-border-radius: 8px;
  border-radius: 8px;
  border-spacing:0;
  border-collapse:collapse;
}

.recordrow_a {
    FONT-SIZE: 1em; FONT-FAMILY: arial, sans-serif; background-color: #f9f9f9; COLOR: #003366;
}

.recordrow_b {
    FONT-SIZE: 1em; FONT-FAMILY: arial, sans-serif; background-color: #f0f0f0; COLOR: #003366;
}

.recordrow-over {
    background-color: #dddddd; cursor: pointer;
}

.recordrow-hilight {
    background-color: #dddddd;
}

record_table_tr {
  background: #ddddff;
}

.record_table th {
  background: #aaaaff;
  border: none;
  padding: 4px;
  margin: 0px;
}

.record_table td {
  padding: 1px 4px;
  font-size: 0.9em;
  margin: 0px;
}
.record_table A{
    COLOR: #003366
}
.menu_table {
    BACKGROUND: #ffffff; COLOR: #003366; TEXT-INDENT: 2pt; TEXT-ALIGN: left; FONT-FAMILY: arial, sans-serif;
}

.menu_table-hover {
    BACKGROUND: #ece9d8; TEXT-INDENT: 2pt; TEXT-ALIGN: left; FONT-FAMILY: arial, sans-serif; cursor: pointer
}

OL LI {
    FONT-FAMILY: arial, sans-serif;
}

.input_error {
        background-color: #ffff9c;
}

.navbar-smarterleave {
  background-color: #000080;
  border-color: #6495ed;
  position: fixed;
}
.navbar-smarterleave .navbar-brand {
  color: #ecf0f1;
}
.navbar-smarterleave .navbar-brand:hover,
.navbar-smarterleave .navbar-brand:focus {
  color: #ecf0f1;
}
.navbar-smarterleave .navbar-text {
  color: #ecf0f1;
}
.navbar-smarterleave .navbar-nav > li > a {
  color: #ecf0f1;
}
.navbar-smarterleave .navbar-nav > li > a:hover,
.navbar-smarterleave .navbar-nav > li > a:focus {
  color: #ecf0f1;
  background-color: #000080;
}
.navbar-smarterleave .navbar-nav > .active > a,
.navbar-smarterleave .navbar-nav > .active > a:hover,
.navbar-smarterleave .navbar-nav > .active > a:focus {
  color: #ecf0f1;
  background-color: #6495ed;
}
.navbar-smarterleave .navbar-nav > .open > a,
.navbar-smarterleave .navbar-nav > .open > a:hover,
.navbar-smarterleave .navbar-nav > .open > a:focus {
  color: #ecf0f1;
  background-color: #6495ed;
}
.navbar-smarterleave .navbar-toggle {
  border-color: #6495ed;
}
.navbar-smarterleave .navbar-toggle:hover,
.navbar-smarterleave .navbar-toggle:focus {
  background-color: #6495ed;
}
.navbar-smarterleave .navbar-toggle .icon-bar {
  background-color: #6495ed;
}
.navbar-smarterleave .navbar-collapse,
.navbar-smarterleave .navbar-form {
  border-color: #ecf0f1;
}
.navbar-smarterleave .navbar-link {
  color: #ecf0f1;
}
.navbar-smarterleave .navbar-link:hover {
  color: #ecf0f1;
}
.navbar-nav > li > a {padding-top:5px !important; padding-bottom:5px !important;}
.navbar {min-height:32px !important}
.navbar-btn {padding-top:2px !important; padding-bottom:2px !important; padding-left:4px !important; padding-right:4px !important; margin-top: 3px !important; margin-bottom: 0px !important;}
nav {margin-bottom: 0px !important; padding-bottom: 0px !important;}

@media (max-width: 767px) {
  .navbar-smarterleave .navbar-nav .open .dropdown-menu > li > a {
    color: #ecf0f1;
  }
  .navbar-smarterleave .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-smarterleave .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ecf0f1;
  }
  .navbar-smarterleave .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-smarterleave .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-smarterleave .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ecf0f1;
    background-color: #6495ed;
  }
}
