﻿/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
}

/* Smartphones (landscape) ----------- */
@media only screen 
and (min-width : 321px) {
/* Styles */
}

/* Smartphones (portrait) ----------- */
@media only screen 
and (max-width : 320px) {
/* Styles */
}

/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
/* Styles */
}

/* iPads (landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
/* Styles */
}

/* iPads (portrait) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
/* Styles */
}

/* Desktops and laptops ----------- */
@media only screen 
and (min-width : 1224px) {
/* Styles */
}

/* Large screens ----------- */
@media only screen 
and (min-width : 1824px) {
/* Styles */
}

/* iPhone 4 ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
/* Styles */
}

.link {
	color: #585D61;
	text-decoration: underline;
}
img.ui-datepicker-trigger {
    position: relative;
    padding: 2px;
    display: inline-block;
}
.datepick {
    line-height:27px;
    padding-left:5px;
    font:large;
}
#submit, #reset {
    font-size:large;
    margin:20px;
    margin:20px;
}
.main #headermenu {
	float: right;
	padding: 10px;
	width: 500px;
	height: 100px;
	list-style-type: none;
	text-align: right;
}
.line {
    width: 100%;
    border-bottom: 1px solid black;
    margin-top: 10px;
    margin-bottom: 10px;
}
.line-blank {
    width: 100%;
    height: 10px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.photo_size {
	height: 100px;
	width: 150px;
}
.photo_enlarge {
    height: 600px;
    width: 800px;
}
.rdate {
	font-size: 10px;	
	color: #000099;
	padding: 10px;
}

.dataitem1 {
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	height: 30px;
	font-weight: normal;
}

#note_table .vdate{
    width:100px;
}

#note_table .vtitle {
    width: 200px;
}

.dataitem1 a {
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	height: 30px;
	color: #0000EE;
	text-decoration: underline;
	font-weight: normal;
	display: block;
	font-size: 11px;
}

/* Tips for Elastic layouts 
1. Since the elastic layouts overall sizing is based on the user's default fonts size, they are more unpredictable. Used correctly, they are also more accessible for those that need larger fonts size since the line length remains proportionate.
2. Sizing of divs in this layout are based on the 100% font size in the body element. If you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the entire layout will downsize proportionately. You may want to increase the widths of the various divs to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
*/
.main #container_cal {
	width: 100%;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: auto;
    background-color:white;
    padding-right:0px;
    padding-left:0px;
}
.main #container_insp{
    padding-left:10px;
    padding-right:10px;
}
.mainlogo {
    /*position: fixed;*/
    padding: 10px;
    width: 275px;
    height: auto;
    /*margin-left:-111px;*/
    /*left: 50%;*/
    display: block;
    margin: 0 auto;
}
.replogo {
	padding:10px;
	width:223px;
	height:71px;
    margin-top:30px;
}
.main #todocalendar {
    padding-top:10px;
	/*width: 35%;
	float: left;*/
	/*padding-top: 100px;
	font-size: 13px;
	text-align: left;
	padding-left: 35px;*/
}
.main #welcome {
	float: left;
	padding-top:20px;
    color:white;
	/*padding-left:70px;*/
	/*font-size:12px;*/
	/*padding-top: 100px;
	font-size: 13px;
	text-align: left;
	padding-left: 35px;*/
}
#orderAuditTable {
	font-size: 1em;
	padding: 0px;
	margin: 0px;
}
#orderAuditTable td{
    height: 15px;
	padding: 0px;
	margin: 0px;
}
#orderInspectTable {
	font-size: 1em;
	padding: 0px;
	margin: 0px;
}
#frmOrder table label {
    font-weight: normal;
    height:20px;
}
#frmOrder .form-check-input{
    font-size:large;
}
#locationTable  td{
    height: 15px;
	padding: 0px;
	margin: 0px;
}
#orderInspectTable td{
    /*height: 100px;*/
	padding: 0px;
	margin: 0px;
}
#orderInspectChoices td {
    width:600px;
}
#orderInspectDefault td {
    width:200px;
}
#classTable td{
    height: 15px;
	padding: 0px;
	margin: 0px;
}

.inspectfont {
	font-size: 1em;
}
.main #mainhead {
	background-color: #C9C9C9;
	height: 110px;
	width: 100%;
}
.main #formbar {
    background-color: gray;
    height: 40px;
    width: 100%;
    padding-top: 7px;
} 
.main #rephead {
	background-color:#222222;
    padding-bottom:10px;
    margin-bottom:20px;
    /*height: 150px;*/
} 
.main #header {
	background-color:black;
    height: 110px;
    margin:0px;
    padding:0px;
} 
.main #header_right {
	float:right;
	width:30%;
	padding-right:20px;
} 

.login_input {
	background-color: #FFFFFF;
	margin-top: -10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 12px;
}

.main #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.main #login img {
	background-position: left;
	float: left;
}

.main #header p {
	font-size: small;
	color: #FFFFFF;
}
.main #bar  {
	background-color: #FFFFFF;
	height: 20px;
}
.login_text {
	font-size: 13px;
}
.main {
    padding-bottom: 40px;
}
.main table {
    font-size: 12px !important;
    line-height: normal;
}

