﻿@charset "utf-8";
/* CSS Document */

html {
	font: 70% 'Open Sans', 'Lucida Sans Unicode', 'Lucida Grande', Arial, Helvetica, Sans-Serif;
 font-family: background: #fff;
	min-height: 100%;
	position: relative;
	background: #f6f6f6;
	height: 100%;
}
body {
	margin: auto;
	overflow-y: hidden;
	height: 100%;
}
h1 {
	margin: 0px;
	font-weight: normal11;
	font-size: 22px;
	font-family: Calibri, Arial, Helvetica, sans-serif;
}
h2 {
	margin: 0px;
	font-weight: normal;
	font-size: 16px;
	font-family: Calibri, Arial, Helvetica, sans-serif;
}
h3 {
	margin: 0px;
	font-size: 14px;
	text-decoration: underline;
	font-family: Calibri, Arial, Helvetica, sans-serif;
}
.Dropdown {
	width: 95%;
}
.k-list, .k-calendar .k-link, .k-calendar th {
	font-size: 10px;
}
.panelFilter {
	padding: 10px;
	margin-bottom: 10px;
	background-color: #F5F5F5;
}
a:link, a:visited, a:active {
	text-decoration: none;
	color: #666;
}
a:hover {
	text-decoration: none;
	color: #0000AA;
	transition: all ease-in-out 0.5s;
}
a.lightLink:link, a.lightLink:visited, a.lightLink:active {
	text-decoration: none;
	color: #FF0;
}
a.lightLink:hover {
	text-decoration: none;
	color: #CCC;
}
.color1 {
	color: #0053a0;
}
.color2 {
	color: #f6303e;
}
.wrapper {
	width: 98%;
	margin: auto;
	padding: 0 1%;
}
.clearDiv {
	clear: both;
}
#header {
	background: #fff;
	padding: 0;
}
#logoPanel {
	float: left;
	position: relative;
	height: 65px;
}
#headerPanel {
	margin-top: 20px;
}
#headerLink {
	float: right;
	margin-top: 20px;
}
.side1 {
	float: left;
}
.side2 {
	float: right;
}
.kendoText {
	background-image: url('textures/highlight.png');
	background-image: none, -webkit-linear-gradient(top, rgba(255,255,255,.6) 0, rgba(255,255,255,.0) 100%);
	background-image: none, -moz-linear-gradient(top, rgba(255,255,255,.6) 0, rgba(255,255,255,.0) 100%);
	background-image: none, -o-linear-gradient(top, rgba(255,255,255,.6) 0, rgba(255,255,255,.0) 100%);
	background-image: none, linear-gradient(to bottom, rgba(255,255,255,.6) 0, rgba(255,255,255,.0) 100%);
	background-position: 50% 50%;
	background-color: #e9e9e9;
	border-color: #c5c5c5;
	height: 1.65em;
	line-height: 1.65em;
	padding: 0.177em 6px;
	margin: 0;
	color: #2e2e2e;
	border-radius: 4px;
	font-size: 100%;
}
.noBorderInput {
	border: 0px;
}
.noPaddingInput {
	padding-left: 0px;
}
#majidLogoPanel {
	width: 22%;
}
#carrefourLogoPanel {
	width: 22%;
	text-align: right;
}
.user-account {
	color: #5A5A5A;
	font-size: 13px;
	line-height: 60px;
	width: 55%;
	text-align: center;
}
.viewPanel {
	float: right;
	margin: 5px 0 0 10px;
	cursor: pointer;
	display: none;
}
#topNav {
	background: #012154;
	margin: 0px;
	height: 30px;
	display: block;
	width: 100%;
	z-index: 999;
	border-bottom: 1px solid #f7f7f7;
	border-top: 1px solid #f7f7f7;
	box-shadow: 0 0 5px 0 #f1f1f1;
}
#topNav ul {
	display: block;
	margin: 0px;
	padding: 0px;
}
#topNav ul li {
	display: block;
	float: left;
	list-style: none outside none;
	position: relative;
	cursor: pointer;
}
#topNav ul li a {
	color: #fff;
	font-size: 13px;
	line-height: 30px;
	list-style: none outside none;
	padding: 0 18px 0 0;
	margin: 0 18px 0 0;
	text-decoration: none;
	text-transform: uppercase;
	border-right: 1px solid #e0e0e0;
	transition: all 0.2s ease 0s;
}
#topNav ul li:last-child a {
	border-right: none;
}
#topNav ul li a:hover {
	color: #f7f7f7;
}
#topNav ul li ul {
	padding: 0;
	position: absolute;
	top: 27px;
	left: 0;
	width: 225px;
	-webkit-box-shadow: 0 2px 2px 0 #9f9f9f;
	-moz-box-shadow: 0 2px 2px 0 #9f9f9f;
	box-shadow: 0 2px 2px 0 #9f9f9f;
	display: none;
	opacity: 0;
	visibility: hidden;
	border-top: 1px solid #f1f1f1;
	z-index: 99999;
}
#topNav ul li ul li {
	background: #fff;
	display: block;
	/*z-index: 9;*/
	float: none;
	border-bottom: 1px solid #e0e0e0;
	padding: 0;
}
#topNav ul li ul li:hover {
	background: #efefef; /*#666*/
}
/*#topNav ul li ul li:hover a{
	color:#3e6a99;
}*/
#topNav ul li ul li a {
	font-size: 12px;
	text-decoration: none;
	padding: 5px 10px;
	line-height: normal;
	border-right: none;
	display: block;
	color: #454545;
}
#topNav ul li:hover ul {
	display: block;
	opacity: 1;
	visibility: visible;
	transition: all ease-in-out 0.8s;
}
#topNav ul li:hover ul li {
	position: relative;
}
#topNav ul li:hover ul li ul {
	display: none;
}
#topNav ul li:hover ul li:hover ul {
	position: absolute;
	left: 223px;
	top: -1px;
	display: block;
}
#topNav .navSelected a {
	color: #AA0000 !important;
}
#topNav .navSelected {
	background-image: url(../images/navSelected.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	color: #AA0000;
}
#topNav #icn-dashboard {
	background: url("../images/icn-dashboard.png") no-repeat transparent;
	display: block;
	margin-left: 20px;
	color: #fff;
	background-position-y: -14px;
}
#topNav #icn-InterStoreTransfer {
	background: url("../images/icon-transfer.png") no-repeat transparent;
	display: block;
	margin-left: 20px;
	margin-right: -30px;
	color: #fff;
	background-position-y: 5px;
}
#topNav #icn-correspondence {
	background: url("../images/icn-admin.png") no-repeat transparent;
	display: block;
	margin-left: 20px;
	color: #fff;
	background-position-y: 5px;
}
#topNav #icn-reports {
	background: url("../images/icn-reports.png") no-repeat transparent;
	display: block;
	margin-left: 20px;
	color: #fff;
	background-position-y: -13px;
}
#filterPanel {
	background: #FFF;
	border-bottom: 1px solid #dbdbdb;
	margin: 0px;
	width: 100%;
	overflow: hidden;
	height: 210px;
}
#filterIconHide, #filterIconShow {
	cursor: pointer;
	margin-right: 5px;
}
#filterIconShow, #screenViewFull, #headerViewFull {
	display: none;
}
#filterSummaryPanel {
	padding-top: 10px;
	padding-bottom: 10px;
	color: #999;
}
.filterSummaryField {
	float: left;
	width: 15%;
	padding-right: 2%;
}
.filterSummaryIcon {
	float: right;
}
#filterDetailPanel {
	border: 1px solid #CCC;
	padding: 5px;
	/*background-color: #fffeee;*/
	background: rgba(208,236,240,0.7);
	border-radius: 5px;
}
.filterDetailCol {
	float: left;
	width: 35%;
}
.filterDetailColLast {
	float: left;
	width: 30%;
}
.filterDetailLabel {
	float: left;
	width: 35%;
	padding-top: 5px;
}
.filterDetailValue {
	float: left;
	width: 65%;
	margin: 2px 0;
}
footer, .footer {
	color: #f5f5f5;
	background-color: #3e6a99;
	height: 10px;
	line-height: 30px;
	text-align: center;
	font-size: 13px;
	width: 100%;
}
.panelWindow {
	border: 1px solid;
	background-color: #FFF;
	border-color: #b2b2b2;
	-webkit-box-shadow: 1px 1px 7px 1px rgba(128,128,128,0.3);
	box-shadow: 1px 1px 7px 1px rgba(128,128,128,0.3);
}
#indicatorWindow {
	margin: 10px 0 0 0;
	padding: 10px;
	width: 34%;
	float: left;
}
#summaryWindow {
	margin: 10px 0 0 0;
	padding: 10px;
	width: 60.5%;
	float: right;
}
.row {
	border-top: 1px solid #CCC;
	clear: both;
	color: #999;
	font-size: 90%;
}
.row:first-child {
	border: 0;
}
.highlightValue {
	color: #F00;
}
.summaryDesc, .indicatorDesc {
	float: left;
	width: 35%;
	padding: 2px;
}
.summaryValue, .indicatorValue {
	float: right;
	width: 20%;
	text-align: right;
	padding: 2px;
}
#openWindow {
	margin: 10px 0;
	padding: 10px;
}
#homeCol1, #homeCol2 {
	width: 47%;
	margin-bottom: 20px;
	padding: 20px 10px;
	background: #fff;
	border: 1px solid #cacaca;
}
#homeCol1 {
	float: left;
}
#homeCol2 {
	float: right;
}
#mgrMessage {
	margin: 20px 0;
	padding: 10px;
}
#sysDiagram {
	border: 1px solid #b2b2b2;
}
.inputLabel {
	border: 0px;
	padding: 0px;
	font-weight: bold;
	font-size: 100%;
}
#formulaInputSection {
	float: left;
	width: 28%;
	border: 1px solid #DDDDDD;
	padding: 10px;
}
#formulaGenerationSection {
	float: right;
	width: 66%;
	background-color: rgba(128,128,128,0.3);
	padding: 1%;
}
.formulaInputField {
	margin: 0 10px 10px 0;
	float: left;
}
#txtFormula {
	color: #ff6600;
	font-size: 17px;
	width: 98%;
	padding: 5px;
}
#clearFormula {
	cursor: pointer;
	color: #004770;
	text-decoration: underline;
}
#clearFormula:hover {
	color: #ff6600;
}
.formulaButton {
	width: 28%;
	cursor: pointer;
	margin: 2px;
	border: 1px solid #a4a4a4;
	padding: 5px;
	font-size: 100%;
}
.formulaButton:hover {
	background-color: #F60;
	border: 1px solid #a4a4a4;
	padding: 5px;
	margin: 2px;
	transition: all ease-in-out 0.5s;
}
.otherButton {
	cursor: pointer;
	margin: 2px;
	padding: 5px;
	font-size: 100%;
}
#buttonBar {
	padding-top: 10px;
	text-align: right;
}
.filterDetailLabelTop {
	margin-right: 80px;
}
.red {
	color: red;
}
#indicatorPanel .k-grid-content, #summaryPanel .k-grid-content {
	overflow: hidden !important;
	width: 100%;
}
#indicatorPanel .k-grid-header, #summaryPanel .k-grid-header {
	padding-right: 0px !important;
}
.calcColumn {
	background-color: lightblue;
}
.inputColumn {
	background-color: skyblue;
}
/*Content From Style2.css*/

