﻿html {
    height: 100%;
}
body {
    margin: 0px;
    height: 100%;
    font-family: Calibri;
    font-weight: lighter;
    min-width: 1200px;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
label.report {
    font-weight: bold !important;
}
body img {
    border:none;
}
.wrap {
    min-height: 100%;
}
.right {
    float: right;
}

.left {
    float: left;
}
#AcceptButton {
    width: 110px;
    height: 100px;
    border: 0px;
    border-radius: 3px;
    background-color: green;
    box-shadow: 2px 2px 3px rgba(0,0,0,.2);
    color: white;
    font-size: 18px;
    font-family: Arial;
    float: right;
}

#RejectButton {
    width: 100px;
    height: 100px;
    border: 0px;
    border-radius: 3px;
    background-color: red;
    box-shadow: 2px 2px 3px rgba(0,0,0,.2);
    color: white;
    font-size: 18px;
    font-family: Arial;
    float: left;
    margin-left:0;
}
#CropPhotoButton {
    margin-left: 508px;
    width: 100px;
    height: 100px;
    border: 0;
    border: 0px;
    border-radius: 3px;
    background-color: #417eb7;
    box-shadow: 2px 2px 3px rgba(0,0,0,.2);
    color: white;
    font-size: 18px;
    font-size: 18px;
    font-family: Arial;
    font-family: Arial;
}
#NextPhotoButton {
    width: 100px;
    height: 100px;
    border: 0px;
    border-radius: 3px;
    background-color: green;
    box-shadow: 2px 2px 3px rgba(0,0,0,.2);
    color: white;
    font-size: 18px;
    font-family: Arial;
    float:right;
}
.mainPanel .previewImage {
    margin-top: auto;
    margin-bottom: auto;
    width: 317px;
    height: 552px;
    background-color: gray;
    vertical-align: middle;
    text-align: center;
}

    .mainPanel .previewImage img {
        padding-top: 140px;
    }
.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;
    text-transform:capitalize;

}
.content {
    overflow: auto;
    padding-bottom: 20px;
}
.sideBar {
    width: 220px;
    float: left;
    border-right: 3px solid #eaecee;
    padding-top: 10px;
    padding-bottom: 50px;
}
.sideBar a {
    width: 210px;
    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;
    text-transform:capitalize;
}
.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 !important;
}
.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;
}
#ctl00_Main_SearchGridView tr:hover {
    /*background-color: none !important;*/
}
#ctl00_Main_SearchGridView tr {
    border-bottom: 1px solid grey;

}
#ctl00_Main_SearchGridView tr:last-child, #ctl00_Main_SearchGridView tr:last-child:hover {
    /*background-color:#0072c6 !important;*/
}

#ctl00_Main_SearchGridView tr:last-child table {
    width:auto;
    border-bottom:none;
    font-size:16px;
    font-weight:bold;
    
}
#ctl00_Main_SearchGridView tr:last-child table tr {
    width:auto;
    border-bottom:none;
}

#ctl00_Main_SearchGridView a, #ctl00_Main_SearchGridView a:active, #ctl00_Main_SearchGridView a:focus   {
    color:#0072c6;
}

#ctl00_Main_SearchGridView tr:last-child a, #ctl00_Main_SearchGridView tr:last-child a:active, #ctl00_Main_SearchGridView tr:last-child a:focus   {
    /*color:white;*/
}


.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;
    text-transform:capitalize;
}
.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;
} 
.ui-dialog-title {
    font-size:14px;
}
.newModal #crafty_postcode_result_display_1 {
    display:inline;
}
.newModal h2{
    margin-top: 20px;
    margin-bottom: 5px;
    margin-left:15px;
    font-weight: lighter;
    font-size: 20px;
    color: #328ed1;
}
.newModal h3 {
    margin-top: 10px;
    margin-bottom: 5px;
    margin-left:20px;
    font-weight: lighter;
    font-size: 18px;
    color: grey;
}
.newModal p {
    margin:15px 0 0 150px;
    font-size:14px;
}
.newModal .successPanel {
    margin-top:40px;
}
.newModal .successPanel p {
    margin-left:15px;
    
}
.newModal .form {
    margin:10px 0 0 10px;
    font-size:14px;
}
.newModal .form .label{
    padding:10px;
}
.newModal label {
    font-size: 14px;
    padding:10px;
}
.newModal .labelRequired {
    font-size:14px;
    display:inline-block;
    width:25%;
    padding:10px;
}
.newModal .label {
    font-size:14px;
    display:inline-block;
    width:25%;
    padding:10px;
}
.newModal .title {
    font-size:12px;
    display:inline-block;
    width:65%;
}
.newModal .textBox {
    font-size:12px;
    display:inline-block;
    width:65%;
}
.newModal .address {
    font-size:12px;
    display:inline-block;
    width:65%;
}
.newModal .postcode {
    font-size:12px;
    display:inline-block;
    width:40%;
}
.newModal .button {
    font-size:12px;
    display:inline-block;
    width:20%;
}
.newModal .textArea {
  display: inline-block;
  padding-left: 0;
  padding-top:10px;
  padding-bottom:10px;
  text-indent: 0;
  vertical-align: top;
  width: 500px;
  line-height:25px;
}

