﻿html {
    height: 100%;
}
body {
    margin: 0px;
    height: 100%;
    font-family: Calibri;
    font-weight: lighter;
    min-width: 1200px;
}
body img {
    border:none;
}
.wrap {
    min-height: 100%;
}
.header {
    height: 70px;
    background: #0072c6 url('../images/logo_white.png') no-repeat right 22px;
}
.header h1 {
    font-size: 40px;
    color: white;
    padding-top: 20px;
    padding-left: 15px;
    margin: 0px;
    font-weight: lighter;
}
.headerMessage {
    display:none;
    position:absolute;
    top: 3px;
    left:322px;
    width:63%;
    text-align:center;
}
.systemMessage {
    text-align:left;
    width:660px;
    padding:5px;
    display:inline-block;
    color:black;
    font-size:15px;
    font-family:Arial;
    border: 1px dashed black;
    background-color:white;
}
.content {
    overflow: auto;
    padding-bottom: 20px;
}
.sideBar {
    width: 215px;
    float: left;
    border-right: 3px solid #eaecee;
    padding-top: 10px;
    padding-bottom: 50px;
}
.sideBar a {
    width: 200px;
    background: none;
    color: #646464;
    padding-left: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 18px;
    display: block;
    text-decoration: none;
    margin-top: 2px;
    margin-bottom: 2px;
    height: 32px;
}
.sideBar a:hover {
    background: #eaecee;
}
.sideBar .active {
    color: #005a9e;
    background: #eaecee;
}