/* CSS Document */

.floatleft {
	float: left;
}
.floatright {
	float: right;
	padding-top: 10px;
}
.text-align-r {
	text-align: right;
}
.text-align-l {
	text-align: left;
}
.clear {
	clear: both;
}
/*for IE*/
header, nav, section, article, aside, footer {
	display: block;
}
a {
	outline: none !important;
}
input[type=text], select {
	text-transform: none !important;
}
/* Borders / Outlines in IE */
.k-block, .k-widget, .k-input, .k-textbox, .k-group, .k-content, .k-header, .k-editable-area, .k-separator, .k-colorpicker .k-i-arrow-s, .k-textbox > input, .k-autocomplete, .k-dropdown-wrap, .k-toolbar, .k-group-footer td, .k-grid-footer, .k-footer-template td, .k-state-default, .k-state-default .k-select, .k-state-disabled, .k-grid-header-wrap, .k-grid-header, .k-grid td, .k-grid td.k-state-selected, .k-grid-footer-wrap, .k-pager-wrap, .k-pager-wrap .k-link, .k-pager-refresh, .k-grouping-header, .k-grouping-header .k-group-indicator, .k-panelbar > .k-item > .k-link, .k-panel > .k-item > .k-link, .k-panelbar .k-panel, .k-panelbar .k-content, .k-calendar th, .k-slider-track, .k-splitbar, .k-dropzone-active, .k-upload-files, .k-tiles, .k-toolbar, .k-tooltip, .k-progress {
	border-color: #d9d9d9 !important;
}
/* Grid Border Color */
.k-button, .k-button.k-state-disabled:hover, .k-state-disabled .k-button:hover, .k-button.k-state-disabled:active, .k-state-disabled .k-button:active {
	border-color: #d9d9d9 !important;
}
/* Buttons Border Color */
li input[type="checkbox"] {
	background: transparent !important;
	border: none !important;
	outline: none !important;
}
/* Remove Border From Checkbox */

/* Column Grids */

/*.topBtns {background: #3e4b54; height: 28px; padding: 4px 0 1px 0; width: 100%; text-align: right;}
.k-state-selected, .k-state-selected:link, .k-list > .k-state-selected, .k-list > .k-state-highlight, .k-panel > .k-state-selected, .k-button:active, .k-ghost-splitbar-vertical, .k-ghost-splitbar-horizontal, .k-draghandle.k-state-selected:hover {background-color: #235688;}
.k-grid tbody .k-button, .k-ie8 .k-grid tbody button.k-button {min-width: 16px;}
.k-state-selected .k-plus {background-position:-15px -192px !important;}
.k-state-selected .k-minus {background-position:-17px -224px;}

.orderInfoPanel {background: #ffffff; border: 1px solid #D1CFCF; margin: 8px 0px 0px 0px; padding: 5px 15px 0 12px;} /* Added margin 8px 8px 0 8px */ */ .upperCase {
 text-transform: uppercase;
}
.element input, input[type='text'], textarea, .k-dropdown-wrap /*.k-dropdown .elementTxt*/ { /*text-transform: uppercase;*/
}
.element input, .element select {
	width: 100%;
}
.book33 input {
	width: 95% !important;
}
.element .k-combobox {
	width: 96% !important;
}
.elementTxt {
	width: 99%;
	line-height: 28px;
	display: table-cell;
	font-weight: normal !important;
}
.elementComboFull {
	width: 100%;
}
.element input[type='checkbox'] {
	width: auto;
}
.elementRadio {
	font-weight: normal !important;
}
.elementBtn {
	width: 130px;
	float: left;
	font-weight: normal !important;
}
.label, .label85, .label115, .label130, .label1, .label10, .label13, .label20, .label5, .label30, .label50, .label55, .label65, .label40, .topSecLabel {
	font-size: 11px;
	color: #295578;
	line-height: 27px;
	text-align: left;
	font-weight: bold !important;
}

.noteLabel {
	font-size: 11px;
	color: #295578;
	line-height: 20px;
	text-align: left;
	text-transform: none;
}
.labelH25 {
	font-size: 11px;
	color: #295578;
	line-height: 25px;
	text-align: left;
	font-weight: bold !important;
}
.labelFull {
	font-size: 11px;
	font-weight: bold !important;
	color: #295578;
	width: 100%;
	float: left;
	line-height: 28px;
	text-align: left;
}
label {
	cursor: default !important;
}
li label {
	cursor: pointer !important;
}
.name-vesting {
	font-size: 11px;
}
.name {
	width: 28%;
	float: left;
	margin-bottom: 10px;
}
.vesting {
	width: 12%;
	float: left;
	margin-bottom: 10px;
}
.emptyLabel {
	margin-left: 160px;
}
.raw {
	clear: both;
	height: 25px;
	padding-bottom: 6px;
}
.raw1 {
	clear: both;
	height: 20px;
	padding-bottom: 2px;
}
.raw-centre {
	display: table;
	height: 25px;
	margin: 0 auto;
	padding-bottom: 6px;
}
.colFull {
	width: 99.8%;
	margin-bottom: 10px !important;
	clear: both;
}
.colFull .k-textbox {
	width: 100% !important;
}
/*.scBtn {width: 93.5%; !important; clear: both;}
.scBtn-1 {width: 93.5%; !important;}
.scBtn1 {width: 96%; !important; clear: both;}
.scBtn2 {width: 98.5%; !important; clear: both;}
.scBtnPopup { clear: both; margin: 0 15px;}*/
/*.btnFreeze {
	background: none repeat scroll 0 0 #FFFFFF;
	border-top: 1px solid #EBEAEA;
    bottom: 0;
    clear: both;
    padding: 1%;
    position: absolute;
    width: 98%;
}*/

/*#grantorsPane {margin-bottom: 20px;}
#granteesPane {margin-bottom: 20px;}
#cdPoaPane {margin-bottom: 20px;}
#cdTrustInfoPane {margin-bottom: 20px;}
#cdAttorneyPane {margin-bottom: 20px;}
#cdMinorTitlePane {margin-bottom: 20px;}
#cdConservatorTitlePane {margin-bottom: 20px;}
#cdLegalDescriptionPane {margin-bottom: 20px;}
#cdOutsalePane {margin-bottom: 20px;}
#cdFeeInfoPane {margin-bottom: 20px;}
#legalAttPane {}
#legalDesPane {}*/

/*.colWrap {margin: 0 29px; margin-bottom: 10px !important;}
.colWrap1 {margin: 0 15px; margin-bottom: 10px !important;}
.colWrap2 {margin: 0 45px; margin-bottom: 10px !important;}

.hline {border-bottom: 1px solid #ebeaea; width: 98%; margin: auto;}
.hlineBlue {border-bottom: 1px solid #295578; width: 99%; margin: 0;}
.hline1 {border-bottom: 1px solid #ebeaea; width: 100%; margin: auto;}
.subHeading {color: #235688; font-weight: bold; font-size: 14px; margin-bottom: 6px !important; padding: 0 12px !important;}
.subHeading1 {color: #235688; font-weight: bold; font-size: 14px; margin-bottom: 6px !important;}
.subSection {margin-bottom: 6px !important; padding: 0 12px !important;}
.subSection .filterDown {margin-top: -22px;}
.subSection .label {width: 20%; float: left; margin-right: 1%; font-weight: bold !important ;}
.subSection .element {width: 75%; float: left; font-weight: normal !important;}
.subSection .label31 {width: 30%; float: left; margin-right: 1%; font-weight: bold !important ;}
.subSection .label23 {width: 22%; float: left; margin-right: 1%; font-weight: bold !important ;}
.subSection .element60 {width: 60%; float: left; font-weight: normal !important;}*/

/* ######################################################## */

/* Tabs Wrap */



/* Text Formatting & Sizing */

/*.bold {font-weight: bold !important;}
.normal{font-weight: normal !important;}
.italic {font-style: italic;}
.underline {text-decoration: underline;}
.strikeout {text-decoration: line-through;}
.uppercase {text-transform: uppercase;}
.dBlue {color: #295578;}
.orange {color: #F60;}
.red {color: #F00;}
.black {color: #000000;}
.ten {font-size: 10px !important;}
.eleven {font-size: 11px !important;}
.twelve {font-size: 12px !important;}
.fourteen {font-size: 14px !important;}*/

/* Widget Active/Collapse Div */



/* Elements Alignments & Spacing */

.ulLi {
	margin-left: 0 !important;
}
.ulLiSingleLine li {
	list-style: none;
	margin-right: 10px;
	display: block;
	line-height: 15px;
	padding-top: 7px;
	float: left;
}
.ulLi li {
	list-style: none;
	margin-right: 10px;
	line-height: 15px;
	padding-top: 7px;
}
.ulLi li input {
	width: auto !important;
	display: block;
	float: left;
	margin-right: 5px;
}
.ulLi div {
	float: left;
}
.txtInd {
	text-indent: 10px;
 .text-indent: 15px;
}
.txtAR {
	text-align: right !important;
	text-indent: 10px;
 .text-indent: 15px;
}
.rtl {
	direction: rtl;
}
.mT1 {
	margin-top: 1px !important;
}
.mT4 {
	margin-top: 4px !important;
}
.mT5 {
	margin-top: 5px !important;
}
.mT7 {
	margin-top: 7px !important;
}
.mT10 {
	margin-top: 10px !important;
}
.mT15 {
	margin-top: 15px !important;
}
.mT20 {
	margin-top: 20px !important;
}
.mT25 {
	margin-top: 25px !important;
}
.mB5 {
	margin-bottom: 5px !important;
}
.mB10 {
	margin-bottom: 10px !important;
}
.mB20 {
	margin-bottom: 20px !important;
}
.mL06 {
	margin-left: 0.6%;
}
.mL5 {
	margin-left: 5px !important;
}
.mL10 {
	margin-left: 10px !important;
}
.mL15 {
	margin-left: 15px !important;
}
.mL20 {
	margin-left: 20px !important;
}
.mL25 {
	margin-left: 25px !important;
}
.mL16 {
	margin-left: 16px !important;
}
.mR4 {
	margin-right: 4px !important;
}
.mR5 {
	margin-right: 5px !important;
}
.mR10 {
	margin-right: 10px !important;
}
.mR15 {
	margin-right: 15px !important;
}
.mR30 {
	margin-right: 30px !important;
}
.mR35 {
	margin-right: 35px !important;
}
.mAuto {
	margin: auto !important;
}
.p7 {
	padding: 7px !important;
}
.pR4 {
	padding-right: 4px !important;
}
.pR5 {
	padding-right: 5px !important;
}
.pL5 {
	padding-left: 5px !important;
}
.pL10 {
	padding-left: 10px !important;
}
.aRight {
	text-align: right !important;
}
.aCenter {
	text-align: center !important;
}
.minHeight1 {
	min-height: 1px !important;
}
.lM {
	margin-left: 29px;
}
.mt-6 {
	margin-top: -6px !important;
}
.mT-10 {
	margin-top: -10px !important;
}
.mT-30 {
	margin-top: -30px !important;
}
.mr-25 {
	margin-right: -25px !important;
}
.ml25 {
	margin-left: 25px !important;
}
.ml-11 {
	margin-left: -11px !important;
}
.mB-20 {
	margin-bottom: -20px !important;
}
.mR15 {
	margin-right: 15px !important;
}
.mR25 {
	margin-right: 25px !important;
}
/* Kendo CSS */




