﻿/* Import split out jQuery Sections */
@import url("jquery-ui.css");
@import url("jquery-ui-tabs.css");
@import url("jquery-ui-datepicker.css");

#imgOpenCal{    
    content: url("images/cal_sm.gif");
	vertical-align: -webkit-baseline-middle;
	background-image: url(images/cal_sm.gif);
	width: 48px;
	height: 48px;
}
/*#region Header */
.header {
	position: relative;
	margin: 0px;
	padding: 0px;
	/*background: #4b6c9e;*/
	width: 100%;
	top: 5px;
	left: 4px;
}
/*#endregion Header */
.main
{
	background-color:whitesmoke;
}
.alignrightcontainer
{
    float:right;
    padding-right:50px;
}
#MenuCell {
    /* For border around left menu area */
    /*border-width:1px;
	border-style:solid;*/
}

.litStep1 {
	font-size: 0.5em;
}
/*#region TAB MENU */
div.hideSkiplink {
	background-color: #1168b2;
	width: 100%;
}

table.menu {
	padding: 4px 0px 4px 8px;
}

table.menu tr {
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: auto;
}

table.menu tr td a, div.menu tr td a:visited {
	background-color: #465c71;
	border: 1px #4e667d solid;
	color: #dde4ec;
	display: block;
	line-height: 1.35em;
	padding: 4px 20px;
	text-decoration: none;
	white-space: nowrap;
	font-size: large;
}

table.menu tr td a:hover {
	background-color: #bfcbd6;
	color: #465c71;
	text-decoration: none;
}

table.menu tr td a:active {
	background-color: #465c71;
	color: #cfdbe6;
	text-decoration: none;
}
/*#endregion TAB MENU */

/*#region BUTTONS */
.button {
	-webkit-transition: box-shadow 0.1s;
	background: #ECECEC;
	border: 1px solid #a7a7a7;
	border-radius: 10px;
	box-shadow: 0px 2px 1px white inset, 0px -2px 8px white, 0px 3px 5px rgba(0, 0, 0, 0.1), 0px 3px 5px rgba(0, 0, 0, 0.1);
	color: #7f7f7f /*!important*/;
	font-family: arial;
	font-weight: bold;
	margin: 0px auto;
	padding: 4px 20px;
	text-decoration: none;
	text-shadow: 0px 1px 0px #fff;
}

.button a{
    
	color: #7f7f7f !important;
}

.button disabledbutton {
    color: #dddddd;
}
.button i {
	float: right;
	margin-top: 2px;
}

	.button:hover {
		box-shadow: 0px 2px 1px white inset, 0px -2px 20px white, 0px 2px 5px rgba(0, 0, 0, 0.1), 0px 8px 10px rgba(0, 0, 0, 0.1);
		border: 1px solid #7f7f7f;
	}