.refundPanel .textArea {
    width:600px;
}


.newModal .ErrorText {
    display:block;
    margin:10px;
    padding:10px;
    font-size:12px;
    color:red;
}

.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 h1 {
    font-size:10px;
}

.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;
}
.menu {
       border-bottom:1px solid grey;
       margin:0 20px 0 20px;
       padding:0 0 5px 0;
        text-align: right;
        font-size: 14px;
    }

      .menu .group {
            padding: 5px 35px 5px 5px;
        }
      .menu .group .title {
          float:left;
          
    
    font-weight: lighter;
    font-size: 25px;
    color: #328ed1;
      }

           .menu .group input[type="submit"] {
                margin-left: 5px;
                padding: 5px;
                border: 0;
                font-size: 14px;
                margin-top:5px;
                margin-bottom:5px;
            }

 .viewOrderPanel {
        
    }

        .viewOrderPanel .wrap {
            padding: 15px 0px 0 15px;
        }

        .viewOrderPanel input[type="submit"] {
            margin: 0px;
            padding: 5px;
            border: 0;
            
            
        }

        .viewOrderPanel .dataColumns {
            float: left;
            width: 33%;
        }

            .viewOrderPanel .dataColumns .group {
                margin: 0 5px 10px 5px;
                border: 1px solid grey;
                
                box-shadow: 3px 3px 3px rgba(0,0,0,.2);
            }

                .viewOrderPanel .dataColumns .group h1 {
                    margin: 0;
                    padding: 5px;
                   
                    color:white;
                    background: #0072c6;
                    font-size: 14px;
                }
                .viewOrderPanel.hotlisted .dataColumns .group h1 {
                    background: #fce0e0;
                    color:black;
                }

                .viewOrderPanel .dataColumns .group li {
                    padding: 5px;
                    height: 110%;
                    font-size: 13px;
                    line-height: 200%;
                }

                    .viewOrderPanel .dataColumns .group li:nth-child(odd) {
                        background-color: #f5f6f6;
                    }

                .viewOrderPanel .dataColumns .group label {
                    display: inline-block;
                    width: 40%;
                    font-weight: bold;
                    vertical-align:top;
                }

    .viewOrderPanel .dataColumns .group span {
        display: inline-block;
        width: 60%;
        font-size: 13px;
        word-wrap: break-word;
    }

        .viewOrderPanel .notes {
            float: left;
            width: 50%;
        }

            .viewOrderPanel .notes .group {
                margin: 0 5px 5px 5px;
                border: 1px solid grey;
            }

                .viewOrderPanel .notes .group h1 {
                    margin: 0;
                    padding: 5px;

                   color:white;
                    background: #0072c6;
                    font-size: 14px;
                    
                }
                .viewOrderPanel.hotlisted .notes .group h1 {
                    background: #fce0e0;
                    color:black;
                }

                .viewOrderPanel .notes .group .container {
                    padding: 5px;
                }


                    .viewOrderPanel .notes .group .container .textbox {
                        width: 99%;
                    }

                    .viewOrderPanel .notes .group .container .note {
                        margin: 0 0 5px 0;
                        padding: 2px 0 2px 0;
                        width: 100%;
                    }

                        .viewOrderPanel .notes .group .container .note:nth-child(even) {
                            background-color: #f5f6f6;
                        }

                        .viewOrderPanel .notes .group .container .note .date {
                            display: inline-block;
                            margin: 0 0 5px 0;
                            width: 200px;
                            color: black;
                            font-size: 13px;
                        }

                        .viewOrderPanel .notes .group .container .note .username {
                            display: block;
                            margin: 0 0 5px 0;
                            width: 300px;
                            color: black;
                            text-decoration: underline;
                            font-weight: bold;
                            font-size: 13px;
                        }

                        .viewOrderPanel .notes .group .container .note .message {
                            display: block;
                            margin: 0 0 5px 0;
                            color: black;
                            word-wrap: break-word;
                            font-weight: bold;
                            font-size: 13px;
                        }

        .viewOrderPanel .log {
            float: left;
            width: 49%;
        }

            .viewOrderPanel .log .group {
                margin: 0 5px 5px 5px;
                border: 1px solid grey;
            }

                .viewOrderPanel .log .group h1 {
                    margin: 0;
                    padding: 5px;
                    
                    color:white;
                    background:#0072c6;
                    font-size: 14px;
                }

                .viewOrderPanel .log .group .container {
                    padding: 5px;
                }


                     .viewOrderPanel .log .group .container .log {
                        margin: 0 0 5px 0;
                        padding: 2px 0 2px 0;
                        width: 100%;
                    }

                     .viewOrderPanel .log .group .container .note:nth-child(even) {
                        background-color: #f5f6f6;
                    }

                     .viewOrderPanel .log .group .container .note .date {
                        display: inline-block;
                        margin: 0 0 5px 0;
                        width: 200px;
                        color: black;
                        font-size: 13px;
                    }

                     .viewOrderPanel .log .group .container .note .message {
                        display: block;
                        margin: 0 0 5px 0;
                        color: black;
                        font-weight: bold;
                        font-size: 13px;
                    }

                        .viewOrderPanel .activeRailcards {
                   width:auto;
                   margin-bottom:20px;
                }
                      .viewOrderPanel .activeRailcards h1 {
                    margin: 0;
                    padding: 5px;
                    color:white;
                    background: #0072c6;
                    font-size: 14px;
                }

         .viewOrderPanel .modal {
            padding: 10px;
            width: 475px;
            border: 3px solid #ff4e00;
            border-radius: 5px;
            background-color: #f5f6f6;
            box-shadow: 10px 10px 10px rgba(0,0,0,.2);
        }


         .viewOrderPanel h1 {
            color: black;
            font-size: 18px;
            font-family: Verdana;
        }

         .viewOrderPanel h2 {
            color: black;
            font-size: 14px;
            font-family: Verdana;
        }

         .viewOrderPanel .modal .form li:nth-child(odd) {
            background-color: #EEEEEE;
        }

         .viewOrderPanel .modal .form .labelRequired {
            display: inline-block;
            width: 230px;
            color: black;
            font-weight: normal;
            font-size: 12px;
        }

         .viewOrderPanel .modal .form .label {
            display: inline-block;
            width: 230px;
            color: #808080;
            font-weight: normal;
            font-size: 12px;
        }

         .viewOrderPanel .modal .form select {
            width: 200px;
        }

         .viewOrderPanel .modal .form .title {
            width: 75px;
        }

         .viewOrderPanel .modal .form .postcode {
            width: 100px;
        }

         .viewOrderPanel .modal .form .address {
            width: 200px;
        }

         .viewOrderPanel .modal .form .textbox {
            width: 150px;
        }

         .viewOrderPanel .modal .form input[type="radio"] {
            display: inline-block;
        }

         .viewOrderPanel .modal .form .button {
            border: 0;
           
        }

         .viewOrderPanel .modal .save {
            margin-left: 5px;
            border: 0;
           
        }

         .viewOrderPanel .modal .cancel {
            border: 0;
            background-color: darkgrey;
            color: white;
        }


          .fullPanel .searchResultsPanel {
        position: absolute;
        top: 153px;
        bottom: 0;
        float: left;
        overflow-y: scroll;
        width: 25%;
        height: auto;
        border-right: 5px solid #2aabe2;
    }

        .fullPanel .searchResultsPanel .searchResults {
            padding: 10px 5px 10px 5px;
            border-bottom: 2px solid lightgray;
            background-color: white;
        }

            .fullPanel .searchResultsPanel .searchResults:nth-child(even) {
                background-color: #f5f6f6;
            }

            .fullPanel .searchResultsPanel .searchResults:hover {
                background-color: #b7eb9e;
            }


            .fullPanel .searchResultsPanel .searchResults a {
                color: black;
                text-decoration: none;
            }

            .fullPanel .searchResultsPanel .searchResults .top {
                font-size: 18px;
            }

                .fullPanel .searchResultsPanel .searchResults .top span {
                    margin-right: 5px;
                    font-weight: bold;
                    font-size: 15px;
                }

            .fullPanel .searchResultsPanel .searchResults .bottom {
                font-size: 10px;
            }

                .fullPanel .searchResultsPanel .searchResults .bottom span {
                    margin-right: 5px;
                }

