/* Minification failed. Returning unminified contents.
(803,19): run-time error CSS1035: Expected colon, found 'margin-top'
 */
div.container {
    width: 99%;
}

/* START: Styles for position */
.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
/* END: Styles for position */

div.alert {
    position: relative;
}

div.alert-dismissable button.close {
    position: absolute;
    right: 15px;
    top: 10px;
}

div.icon-wrapper > img.icon {
    width: 24px;
    height: 24px;
    padding-top: 1px;
    position: absolute;
    top: 10px;
    left: 15px;
}

div.alert > div.msg > ul {
    padding-left: 0px;
}

div.alert > div.msg {
    padding-left: 0px;
}

div.alert > div.msg-icon-wrapper {
    padding-left: 30px;
}

div.alert > div.msg-icon-wrapper > ul {
    padding-left: 20px;
}

div.alert > div.msg-no-icon > ul {
    padding-left: 20px;
}

div.bootstrap-dialog-title > img.modal-dialog-header-icon {
    width: 32px;
    height: 32px;
    padding-top: 1px;
    position: absolute;
    top: 10px;
    left: 15px;
}

div.bootstrap-dialog-title > span.modal-dialog-header-text {
    padding-left: 40px;
}

div.bootstrap-dialog-title > span.modal-dialog-header-text2 {
    padding-left: 40px;
}
/* END: Styles for inline messages */

/* START: Misc form element */
/*
button.btn
{
	margin-bottom: 15px;
}
*/
/* END: Misc form element */

/* START: Styles for validation helpers */
.field-validation-error {
    color: #ff0000;
    display: none;
}

.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;
}

div > input.input-validation-error {
    border: 1px solid red !important;
}

div.page-container label.error {
    display: none !important;
}
/* END: Styles for validation helpers */

/* Plase Wait/Processing */
.processing-status {
    background-color: white;
    border: 1px solid #C4D0D7;
    -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.45);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.45);
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.45);
    color: #999999;
    font-size: 14px;
    height: 30px;
    left: 50%;
    margin-left: -125px;
    margin-top: -15px;
    padding: 14px 0 2px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 250px;
    z-index: 999999;
}

.processing-status-with-overlay {
    background-color: white;
    border: 1px solid #C4D0D7;
    -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.45);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.45);
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.45);
    color: Black;
    font-size: 14px;
    height: 30px;
    left: 50%;
    margin-left: -125px;
    margin-top: -15px;
    padding: 14px 0 2px;
    position: fixed;
    text-align: center;
    top: 50%;
    width: 250px;
    height: 50px;
    z-index: 999999;
}

.ui-widget-overlay {
    background: #d0d0d0;
    opacity: 0.6;
    filter: alpha(opacity=60);
    position: fixed !important;
}

.processing-animated-img {
    vertical-align: middle;
}
/* Plase Wait/Processing */

/* START: Button strip */
.btn-strip {
    border-top: 1px solid #E5E5E5;
    padding-top: 10px;
    margin-top: 10px;
}

.btn-strip-right {
    border-top: 1px solid #E5E5E5;
    text-align: right;
    padding-top: 10px;
    margin-top: 10px;
}
/* END: Button strip */

/* START: JQ Data Table */
.search-icon {
    background-image: url(common_images/search.png);
    background-repeat: no-repeat;
    background-position: center;
    background-color: Transparent;
    margin-top: 2px;
    height: 16px;
    width: 16px;
    display: inline-block;
    vertical-align: bottom;
}

.search-box-passive {
    font-style: oblique;
    color: #565656;
    text-align: left;
}

p.datatable-showresults{
    font-weight:bold;
    font-size:14px;
    cursor:pointer;
}
/* END: JQ Data Table */

/* START: Drop down menu */
ul.dropdown-menu > li.has-icon > a {
    padding-left: 5px;
}

ul.dropdown-menu > li.has-icon > a > span {
    margin-right: 5px;
}

ul.dropdown-menu > li.has-no-icon > a {
    padding-left: 24px;
}
/* END: Drop down menu */

div.panel-heading-title {
    height: 20px;
    margin: 7px 0px;
    display: inline-block;
}

div.panel-heading div.form-group {
    margin-bottom: 0px;
}

.clickable-image {
    cursor: pointer;
}

.pading-left-5px {
    padding-left: 5px;
}

.pading-right-5px {
    padding-right: 5px;
}

.margin-left-5px {
    margin-left: 5px;
}

.margin-right-5px {
	margin-right: 5px;
}

.margin-top-5px {
    margin-top: 5px;
}

td.align_right, th.align_right {
    text-align: right;
}

td.align_left, th.align_left {
    text-align: left;
}

td.align_center, th.align_center {
    text-align: center;
}

td.valign_top, th.valign_top {
    vertical-align: top !important;
}

td.valign_middle, th.valign_middle {
    vertical-align: middle !important;
}

td.valign_bottom, th.valign_bottom {
    vertical-align: bottom !important;
}

td.valign_baseline, th.valign_baseline {
    vertical-align: baseline !important;
}

.break-word {
    word-wrap: break-word;
}

div.files > div.template-upload.multiple-files, div.files > div.template-download.multiple-files {
    border-top: 1px solid #dcdcdc;
    padding-top: 3px;
    margin-top: 5px;
}

div.files > div.template-upload div.progress-striped {
    width: 220px;
}

div.bootstrap-duallistbox-container select > option {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #C4D0D7;
}

div.duallistbox {
    height: 100px;
    overflow: auto;
    background-color: #eee;
}

div.duallistbox > div {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #C4D0D7;
}

div.duallistbox > div:first-child {
    padding-top: 0px;
}

div.duallistbox > div:last-child {
    border-bottom: none;
}

button.btn-temp-hidden {
    display: none;
}

div.nav-top {
    padding: 0px 15px;
}

nav.navbar {
    margin-bottom: 5px;
    z-index: 3;
}

div.navbar-btn {
    margin-bottom: 0px;
    margin-top: 0px;
}

@media all and (min-width:150px) and (max-width:767px) {
    div.nav-top {
        margin-bottom: 5px;
    }

    div.nav.navbar-nav {
        padding-left: 10px;
        padding-right: 10px;
    }

    div.nav.navbar-nav div.btn-group {
        width: 100%;
    }

    div.navbar-header {
        position: relative;
    }

    div.navbar-title-left {
        position: absolute;
        left: 45px;
        top: 7px;
    }
}

div.navbar-header button.navbar-toggle-left {
    display: inline-block;
    float: left;
}

div.navbar-header > div.navbar-title-left {
    float: left;
}

.bootstrap-select.form-control:not([class*="span"]) {
    z-index: auto;
}

tbody > tr > td.jt-ctrl {
    padding: 5px;
}

/*.disabled-richtext-editor{
    background-color: #eee !important;
    border: 1px solid #ccc !important;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555 !important;
    width:100% !important;
    cursor: not-allowed !important;
    opacity: 1 !important;
}*/

div.TableTopFilter div.header-stack {
}

div.filter-stack-field {
    border: solid 1px #ccc;
    border-radius: 4px;
    margin-left: 3px;
    padding-left: 3px;
    margin-top: 3px;
}

div.filter-stack-field > button {
    padding: 1px 3px;
}

/* dropdown sub menu support for Bootsrap 3 */
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 5px;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.dropup .dropdown-submenu > .dropdown-menu {
    top: auto;
    bottom: 0;
    margin-top: 0;
    margin-bottom: -2px;
}

.dropdown-submenu > a:after {
    position: absolute;
    display: inline-block;
    font-size: 14px;
    right: 7px;
    top: 10px;
    font-family: FontAwesome;
    height: auto;
    content: "\f105";
    font-weight: 300;
}

.navbar-nav .dropdown-menu li>a{
    padding-top:10px;
    padding-bottom:10px;
}

.navbar-nav .bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a i.check-mark{
    margin-top: 10px;
}

.navbar-nav .open .dropdown-menu li:first-child {
    border-top: 0 none;
}

.dropdown-submenu:hover > a:after {
    border-left-color: #ffffff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
}

.navbar-nav .dropdown-menu .divider{
    margin:0px;
}

.open .dropdown-menu li:first-child {
    border-top: 0 none;
}

@media all and (min-width:768px) {
    div.modal-full {
        width: 98%;
    }
}


.repeater-action-btnset1 {
    position: absolute;
    top: 3px;
    right: 3px;
}
.repeater-action-btnset2 {
    position: absolute;
    bottom: 3px;
    right: 3px;
}
.repeater-row {
    position: relative;
}

.repeater-action-btn {
    position: absolute;
    top: 3px;
    right: 3px;
}

.repeater-action-editsavecancel {
    margin-bottom: 3px;
}

div.repeater-row-fields {
    padding-right: 40px;
}

div.repeater-action-editsavecancel > button {
    display: block;
    margin-bottom: 3px;
}
.e-chk-hidden {
    height: 1px;
    opacity: 0;
    width: 1px;
}