.main #mainContent {
	/*padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	width: auto;
	height: auto;
	clear: both;
	margin: 0px;
	min-height: 600px;
	text-align:left;
	background-color:#FFFFFF;*/
}
.tabColRound {
	background-color: #FFFFFF;
	width: 65px;
	font-size: x-small;
	color: #000000;
	float: left;
	font-style: italic;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: inset;
	border-right-style: inset;
	border-bottom-style: none;
	border-left-style: inset;
	border-top-color: #AE6C6E;
	border-right-color: #AE6C6E;
	border-bottom-color: #AE6C6E;
	border-left-color: #AE6C6E;
	padding: 5px;
}
.tabCol {
	background-color: #FFFFFF;
	width: 65px;
	color: #000000;
	float: left;
	font-style: italic;
	text-align: center;
	padding: 5px;
}
.main #login {
	background-color: #F9FAF5;
	margin-top: 50px;
	margin-right: 500px;
	margin-bottom: 50px;
	margin-left: 500px;
	padding: 20px;
	text-align: left;
	font-weight: normal;
}
.main #mainfoot {
	background-color: #C9C9C9;
	height: 40px;
	position: fixed;
	bottom: 0;
	width: 100%;
}

.main #mainfoot p {
	text-align: center;
    color:black;
    padding-top:10px;
}

.main #footer {
	height: 50px;
	position: fixed;
	bottom: 0;
	z-index:100;
	background-color: #000000;
	color: #FFFFFF;
	padding-top: 10px;
	text-align:center;
} 
.main #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFFFFF;
    font-size: 14px;
	text-align: center;
}
.rowHeader {
    background-color: #F2F2F2;
    color: #045FB4;
    padding: 10px;
    font-size: 115%;
    border: 2px solid gray;
}
.rowHeader a {
        color: #045FB4;
        background-position: center;
        text-align: center;
        background-color: #F2F2F2;
        text-decoration:underline;
}
.rowHeaderSelect {
	color: #FFFFFF;
	background-color: #333333;
}
.changeStatus {
    text-align: center;
    padding-top:5px;
}
.newButtonRight {
	font-size: 13px;
	color: #000000;
	background-color: ##A4A4A4;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	border: thin solid #A8C163;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.newButtonLeft {
	font-size: 13px;
	color: #000000;
	background-color: ##A4A4A4;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	border: thin solid #A8C163;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.sscgButtonForm {
	font-size: 11px;
	border: thin solid #A8C163;
}
.newButtonLeft {
	font-size: 11px;
	color: #FFFFFF;
	background-color: #A8C163;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	border: thin solid #A8C163;
	float: left;
}
.newButton {
	font-size: 11px;
	color: #FFFFFF;
	background-color: #A8C163;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	border: thin solid #A8C163;
}
.billButton {
	font-size: 11px;
	color: #333333;
	background-color: #EAEDED    ;
	border: thin solid #333333;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	margin-top: 2px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}

.mnuButton a {
	font-size: 13px;
	color: #FFFFFF;
	background-color: #FB2C00;
	border: thin solid #A8C163;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	font-weight: normal;
}

.mnuButton a:hover{
	color: #FFFFFF;
	background-color: #222222;
}


.newButtonSpcs {
	padding-left: 20px;
	padding-right: 20px;
}
.rowDetail {
	/*font-size: 11px;*/
	padding: 0px;
	margin: 0px;
	height: 30px;
	color: #000000;
	background-color: #FFFFFF;
	text-align: left;
    font-size:medium;
}
    .rowDetail a {
        /*font-size: 11px;*/
        padding: 0px;
        margin: 0px;
        height: 30px;
        color: #045FB4;
        background-color: #FFFFFF;
        text-align: left;
        text-decoration: underline;
    }

.rowDetailUnread {
	font-size: 12px;
	color: #666666;
	background-color: #FFFFFF;
	line-height: normal;
	font-weight: normal;
	text-align: left;
	padding: 0px;
	margin: 0px;
	height: 30px;
}
.titleHdr {
	padding-right: 20px;
}

.rowDetailRead {
	font-size: 12px;
	color: #333333;
	background-color: #FFFFFF;
	line-height: normal;
	font-weight: normal;
	text-align: left;
	padding: 0px;
	margin: 0px;
	height: 30px;
}

.main #mainMenu {
	font-size: 15px;
	color: #FFFFFF;
	list-style:none;
	border: 1px none #FFFFFF;
}

.main #tabContent {
	clear: both;
	height: auto;
	list-style:none;
}
.main #tabLeft {
	float: left;
}
.main #tabRight {
	float: left;
	padding-left: 100px;
}
.main #tabMenu {
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-size: 13px;
	list-style:none;
}
.main #tabMenu ul {
	float: left;
	text-align: center;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-bottom: 0px;
}
.main #tabMenu li {
	float: left;
	text-align: center;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 0px;
}
/*.main #tabMenuRnd li.selected a{
	width: 200px;
	list-style-type: none;
	background-color: #000000;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	line-height: 2em;
	color: #FFFFFF;
}*/

.main #tabMenu li.selected a{
	/*width: 200px;*/
	list-style-type: none;
	/*background-color: #000000;*/
	background-color: #FB2C00;
	line-height: 2em;
	color: #FFFFFF;
}
.main #tabMenu li.selected a:hover {
	/*background-color: #CCCCCC;
	color: #000000;*/
}
/*.main #tabMenuRnd li a {
	width: 200px;
	font-size: 11px;
	color: #000000;
	float: left;
	list-style-type: none;
	border: 1px solid #D3DEC6;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	line-height: 2em;
	text-decoration: none;
}*/