#moreIcon .k-menu .k-menu-horizontal .k-icon .k-i-arrow-s {
	background-image: url("../images/appIconMore.png");
	border: 1px solid;
	width: 100px !important;
}
#accordion .imactive {
	font-size: 11px;
	font-weight: bold;
	background: none repeat scroll 0 0 #0b3e70 !important;
	color: #FFFFFF !important;
}
#accordion div {
	padding: 8px 4px !important;
}
/*#accordion div span {margin-left: 6px !important; width: 14px !important;}*/
#accordion div label.label {
	background: none repeat scroll 0 0 #F5F5F5;
	border-radius: 2px 0 0 2px;
	color: #383E4B;
	position: relative;
	float: right;
	top: 10px;
}
.colFull {
	width: 100%;
	margin-bottom: 10px !important;
	clear: both;
}
.colFull .label {
	width: 14%;
	float: left;
	margin-right: 1%;
	font-weight: bold !important;
}
.colFull .label8 {
	width: 8.3%;
	float: left;
	margin-right: 1%;
	font-weight: bold !important;
}
.colFull .label13 {
	width: 13.5%;
	float: left;
	margin-right: 1%;
	font-weight: bold !important;
}
.colFull .label14 {
	width: 13%;
	float: left;
	margin-right: 1%;
	font-weight: bold !important;
}
.colFull .label1 {
	width: 22%;
	float: left;
	margin-right: 1%;
	font-weight: bold !important;
}
.colFull .label17 {
	width: 17%;
	float: left;
	margin-right: 1%;
	font-weight: bold !important;
}
.colFull .label18 {
	width: 18%;
	float: left;
	margin-right: 1%;
	font-weight: bold !important;
}
.colFull .label19 {
	width: 18.5%;
	float: left;
	margin-right: 1%;
	font-weight: bold !important;
}
.colFull .label20 {
	width: 19%;
	float: left;
	margin-right: 1%;
	font-weight: bold !important;
}
.colFull .label21 {
	width: 20%;
	float: left;
	margin-right: 1%;
	font-weight: bold !important;
}
.colFull .label22 {
	width: 21%;
	float: left;
	margin-right: 1%;
	font-weight: bold !important;
}
.colFull .label23 {
	width: 22%;
	float: left;
	margin-right: 1%;
	font-weight: bold !important;
}
.colFull .label25 {
	width: 24%;
	float: left;
	margin-right: 1%;
	font-weight: bold !important;
}
.colFull .label27 {
	width: 27%;
	float: left;
	margin-right: 1%;
	font-weight: bold !important;
}
.colFull .label29 {
	width: 28.5%;
	float: left;
	margin-right: 1%;
	font-weight: bold !important;
}
.colFull .label1308 {
	width: 13.8%;
	float: left;
	margin-right: 1%;
	font-weight: bold !important;
}
.colFull .label33 {
	width: 32%;
	float: left;
	margin-right: 1%;
	font-weight: bold !important;
}
.colFull .label35 {
	width: 34%;
	float: left;
	margin-right: 1%;
	font-weight: bold !important;
}
.colFull .label38 {
	width: 37%;
	float: left;
	margin-right: 1%;
	font-weight: bold !important;
}
.colFull .label42 {
	width: 42%;
	float: left;
	margin-right: 1%;
	font-weight: bold !important;
}
.colFull .label47 {
	width: 40%;
	float: left;
	margin-right: 1%;
	font-weight: normal !important;
	color: #666;
}
.colFull .label57 {
	width: 56%;
	float: left;
	margin-right: 1%;
	font-weight: bold !important;
}
.colFull .label58 {
	width: 57%;
	float: left;
	margin-right: 1%;
	font-weight: bold !important;
}
.colFull .label66 {
	width: 65%;
	float: left;
	margin-right: 1%;
	font-weight: bold !important;
}
.colFull .label73 {
	width: 73%;
	float: left;
	margin-right: 1%;
	font-weight: bold !important;
}
.colFull .label77 {
	width: 77%;
	float: left;
	margin-right: 1%;
	font-weight: bold !important;
}
.colFull .label80 {
	width: 80%;
	float: left;
	margin-right: 1%;
	font-weight: bold !important;
}
.colFull .label85 {
	width: 10%;
	float: left;
	margin-right: 1%;
	font-weight: bold !important;
}
.colFull .label115 {
	width: 14%;
	float: left;
	margin-right: 1%;
	font-weight: bold !important;
}
.colFull .label30 {
	width: 27%;
	float: left;
	margin-right: 1%;
	font-weight: bold !important;
}