.e-check {
    margin-bottom: 3px;
}
.tooltipster-fall,.tooltipster-grow.tooltipster-show{-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1);-moz-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-ms-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-o-transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-base{display:flex;pointer-events:none;position:absolute}.tooltipster-box{flex:1 1 auto}.tooltipster-content{box-sizing:border-box;max-height:100%;max-width:100%;overflow:auto}.tooltipster-ruler{bottom:0;left:0;overflow:hidden;position:fixed;right:0;top:0;visibility:hidden}.tooltipster-fade{opacity:0;-webkit-transition-property:opacity;-moz-transition-property:opacity;-o-transition-property:opacity;-ms-transition-property:opacity;transition-property:opacity}.tooltipster-fade.tooltipster-show{opacity:1}.tooltipster-grow{-webkit-transform:scale(0,0);-moz-transform:scale(0,0);-o-transform:scale(0,0);-ms-transform:scale(0,0);transform:scale(0,0);-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform;-webkit-backface-visibility:hidden}.tooltipster-grow.tooltipster-show{-webkit-transform:scale(1,1);-moz-transform:scale(1,1);-o-transform:scale(1,1);-ms-transform:scale(1,1);transform:scale(1,1);-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-swing{opacity:0;-webkit-transform:rotateZ(4deg);-moz-transform:rotateZ(4deg);-o-transform:rotateZ(4deg);-ms-transform:rotateZ(4deg);transform:rotateZ(4deg);-webkit-transition-property:-webkit-transform,opacity;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform}.tooltipster-swing.tooltipster-show{opacity:1;-webkit-transform:rotateZ(0);-moz-transform:rotateZ(0);-o-transform:rotateZ(0);-ms-transform:rotateZ(0);transform:rotateZ(0);-webkit-transition-timing-function:cubic-bezier(.23,.635,.495,1);-webkit-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);-moz-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);-ms-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);-o-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);transition-timing-function:cubic-bezier(.23,.635,.495,2.4)}.tooltipster-fall{-webkit-transition-property:top;-moz-transition-property:top;-o-transition-property:top;-ms-transition-property:top;transition-property:top;-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-fall.tooltipster-initial{top:0!important}.tooltipster-fall.tooltipster-dying{-webkit-transition-property:all;-moz-transition-property:all;-o-transition-property:all;-ms-transition-property:all;transition-property:all;top:0!important;opacity:0}.tooltipster-slide{-webkit-transition-property:left;-moz-transition-property:left;-o-transition-property:left;-ms-transition-property:left;transition-property:left;-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-moz-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-ms-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-o-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-slide.tooltipster-initial{left:-40px!important}.tooltipster-slide.tooltipster-dying{-webkit-transition-property:all;-moz-transition-property:all;-o-transition-property:all;-ms-transition-property:all;transition-property:all;left:0!important;opacity:0}@keyframes tooltipster-fading{0%{opacity:0}100%{opacity:1}}.tooltipster-update-fade{animation:tooltipster-fading .4s}@keyframes tooltipster-rotating{25%{transform:rotate(-2deg)}75%{transform:rotate(2deg)}100%{transform:rotate(0)}}.tooltipster-update-rotate{animation:tooltipster-rotating .6s}@keyframes tooltipster-scaling{50%{transform:scale(1.1)}100%{transform:scale(1)}}.tooltipster-update-scale{animation:tooltipster-scaling .6s}.tooltipster-sidetip .tooltipster-box{background:#565656;border:2px solid #000;border-radius:4px}.tooltipster-sidetip.tooltipster-bottom .tooltipster-box{margin-top:8px}.tooltipster-sidetip.tooltipster-left .tooltipster-box{margin-right:8px}.tooltipster-sidetip.tooltipster-right .tooltipster-box{margin-left:8px}.tooltipster-sidetip.tooltipster-top .tooltipster-box{margin-bottom:8px}.tooltipster-sidetip .tooltipster-content{color:#fff;line-height:18px;padding:6px 14px}.tooltipster-sidetip .tooltipster-arrow{overflow:hidden;position:absolute}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow{height:10px;margin-left:-10px;top:0;width:20px}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow{height:20px;margin-top:-10px;right:0;top:0;width:10px}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow{height:20px;margin-top:-10px;left:0;top:0;width:10px}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow{bottom:0;height:10px;margin-left:-10px;width:20px}.tooltipster-sidetip .tooltipster-arrow-background,.tooltipster-sidetip .tooltipster-arrow-border{height:0;position:absolute;width:0}.tooltipster-sidetip .tooltipster-arrow-background{border:10px solid transparent}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background{border-bottom-color:#565656;left:0;top:3px}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background{border-left-color:#565656;left:-3px;top:0}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background{border-right-color:#565656;left:3px;top:0}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background{border-top-color:#565656;left:0;top:-3px}.tooltipster-sidetip .tooltipster-arrow-border{border:10px solid transparent;left:0;top:0}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border{border-bottom-color:#000}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border{border-left-color:#000}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border{border-right-color:#000}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border{border-top-color:#000}.tooltipster-sidetip .tooltipster-arrow-uncropped{position:relative}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped{top:-10px}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped{left:-10px}
/*
 * Default Layout Theme
 *
 * Created for jquery.layout 
 *
 * Copyright (c) 2010 
 *   Fabrizio Balliano (http://www.fabrizioballiano.net)
 *   Kevin Dalman (http://allpro.net)
 *
 * Dual licensed under the GPL (http://www.gnu.org/licenses/gpl.html)
 * and MIT (http://www.opensource.org/licenses/mit-license.php) licenses.
 *
 * Last Updated: 2010-02-10
 * NOTE: For best code readability, view this with a fixed-space font and tabs equal to 4-chars
 */

/*
 *	DEFAULT FONT
 *	Just to make demo-pages look better - not actually relevant to Layout!
 */
/*body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:   100%;
	*font-size:  80%;
}*/

/*
 *	PANES & CONTENT-DIVs
 */
    #layoutcontainer {
        width: 98%;
        height: 100%;
        position: absolute;
        min-width: 1px;
        min-height: 1px;
        _width: 1px; /* min-width for IE6 */
    }

    .pane {
        display: none; /* will appear when layout inits */
    }
.ui-layout-pane { /* all 'panes' */
	background:	#FFF; 
	padding:	10px; 
	overflow:	auto;
	/* DO NOT add scrolling (or padding) to 'panes' that have a content-div,
	   otherwise you may get double-scrollbars - on the pane AND on the content-div
	   - use ui-layout-wrapper class if pane has a content-div
	   - use ui-layout-container if pane has an inner-layout
	*/
	}
	/* (scrolling) content-div inside pane allows for fixed header(s) and/or footer(s) */
	.ui-layout-content {
		padding:	10px;
		position:	relative; /* contain floated or positioned elements */
		overflow:	auto; /* add scrolling to content-div */
	}

/*
 *	UTILITY CLASSES
 *	Must come AFTER pane-class above so will override
 *	These classes are NOT auto-generated and are NOT used by Layout
 */
.layout-child-container,
.layout-content-container {
	padding:	0;
	overflow:	hidden;
}
.layout-child-container {
	border:		0; /* remove border because inner-layout-panes probably have borders */
}
.layout-scroll {
	overflow:	auto;
}
.layout-hide {
	display:	none;
}

/*
 *	RESIZER-BARS
 */
.ui-layout-resizer	{ /* all 'resizer-bars' */
	background:		#DDD;
	border:			1px solid #BBB;
	border-width:	0;
	}
	.ui-layout-resizer-drag {		/* REAL resizer while resize in progress */
	}
	.ui-layout-resizer-hover	{	/* affects both open and closed states */
	}
	/* NOTE: It looks best when 'hover' and 'dragging' are set to the same color,
		otherwise color shifts while dragging when bar can't keep up with mouse */
	.ui-layout-resizer-open-hover ,	/* hover-color to 'resize' */
	.ui-layout-resizer-dragging {	/* resizer beging 'dragging' */
		background: #C4E1A4;
	}
	.ui-layout-resizer-dragging {	/* CLONED resizer being dragged */
		border: 	 1px solid #BBB;
	}
	.ui-layout-resizer-north-dragging,
	.ui-layout-resizer-south-dragging {
		border-width:	1px 0;
	}
	.ui-layout-resizer-west-dragging,
	.ui-layout-resizer-east-dragging {
		border-width:	0 1px;
	}
	/* NOTE: Add a 'dragging-limit' color to provide visual feedback when resizer hits min/max size limits */
	.ui-layout-resizer-dragging-limit {	/* CLONED resizer at min or max size-limit */
		background: #E1A4A4; /* red */
	}

	.ui-layout-resizer-closed-hover	{ /* hover-color to 'slide open' */
		background: #EBD5AA;
	}
	.ui-layout-resizer-sliding {	/* resizer when pane is 'slid open' */
		opacity: .10; /* show only a slight shadow */
		filter:  alpha(opacity=10);
		}
		.ui-layout-resizer-sliding-hover {	/* sliding resizer - hover */
			opacity: 1.00; /* on-hover, show the resizer-bar normally */
			filter:  alpha(opacity=100);
		}
		/* sliding resizer - add 'outside-border' to resizer on-hover 
		 * this sample illustrates how to target specific panes and states */
		.ui-layout-resizer-north-sliding-hover	{ border-bottom-width:	1px; }
		.ui-layout-resizer-south-sliding-hover	{ border-top-width:		1px; }
		.ui-layout-resizer-west-sliding-hover	{ border-right-width:	1px; }
		.ui-layout-resizer-east-sliding-hover	{ border-left-width:	1px; }

/*
 *	TOGGLER-BUTTONS
 */
.ui-layout-toggler {
	border: 1px solid #BBB; /* match pane-border */
	background-color: #BBB;
	}
	.ui-layout-resizer-hover .ui-layout-toggler {
		opacity: .60;
		filter:  alpha(opacity=60);
	}
	.ui-layout-toggler-hover , /* need when NOT resizable */
	.ui-layout-resizer-hover .ui-layout-toggler-hover { /* need specificity when IS resizable */
		background-color: #FC6;
		opacity: 1.00;
		filter:  alpha(opacity=100);
	}
	.ui-layout-toggler-north ,
	.ui-layout-toggler-south {
		border-width: 0 1px; /* left/right borders */
	}
	.ui-layout-toggler-west ,
	.ui-layout-toggler-east {
		border-width: 1px 0; /* top/bottom borders */
	}
	/* hide the toggler-button when the pane is 'slid open' */
	.ui-layout-resizer-sliding  .ui-layout-toggler {
		display: none;
	}
	/*
	 *	style the text we put INSIDE the togglers
	 */
	.ui-layout-toggler .content {
		color:			#666;
		font-size:		12px;
		font-weight:	bold;
		width:			100%;
		padding-bottom:	0.35ex; /* to 'vertically center' text inside text-span */
	}

/*
 *	PANE-MASKS
 *	these styles are hard-coded on mask elems, but are also 
 *	included here as !important to ensure will overrides any generic styles
 */
.ui-layout-mask {
	border:		none !important;
	padding:	0 !important;
	margin:		0 !important;
	overflow:	hidden !important;
	position:	absolute !important;
	opacity:	0 !important;
	filter:		Alpha(Opacity="0") !important;
}
.ui-layout-mask-inside-pane { /* masks always inside pane EXCEPT when pane is an iframe */
	top:		0 !important;
	left:		0 !important;
	width:		100% !important;
	height:		100% !important;
}
div.ui-layout-mask {}		/* standard mask for iframes */
iframe.ui-layout-mask {}	/* extra mask for objects/applets */

/*
 *	Default printing styles
 */
@media print {
	/*
	 *	Unless you want to print the layout as it appears onscreen,
	 *	these html/body styles are needed to allow the content to 'flow'
	 */
	html {
		height:		auto !important;
		overflow:	visible !important;
	}
	body.ui-layout-container {
		position:	static !important;
		top:		auto !important;
		bottom:		auto !important;
		left:		auto !important;
		right:		auto !important;
		/* only IE6 has container width & height set by Layout */
		_width:		auto !important;
		_height:	auto !important;
	}
	.ui-layout-resizer, .ui-layout-toggler {
		display:	none !important;
	}
	/*
	 *	Default pane print styles disables positioning, borders and backgrounds.
	 *	You can modify these styles however it suit your needs.
	 */
	.ui-layout-pane {
		border:		none !important;
		background:	 transparent !important;
		position:	relative !important;
		top:		auto !important;
		bottom:		auto !important;
		left:		auto !important;
		right:		auto !important;
		width:		auto !important;
		height:		auto !important;
		overflow:	visible !important;
	}
}
@media all and (min-width:320px) and (max-width:480px) {
     #layoutcontainer {
        width: 95%;
    }
}
.navbar.navbar-default {
	float: left;
}
body {
    padding-bottom: 20px;
    line-height: 1;
    color: #333;
    font-size: 14px;
}

.data-page {
    background-color: lightblue;
}

.TableTopFilter .panel-body {
    background-color: lightgray;
}

h1, .h1 {
    font-size: 32px;
}

.content h1, .content h3 {
    color: #c0161f;
    .form-control margin-top: 0px;
}

h1, h2, h3, h4, h5, h6 {
    color: #c0161f;
}

.container {
    width: 100% !important;
    padding: 0px;
}

.content {
    padding: 0 15px;
}

.form-control {
    color: #000 !important;
}

.disablePromotionMenu {
    background: #166BBD !important;
    color: #fff !important;
    display: inline-block !important;
    pointer-events: none !important;
    cursor: default !important;
}

.activePromotionMenu {
    background: none !important;
    padding: 0 5px !important;
    font-size: 20px !important;
    color: #333 !important;
}

.disableAddModeMenu {
    display: inline-block !important;
    pointer-events: none !important;
    cursor: default !important;
}

@font-face {
    font-family: 'GillSans-Regular';
    src: url('fonts/GillSans_gdi.eot');
    src: url('fonts/GillSans_gdi.eot?#iefix') format('embedded-opentype'), url('fonts/GillSans_gdi.woff') format('woff'), url('fonts/GillSans_gdi.ttf') format('truetype'), url('fonts/GillSans_gdi.otf') format('opentype'), url('fonts/GillSans_gdi.svg#GillSans-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-2666;
}

.bootstrap-dialog.type-info .modal-header {
    background-color: #af1015;
}
/* Login page custom styles */
.login-block {
    height: 100%;
    left: 0;
    width: 100%;
    /*background:url(../Content/images/bg.jpg) no-repeat center top;*/
}

.login-block-inner {
    /*position: relative;
    top: 20%;
    transform: translateY(-20%);
    -moz-transform: translateY(-20%);
    -webkit-transform: translateY(-20%);*/
    padding-top: 100px;
}

.login {
    margin: 0px auto;
    width: 470px;
    -webkit-box-shadow: 0px 0px 19px -3px rgba(201,201,201,1);
    -moz-box-shadow: 0px 0px 19px -3px rgba(201,201,201,1);
    box-shadow: 0px 0px 19px -3px rgba(201,201,201,1);
    border-radius: 10px;
    border: 2px solid #c0151e;
}

.modal-content .login {
    width: 100%;
    border: 0;
}

    .modal-content .login .btn-link {
        color: #648BC2;
    }

.login-image {
    background: url(../Content/images/login-cherry.png) no-repeat right top;
    height: 215px;
    position: relative;
}

.well.login-inner {
    /*margin:-60px -30px 0 0;*/
    border: 0px;
    background: transparent;
    margin: 0;
    color: #000;
    padding: 40px 60px 40px;
}

.pad-lt-13 {
    padding-left: 13px;
}

.login-inner .form-control {
    height: 32px;
}

.login-inner label.control-label {
    font-weight: normal;
    text-align: left;
}

.btn-primary, .btn-default, .login .btn-link, .btn-warning, .btn-success {
    font-size: 16px;
    font-weight: normal;
}

.login-inner h3 {
    margin-top: 0;
    margin-bottom: 30px;
}

.header-top {
    padding: 1% 2%;
    border-bottom: 3px solid #8b8c8a;
}

.btn-primary.btn-xs {
    font-size: 20px;
}

.input-group-btn .btn-default {
    font-size: 14px;
}

.login .btn-link {
    color: #fff;
    padding: 6px 0px;
}
/* Form control styles*/
.button-checkbox {
    padding-left: 15px !important;
}

    .button-checkbox .fa-lg {
        vertical-align: middle !important;
        padding-top: 0 !important;
    }

.form-horizontal .form-group .check-label {
    padding-top: 4px;
}

.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary.focus[disabled], fieldset[disabled] .btn-primary.focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary.active[disabled], fieldset[disabled] .btn-primary.active,
.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled.focus, .btn-default.focus[disabled], fieldset[disabled] .btn-default.focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default.active[disabled], fieldset[disabled] .btn-default.active {
    background: #eb2a32;
    opacity: 0.3;
    filter: alpha(opacity=50);
}

.btn-default {
    background: #af1015;
    border: 0px;
    color: #fff;
    text-shadow: 0px;
    -moz-text-shadow: 0px;
    -webkit-text-shadow: 0px;
}

.btn-warning, .btn-success {
}

    .btn-success:hover,
    .btn-success:focus,
    .btn-success:active:hover,
    .open > .dropdown-toggle.btn-success:hover,
    .btn-success:active:focus,
    .btn-success.active:focus,
    .open > .dropdown-toggle.btn-success:focus,
    .btn-success:active.focus,
    .btn-success.active.focus,
    .open > .dropdown-toggle.btn-success.focus {
        background-color: #333333;
        border-color: #333333;
    }

.btn-success {
    background-color: #007A4C;
    border-color: #007A4C;
}

    .btn-success.fileinput-button, .fileupload-buttonbar .btn-success {
        background: #af1015;
        border: 0;
    }

        .btn-success.fileinput-button:hover, .btn-success.fileinput-button:focus, .fileupload-buttonbar .btn-success:hover, .fileupload-buttonbar .btn-success:focus {
            background: #eb2a32;
            color: #fff;
        }

.btn-default:hover, .btn-default:focus, .btn-default:active:hover, .btn-default.active:hover, .btn-default:active:focus, .btn-default.active:focus, .btn-default.focus:active, .btn-default.active.focus {
    background: #eb2a32;
    color: #fff;
}

.open > .dropdown-toggle.btn-default, .open > .dropdown-toggle.btn-default:hover, .open > .dropdown-toggle.btn-default:focus {
    background: #000;
    color: #fff;
}

.bootstrap-select.open > .dropdown-toggle.btn-default,
.bootstrap-select.open > .dropdown-toggle.btn-default:hover,
.bootstrap-select.open > .dropdown-toggle.btn-default:focus,
.btn-default:active,
.btn-default.active,
.bootstrap-select .btn-default:hover,
.bootstrap-select .btn-default:focus,
.bootstrap-select .btn-default:active:focus,
.bootstrap-select .btn-default.active:focus,
.bootstrap-select .btn-default.focus:active,
.bootstrap-select .btn-default.active.focus {
    background: #fff;
    color: #000;
}

.login-inner .btn-primary {
    background: #af1015;
    border-color: #af1015;
}

    .login-inner .btn-primary:hover,
    .login-inner .btn-primary:focus,
    .login-inner .btn-primary:active:hover {
        background: #eb2a32;
        border-color: #eb2a32;
    }

.btn-primary {
    background: #af0f15;
    border-color: #af0f15;
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary,
    .btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary.focus:active, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus {
        background: #eb2a32;
        border-color: #eb2a32;
    }

.menu-top .btn-group {
    border: 1px solid #c3c3c3;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.btn-group .btn-default {
    background: #fff;
    padding: 6px 32px;
    color: #333;
}

.menu-top .btn.active {
    box-shadow: none;
    border: 0px;
    background: #af1015;
    color: #fff;
}

.menu-top .btn-group .btn-default {
    border-left: 1px solid #c3c3c3
}

    .menu-top .btn-group .btn-default:first-child {
        border: none;
    }

.margin-bot-15 {
    margin-bottom: 15px;
}
.margin-bot-10 {
	margin-bottom: 10px;
}
.margin-bot-20 {
    margin-bottom: 20px;
}

.margin-top-28 {
    margin-top: 28px;
}

.margin-left-15 {
    margin-left: 15px;
}

.margin-left-30{
    margin-left: 30px;
}

.margin-top-7 {
    margin-top: 7px !important;
}

.dataTables_header .btn-default {
    color: #333;
    background-color: #fff;
    border: 1px solid #ccc;
}

#PurchaseList > thead > tr > th {
    padding: 8px 15px 8px 8px;
    white-space: normal !important;
}

.open .dropdown-menu {
    background: #fff;
    width: 100%;
    min-width:180px;
}

.dropdown-right .dropdown-menu {
    right: 0;
    left: auto;
}

.dropdown-menu > li > a {
    color: #000;
    text-decoration: none;
}
/*
.nav.navbar-nav .open .dropdown-menu,
.DataTables_horizontal_scrolling .open .dropdown-menu {
    background: #007a4c;
}

    .nav.navbar-nav .dropdown-menu > li > a,
    .DataTables_horizontal_scrolling .open .dropdown-menu > li > a {
        color: #fff;
        text-decoration: none;
    }

        .nav.navbar-nav .dropdown-menu > li > a:hover,
        .nav.navbar-nav .dropdown-menu > li > a:focus,
        .DataTables_horizontal_scrolling .open .dropdown-menu > li > a:hover,
        .DataTables_horizontal_scrolling .open .dropdown-menu > li > a:focus {
            color: #000;
        }
        */
.open .dropdown-menu li {
    /*border-top:1px solid #868985;*/
}

.layoutcontainer .open .dropdown-menu li, .layoutcontainer .open .dropdown-menu li:first-child {
    border-top: none;
}

    .layoutcontainer .open .dropdown-menu li a {
        border-top: 1px solid #868985;
    }

.open .dropdown-menu li:first-child {
    /*  border-top:1px solid #868985; */
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    background-color: #efefee;
    /*background-image: -webkit-linear-gradient(top, #007a4c 0%, #007a4c 100%);
    background-image: -o-linear-gradient(top, #007a4c 0%, #007a4c 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#007a4c), to(#007a4c));
    background-image: linear-gradient(to bottom, #007a4c 0%, #007a4c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007a4c', endColorstr='#007a4c', GradientType=0);
    background-repeat: repeat-x;*/
}
/*.header-right{
    float:right;
} */
.navbar-header .dropdown-menu > li > a:hover,
.navbar-header .dropdown-menu > li > a:focus {
    background-color: rgba(56,64,80,0.1);
    /*background-image: -webkit-linear-gradient(top, #dce0ed 0%, #dce0ed 100%);
    background-image: -o-linear-gradient(top, #dce0ed 0%, #dce0ed 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#dce0ed), to(#dce0ed));
    background-image: linear-gradient(to bottom, #dce0ed 0%, #dce0ed 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dce0ed', endColorstr='#dce0ed', GradientType=0);
    background-repeat: repeat-x;*/
}

.dropdown-menu > li.selected > a,
.dropdown-menu.selectpicker > li > a:hover,
.dropdown-menu.selectpicker > li > a:focus {
    background: rgba(56,64,80,0.1);
    color: #333;
    outline: 0;
}

.header-right .navbar-nav > li {
    padding-right: 5px;
}

    .header-right .navbar-nav > li:last-child {
        padding-right: 0;
    }

.header-right .dropdown-menu > li > a {
    padding: 10px 15px 10px 15px;
    font-size: 16px;
    color: #333;
}

.header-right .dropdown-menu > li.dropdown-header {
    font-size: 20px;
    padding: 0;
}

    .header-right .dropdown-menu > li.dropdown-header a {
        padding: 3px 10px;
    }

        .header-right .dropdown-menu > li.dropdown-header a:hover, .header-right .dropdown-menu > li.dropdown-header a:focus {
            background: none;
            color: #A79EA2;
        }

.header-right .bootstrap-select.btn-group {
    margin-top: -6px;
}

.panel-body .dropdown-menu > li > a {
    /* white-space:normal;*/
    padding: 3px 31px 3px 20px;
    text-decoration: none;
}

.panel-default > .panel-heading {
    background-color: #fff;
}

.menu-top .navbar-default {
    background: none;
}

    .menu-top .navbar-default .navbar-nav > li > a {
        color: #000;
        font-size: 20px;
        line-height: 29px;
        padding: 0px 5px;
    }

    .menu-top .navbar-default .navbar-nav > li {
        background: none;
        border-left: 2px solid #000;
        padding: 0 5px;
        font-size: 20px;
    }

        .menu-top .navbar-default .navbar-nav > li.disablePromotionMenu > a {
            color: #fff;
        }

        .menu-top .navbar-default .navbar-nav > li:first-child {
            background: none;
            border: none;
            padding-left: 10px;
            padding-right: 10px;
        }

        .menu-top .navbar-default .navbar-nav > li.active {
            background: #70ad47;
            color: #fff;
        }

.menu-top h3 {
    margin: 0;
}

.menu-top-title h3 {
    margin: 20px 0 10px;
}

.menu-top {
    margin: 0 0 5px 0;
}

    .menu-top .navbar-nav {
        margin: 0px 0;
    }

    .menu-top a {
        text-decoration: none;
    }

.pull-right .btn {
    margin: 0 0px 0 5px;
}

.panel-title {
    font-size: 22px;
}

    .panel-title a, .panel-title span {
        font-size: 16px;
    }

h4.panel-title a {
    cursor: pointer;
}

.panel-info > .panel-heading {
    background-color: #007a4c;
    border-color: #007a4c;
    color: #fff;
}

.bootstrap-dialog-message ul li {
    margin-bottom: 10px;
    font-size: 16px;
}

div.header-right > nav.navbar > div.navbar-header > div.navbar-nav {
    position: absolute;
    right: 0px;
    top: 15px;
}

    div.header-right > nav.navbar > div.navbar-header > div.navbar-nav button.navbar-toggle {
        margin-right: 0px;
    }

    div.header-right > nav.navbar > div.navbar-header > div.navbar-nav ul.dropdown-menu {
        left: auto;
        right: 0px;
    }

div.header-right > nav.navbar > div.navbar-collapse {
    margin-right: 40px;
}

.top-logo {
    position: relative;
    z-index: 9999;
}
/*Pagination control styles*/
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background: #af1015;
    border: 1px solid #af1015;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    color: #000;
}

.pagination > li > a, .pagination > li > span {
    color: #000;
}
/* Table control styles*/
table.table thead .sorting, .table-bordered > thead > tr > th, table.table thead .sorting_asc, table.table thead .sorting_desc {
    background-color: #fff;
    color: #c0151e;
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 1px solid #dadada;
}

.table-large .table-bordered > thead > tr > th {
    font-size: 12px;
}

.table-striped > tbody > tr:nth-of-type(2n+1) {
    background: #f9f7f7;
}

table tr td.clickable-image {
    text-align: center;
}

#AddressServiceAddressDivisionList tr.DataTables_row_selected td {
    background-color: #e0e0e0 !important;
}

