@charset "utf-8";
@import 'https://fonts.googleapis.com/css?family=Open+Sans';
@import 'https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700';

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    background-color: #000;
    background-image: url(/images/bg2.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
}

/* Background pattern from subtlepatterns.com */
.pagewrap {
    width: 1114px;
    margin: auto;
}

.pagewrap.orderfeedback {
    padding: 20px;
    border: 1px solid #b1b1b1;
    background-color: #FFF;
}

.pagewrap.orderfeedback h1 {
    color: #000;
}

a {
    color: hsla(201, 89%, 45%, 1.00);
}

h1 {
    margin-top: 60px;
    color: #FFF;
}

h2,
h4 {
    margin: 0px 0px 10px 0px;
}

h3,
h4 {
    margin-bottom: 2px;
}

h3 label {
    margin-left: 0;
}

h4 {
    margin-left: 15px;
}

h3 label span:first-of-type {
    font-size: 40px;
}

ul,
ol {
    margin: 0;
    list-style: none;
}

p {
    margin: 3px 0;
}

table {
    margin-bottom: 15px;
    padding-bottom: 10px;
}

td {
    padding: 3px;
}

form {}

input[type="email"],
input[type="text"],
input[type="number"],
input[type="checkbox"],
select {
    margin-left: 3px;
    width: 185px;
    padding: 3px;
    margin-bottom: 10px;
    border: rgba(203, 203, 203, 1.00) 1px solid;
}

#BookingHour,
#BookingMinute,
#Meridian {
    width: 55px
}

#BookingHour {
    margin-right: 7px
}

#BookingMinute {
    margin-left: 2px
}

/*input[disabled],
select:disabled { border:1px solid hsla(359,78%,25%,1.00); }*/

form>input[type="button"],
form>input[type="submit"] {
    font-size: 16px;
    padding: 10px 25px;
    font-weight: bold;
}

input[type="button"] {
    margin-top: 7px;
}

input[type="button"].clearform {
    margin-bottom: 10px;
}


.largebutton {
    margin: 5px;
    display: inline-block;
    cursor: pointer;
    padding: 10px;
    width: 183px !important
}

.smallbutton {
    margin: 5px;
    display: inline-block;
    cursor: pointer;
    padding: 3px;
    margin-bottom: 7px
}


input[type="button"].saveuniversity {
    padding: 2px;
}

input[type="button"].savecollegedept {
    padding: 2px;
}

.personal label {
    width: 38%;
}

.personal input {
    width: 175px;
}

.maincontentarea {
    margin-bottom: 25px;
    border: 2px solid hsla(0, 0%, 100%, 1.00);
    background-color: #DDDDDD;
    background-image: -webkit-linear-gradient(270deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.40) 50.78%, rgba(255, 255, 255, 0.00) 100%);
    border-radius: 5px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 0px;
    height: auto;
    display: flex;
    width: fit-content;
}

.maincontent {
    background: url(/images/debut_light.png) #FFF;
    padding: 48px;
}

fieldset {
    border: 0px;
}

.pagewrap {
    width: fit-content;
}

.loginbuttons {
    margin-top: 50px;
    margin-bottom: 30px;
    background: url(/images/debut_light.png);
}

.loginbuttons td {
    padding-top: 0px;
    padding-bottom: 0px;
    vertical-align: middle;
}

.next-prev {
    height: 30px;
    margin-bottom: -26px;
    vertical-align: bottom;
}

.next-prev div {
    text-align: center;
    background: #fff;
    border-radius: 3px;
    width: 50px;
    height: 22px;
    float: left;
    margin: 3px;
    display: table-cell;
    vertical-align: middle;
}

.next-prev div:hover {
    background: rgba(180, 180, 180, 1.00);
    cursor: pointer;
}

.dateheader {
    font-size: 16px;
    text-align: center;
    width: 91%;
    padding-right: 9%;
    font-weight: 700;
    margin-bottom: 7px;
}

.mgmtcollegetable td {
    width: 50%
}

.mgmtcollegetable td input {
    width: auto
}

.cancelbooking {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 20px;
    line-height: 26px;
}


.management input {
    width: 145px;
}

.printbookings select[name="year"] {
    width: 73px !important;
}

.calendarpicker {
    width: 25px !important;
    padding: 3px;
    margin-left: 4px;
    height: 25px;
}

.calendar td {
    height: 100px;
    vertical-align: top;
    border: rgba(213, 213, 213, 1.00) medium;
    background: rgba(248, 248, 248, 1.00);
}

.calendar {
    border-spacing: 3px;
    border: rgba(212, 212, 212, 1.00) medium;
    font-size: 12px
}

.calendar-month {
    font-size: 18px;
}

.regtext {
    font-size: 11px;
}

.registerhome {}

.invalidlogin {
    background-color: #FFDCDD;
    padding: 10px 60px 10px 60px;
    width: 290px;
    margin-top: 40px;
    border: thick;
    border-color: #FF0004;
}