.orderSearchBar {
    margin:10px 0 25px 0;
    padding:0 0 0 0;
}
.orderSearchBar label {
    font-size:14px;
    padding:0 5px 0 0;
    font-weight:700;
    color:#3e3e3e;
    /*display:inline-block;
    width:75px;*/
}
.orderSearchBar span {
    font-weight:normal;
    font-size:14px;
    padding:5px;
}
.orderSearchBar input[type=text] {
    height:22px;
    width:12%;
}

.clientDetail .menu {
    padding:10px;
    margin:10px;
    text-align:right;
}
.clientDetail .form {
    width:100%;
}
.clientDetail .form li {
    margin:10px;
}
.clientDetail .form li:nth-child(even) {
    background-color: #f5f6f6;
}
.clientDetail .form label {
    display:inline-block;
    width:25%;
}
.clientDetail .form input[type=text] {
    display:inline-block;
    width:74%;
}

.ui-dialog-titlebar {
    float: right;
    border: 0;
    padding: 0;
}
.ui-dialog-titlebar-close {
    top: 0;
    right: 0;
    margin: 0;
    z-index: 999;
}
.ui-widget-header {
    display:none!important;
}
.helpPopup {
    padding:10px;
    color:          black;
    display:        none;
    z-index:9999999;
    font-size:15px;
    border-right:1px solid #0072c6;
    height:100%;
    background-color:white;
    width:25%;
}
.helpPopup .title {
    display:block;
    font-weight:bold;
    font-size:18px;
    margin:0 0 5px 0;
}
.helpPopup .description {
    display:block;
    font-size:16px;
    margin:0 0 5px 0;
}
.helpLink {
    font-family:Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
    float:right;
    border-radius:15px;
    margin:0 50px 5px 0;
    color:white;
    font-size:18px;
    font-weight:bold;
    background-color:#328ed1;
    width:20px;
    height:20px;
    text-align:center;
    cursor: pointer;
    padding:2px;
}
.lennonSubmissionData {
   width:100%;
}
.lennonSubmissionData .headerRow {
   background-color:black;
   color:white;
}
.lennonSubmissionData .row {
   border-bottom: 1px solid grey;
}
.lennonSubmissionData span {
    display:inline-block;
    width:33%;
    
    height:auto;
    font-size:14px;
}
.lennonSubmissionData .description {
   font-size:13px;
   
    
}
.lennonSubmissionData span:nth-child(odd) {
    
    
}