.mainPanel {
    margin-left: 225px;
    padding: 15px;
}
.mainPanel input[type="submit"] {
    -webkit-appearance:none;
    font-family: Calibri;
    font-weight: lighter;
    font-size: 14px;
    border: none;
    background: #eaecee;
    color: grey;
    width: auto;
    height: auto;
    margin-left: 10px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 20px;
    padding-right: 20px;
}
.mainPanel button {
    font-family: Calibri;
    font-weight: lighter;
    font-size: 14px;
    border: none;
    background: #eaecee;
    color: grey;
    width: 24%;
    height: auto;
    margin-left: 10px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 20px;
    padding-right: 20px;
}
.mainPanel button:hover {
    background: #0072c6;
    color: white;
}
.mainPanel input[type="submit"]:hover {
    -webkit-appearance:none;
    background: #0072c6;
    color: white;
}
.footer {
    margin-top: -20px;
    height: 20px;
    background: #eaecee;
}
.copyright {
    padding-top: 4px;
    padding-left: 15px;
    font-size: 12px;
    color: grey;
}
.redText {
    color: red;
}
.mainPanel .statusLabel {
    display:block;
    width:90%;
    text-align:center;
    color:red;
}
.mainPanel table {
    width: 100%;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 1px solid grey;
    font-size: 14px;
}
.mainPanel th {
    text-align: left;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid grey;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-weight: bold;
    color: grey;
}
.mainPanel th a {
    
    color: grey;
    text-decoration:none;
}
.mainPanel td {
    text-align: left;
    border: none;
    padding-left: 6px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.mainPanel tr:nth-child(1n+2):hover {
    background-color: #eaecee;
}
.mainPanel .login {
    
    border:none;
    z-index: 40001; 
    position:relative;
    top:30%;
    left:0;
    width:90%;
    
}
.mainPanel .login table {
    
    width:auto;
    border-bottom:0px;
    
    margin:10% auto 0 auto;
}
.mainPanel .login table tr {
    border:none;
      
}
.mainPanel .login table tr:first-child td {
    margin-top: 20px;
    margin-bottom: 5px;
    font-weight: lighter;
    font-size: 25px;
    color: #328ed1;
}
.mainPanel .login table tr:nth-child(1n+2):hover {
    background-color: white;
}

.mainPanel .login table td {
   
}
.mainPanel .login input[type=text] {
    -webkit-appearance:none;
   width:250px;
}
.mainPanel .login input[type=password] {
    -webkit-appearance:none;
   width:250px;
}
.mainPanel .login input[type=submit] {
    -webkit-appearance:none;
   float:right;
}
.mainPanel h2 {
    margin-top: 20px;
    margin-bottom: 5px;
    font-weight: lighter;
    font-size: 25px;
    color: #328ed1;
}
.mainPanel h3 {
    margin-top: 15px;
    margin-bottom: 2px;
    font-weight: lighter;
    font-size: 14px;
    font-weight: bold;
    color: grey;
}
.mainPanel .addressLabel {
    margin:10px;
    line-height:30px;
    font-size:larger;
}
.mainPanel .searchFieldBox {
    height:auto;
    width:auto;
    display:inline-block;
}
.mainPanel .modalWrap { /* The div that shows/hides. */
  /*  display: none;  starts out hidden */
    z-index: 40001; /* High z-index to ensure it appears above all content */
    position:absolute;
    top:0;
    left:0;
    
}

.mainPanel .modalOverlay { /* Shades out background when selector is active */
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: .5; /* Sets opacity so it's partly transparent */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* IE transparency */
    filter: alpha(opacity=50); /* More IE transparency */
    z-index: 40001;
    
}

.mainPanel .vertical-offset { /* Fixed position to provide the vertical offset */
    position: fixed;
    top: 20%;
    width: 100%;
    
    z-index: 40002; /* ensures box appears above overlay */
}

.mainPanel .modal { /* The actual box, centered in the fixed-position div */
    width: 405px; /* Whatever width you want the box to be */
    position: relative;
    margin: 0 auto; /* Everything below is just visual styling */
    background-color: white;
    padding: 20px; 
}
.mainPanel .modal .modalFooter {
    margin:20px 0 10px 0;
}
.mainPanel .modal input[type="submit"] {
    float: right;
}
.mainPanel .modal input[type="text"] {
    width: 99%;
    font-size: 14px;
    font-family: Calibri;
    border: 1px solid grey;
}
.mainPanel .modal select {
    width: 100%;
    font-size: 14px;
    font-family: Calibri;
    border: 1px solid grey;
}
.mainPanel .modal h2 {
    margin-bottom: 20px;
}
.divider {
    width: 100%;
    border-bottom: 1px solid grey;
}
.clearFix {
    clear: both;
}
.mainPanel .column {
    float:left;
    width:50%;
    
}
.mainPanel .column input[type=text] {
    width: 75%;
    height:1.5em;
    font-size: 14px;
    font-family: Calibri;
    border: 1px solid grey;
}
.mainPanel .column .notesBox {
    height:7.5em !important;
    width:75% !important;
}
.mainPanel .column select {
    width: 75.5%;
    height:2em;
    font-size: 14px;
    font-family: Calibri;
    border: 1px solid grey;
}
.mainPanel .column .tip {
    display:inline-block;
    width: 75%;
    font-size:12px;
    font-weight:bold;
    
}
.mainPanel .whatWillHappen {
    
}
.mainPanel .whatWillHappen .action {
    margin:5px 0 0 0;
    font-size:14px;
    font-weight:bold;
    display:inline-block;
    width:75%;
}
.mainPanel .whatWillHappen .data {
    display:inline-block;
    width:75%;
}
.mainPanel .craftyResult {
   
}
.mainPanel .craftyResult select {
 
    margin:10px 0 0 0;
    width:75.5%;
}
.mainPanel .bottom .buttons {
    display:inline-block;
    width:75%;
    text-align:right;
}
.mainPanel .bottom input[type="submit"] {
    margin:20px 0 0 5px;
}

.mainPanel .search input[type="text"] {
    width: 75%;
    height:1.5em;
    font-size: 14px;
    font-family: Calibri;
    border: 1px solid grey;
    margin:0 5px 0 0;
}
.mainPanel .search select {
    width: auto;
    height:1.75em;
    font-size: 14px;
    font-family: Calibri;
    border: 1px solid grey;
    margin:0 5px 10px 0;
}

.ui-widget {
    font-family: Calibri;
    font-size: 14px;
}
.ui-datepicker {
    font-size:10px;
    
}
.ui-datepicker th {
    border: 0 none;
    font-weight: normal;
    padding: 0.2em 0.1em;
    text-align: center;
}

.ui-datepicker th span {
    font-size: 12px;
}

.ui-datepicker td span, .ui-datepicker td a {
    padding: 0.1em;
}

.ui-datepicker td {
    padding: 0.9px;
}
.ui-datepicker .ui-state-highlight {
    height: 16px;
    margin-bottom: 0;
}
.ui-state-default, .ui-widget-content .ui-state-default, 
.ui-widget-header .ui-state-default {
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    
}
ui-datepicker-div .ui-datepicker-title  {
    
}
.ui-datepicker .ui-datepicker-title {
    font-family:Calibri;
}
.ui-datepicker .ui-datepicker-title span {
    font-size: 15px;
}
.ui-datepicker .ui-datepicker-prev span, 
.ui-datepicker .ui-datepicker-next span {
    margin-left: -8px;
    margin-top: -8px;
}
.ui-datepicker .ui-datepicker-prev, 
.ui-datepicker .ui-datepicker-next {
    height: 15px;
    top: 1px;
    width: 15px;
}
.ui-datepicker-next-hover .ui-icon {
    height: 16px;
    width: 16px;
}
.ui-autocomplete { position: absolute; cursor: default; background:#CCC }   

/* workarounds */
html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */
.ui-menu {
    list-style:none;
    padding: 2px;
    margin: 0;
    display:block;
    float: left;
    font-family:Calibri;
}
.ui-menu .ui-menu {
    margin-top: -3px;
}
.ui-menu .ui-menu-item {
    margin:0;
    padding: 0;
    zoom: 1;
    float: left;
    clear: left;
    width: 100%;
    font-size:0.75em;
}
.ui-menu .ui-menu-item a {
    text-decoration:none;
    display:block;
    padding:.2em .4em;
    line-height:1.5;
    zoom:1;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
    font-weight: normal;
    margin: -1px;
}

.ui-dialog {
    left: 0;
    outline: 0 none;
    padding: 0 !important;
    position: absolute;
    top: 0;
   
}
.ui-dialog h2 {
    margin-top: 20px;
    margin-bottom: 5px;
    margin-left:5%;
    font-weight: lighter;
    font-size: 25px;
    color: #328ed1;
}
.ui-dialog h3 {
    margin-top: 15px;
    margin-bottom: 2px;
    font-weight: lighter;
    font-size: 14px;
    font-weight: bold;
    color: grey;
}
.ui-dialog .column {
    float:left;
    width:40%;
    font-size:10px;
    padding:0 5% 5% 5%;
    font-family:Calibri;
}
.ui-dialog .column input[type="text"] {
    width: 75%;
    height:1.5em;
    font-size: 14px;
    font-family: Calibri;
    border: 1px solid grey;
}
.ui-dialog .column select {
    width: 75.5%;
    height:2em;
    font-size: 14px;
    font-family: Calibri;
    border: 1px solid grey;
}
.ui-dialog .bottom .buttons {
    display:inline-block;
    width:75%;
    text-align:right;
}
.ui-dialog .ui-dialog-content {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    overflow: auto;
    position: relative;
    padding: 0 !important;
}
.ui-dialog input[type="submit"] {
    -webkit-appearance:none;
    font-family: Calibri;
    font-weight: lighter;
    font-size: 14px;
    border: none;
    background: #eaecee;
    color: grey;
    width: auto;
    height: auto;
    margin-left: 10px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 20px;
    padding-right: 20px;
}
.ui-dialog button {
    font-family: Calibri;
    font-weight: lighter;
    font-size: 14px;
    border: none;
    background: #eaecee;
    color: grey;
    width: 24%;
    height: auto;
    margin-left: 10px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 20px;
    padding-right: 20px;
}
.ui-dialog button:hover {
    background: #0072c6;
    color: white;
}
.ui-dialog input[type="submit"]:hover {
    -webkit-appearance:none;
    background: #0072c6;
    color: white;
}

.addIcon {
    display:block;
    height: 18px;
    width: 18px;
    background: url('../images/add.png') no-repeat;
}
.editIcon {
    display:block;
    height: 18px;
    width: 18px;
    background: url('../images/edit.png') no-repeat;
}
.deleteIcon {
    display:block;
    height: 18px;
    width: 18px;
    background: url('../images/delete.png') no-repeat;
}
.glassIcon {
    display:block;
    height: 18px;
    width: 18px;
    background: url('../images/search.png') no-repeat;
}
.newModal .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close {
    background: url(images/ui-icons_2e83ff_256x240.png) !important;
} 
.newModal div .ui-dialog-title {
    font-size:25px !important;
    font-family:Calibri;
    color:#328ed1 !important;
    background-color:white !important;
    
    margin-bottom: 5px;
    font-weight: lighter;
    font-size: 25px;
    color: #328ed1;
}
.newModal div .ui-widget-header {
    background:white !important;
}
.newModal div {
    
   background:white !important;
   
}
.newModal table {
    width: 98%;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 1px solid grey;
    font-size: 14px;
    margin:0 1% 0 1%;
}
.newModal th {
    text-align: left;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid grey;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-weight: bold;
    color: grey;
}
.newModal td {
    text-align: left;
    border: none;
    padding-left: 6px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.newModal tr:nth-child(1n+2):hover {
    background-color: #eaecee;
}
.newModal input[type=submit] {
    float:right;
    margin:20px 20px 20px 0;
}
.newModal .addPanel {
    display:inline-block;
    padding:0 0 0 20px;
}
.newModal .addPanel .noteTextbox {
    width:300px;
    height:5em;
    margin:10px 5px 0 0;
    font-size:11px;
}
.newModal .addPanel .submitButton {
    float:none;

}
.calendar {
    width: 300px !important;
    border-width:0 !important;
    border-style: none !important;
    border-collapse:separate !important;
    border:1px solid black !important;
}
.calendar tr .selectedDay {
    color:black !important;
    background-color:white !important;
}
.calendar tr .selectedDay a {
    color:black !important;
}
.calendar tr .selectedDay a:hover {
    color:black !important;
}
.calendar table {
    border:0 !important;
    border-width:0 !important;
    border-style: none !important;
    border-collapse:separate !important;
}
.calendar th {
    color:black;
    border:0;
}
.calendar tr:nth-child(1) {
    background-color:#0072c6;
}
.calendar tr:nth-child(1) td {
    background-color:#0072c6 !important;
    color:white;
    font-weight:bold;
}
.calendar tr:first-child td:first-child {
    text-align:left;
}
.calendar tr:first-child td:nth-child(2) {
    text-align:center;
}
.calendar tr:first-child td:nth-child(3) {
    text-align:right;
}
.calendar tr:first-child td a {
    color:white !important;
    font-weight:bold;
}
.calendar tr:nth-child(2) td {
}
.calendar tr:nth-child(3) td {
    border-top:2px solid white;
}
.calendar tr:nth-child(n+3) .none {
    background-color:white !important;
    padding:0;
}
.calendar tr:nth-child(n+3) td {
    background-color:#e6e6e6;
    border-left:2px solid white;
    border-bottom:2px solid white;
    text-align:center;
    
}
.calendar tr:nth-child(n+3) td:last-child {
    border-right:2px solid white;
}
.calendar tr:nth-child(n+3) td:hover {
    background-color:#0072c6;
    color:white;
}
.calendar tr:nth-child(n+3) td:hover a {
    color:white !important;
    display:block !important;
    text-decoration:none !important;
}
.calendar tr:nth-child(n+3) td a {
    
    text-decoration:none !important;
}
.calendar tr:nth-child(n+3) td a:active {
    color:white !important;
}
@media screen {
	.page-break	{display: none;}
   .printForm {display:none;} 
    
}
.printForm {
    
}
.printForm .formTitle {
    font-size:40px;
    font-weight:bold;
}
.printForm .sectionTitle {
    font-size:36px;
    width:963px;
    height:45px;
    padding:5px 5px 0 5px;
    border-bottom:1px solid black;
    margin:30px 0 0 0;
}
.printForm .sectionRow {
    margin:0;
    width:973px;
    border-bottom:1px solid black;
    border-right:1px solid black;
}
.printForm .sectionRow .stationLabel {
    display:inline-block;
    width:200px;
    height:30px;
    padding:5px;
    border-left:1px solid black;
    margin:0;
}
.printForm .sectionRow .stationInput {
    
    border-left:1px solid black;
   
    display:inline-block;
    width:750px;
    height:30px;
    padding:5px;
    margin:0;
}
.printForm .sectionRow .customerLabel {
    display:inline-block;
    width:215px;
    height:30px;
    padding:5px;
    border-left:1px solid black;
    margin:0;
}
.printForm .sectionRow .customerInput {
    border-left:1px solid black;
    
    display:inline-block;
    width:735px;
    height:30px;
    padding:5px;
    margin:0;
}
.printForm .sectionRow .ticketLabel {
    display:inline-block;
    width:215px;
    height:30px;
    padding:5px;
    border-left:1px solid black;
    margin:0;
}
.printForm .sectionRow .ticketInput {
    border-left:1px solid black;
    
    display:inline-block;
    width:248px;
    height:30px;
    padding:5px;
    margin:0;
}
.printForm .sectionRow .ticketInput:last-child {
    width:250px;
    
}
.printForm .sectionRow .saleLabel {
    display:inline-block;
    width:650px;
   
    padding:5px;
    border-left:1px solid black;
    border-right:1px solid black;
    margin:0;
}
.printForm .sectionRow .saleLabel .subText {
    font-size:12px;
}
.printForm .sectionRow .saleLabelSmaller {
    display:inline-block;
    width:500px;
    height:30px;
    padding:5px;
    border-left:1px solid black;
    margin:0;
}
.printForm .sectionRow .saleLabel .taller {
    height:40px;
}
.printForm .sectionRow .saleInput {
    
}
.printForm .sectionRow .saleInputSmaller {
    border-left:1px solid black;
    display:inline-block;
    width:180px;
    height:30px;
    padding:5px;
    margin:0 0 0 5px;
}
.printForm .sectionRow .saleInput .taller {
    height:40px;
    margin:0 0 0 5px;
}
.printForm .sectionRow .yes {
    font-size:18px;
    margin:0 10px 0 0;
}
.printForm .sectionRow .no {
    font-size:18px;
}
.printForm .formSignature {
    margin:50px 0 0 0;
    border:1px solid black;
    width:950px;
    padding:3px 11px 1px 11px;
}
.printForm .formSignature .title {
    font-weight:bold;
    font-size:22px;
}
.printForm .formSignature .iConfirm {
    font-style:italic;
    margin:5px 0 15px 0;
}
.printForm .formSignature .label {
    display:inline-block;
    width:250px;
    height:40px;
    margin:10px 0 2px 0;
    font-weight:bold;
}
.printForm .formSignature .input {
    display:inline-block;
    width:600px;
    height:25px;
    border-bottom:1px dotted black;
}