#InvoiceList tr.invoice-recurring-latest.DataTables_row_selected td,
#InvoiceList tr.invoice-recurring-latest.DataTables_row_selected td * {
    color: #000 !important; /* keep recurring rows legible when selected */
}

.btn-lg, .btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 16px;
    line-height: 1.3333333;
    border-radius: 6px;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
}

.label-display-block .btn-group {
    width: 100%;
}

    .label-display-block .btn-group .col-sm-1 {
        display: none;
    }

    .label-display-block .btn-group input[type="radio"], .btn-group input[type="radio"] {
        margin-right: 5px;
    }

.form-horizontal .control-label.text-left {
    text-align: left;
}

.form-horizontal #MessageList .control-label, .form-horizontal #ActivityLogList .control-label, #AttachmentList .control-label {
    padding-top: 0px;
    text-align: left;
}

table.table thead .sorting {
    background: #fff url('bootstrap/dt_images/sort_both.png') no-repeat center right;
}

table.table thead .sorting_asc {
    background: #fff url('bootstrap/dt_images/sort_asc.png') no-repeat center right;
}

table.table thead .sorting_desc {
    background: #fff url('bootstrap/dt_images/sort_desc.png') no-repeat center right;
}

table.table thead .sorting_asc_disabled {
    background: #fff url('bootstrap/dt_images/sort_asc_disabled.png') no-repeat center right;
}