.helpLinks {
    margin:20px 0;
}
.helpLinks li {
    line-height:30px;
}
.helpLinks li img {
    vertical-align:middle;
    margin:0 15px 0 0;
}


.viewOrderPanel .userNotes {
            float: left;
            width: 33%;
        }


.newModal .photoUploadContainer div {
    background:none !important;

}

.newModal .photoUploadContainer div.jcrop-holder {
    background-color:rgb(0,0,0) !important;
}

.newModal .photoUploadContainer .jcrop-holder>div>div>.jcrop-tracker {
        opacity: 0.8;
        background-color: transparent !important;
        background-image: url(/images/mask.png) !important;
        background-size: 100% !important;
    }

.photoUploadContainer {
    z-index:1050
}

.photoUploadContainer .upload {
}

    

    .photoUploadContainer .upload .uploadLabel {
        float: left;
        display: inline-block;
        height: 35px;
        padding: 5px 0 0 0;
    }

        .photoUploadContainer .upload .uploadLabel label {
            display: inline-block;
            width: 315px;
            font-size: 13px;
            font-weight: bold;
            padding: 5px 0 0 20px;
        }

    .photoUploadContainer .upload .uploadBrowse {
        float: left;
        display: inline-block;
        height: 35px;
        width: 100px;
        padding: 5px 0 0 0;
    }

    .photoUploadContainer .upload .uploadStatus {
        float: left;
        display: inline-block;
        width: 295px;
        height: 30px;
        padding: 10px 0 0 0;
        font-size: 14px;
        font-weight: bold;
    }

    .photoUploadContainer .upload .uploadedPhoto {
        float:left;
        width:400px;
        text-align:left;
        margin-top:20px;
        margin-left:20px;
    }

    #RotatePhoto1LeftButton, #RotatePhoto1RightButton {
        float:none;
    }

    .photoUploadContainer .upload .mobilePreview {
        float:left;
        width:300px;
        text-align:center;
    }
    
   .newModal .photoUploadContainer .upload div.mobileAppMock {
        position:relative;
        display:inline-block;
        background-image:url('/images/blankApp.jpg') !important;
        background-size: 155px 276px !important;
        background-repeat:no-repeat !important;
        width:155px;
        height:276px;
        margin-top:90px;
        
    }
   .clear {
       clear:both;
   }

    .photoUploadContainer .upload .previewImage {
        position:absolute;
        top:47px;
        left:44px;
    }

    .photoUploadContainer .upload .croppedPhoto {
        margin-left:230px;
    }

    .photoUploadContainer .upload p {
        margin:30px 0 20px 20px;
    }

    .photoUploadContainer .upload .croppedPhoto .mobileAppMock {
        margin-right:10px;
    }

        .photoUploadContainer .upload .uploadedPhoto img {
            margin: 5px 0 5px 235px;
        }

        .photoUploadContainer .upload .uploadedPhoto .correct {
            margin: 5px 0 5px 10px;
        }

    .photoUploadContainer .upload .uploadButton {
        position: relative;
        top: -40px;
        z-index: 1;
        

        -webkit-appearance:none;
    font-family: Calibri;
    font-weight: lighter;
    font-size: 14px;
    background: #eaecee;
    color: grey;
    width: auto;
    height: auto;
    margin-left: 10px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 20px;
    padding-right: 20px;

        border: 0px;
        border-radius: 3px;
        
        height: 40px;
        /*box-shadow: 2px 2px 3px rgba(0,0,0,.2);*/
        margin: 5px 0 0px 5px;
        -webkit-appearance: none;
        float: left;
        padding:10px;
    }

    .photoUploadContainer .upload .fileUpload {
        width: 70px;
        height: 35px;
        cursor:pointer;
    }

    .photoUploadContainer .upload #PhotoImage {
        width: 400px;
        height: 480px;
    }

    .photoUploadContainer .upload .croppedImage {
        width:65px;
        height:auto;
    }

    

    .photoUploadContainer .upload .goodImage {
        width:116px;
        float:left;
        margin-left:30px;
        margin-right:20px;
        margin-bottom:20px;
    }

    .photoUploadContainer .upload .badImages {
        width:328px;
        float:left;
    }

    .photoUploadContainer .upload .PhotoUploadBullet {
    list-style: disc;
    margin-top:20px;
    margin-left: 40px;
    margin-bottom: 20px;
    line-height: 22px;
    font-size:14px;
}

    /*.photoUploadContainer .upload .jcrop-holder>div>div>.jcrop-tracker {
        opacity: 0.8;
        background-color: transparent;
        background-image: url(/images/mask.png);
        background-size: 100%;
    }*/

    .jcrop-tracker {
        z-index:1100;
    }

    #SavePhotoButton1 {
        margin:20px;
    }

   
    .changePassword label {
        width:175px;
        display:inline-block;
    }
    .changePassword input[type=password] {
        width:250px;
    }
    .changePassword li {
        line-height:35px;
    }
    .changePassword ul {
        margin-bottom:40px;
    }
    .changePassword .formError {
        color:red;
        display:block;
        margin-bottom:10px;
    }




