* {
	margin: 0;
	padding: 0;
}
a, abbr, acronym, address, applet, b, big, blockquote, body, caption, center, cite, code, dd, del, dfn, div, dl, dt, em, fieldset, font, form, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, object, ol, p, pre, q, s, samp, small, span, strike, sub, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, var {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: 0 0;
	font-weight: 400;
}
li, ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:after, blockquote:before, q:after, q:before {
	content: '';
	content: none;
}
a:focus {
	outline-width: 1px;
	outline-color: #000;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	text-decoration: none;
}
p {
	padding-bottom: 14px;
}
.clear {
	clear: both;
}
.text-right {
	text-align:right;
}
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #333;
	background: url(../images/main-bg.jpg) no-repeat 0 0;
	background-size:cover;
	-webkit-text-size-adjust: 100%;
}
input, select, textarea {
	font-family: 'Open Sans', sans-serif;
	font-size:13px;
	color:#666;
}
textarea {
	resize: vertical;
	min-height:60px;
}
.fright {
	float: right;
}
.fleft {
	float: left;
}
.w5{width:5%;}
.w10{width:10%;}
.w15{width:15%;}
.w20{width:20%;}
.w25{width:25%;}
.w30{width:30%;}
.w35{width:35%;}
.w40{width:40%;}
.w45{width:45%;}
.w50{width:50%;}
.w55{width:55%;}
.w60{width:60%;}
.w65{width:65%;}
.w70{width:70%;}
.w75{width:75%;}
.w80{width:80%;}
.w85{width:85%;}
.w90{width:90%;}
.w95{width:95%;}
.w100{width:1000%;}