table.table thead .sorting_desc_disabled {
    background: #fff url('bootstrap/dt_images/sort_desc_disabled.png') no-repeat center right;
}

div.dataTables_footer > div.dataTables_info {
    padding-top: 8px;
}
/* Bootstrap Dialog*/
.bootstrap-dialog.type-primary .modal-header, .modal-header {
    background: #af0f15;
    /*background-image: -webkit-linear-gradient(top, #124b9c 0%, #0081c7 100%);
    background-image:      -o-linear-gradient(top, #124b9c 0%, #0081c7 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#124b9c), to(#0081c7));
    background-image:         linear-gradient(to bottom, #124b9c 0%, #0081c7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#124b9c', endColorstr='#0081c7', GradientType=0);*/
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-right-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
}

.modal-title {
    color: #fff;
    font-size: 22px;
    text-align: left;
}

.modal-header {
    padding: 8px 15px;
}

div .bootstrap-dialog-title > span.modal-dialog-header-text2, div.bootstrap-dialog-title > span.modal-dialog-header-text {
    font-size: 27px;
    padding-left: 54px !important;
    color: #fff;
}

.dropdown-backdrop {
    z-index: 0;
    position: static;
}

.form-control-multiline {
    display: block;
    width: 100%;
    height: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

    .form-control-multiline img {
        width: 100%;
    }

.multiline-form textarea {
    height: 200px;
}

#divCorrectioncomment textarea, .textarea-large textarea {
    height: 150px;
}