#ctl00_Main_GridView_wrapper {
    position: static !important;
    clear: none !important;
}

.dataTables_filter {
    margin:20px 0;
}

/*.ui-widget-overlay {
    background-color:black !important;
    opacity: .50 !important;
    filter: Alpha(Opacity=50)!important;
}


.ui-widget-overlay {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
}

.ui-front {
    z-index: 100;
}*/






#ctl00_Main_ApprovalQueuesGridView, #ctl00_Main_EscalatedQueuesGridView {
    width: auto !important;
}




/*Stops Chrome AutoRotating Photocard images*/
img {
    image-orientation: none !important;
}





    .approve-notes {
        margin: 10px 5px 10px 5px;
        border: 1px solid grey;
    }

        .approve-notes h2 {
            margin: 0;
            padding: 5px;
            color: white;
            background: #0072c6;
            font-size: 14px;
        }

        .approve-notes .note {
            padding: 5px;
        }


        .approve-notes .note:nth-child(even) {
            background-color: #f5f6f6;
        }

        .approve-notes .note .date {
            display: inline-block;
            margin: 0 0 5px 0;
            width: 200px;
            color: black;
            font-size: 13px;
        }

        .approve-notes .note .username {
            display: block;
            margin: 0 0 5px 0;
            width: 300px;
            color: black;
            text-decoration: underline;
            font-weight: bold;
            font-size: 13px;
        }

            .approve-notes .note .message {
                display: block;
                margin: 0 0 5px 0;
                color: black;
                word-wrap: break-word;
                font-weight: bold;
                font-size: 13px;
            }