.colFull .element {
	width: 81%;
	float: left;
	font-weight: normal !important;
}
.colFull .elementTxt {
	width: 80%;
	float: left;
	font-weight: normal !important;
	line-height: 15px;
}
.colFull .elementCombo {
	width: 30%;
	float: left;
}
.colFull .elementFull {
	width: 100%;
	float: left;
	font-weight: normal !important;
}
.colFull .element63 {
	width: 63%;
	float: left;
	font-weight: normal !important;
}
.colFull .element67 {
	width: 67%;
	float: left;
	font-weight: normal !important;
}
.colFull .element70 {
	width: 70%;
	float: left;
	font-weight: normal !important;
}
.colFull .element73 {
	width: 73%;
	float: left;
	font-weight: normal !important;
}
.colFull .element75 {
	width: 75%;
	float: left;
	font-weight: normal !important;
}
.colFull .element77 {
	width: 77%;
	float: left;
	font-weight: normal !important;
}
.colFull .element79 {
	width: 79%;
	float: left;
	font-weight: normal !important;
}
.colFull .element80 {
	width: 80%;
	float: left;
	font-weight: normal !important;
}
.colFull .element84 {
	width: 84%;
	float: left;
	font-weight: normal !important;
}
.colFull .element24 {
	width: 24%;
	float: left;
	font-weight: normal !important;
}
.colFull .element30 {
	width: 30%;
	float: left;
	font-weight: normal !important;
}
.colFull .element35 {
	width: 35%;
	float: left;
	font-weight: normal !important;
}
.colFull .element40 {
	width: 40%;
	float: left;
	font-weight: normal !important;
}
.colFull .element41 {
	width: 41%;
	float: left;
	font-weight: normal !important;
}
.colFull .element50 {
	width: 59%;
	float: left;
	font-weight: normal !important;
}
.colFull .element55 {
	width: 55%;
	float: left;
	font-weight: normal !important;
}
.colFull .element58 {
	width: 58%;
	float: left;
	font-weight: normal !important;
}
.colFull .element62 {
	width: 62%;
	float: left;
	font-weight: normal !important;
}
.colFull .element63 {
	width: 63%;
	float: left;
	font-weight: normal !important;
}
.colFull .element1 {
	width: 82%;
	float: left;
	font-weight: normal !important;
}
.colFull .k-textbox, .k-combobox, .k-dropdown, .k-selectbox {
	width: 100% !important;
}
.col10 {
	width: 10%;
	float: left;
}
.col3 {
	width: 3%;
	float: left;
}
.col15 {
	width: 15%;
	float: left;
}
.col15 .label {
	width: 80%;
	float: left;
	margin-right: 1%;
	font-weight: bold !important;
}
.col15 .label36 {
	width: 35%;
	float: left;
	margin-right: 1%;
	font-weight: bold !important;
}
.col15 .element {
	width: 15%;
	float: left;
	font-weight: normal !important;
}
.col20 {
	width: 20%;
	float: left;
}
.col20 .label {
	width: 30%;
	float: left;
	margin-right: 1%;
	font-weight: bold !important;
}
.col20 .label60 {
	width: 59%;
	float: left;
	margin-right: 1%;
	font-weight: bold !important;
}
.col20 .label1 {
	width: 27%;
	float: left;
	margin-right: 1%;
	font-weight: bold !important;
	line-height: 27px !important;
}
.col20 .label40 {
	width: 40%;
	float: left;
	margin-right: 1%;
	font-weight: bold !important;
	line-height: 27px !important;
}
.col20 .label45 {
	width: 45%;
	float: left;
	margin-right: 1%;
	font-weight: bold !important;
	line-height: 27px !important;
}
.col20 .element {
	width: 50%;
	float: left;
	font-weight: normal !important;
}
.col20 .element30 {
	width: 30% !important;
	float: left;
	font-weight: normal !important;
}
.col20 .element1 {
	width: 70%;
	float: left;
	font-weight: normal !important;
}
.col20 .elementTxt {
	width: 70%;
	float: left;
	font-weight: bold !important;
	line-height: 27px !important;
}
.col20 .elementTxt55 {
	width: 55%;
	float: left;
	font-weight: bold !important;
	line-height: 27px !important;
}
.col24 {
	width: 24%;
	float: left;
}
.col24 .label {
	width: 30%;
	float: left;
	margin-right: 1%;
	font-weight: bold !important;
}
.col24 .topSecData {
	width: 60%;
	float: left;
	line-height: 27px !important;
}
.col25 {
	width: 25%;
	float: left;
}
.col25 .label {
	width: 29%;
	float: left;
	margin-right: 1%;
	font-weight: bold !important;
}
.col25 .label1 {
	width: 40%;
	float: left;
	margin-right: 1%;
	font-weight: bold !important;
}
.col25 .label18 {
	width: 17%;
	float: left;
	margin-right: 1%;
	font-weight: bold !important;
}
.col25 .label36 {
	width: 35%;
	float: left;
	margin-right: 1%;
	font-weight: bold !important;
}
.col25 .label37 {
	width: 36%;
	float: left;
	margin-right: 1%;
	font-weight: bold !important;
}
.col25 .label45 {
	width: 44%;
	float: left;
	margin-right: 1%;
	font-weight: bold !important;
}
.col25 .label58 {
	width: 57%;
	float: left;
	margin-right: 1%;
	font-weight: bold !important;
}
.col25 .label70 {
	width: 69%;
	float: left;
	margin-right: 1%;
	font-weight: bold !important;
}
.col25 .element {
	width: 75%;
	float: left;
	font-weight: normal !important;
}
.col25 .element50 {
	width: 50%;
	float: left;
	font-weight: normal !important;
}
.col25 .element55 {
	width: 55% !important;
	float: left;
	font-weight: normal !important;
}
.col25 .element35 {
	width: 35%;
	float: left;
	font-weight: normal !important;
}
.col25 .element65 {
	width: 65%;
	float: left;
	font-weight: normal !important;
}
.col25 .elementTxt {
	width: 70%;
	float: left;
	font-weight: normal !important;
	line-height: 27px !important;
}
.col25 .elementTxt1 {
	width: 50%;
	float: left;
	font-weight: normal !important;
	line-height: 27px;
}
.col25 .elementTxt25 {
	width: 25%;
	float: left;
	font-weight: normal !important;
	line-height: 27px;
}
.col25 .elementTxt40 {
	width: 40%;
	float: left;
	font-weight: normal !important;
	line-height: 27px;
}
.col25 .elementTxt45 {
	width: 45%;
	float: left;
	font-weight: normal !important;
	line-height: 27px;
}
.col25 .elementTxt50 {
	width: 50%;
	float: left; /* font-weight: normal !important; */
	line-height: 27px !important;
}
.col25 .elementTxt60 {
	width: 60%;
	float: left;
	line-height: 27px !important;
	font-weight: normal;
}
.col25 .element1 {
	float: left;
	font-weight: normal !important;
	width: 100%;
}
.col25 .elementTxtBG {
	width: 15%;
	float: left;
	background: #cccccc;
	border: 1px solid #333333;
	font-weight: normal !important;
	line-height: 19px !important;
	margin: 3px;
	text-align: center;
}
.ulLi2 li {
	list-style: none;
	margin-right: 10px;
	display: block;
	float: left;
	line-height: 15px;
	padding-top: 7px;
}
.ulLi2 ul {
	margin-left: 0px;
}
.ulLi2 li input {
	display: block;
	float: left;
	margin-right: 2px;
	width: auto;
}
.ulLi2 {
}
.col29 {
	width: 15%;
	float: left;
}
.col30 {
	width: 32%;
	float: left;
}
.col30 .label {
	width: 33%;
	float: left;
	margin-right: 1%;
	font-weight: bold !important;
}
.col30 .label5 {
	width: 5%;
	float: left;
	margin-right: 1%;
	font-weight: bold !important;
}
.col30 .label13 {
	width: 12%;
	float: left;
	margin-right: 1%;
	font-weight: bold !important;
}
.col30 .label16 {
	width: 16%;
	float: left;
	margin-right: 1%;
	font-weight: bold !important;
}
.col30 .label25 {
	width: 25%;
	float: left;
	margin-right: 1%;
	font-weight: bold !important;
}
.col30 .label34 {
	width: 34%;
	float: left;
	margin-right: 1%;
	font-weight: bold !important;
}
.col30 .label35 {
	width: 35%;
	float: left;
	margin-right: 1%;
	font-weight: bold !important;
}
.col30 .label40 {
	width: 40%;
	float: left;
	margin-right: 1%;
	font-weight: bold !important;
}
.col30 .label45 {
	width: 45%;
	float: left;
	margin-right: 1%;
	font-weight: bold !important;
}
.col30 .label46 {
	width: 46%;
	float: left;
	margin-right: 1%;
	font-weight: bold !important;
}
.col30 .label48 {
	width: 48%;
	float: left;
	margin-right: 1%;
	font-weight: bold !important;
}
.col30 .label40 {
	width: 39%;
	float: left;
	margin-right: 1%;
	font-weight: bold !important;
}
.col30 .label51 {
	width: 51%;
	float: left;
	margin-right: 1%;
	font-weight: bold !important;
}
.col30 .label50 {
	width: 49%;
	float: left;
	margin-right: 1%;
	font-weight: bold !important;
}
.col30 .label60 {
	width: 59%;
	float: left;
	margin-right: 1%;
	font-weight: bold !important;
}
.col30 .label62 {
	width: 61%;
	float: left;
	margin-right: 1%;
	font-weight: bold !important;
}
.col30 .element {
	width: 54%;
	float: left;
	font-weight: normal !important;
}
.col30 .elementTxt {
	width: 50%;
	float: left;
	font-weight: normal !important;
}
.col30 .element35 {
	width: 35%;
	float: left;
	font-weight: normal !important;
}
.col30 .element46 {
	width: 46%;
	float: left;
	font-weight: normal !important;
}
.col30 .element57 {
	width: 57%;
	float: left;
	font-weight: normal !important;
}
.col30 .elementCombo {
	width: 33%;
	float: left;
	font-weight: normal !important;
	position: absolute;
	margin-left: 9%;
}
.col30 .k-combobox, .k-dropdown, .k-selectbox {
	width: 96.5% !important;
}
/*.col30 .k-datepicker, .k-timepicker, .k-datetimepicker {width: 100px !important;}*/
.col30 .page {
	width: 30% !important;
	margin-left: 2%;
}
.col30 .page1 {
	width: 30% !important;
}
.col33 {
	width: 33.3%;
	float: left;
	margin-right: 5px;
}
.col33 .label {
	width: 45%;
	float: left;
	margin-right: 1%;
	font-weight: bold !important;
}
.col33 .label25 {
	width: 25%;
	float: left;
	margin-right: 1%;
	font-weight: bold !important;
}
.col33 .label33 {
	width: 33%;
	float: left;
	margin-right: 1%;
	font-weight: bold !important;
}
.col33 .label35 {
	width: 35%;
	float: left;
	margin-right: 1%;
	font-weight: bold !important;
}
.col33 .label37 {
	width: 37%;
	float: left;
	margin-right: 1%;
	font-weight: bold !important;
}
.col33 .label38 {
	width: 37.5%;
	float: left;
	margin-right: 1%;
	font-weight: bold !important;
}
.col33 .label40 {
	width: 39%;
	float: left;
	margin-right: 1%;
	font-weight: bold !important;
}
.col33 .label45 {
	width: 45%;
	float: left;
	margin-right: 1%;
	font-weight: bold !important;
}
.col33 .label55 {
	width: 54%;
	float: left;
	margin-right: 1%;
	font-weight: bold !important;
}
.col33 .element {
	width: 50%;
	float: left;
	font-weight: bold !important;
	position: relative;
}
.col33 .element33 {
	width: 33.3%;
	float: left;
	font-weight: normal !important;
}
.col33 .element44 {
	width: 43.5%;
	float: left;
	font-weight: normal !important;
}
.col33 .element53 {
	width: 53%;
	float: left;
	font-weight: normal !important;
}
.col33 .element60 {
	width: 60%;
	float: left;
	font-weight: normal !important;
}
/*.col33 .k-datepicker, .k-timepicker, .k-datetimepicker {width: 100px !important;}*/
.viewFileBtn {
	position: absolute;
	right: 30px;
	top: 0;
}
.viewFileBtn a.k-button {
	padding: 2px 5px;
}
.col35 {
	width: 35%;
	float: left;
}
.col35 .label {
	width: 40%;
	float: left;
	margin-right: 1%;
	font-weight: bold !important;
}
.col35 .element {
	width: 57%;
	float: left;
	font-weight: normal !important;
}
.col35 .k-datepicker, .k-timepicker, .k-datetimepicker {
	width: 100px !important;
}
.col40 {
	width: 40%;
	float: left;
}
.col40 .label {
	width: 21%;
	float: left;
	margin-right: 1%;
	font-weight: bold !important;
}
.col40 .label18 {
	width: 17%;
	float: left;
	margin-right: 1%;
	font-weight: bold !important;
}
.col40 .label20 {
	width: 20.8%;
	float: left;
	margin-right: 1%;
	font-weight: bold !important;
}
.col40 .label22 {
	width: 22.2%;
	float: left;
	margin-right: 1%;
	font-weight: bold !important;
}
.col40 .label23 {
	width: 22%;
	float: left;
	margin-right: 1%;
	font-weight: bold !important;
}
.col40 .label35 {
	width: 35%;
	float: left;
	margin-right: 1%;
	font-weight: bold !important;
}
.col40 .label47 {
	width: 30%;
	float: left;
	margin-right: 1%;
	font-weight: bold !important;
}
.col40 .label48 {
	width: 47%;
	float: left;
	margin-right: 1%;
	font-weight: bold !important;
}
.col40 .label53 {
	width: 53.7%;
	float: left;
	margin-right: 1%;
	font-weight: bold !important;
}
.col40 .label60 {
	width: 59%;
	float: left;
	margin-right: 1%;
	font-weight: bold !important;
}
.col40 .label68 {
	width: 67%;
	float: left;
	margin-right: 1%;
	font-weight: bold !important;
}
.col40 .labelFull {
	width: 100%;
	float: left;
	margin-right: 1%;
	font-weight: bold !important;
}
.col40 .element {
	width: 73%;
	float: left;
	font-weight: normal !important;
}
.col40 .element20 {
	width: 23%;
	float: left;
	font-weight: normal !important;
}
.col40 .element28 {
	width: 28%;
	float: left;
	font-weight: normal !important;
}
.col40 .element29 {
	width: 29.5%;
	float: left;
	font-weight: normal !important;
}
.col40 .element31 {
	width: 31%;
	float: left;
	font-weight: normal !important;
}
.col40 .element50 {
	width: 50%;
	float: left;
	font-weight: normal !important;
}
.col40 .element75 {
	width: 75%;
	float: left;
	font-weight: normal !important;
}
.col40 .label1 {
	width: 7%;
	float: left;
	margin-right: 1%;
	font-weight: bold !important;
}
.col40 .element12 {
	width: 12%;
	float: left;
	margin-right: 1%;
	font-weight: bold !important;
}
.col40 .element13 {
	width: 10.5%;
	float: left;
	margin-right: 1%;
	font-weight: bold !important;
}
.col40 .label10 {
	width: 11%;
	float: left;
	margin-right: 1%;
	font-weight: bold !important;
}
.col40 .label13 {
	width: 15%;
	float: left;
	margin-right: 1%;
	font-weight: bold !important;
}
.col40 .elementState input {
	width: 60%;
	float: left;
	font-weight: normal !important;
}
.col40 .elementZip input {
	width: 100%;
	float: left;
	font-weight: normal !important;
}
.col40 .elementCombo {
	width: 30%;
	float: left;
}
.col40 .elementCombo1 {
	width: 70%;
	float: left;
}
.col40 .elementCombo75 {
	width: 75%;
	float: left;
}
.col40 .elementFull {
	width: 98.5%;
	float: left;
	font-weight: normal !important;
}
.col45 {
	width: 45%;
	float: left;
}
.col45 .label {
	width: 30%;
	float: left;
	margin-right: 1px;
	font-weight: bold !important;
}
.col45 .label1 {
	width: 37%;
	float: left;
	margin-right: 1px;
	font-weight: bold !important;
}
.col45 .label11 {
	width: 10%;
	float: left;
	margin-right: 1px;
	font-weight: bold !important;
}
.col45 .label23 {
	width: 22%;
	float: left;
	margin-right: 1px;
	font-weight: bold !important;
}
.col45 .element {
	width: 65%;
	float: left;
	font-weight: normal !important;
}
.col45 .element22 {
	width: 22%;
	float: left;
	font-weight: normal !important;
}
.col45 .element26 {
	width: 26%;
	float: left;
	font-weight: normal !important;
}
.col45 .elementTxt {
	width: 68%;
	float: left;
	font-weight: normal !important;
}
.col45 .elementCombo {
	width: 23%;
	float: left;
}
.col45 .elementNum .k-textbox {
	width: 33.3%;
	float: left;
	font-weight: normal !important;
}
.col46 {
	width: 46%;
	float: left;
}
.col46 .label {
	width: 27%;
	float: left;
	margin-right: 1%;
	font-weight: bold !important;
}
.col46 .element {
	width: 70%;
	float: left;
	font-weight: normal !important;
}
.col46 .elementTxt {
	width: 70%;
	float: left;
	font-weight: normal !important;
	line-height: 27px !important;
}
.col47 {
	width: 47%;
	float: left;
}
.col47 .label {
	width: 27%;
	float: left;
	margin-right: 1%;
	font-weight: bold !important;
}
.col47 .element {
	width: 70%;
	float: left;
	font-weight: normal !important;
}
.col47 .elementTxt {
	width: 68%;
	float: left;
	font-weight: normal !important;
}
.col47 .elementCombo {
	width: 24%;
	float: left;
}
.col47 .elementCombo18 {
	width: 18%;
	float: left;
}
.col47 .element69 {
	width: 69%;
	float: left;
	font-weight: normal !important;
}
.col49 {
	width: 49%;
	float: left;
}
.col49 .label {
	width: 27%;
	float: left;
	margin-right: 1%;
	font-weight: bold !important;
}
.col49 .element {
	width: 70%;
	float: left;
	font-weight: normal !important;
}
.col49 .elementTxt {
	width: 68%;
	float: left;
	font-weight: normal !important;
}
.col49 .elementCombo {
	width: 24%;
	float: left;
}
.col49 .elementCombo18 {
	width: 18%;
	float: left;
}
.col49 .element69 {
	width: 69%;
	float: left;
	font-weight: normal !important;
}
.col50 {
	width: 50%;
	float: left;
}
.col50Settings {
	width: 50%;
	float: left;
    font-size:14px;
    margin-bottom:3px;
}