.button:active {
	background: -webkit-linear-gradient(top, #d1d1d1 0%, #ECECEC 100%);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5) inset, 0px -2px 20px white, 0px 1px 5px rgba(0, 0, 0, 0.1), 0px 2px 10px rgba(0, 0, 0, 0.1);
}

/*.button:inactive {
}*/
/*#endregion BUTTONS */

/*#region VARIOUS CONTROLS */
.textbox {
	background: white;
	border: 1px double #DDD;
	border-radius: 5px;
	box-shadow: 0 0 5px #333;
	color: #666;
	outline: none;
	padding: 5px 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

input {
	/*background: white;*/
	border: 1px double rgb(169, 169, 169);
	/*border-radius: 5px;	
	color: #666;	
	outline: none;*/
	/*box-shadow: 0 0 1px #333; */
	padding: 5px 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

textarea {
	/*background: white;
	border: 1px double #DDD;
	border-radius: 5px;	
	color: #666;	
	outline: none;	*/
	box-shadow: 0 0 1px #333;
	padding: 5px 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.dropdownlist {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 3px 3px;
	box-shadow: 0 0 1px #333;
	text-indent: 0.01px; /*In Firefox*/
    text-overflow: ''; /*In Firefox*/
}

.dropdownlist option {
	padding: 3px 3px;
}

.pagetitlecell {
	position: relative;
	width: auto;
	height: 35px;
	top: 5px;	
	z-index: 1000;
	color: white;
	font-size: 2.2em;
	padding: 2px;
	margin: 0px;
	
	font-weight: 300;
	background: #0d77b6;

	text-align:left;
	padding-left:210px;
	border-collapse: collapse;
	border-spacing: 0px;
	
	text-shadow: 0 0 5px #fff;
    margin-right: 29px !important;
}
.tabtitlecell{
    width:auto;
    text-align:center;
    background: #47a3da;
    margin-top:-13px;
    color:white;
    font-size:large;
    margin-left:-20px;
    margin-right:-20px;
}

div#tabs{
        width:auto;
        margin-right:28px;

}
/*#endregion VARIOUS CONTROLS */

/* for styling bold text in the body */
body b {
	color: #333333;
}

/* fieldset is like a frame */
fieldset {
	border-color: #a7a7a7;
}

/* legend is fieldset header text */
legend {
	color: #7f7f7f;
	font-weight: bold;
}

/*#region Navigation Menus */
#nav {
	-webkit-padding-start: 0px;
	padding: 0px;
}

#navnoheader {
	-webkit-padding-start: 0px;
	padding: 0px;
	top: -19px;
}

.cbp-spmenu {
	background: #47a3da;
	position: relative;
}

.cbp-spmenu h3 {
	color: #afdefa;
	font-size: 1.9em;
	padding: 2px;
	margin: 0;
	font-weight: 300;
	background: #0d77b6;
}

.cbp-spmenu a {
	display: block;
	color: #fff;
	font-size: 1.1em;
	font-weight: 300;
}

.cbp-spmenu a:hover {
	background: #258ecd;
}

.cbp-spmenu a:active {
	background: #afdefa;
	color: #47a3da;
}

/* this is for the background color of the selected/active button */
ul#nav li.active a {
	background: dodgerblue;
	/*border: solid 1px blue;*/
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.cbp-spmenu-vertical {
	width: 200px;
	/*min-width:199px;
  max-width:240px;*/
	height: 100%;
	top: -9px;
	padding-left: 0px;
	z-index: 1000;
}

.cbp-spmenu-vertical a {
	border-bottom: 1px solid #258ecd;
	padding: .5em;
	text-decoration: none;
	font-size: medium;
}

.main ul li a table img {
	-webkit-filter: drop-shadow(5px 5px 5px #222);
	filter: drop-shadow(5px 5px 5px #222);
}

.main ul li a table img:hover {
	-webkit-filter: drop-shadow(0px 0px 0px #222);
	filter: drop-shadow(0px 0px px #222);
}

.main ul li {
	text-shadow: 1px 2px 3px rgba(0,0,0,0.3);
}

/*.main ul li:hover a table img{
	-webkit-filter: drop-shadow(0px 0px 0px #222); 
	filter: drop-shadow(0px 0px px #222);
}*/
/* to remove text shadow on hover over the <li> */
/*.main ul li:hover{
	text-shadow: none;
}*/

/*#region Navigation Menus */
#programsmenu img {
	content: url(images/programs.png);
	vertical-align: -webkit-baseline-middle;
	background-image: url(images/programs.png);
	width: 48px;
	height: 48px;
}

#newprogrammenu img {
	content: url(images/newprogram.png);
	vertical-align: -webkit-baseline-middle;
	background-image: url(images/newprogram.png);
	background-size: 48px;
	width: 48px;
	height: 48px;
}

#colorsmenu img {
	content: url(images/color.png);
	vertical-align: -webkit-baseline-middle;
	background-image: url(images/color.png);
	background-size: 48px;
	width: 48px;
	height: 48px;
}

#stylesmenu img {
	content: url("images/styles.png");
	vertical-align: -webkit-baseline-middle;
	background-image: url(images/styles.png);
	width: 48px;
	height: 48px;
}

#programstylesmenu img {
	content: url("images/styles.png");
	vertical-align: -webkit-baseline-middle;
	background-image: url(images/styles.png);
	width: 48px;
	height: 48px;
}

#fabricsmenu img {
	content: url("images/fabrics.png");
	vertical-align: -webkit-baseline-middle;
	background-image: url(images/fabrics.png);
	width: 48px;
	height: 48px;
}

#homemenu img{
	content: url("images/program_dev.png");
	vertical-align: -webkit-baseline-middle;
	background-image: url(images/program_dev.png) no-repeat;
	width: 48px;
	height: 48px;
}
#notionsmenu img {
	content: url("images/notions.png");
	vertical-align: -webkit-baseline-middle;
	background-image: url(images/notions.png);
	width: 48px;
	height: 48px;
}

#programstylesmenu img {
	content: url(images/programstyles.png);
	vertical-align: -webkit-baseline-middle;
	background-image: url(images/programstyles.png);
	width: 48px;
	height: 48px;
}

#programcolorsmenu img {
	content: url(images/programcolor.png);
	vertical-align: -webkit-baseline-middle;
	background-image: url(images/programcolor.png);
	background-size: 48px;
	width: 48px;
	height: 48px;
}

#programfabricsmenu img {
	content: url("images/programfabrics.png");
	vertical-align: -webkit-baseline-middle;
	background-image: url(images/programfabrics.png);
	width: 48px;
	height: 48px;
}

#programnotionsmenu img {
	content: url("images/programnotions.png");
	vertical-align: -webkit-baseline-middle;
	background-image: url(images/programnotions.png);
	width: 48px;
	height: 48px;
}