.mainPanel #ctl00_Main_ReportViewer_ctl09 table {
    width: 100%;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: none;
    font-size: 14px;
}
.mainPanel #ctl00_Main_ReportViewer_ctl09 th {
    text-align: left;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: none;
    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 #ctl00_Main_ReportViewer_ctl09 td {
    text-align: left;
    border: none;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
}
.mainPanel tr:nth-child(1n+2):hover {
    background-color: #eaecee;
}
#ctl00_Main_ReportViewer_fixedTable, #P91ddb4f7273b4d06ac7fb80cb94e8fd5_1_oReportCell > table, #P91ddb4f7273b4d06ac7fb80cb94e8fd5_1_oReportCell > table > tbody > tr:nth-child(3) > td > div > table {
    border-bottom: none;
}


#ApprovePhotoPanel > div.approvePhoto-editImageContainer > div > div:nth-child(1) > div:nth-child(1) > div.jcrop-tracker {
    opacity: 0.8;
    background-color: transparent !important;
    background-image: url(/images/mask.png) !important;
    background-size: 100% !important;
}
.jcrop-tracker {
  
}

.approvePhoto {
    padding-bottom:15px;
    margin-bottom: 10px;
    background-color: rgba(50, 142, 209, 0.1);
}

.approvePhoto .button {
    border:1px solid black !important;
}

.approvePhoto-editImageContainer, .approvePhoto-approvePreviewImageContainer {
    display: inline-block;
    float: left;
}

.approvePhoto-editImageContainer {
    width: 485px;
    padding-left:15px;
}
.approvePhoto-approvePreviewImageContainer {
    padding-top:100px;
    width: 300px;
}

.approvePhoto-editHeading, .approvePhoto-previewHeading {
    color: black !important;
    
}
.approvePhoto-editHeading {
}

.approvePhoto-rotateLeftButton {
    margin: 0 10px 15px 0 !important;

}

.approvePhoto-rotateRightButton {
    margin: 0 10px 15px 0 !important;
}

.approvePhoto-previewImage {
    border:2px solid black !important;
}

.approvePhoto-closeButton {
    margin: 0 10px 0 15px !important;
}

.approvePhoto-saveButton {
    margin: 0 10px 0 0 !important;
}


.approveImages {
}

.approveImages-idImage, .approveImages-nameChangeImage, .approveImages-photo1Image, .approveImages-photo2Image {
    width: 200px;
    height: 240px;
    /*object-fit: cover;*/
    cursor: pointer;
}
.photoChangeOriginalImage {
    width: 200px;
    height: 240px;
    /*object-fit: cover;*/
}

.approveImages-id, .approveImages-nameChange, .approveImages-photo1, .approveImages-photo2 {
    float:left;
    display:inline-block;
    width:200px;
}

.approveImages-original {
    float: left;
    display: inline-block;
    width: 200px;
    margin-left: 200px;
}

.approveImages-id {
}

.approveImages-nameChange {
}

.approveImages-photo1 {
}

.approveImages-photo2 {
}

.approveImages-heading {
    font-weight:bold;
}

.approveImages-image {
}



.approveRejectOptions {

}
.approveRejectOptions-document, .approveRejectOptions-photo {
    float:left;
    width:385px;
    display:inline-block;
}
.approveRejectOptions-document {
    margin-right:15px;
}
.approveRejectOptions-photo {
    margin-right: 15px;
}

.approveRejectOptions-label {
    display: block;
    font-weight: bold;
}

.approveRejectOptions-select {
    display: block;
    width: 100%;
    margin-right: 15px;
    text-transform: capitalize;
}

.auto-login-return-url {
    position:absolute;
    left:15px;
}

.auto-login-return-url a, .auto-login-return-url a:visited, .auto-login-return-url a:active, .auto-login-return-url a:hover {
    color: white;
    font-size:18px;
}