.col50 .label {
	width: 28%;
	float: left;
	margin-right: 1%;
	font-weight: bold !important;
}
.col50 .label1 {
	width: 7%;
	float: left;
	margin-right: 1%;
	font-weight: bold !important;
}
.col50 .label3 {
	width: 3%;
	float: left;
	margin-left: 1%;
	font-weight: bold !important;
}
.col50 .label5 {
	width: 5%;
	float: left;
	margin-right: 1%;
	font-weight: bold !important;
}
.col50 .label7 {
	width: 6%;
	float: left;
	margin-right: 1%;
	font-weight: bold !important;
}
.col50 .label8 {
	width: 8%;
	float: left;
	margin-right: 1%;
	font-weight: bold !important;
}
.col50 .label10 {
	width: 9%;
	float: left;
	margin-right: 1%;
	font-weight: bold !important;
}
.col50 .label11 {
	width: 10%;
	float: left;
	margin-right: 1%;
	font-weight: bold !important;
}
.col50 .label13 {
	width: 13%;
	float: left;
	margin-right: 1%;
	font-weight: bold !important;
}
.col50 .label15 {
	width: 14%;
	float: left;
	margin-right: 1%;
	font-weight: bold !important;
}
.col50 .label16 {
	width: 15%;
	float: left;
	margin-right: 1%;
	font-weight: bold !important;
}
.col50 .label18 {
	width: 17.7%;
	float: left;
	margin-right: 1%;
	font-weight: bold !important;
}
.col50 .label19 {
	width: 18%;
	float: left;
	margin-right: 1%;
	font-weight: bold !important;
}
.col50 .label20 {
	width: 20%;
	float: left;
	margin-right: 1%;
	font-weight: bold !important;
}
.col50 .label21 {
	width: 21%;
	float: left;
	margin-right: 1%;
	font-weight: bold !important;
}
.col50 .label23 {
	width: 22%;
	float: left;
	margin-right: 1%;
	font-weight: bold !important;
}
.col50 .label24 {
	width: 23%;
	float: left;
	margin-right: 1%;
	font-weight: bold !important;
}
.col50 .label26 {
	width: 25%;
	float: left;
	margin-right: 1%;
	font-weight: bold !important;
}
.col50 .label27 {
	width: 26%;
	float: left;
	margin-right: 1%;
	font-weight: bold !important;
}
.col50 .label30 {
	width: 30.3%;
	float: left;
	margin-right: 1%;
	font-weight: bold !important;
}
.col50 .label29 {
	width: 29%;
	float: left;
	margin-right: 1%;
	font-weight: bold !important;
}
.col50 .label30a {
	width: 30%;
	float: left;
	margin-right: 1%;
	font-weight: bold !important;
}
.col50 .label33 {
	width: 33%;
	float: left;
	margin-right: 1%;
	font-weight: bold !important;
}
.col50 .label36 {
	width: 35%;
	float: left;
	margin-right: 1%;
	font-weight: bold !important;
}
.col50 .label40 {
	width: 39%;
	float: left;
	margin-right: 1%;
	font-weight: bold !important;
}
.col50 .label41 {
	width: 40%;
	float: left;
	margin-right: 1%;
	font-weight: bold !important;
}
.col50 .label43 {
	width: 42%;
	float: left;
	margin-right: 1%;
	font-weight: bold !important;
}
.col50 .label48 {
	width: 48%;
	float: left;
	margin-right: 1%;
	font-weight: bold !important;
}
.col50 .label50 {
	width: 50%;
	float: left;
	margin-right: 1%;
	font-weight: bold !important;
}
.col50 .label55 {
	width: 55%;
	float: left;
	margin-right: 1%;
	font-weight: bold !important;
}
.col50 .label59 {
	width: 58%;
	float: left;
	margin-right: 1%;
	font-weight: bold !important;
}
.col50 .label61 {
	width: 60%;
	float: left;
	margin-right: 1%;
	font-weight: bold !important;
}
.col50 .label63 {
	width: 63%;
	float: left;
	margin-right: 1%;
	font-weight: bold !important;
}
.col50 .label67 {
	width: 66%;
	float: left;
	margin-right: 1%;
	font-weight: bold !important;
}
.col50 .label68 {
	width: 67%;
	float: left;
	margin-right: 1%;
	font-weight: bold !important;
}
.col50 .label71 {
	width: 70%;
	float: left;
	margin-right: 1%;
	font-weight: bold !important;
}
.col50 .label76 {
	width: 75%;
	float: left;
	margin-right: 1%;
	font-weight: bold !important;
}
.col50 .label80 {
	width: 79%;
	float: left;
	margin-right: 1%;
	font-weight: bold !important;
}
.col50 .label130 {
	width: 28%;
	float: left;
	margin-right: 1px;
	font-weight: bold !important;
}
.col50Settings .labelSettings {
	width: 38%;
	float: left;
	margin-right: 1%;
	font-weight: bold !important;
    color: #666;
}
.col50 .element {
	width: 68%;
	float: left;
	font-weight: normal !important;
}
.col50 .elementTxt {
	width: 68%;
	float: left;
	font-weight: normal !important;
}
.col50 .elementTxt38 {
	width: 38%;
	float: left;
	font-weight: normal !important;
	line-height: 28px;
}
.col50 .element32 {
	width: 32%;
	float: left;
	font-weight: normal !important;
}
.col50 .element39 {
	width: 39%;
	float: left;
	font-weight: normal !important;
}
.col50 .element55 {
	width: 55%;
	float: left;
	font-weight: normal !important;
}
.col50 .element60 {
	width: 60%;
	float: left;
	font-weight: normal !important;
}
.col50 .element63 {
	width: 63.555%;
	float: left;
	font-weight: normal !important;
}
.col50 .element65 {
	width: 65%;
	float: left;
	font-weight: normal !important;
}
.col50 .element66 {
	width: 66.555%;
	float: left;
	font-weight: normal !important;
}
.col50 .element67 {
	width: 66.555%;
	float: left;
	font-weight: normal !important;
}
.col50 .element75 {
	width: 75%;
	float: left;
	font-weight: normal !important;
}
.col50 .element1 {
	width: 56%;
	float: left;
	font-weight: normal !important;
}
.col50 .element10 {
	width: 10%;
	float: left;
	font-weight: normal !important;
}
.col50 .element15 {
	width: 15%;
	float: left;
	font-weight: normal !important;
}
.col50 .element19 {
	width: 19%;
	float: left;
	font-weight: normal !important;
}
.col50 .element20 {
	width: 20%;
	float: left;
	font-weight: normal !important;
}
.col50 .element13 {
	width: 13.5%;
	float: left;
	font-weight: normal !important;
}
.col50 .elementState input {
	width: 60%;
	float: left;
	font-weight: normal !important;
}
.col50 .elementZip input {
	width: 100%;
	float: left;
	font-weight: normal !important;
}
.col50 .element25 {
	width: 25%;
	float: left;
	font-weight: normal !important;
}
.col50 .element27 {
	width: 27%;
	float: left;
	font-weight: normal !important;
}
.col50 .element29 {
	width: 29%;
	float: left;
	font-weight: normal !important;
}
.col50 .element30 {
	width: 30%;
	float: left;
	font-weight: normal !important;
}
.col50 .element31 {
	width: 31%;
	float: left;
	font-weight: normal !important;
}
.col50 .element34 {
	width: 34%;
	float: left;
	font-weight: normal !important;
}
.col50 .element36 {
	width: 36%;
	float: left;
	font-weight: normal !important;
}
.col50 .element42 {
	width: 42%;
	float: left;
	font-weight: normal !important;
}
.col50 .element75 {
	width: 75%;
	float: left;
	font-weight: normal !important;
}
.col50 .element78 {
	width: 78%;
	float: left;
	font-weight: normal !important;
}
.col50 .element69 {
	width: 69%;
	float: left;
	font-weight: normal !important;
}
.col50 .elementCombo {
	width: 23%;
	float: left;
}
.col50 .elementCombo32 {
	width: 32%;
	float: left;
}
.col50 .elementCombo18 {
	width: 18%;
	float: left;
}
.col50 .elementCombo20 {
	width: 20%;
	float: left;
}
.col50 .elementCombo80 {
	width: 63%;
	float: left;
}
.col50 .elementInput input {
	width: 23%;
	float: left;
}
.col50 .k-datepicker, .k-timepicker, .k-datetimepicker {
	width: 96.5% !important;
}
.col50Shim {
	width: 50%;
	float: left;
}
.col50Shim .label {
	width: 13%;
	float: left;
	margin-right: 1%;
	font-weight: bold !important;
}
.col50Shim .element {
	width: 85%;
	float: left;
	font-weight: normal !important;
}
.col50 .element .k-datepicker, .k-timepicker, .k-datetimepicker {
	width: 96% !important;
}
.col60 {
	width: 60%;
	float: left;
}
.col60 .label {
	width: 14.7%;
	float: left;
	margin-right: 1%;
	font-weight: bold !important;
}
.col60 .label7 {
	width: 7%;
	float: left;
	margin-right: 1%;
	font-weight: bold !important;
}
.col60 .label10 {
	width: 9%;
	float: left;
	margin-right: 1%;
	font-weight: bold !important;
}
.col60 .label13 {
	width: 13.6%;
	float: left;
	margin-right: 1%;
	font-weight: bold !important;
}
.col60 .label17 {
	width: 16%;
	float: left;
	margin-right: 1%;
	font-weight: bold !important;
}
.col60 .label19 {
	width: 18.5%;
	float: left;
	margin-right: 1%;
	font-weight: bold !important;
}
.col60 .label20 {
	width: 20%;
	float: left;
	margin-right: 1%;
	font-weight: bold !important;
}
.col60 .label23 {
	width: 23%;
	float: left;
	margin-right: 1%;
	font-weight: bold !important;
}
.col60 .element {
	width: 60%;
	float: left;
	font-weight: normal !important;
}
.col60 .element33 {
	width: 33.7%;
	float: left;
	font-weight: normal !important;
}
.col60 .element22 {
	width: 22%;
	float: left;
	font-weight: normal !important;
}
.col60 .element10 {
	width: 10%;
	float: left;
	font-weight: normal !important;
}
.col60 .element72 {
	width: 72%;
	float: left;
	font-weight: normal !important;
}
.col64 {
	width: 64%;
	float: left;
}
.col64 .label {
	width: 14.7%;
	float: left;
	margin-right: 1%;
	font-weight: bold !important;
}
.col64 .label7 {
	width: 7%;
	float: left;
	margin-right: 1%;
	font-weight: bold !important;
}
.col64 .label10 {
	width: 9%;
	float: left;
	margin-right: 1%;
	font-weight: bold !important;
}
.col64 .label13 {
	width: 13.6%;
	float: left;
	margin-right: 1%;
	font-weight: bold !important;
}
.col64 .label17 {
	width: 16%;
	float: left;
	margin-right: 1%;
	font-weight: bold !important;
}
.col64 .label18 {
	width: 17%;
	float: left;
	margin-right: 1%;
	font-weight: bold !important;
}
.col64 .label19 {
	width: 18.5%;
	float: left;
	margin-right: 1%;
	font-weight: bold !important;
}
.col64 .label20 {
	width: 20%;
	float: left;
	margin-right: 1%;
	font-weight: bold !important;
}
.col64 .label23 {
	width: 23%;
	float: left;
	margin-right: 1%;
	font-weight: bold !important;
}
.col64 .element {
	width: 60%;
	float: left;
	font-weight: normal !important;
}
.col64 .element33 {
	width: 33.7%;
	float: left;
	font-weight: normal !important;
}
.col64 .element22 {
	width: 22%;
	float: left;
	font-weight: normal !important;
}
.col64 .element10 {
	width: 10%;
	float: left;
	font-weight: normal !important;
}
.col64 .element72 {
	width: 72%;
	float: left;
	font-weight: normal !important;
}
.col65 {
	width: 65%;
	float: left;
}
.col65 .label {
	width: 23%;
	float: left;
	margin-right: 1%;
	font-weight: bold !important;
}
.col65 .element {
	width: 75%;
	float: left;
	font-weight: normal !important;
}
.col66 {
	width: 66%;
	float: left;
}
.col66 .label {
	width: 21%;
	float: left;
	margin-right: 1px;
	font-weight: bold !important;
}
.col66 .label8 {
	width: 8%;
	float: left;
	margin-right: 1px;
	font-weight: bold !important;
}
.col66 .label17 {
	width: 17%;
	float: left;
	margin-right: 1px;
	font-weight: bold !important;
}
.col66 .label19 {
	width: 18.5%;
	float: left;
	margin-right: 1%;
	font-weight: bold !important;
}
.col66 .label20 {
	width: 20.5%;
	float: left;
	margin-right: 1px;
	font-weight: bold !important;
}
.col66 .label25 {
	width: 25.5%;
	float: left;
	margin-right: 1px;
	font-weight: bold !important;
}
.col66 .element {
	width: 72%;
	float: left;
	font-weight: normal !important;
}
.col66 .element1 {
	width: 21.7%;
	float: left;
	font-weight: normal !important;
}
.col66 .element25 {
	width: 25.6%;
	float: left;
	font-weight: normal !important;
}
.col66 .element30 {
	width: 30.3%;
	float: left;
	font-weight: normal !important;
}
.col100 {
	width: 65%;
	float: left;
}
.col100 .label {
	width: 23%;
	float: left;
	margin-right: 1%;
	font-weight: bold !important;
}
.col100 .label14 {
	width: 14.5% !important;
	float: left;
	margin-right: 1%;
	font-weight: bold !important;
}
.col100 .element {
	width: 75%;
	float: left;
	font-weight: normal !important;
}
.col100 .element100 {
	width: 100%;
	float: left;
	font-weight: normal !important;
}
.col100 {
	width: 99%;
	float: left;
}
.col100 .label {
	width: 21%;
	float: left;
	margin-right: 1px;
	font-weight: bold !important;
}
.col100 .label4 {
	width: 4%;
	float: left;
	margin-right: 1px;
	font-weight: bold !important;
}
.col100 .label5 {
	width: 5%;
	float: left;
	margin-right: 1px;
	font-weight: bold !important;
}
.col100 .label8 {
	width: 8%;
	float: left;
	margin-right: 1px;
	font-weight: bold !important;
}
.col100 .label11 {
	width: 11.5%;
	float: left;
	margin-right: 1px;
	font-weight: bold !important;
}
.col100 .label17 {
	width: 17%;
	float: left;
	margin-right: 1px;
	font-weight: bold !important;
}
.col100 .label19 {
	width: 18.5%;
	float: left;
	margin-right: 1%;
	font-weight: bold !important;
}
.col100 .label20 {
	width: 20.5%;
	float: left;
	margin-right: 1px;
	font-weight: bold !important;
}
.col100 .label30 {
	width: 30%;
	float: left;
	margin-right: 1px;
	font-weight: bold !important;
}
.col100 .element {
	width: 150px;
	float: left;
	font-weight: normal !important;
}
.col100 .element1 {
	width: 21.7%;
	float: left;
	font-weight: normal !important;
}
.col100 .element30 {
	width: 30.3%;
	float: left;
	font-weight: normal !important;
}
.col100 .element47 {
	width: 47.7%;
	float: left;
	font-weight: normal !important;
}
.col100 .element33 {
	width: 33.22%;
	float: left;
	font-weight: normal !important;
}
.col70 {
	width: 70%;
	float: left;
}
.col70 .label {
	width: 23%;
	float: left;
	margin-right: 1%;
	font-weight: bold !important;
}
.col70 .label1 {
	width: 7%;
	float: left;
	margin-right: 1%;
	font-weight: bold !important;
}
.col70 .label6 {
	width: 6.5%;
	float: left;
	margin-right: 1%;
	font-weight: bold !important;
}
.col70 .label13 {
	width: 12%;
	float: left;
	margin-right: 1%;
	font-weight: bold !important;
}
.col70 .label18 {
	width: 18%;
	float: left;
	margin-right: 1%;
	font-weight: bold !important;
}
.col70 .label30 {
	width: 31%;
	float: left;
	margin-right: 1%;
	font-weight: bold !important;
}
.col70 .label41 {
	width: 41%;
	float: left;
	margin-right: 1%;
	font-weight: bold !important;
}
.col70 .label46 {
	width: 46%;
	float: left;
	margin-right: 1%;
	font-weight: bold !important;
}
.col70 .label50 {
	width: 50%;
	float: left;
	margin-right: 1%;
	font-weight: bold !important;
}
.col70 .label55 {
	width: 55%;
	float: left;
	margin-right: 1%;
	font-weight: bold !important;
}
.col70 .label65 {
	width: 65%;
	float: left;
	margin-right: 1%;
	font-weight: bold !important;
}
.col70 .element {
	width: 75%;
	float: left;
	font-weight: normal !important;
}
.col70 .elementTxt {
	width: 65%;
	float: left;
	font-weight: normal !important;
}
.col70 .element40 {
	width: 40%;
	float: left;
	font-weight: normal !important;
}
.col70 .element1 {
	width: 21.7%;
	float: left;
	font-weight: normal !important;
}
.col70 .element13 {
	width: 13%;
	float: left;
	font-weight: normal !important;
}
.state-zip {
	font-size: 11px;
	font-weight: bold !important;
}
.state {
	width: 23% !important;
}
.stateLbl {
	width: 25% !important;
}
.lblZip {
	width: 11% !important;
	margin-left: 2%;
}
.lblZip8 {
	width: 8% !important;
	margin-left: 2%;
}
.lblZip1 {
	width: 15% !important;
	margin-left: 2%;
}
.lblZip15 {
	width: 15.5% !important;
	margin-left: 2%;
}
.lblZip17 {
	width: 17% !important;
	margin-left: 2%;
}
.lblZip20 {
	width: 20% !important;
	margin-left: 2%;
}
.zip {
	width: 30% !important;
}
.zip17 {
	width: 17% !important;
}
.zip18 {
	width: 18% !important;
}
.zip20 {
	width: 20% !important;
}
.zip25 {
	width: 25% !important;
}
.zip27 {
	width: 27% !important;
}
.zip31 {
	width: 31.5% !important;
}
.zip32 {
	width: 32% !important;
}
.zip33 {
	width: 33% !important;
}
.zip35 {
	width: 35% !important;
}
.book {
	width: 20% !important;
}
.book1 {
	width: 34% !important;
}
.book5 {
	width: 5% !important;
}
.book13 {
	width: 13% !important;
}
.book14 {
	width: 14% !important;
}
.book15 {
	width: 15% !important;
}
.book17 {
	width: 17% !important;
}
.book18 {
	width: 18% !important;
}
.book22 {
	width: 22% !important;
}
.book23 {
	width: 23% !important;
}
.book25 {
	width: 26% !important;
}
.book32 {
	width: 32% !important;
}
.book33 {
	width: 33% !important;
}
.page {
	width: 13% !important;
	margin-left: 1%;
}
.page6 {
	width: 7% !important;
	;
}
.page7 {
	width: 7% !important;
	margin-left: 1%;
}
.page12 {
	width: 12% !important;
	margin-left: 1%;
}
.page13 {
	width: 14% !important;
	margin-left: 1%;
}
.page20 {
	width: 19% !important;
	margin-left: 1%;
}
.page21 {
	width: 20% !important;
	margin-left: 1%;
}
.page22 {
	width: 21% !important;
	margin-left: 1%;
}
.page25 {
	width: 24% !important;
	margin-left: 1%;
}
.page33 {
	width: 33% !important;
	margin-left: 1%;
}
.page35 {
	width: 34% !important;
	margin-left: 1%;
}
.page1 {
	width: 13% !important;
}
.pageLbl {
	width: 4.3% !important;
	margin-left: 1%;
}
.pageLbl1 {
	width: 7.3% !important;
	margin-left: 1%;
}
.pageLbl7 {
	width: 7% !important;
	margin-left: 7.7%;
}
.pageLbl1LM {
	width: 7.3% !important;
	margin-left: 2.5%;
}
.pageLbl2 {
	width: 4.3% !important;
	margin-left: 7.7%;
}
.pageLbl3 {
	width: 14.5% !important;
	margin-left: 7.7%;
}
.pageLbl17 {
	width: 17% !important;
	margin-left: 4.4%;
}
.pageLbl18 {
	width: 18% !important;
	margin-left: 4.2%;
}
.pageLbl9 {
	width: 9% !important;
	margin-left: 1%;
}
.emptyLabel {
	margin-left: 25%;
}
#testMenu .hline {
	border-bottom: 1px solid #EBEAEA;
	margin: 0 !important;
}
#grantorGrid .k-context-menu ul li img {
	max-height: 16px;
	max-width: 16px;
	margin: 0px 7px 0px 0px;
}
.k-context-menu {
	background-color: #515868 !important;
	color: #F1F1F1;
	display: block;
	padding: 5px !important;
	font-weight: normal;
	top: auto !important;
	bottom: 35px;
	left: auto !important;
	right: 140px;
}
.k-context-menu li {
	padding: 8px 13px !important;
	border-bottom: 1px solid #4B4F58;
}
.k-context-menu li.k-state-hover {
	/*background:none !important;*/
	background-color: #434B5D !important;
	color: #FFFFFF;
	/*background-color: #EEEEEE !important;*/
            /*color: #295578;*/
            /*border-bottom:1px solid #ddd !important;*/
	background-image: none !important;
}
.k-context-menu .hline {
	border-bottom: 1px solid #4B4F58;
}
.k-grid tbody .k-button, .k-ie8 .k-grid tbody button.k-button {
	font-size: 11px;
	min-width: 16px;
	padding: 0 5px;
	color: #000;
}
.k-multiselect-wrap input.k-input {
	width: 100% !important;
	height: 1.5em !important;
}
#grantorGrid .k-state-selected {
	border: none;
}
#exampleDiv1 {
	display: none;
}
#exampleDiv2 {
	display: none;
}
#exampleDiv3 {
	display: block;
}
.u2n {
	text-decoration: underline;
	cursor: pointer !important;
}
.k-state-selected a.u2n:hover {
	color: white;
}
.cstm-width {
	width: 18% !important;
}
.k-button:hover .k-merge {
	background-position: -140px -48px;
}
.k-merge {
	background-position: -114px -48px;
}
.hide {
	display: none !important;
}
.hide1 {
	display: none !important;
}
/* added 1 to by pass hide defined from accordion.css */
.infoBtn {
	width: 176px;
	height: 36px;
	background: url(../images/btnSummaryUp.png) no-repeat;
	cursor: pointer;
	font-size: 11px;
	text-transform: uppercase;
	color: #295578;
	font-weight: bold;
}
.infoBtn p {
	margin: 14px 0 0 38px;
}
.infoBtn:hover {
	width: 176px;
	height: 36px;
	background: url(../images/btnSummaryHover.png) no-repeat;
}
.infoBtnActive {
	width: 176px;
	height: 36px;
	background: url(../images/btnSummaryDown.png) no-repeat;
}
.orderBtn {
	width: 120px;
	height: 36px;
	background: url(../images/btnSummaryUp.png) no-repeat;
	cursor: pointer;
	font-size: 11px;
	text-transform: uppercase;
	color: #295578;
	font-weight: bold;
}
.orderBtn p {
	margin: 14px 0 0 38px;
}
.orderBtn:hover {
	width: 120px;
	height: 36px;
	background: url(../images/btnSummaryHover.png) no-repeat;
}
.orderBtnActive {
	width: 120px;
	height: 36px;
	background: url(../images/btnSummaryDown.png) no-repeat;
}
.deedBtn {
	width: 120px;
	height: 36px;
	background: url(../images/btnSummaryUp.png) no-repeat;
	cursor: pointer;
	font-size: 11px;
	text-transform: uppercase;
	color: #295578;
	font-weight: bold;
}
.deedBtn p {
	margin: 14px 0 0 38px;
}
.deedBtn:hover {
	width: 120px;
	height: 36px;
	background: url(../images/btnSummaryHover.png) no-repeat;
}
.deedBtnActive {
	width: 120px;
	height: 36px;
	background: url(../images/btnSummaryDown.png) no-repeat;
}
.taxBtn {
	width: 120px;
	height: 36px;
	background: url(../images/btnSummaryUp.png) no-repeat;
	cursor: pointer;
	font-size: 11px;
	text-transform: uppercase;
	color: #295578;
	font-weight: bold;
}
.taxBtn p {
	margin: 14px 0 0 38px;
}
.taxBtn:hover {
	width: 120px;
	height: 36px;
	background: url(../images/btnSummaryHover.png) no-repeat;
}
.taxBtnActive {
	width: 120px;
	height: 36px;
	background: url(../images/btnSummaryDown.png) no-repeat;
}
.mortgageBtn {
	width: 130px;
	height: 36px;
	background: url(../images/btnSummaryUp.png) no-repeat;
	cursor: pointer;
	font-size: 11px;
	text-transform: uppercase;
	color: #295578;
	font-weight: bold;
}
.mortgageBtn p {
	margin: 14px 0 0 38px;
}
.mortgageBtn:hover {
	width: 130px;
	height: 36px;
	background: url(../images/btnSummaryHover.png) no-repeat;
}
.mortgageBtnActive {
	width: 130px;
	height: 36px;
	background: url(../images/btnSummaryDown.png) no-repeat;
}
.judgmentBtn {
	width: 130px;
	height: 36px;
	background: url(../images/btnSummaryUp.png) no-repeat;
	cursor: pointer;
	font-size: 11px;
	text-transform: uppercase;
	color: #295578;
	font-weight: bold;
}
.judgmentBtn p {
	margin: 14px 0 0 38px;
}
.judgmentBtn:hover {
	width: 130px;
	height: 36px;
	background: url(../images/btnSummaryHover.png) no-repeat;
}
.judgmentBtnActive {
	width: 130px;
	height: 36px;
	background: url(../images/btnSummaryDown.png) no-repeat;
}
.restrictBtn {
	width: 130px;
	height: 36px;
	background: url(../images/btnSummaryUp.png) no-repeat;
	cursor: pointer;
	font-size: 11px;
	text-transform: uppercase;
	color: #295578;
	font-weight: bold;
}
.restrictBtn p {
	margin: 14px 0 0 38px;
}
.restrictBtn:hover {
	width: 130px;
	height: 36px;
	background: url(../images/btnSummaryHover.png) no-repeat;
}
.restrictBtnActive {
	width: 130px;
	height: 36px;
	background: url(../images/btnSummaryDown.png) no-repeat;
}
.documentBtn {
	width: 130px;
	height: 36px;
	background: url(../images/btnSummaryUp.png) no-repeat;
	cursor: pointer;
	font-size: 11px;
	text-transform: uppercase;
	color: #295578;
	font-weight: bold;
}
.documentBtn p {
	margin: 14px 0 0 38px;
}
.documentBtn:hover {
	width: 130px;
	height: 36px;
	background: url(../images/btnSummaryHover.png) no-repeat;
}
.documentBtnActive {
	width: 130px;
	height: 36px;
	background: url(../images/btnSummaryDown.png) no-repeat;
}
.editBtn {
	width: 120px;
	height: 36px;
	background: url(../images/btnAddEditUp.png) no-repeat;
	cursor: pointer;
	font-size: 11px;
	text-transform: uppercase;
	color: #295578;
	font-weight: bold;
}
.editBtn p {
	margin: 14px 0 0 36px;
}
.editBtn:hover {
	width: 120px;
	height: 36px;
	background: url(../images/btnAddEditHover.png) no-repeat;
}
.editBtnActive {
	width: 120px;
	height: 36px;
	background: url(../images/btnAddEditDown.png) no-repeat;
}
/*#mortgageInfoTabstrip{min-height:300px}*/