#adminmenu img{
	content: url("images/program_dev.png");
	vertical-align: -webkit-baseline-middle;
	background-image: url(images/program_dev.png);
    background-repeat: no-repeat;
	width: 48px;
	height: 48px;
}

#invoicingmenu img {
	content: url("images/invoices2.png");
	background-image: url(images/invoices2.png);
    background-repeat: no-repeat;
	vertical-align: -webkit-baseline-middle;
	width: 48px;
	height: 48px;
}

/*#invoicingmenu::before{content: url("images/invoices.png");}
#invoicingmenu::after{content: url("images/invoices.png");}*/

#newinvoicemenu img {
	content: url("images/newinvoice.png");
	vertical-align: -webkit-baseline-middle;
	background-image: url(images/newinvoice.png);
    background-repeat: no-repeat;
	width: 48px;
	height: 48px;
}

#mergeinvoicemenu img {
	content: url("images/invoices.png");
	vertical-align: -webkit-baseline-middle;
	background-image: url(images/invoices.png);
    background-repeat: no-repeat;
	width: 48px;
	height: 48px;
}

#requisitionmenu img {
	content: url("images/requisition.png");
	vertical-align: -webkit-baseline-middle;
	background-image: url(images/requisition.png);
    background-repeat: no-repeat;
	width: 48px;
	height: 48px;
}

#warehousemenu img{
	content: url("images/program_dev.png");
	vertical-align: -webkit-baseline-middle;
	background-image: url(images/program_dev.png);
    background-repeat: no-repeat;
	width: 48px;
	height: 48px;
}

#internalmenu img{
	content: url("images/program_dev.png");
	vertical-align: -webkit-baseline-middle;
	background-image: url(images/program_dev.png);
    background-repeat: no-repeat;
	width: 48px;
	height: 48px;
}
#travelmenu img {
	content: url("images/travel.png");
	vertical-align: -webkit-baseline-middle;
	background-image: url(images/travel.png);
    background-repeat: no-repeat;
	width: 48px;
	height: 48px;
}

#newstylemenu img {
	content: url("images/newstyle.png");
	vertical-align: -webkit-baseline-middle;
	background-image: url(images/newstyle.png);
	width: 48px;
	height: 48px;
}

#newcolormenu img {
	content: url("images/newcolor.png");
	vertical-align: -webkit-baseline-middle;
	background-image: url(images/newcolor.png);
	width: 48px;
	height: 48px;
}

#newfabricmenu img {
	content: url("images/newfabric.png");
	vertical-align: -webkit-baseline-middle;
	background-image: url(images/newfabric.png);
	width: 48px;
	height: 48px;
}

#newnotionmenu img {
	content: url("images/newnotion.png");
	vertical-align: -webkit-baseline-middle;
	background-image: url(images/newnotion.png);
	width: 48px;
	height: 48px;
}

#newrequisitionmenu img {
	content: url("images/create-new.png");
	vertical-align: -webkit-baseline-middle;
	background-image: url(images/create-new.png);
	width: 48px;
	height: 48px;
}

#newtravelmenu img {
	content: url("images/travel.png");
	vertical-align: -webkit-baseline-middle;
	background-image: url(images/travel.png);
    background-repeat: no-repeat;
	width: 48px;
	height: 48px;
}


/*#endregion Navigation Menus */

/*#region Page Title Images */
.pagetitleimage{
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float:left;
    width: 32px; /* Width of new image */
    height: 32px; /* Height of new image */
    margin-right:10px;
    content:"";
}

.programdevpage{
    background:url("../Clean/images/program_dev.png") no-repeat !important;
    background-size:32px 32px !important;
    margin-top:2px;
}
.programspage{
    background:url("../Clean/images/programs.png") no-repeat !important;
    background-size:32px 32px !important;
}

.newprogrampage{
    background:url("../Clean/images/newprogram.png") no-repeat !important;
    background-size:32px 32px !important;
}
.stylespage{
    background:url("../Clean/images/styles.png") no-repeat !important;
    background-size:32px 32px !important;
}
.stylepage{
    background:url("../Clean/images/editstyle.png") no-repeat !important;
    background-size:32px 32px !important;
}

.colorspage{    
    background:url("../Clean/images/color.png") no-repeat !important;
    background-size:32px 32px !important;
}

.fabricspage{
    background:url("../Clean/images/fabrics.png") no-repeat !important;
    background-size:32px 32px !important;
}
.editfabricspage{
    background:url("../Clean/images/editfabric.png") no-repeat !important;
    background-size:32px 32px !important;
}
.newfabricpage{
    background:url("../Clean/images/newfabric.png") no-repeat !important;
    background-size:32px 32px !important;
}
.notionspage{
    background:url("images/notions.png") no-repeat !important;
    background-size:32px 32px !important;
}
.newnotionpage{
    background:url("images/editnotion.png") no-repeat !important;
    background-size:32px 32px !important;
}
/*.newinvoicepage{
    background:url("images/newinvoice.png") no-repeat !important;
    background-size:32px 32px !important;
}*/

