form{
	position: relative;
}
.hidesearch{
	margin-bottom:10px;
	display:none;
}
.hidesearch .col-md-12{
	padding: 0;
}
.nopadding{
	padding: 0;
}
.iradio_minimal {
	margin-right: 5px;
}
.msghid{
	display: none;
}
.ajaxForm {
    display: none;
}
.msgoptions{
	background: #eee;
	padding: 0 5px;	
}
.msgoptions li{
	list-style: none;
	font-size: 14px;
	font-weight: normal;
}
.adscommon {
    background: none repeat scroll 0 0 #1C638D;
    border-top: 1px solid #E3E3E3;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 11px;
    font-weight: bold;
    line-height: 16px;
    padding: 5px 10px;
    text-decoration: none;
}
.profadebg{height:1500px;width:100%;background:#000;opacity:0.5;filter:alpha(opacity=50);position:fixed;top:0;left:0;z-index:100;}
.formfadebg{height:1500px;width:100%;background:#fff;opacity:0.5;filter:alpha(opacity=50);position:fixed;top:0;left:0;z-index:102;}
.probgup{z-index:101;}
dd label{
	font-weight: normal;
	margin-right: 10px;
}
dd input{
	min-width: 200px;
}
dd input.touchspin-demo-3 {
	min-width: 80px;
}
dd select{
	min-width: 200px;
	max-width: 200px;
}
dd input.medium, table input.medium, dd select.medium, div input.medium{
	min-width: 50px;
	width: 50px;
}
dd input.medium1{
	min-width: 120px;
	width: 120px;
}
dd{
	margin-bottom: 15px;
}
dd.filterlist p{
	border-bottom: 1px dotted #ccc;
	padding-bottom: 3px;
}
.removelist, .closemile, .closeroom, .closeitem, .closebank, .cuscloseitem, .procloseitem, .dealcloseitem, .closedealbank, .closecusbank, .closeempbank, .closesection, .closeoption{
	padding-right: 5px;
	color: #f00;
	cursor: pointer;
}
.newactions{
}
.adropdown-menu {
    -moz-border-radius: 3px;
    -moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.05);
    border-color: #CCCCCC;
    display: none;
    margin-top: 13px;
    position: absolute;
    top: 10px;
	left:auto;
}
.adropdown-menu:after {
    border-bottom: 6px solid #ccc;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    content: "";
    display: inline-block;
    position: absolute;
    right: 10px;
    top: -6px;
}
.adropdown-menu li {
    position: relative;
	border-top:1px solid #E5E5E5;
}
.adropdown-menu li a {
    color: #555555;
    font-size: 12px;
    padding: 8px 15px;
}
.adropdown-menu li a:hover {
    background-color: #E4E7EA;
    color: #333333;
}
.adropdown-menu li .fa {
    margin-right: 10px;
}
.adropdown-menu .divider {
    margin: 5px 0;
}
.adropdown-menu li .glyphicon, .headerwrapper .adropdown-menu li .fa {
    margin-right: 10px;
}
.adropdown-menu {
    margin-top: 13px;
    max-width: 75px;
	padding:0;
	z-index:1001;
}
.table th a {
    background: url("../img/oldicons.png") no-repeat scroll right -79px transparent;
    color: #1C638D;
    font-weight: bold;
    padding-right: 14px;
}
.table th a.asc {
    background: url("../img/oldicons.png") no-repeat scroll right -95px transparent;
}
.table th a.desc {
    background: url("../img/oldicons.png") no-repeat scroll right -110px transparent;
}

/*------------------------------------------------------------------
Begin [Steps Wizard]
*/
.steps {
	border-top: 1px solid #F3F3F3;
	border-bottom: 1px solid #F3F3F3
}
.steps ol {
	background-color: #f2f2f2;
	list-style: none;
	overflow: hidden;
	margin: 0;
	padding: 0;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF
}
.steps li {
	float: left;
	cursor: pointer;
}
.steps li.level1{z-index: 1; }
.steps li.level2{z-index: 2; }
.steps li.level3{z-index: 3; }
.steps li div {
	color: #bababa;
	font-size: 14px;
	font-weight: bold;
	padding: 4px 0 4px 40px;
	background-color: #f2f2f2;
	position: relative;
}
.steps li:last-child div {
	background-color: #f2f2f2;
	padding-right: 30px
}
.steps li div: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 #f2f2f2;
	position: absolute;
	top: 50%;
	margin-top: -50px;
	left: 100%;
	z-index: 5;
}
.steps li:last-child div:after {
	content: normal;
}
.steps li div:before {
	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 #fff;
	position: absolute;
	top: 50%;
	margin-top: -50px;
	margin-left: 1px;
	left: 100%;
	z-index: 1;
}
.steps li:last-child div:before {
	content: normal;
}
.steps li div span {
	color: #bababa;
	display: inline-block;
	width: 24px;
	height: 32px;
	margin-right: 0;
	text-align: center;
	line-height: 32px;
	background-color: #E8E8E8;
	background: transparent;
	font-size: 14px;
}
.steps li.current div {
	background-color: #3C8DBC;
	color: #fff;
}
.steps li.current div span {
	color: #fff;
}
.steps li.showtab div, .steps li.showtab div span {
	color: #000;
}
.steps li.completed div {
	color: #fff;
	background-color: #00A65A;
}
.steps li.completed div span {
	color: #fff;
}
.steps li.completed div:after {
	border-left: 30px solid #00A65A
}
.steps li.current div:after {
	border-left: 30px solid #3C8DBC
}
.steps li:first-child div {
	padding-left: 10px;
}
/*--
End [Steps Wizard]
*/
dl.level2, dl.level3, dl.level4, dl.level5, dl.level6, dl.level7, dl.level8, .placement{
	display: none;
}
.prevbtn, .bomselect{
	display: none;
}
.chosen {
    display: block !important;
    position: absolute;
    visibility: hidden;
}
.invtable
{
	overflow:visible !important;
}
#typefield_chosen, #conditions_chosen, .chosen-container {
    min-width: 220px !important;
}
.progress-bar{
	line-height:70px;
	font-size:16px;
}
@media screen and (max-width: 500px) {
	.steps ol{
		background: none;
	}
	.steps li div {
		padding: 4px 20px 4px 10px;
		margin: 0 5px 5px 0;
	}
	.steps li div: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: 0px solid #f2f2f2;
		position: absolute;
		top: 50%;
		margin-top: -50px;
		left: 100%;
		z-index: 5;
	}
	.steps li:last-child div:after {
		content: normal;
	}
	.steps li div:before {
		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: 0px solid #fff;
		position: absolute;
		top: 50%;
		margin-top: -50px;
		margin-left: 1px;
		left: 100%;
		z-index: 1;
	}
	.steps li:last-child div:before {
		content: normal;
	}
	.steps li.completed div:after {
		border-left: 0px solid #00A65A
	}
	.steps li.current div:after {
		border-left: 0px solid #3C8DBC
	}
}
@media screen and (max-width: 1400px) {
	.steps.section ol{
		background: none;
	}
	.steps.section li div {
		padding: 4px 20px 4px 10px;
		margin: 0 5px 5px 0;
	}
	.steps.section li div: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: 0px solid #f2f2f2;
		position: absolute;
		top: 50%;
		margin-top: -50px;
		left: 100%;
		z-index: 5;
	}
	.steps.section li:last-child div:after {
		content: normal;
	}
	.steps.section li div:before {
		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: 0px solid #fff;
		position: absolute;
		top: 50%;
		margin-top: -50px;
		margin-left: 1px;
		left: 100%;
		z-index: 1;
	}
	.steps.section li:last-child div:before {
		content: normal;
	}
	.steps.section li.completed div:after {
		border-left: 0px solid #00A65A
	}
	.steps.section li.current div:after {
		border-left: 0px solid #3C8DBC
	}
}
@media screen and (max-width: 800px) {
	dl{
		width: 100%;
	}
}
pre.address
{
	background:none;
	padding: 0;
	border: none;
	font-family: "Source Sans Pro",sans-serif;
	font-size: 14px;
}
.dl-fullwidth
{
    width: 100%;
}
.table td span.fa-remove, .table td span.fa-plus {
    cursor: pointer;
    display: inline-block;
    height: 17px;
    margin-right: 8px;
    width: 17px;
}
.navy
{
	 color: #001f3f !important;
	 cursor: pointer;
}
.blue
{
	 color: #0073b7 !important;
	 cursor: pointer;
}
.red
{
	 color: #f56954 !important;
	 cursor: pointer;
}
.green
{
	 color: #00a65a !important;
	 cursor: pointer;
}
.nproshow{
}
.nprohide{
	display:none;
}
.btn-sml {
    border-radius: 3px;
    font-size: 12px;
    line-height: 1.5;
    padding: 5px 11px;
    margin-bottom:4px;
}
.attchiframe{
	padding: 0;
	margin: 0;
}
.table > tbody > tr > td.catcol{
	background: #aaa;
	text-transform:uppercase;
	color: #000;
	border-left: 1px solid #ccc;
}
.input-group .searchdeldashboard
{
	position: relative;
  	vertical-align: middle;
  	width:1%;
    display: table-cell;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 14px;
    cursor: pointer;
    line-height: 1.42857143;
 	text-align: center;
  	white-space: nowrap;
  	touch-action: manipulation;
  	-webkit-user-select: none;
  	box-shadow: none;
  	border-width: 1px;
}
.darrow>.btn {
   position: relative; 
}
.bootstrap-touchspin{
	min-width: 130px;
	position: relative;
	width: 130px !important;
	padding-right:10px;
	top:-24px;
	left:70px;
}
.testpin2
{
	display:inline-block;
}
.testbin .bootstrap-touchspin{
	min-width: 130px;
	position: relative;
	width: 130px !important;
	padding-right:10px;
	top:-33px;
	left:212px;
}
.testpin2 .bootstrap-touchspin{
	min-width: 130px;
	position: relative;
	width: 130px !important;
	padding-right:10px;
	top:-24px;
	left:70px;
}
td .bootstrap-touchspin{
	/*margin:0 auto;*/
	position: relative;
	top:3px;
	left:0px;
}	
.changebun
{
	position:relative;
	top:49px;
	right:178px;
}
.changeitm
{
	position:relative;
	top:-20px;
	left:461px;
}
.tem_1details {
    border: 1px solid #e2e8ea;
    overflow: hidden;
    padding: 5px 10px;
    width: 185px;
    list-style:none;
}
.tem_1details li {
    color: #6c6f70;
    float: left;
    font-size: 14px;
    width: 50%;
}
.spantop
{
	color: #000 !important;
    cursor: default;
    padding-right: 10px;
    position: absolute;
    right: 0;
}
ul.dealermargin{
	display:table-cell;
	margin:0;
	padding:0;
	list-style:none;
	border-top:1px solid #DDDDDD;
	vertical-align:top;
}
ul.fdealermargin{
	border-left:1px solid #DDDDDD;
}
ul.dealermargin li{
	padding:8px;
	height:60px;
	border-bottom:1px solid #DDDDDD;
	border-right:1px solid #DDDDDD;
}
ul.dealermargin li.marhed{
	background:#F3F4F5;
	font-weight:bold;
}
ul.dealermargin li.bmarhed{
	background:#fafafa;
}
ul.dealermargin li input[type=text]{
	width:75px;
}
.half
{
	width:70% !important;
}
.quart
{
	width:30% !important;
}
.stackbox{
	display:inline-block;
	padding-right:10px;
}
.stackbox span{
	display:inline-block;
	height:10px;
	width:10px;
	margin-right:5px;
}
.tablealign
{
	width: 100%;
}
.tablealign td , .tablealign th	
{
	padding:10px;
}