/* Summary & Add/Edit Buttons */

.btnTab {
	height: 36px;
	cursor: pointer;
	font-size: 11px;
	text-transform: uppercase;
	color: #295578;
	font-weight: bold;
}
.btnTab:hover {
	height: 36px;
	background: url(../images/btnHover.png) repeat;
}
.btnTabActive {
	height: 36px;
	background: url(../images/btnHover.png) repeat;
}
.talignRight {
	text-align: right;
}
/*Edited By Hira 10/Sep/2014*/
#contentArea {
	width: 98%;
	margin: auto;
	padding: 3px 1%;
	position: relative;
	min-height: 100%;
	background: #fff;
}
.maintitle {
	color: #3e6a99;
	font-size: 18px;
	text-transform: uppercase;
}
.colWrapper .col33 {
	background: #fff;
	padding: 10px;
	border: 1px solid #e5e6e6;
	width: 31%;
	margin: 0 1% 20px 0;
	min-height: 350px;
	max-height: 350px;
	overflow: auto;
}
.colWrapper .col33:last-child {
	margin-right: 0;
}
.colWrapper .col33 .k-dropzone em {
	display: none;
}
.right-menu {
	color: #fff;
	float: right;
	line-height: 30px;
	font-size: 13px;
}
.right-menu a {
	color: #fff;
}
.right-menu a:hover {
	color: #f6303e;
}
#status {
	width: 200px;
	height: 200px;
	position: absolute;
	left: 50%; /* centers the loading animation horizontally one the screen */
	top: 50%; /* centers the loading animation vertically one the screen */
	background-image: url(../images/status.gif); /* path to your loading animation */
	background-repeat: no-repeat;
	background-position: center;
	margin: -100px 0 0 -100px; /* is width and height divided by two */
	z-index: 10000;
	display: none;
}
.overflowtd3 {
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: bottom;
	white-space: nowrap;
	width: 180px;
}
.overflowtd4 {
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: bottom;
	white-space: nowrap;
	width: 168px;
}
#ImgDisplay {
	max-width: 100px;
	max-height: 100px;
}
.imgDis {
	max-width: 100px !important;
	max-height: 100px !important;
}
/*Hira 17 Oct*/
#filterDetailPanel {
	padding: 10px 5px 5px;
	margin-top: 10px;
	overflow-y: auto !important;
	max-height: 160px;
}
#filterDetailPanel .k-dropdown-wrap.k-state-default, #filterDetailPanel button {
	font-size: 12px;
}
#filterDetailPanel .element input, #filterDetailPanel input[type="text"], #filterDetailPanel textarea, #filterDetailPanel .k-dropdown-wrap {
	font-size: 12px;
	height: auto;
}
.k-state-selected, .k-button:active, .k-draghandle.k-state-selected:hover {
	background: #416b9b !important;
}
/*#filterDetailPanel #searchDepItems, #resetDepItems {margin-top: 10px;}*/
#filterDetailPanel #resetDepItems {
	/*margin-right: 5px;*/
}
.k-state-selected a {
	color: #ffffff;
}
span.k-i-arrow-s {
	background-position: 0 -30px !important;
}
.k-picker-wrap .k-select, .k-numeric-wrap .k-select, .k-dropdown-wrap .k-select {
	min-height: inherit !important;
	line-height: normal !important;
}
/*---------- Inner Page -------*/
.top-header .inner-logo {
	padding: 0px 0px 0px 0px;
}
#header.top-header {
	background: url('../images/inner-header-bg.png');
	background-repeat: repeat-x;
	width: 100%;
	height: 99px;
}
img {
	max-width: 100%;
}
.body-wrapper {
	width: 100%;
	background: url('../images/inner-bg.png') 50% 50% no-repeat;
	background-position: center center;
	position: relative;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.main-wrapper {
	position: relative;
	min-height: 100%;
}
/*---------- Footer -------*/
.inner-footer {
	background: transparent;
	background-repeat: repeat-x;
	width: 100%;
	padding-top: 13px;
	padding-bottom: 13px;
	position: absolute;
	left: 0;
	bottom: 11px;
	color: #616060;
	font-weight: 600;
}
/*-------------------------*/
#filterDetailPanel .label {
	color: #000000;
	font-size: 14px;
}
#filterDetailPanel input[type="text"] {
	-moz-box-shadow: inset 0px 0px 5px rgba(8,68,68,0.3);
	-webkit-box-shadow: inset 0px 0px 5px rgba(8,68,68,0.3);
	box-shadow: inset 0px 0px 5px rgba(8,68,68,0.3);
	background: #fff;
}
#filterDetailPanel button {
	background: rgb(212, 212,212);
	width: 80px;
	height: 25px;
	display: inline-block;
	color: #325972;
	font-size: 14px;
}
#topNav ul li ul li {
	position: relative;
}
#topNav ul li ul li:hover ul {
	display: block;
	opacity: 1;
	visibility: visible;
	transition: all ease-in-out 0.8s;
}
#topNav ul li a ul li a {
	color: #fff;
	font-size: 13px;
	line-height: 30px;
	list-style: none outside none;
	padding: 0 18px 0 0;
	margin: 0 18px 0 0;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.2s ease 0s;
}
/*#topNav #U13 li a{
    color: #454545;
}1
#topNav #U13 li a:hover{
    color:#3e6a99;
}
#topNav ul li ul li a{
      color: #454545;
}*/
#topNav #Ul1 a:hover, #topNav #Ul2 a:hover {
	color: #3e6a99;
}
/*.k-grid-content{
    height: 100px !important;
}*/
/*html[dir="rtl"] .k-grid-content {
    padding-right: 17px;
}


#btnArabic, #btnEnglish {
	background: #f1f1f1;
	border: 0 none;
	border-radius: 2px;
	float: left;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 6px;
	cursor: pointer;
}
#btnArabic:hover, #btnEnglish:hover {
	background: #f5f5f5;
}*/
#btnEnglish{
	float:left;
}
/*Arabic CSS*/
html[dir="rtl"] body {
	direction: rtl;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
}
html[dir="rtl"] .label, html[dir="rtl"] .label85, html[dir="rtl"] .label115, html[dir="rtl"] .label130, html[dir="rtl"] .label1, html[dir="rtl"] .label10, html[dir="rtl"] .label13, html[dir="rtl"] .label20, html[dir="rtl"] .label5, html[dir="rtl"] .label30, html[dir="rtl"] .label50, html[dir="rtl"] .label55, html[dir="rtl"] .label65, html[dir="rtl"] .label40, html[dir="rtl"] .topSecLabel, html[dir="rtl"] .col50, html[dir="rtl"] .col40 {
	float: right;
	text-align: right;
}
html[dir="rtl"] .col30, html[dir="rtl"] #btnEnglish, html[dir="rtl"] .side1, html[dir="rtl"] #topNav ul li, html[dir="rtl"] .floatleft, html[dir="rtl"] .k-grid .k-pager-numbers, html[dir="rtl"] .k-pager-wrap > .k-link {
	float: right;
}