/*#endregion Page Title Images */

.MenuButtonCaptionCell {
	width: 100%;
	text-align: center;
}

.MenuButtonImageCell {
	border-spacing: 0px;
}
/*#endregion Navigation Menus*/

/*#region TABLES */
.labelandcontroltable {
	margin: 0 auto;
}

.labelandcontroltable tr td {
	text-align: right;
	padding-right: 5px;
}

.tableScroll {
	/*max-height: 275px;*/
	overflow: auto;
	border: 0px solid #ccc;
}

.gridHeader a {
	cursor: default;
	color: white;
	cursor: pointer;
	cursor: hand;
	text-decoration: none;
}

	.gridHeader a:hover {
		text-decoration: underline;
	}

.gridPager {
	line-height: 20px;
    background-color:#1168b2;
    color:white;
}

    .gridPager span{
	    padding: 6px;
        border: solid 1px #477B0E;
        text-decoration: none;
        white-space: nowrap;
        background: #333C31;
    }

    .gridPager a, .gridPager a:visited
    {
        text-decoration: none;
        padding: 6px;
        white-space: nowrap;
        color:white;
    }

    .gridPager a:hover,.gridPager a:active {
	    padding: 5px;
        border: solid 1px #9ECDE7;
        text-decoration: none;
        white-space: nowrap;
        background: #486694;
    }

.dataTable {
	border-collapse: collapse;
	width: 100%;
	cursor: default;
    
}

	/*.dataTable tr:not(.gridPager):hover {
		cursor: pointer;
		cursor: hand;
		background-color: #258ecd;
	}

	.dataTable tr:not(.gridPager) td:not(.gridPager):hover {
		cursor: pointer;
		cursor: hand;
		background-color: #258ecd;
	}*/

.gvAltRow {
	background-color: whitesmoke;
}

.dataTable tr th {
	background-color: #1168b2;
	color: #ffffff;
	padding: 10px 5px 10px 5px;
	border: 1px solid #cccccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-transform: capitalize;
}

.dataTable table.datatable_headertable  {
	background-color: #1168b2;
	color: #ffffff;
	padding: 0px 0px 0px 0px;
	border: 0px solid #cccccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-transform: capitalize;
}

.dataTable tr td table.datatable_headertable a{
    color:white;
}
.dataTable tr td:not(table.datatable_headertable) {
	padding: 5px 10px 5px 10px;
	color: #454545;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #cccccc;
	vertical-align: middle;
	width: 28px;
	height: 28px;
	/*word-break: break-all;*/
	/*word-wrap: break-word;
	white-space: normal;
	overflow: hidden;*/
}

.dataTable tr td:first-child:not(.datatablecellcustom) {
	text-align: center;
    height:30px;
}
.dataTable tr td:first-child {
    text-align:center;
}
/*#endregion TABLES */

/*#region WIZARD */
#wizHeader li .prevStep {
	background-color: #669966;
}

#wizHeader li .prevStep:after {
	border-left-color: #669966 !important;
}

#wizHeader li .currentStep {
	background-color: #C36615;
}

#wizHeader li .currentStep:after {
	border-left-color: #C36615 !important;
}

#wizHeader li .nextStep {
	background-color: #C2C2C2;
}

#wizHeader li .nextStep:after {
	border-left-color: #C2C2C2 !important;
}

#wizHeader {
	list-style: none;
	overflow: hidden;
	font: 18px Helvetica, Arial, Sans-Serif;
	margin: 0px;
	padding: 0px;
}

#wizHeader li {
	float: left;
}

#wizHeader li a {
	color: white;
	text-decoration: none;
	padding: 10px 0 10px 55px;
	background: brown; /* fallback color */
	background: hsla(34,85%,35%,1);
	position: relative;
	display: block;
	float: left;
}

#wizHeader li a:after {
	content: " ";
	display: block;
	width: 0;
	height: 0;
	border-top: 50px solid transparent; /* Go big on the size, and let overflow hide */
	border-bottom: 50px solid transparent;
	border-left: 30px solid hsla(34,85%,35%,1);
	position: absolute;
	top: 50%;
	margin-top: -50px;
	left: 100%;
	z-index: 2;
}

#wizHeader li a:before {
	content: " ";
	display: block;
	width: 0;
	height: 0;
	border-top: 50px solid transparent;
	border-bottom: 50px solid transparent;
	border-left: 30px solid white;
	position: absolute;
	top: 50%;
	margin-top: -50px;
	margin-left: 1px;
	left: 100%;
	z-index: 1;
}