.form-control-multiline-note textarea {
    height: 70px;
}

.bootstrap-dialog.type-warning .modal-header,
.bootstrap-dialog.type-danger .modal-header,
.bootstrap-dialog.type-success .modal-header {
    background-color: #af0f15;
}

div.bootstrap-dialog-title > img.modal-dialog-header-icon {
    top: 5px;
}
/* Advance search styles */
.advance-filter-settings .dh-panel-label {
    display: none;
}

.advance-filter-settings .dh-panel,
.advance-filter-settings .dh-panel:focus,
.advance-filter-settings .dh-panel:hover,
.advance-filter-settings .dh-panel:active {
    background: transparent;
    color: #333;
    outline: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}
/* Navbar styles */
.navbar-default .navbar-toggle {
    background: #fff;
    border: 0px;
}

.nav-top .navbar-title-left .top-title {
    font-size: 40px;
    color: #0182c2;
    padding: 12px 15px;
}

.navbar-default {
    background: none;
    border: 0px;
}

.nav-top {
    background: #FFFFFF;
    margin: 0 0 0px !important;
    padding: 10px 50px !important;
    -webkit-box-shadow: 0px 5px 5px -1px rgba(224,224,224,1);
    -moz-box-shadow: 0px 5px 5px -1px rgba(224,224,224,1);
    box-shadow: 0px 5px 5px -1px rgba(224,224,224,1);
    border-bottom: 2px solid #C0151E;
}

.icon-back {
    color: #000;
    font-size: 35px;
    font-weight: bold;
    margin: 23px 0 0 20px;
    cursor: pointer;
}

.navbar-default .navbar-nav.navbar-right > li > a {
    color: #C0151E;
    font-weight: bold;
    text-decoration: none;
}

.navbar-default .navbar-nav > li > a {
    color: #C0151E;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 5px;
}

.navbar-default .navbar-nav.navbar-right > li > a:hover, .navbar-default .navbar-nav.navbar-right > li > a:focus {
    color: #000;
    cursor: pointer !important;
}

.navbar-default .navbar-nav > li.dropdown > a, .navbar-default .navbar-nav > li.dropdown:hover > a {
    background-color: transparent;
    color: #c0151e;
    border-radius: 0px;
}

.navbar-default .navbar-nav > li.active > a, .navbar-default .navbar-nav > li:hover > a {
    background-color: #848484;
    color: #fff;
    border-radius: 5px;
}

.navbar-collapse, .navbar-default, .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .active > a {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.navbar-right .navbar-collapse {
    padding: 0;
}

.navbar-header {
    margin: 0px 0 0 0px;
}

.pull-right .navbar-header, .pull-right .navbar-collapse {
    float: right;
}

.header-right .bootstrap-select.btn-group .btn .filter-option {
    position: static;
}

.header-right .bootstrap-select.btn-group .dropdown-menu {
    width: auto !important;
}

.header-right .btn.dropdown-toggle.selectpicker {
    padding: 6px 25px 6px 17px;
}

.header-right .navbar-collapse {
    padding-right: 0;
}

.header-right .navbar-nav > li {
    margin: 12px 0 0;
}

.header-right .dropdown-toggle {
    padding: 15px 0;
    text-align: right;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control, .bootstrap-select .dropdown-toggle.disabled, textarea[disabled] {
    background-color: #eee;
    opacity: 1;
}

.Print-display {
    display: none;
}
.font-agency {
    font-family: GillSans-Regular;
    font-size: 18px;
    font-weight: normal;
}

.font-large {
    font-size: 60px;
}

.display-block {
    display: block;
}

.bootstrap-select, .bootstrap-select.btn-group .dropdown-menu {
    width: 100% !important;
}

    .bootstrap-select .btn-default {
        background-color: #fff;
        border: 1px solid #ccc;
        color: #000;
        font: normal 14px Arial;
        line-height: 1.42857143;
        text-transform: capitalize;
    }

    .bootstrap-select.btn-group .btn .caret {
        color: #aaa;
    }

.info-container {
    display: none;
}

.form-horizontal .padding-top-0 {
    padding-top: 0px;
}

.padding-right-15 {
    padding-right: 15px;
}

.padding-botom-75 {
    padding-bottom: 75px;
}

.navbar-toggle {
    padding: 0;
}

    .navbar-toggle .icon-bar {
        height: 6px;
        width: 35px;
        background-color: #333333;
    }

.navbar-default .navbar-toggle .icon-bar {
    background-color: #333333;
}

.user-info .header-title span {
    display: inline-block;
    padding: 28px 0 0 10px;
}

.header-right .navbar-default .navbar-nav > .open > a, .header-right .navbar-default .navbar-nav > .open > a:focus, .header-right .navbar-default .navbar-nav > .open > a:hover {
    background: none;
}

.header-right .navbar-nav > li > .dropdown-menu {
    border-radius: 4px;
}

.content {
    padding: 10px 50px 0 50px;
}
/* Footer styles*/
.footer {
    background: #f2f2f2;
    border: 1px solid #e6e6e6;
    padding: 10px 0;
    margin: 10px 0 0 0;
    float: left;
    width: 100%;
    clear: both;
}

.footer-links a {
    margin: 0px 15px;
    font-size: 12px;
    color: #7c8085;
}

.table-bordered > thead > tr > th span {
    padding: 0 15px 0 0;
}

.dataTables_header .dataTables_filter {
    margin: 0px 0 10px;
}

.dataTables_filter .input-group .form-control:first-child {
    border-radius: 4px;
}

.dataTables_filter .input-group-btn:last-child > .btn {
    border-radius: 4px;
    background: #af1015;
    margin: 0 0 0 8px;
    color: #fff;
}

.input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
}

.footer-fixer {
    min-height: 690px;
}

.make-relative {
    position: relative;
}

.form-group .well.upload-on-save {
    margin-bottom: 0px;
}

.footer-image img {
    max-width: 250px;
    margin-top: 50px;
}

.button-block button {
    float: left;
}

/*START: Tomake row color red if the status if "DO NOT USE" */
.rowCSSClass, .color-red, .color-red label {
    color: #FF0000;
}

.red-bgcolor {
    background: #FF0000 !important;
}

/* START: Styles for inline messages */
.dashboard-block {
    /*background:url("../Content/images/bg.jpg") no-repeat center top;*/
    height: 100%;
    left: 0;
    margin: -80px 0 0;
    position: absolute;
    width: 100%;
    z-index: 0;
}

#divHeader {
    position: relative;
    z-index: 99;
}

.legend {
    color: #6a6060;
    padding: 5px;
}

.font-agency {
    font-family: GillSans-Regular;
    font-size: 18px;
    font-weight: normal;
}

.font-large {
    font-size: 60px;
}

.display-block {
    display: block;
}

.border-title {
    border-bottom: 1px solid #333;
    margin: 10px 0 20px;
    padding: 0 0 10px;
}

.min-height-0 .navbar {
    min-height: auto;
}

.font-size-12 {
    font-size: 12px;
}

.menu-top .navbar-toggle {
    margin-right: 0px;
}

.menu-top .navbar-default .navbar-nav .open .dropdown-menu > li > a, .menu-top .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #333;
}

.menu-top .nav.navbar-nav {
    padding: 0;
}

.img-resize img {
    width: 100%;
}

.red-text {
    color: red;
}

button.close {
    font-family: Arial;
    color: #fff;
    text-shadow: none;
    opacity: 1;
}

.close:hover, .close:focus {
    opacity: 1;
    color: #fff;
}

.text-success {
    color: #20B174;
}

.text-danger {
    color: #FF0000;
}

.text-red {
    color: #c0151e;
}

.text-primary {
    color: #3683d6;
}
/* User list styles*/
.dataTables_filter .input-group {
    width: 100%;
}
/*User details*/
.form-horizontal .label-fixer {
    text-align: left;
    padding-bottom: 8px;
}

.custom-check input,
.custom-check input[type='checkbox'] {
    margin-top: 0px;
}

.clsPasswordValidation p {
    font-size: 18px;
}

.clsPasswordValidation span {
    padding-bottom: 10px;
    display: inline-block;
}
/*Retailer list screen*/
/*include  , .highlight-red td a if you want to change color of a link - removed for Edit,Deactivate color change*/
.highlight-red td {
    color: #ff0000;
}

.DataTables_horizontal_scrolling .clickable-image span {
    color: #333333;
}

.DataTables_horizontal_scrolling #RetailerListTable th,
.DataTables_horizontal_scrolling #PromotionRetailerList th {
    white-space: inherit !important;
    vertical-align: middle;
}

/*Promotion header edit */
.cust-wd-buton {
    height: auto;
    overflow-wrap: break-word;
    width: 230px;
    white-space: normal;
}

.menu-top h1 {
    margin-top: 0;
}

.breadcrumb-list a, .menu-top .breadcrumb-list .navbar-default .navbar-nav > li > a {
    padding: 5px 10px;
    color: #333;
    margin: 0 0 5px;
    float: left;
    font-size: 16px;
}

.breadcrumb-list span {
    float: left;
    margin: 3px 7px;
}

.breadcrumb-list .active, .breadcrumb-list a:hover {
    background: #1E90FF;
    color: #fff;
    text-decoration: none;
}

.cust-validation-ctrl ul li {
    padding-bottom: 10px;
}
/*Promotion creative screen style*/
.inline-fixer .form-control-static {
    padding: 0 10px;
}