.navigation {
    background: #000000;
    font-family: Arial, sans-serif;
    color: #FFFFFF;
    font-size: 16px;
    padding: 5px;
}

.navigation li {
    float: left;
    position: relative;
    text-align: left;
    margin-left: 20px;
    line-height: 20px
}

.next-pre {
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    text-align: center;
}

.printbookingslink {
    color: hsla(201, 89%, 45%, 1.00);
    text-decoration: underline;
    cursor: pointer;
}

table {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #505050;
    width: 100%;
    border-width: 15px;
    border-color: #A0A0A0;
    border-spacing: 0;
    background: url(../images/cream_dust.png) #FFFFFF;
}

.bookingcalendar td,
.bookingcalendar th {
    border: 1px solid #ddd;
    padding: 8px;
}

.bookingcalendar tr:nth-child(even) {
    background-color: #f2f2f2;
}



.bookingcalendar td:nth-child(1n+2) {
    width: 96px
}




.bookingcalendar tr+tr td+td:hover {
    background-color: rgba(127, 154, 183, 0.20);
}

.break {
    background: #8A8A8A !important;
    background-image: url(/images/breakcellbg.png) !important;
    opacity: 0.3;
    cursor: default !important;
}

.available {
    background-color: #88f55d !important;
}

.available:hover {
    background-color: #F7FCAE !important;
}

.bookingcalendar th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #4CAF50;
    color: white;
}

.bookingcalendar td:nth-child(n+2) {
    cursor: pointer
}

.bookingcalendar tr:first-child td {
    cursor: default;
}

.bookingcalendar td:nth-child(1) {
    text-align: center
}

.mgmtform,
.mgmttables,
.mgmttables2 {
    width: 715px;
    margin-top: 10px;
    border: medium;
}

.mgmttables2 td:nth-child(2) {
    width: 10%;
    text-align: left;
}

.mgmttables th {
    background: #C1C1C1
}

.mgmttables td,
.bookingcalendar th {
    border: 1px solid #ddd;
    padding: 3px;
}

.viewprintbookings {
    font-size: 14px;
    font-family: Times, "Times New Roman", serif;
    width: 715px;
    margin-top: 20px;
}

.viewprintbookings th {
    text-align: left;
}

.viewprintbookings td {
    padding: 5px;
    border-bottom: 1px solid lightgray;
}

.managecontent {
    background: url(/images/cream_dust.png) #FFFFFF;
    float: right;
    padding-left: 10px;
    padding-right: 10px;
    min-height: 200px;
    width: fit-content;
    flex-grow: 1;
    min-width: 787px;
    order: 2;
}

.booked {
    background: #F7FCAE !important;
    cursor: default !important;
}


.unavail {
    background-color: #E46F54 !important;
    background-image: url(/images/breakcellbg.png);
    opacity: 0.3;
    cursor: default !important;
}

.avail {
    background: #D5F7D8;
}


.extra {
    color: red;
}



.legend {
    width: 470px;
    text-align: right;
    float: right;
    background: rgba(255, 255, 255, 0.50);
    padding: 6px;
    border-radius: 5px;
    margin-top: 45px;
    margin-bottom: -3px;
}

.legendbooked {
    width: 16px;
    height: 16px;
    background: #F7FCAE;
    border: #000000 thin;
    display: inline-block;
}

.legendavailable {
    width: 16px;
    height: 16px;
    background: #88f55d;
    border: #000000 thin;
    display: inline-block;
}

.legendunavail {
    left-margin: 20px;
    width: 16px;
    height: 16px;
    background: #8A8A8A;
    background-image: url(/images/breakcellbg.png);
    opacity: 0.3;
    border: #000000 medium;
    display: inline-block;
}

.legendavail {
    left-margin: 20px;
    width: 16px;
    height: 16px;
    background: #D5F7D8;
    border: #000000 thin;
    display: inline-block;
}

.legendbreak {
    left-margin: 20px;
    width: 16px;
    height: 16px;
    background: #8A8A8A;
    background-image: url(/images/breakcellbg.png);
    opacity: 0.3;
    border: #000000 medium;
    display: inline-block;
}

.legendtitle {
    font-weight: bold;
    margin-bottom: 7px
}

.userinfo {
    float: left;
    display: inline-block;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 30px;
}


.mgmtsidebar {
    width: 200px;
    float: left;
    padding: 15px;
    margin-left: -7px;
    margin-right: 15px;
    height: 100%;
}

.mgmtmenu {
    margin-left: -38px;
    margin-top: 20px;
    margin-right: 15px;
    font-size: 13px
}

.mgmtmenu li {
    margin-top: 5px;
}


.add {
    width: 100%;
    text-align: center;
    font-size: 12px;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif
}

.adduni {
    width: 100%;
    text-align: right;
    font-size: 12px;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif
}