#wizHeader li:first-child a {
	padding-left: 10px;
}

#wizHeader li:last-child {
	padding-right: 50px;
}

#wizHeader li a:hover {
	background: #FE9400;
}

#wizHeader li a:hover:after {
	border-left-color: #FE9400 !important;
}

.wizcontent {
	font-size: 16px;
	padding-bottom: 0px;
	padding-top: 0px;
	text-align: center;
	background-color: #F9F9F9;
	min-height: 450px;
	vertical-align: middle;
	/*max-width:789px;*/
	width: 100%;
	height: 100%;
}
/*#endregion WIZARD */

/*#region Ignition WIZARD */
#MainContent_wzIgnition_ddlCustomer {
	/*display:block;*/
}

#MainContent_wzIgnition .textbox {
	width: 300px;
}

/*region IgnitionWizard general styling */
#MainContent_wzIgnition {
	width: auto;
}
/*#endregion Ignition WIZARD */

/*region Invoice WIZARD */
#MainContent_wzInvoiceWizard .textbox {
	width: 300px;
}

#MainContent_wzInvoiceWizard_txtShipFromLocationAddress {
	width: 94%;
	height: 75px;
	margin: 0px;
}

#MainContent_wzInvoiceWizard_txtShipToLocationAddress {
	width: 94%;
	height: 75px;
	margin: 0px;
}

#MainContent_wzInvoiceWizard_txtShipToLocationName {
	width: 94%;
}

#MainContent_wzInvoiceWizard {
	width: auto;
	min-width: 800px;
	max-width: 1200px !important;
}

	#MainContent_wzInvoiceWizard .wizcontent {
		/*width:auto;*/
		/*max-width:1200px !important;*/
	}

	#MainContent_wzInvoiceWizard caption {
		font-weight: bold;
		font-size: larger;
	}

#MainContent_wzInvoiceWizard_tblDetails {
	width: 70%;
	margin: 0 auto;
}

	#MainContent_wzInvoiceWizard_tblDetails td {
		text-align: left;
	}

		#MainContent_wzInvoiceWizard_tblDetails td TitleRow {
			text-align: center;
		}

#MainContent_wzInvoiceWizard_tblBillShipTo {
	width: 70%;
	margin: 0 auto;
}

#MainContent_pnlContent {
	min-width: 932px;
}

wizh1 {
	font-size: 1.5em;
}
/*#endregion Invoice WIZARD */

/*region Requisition WIZARD */
#MainContent_wzRequisitionWizard .textbox {
	width: 300px;
}

#MainContent_wzRequisitionWizard_txtSupplierAddress {
	width: 94%;
	height: 75px;
	margin: 0px;
}

#MainContent_wzRequisitionWizard_txtPurpose {
	width: 94%;
	height: 75px;
	margin: 0px;
}

#MainContent_wzRequisitionWizard {
	width: auto;
	min-width: 800px;
	max-width: 1200px !important;
}

	#MainContent_wzRequisitionWizard .wizcontent {
		/*width:auto;*/
		/*max-width:1200px !important;*/
	}

	#MainContent_wzRequisitionWizard caption {
		font-weight: bold;
		font-size: larger;
	}

#MainContent_wzRequisitionWizard_tblDetails {
	width: 70%;
	margin: 0 auto;
}

	#MainContent_wzRequisitionWizard_tblDetails td {
		text-align: left;
	}

		#MainContent_wzRequisitionWizard_tblDetails td TitleRow {
			text-align: center;
		}

#MainContent_wzRequisitionWizard_tblRequestInfo {
	width: 70%;
	margin: 0 auto;
}

	#MainContent_wzRequisitionWizard_tblRequestInfo td {
		text-align: left;
	}

		#MainContent_wzRequisitionWizard_tblRequestInfo td TitleRow {
			text-align: center;
		}

#MainContent_pnlContent {
	min-width: 932px;
}

wizh1 {
	font-size: 1.5em;
}
/*#endregion Requisition WIZARD */

/*region Travel Request WIZARD */
#MainContent_wzTravelRequestWizard .textbox {
	width: 300px;
}

#MainContent_wzTravelRequestWizard_txtPurpose {
	width: 94%;
	height: 75px;
	margin: 0px;
}

#MainContent_wzTravelRequestWizard {
	width: auto;
	min-width: 800px;
	max-width: 1200px !important;
}

#MainContent_wzTravelRequestWizard .wizcontent {
	/*width:auto;*/
	/*max-width:1200px !important;*/
}

#MainContent_wzTravelRequestWizard caption {
	font-weight: bold;
	font-size: larger;
}