.main #tabMenu li a {
	/*width: 200px;*/
	font-size: 13px;
	color: #000000;
	float: left;
	list-style-type: none;
	border: 1px solid #D3DEC6;
	line-height: 2em;
	text-decoration: none;
	background-color:#CCCCCC;
	padding-right: 20px;
	padding-left: 20px;
}

.main #tabMenu li a:hover {
	background-color: #666666;
	color: #FFFFFF;
}
.main #recMenu {
	float: right;
	margin-top: -15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
.main #recMenu ul {
	color: #FFFFFF;
	float: left;
	text-align: center;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-bottom: 0px;
}
.main #recMenu li {
	float: left;
	text-align: center;
	list-style-type: none;
	padding: 0px;
	border: thin solid #F0F1F1;
}

.main #recMenu  li a {
	float: right;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	width: 50px;
}
.main #recMenu li.selected a{
	width: 200px;
	list-style-type: none;
	background-color: #FB2C00;
	line-height: 2em;
	color: #FFFFFF;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}

.main #recMenu li a:hover {
	color: #FFFFFF;
	background-color: #FB2C00;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}
.title {
	font-size: 18px;
	text-align: center;
	color: #000099;
}
.title2 {
	font-size: 16px;
	text-align: center;
	color: #FF0000;
}
.title3 {
	font-size: 14px;
	text-align: center;
	color: #999999;
}
.refreshlink{
    color: darkblue;
    float:  right; 
    margin-right:20px;
    font-size: small;
    border: none;
    padding-right:4px;
    padding-left:4px;
	padding-top:6px;
    text-decoration:underline;
}
#sidebar1 {
	float: left;
	width: 49%; /* since this element is floated, a width must be given */
	background: #EBEBEB;
	border: thin solid #D3DEC6;
	clear: none;
}
.subheader {
	font-size: 14px;
	text-align: center;
	background-color: #F7F8E0;
	border: thin groove #FFFFFF;
	color: #000000;
	font-weight: bold;
	padding: 5px;
}
.subheader a{
	color: #FFFFFF;
	float: right;
}

.subMenu {
	font-size: 13px;
	padding: 5px;
}
.rbuttons {
	font-size: 11px;
	color: #222222;
}
.cmdButton {
	font-size: 10px;
	color: #000099;
	float: right;
	padding: 5px;
}
#sidebar2 {
	float: right;
	width: 49%; /* since this element is floated, a width must be given */
	clear: none;
	font-size: 9px;
	border: thin solid #D3DEC6;
}
.notes {
	background-color: #FFFFFF;
	width: 65px;
	font-size: x-small;
	color: #000000;
	float: left;
	text-align: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: inset;
	border-right-style: inset;
	border-bottom-style: none;
	border-left-style: inset;
	border-top-color: #AE6C6E;
	border-right-color: #AE6C6E;
	border-bottom-color: #AE6C6E;
	border-left-color: #AE6C6E;
	padding: 0px;
}
.helpnotes {
    margin-top:20px;
    font-size: small;
    color: dodgerblue;
}
.help_notes {
    font-size: small;
    color: dodgerblue;
}
#dashboard {
	/*font-size: 12px;*/
	text-align: center;
	padding-top: 50px;
	/*padding-left: 70px;*/
	float: left;
	width: 100%;
}
.subItem {
	font-size: 12px;
	color: #000000;
	border: thin solid #000000;
	font-weight: normal;
	background-color: #FFFFFF;
	text-align: left;
	padding: 5px;
}
.subItemMenu {
	font-size: 12px;
	color: #000000;
	border: thin solid #000000;
	font-weight: normal;
	background-color: #FFFFFF;
	text-align: left;
	height: 35px;
}
.subItemMenu button {
	margin-top: 5px;
	margin-left: 10px;
	border:none;
}
.StatusNew {
    color: #000000;
    background-color: yellow;
    line-height: normal;
    font-weight: normal;
    text-align: left;
    margin: 50px;
    font-size: 115%;
}
.StatusAccepted {
    color: #000000;
    background-color: #ddffdd;
    text-align: left;
    padding: 0px;
    margin: 0px;
    font-size: 115%;
}
.StatusReturned {
    color: #000000;
    background-color: #ffdddd;
    line-height: normal;
    font-weight: normal;
    text-align: left;
    padding: 0px;
    margin: 0px;
    font-size: 115%;
}
.StatusRejected {
    color: #000000;
    background-color: #dbd1e2;
    line-height: normal;
    font-weight: normal;
    text-align: left;
    padding: 0px;
    margin: 0px;
    font-size: 115%;
}
.StatusInProcess {
    color: #000000;
    background-color: #ddffdd;
    line-height: normal;
    font-weight: normal;
    text-align: left;
    padding: 0px;
    margin: 0px;
    font-size: 115%;    

}
.StatusInReview {
    color: #000000;
    background-color: #eeffee;
    line-height: normal;
    font-weight: normal;
    text-align: left;
    padding: 0px;
    margin: 0px;
    font-size: 115%;
}
.StatusFinal {
    color: #000000;
    background-color: #ffffdd;
    line-height: normal;
    font-weight: normal;
    text-align: left;
    padding: 0px;
    margin: 0px;
    font-size: 115%;
}
.StatusComplete {
    color: #000000;
    background-color: #eeeeee;
    line-height: normal;
    font-weight: normal;
    text-align: left;
    padding: 0px;
    margin: 0px;
    font-size: 115%;
}