html[dir="rtl"] .right-menu, html[dir="rtl"] .floatright, html[dir="rtl"] .k-header > .k-grid-filter, html[dir="rtl"] .k-header > .k-header-column-menu, html[dir="rtl"] .k-pager-info, html[dir="rtl"] .filterSummaryIcon {
	float: left;
}
html[dir="rtl"] .k-grid-header .k-header {
	text-align: right;
}
html[dir="rtl"] .k-edit-form-container .k-edit-buttons {
	text-align: left;
}
html[dir="rtl"] .k-grid-content, html[dir="rtl"] div.k-grid-header, html[dir="rtl"] div.k-grid-footer {
	padding-right: 0 !important;
}
html[dir="rtl"] #topNav ul li a {
	margin: 0 0 0 18px;
	padding: 0 0 0 18px;
	border-right: 0;
	border-left: 1px solid #e0e0e0;
}
html[dir="rtl"] #topNav ul li:last-child a {
	border-left: 0;
}
html[dir="rtl"] #topNav ul li ul li {
	float: none;
}
html[dir="rtl"] #topNav ul li ul li a {
	padding: 5px 10px;
	border-left: 0;
}
html[dir="rtl"] #topNav ul li ul {
	left: auto;
	right: 0;
}
html[dir="rtl"] #topNav ul li:hover ul li:hover ul {
	left: 0;
	right: 223px;
}
html[dir="rtl"] .k-column-menu .k-sprite {
	margin-left: 10px;
	margin-right: 4px;
}
html[dir="rtl"] .k-menu .k-group .k-item > .k-link {
	padding: 0.28em 0.9em 0.38em 1.8em;
}
html[dir="rtl"] .k-grid-header .k-header:first-child, html[dir="rtl"] .k-grid tbody td:first-child, html[dir="rtl"] .k-grid tfoot td:first-child {
	border-left-width: 1px;
}
html[dir="rtl"] .k-filter-menu .k-button {
	margin: 0.5em 0 0 4%;
	width: 48%;
}
html[dir="rtl"] .k-textbox, html[dir="rtl"] .k-autocomplete, html[dir="rtl"] .k-dropdown-wrap, html[dir="rtl"] .k-picker-wrap, html[dir="rtl"] .k-numeric-wrap {
	padding: 0 0 0 1.9em;
}
html[dir="rtl"] .k-picker-wrap .k-select, html[dir="rtl"] .k-numeric-wrap .k-select, html[dir="rtl"] .k-dropdown-wrap .k-select {
	right: auto;
	left: 0;
}
html[dir="rtl"] .k-window-titlebar .k-window-actions {
	right: auto;
	left: 0.3em;
}
/*bredcrumb*/
/*.breadcrumbArea > div{width:95%; margin:0 auto;}*/
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	min-height: 10px;
	padding-left: 5px;
	padding-right: 5px;
	position: relative;
}
.container { /* width: 1250px; */
	width: 96%;
}
.col-xs-12 {
	width: 100%;
}
.container {
	padding-left: 35px;
	padding-right: 15px;
}
.breadcrumbArea {
	clear: both;
}
.breadcrumb {
	background-color: #f5f5f5;
	border-radius: 0px;
	list-style: outside none none;
	margin-bottom: 10px;
	padding: 5px 10px;
	background: -webkit-linear-gradient(#e6ecf2, #e3e9f1); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#e6ecf2, #e3e9f1); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#e6ecf2, #e3e9f1); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#e6ecf2, #e3e9f1); /* Standard syntax */
	/*border-bottom: solid 1px #009048;*/
	font-size: 75%;
	color: #999999;
	float: left;
	width: 100%;
	box-sizing: border-box;
	margin-top: 5px;
}
.breadcrumb > li {
	float: left;
}
.breadcrumb > li + li:before {
	font-family: FontAwesome;
	color: #ccc;
	content: ">";
	padding: 0 5px;
}
/*.breadcrumb a:link, .breadcrumb a:visited, .breadcrumb a:active, .breadcrumb>.active{color:#717171; float:left;}*/

.breadcrumb.quick-links a:link, .breadcrumb.quick-links a:visited, .breadcrumb.quick-links a:active {
	color: #717171;
}
.breadcrumb.quick-links {
	color: #717171;
}
.breadcrumb.quick-links a {
	padding-left: 5px;
}
.wrapper .row {
	margin-left: 0;
	margin-right: 0;
}
.panel-body {
	padding: 15px 0;
}
.panel-default {
	border: none;
	box-shadow: none;
	margin-bottom: 0;
}
.panel-heading.collapsed i.fa-chevron-circle-up:before {
	content: "\f13a";
}
.breadcrumb.quick-links > li + li:before {
	color: #ccc;
	content: "| ";
	padding: 0 5px;
	float: left;
}
.p0 {
	padding: 0px;
}
html[dir="rtl"] .k-grid-header{
	padding-left: 18px;
}
html[dir="rtl"] .k-button-icontext .k-icon {
margin-left: 3px;
}
html[dir="rtl"] .breadcrumb > li {
    float: right;
}
#btnArabic , #btnEnglish{
	color:#fff;
	line-height:30px;
	font-size:13px;
}
#btnArabic {
    float: right;
    margin-right: 50px;
}
.spacing{
	margin: 30px 0 10px 0;
}
.poll-widths .col50{
	width:66%;
}
html[dir='rtl'] .poll-widths .col50 .k-datepicker, html[dir='rtl'] .poll-widths .col50 .k-dropdown {
	width: 66% !important;
	float: right;
	margin-left: 10px;
	margin-right: 0px;
}
.poll-widths .col50 .k-datepicker, .poll-widths .col50 .k-dropdown {
	width: 66% !important;
	float: left;
	margin-right: 10px;
	margin-left: 0px;
}
.k-button {
	padding: 0px 7px 2px !important;
}
html[dir='rtl'] .btn-single{
	width: 63.7%;
	text-align: left;
	float: right;
}
.btn-single{
	width: 63.7%;
	text-align: right;
	float: left;
}
.department-widths .label {
	width: 37% !important;
}
.pd0{
	padding-top: 0px !important;
}
.mr5{
	margin-right: 5px;
}
.user-widths .col30 .label {
	width: 35%;
}
.user-widths .col30{
	width: 28%;
	float: left;
}
html[dir='rtl'] .k-upload-status {
	right: 195px !important;
}
html[dir='rtl'] .k-filename {
	margin-left: 0em;
	margin-right: 1em;
}
.k-pager-sizes {
	display: flex;
	width: 53%;
	float: left;
}
html[dir='rtl'] .k-pager-sizes {
	display: flex;
	width: 52%;
	float: right;
}
.k-pager-sizes .k-dropdown{
	width: auto !important;
}
.mb25{
	margin-bottom: 25px;
}
/*New styles*/
.k-pager-wrap, .k-header {
	background-color: #DAD9D9;
}
.floatleft{
	float: left;
}
html[dir='rtl'] .k-grid-excel {
	float: left;
}
.k-grid-excel{
	float: right;
}
.k-dropzone .k-upload-status {
	line-height: 0;
}

.k-grid-content {
	max-height: 100%;
}
.contentAreaGrids{
	height: 489px;
	overflow: auto;
}
html[dir='rtl'] .inner-footer {
	font-weight: 500;
}
html[dir='rtl'] #gridApplicationPayment, html[dir='rtl'] #gridPayment{
	font-size: 11.5px;
}
.pt0{
	padding-top: 0px;
}
.SuggestionCategoriesTypesComboClass{
	margin:13px;
}
.SuggestionCategoriesComboClass{
	margin:13px;
}

@media print {
   .k-scheduler,
   .k-scheduler-content,
   .k-scheduler-times
   {
      height: auto !important;
   }

   .k-scheduler-content
   {
      overflow-y: scroll !important;
   }
}

.hints {
    width:200px;
    float:left;
  }