#MainContent_wzTravelRequestWizard_tblDetails {
	width: 70%;
	margin: 0 auto;
}

	#MainContent_wzTravelRequestWizard_tblDetails td FieldRow {
		text-align: left;
	}

	#MainContent_wzTravelRequestWizard_tblDetails td TitleRow {
		text-align: center;
	}
		
    #MainContent_wzTravelRequestWizard_tblDetails td LabelRow {
		text-align: right !important;
	}


#MainContent_pnlContent {
	min-width: 932px;
}

wizh1 {
	font-size: 1.5em;
}
/*#endregion Travel Request WIZARD */



/*#region ToolTip */
/*.ui-tooltip-content {outline:none; }
.ui-tooltip-content {line-height:30px;}
.ui-tooltip-content {text-decoration:none;} 
.ui-tooltip-content span {
	z-index:10;display:none; padding:14px 20px;
	margin-top:60px; margin-left:-160px;
	width:240px; line-height:16px;
}
.ui-tooltip-content:hover span{
	display:inline; position:absolute; 
	border:2px solid #FFF;  color:#EEE;
	background:#000 url(src/css-tooltip-gradient-bg.png) repeat-x 0 0;
}
.callout {z-index:20;position:absolute;border:0;top:-14px;left:120px;}*/

/*CSS3 extras*/
/*.ui-tooltip-content span
{
	border-radius:2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
		
	-moz-box-shadow: 0px 0px 8px 4px #666;
	-webkit-box-shadow: 0px 0px 8px 4px #666;
	box-shadow: 0px 0px 8px 4px #666;

	opacity: 0.8;
}*/
/*#endregion ToolTip */

.swapLocations {
	padding-top: 30px;
}

.styledTextBox{
	border: 1px double #DDD;
	border-radius: 5px;
	box-shadow: 0 0 5px #333;
	color: #666;
	outline: none;
	padding: 5px 10px;
    /*resize:both;
    width:325px;
    height:90px;*/
}


.gridButtonStyle {
	border: 1px double rgb(169, 169, 169);
	box-shadow: 0 0 1px #333;
	padding: 5px 5px;
	align-items: flex-start;
	text-align: center;
	cursor: default;
	color: buttontext;
	border-radius: 5px;
	background-color: buttonface;
	box-sizing: border-box;
	margin: 0em;
	font: -webkit-small-control;
	letter-spacing: normal;
	word-spacing: normal;
	text-transform: none;
	text-indent: 0px;
	text-shadow: none;
	display: inline-block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.gridButtonStyle a {
	text-decoration-color: black;
}

.gridButtonStyle:hover {
	border: solid 1px Black;
	background-color: #ffffff;
}

.txt2 {
	border: 1px double #DDD;
	border-radius: 5px;
}

.inputValidation {
	font-size: small;
	position: absolute;
	display: block;
	margin-left: -50px;
	color: red;
}

/*#region AjaxToolKit */

.AjaxToolkitStyle2 .ajax__combobox_inputcontainer .ajax__combobox_textboxcontainer input {
	/*background-image: url(ComboBox/images/toolkit-bg.gif);*/
	background-position: top left;
	border: 0px none;
	color: #FFFFFF;
	padding: 4px 0px 3px 5px;
	font-size: 13px;
	height: 16px;
   
}

.AjaxToolkitStyle .ajax__combobox_inputcontainer .ajax__combobox_textboxcontainer input {
	/*background-image: url(ComboBox/images/toolkit-bg.gif);*/
	background-position: top left;
	border: 0px none;
	/*color: #FFFFFF;*/
	/*padding: 4px 0px 3px 5px;*/
	font-size: 13px;
	height: 16px;
	width: 240px;
	border: 1px double #DDD;
	border-radius: 5px;
	box-shadow: 0 0 5px #333;
	color: #666;
	outline: none;
	padding: 5px 10px;
	
}

.AjaxToolkitStyle .ajax__combobox_inputcontainer .ajax__combobox_buttoncontainer button {
	border: 1px double rgb(221, 221, 221);
	/*border-top-left-radius: 5px;*/
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	/*border-bottom-left-radius: 5px;*/
	box-shadow: rgb(51, 51, 51) 0px 0px 5px;
	border: 0px none;
	height: 23px ;
	width: 23px ;
	vertical-align: middle;    
}
.ajax__combobox_inputcontainer{
    top:0px !important;
}
.AjaxToolkitStyle2 .ajax__combobox_inputcontainer .ajax__combobox_buttoncontainer button {
	border: 1px double rgb(221, 221, 221);
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	box-shadow: rgb(51, 51, 51) 0px 0px 5px;
	border: 0px none;
	height: 23px;
	width: 23px;
	vertical-align: middle;
}

.AjaxToolkitStyle .ajax__combobox_itemlist {
	border-color: #0F2543;
	background-color: ghostwhite;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px double #DDD;
	font-size: large;
	box-shadow: 0 0 5px #333;
	outline: none;   
}

	.AjaxToolkitStyle .ajax__combobox_itemlist li {
		font-size: medium;
		/*text-shadow: 1px 1px 1px rgba(0,0,0,0.2);*/
		text-shadow: none !important;
        width:auto;
	}

	/* For in Header areas for search (smaller)*/
	.AjaxToolkitStyleHeader .ajax__combobox_inputcontainer .ajax__combobox_textboxcontainer input {
	/*background-image: url(ComboBox/images/toolkit-bg.gif);*/
	background-position: top left;
	border: 0px none;
	/*color: #FFFFFF;*/
	/*padding: 4px 0px 3px 5px;*/
	font-size: 12px;
	height: 8px;    
	border: 1px double #DDD;
	border-radius: 5px;
	box-shadow: 0 0 5px #333;
	color: #666;
	outline: none;
	padding: 5px 5px;
}

.AjaxToolkitStyleHeader .ajax__combobox_inputcontainer .ajax__combobox_buttoncontainer button {
	border: 1px double rgb(221, 221, 221);
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	box-shadow: rgb(51, 51, 51) 0px 0px 5px;
	border: 0px none;
	height: 23px;
	width: 23px;
	vertical-align: middle;
}

.AjaxToolkitStyleHeader .ajax__combobox_itemlist {
	border-color: #0F2543;
	background-color: #EFEFEF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px double #DDD;
	font-size: large;
	box-shadow: 0 0 5px #333;
	outline: none;
}

	.AjaxToolkitStyleHeader 
    
    
    .ajax__combobox_itemlist li {
		font-size: medium;
		/*text-shadow: 1px 1px 1px rgba(0,0,0,0.2);*/
		text-shadow: none !important;
	}

	.AjaxToolkitStyleHeader tr td{
		width:18px;
		height:18px;
		border:none;
	}
/*#endregion AjaxToolKit */

#MainContent_wzStyleWizard_txtStyleDescription {
	max-width: 300px;
}