.StatusLine {
    color: white;
    line-height: normal;
    font-weight: normal;
    text-align: center;
    padding-top: 20px;
    margin: 0px;
    border: none;
    width: 100%;
    background-color: #52696B;
}


#upload-file-container {
	width: 400px;
	height: 200px;
	position: relative;
	background: url(../images/drag_icon.png) no-repeat;
	overflow: hidden;
}

#upload-file-container input[type="file"]
{
   margin: 0;
   opacity: 0;   
   font-size: 100px;
}

.upload_file_container{
   width:400px;
   height:200px;
   position:relative;
   background: url(../images/drag_icon.png) no-repeat;
   background-size: 100% 100%;
}
.upload_file_container input{
   width:200px;
   height:100px;
   position:absolute;
   left:0;
   top:0;
   cursor:pointer;
}
.button {
  font: bold 11px Arial;
  text-decoration: none;
  background-color: #EEEEEE;
  color: #333333;
  padding: 2px 6px 2px 6px;
  border-top: 1px solid #CCCCCC;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  border-left: 1px solid #CCCCCC;
}
.button_transfer {
	font: bold 11px Arial;
	text-decoration: none;
	background-color: #EEEEEE;
	color: #333333;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #CCCCCC;
	display: none;
}
.button_arial {
	font: bold 13px;
	text-decoration: none;
	background-color: #EEEEEE;
	padding: 10px;
	color: #333333;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #CCCCCC;
	margin: 10px;
}

.mainmenu {
	text-align: left;
	font-size: 10px;
}

#insptable {
	padding-left:9px;
	border-collapse: collapse;
	width:100%;
}

#insptable th{
	text-align: center;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}

#insptable .reptext{
	color: #666666;
}

#insptable .read{
	color: #FF0000;
}

#insptable .unread{
	color: #FF0000;
}


#insptable p{
	width: auto;
	clear: both;
	margin: 0px;
}
#insptable td {
	border: 1px solid #000000;
	padding: 10px;
	/*font-size: 13px;
	clear: both;*/
}
#maintable {
	padding-left:9px;
	border-collapse: collapse;
}
#maintable .zero{
	background-color:#FFFFFF;
}
#maintable .fifteen{
	background-color:#FFFFF2;
}
#maintable .thirty{
	background-color:#FFF2F2;
}
#maintable .fortyfive{
	background-color:#FFefef;
}
#maintable .overfortyfive{
	background-color:#FFe9e9;
}

#maintable p {
	width: auto;
	clear: both;
	margin: 0px;
}
#maintable td {
	border: 1px solid #000000;
	padding: 10px;
	/*font-size: 13px;
	clear: both;*/
}
#2maintable td {
	padding: 10px;
}
#1maintable tr:nth-child(even) {
    background-color: #F2F2F2;
}
#1maintable tr:nth-child(odd) {
    background-color: #FFFFFF;
}
#2maintable table th {
	/*font-size: 11px;*/
	color: #FFFFFF;
	background-color: #000000;
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	padding-left: 10px;
	text-align: center;
}
#2maintable table th a   {ticketAddress
	/*font-size: 11px;*/
	color: #FFFFFF;
	background-color: #000000;
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	padding-left: 10px;
}
.input {
	background-color: #FFFFFF;
	color: #000000;
	border: thin solid #F0F1F1;
}
#ticketHeader {
	position:absolute;
    margin-bottom:30px;
}
#mainTicket #ticketHeader {
    /*margin:30px;*/
    align-content: center;
    /*font-size: small;*/
}
#mainTicket .tickethdr {
	font-size: medium;
	text-align: center;
}

#mainTicket .ticket{
    margin-top:200px;
}

#mainTicket .repticket {
    margin-top: 10px;
}

#ticketDetail {
	top: 30px;
	position:relative;
}
.forms2 {
	text-align: left;
	border-top-width: medium;
	border-right-width: thick;
	border-bottom-width: medium;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: ridge;
	border-bottom-style: none;
	border-left-style: ridge;
	border-top-color: #515151;
	border-right-color: #515151;
	border-bottom-color: #515151;
	border-left-color: #515151;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	color: #000000;
	background-color: #FFFFFF;
	background-position: left;
	}  
.form_input {
	vertical-align: top;
	color: #000000;
	font-weight: normal;
	z-index:1;
}
.form_display {
	vertical-align: top;
	color: #000000;
	font-weight: normal;
}
.text_normal {
	background-color: #FFFFFF;
	font-weight: normal;
}
.text_bold {
	background-color: #FFFFFF;
	font-weight: bold;
}
.form_required {
	vertical-align: top;
	color: #000000;
	background-color: #ffff80;
	z-index:1;
}
.form_required label{
	margin-left: 2px;
}
.form_optional {
	vertical-align: top;
	color: #000000;
	background-color: #ddc5f3;
	font-weight: normal;
	z-index:1;
}
.form_optional label{
	margin-left: 2px;
	font-weight: normal;
}
.form_total {
    vertical-align: top;
    color: #000000;
    background-color: #CCCCCC;
    pointer-events: none;
    font-weight: normal;
    user-select: none;
}
.form_lock {
	vertical-align: top;
	color: #000000;
	background-color: #CCCCCC;
	pointer-events: none;
	font-weight: normal;
}
.form_lock label{
	margin-left: 2px;
}