.header-left h1 {
    margin-bottom: 0;
    margin-left: 11px;
    margin-top: 44px;
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
}

    .header-left h1 span {
        font-weight: normal;
    }

h1, h2, h3 {
    font-size: 18px;
}

.pro-title hr {
    width: 30%;
    margin: 0 auto 50px;
    height: 3px;
    background: #007a4c;
}

.pro-title h2 {
    font-size: 30px;
    font-weight: normal;
    margin-bottom: 15px;
    position: relative;
    text-align: center;
}

.sp-fix.control-label {
    padding: 9px;
}
/*ie scroll bar issue fix*/
@-ms-viewport {
    width: auto !important;
}

.form-horizontal .control-label {
    margin-bottom: 5px;
}

.menu-top .navbar-default .navbar-nav > li:hover, .menu-top .navbar-default .navbar-nav > li.active {
    line-height: 29px;
    background: #000;
}

    .menu-top .navbar-default .navbar-nav > li:hover a, .menu-top .navbar-default .navbar-nav > li.active a {
        line-height: 29px;
        color: #fff;
    }

.custom-radio-list .default .col-sm-1 {
    display: none;
}

.custom-radio-list .default {
    display: block;
}

.fix-width {
    width: 350px;
}

.horizintal-scroll-ctrl {
    overflow-x: auto;
}

    .horizintal-scroll-ctrl .dropdown-menu.open {
        position: static;
    }

#dvFavIconFileUpload img {
    max-height: 60px;
    max-width: 80px;
}

.clsCursorDefault a:hover {
    color: #007a4c !important;
}

/*Vedor styles*/
.repeater-body {
    background: #fff;
    padding: 0;
}

.margin-bot-0 .bootstrap-select.btn-group {
    margin-bottom: 0;
}

.repeater-row {
    position: relative;
}

.repeater-action-btnset1 {
    position: absolute;
    right: 3px;
}

.repeater-action-btnset2 {
    position: absolute;
    right: 3px;
}

    .repeater-action-btnset2 i {
        color: #af0f15;
    }

.repeater-add .btn-link {
    color: #00cbc9;
}

    .repeater-add .btn-link:hover,
    .repeater-add .btn-link:focus {
        text-decoration: none;
    }

    .repeater-add .btn-link .fa {
        font-size: 24px;
        position: relative;
        top: 3px;
    }

.repeater-save-btn,
.repeater-cance-btn, .repeater-edit-btn {
    background: transparent !important;
    color: #333 !important;
}

.repeater-delete-btn,
.repeater-delete-btn:hover,
.repeater-delete-btn :active {
    color: #d7251f;
}

/* User add-edit */

.user-add-block {
    width: 768px;
    margin: 0px auto;
}

/* Contractor add-edit */
.block-radio label {
    display: block;
    padding-left: 15px;
}

.block-radio .col-sm-1 {
    display: none;
}

.margin-top-12px {
    margin-top: 12px;
}

.fileupload-buttonbar ul.dropdown-menu {
    width: 235px;
}

.contractor-well {
    background-color: #aed9e7 !important;
    border: 1px solid #060606 !important;
}
/* product add-edit */
.matrix-table {
    border: 1px solid #ccc;
    padding: 10px;
    text-align: center;
    width: 100%;
}

    .matrix-table tr th, .matrix-table tr td {
        text-align: center !important;
        padding: 10px;
        border-bottom: 1px solid #ccc;
        border-left: 1px solid #ccc;
        font-weight: normal;
    }

    .matrix-table .form-control {
        width: 96%;
        padding: 0 2%;
        margin: 0;
    }

    .matrix-table .form-group {
        margin: 0px;
    }
/*Purchase-form*/
#PurchaseProduct .repeater-action-btnset1 {
    position: absolute;
    right: 3px;
    top: 32%;
}

#PurchaseProduct .repeater-action-btnset2 {
    position: absolute;
    top: 49%;
}

#PurchaseProduct .repeater-add .btn-link {
    background: #af1015;
    color: #fff;
    border-radius: 4px;
    font-size: 16px;
}

#PurchaseProduct .repeater-action-editsavecancel i {
    color: #d7251f;
}

#PurchaseProduct .repeater-action-btnset2 button {
    background: #af1015;
    border: 0;
}

.checkbox-purchase {
    font-size: 14px;
}

    .checkbox-purchase .bootstrap-checkbox button {
        text-align: left;
    }

    .checkbox-purchase .bootstrap-checkbox > button.btn {
        padding: 7px 0 0px 2px;
    }

    .checkbox-purchase .button-checkbox {
        padding-left: 0px !important;
    }

#PurchaseProduct .block-radio {
    font-size: 14px;
}

.block-radio-size input[type="radio"] {
    width: 16px;
    height: 16px;
    margin-top: 0;
    float: left;
}

.block-radio-size label {
    margin-bottom: 15px;
}

.purchase-file .well {
    margin-bottom: 0;
}
/*invoice form*/
.sub-heading {
    text-decoration: underline;
    color: #af0f15;
}

.padding-top-6 {
    padding-top: 6px;
}

.invoice-split .repeater-add button {
    background: #af1015;
    color: #fff;
    border-radius: 4px;
    font-size: 16px;
    float: right;
}

.check-dwn {
    margin-top: 30px;
}

.split-padding {
    padding: 10px 0;
}

.invoice-split .repeater-action-editsavecancel i {
    color: #d7251f;
}

.on-off-button .bootstrap-switch {
    border-radius: 20px;
    min-width: 64px;
    margin-left: 5px;
    height: 19px;
}

.on-off-button label {
    padding-right: 34px;
}

.nontax {
    float: right;
}

    .nontax .text-right {
        padding: 0;
        width: 197px;
        margin-right: 408px;
    }

.tax .float-right {
    padding: 0;
    width: 200px;
    margin-right: 6px;
}

#InvoiceItemList .responsive-details .control-label span {
    margin-right: 50px;
}

.invoiceitem-last-row {
    border-bottom: hidden;
}

#InvoiceItemList .invoiceitem-last-row.DataTables_row_selected td {
    background-color: #FFF !important;
}

.invoiceitem-last-row td {
    border-bottom: hidden !important;
    border-left: hidden !important;
    border-right: hidden !important;
}

#ProposalItemList .responsive-details .control-label span {
    margin-right: 50px;
}

.Proposalitem-last-row {
    border-bottom: hidden;
}

#ProposalItemList .Proposalitem-last-row.DataTables_row_selected td {
    background-color: #FFF !important;
}

.Proposalitem-last-row td {
    border-bottom: hidden !important;
    border-left: hidden !important;
    border-right: hidden !important;
}

.billAddressInfo p.form-control-static {
    min-height: 62px;
}

table#InvoiceApprovePost.table thead .sorting {
    padding-right: 22px;
}

#InvoiceApprovePost .rcol_10 .control-value {
    padding-top: 12px;
}
.add-resize{
	padding: 4px 8px;
}
/*.container {
    overflow: hidden;
}*/
button#btnInvoiceNumber i {
	font-size: 25px;
}
/*bill to address*/
#ServiceAddressList_wrapper #ServiceAddressList_filter {
    margin: 0;
    top: 7px;
}

/*Contractor*/
.checkbox-contractor {
    height: 25px;
}

    .checkbox-contractor .button-checkbox {
        padding-left: 0px !important;
    }

.contractor-commission {
    padding: 5px;
}

.contractor-checkbox-label {
    padding: 0px
}
/*commissions*/
#divCommissionSummary .field-container.form-group label.control-label {
    margin-top: 10px;
}

#divCommissionSummary hr {
    border-top: 2px solid #af0f15;
    width: 80%;
    float: right;
    margin: 0 0 15px 0;
}

#divCommissionInvoice .pull-right .btn {
    margin: 0 0px 7px 5px;
}

.margin-top-8 {
    margin-top: 8px;
}

.bolder p {
    padding-left: 7px;
}

.input-group-addon-plus {
    color: blue;
}

.input-group-addon-minus {
    color: red;
}

.total-commissions {
    margin-top: -8px;
}
/*Accounting Company*/
#AccountingCompanyLogoList td:first-child {
    vertical-align: middle;
}

.selectlogo-hr {
    border-top: 1px solid #dcdcdc;
}

#previewLogopopup {
    width: 100%;
    height: 100%;
}

.img-container {
    position: absolute;
    width: 600px;
    height: 53%;
    background: #fff;
    left: 50%;
    top: 40%;
    border-radius: 5px;
    margin-left: -320px;
    margin-top: -150px;
    text-align: center;
    box-shadow: 0 0 10px 0 #0000007a;
}

#btnClose, #btnoverlayClose {
    position: absolute;
    background: #d43232;
    color: white;
    right: -15px;
    top: -13px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 24px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    font-family: 'Arial Black', Arial, sans-serif;
    cursor: pointer;
    box-shadow: 0 0 10px 0 #00000054;
    border: 0;
}

#previewLogo {
    width: 100%;
    height: 100%;
}

#AccountingCompanyLogoList_wrapper .dataTables_footer.header-footer .dataTables_paginate ul li a {
    z-index: 2;
}
#AccountingCompanyLogoList_wrapper .DataTables_horizontal_scrolling {
    overflow: auto;
    height: 500px;
}
#AccountingCompanyLogoList_wrapper .dataTables_footer.header-footer {
    margin-top: 15px;
}
.previewLogopopup_wrapper {
    width: 600px;
    height: 53%;
    position: absolute;
    top: 200px;
}
/*report*/
.grid-view label {
    display: block;
}

    .grid-view label.control-label {
        text-align: left;
    }

.input-header {
    margin-bottom: 5px;
    margin-top: 5px;
}