.roundedFrameEdge {
	border: 1px solid;
	border-radius: 5px;
}



/*#region Top Horizontal Menu */
/* This is for the horizontal top menu */
.glossymenu{
	position: relative;
	padding: 0 0 0 34px;
	margin: 0 auto 0 auto;
	background: url(images/menub_bg.gif) repeat-x; /*tab background image path*/
	height: 46px;
	list-style: none;
}

.glossymenu li{
	float:left;
}

.glossymenu li a{
	float: left;
	display: block;
	color:#000;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding:0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/
	height: 46px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;	
}

.glossymenu li a b{
	float: left;
	display: block;
	padding: 0 24px 0 8px; /*Padding of menu items*/
}

.glossymenu li.current a, .glossymenu li a:hover{
	color: #fff;
	background: url(images/menub_hover_left.gif) no-repeat; /*left tab image path*/
	background-position: left;
}

.glossymenu li.current a b, .glossymenu li a:hover b{
	color: #fff;
	background: url(images/menub_hover_right.gif) no-repeat right top; /*right tab image path*/
}

@media DISABLED {
	#cssmenu,
	#cssmenu ul,
	#cssmenu ul li,
	#cssmenu ul li a {
		margin: 0;
		padding: 0;
		border: 0;
		list-style: none;
		line-height: 1;
		display: block;
		position: relative;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	#cssmenu {
		width: auto;
		font-family: Helvetica, Arial, sans-serif;
		color: #ffffff;
	}

		#cssmenu.align-right ul li {
			float: right;
			border-right: 0;
			border-left: 1px solid rgba(0, 0, 0, 0.22);
		}

			#cssmenu.align-right ul li a {
				border-right: 0;
				border-left: 1px solid rgba(255, 255, 255, 0.15);
			}

		#cssmenu ul {
			background: #222222;
			/* Old browsers */
			background: -moz-linear-gradient(bottom, #000000 0%, #222222 50%, #3c3c3c 51%, #393939 78%, #888888 100%);
			background: -webkit-linear-gradient(bottom, #000000 0%, #222222 50%, #3c3c3c 51%, #393939 78%, #888888 100%);
			background: -o-linear-gradient(bottom, #000000 0%, #222222 50%, #3c3c3c 51%, #393939 78%, #888888 100%);
			background: -ms-linear-gradient(bottom, #000000 0%, #222222 50%, #3c3c3c 51%, #393939 78%, #888888 100%);
			background: linear-gradient(to top, #000000 0%, #222222 50%, #3c3c3c 51%, #393939 78%, #888888 100%);
		}

			#cssmenu:after,
			#cssmenu ul:after {
				content: ".";
				display: block;
				clear: both;
				visibility: hidden;
				line-height: 0;
				height: 0;
			}

			#cssmenu ul li {
				float: left;
				display: block;
				border-right: 1px solid rgba(0, 0, 0, 0.22);
				z-index: 1;
			}

				#cssmenu ul li::after {
					content: "";
					width: 100%;
					height: 8px;
					position: absolute;
					border-top-left-radius: 50% 4px;
					border-top-right-radius: 50% 4px;
					background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 60%, #222222 61%, #222222 100%);
					background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 60%, #222222 61%, #222222 100%);
					background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 60%, #222222 61%, #222222 100%);
					background: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 60%, #222222 61%, #222222 100%);
					background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
					z-index: 2;
					bottom: 10px;
				}

				#cssmenu ul li a {
					display: block;
					padding: 10px 30px;
					text-decoration: none;
					font-size: 12px;
					text-transform: uppercase;
					color: #ffffff;
					border-right: 1px solid rgba(255, 255, 255, 0.15);
					z-index: 3;
				}

					#cssmenu ul li a:hover,
					#cssmenu ul li.active a {
						color: #ffffff;
					}

				#cssmenu ul li:hover,
				#cssmenu ul li.active {
					background: #1275ae;
					/* Old browsers */
					background: -moz-linear-gradient(bottom, #0b4669 0%, #1275ae 50%, #1794dc 51%, #1691d8 78%, #98d2f4 100%);
					background: -webkit-linear-gradient(bottom, #0b4669 0%, #1275ae 50%, #1794dc 51%, #1691d8 78%, #98d2f4 100%);
					background: -o-linear-gradient(bottom, #0b4669 0%, #1275ae 50%, #1794dc 51%, #1691d8 78%, #98d2f4 100%);
					background: -ms-linear-gradient(bottom, #0b4669 0%, #1275ae 50%, #1794dc 51%, #1691d8 78%, #98d2f4 100%);
					background: linear-gradient(to top, #0b4669 0%, #1275ae 50%, #1794dc 51%, #1691d8 78%, #98d2f4 100%);
				}

					#cssmenu ul li:hover::after,
					#cssmenu ul li.active::after {
						background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 60%, #1275ae 61%, #1275ae 100%);
						background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 60%, #1275ae 61%, #1275ae 100%);
						background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 60%, #1275ae 61%, #1275ae 100%);
						background: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 60%, #1275ae 61%, #1275ae 100%);
						background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
					}
}
/*#endregion Top Horizontal Menu */

#MainContent_cmbContent .ajax__combobox_buttoncontainer{
	max-width:100px;
}

.fieldvalidator{
	font-size:x-large !important;
	vertical-align:middle;
}

.aspNetDisabled button{
	box-shadow:none;
	text-shadow:none;
	background:none;
}

/*#region Panel Styling */
fieldset{
	width:100% !important;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	margin:0;
	padding:5px 0px;
	display:table;
}
.singleline{white-space: nowrap; overflow: hidden; text-overflow:ellipsis; }

.fieldsetclass fieldset{
	height:65px;
}
/*#endregion Panel Styling */

hr.fancy-line { 
    border: 0; 
    height: 1px;

}
hr.fancy-line:before {
    top: -0.5em;
    height: 1em;
}
hr.fancy-line:after {
    content:'';
    height: 0.5em;
    top: 1px;
}

hr.fancy-line:before, hr.fancy-line:after {
    content: '';
    position: absolute;
    width: 100%;
}

hr.fancy-line, hr.fancy-line:before {
    background: radial-gradient(ellipse at center, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 75%);
}

body, hr.fancy-line:after {
    background: #f4f4f4;
}

hr.bevel-shadow {
    border: 0; 
    height:1px; 
    margin-top:5px;
    margin-bottom:10px;
	border-top: 1px solid #c9c9c9;
	border-bottom: 1px solid #f4f4f4;
    background-color:gray;
	/* CSS3 Box Shadow */
	-webkit-box-shadow: 0px 3px 10px #999;
	box-shadow: 0px 3px 10px #999;
}

/*#region Table Definitions*/
.tablewithgrid{
    border-collapse:collapse;
    border:1px gray solid;
  height:100%;
}
.twocolumn .labelcell{
    width:140px;
    text-align:right;
    font-weight:bold;
}
.twocolumn .datacell{
    width:210px;
}
.tablewithgrid tr{
   
}
.tablewithgrid tr td{        
    border:1px solid gray;
    margin:0 0 0 0;
    
    
}
.tablesmallfont{
    font-size:smaller;
}
/*#endregion Table Defnitions*/

/*#region gridview styles */
.rounded-corners
{
    border: 1px solid gray;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
}

.cardstylegridview table{
    
    display:block;
    border-collapse:collapse;
    table-layout:fixed;    
}
.cardstylegridview table tbody{
    width:100%;    
}
.cardstylegridview th table tr td{
    border-style:none !important;
   
}
/*#endregion gridview styles */