.form_complete {
	vertical-align: top;
	color: #000000;
	background-color: #a6caf0;
	z-index:1;
}
.form_complete label{
	margin-left: 2px;
}
.form_menu {
	vertical-align: top;
	color: #000000;
	background-color: #CCCCCC;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
.textheader {
	color: #990000;
	font-size: small;
}
.dataitem1Center {
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	height: 30px;
	font-weight: normal;
	text-align: center;
}
.main #logout {
	float: right;
	padding-top: 20px;
	padding-bottom: 0px;
	padding-right: 20px;
	padding-left: 0px;
	/*font-size:12px;*/
}
.main #logout a{
    color:white;
}
.main .logo {
	display: block;
	margin-left: auto;
	margin-right: auto;
	/*width: 20%;
	padding-top: 30px;
	float: left;
	text-align: center;*/
}
.main #container #header #logout a {
	color: #FFFFFF;
}
.addnote {
	text-align: left;
}

@keyframes fade {
  from {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.8);
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}
.confirm {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    min-width: 280px;
    max-width: 500px;
    height: auto;
    background: #e9dac9;
    border-radius: 10px;
    padding: 0;
    margin: 0;
    border-top: 1px solid white;
    animation: fade 1s ease 1 forwards;
}
.confirm h1 {
    text-align: center;
    font-size: 1.2em;
    margin: 1.5em 1em 0.5em;
    color: #bf9567;
}
.confirm p {
  text-align: center;
  font-size: 1em;
  margin: 0 2em 4.5em;
}
    .confirm button {
        background: transparent;
        border: none;
        color: #bf9567;
        height: 3em;
        font-size: 1em;
        width: 50%;
        position: absolute;
        bottom: 0;
        cursor: pointer;
    }
.confirm button:nth-of-type(1) {
  border-top: 1px solid #B4B4B4;
  border-right: 1px solid #B4B4B4;
  left: 0;
  border-radius: 0 0 0 10px;
}
.confirm button:nth-of-type(2) {
  border-top: 1px solid #B4B4B4;
  right: 0;
  border-radius: 0 0 10px 0;
}

.confirm button:focus,
.confirm button:hover {
  font-weight: bold;
  background: #EFEFEF;
}
.confirm button:active {
  background: #D6D6D6;
}
.confirm_msg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    min-width: 280px;
    max-width: 500px;
    height: auto;
    background: #e9dac9;
    border-radius: 10px;
    padding: 0;
    margin: 0;
    border-top: 1px solid white;
    animation: fade 1s ease 1 forwards;
}
    .confirm_msg h1 {
        text-align: center;
        font-size: 1.2em;
        margin: 1.5em 1em 0.5em;
        width: 95%;
        top: 0;
        text-decoration: underline;
        color: #52696B;
    }