button.report-pop-up-buttons {
    color: #C0151E;
    outline: 0;
}

.padding-left-10 {
    padding-left: 10px !important;
}

.btn.clearfix.btn-link.fa-lg {
    outline: none;
}

#StatementList .control-label {
    padding: 0;
}

    #StatementList .control-label span {
        text-align: left;
    }
/*payments*/
.e-grid .e-icons:not(.e-check),
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
    color: #c0151e !important;
}

.e-input-group:not(.e-float-icon-left):not(.e-float-input)::before, .e-input-group:not(.e-float-icon-left):not(.e-float-input)::after, .e-input-group.e-float-icon-left:not(.e-float-input) .e-input-in-wrap::before, .e-input-group.e-float-icon-left:not(.e-float-input) .e-input-in-wrap::after, .e-input-group.e-control-wrapper:not(.e-float-icon-left):not(.e-float-input)::before, .e-input-group.e-control-wrapper:not(.e-float-icon-left):not(.e-float-input)::after, .e-input-group.e-control-wrapper.e-float-icon-left:not(.e-float-input) .e-input-in-wrap::before, .e-input-group.e-control-wrapper.e-float-icon-left:not(.e-float-input) .e-input-in-wrap::after {
    background: #af1015 !important;
}

.e-calendar .e-content td.e-focused-date.e-today span.e-day {
    border: 1px solid #af1015 !important;
    color: #af1015 !important;
}

.e-calendar .e-content td.e-today.e-selected span.e-day {
    background-color: #af1015 !important;
    border: none !important;
    border-radius: 0% !important;
}

.e-calendar .e-content td.e-selected span.e-day {
    background-color: #af1015 !important;
    border: none !important;
    border-radius: 0% !important;
}

.e-calendar .e-content span.e-day:hover {
    border-radius: 0% !important;
}

.e-calendar .e-content td.e-today span.e-day, .e-calendar .e-content td.e-focused-date.e-today span.e-day {
    background-color: #ddd !important;
    border: #af1015 !important;
    border-radius: 0% !important;
}

.e-btn.e-flat.e-primary, .e-css.e-btn.e-flat.e-primary {
    color: #af1015 !important;
}

    .e-btn.e-flat.e-primary, .e-css.e-btn.e-flat.e-primary:hover {
        background: #fff !important;
    }

.e-pager .e-currentitem,
.e-pager .e-currentitem:hover {
    background: #af1015 !important;
    border-radius: 0px !important;
}

.e-pager .e-numericitem:not(.e-active):not(.e-np):not(.e-pp):hover {
    border-radius: 0px !important;
}

.e-grid .e-gridcontent tr .e-rowcell {
    font-size: 12px !important;
    padding: 8px 5px;
}

    .e-grid .e-gridcontent tr .e-rowcell span.e-custom-textbox {
        border: 1px solid #c8c2c2;
        padding: 7px 0px;
        display: block;
        min-height: 36px;
        border-radius: 4px;
    }

.e-grid .e-gridcontent tr td span.e-date-wrapper input {
    width: 70%;
}

.e-grid .e-gridcontent tr td span.e-date-wrapper span.e-clear-icon {
    display: none !important;
}

.e-grid .e-gridcontent tr td span.e-input-group-icon.e-date-icon.e-icons {
    display: block;
    float: right;
}

.e-grid .e-gridcontent tr .e-rowcell span.e-input-group {
    border: 1px solid #c8c2c2 !important;
    padding: 7px 0px;
    display: block;
    min-height: 36px;
    border-radius: 4px;
}

.e-grid .e-gridcontent tr .e-rowcell span.e-input-focus {
    border: 1px solid #c8c2c2;
    padding: 7px 0px;
    display: block;
    min-height: 36px;
    border-radius: 4px;
}

.e-grid tr th {
    font-size: 12px !important;
    color: #c0151e !important;
}

    .e-grid tr th span.e-headertext {
        font-size: 12px !important;
        font-weight: bold;
    }

.e-grid .e-pager {
    font-size: 12px;
    border-bottom: 0px solid #fff !important;
    border-right: 0px solid #fff !important;
    border-left: 0px solid #fff !important;
}

.e-row.e-altrow {
    background: #f9f7f7;
}

.e-grid .e-headercell, .e-grid .e-detailheadercell {
    height: auto !important;
    text-align: center;
}

.e-headercelldiv {
    text-overflow: unset !important;
    white-space: normal !important;
}

.e-grid .e-headercelldiv {
    height: auto !important;
    line-height: normal !important;
}

.e-headercelldiv {
    padding-right: 0 !important;
}

.e-spin-material {
    stroke: #af1015 !important;
}

.e-grid .e-gridheader .e-headercell {
    padding: 20px 15px 20px 8px;
}

.e-grid .e-gridheader .e-sortfilter .e-fltr-icon .e-headercelldiv {
    margin: 0px 15px 0px -7px !important;
}

.e-field.e-input.e-defaultcell:focus {
    color: #af1015 !important;
}

#Grid .e-toolbar, .e-toolbar .e-toolbar-items, .e-toolbar .e-tbar-btn {
    background: #fff !important;
}

    .e-toolbar .e-tbar-btn:hover {
        background: #fafafa;
    }

.e-grid .e-gridcontent tr td {
    border-right: 1px solid #dadada !important;
}

    .e-grid .e-gridcontent tr td:last-child {
        border-right: 0 !important;
    }

.e-grid .e-gridheader tr:first-child th {
    border-right: 1px solid #dadada !important;
}

.e-grid .e-gridheader tr th:last-child {
    border-right: 0 !important;
}

.e-grid .e-gridheader tr th {
    padding-left: 0 !important;
}
/* Invoice Payments Grid */
.edit-payment {
    width: 10% !important;
    float: left !important;
    padding-top: 12px !important;
}

    .edit-payment span {
        margin-bottom: 5px;
    }

.payment-note-column {
    width: 88.5%;
    padding-top: 8px;
    float: right;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    overflow: hidden;
}

.paid-not-match {
    background-color: #dc5b60;
    color: #fff;
    border: 1px solid #5d5a5a !important;
}

.paid-matched {
    background-color: #5ba525;
    color: #fff;
    border: 1px solid #5d5a5a !important;
}

.over-paid-matched {
    background-color: #4185f4;
    color: #fff;
    border: 1px solid #5d5a5a !important;
}

.paid-partial {
    background-color: #ffff00;
    color: #000;
    border: 1px solid #5d5a5a !important;
}

.e-checkbox-wrapper .e-frame.e-check, .e-css.e-checkbox-wrapper .e-frame.e-check {
    background-color: #c0151e !important;
}

    .e-checkbox-wrapper .e-frame.e-check, .e-css.e-checkbox-wrapper .e-frame.e-check:hover {
        background: #eb2a32 !important;
    }
/*
    extra css class
*/
.margin-top-2 {
    margin-top: 2px;
}

.padding-top-2 {
    padding-top: 2px !important;
}

.margin-top-1 {
    margin-top: 1px;
}

.padding-0 {
    padding: 0;
}

.padding-5 {
    padding: 5px;
}

.padding-left-0 {
    padding-left: 0;
}

.margin-0 {
    margin: 0;
}

.padding-left-30 {
    padding-left: 30px;
}

.form-group .padding-rf-15 {
    padding: 0 15px;
}

.padding-left-15 {
    padding-left: 15px;
}

.padding-top-80 {
    padding-top: 80px;
}

.padding-top-10 {
    padding-top: 10px;
}

.padding-top-27 {
    padding-top: 27px;
}

.padding-left-27 {
    padding-left: 27px;
}

.cnt-outer-block {
    width: 83.33%;
    margin: 0px auto;
}

.cnt-outer-block-ser-address {
    width: 85.33%;
}

.float-right {
    float: right;
}

.label-block label.default {
    display: block;
}

#ContractorAdvanceLoanList > thead > tr > th, #PurchaseList > thead > tr > th {
    white-space: normal !important;
    padding: 8px 15px 8px 8px;
}

.table > tbody > tr > td.clickable-image {
    vertical-align: middle;
}

label.clr-red {
    color: #c0151e;
    font-weight: bold;
}

.bolder {
    font-weight: bold;
}

.line-height-25px {
    line-height: 25px;
}

.check-label-font {
    font-weight: bold;
}

.font-weight-600 {
    font-weight: 600;
}

.padding-left-25{
padding-left:25px;
}
.grid-button-width span{
	width:0.25em!important;
}

.division-name {
    width:15%;
}
.d-none{
    display:none;
}

.dispatcher-input-purple {    
    border: 3px solid rgba(236,82,222, .4);    
}

.dispatcher-input-yellow {
    border: 3px solid rgba(235, 236, 82, .4);
}

/* Media Queries */
@media all and (min-width:150px) and (max-width:1400px) {
    .cnt-outer-block {
        width: 100%;
        margin: 0px auto;
    }
}

@media all and (min-width:150px) and (max-width:1200px) {
    .container {
        width: 100%;
    }

    .rem-pad-md {
        padding: 0px;
    }

    #divCommissionSummary label[for="TotalCommissions"] {
        padding-right: 15px;
        text-align: right !important;
    }
}

@media all and (min-width:968px) and (max-width:1200px) {
    .gridTextWrap span {
        display: block;
        width: 400px;
        word-break: break-all;
    }

    .small-font {
        font-size: 14px;
    }
}

@media all and (min-width:480px) and (max-width:968px) {
    .gridTextWrap span {
        display: block;
        width: 300px;
        word-break: break-all;
    }
}

@media all and (min-width:320px) and (max-width:480px) {
    .gridTextWrap span {
        display: block;
        width: 120px;
        word-break: break-all;
    }
}

