body
{
    background-color: #5c87b2;
    font-size: 75%;
    font-family: Verdana, Tahoma, Arial, "Helvetica Neue", Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: black;
}
img#LogoImage
{
	max-height: 50px;
	max-width: 400px;
}
.RQLogo
{
    background-image:url(./Content/Images/PCLogoTransparent.png);
    background-repeat:no-repeat;
	height: 75px;
	width: 620px;
	position:absolute;
}
#FooterImage
{
    background-image:url(./Content/Images/PCFooter.gif);
    background-repeat:no-repeat;
    height: 40px;
	width: 320px;
    margin-left:auto;
    margin-right:auto;
}


.k-numeric .k-link, .k-numeric .k-state-active 
{
	border-radius: 4px;
}
.k-grid .k-pager, .k-grid .k-status, .k-grid .k-status-text, .k-pager .k-numeric, .k-pager .k-page-i-of-n, .k-pager .k-link,
	.k-pager span, .k-pager input, .k-pager .k-page-size, .k-grouping-row p 
{
	border-radius: 4px;
	background-color: @AccentItemBackground !important;
}
.k-state-active 
{

	background-color: #fdb720 !important;
	background: #fdb720 !important;
}

.k-state-default
{
    background: #CEE6FF !important;
}

.k-state-active .k-link 
{
	color: black !important;		
}

.k-state-default .k-link 
{
	color: black !important;		
}

.k-window-titlebar .k-window-title
{
    color:white !important;
}

.k-header
{
    background: #5c87b2 !important;
}

div.k-grid-header, .k-grid-header, .k-grid-header-wrap
{ 
	background-color: #eff7fc  !important;
}

.k-tabstrip 
{
    background:white !important;
    border-width:0px !important;
    border-style:none !important;
}
.k-grid-header .k-header .k-link
{ 
	color: white  !important;
	font-weight: bold;
}
.k-dropdown .k-input, .k-selectbox .k-input 
{
	background-color: white !important;
}

.k-content
{
    background-color: white !important;
    padding: 0px !important;
}
.k-calendar .k-link 
{
	background-color: white !important;
}

.k-calendar .k-calendar-td.k-selected .k-link {
    border-color: rgba(0, 0, 0, 0.08);
    color: #1274AC !important;
    background-color: #1274AC;
}
.k-calendar .k-calendar-td.k-selected.k-hover .k-link {
    color: #1274AC !important;
    background-color: #116fa5;
}

a:link {
    color: black;
}
a:visited
{
    color: black;
}
a:hover
{
    color: #1d60ff;
    text-decoration: none;
}
a:active
{
    color: #12eb87;
}

p, ul
{
    margin-bottom: 20px;
    line-height: 1.6em;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000;
}

h1
{
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}
h2
{
    padding: 0 0 0 0;
    margin-top:1px !important;
}
h3
{
    font-size: 1.2em;
}
h4
{
    font-size: 1.1em;
}
h5, h6
{
    font-size: 1em;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
    width: 90%;
    min-width:950px;
    margin-left: auto;
    margin-right: auto;
}

.page-modal
{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

#header
{
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0;
}

#header h1
{
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #fff;
    border: none;
    line-height: 2em;
    font-size: 32px !important;
}

#main
{
    padding: 10px 10px 10px 10px;
    background-color: #fff;
    margin-bottom: 30px;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscore */
	border-radius: 7px;
}

.modalmain
{
    padding: 10px;
    background-color: #fff;
    margin-bottom: 10px;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscore */
    border-radius: 7px;
}

#footer
{
    color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0;
    font-size: .9em;
}

/* TAB MENU   
----------------------------------------------------------*/
ul#menu
{
    border-bottom: 1px #5C87B2 solid;
    padding: 0 0 2px;
    position: relative;
    margin: 0;
    text-align: right;
}

ul#menu li
{
    display: inline;
    list-style: none;
}

ul#menu li#greeting
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    color: #fff;
}

ul#menu li a
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    background-color: #e8eef4;
    color: #034af3;
}

ul#menu li a:hover
{
    background-color: #fff;
    text-decoration: none;
}