.confirm_msg p {
  text-align: center;
  font-size: 1em;
  margin: 0 2em 4.5em;
}
.confirm_msg button {
    background: transparent;
    border: none;
    color: #52696B;
    height: 3em;
    font-size: 1rem;
    width: 100%;
    position: absolute;
    bottom: 0;
    cursor: pointer;
}
.confirm_msg button2 {
  border-top: 1px solid #B4B4B4;
  border-right: 1px solid #B4B4B4;
  left: 0;
  border-radius: 0 0 0 10px;
}
.confirm_msg button:focus,
.confirm_msg button:hover {
  font-weight: bold;
  background: #EFEFEF;
}
.confirm_msg button:active {
  background: #D6D6D6;
}
.rowShow {
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	height: 20px;
	color: #000000;
	background-color: #FFFFFF;*/
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.rowClick {
	/*font-size: 11px;*/
	padding: 0px;
	margin: 0px;
    background-color:transparent;
    border:none;
    text-decoration:none;
    cursor: pointer;

	/*height: 20px;
	color: blue;
	background-color: #FFFFFF;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: underline;*/
}
.rowSelect {
	background-color: black;
    color:white;
	/*font-size: 11px;
	padding: 0px;
	margin: 0px;
	height: 20px;
	color: white;
	background-color: blue;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: underline;*/
}
#DcarrierStatus, #DagencyStatus, #DinstrStatus{
    color:red;
    border:none;
    width:300px;
}
.StatusInput {
	color: #000000;
	background-color: #FFFFFF;
	text-align: left;
	padding: 0px;
	margin: 0px;
}
.scrollit {
    overflow:scroll;
	max-height:500px;
}
#searchBanner {
	height:40px;
}
#searchMenu {
    padding-top: 8px;
}
#search{
    margin-right:5px;
}
#selectTable, #selectCarrier, #selectInstr {
    width:400px;
    height:20px;
	/*border-collapse: collapse;
	width:100%;
	background-color:#F5F5F5;*/
}
.carrierTable{
    max-height:180px;
    overflow-y: auto;
    margin: 0;
    width:100%;
}
.searchImg {
    margin-right:10px;
}
.searchLine {
    margin-top:10px;
    margin-bottom:10px;
}
.order_form {
	font-size: 11px;
	vertical-align: top;
	color: #000000;
	background-position: center;
}
.order_form input{
	font-size:11px;
}
.order_form select{
	font-size:11px;
}
.inspectfontNotes {
	font-size: 0.9em;
	font-weight: normal;
}
/*  Ticket spacing */
#mainTicket {
    font-size:16px;
	padding-top:20px;
}
#mainTicket .dateassigned {
	left:5px;
	top: 3px;
	position:absolute;
}
#mainTicket .datedue {
	left:300px;
	top: 3px;
	position:absolute;
}
#mainTicket .dateexpired {
	left:600px;
	top: 3px;
	position:absolute;
}
#mainTicket .refno {
	left:900px;
	top: 3px;
	position:absolute;
}
#mainTicket .box1 {
	border: 1px solid #666666;
	height:20px;
	width:1000px;
	padding: 10px;
}
#mainTicket .caseno {
	left:5px;
	top: 25px;
	position:absolute;
	font-weight: bold;
}
#mainTicket .control {
	left:400px;
	top: 25px;
	position:absolute;
	font-weight: bold;
}
#mainTicket .recno {
	left:5px;
	top: 25px;
    position:absolute;
	font-weight: bold;
}
#mainTicket .box2 {
	border: 1px solid #666666;
	height:85px;
	width:1000px;
	padding: 10px;
}
#mainTicket .typecs {
	left:200px;
	top:25px;
	position:absolute;
	font-weight: bold;
}
#mainTicket .fieldno {
	left:600px;
	top:25px;
    width:300px;
	position:absolute;
}
#mainTicket .customer {
	left:5px;
	top:45px;
	position:absolute;
}
#mainTicket .agency {
	left:600px;
	top:45px;
    width:300px;
	position:absolute;
}
#mainTicket .agencycontact {
    left: 5px;
    top: 65px;
    width: 300px;
    position: absolute;
}
#mainTicket .agencyphone {
    left: 5px;
    top: 85px;
    width: 300px;
    position: absolute;
}
#mainTicket .box3 {
	border: 1px solid #666666;
	height:120px;
	width:1000px;
	padding: 10px;
}
#mainTicket .insured_text {
	left:5px;
	top:105px;
	position:absolute;
	font-weight: bold;
}
#mainTicket .insured {
	left:80px;
	top:105px;
	position:absolute;
	font-weight: bold;
}
#mainTicket .dba_text {
	left:5px;
	top:125px;
	position:absolute;
}
#mainTicket .dba {
	left:80px;
	top:125px;
	position:absolute;
}
#mainTicket .location_text {
	left:600px;
	top:105px;
	position:absolute;
}
#mainTicket .location {
	left:700px;
	top:105px;
    width:300px;
	position:absolute;
}
#mainTicket .location2 {
    left: 700px;
    top: 125px;
    width: 300px;
    position: absolute;
}
#mainTicket .location3 {
    left: 700px;
    top: 145px;
    width: 300px;
    position: absolute;
}
#mainTicket .loccity {
	left:700px;
	top:165px;
	position:absolute;
}
#mainTicket .insadd {
	left:80px;
	top:145px;
	position:absolute;
}
#mainTicket .insadd2 {
	left:80px;
	top:165px;
	position:absolute;
}
#mainTicket .inscity {
	left:80px;
	top:185px;
	position:absolute;
}
#mainTicket .contact {
	left:5px;
	top:205px;
	position:absolute;
}
#mainTicket .conphone {
	left:400px;
	top:205px;
	position:absolute;
}
#mainTicket .ordered {
	left:600px;
	top:205px;
	position:absolute;
}
#mainTicket .box4 {
	border: 1px solid #666666;
	height:105px;
	width:1000px;
	padding: 10px;
}
#mainTicket .policy_text {
	left:5px;
	top:230px;
	position:absolute;
}
	#mainTicket .entity_text {
		left: 5px;
		top: 340px;
		position: absolute;
		font-weight: bold;
	}
#mainTicket .policy1 {
	left:80px;
	top:230px;
	position:absolute;
}
#mainTicket .policy2 {
	left:80px;
	top:250px;
	position:absolute;
}
#mainTicket .policy3 {
	left:80px;
	top:270px;
	position:absolute;
}
#mainTicket .policy4 {
	left:80px;
	top:290px;
	position:absolute;
}
#mainTicket .ptype1 {
    left: 300px;
    top: 230px;
    position: absolute;
}

#mainTicket .ptype2 {
    left: 300px;
    top: 250px;
    position: absolute;
}

#mainTicket .ptype3 {
    left: 300px;
    top: 270px;
    position: absolute;
}

#mainTicket .ptype4 {
    left: 300px;
    top: 290px;
    position: absolute;
}
#mainTicket .pstart1 {
    left: 300px;
    top: 230px;
    position: absolute;
}

#mainTicket .pstart2 {
    left: 300px;
    top: 250px;
    position: absolute;
}

#mainTicket .pstart3 {
    left: 300px;
    top: 270px;
    position: absolute;
}

#mainTicket .pstart4 {
    left: 300px;
    top: 290px;
    position: absolute;
}
#mainTicket .pend1 {
    left: 400px;
    top: 230px;
    position: absolute;
}

#mainTicket .pend2 {
    left: 400px;
    top: 250px;
    position: absolute;
}

#mainTicket .pend3 {
    left: 400px;
    top: 270px;
    position: absolute;
}

#mainTicket .pend4 {
    left: 400px;
    top: 290px;
    position: absolute;
}