fieldset.yellowsection {
    background-color: hsla(54, 100%, 94%, 1.00);
}

fieldset.deluxefolios {
    background-color: hsla(225, 100%, 93%, 1.00);
}

fieldset.classcopy {
    background-color: hsla(196, 100%, 95%, 1.00);
}

fieldset.degreeframe {
    background-color: hsla(132, 100%, 92%, 1.00);
}

fieldset.DeluxeCombinations,
fieldset.dvd {
    background-color: hsla(0, 0%, 93%, 1.00);
}

fieldset.mailorder,
fieldset.earlybird {
    background-color: hsla(357, 100%, 96%, 1.00);
    border-color: hsla(359, 100%, 31%, 1.00);
}

div[id*="Section"] {
    border-bottom: 1px solid #B1B1B1;
    padding-bottom: 7px;
}

div[id*="Section"]:last-child,
div[id*="Section"]>div[id*="Section"],
div[id*="end"] {
    border: none;
}

#SectionA,
#SectionB,
#SectionC,
#SectionD,
#SectionE,
#SectionF {
    padding: 7px;
}

#SectionA {
    background-color: hsla(54, 100%, 94%, 1);
}

#SectionB {
    background-color: hsla(225, 100%, 93%, 1);
}

#SectionC {
    background-color: hsla(196, 100%, 95%, 1);
}

#SectionD {
    background-color: hsla(132, 100%, 92%, 1);
}

#SectionE {
    background-color: hsla(357, 100%, 96%, 1);
}

#SectionF {
    background-color: hsla(54, 100%, 94%, 1);
}

#SectionN {
    text-align: center;
}

#SectionB>label,
#SectionD>label,
#SectionF>label {
    white-space: nowrap;
    min-width: 172px;
}

#SectionN>label {
    margin-left: 7px;
}

/*.earlybird label { margin-bottom:25px; }*/

.description {
    border: 1px solid #b1b1b1;
    text-align: center;
    padding: 5px;
    background-image: -webkit-linear-gradient(180deg, rgba(217, 217, 217, 1.00) 0%, rgba(255, 255, 255, 1.00) 50.78%, rgba(217, 217, 217, 1.00) 100%);
    background-image: linear-gradient(270deg, rgba(217, 217, 217, 1.00) 0%, rgba(255, 255, 255, 1.00) 50.78%, rgba(217, 217, 217, 1.00) 100%);
}

.description.extras {
    text-align: left;
}

.description.extras h3 {
    margin: 0;
}

.rc_coupon {
    float: right;
    width: 150px;
    height: auto;
    clear: both;
}

.save {
    color: hsla(209, 86%, 70%, 1.00);
}

.dvd_special {
    color: hsla(359, 100%, 31%, 1.00);
}

.message {
    color: hsla(359, 100%, 31%, 1.00);
    font-size: 18px;
}

.mpf {
    float: right;
}

.magnets {
    float: right;
}

.class_composite {
    float: right;
}

.degree_frame {
    float: right;
}

.dvd_img {
    float: right;
}

.specialimg {
    float: right;
}

.pvignetting td,
.pcustomizing td {
    text-align: center;
}

.clear {
    clear: both;
}

table.totals {
    width: auto;
}

.totals td {
    text-align: right;
    font-size: 26px;
    font-weight: bold;
}


.mrwebtag {
    margin: 25px auto 50px;
    font-size: 11px;
    width: 400px;
    color: #434343;
    text-align: center;
}

.mrwebtag a {
    color: #40414B
}

table.viewprintbookings td.block_slot input[type="checkbox"] {
    display: block;
    width: auto;
    margin: 0 5px;
}

table.viewprintbookings td.block_slot label span {
    display: block;
    line-height: 2.2;
}

td.block_slot label {
    display: flex;
    align-items: center;
    justify-content: center;
}

td.phone_nowrap {
    white-space: nowrap;
}

@media print {
    .print_bookings_pagewrap table.viewprintbookings {
        display: block;
        width: auto;
    }

    .print_bookings_pagewrap form:not(form[name="block_bookings"]) {
        display: none;
    }

    .print_bookings_pagewrap input {
        display: none;
    }

    .print_bookings_pagewrap .adduni {
        display: none;
    }

    .print_bookings_pagewrap .mgmtsidebar {
        display: none;
    }

    .print_bookings_pagewrap .managecontent {
        width: 100%;
        box-sizing: border-box;
    }

    .print_bookings_pagewrap td.printbookingslink {
        display: none;
    }

    .print_bookings_pagewrap form[name="get_schedules"] {
        display: block !important;
    }

    .print_bookings_pagewrap form[name="get_schedules"] select {
        width: fit-content;

    }

    .print_bookings_pagewrap h2 {
        display: none;
    }

    .print_bookings_pagewrap br {
        display: none;
    }

    .print_bookings_pagewrap table td br {
        display: block;
    }
}