#imgPreviewWithStyles {
background: #ffffff;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
padding: 5px;
z-index: 999;
border: 3px solid #383838;
}

/* Text below image */
#imgPreviewWithStyles span {
color: white;
text-align: center;
display: block;
padding: 10px 0 3px 0;
}
.dz-filename{
	display:none;
}
.dz-size{
	display:inline-block;
	width:100%;
}
.dz-size input{
	width:100%;
	padding:0px 5px;
}
.thirdpart {
    background-color: #dddddd;
    color: #000;
    font-size: 16px;
    margin-top: 20px;
    padding: 5px;
    text-align: center;
}
.morecontent span {
    display: none;
}
.comment {
}
.summinput
{
	display: none;
	width: 50px !important;
}
select.summinput 
{
	width: 63px !important;
}
.suminputtxt
{
	width:15% !important;
}
.roundcon
{
	border-radius: 10px;
}
.sumselect
{
	width:25% !important;
}
.txtalrgh
{
	text-align:right;
}
.manuwidth
{
	width:10%
}
.border{
	border: none;
}
.helptip{
	width:38%;
	position:absolute;
	top:210px;
	right:10px;
}

.hiddeboxsect, .hiddeboxpack, .hiddeboxprod, .proheadedit, .headsave, .helpbtn{
	display:none;
}
.intl-tel-input .selected-flag {
    height: 30px !important;
}
.box.box-primary.dash-box{
	background-color:#F5F7FA;
}
.dash-border{
	border:1px solid #E4EAEC;
	background:#FFFFFF;
	font-family:Verdana, Arial, sans-serif;
	text-align:center;
	text-transform:uppercase;
	width:23.25%;
	margin:0.7%;
	display:inline-block;
}
.dash-large-border
{
	border:1px solid #E4EAEC;
	background:#FFFFFF;
	font-family:Verdana, Arial, sans-serif;
	text-align:center;
	text-transform:uppercase;
	width:47%;
	margin:1%;
	display:inline-block;
}
.small-box.dash-large-border p{
	font-size:14px;
}
.small-box.dash-large-border h3{
	font-size:30px;
	font-weight:normal;
}
.small-box.dash-large-border .inner:hover{
	color:#000;
}
.small-box.dash-border p{
	font-size:14px;
}
.small-box.dash-border h3{
	font-size:24px;
	font-weight:normal;
}
.small-box.dash-border .inner:hover{
	color:#000;
}
td.pricedash
{
	text-align:right;
}
th.pricedash
{
	text-align:right;
}
.dashtable{
	margin-left:23px;
}
.dashtable tr td{
  line-height:1.42857;
  padding:8px;
  vertical-align:top;
  height:35px;
}
.dashtable tr td label{
	margin-top:5px;
}
.dashtable tr td select{
	margin-bottom:0px;
}

.dashtable tr td input{
	padding:5px;
}
.rangeduedate{
	display: none;
}
.scrollclass {
    height: 210px;
    overflow-y: scroll;
}
.coleditable li {
	list-style:none;
	display:inline-block;
	padding:5px;
	margin:0 10px 10px 0;
	position:relative;
	text-align:left;
	min-width: 150px;
	background: #f6f6f6 url("images/ui-bg_glass_100_f6f6f6_1x400.png") repeat-x scroll 50% 50%;
    border: 1px solid #cccccc;
}
.coleditable li label {
	padding-left: 5px;
}
@media screen and (max-width: 1600px) {
	.dash-border{
		width: 31%;
	}
}
 @media screen and (max-width: 1100px) {
	.dash-border{
		width: 47%;
	}
}

@media screen and (max-width: 700px) {
	.dash-border{
		width: 98%;
	}
}