#mainTicket .pname_text {
	top: 380px;
	position: absolute;
	font-weight: bold;
}
#mainTicket .pdate_text {
	left: 310px;
	top: 380px;
	position: absolute;
	font-weight: bold;
}
#mainTicket .pinclude_text {
	left: 500px;
	top: 380px;
	position: absolute;
	font-weight: bold;
}
#mainTicket .pname1 {
	top: 400px;
	position: absolute;
}
#mainTicket .pdate1 {
	top: 400px;
	left:  310px;
	position: absolute;
}
#mainTicket .pincl1 {
	top: 400px;
	left: 500px;
	position: absolute;
}
#mainTicket .pname2 {
	top: 420px;
	position: absolute;
}

#mainTicket .pdate2 {
	top: 420px;
	left: 310px;
	position: absolute;
}
#mainTicket .codes {
	width: 100%;
	font:  12px;
}
#mainTicket .codes th{
	width: 100px;
}
#mainTicket .pincl2 {
	top: 420px;
	left: 500px;
	position: absolute;
}
#mainTicket .pname3 {
	top: 440px;
	position: absolute;
}

#mainTicket .pdate3 {
	top: 440px;
	left: 310px;
	position: absolute;
}

#mainTicket .pincl3 {
	top: 440px;
	left: 500px;
	position: absolute;
}
#mainTicket .pname4 {
	top: 460px;
	position: absolute;
}

#mainTicket .pdate4 {
	top: 460px;
	left: 310px;
	position: absolute;
}

#mainTicket .pincl4 {
	top: 460px;
	left: 500px;
	position: absolute;
}
#mainTicket .pname5 {
	top: 480px;
	position: absolute;
}

#mainTicket .pdate5 {
	top: 480px;
	left: 310px;
	position: absolute;
}

#mainTicket .pincl5 {
	top: 480px;
	left: 500px;
	position: absolute;
}

#mainTicket .box6 {
	border: 1px solid #666666;
	height:140px;
	width:150px;
	padding: 2px;
	float:left;
}
#mainTicket .limits {
	padding-left: 15px;
	text-decoration: underline;	
	float:both;
}
#mainTicket .limitstxt {
	float:left;
	padding-left: 4px;
	clear:both;
}
#mainTicket .opertxt {
	font-weight:bold;
}
#mainTicket .limitsnum {
	float: right;
}
#mainTicket .limitsclear {
	float: right;
	clear: both;
}
#mainTicket .limitsnumtxt {
	float: right;
}
#mainTicket .box7 {
	border: 1px solid #666666;
	height: 140px;
	width: 150px;
	padding: 2px;
	float:left;
}
#mainTicket .box8a {
    border: 1px solid #666666;
    height: 140px;
    width: 1000px;
    padding: 2px;
    float: left;
}
#mainTicket .box8 {
    border: none;
    height: 140px;
    width: 120px;
    padding: 2px;
    float: left;
    margin-left: 2px;
}
#mainTicket .box8b {
        border: none;
        height: 140px;
        width: 300px;
        padding: 2px;
        float: left;
} 
#mainTicket .box9 {
	border: none;
	height: 140px;
	width: 300px;
	float:left;
	padding-left:10px;
}
#mainTicket .box10 {
		border: 1px solid #666666;
		height: 180px;
		width: 1000px;
		float: left;
		padding-left: 10px;
	}
#mainTicket .special_text {
	clear: both;
	font-weight: bold;
}
#mainTicket .special {
	font-weight: bold;
	width:1000px;
}
#mainTicket .specialmain_text {
	padding-top:30px;
}
#mainTicket .specialmain {
	width: 1000px;
	height: 500px;
}
#mainTicket p {
	margin: 0em;
}
#special_attn .special {
    font-weight:bold;
}

#mainTicket #ticketAddress {
    text-align: center;
    font-size: large;
    padding-right: 300px;
}

#mainTicket #ticketlogo {
    float:left;
}

.printbutton {
    cursor: pointer;
    color:red;
	text-decoration: underline;
	/*padding-right: 20px;*/
}
#logtable {
	margin-top:20px;
	border-collapse: collapse;
	font-size: 11px;
}
#logtable th {
	border: 1px solid #000000;
	padding: 10px;
	/*font-size: 13px;
	clear: both;*/
}

#logtable td {
	border: 1px solid #000000;
	padding: 3px;
	/*font-size: 13px;
	clear: both;*/
}
#logtable tr:nth-child(even) {
    background-color: #F2F2F2;
}
#logtable tr:nth-child(odd) {
    background-color: #FFFFFF;
}
#admintable {
	margin-top:20px;
	border-collapse: collapse;
	font-size: 11px;
}
#admintable th {
	border: 1px solid #000000;
	padding: 10px;
	/*font-size: 13px;
	clear: both;*/
}