@media all and (min-width:968px) {
    .form-horizontal .control-label.box-label.col-lg-2, .form-horizontal .control-label.box-label.col-md-2 {
        width: 20.667%;
    }
}

@media all and (max-width:968px) {
    .header-top img {
        width: 100%;
    }
}

@media all and (min-width:150px) and (max-width:968px) {
    .form-horizontal .control-label.box-label.col-sm-12, .form-horizontal .control-label.box-label.col-xs-12 {
        width: 100%;
        text-align: left;
    }
}

@media all and (min-width:1199px) {
    .divServiceAddressInfo {
        min-height: 93px;
        max-height: 0;
    }

    .divBillToAddressInfo {
        min-height: 76px;
        max-height: 0;
    }
}

@media all and (min-width:991px) and (max-width:1199px) {
    .nav-top h1 {
        font-size: 26px;
    }

    .nontax .text-right {
        padding: 0;
        width: 201px;
        margin-right: 409px;
    }

    .tax .float-right {
        padding: 0;
        width: 207px;
        margin-right: 11px;
    }
}

@media all and (min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none;
    }
}

@media all and (min-width:768px) and (max-width:991px) {
    .marg-top {
        margin-top: 18px !important;
    }
}

@media all and (min-width:768px) and (max-width:921px) {
    .navbar-default .navbar-nav > li > a {
        padding: 10px 3px;
    }
}

@media all and (min-width:768px) and (max-width:991px) {
    div.navbar-header .navbar-brand.top-title, div.navbar-header .navbar-brand:focus .top-title:focus {
        font-size: 25px;
        padding-left: 5px;
    }

    .menu-top .navbar-default .navbar-nav > li {
        margin: 10px 0;
    }

    .form-horizontal .close-report .control-label {
        text-align: left;
    }

    #divCommissionSummary .form-group label, #divCommissionInvoice .form-group label {
        text-align: left;
        padding: 0;
    }

    #divCommissionSummary hr {
        width: 100%;
    }
}

@media all and (min-width:768px) {
    #InvoiceItemList input#InvoiceItemTaxable, #InvoiceItemList input#InvoiceItemNonTaxable {
        width: 100% !important;
    }

    .contractor-Lastupdate {
        min-height: 50px;
    }
}

@media all and (min-width: 768px) {
    #InvoiceItemList input[name= "txtTaxable"], #InvoiceItemList input[name="txtNonTaxable"] {
        width: 100% !important;
    }
}


@media all and (min-width:320px) and (max-width:1199px) {
    .set-width .col-val {
        width: auto !important;
    }
}

@media all and (min-width:150px) and (max-width:767px) {
    div.dataTables_header > div.dataTables_filter {
        float: left;
    }

    .menu-top h3.form-control-static {
        margin: 0px;
    }

    .navbar-right .navbar-toggle {
        margin-right: 0;
    }

    .form-control-static-mob {
        padding-top: 1px;
    }

    .text-mob-left {
        text-align: left;
    }

    .header-right div.navbar-title-left {
        left: 145px;
        position: absolute;
        top: 2px;
    }

    .header-right .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 3px 0;
    }

    .row-mobile {
        margin: 0 -15px;
    }

    .login {
        width: 90%;
    }

    .user-add-block {
        width: auto;
        margin: 0px auto;
    }

    .margin-mob-top-20 {
        margin-top: 20px;
    }

    .margin-mob-top-7 {
        margin-top: 7px;
    }

    .margin-mob-top-neg-6 {
        margin-top: -6px;
    }

    .margin-left-xs {
        margin-left: 15px;
    }
}

@media all and (min-width:150px) and (max-width:767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #fff;
    }

    .header-right .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #333;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
        text-decoration: underline;
        color: #fff;
    }

    .header-right .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #000;
        background: #fff;
        text-decoration: none;
    }

    .menu-top .navbar-default .navbar-nav > li {
        background: none;
        border: none;
    }

    div.navbar-header .navbar-brand.top-title, div.navbar-header .navbar-brand:focus .top-title:focus {
        font-size: 18px;
        padding-left: 5px;
        padding-top: 0px;
    }

    button.navbar-toggle-left {
        margin-right: 2px;
    }

    .menu-top h3 {
        margin: 20px 0 10px;
    }

    .form-control-static-mob.control-label, .form-control-static-mob {
        padding: 30px 0 0 0;
    }

    .padding-mob-left-0 {
        padding-left: 0px;
    }

    .padding-mob-left-45 {
        padding-left: 45px;
    }

    .input-group-control .input-group-btn .btn-xs {
        margin-top: 25px;
    }

    .btn-group-ie button {
        margin: 10px 5px 10px 0;
    }

    .AmountUOM {
        margin: 25px 0 0 0;
    }

    .mob-full-wd {
        width: 100%;
    }

    .title-underline {
        margin-bottom: 20px;
    }

    .mob-marg-30 {
        margin-top: 30px;
    }

    .modal-fixed-box {
        margin: 0px;
    }

    .modal-open .guide-modal, .guide-modal {
        width: auto !important;
    }

    .navbar-default .navbar-toggle {
        margin: 0px;
        padding-right: 0;
    }

    .address-id label {
        padding-top: 7px;
    }

    #divCommissionSummary .form-group label, #divCommissionInvoice .form-group label {
        text-align: left;
        padding: 0;
    }

    #divCommissionSummary hr {
        width: 100%;
    }

    .check-total {
        text-align: left;
    }
}

@media all and (min-width:150px) and (max-width:480px) {
    .login, .well.login-inner {
        width: 96%;
    }

    .login {
        margin: 2%;
    }

    .btn-save.btn {
        margin-bottom: 10px;
    }

    .header-right div.navbar-header .navbar-brand.top-title, .header-right div.navbar-header .navbar-brand:focus .top-title:focus {
        font-size: 18px;
        line-height: 28px;
        padding-top: 0px;
    }

    .header-right div.navbar-title-left {
        left: 120px;
    }
}

@media all and (max-width:767px) {
    .navbar-header {
        margin: 0px 0 0 0px;
    }

    div.header-right > nav.navbar > div.navbar-header > div.navbar-title-left {
        left: 60px;
        top: 20px;
    }

    .btn-group .btn-default {
        padding: 6px 10px;
    }
}

@media all and (min-width:768px) {
    div.center-alignement {
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        position: absolute;
        padding-bottom: 20px;
    }

    .sp-ctrl-label {
        padding-left: 0;
    }

    .lookup-item-tb .form-inline .form-control {
        width: 100%;
    }
}

@media all and (min-width:768px) {
    div.layoutcontainer {
        top: 120px;
        bottom: 0px;
        height: auto !important;
    }

    .navbar-right {
        margin-right: 0px;
    }

    .padding-lg-3 {
        padding: 3px;
    }
}

@media all and (min-width:992px) {
    .padding-left-lg-30 {
        padding-left: 30px;
    }

    .padding-left-lg-45 {
        padding-left: 45px;
    }
}

@media all and (max-width:991px) {
    .tab-margin-left-15 {
        margin-left: 15px;
    }

    .padding-mb-left-0 {
        padding-left: 0px;
    }

    .nav-top img {
        max-width: 250px;
    }

    .nav-top h1 {
        font-size: 16px;
    }

    div.header-right > nav.navbar > div.navbar-header > div.navbar-nav {
        top: 0;
    }

        div.header-right > nav.navbar > div.navbar-header > div.navbar-nav ul.dropdown-menu {
            background-clip: padding-box;
            border: 1px solid rgba(0, 0, 0, 0.15);
            border-radius: 4px;
            box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
            padding: 5px 0;
            position: absolute;
        }

    @media all and (max-width:767px) {
        div.layoutcontainer {
            top: 75px;
            bottom: 0px;
            height: auto !important;
        }
    }
}

@media all and (max-width:992px) {
    .navbar-nav .open .dropdown-menu {
        position: absolute;
        float: left;
        margin: 2px 0 0;
        background-color: #fff;
        border: 1px solid rgba(0, 0, 0, .15);
        -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
        box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
        left: auto;
        right: 0;
    }

    .btn-group.open .dropdown-toggle, .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
        box-shadow: none;
        background-color: transparent;
    }
}

@media (min-width:992px) and (max-width:1012px) {
    .header-right .navbar-nav > li {
        padding-right: 2px;
    }
}

@media (min-width:1200px) and (max-width:1297px) {
    #divCommissionSummary .total-commissions {
        width: 100%;
    }

        #divCommissionSummary .total-commissions label.bolder {
            text-align: right;
            width: 33%;
            padding-right: 10px;
        }

        #divCommissionSummary .total-commissions .total-commissions-input {
            text-align: left;
            width: 60%;
        }
}

@media all and (max-width:1462px) {
    .total-commissions-input {
        font-size: 14px;
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    .total-commissions-input {
        text-align: right;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .total-commissions-input {
        text-align: right;
    }

    #divCommissionSummary .total-commissions label {
        text-align: left !important;
        padding-left: 15px;
    }
}

@media (max-width: 992px) {
    .display2-b-xs {
        display: block !important;
    }
}

.select-filter {
    border: 1px solid transparent;
}

button.remove, button.add,
button.sortRemove, button.sortAdd {
    padding-top: 5px;
    padding-bottom: 10px;
    font-size: 16px;
    height: 32px;
}

button.close {
    padding-top: 7px;
}

tr.sortRow td {
    border-top: none !important;
}


.plus-btn {
    padding-top: 8px;
    padding-bottom: 3px;
    background: #fff !important;
}

.plus-btn .fa {
    color: #02568A !important;
    font-size: 18px !important;
}

.bootstrap-dialog-footer-buttons .btn {
    height: 35px !important;
}

#InvoiceList_filterbox {
    width: 500px;
}