.container {
	width: 980px;
	margin: 60px auto 30px;
	overflow:hidden;
	background:#fff;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	box-shadow:0 0 6px #435274;
	-moz-box-shadow:0 0 6px #435274;
	-webkit-box-shadow:0 0 6px #435274;
}
.row {
	padding:0 5%;
}
header {
	width:100%;
	float:left;
	background:#455998;
	color:#fff;
	padding-top:15px;
}
.logo {
	float:left;
	margin:0 0 15px 354px;
}
.user-info-header {
	float:right;
	padding:0 24px 0 0;
}
.user-info-header li {
	float:left;
	margin-left:16px;
	font-size:15px;
	position:relative;
}
.user-info-header li+li {
	margin-top:15px;
}
.user-info-header li a {
	color:#fff;
}
.user-info-header li a:hover {
	color:#ccc;
}
.user-info-header li a .notification {
	position:absolute;
	background:#df3535;
	top: -10px;
	right:-12px;
	z-index:1;
	font-size:10px;
	font-weight:700;
	line-height: 14px;
	padding: 1px 5px;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
}
.user-info-header li a:hover .notification {
	color:#fff;
}
.user-info-header .user {
	padding-right:46px;
}
.user-info-header .user .user-pic {
	width:38px;
	height:38px;
	float:left;
	border-radius:100%;
	-moz-border-radius:100%;
	-webkit-border-radius:100%;
}
.user-info-header .user .user-det {
	float:left;
	padding:5px 0 0 10px;
}
.user-info-header .user .user-det strong, .user-info-header .user .user-det small {
	display: block;
	line-height:14px;
}
.user-info-header .user .user-det strong {
	font-weight:700;
	font-size:16px;
}
.user-info-header .user .user-det small {
	font-size:65%;
}
.content-wrapper {
	background:#fff;
	padding:14px 24px 38px;
	clear:left;
	overflow: hidden;
}
.breadcrumb {
	width:100%;
	float:left;
	margin-bottom:14px;
}
.breadcrumb li {
	float:left;
	margin-right:28px;
}
.breadcrumb li a {
	color:#333;
	position:relative;
}
.breadcrumb li a:after {
	width:7px;
	height:10px;
	position:absolute;
	right:-18px;
	top:4px;
	background:url(../images/arrow-right-gray.png) no-repeat 0 0;
	content:"";
}
.breadcrumb li:last-child a:after {
	display:none;
}
.breadcrumb li:first-child a {
	border:1px solid #999;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	padding:0 3px;
}
.breadcrumb li a i {
	color:#666;
}
.form-area {
	width:100%;
	float:left;
}
h1 {
	color:#3b5998;
	font-size:14px;
	padding:10px 12px;
	margin-bottom:26px;
	background:#f7f7f7;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
h1 i {
	padding-right:10px;
}
form.row {
	color:#666;
	padding-bottom:30px;
}
form .column {
	width:46%;
}
form .form-row {
	width:100%;
	float:left;
	padding-bottom:14px;
}
form .form-row label {
	width:40%;
	float:left;
	line-height:14px;
	padding-top:10px;
}
form .form-row .filed {
	float:right;
	width:56%
}
form .form-row.full label {
	width:20%;
}
form .form-row.full .filed {
	width:80%;
}
form .form-row input, form .form-row textarea, form .form-row select {
	background:#eef0f5;
	border:0;
	line-height:20px;
	padding:7px 5%;
	width:90%;
}
form .form-row input[disabled] {
	background:#eef0f5;
}
form .form-row select {
	width:100%;
}
form .column.fleft textarea {
	height:90px;
}
form .column.fright textarea {
	height:60px;
}
form .form-row .filed a {
	margin-top:10px;
	display: inline-block;
	color:#3b5998;
        //-webkit-column-width: 100px;
}
form .form-row.error input, form .form-row.error select, form .form-row.error textarea {
	background:#f3d2cd;
}
form .form-row.editable input, form .form-row.editable select, form .form-row.editable textarea {
	background:#feffc4;
}
a.btn-search {
	width:100px;
	padding:0 20px;
	line-height: 40px;
	font-size: 18px;
	color: #fff;
	background: #3dd91e;
	text-align: center;
	display: block;
	margin: 0 auto;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
a.btn-search i {
	padding-right: 10px;
}
a.btn-search:hover {
	background:#34be19;
}
.tabs-container {
}
.tabs-container, .tabs-container .tabs-content {
	width:100%;
	float:left;
}
.tabs-container .tab-nav {
	background:#f7f7f7;
	border:1px solid #dfdfdf;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	min-height:36px;
}
.tabs-container .tab-nav li {
	float:left;
	position: relative;
	margin: -1px 0 0 -1px;
	border:1px solid transparent;
}
.tabs-container .tab-nav li:hover, .tabs-container .tab-nav li.active {
	border:1px solid #c8d3e3;
	background:#e6ebf2;
}
.tabs-container .tab-nav li a {
	line-height: 36px;
	padding:0 40px;
	color: #3b5998;
	display: block;
}
.tabs-container .tab-nav li:hover a, .tabs-container .tab-nav li.active a {
	color: #333;
}
.tabs-container .tabs-content {
}
.tabs-container .tabs-content .tab-cont {
	padding:14px 0 0;
	color:#999;
	display: none;
}
.tabs-container .tabs-content .tab-cont.active {
	display: block;
}
.contact-search-table {
	width:100%;
	float:left;
	color:#666;
}
.tabl-sty-osp-b1 table {
  border-left: 1px solid #ced8e6;
  border-top: 1px solid #ced8e6;
  margin-bottom: 10px;
  width: 100%;
}
.tabl-sty-osp-b1 table th, .tabl-sty-osp-b1 table td {
	padding:10px 15px;
	text-align: left;
	border-right:1px solid #ced8e6;
	border-bottom:1px solid #ced8e6;
}
.contact-search-table table th {
	background:#f7f8fa;
}
.contact-search-table table th {
	width:8%;
}
.contact-search-table table th+th {
	width:20%;
}
.contact-search-table table th+th+th {
	width:32%;
}
.contact-search-table table th+th+th+th {
	width:20%;
}
.address-bar {
	width:100%;
	float:left;
	padding:0 0 30px;
}
.address-bar h2 {
	font-size:28px;
	line-height:36px;
	padding-bottom:5px;
}
.address-bar .add-pic {
	float:left;
	width:40px;
	margin:0 15px 0 5%;
}
.address-bar .address {
	float:left;
	width:400px;
}
.add-addresss {
	width:100%;
	float:left;
}
.add-addresss table {
}
.controls {
	width:100%;
	float:left;
	padding:10px 0;
}
a.btn-search.blue {
	width:auto;
	padding:0 15px;
	line-height: 34px;
	font-size: 14px;
	color: #fff;
	background: #4f6aa3;
	text-align: center;
}
.nex-prev a {
	float:left;
	line-height:32px;
	border:1px solid #bcc3cf;
	margin-left:3px;
	padding:0 12px;
	text-align:center;
	font-size:16px;
	color:#bcc3cf;
}
.nex-prev a.active, .nex-prev a:hover {
	color:#666;
}
.delete, .edit {
	font-size:16px;
	display:inline-block;
	margin:0 2px;
}
.delete {
	color:#c33437;
}
.edit {
	color:#00a01c;
}
.btn-sticky {
  border: 1px solid #bcc3cf;
  color: #3b5998;
  float: left;
  font-size: 11px;
  line-height: 22px;
  margin-right: 5px;
  padding: 0 6px;
}
.btn-sticky i {
  color: #fac12f;
  font-size: 13px;
  margin-right: 3px;
}
.btn-pdf, .btn-excel {
	color:#3b5998;
	padding:0 15px;
	line-height:32px;
	border:1px solid #bcc3cf;
	float:left;
	margin-right:5px;
}
.btn-pdf i, .btn-excel i {
	font-size:16px;
	margin-right:3px;
}
.btn-pdf i {
	color:#f10e11;
}
.btn-excel i {
	color:#4e8d2c;
}
/*popup*/
.popup-container {
	width:100%;
	height:100%;
	position:relative;
	display:none;
}
.popup-container .pop-bg-overlay {
	width:100%;
	height:100%;
	background:#000;
	opacity:0.7;
	position:fixed;
	z-index:10;
}
.popup-container .popup {
	width:770px;
	padding:15px;
	position:absolute;
	z-index:11;
	left:50%;
	margin-left:-400px;
	margin-top:160px;
	background:#fff;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	box-shadow:0 0 15px #000;
	-moz-box-shadow:0 0 15px #000;
	-webkit-box-shadow:0 0 15px #000;
}
.popup-container .popClose {
	width:24px;
	height:24px;
	display: block;
	line-height: 24px;
	font-size:26px;
	color:#333;
	position: absolute;
	right: -14px;
	top: -14px;
}
.popup-container .popClose i {
	background:#333;
	color: #fff;
	position:relative;
	border-radius:30px;
}
.popup-container .row {
	padding: 10px;
}
/*-----calendar start-----*/
.hasDatepicker.calad-bg-b1 {
	background: url("../images/bg-cald-b1.png") no-repeat #eef0f5;
	background-position:191px 7px;
	cursor:pointer;
}
/*-----calendar end----*/



/*-----index start----*/
.content-wrapper .left-sidebar {
  float: left;
  margin-right: 2%;
  margin-top: 2%;
  width: 24%;
}

.content-wrapper .right-content {
  border: 1px solid #ddd;
  border-radius: 4px;
  float: left;
  margin-bottom: 20px;
  margin-left: 1%;
  margin-top: 2%;
  width: 72%;
}

.panel-heading {
  background-color: #f5f5f5;
  border-bottom: 1px solid #ddd;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  color: #333;
  font-size: 14px;
  padding: 10px 15px;
}
.list-group {
  padding-left: 0;
}


.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group .list-group-item {
  border-radius: 0;
}
.list-group-item {
  padding: 8px 15px;
}
.list-group-item {
  background-color: #fff;
  border-color: #ddd;
  border-image: none;
  border-style: solid none;
  border-width: 1px 0;
  display: table;
  margin-bottom: -1px;
  padding: 10px 15px;
  position: relative;
  width: 641px;
}
.col-sm-6 {
  color: #8a949b;
  float: left;
  font-size: 14px;
  min-height: 1px;
  padding-right: 15px;
  position: relative;
  width: 47%;
}
a.form-link {
  color: #404852;
  font-size: 14px;
  font-weight: bold;
}
.badge-important {
  background-color: #e74c3c;
}
.pull-right {
  float: right !important;
}
.badge {
  background-color: #999;
  border-radius: 10px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  min-width: 10px;
  padding: 3px 7px;
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap;
}
.icon-fixed-width[class^="icon-"], .icon-fixed-width[class*=" icon-"] {
  display: inline-block;
  padding-right: 5px;
  text-align: right;
}
/*-----index end----*/


.new-add-btn i {
  color: #565656;
  font-size: 14px;
  margin-right: 2px;
}
.addres-box-1 {
  width: 50%;
}
.addres-box-1 p {
  background:#f9f9f9;
  border: 1px solid #e6e6e6;
  margin: -10px 0;
  padding: 10px;
}
.marg-top-10 {
  margin-top: 10px !important;
}

.shipi-addr-b1{
	margin-top:40px;
}

.shipi-addr-b1 .shipi-addr-b1-a {
  border: 1px solid #dfdfdf;
  clear: both;
  width: 100%;
}

.shipi-addr-b1 .line-hei-30 {
  line-height: 30px;
}
.shipi-addr-b1 p {
  background:#f9f9f9;
  margin-bottom: 12px;
  margin-top: 2px;
  padding: 5px 75px 5px 10px;
}
.shipi-addr-b1-a {
  margin-top: 7px;
}
.shipi-addr-b1 .nex-prev {
  margin-top: 130%;
}
.shipi-addr-b1-a {
  padding-top: 1%;
}
.shipi-addr-b1-a > ul > li {
  margin-left: 21px;
}

.save-bo-2 {
  margin-left: -229px !important;
  width: 420px !important;
}
.save-bo-1 {
  width: 400px !important;
}

.tab-col-9-b1 table th, .tab-col-9-b1 table td {
  padding: 10px 8px !important;
  vertical-align: middle;
}

.sel-selc-b1 select {
  background:#eef0f5;
  border: 0 none;
  line-height: 20px;
  padding: 7px 5px;
  width: 20%;
}
.sel-selc-b1 {
  line-height: 29px;
}
.tab-textb-9-b1 input {
  border: 0 none;
  width: 100%;
}
.tabl-sty-osp-b1 .hasDatepicker {
  line-height: 24px;
}
.tabl-sty-osp-b1 tr th:first-child {
  width: 6%;
}
.tabl-sty-osp-b1 tr th:nth-child(5) {
  width: 23%;
}
.tabl-sty-osp-b1 .hasDatepicker2 {
  background: url("../images/bg-cald-b1.png") no-repeat #eef0f5;
	background-position:174px 3px;
}
 
.jconfirm_wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#102000000, endColorstr=#102000000);
}

.jconfirm_inner {
    background: #fff;
    padding: 20px;
    padding-top: 10px;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.jconfirm_message:empty {
    height: 20px;
}

.jconfirm_buttons {
    text-align: center;
    margin: 10px 0 14px;
}
.fa fa-exclamation-triangle{
    /* background-color:yellow;*/
}
.alerts_field
{float: left;
    padding-bottom: 14px;
    width: 100%;}
.alertscolumn{
    width:34%;
}
.alertscolumn_center{
   
}
.fieldset {
    border:1px solid black;
    display: inline-block;
    overflow: hidden;
    margin-top: -2.5%;
    width:29%;
} 
.fieldset_1 {
    border:1px solid black;
    display: inline-block;
    overflow: hidden;
    margin-top: -10.88%;
    width:29%;
    float:right;
} 
.sticky_fieldset {
    border:1px solid black;
    display: inline-block;
    overflow: hidden;
    margin-top: -6%;
    width:99.5%;
} 

a.btn-search.add-cart-estimate-dialog{background: none repeat scroll 0 0 #4f6aa3;
    color: #fff;
    font-size: 14px;
    
line-height: 34px;
    margin-left: 11px;
    padding: 0 15px;
    text-align: center;
    width:auto;}
a.btn-search.add-cart-order-confirmation-dialog{background: none repeat scroll 0 0 #4f6aa3;
    color: #fff;
    font-size: 14px;
    
line-height: 34px;
    margin-left: 11px;
    padding: 0 15px;
    text-align: center;
    width:auto;}
    
 
.err{
    text-align: center !important;
    color: red;
}  
  
.green-color{
    color:#00a01c !important;
} 