#admintable td {
	border: 1px solid #000000;
	padding: 3px;
	/*font-size: 13px;
	clear: both;*/
}
#admintable tr:nth-child(even) {
    background-color: #F2F2F2;
}
#admintable tr:nth-child(odd) {
    background-color: #FFFFFF;
}
.admin_readonly {
	background-color:#CCCCCC;
}
#emailto {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	border:none;
}
#emailsubject {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	pointer-events: none;
	border:none;
}
.dash_insured {
	border:none;
	text-decoration: underline;
	cursor: pointer;
	color: #0000FF;	
	pointer-events: none;
	background-color: transparent;
}
.dash_policy {
	border:none;
	pointer-events: none;
	background-color: transparent;
}
.custot {
	border:none;
	pointer-events: none;
	background-color: transparent;
	text-align: right;
	background-color: #FFCCCC;	
}
.reptot {
	border:none;
	pointer-events: none;
	background-color: transparent;
	text-align: right;
	background-color: #99FFCC;
}
.cusqty, .cusamt {
	text-align: right;
	background-color: #FFCCCC;	
}
.repqty, .repamt {
	text-align: right;
	background-color: #99FFCC;
}
#genReport {
	background-color: #F6F6E9;
	text-align: center;
	padding: 10px;		
}
#genReport .btn{
	padding: 10px;
	text-align: center;
}
#prReport {
	background-color: #FFF6A9;
	text-align: center;
	padding: 10px;
}
#prReport .btn{
	padding: 10px;
	text-align: center;
}
#submitReport {
	background-color: #FFFFFF;
	text-align: center;
	padding: 10px;
}
#submitReport .btn{
	padding: 10px;
	text-align: center;
}
.main #adminMenu {
	font-size: 13px;
	list-style:none;
}
.main #adminMenu ul {
	float: left;
	text-align: center;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-bottom: 0px;
}
.main #adminMenu li {
	float: left;
	text-align: center;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-decoration: underline;
}

.main #adminMenu li.selected a{
	list-style-type: none;
	/*background-color: #FB2C00;*/
	/*line-height: 2em;*/
	/*color: #FFFFFF;*/
	color: #FB2C00;
}

.main #adminMenu li a {
	font-size: 13px;
	color: #000000;
	float: left;
	list-style-type: none;
	/*border: 1px solid #D3DEC6;*/
	line-height: 2em;
	text-decoration: underline;
	/*background-color:#CCCCCC;*/
}

.main #adminMenu li a:hover {
	/*background-color: #666666;
	color: #FFFFFF;*/
	color: #0000FF;
	background-color: #B8FFFF;
}

.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}
.billing {
	color:#FFFFFF;
	background-color: #006633;
}
#view_note table {
	padding-left:9px;
	border-collapse: collapse;
	width:100%;
}
#view_note th{
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	background-color:#CCFFFF;
}
.dropdown-item a{
	background-color: #FFFFFF;
	color: #000000;
}
.photos {
    text-align: left;
    width: 100%;
    border: solid 5px #CBCAC6;
    background-color: #f9f9f9;
    padding: 20px 20px 20px 20px;
    font-family: Segoe UI, Arial,Verdana,Helvetica,sans-serif;
    font-size: 80%;
    margin: 0 auto;
}
.filtertext {
    margin-right:20px;
    color: red;
    font-size: 80%;
    height: 20px;
    float: right;

}
.inspectText {
    margin-top: 8px;
    margin-left: 20px;
    color: blue;
    font-size: 100%;
    float: left;
}
.col-centered {
    float: none;
    margin: 0 auto;
}
.form-signin {
    padding-top: 50px;
}
.btn-success {
	background-color: #52696B !important;
}
.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	background-color: #52696B;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 60px;
}

    .sidenav a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 16px;
        color: white;
        display: block;
        transition: 0.3s;
    }

        .sidenav a:hover {
            color: #f1f1f1;
        }

    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 16px;
        margin-left: 50px;
    }

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

        .sidenav a {
            font-size: 18px;
        }
}

.wrapper {
    display: flex;
    align-items: stretch;
}

#sidebar {
    min-width: 250px;
    max-width: 250px;
    min-height: 100vh;
    background: #52696B;
    color: #fff;
    transition: all 0.3s;
}

#sidebar.active {
    margin-left: -250px;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
    }

        #sidebar.active {
            margin-left: 0;
        }
}

.unused li a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    color: white;
}
.sidebar-header{
    padding-left:10px;
}
.nav-tabs {
    border-bottom: 2px solid #DDD;
}

    .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
        border-width: 0;
    }

	.nav-tabs > li > a {
		border: none;
		color: #ffffff;
		background: #52696B;
	}

        .nav-tabs > li.active > a, .nav-tabs > li > a:hover {
            border: none;
            color: #52696B !important;
            background: #fff;
        }

        .nav-tabs > li > a::after {
            content: "";
            background: #52696B;
            height: 2px;
            position: absolute;
            width: 100%;
            left: 0px;
            bottom: -1px;
            transition: all 250ms ease 0s;
            transform: scale(0);
        }

    .nav-tabs > li.active > a::after, .nav-tabs > li:hover > a::after {
        transform: scale(1);
    }

.tab-nav > li > a::after {
    background: #52696B none repeat scroll 0% 0%;
    color: #fff;
}

.tab-pane {
    padding: 15px 0;
}

.tab-content {
    padding: 5px
}

.nav-tabs > li {
    width: 12%;
    text-align: center;
}
.title {
    font-size: small;
    color: #52696B;
}

.blowup {
    background-color: #52696B;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    display: inline-block;
    color: white;
}
.formtitle{
    padding-top:10px;
    padding-right:2px;
}
.require_col {
    background-color: #52696B;
    color: white;
    text-align: center;
}
.caseBox {
	background-color: #F2F3F4;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	border:outset;
}
.caseTitle{
	font-weight:600;
	color:darkgreen;
}
.menuBackground, .menuBackground a, .menuBackground a:visited {
	background-color:#3B9BD2;
	color:white;
}
.schedlink, .attachlink {
	text-decoration: underline;
	cursor: pointer;
	color: blue;
}
.search {
	margin-top: 10px;
	width: 90%;
	margin-left: 0px;
}
.maindiagram{
	width:40%;
	height:80%;
}
.ordercomments{
	text-align:center;
}