ul#menu li a:active
{
    background-color: #a6e2a6;
    text-decoration: none;
}

ul#menu li.selected a
{
    background-color: #fff;
    color: #000;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset 
{
    border:1px solid #ddd;
    padding:0 1.4em 1.4em 1.4em;
    margin:0 0 1.5em 0;
	border-radius: 4px;
}

legend 
{
    font-size:1.2em;
    font-weight: bold;
}

textarea 
{
    min-height: 75px;
}

input[data-role=textbox] {
    width: 200px;
    border: 1px solid #CCC;
}

input[type=text] 
{
    width: 200px;
    border: 1px solid #CCC;
}

input[type=password] 
{
    width: 200px;
    border: 1px solid #CCC;
}

/* TABLE
----------------------------------------------------------*/

table 
{
  /*border: solid 1px #e8eef4;*/
  border-collapse: collapse;
}

table td 
{
  padding: 5px;   
  /*border: solid 1px #e8eef4;*/
}

table th
{
  padding: 6px 5px;
  text-align: left;
  background-color: #e8eef4; 
  border: solid 1px #e8eef4;   
}

.layouttable
{
    border: 0px;
}
.layouttabletd
{
  padding: 5px;   
  border: solid 0px #e8eef4;
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color:Red;
}

#menucontainer
{
    margin-top:40px;
}

div#title
{
    display:block;
    float:left;
    text-align:left;
}

#logindisplay
{
    font-size:1.1em;
    display:bold;
    text-align:right;
    margin:10px;
    color:white;
}

#logindisplay a:link
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:visited
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:hover
{
    color: white;
    text-decoration: none;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label,
.editor-label
{
    margin: 1em 0 0 0;
}

.display-field,
.editor-field
{
    margin:0.5em 0 0 0;
}

.text-box
{
    width: 30em;
}

.text-box.multi-line
{
    height: 6.5em;
}

.tri-state
{
    width: 6em;
}

.form-sectionheader
{
    background-color:#5c87b2;
    color:white;
    font-weight:bold;
    padding-top:5px;
    padding-bottom:5px;
    padding-left:10px;
    margin-top:5px;
    margin-bottom:5px;
    border-radius:3px;
}


.clear-float
{
    clear:both;
}

.form-label-modal {
    margin-right: 5px;
    margin-top: 14px;
    margin-bottom: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    float: left;
    color: Black;
    width: 150px;
    text-align: right;
    font-weight: bold;
    vertical-align: bottom;
    font-size:13px;
}

.form-label-clear-modal {
    clear: both;
    margin-right: 5px;
    margin-top: 14px;
    margin-bottom: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    float: left;
    color: Black;
    width: 150px;
    text-align: right;
    font-weight: bold;
    vertical-align: bottom;
    font-size: 10px;
}

.form-label-search-modal {
    margin-right: 5px;
    margin-top: 14px;
    margin-bottom: 5px;
    padding-top: 5px;
    padding-bottom: 2px;
    float: left;
    color: Black;
    width: 120px;
    text-align: right;
    font-weight: bold;
    vertical-align: bottom;
    font-size: 10px;
}

.form-label {
    margin-right: 5px;
    margin-top: 8px;
    margin-bottom: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    float: left;
    color: Black;
    width: 200px;
    text-align: right;
    font-weight: bold;
    vertical-align: bottom;
}

.form-label-search {
    margin-right: 5px;
    margin-top: 2px;
    margin-bottom: 5px;
    padding-top: 5px;
    padding-bottom: 2px;
    float: left;
    color: Black;
    width: 120px;
    text-align: right;
    font-weight: bold;
    vertical-align: bottom;
}

.form-trim-padding
{
   margin-top: 2px !important;
   margin-bottom: 2px !important;
   padding-top:0px !important;
   padding-bottom:0px !important; 
}

.form-label-clear {
    clear: both;
    margin-right: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    float: left;
    color: Black;
    width: 200px;
    text-align: right;
    font-weight: bold;
    vertical-align: bottom;
}

.form-field
{
   margin-left: 5px;
   margin-top: 10px;
   float:left;
   width:200px;
   text-align:left;
   vertical-align:bottom;
   color:Black; 
}

.form-field-display {
    margin-left: 5px;
    margin-top: 16px;
    float: left;
    width: 200px;
    text-align: left;
    vertical-align: bottom;
    color: Black;
}

.form-field-display-long {
    margin-left: 5px;
    margin-top: 16px;
    float: left;
    text-align: left;
    vertical-align: bottom;
    color: Black;
}

.form-field-clear
{
    clear:both;
   margin-left: 5px;
   margin-top: 10px;
   float:left;
   width:200px;
   text-align:left;
   vertical-align:bottom;
   color:Black; 
}

.form-field-long
{
   margin-left: 5px;
   margin-top: 10px;
   float:left;
   text-align:left;
   vertical-align:bottom; 
   color:Black;
}

.form-field-long-search
{
   margin-left: 5px;
   margin-top: 5px;
   float:left;
   text-align:left;
   vertical-align:bottom; 
   color:Black;
}

.form-field-document
{
   margin-left: 5px;
   margin-top: 10px;
   float:left;
   text-align:left;
   vertical-align:bottom; 
   color:Black;
   width:350px;
}
.form-buttons
{
    text-align:right;
}
.table-label
{
   margin-right: 5px;
   margin-top: 5px;
   margin-bottom: 5px;
   padding-top:5px;
   padding-bottom:5px;   
   color:Black; 
   width:150px;
   text-align:right;
   font-weight:bold;
   vertical-align:bottom;
}

.table-field
{
   margin-left: 5px;
   margin-top: 10px;
   width:200px;
   text-align:left;
   vertical-align:bottom;
   color:Black; 
}

.table-label-long
{
   margin-right: 5px;
   margin-top: 5px;
   margin-bottom: 5px;
   padding-top:5px;
   padding-bottom:5px;   
   color:Black; 
   text-align:right;
   font-weight:bold;
   vertical-align:bottom;
}

.table-field-long
{
   margin-left: 5px;
   margin-top: 10px;
   text-align:left;
   vertical-align:bottom;
   color:Black; 
}

.item-row-0
{
    background-color:#fff;
}

.item-row-1
{
    background-color:#F7F7F7;
}

.sub-fieldset-left
{
    float:left; 
    width:45%;
}

.sub-fieldset-right
{
    float:right; 
    width:45%;
}

.sub-fieldset-full
{
    clear:both;
}

.company-info-footer
{
    text-align:center;
}

a.link-button
{
   border-style: solid;
   border-width : 1px 2px 2px 1px;
   border-radius: 4px;
   color: white;
   text-decoration : none;
   font-weight:bold;
   padding : 4px;
   cursor:pointer;
   border-color : #5c87b2 #436282 #436282 #5c87b2;
   /*background-color: #c6e3ff;*/
   background-color: #0450a1;
   
}
a.link-button-delete
{
    
  border-style: solid;
   border-width : 1px 2px 2px 1px;
   border-radius: 4px;
   color: white;
   text-decoration : none;
   font-weight:bold;
   padding-left : 4px;
   padding-right : 4px;
   margin:4px;
   cursor:pointer;
   border-color : #5c87b2 #436282 #436282 #5c87b2;
   /*background-color: #c6e3ff;*/
   background-color: #0450a1;
   
}

a.link-button:hover
{
    font-weight:bold;
    cursor: pointer;
	background-color: #fe921f;
}

.link-button-disabled
{
   border-style: solid;
   border-width : 1px 2px 2px 1px;
   border-radius: 4px;
   color: gray;
   text-decoration : none;
   font-weight:bold;
   padding : 4px;
   cursor:default;
   border-color : gray;
   background-color: #c6e3ff;
}

a.link-button-disabled:hover
{
   border-style: solid;
   border-width : 1px 2px 2px 1px;
   color: gray;
   text-decoration : none;
   font-weight:bold;
   padding : 4px;
   cursor:default;
   border-color : gray;
   background-color: #c6e3ff;
}

a.link-button-disabled:active
{
   border-style: solid;
   border-width : 1px 2px 2px 1px;
   color: gray;
   text-decoration : none;
   font-weight:bold;
   padding : 4px;
   cursor:default;
   border-color : gray;
   background-color: #c6e3ff;
}

a.link-button-small
{
   border-style: solid;
   border-width : 1px 2px 2px 1px;
   border-radius: 4px;
   color: white;
   text-decoration : none;
   font-weight:lighter;
   padding : 2px;
   cursor:pointer;
   border-color : #5c87b2 #436282 #436282 #5c87b2;
   /*background-color: #c6e3ff;*/
   background-color: #0450a1;
   
}

a.link-button-small:hover
{
    font-weight:lighter;
    cursor: pointer;
	background-color: #fe921f;
}
.task-notification-block
{
    background-color: #fe921f;
    margin-bottom: 5px;
    padding:5px;
	border-radius: 3px;
}

a.task-notification-text:link
{
    color:White;
    font-weight:bold;
}

.is-not-applicable-true
{
    text-decoration: line-through;
}
.is-not-applicable-false
{
    text-decoration: none;
}
.is-not-applicable_task-false
{
    font-weight:bold !important;
    color:#5C87B2 !important;
    text-decoration:underline;
}
.is-not-applicable_task-false:hover
{
    font-weight:bold !important;
    color:#5C87B2 !important;
    text-decoration:none !important;
}
.is-not-applicable_task-true
{
    font-weight:bold !important;
    color:#5C87B2 !important;
    
    text-decoration: line-through;
}
.is-not-applicable_task-true:hover
{
    font-weight:bold !important;
    color:#5C87B2 !important;
   text-decoration: line-through;
}

 

.order-detail-property-frame
{
    height:350px;overflow:auto; width:100%;
}
.order-detail-contacts-frame
{
    height:275px;
    overflow:auto;
}
.order-detail-tab-frame
{
    height:350px;
}
.order-detail-links
{
    background:#fe921f;
    margin-bottom: 5px;
    padding:5px;
    border-radius:3px;
    text-align:center;
}
.order-detail-link
{
    font-weight:bold;
}

a.grid-action-link 
{
    font-weight:bold !important;
    color:#5C87B2 !important;
    text-decoration: underline !important;
}
a.grid-action-link:hover 
{
    font-weight: bold !important;
    color: #5C87B2 !important;
    text-decoration: none !important;
}
div.k-window-content
{
    background:#E3F4FC !important;
}
.form-validation-hidden
{
    display:none;
}
.form-validation-visibile
{
    color:red;
}
.download-document-message
{
    text-align:center;
}

.rpt-table
{
    width:95%;
    margin-left:5px;
}
.rpt-amount-column
{
    width:80px !important;
}
.rpt-title
{
    text-align:center;
    font-weight:bold !important;
    font-size:1.5em;
    color:White;
    background:#5c87b2;
}
.rpt-section-header
{
    text-align:left;
    font-weight:bold !important;
    font-size:1.2em;
    color:Black;
    background:#F7F7F7;
}
.rpt-column-header
{
    text-align:left;
    font-weight:bold !important;
    color:Black;
    background:#CEE6FF;
}
.rpt-value-string
{
    text-align:left;
    color:Black;   
}
.rpt-value-string-alignright
{
    text-align:right;
    color:Black;   
}
.rpt-value-numeric
{
    text-align:right;
    color:Black;
}
.rpt-value-subtotal
{
    text-align:right;
    color:Black;
    font-weight:bold;
}
.rpt-value-total
{
    text-align:right;
    color:White;
    font-weight:bold;
    background:#5c87b2;
}
.rpt-summary-line
{
    text-align:right;
    color:Black;
    font-weight:bold;
    background:#CEE6FF;
}

.grid-selection {
    cursor:pointer;
}

/****KENDO UI****/
.k-window-titlebar {
    background: #5c87b2 !important;
}
.k-form-label {
    font-weight: bold;
}

.k-tabstrip-item {
    margin-bottom: -1px !important;
    border-bottom-width: 1px !important;
    border-bottom-color: transparent !important;
    z-index: 1 !important;
    border-color: #a7bac5 !important;
    color: black !important;
    background-color: #cee6ff !important;
    margin-right: 3px !important;
}

.k-tab-on-top {
    background-color: #fdb720 !important;
}