body {
	font-family: "ROBOTO", Arial, sans-serif;
  	padding:0;
	margin:0;
	font-size:14px;
}

  .has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
    color: #a94442;
    font-weight: bold;
}


 textarea {
    resize: none;
}
.mantoryField{
color:red;	
}
.errorMessages{
 font-weight: bold;
 color:red;	
}
a{color:#c8541a;}
a, a:hover, a:focus{outline:none !important;}

.nvigHyperlink{color:#FFF;}
.home_top_band{ background:#fff; padding:20px 0; margin:0; position:relative;}
.top_band{ background:#fff; padding:10px 0; margin:0; position:relative; border:none;}
.top_band .navbar-brand{ height:auto; padding:0 15px;}
.top_band .hlepList{list-style:none; vertical-align:middle; margin-top:14px;}
.top_band .hlepList li{padding-top:10px; padding-bottom:10px; padding-left:5px; color:#b45424;}
.top_band .hlepList li a{padding:0px!important; color:#b45424 ;}
.top_band .dropdown-menu{padding:0px;}
.top_band .dropdown-menu li{padding:0px; color:#b45424; border-bottom:1px solid #efefef;}
.top_band .dropdown-menu li a{padding:10px 10px!important; color:#b45424 ;}

.bg_none{padding:0px!important; border:none!important; background:none!important;}
.custmBadge{position:absolute;background:#eaeaea; border-radius:50%;top:-10px;left:3px;padding:2px 6px;font-size:10px;z-index:-2;	}

.main_section{ width:100%; margin:0; padding:50px 0 35px 0; position:relative; background:#fcf6f3;}
.login_section{ margin:0 0 15px 0; padding:20px; min-height:55vh; position:relative; color:#FFF; border:1px solid #ecebeb; background:#fff;}
.login_section h1{ margin:0 0 20px 0; padding:0 0 20px 0; line-height:30px; font-size:34px; font-weight:200; color:#c8541a; border-bottom:1px solid #ecebeb;} 
.login_section h2{ margin:0 0 10px 0; padding:0 0 10px 0; line-height:26px; font-size:24px; font-weight:200; color:#333; border-bottom:1px solid #ecebeb;} 
.login_section p{ margin:0 0 10px 0; padding:0; color:#333;} 
.login_section p strong{font-size:15px;} 
.brand_color{ background-color:#91171e;}

.breadcrumb_bar {
	  background-color:#C8541A;
}
.breadcrumb {
	  padding:12px 0px;
	  border-bottom:0;
	  list-style: none;
	  background:none;
	  border-radius:0;
	  margin:0;
}
.breadcrumb>li {
	display: inline-block;
	font-size:12px;
	font-weight:bold;
	color: #fff;
}
.breadcrumb>li+li:before {
	padding: 0 5px;
	color: #fff;
	content: "/\00a0"
}
.breadcrumb > li.active{
	color: #471800!important;
}

.sub_menu_links{list-style:none; vertical-align:middle; margin:0px; padding:0;}
.sub_menu_links li{padding:0px; margin:0; color:#fff; float:left;}
.sub_menu_links li a{padding:10px 20px 10px 20px!important; display:block; font-size:18px; font-weight:300; color:#fff ; border-right:1px solid rgba(255,255,255,.5);}
.sub_menu_links li a:hover{ background:rgba(255,255,255,.5); text-decoration:none;}
.sub_menu_links li:last-child a{border-right:none;} 
.sub_menu_links li.active a, .sub_menu_links li.active a:hover{ background:rgba(255,255,255,.5); text-decoration:none;}
.sub_menu_links li i{ font-size:18px; margin:0 5px 0 0;} 
/*-------------- common_form --------------*/
.common_form{ margin:0; padding:0; position:relative;}
.common_form ul{ margin:0; padding:0 0 0px 0; list-style:none; float:left; width:100%;}
.common_form ul li{ margin:0 0 15px 0; padding:0; width:100%; list-style:none outside; float:left; font-size:14px; font-weight:500;}
.common_form .checkbox{ padding:0; display:inline-block; min-height:auto;}
.common_form a{ padding:0; color:#c8541a; text-decoration:underline; font-style:italic; outline:none;}
.common_form .need_help{ padding:0; color:#fff; font-size:18px; text-transform:uppercase; text-decoration:none; font-style:normal; outline:none; line-height:46px;}
.common_form .need_help i{ padding:0; color:#fff; font-size:24px; margin:0 0 0 10px; }
.common_form .need_help:hover{text-decoration:underline;}
.common_form a:hover{ text-decoration:none;}
.common_form label {font-weight:400; margin-bottom:0px; font-size:14px; color:#333;}
.common_form input[type="checkbox"], .common_form input[type="radio"]{ width:15px; height:15px; background:#fff;}
.common_form input[type="text"],
.common_form input[type="search"],
.common_form input[type="password"],
.common_form input[type="number"],
.common_form input[type="tel"],
.common_form  input[type="email"]{
	background:#fcf6f3;
	 color: #000; 
	height:55px; 
	width:100%; 
	font-size:16px;
	display:inline-block;
	font-family: 'Lato', sans-serif;
	font-weight:400;
	padding:0px 10px;
	-webkit-border-radius:5px;
     -moz-border-radius:5px;
     border-radius:5px;
	 border: 1px solid #ecebeb;
	box-shadow:none;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
	margin:0 0 10px 0;
}
.common_form select{
	background:#fcf6f3; 
	 color: #444;
	height:55px; 
	width:100%; 
	font-size:16px;
	display:inline-block;
	font-family: 'Lato', sans-serif;
	font-weight:400;
	padding:0px 5px;
	-webkit-border-radius:5px;
     -moz-border-radius:5px;
     border-radius:5px;
	 border: 1px solid #ecebeb;
	box-shadow:none;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
	margin:0 0 0px 0;
}

.common_form textarea{
	background:#fcf6f3; 
	color:#333; 
	width:100%; 
	font-size:16px;
	display:inline-block;
	font-family: 'Lato', sans-serif;
	font-weight:400;
	padding:10px;
	margin:0 0 0px 0;
	-webkit-border-radius:5px;
     -moz-border-radius:5px;
     border-radius:5px;
	resize: none;
	 border: 1px solid #ecebeb;
	box-shadow:none;			
}


.common_form  textarea:focus,
.common_form input[type="text"]:focus,
.common_form  input[type="password"]:focus,
.common_form  input[type="datetime"]:focus,
.common_form  input[type="datetime-local"]:focus,
.common_form  input[type="date"]:focus,
.common_form  input[type="month"]:focus,
.common_form  input[type="time"]:focus,
.common_form  input[type="week"]:focus,
.common_form  input[type="number"]:focus,
.common_form  input[type="email"]:focus,
.common_form  input[type="url"]:focus,
.common_form  input[type="search"]:focus,
.common_form  input[type="tel"]:focus,
.common_form  input[type="color"]:focus,
.common_form  select:focus,
.common_form  .uneditable-input:focus 
{
  border-color:#ecebeb;
  background-color:#fff;
  color:#000;
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow:none;
     -moz-box-shadow:none;
          box-shadow:none;
}
.common_form .submit_btn i{margin:0 0 0 5px;}
.common_form .submit_btn{
		width: auto !important;
		position:relative !important;
	  font-family: 'Lato', sans-serif;
	  color:#c8541a;
	  font-weight:900;
	  font-size:15px;
	  cursor: pointer;
	  display:inline-block;
	  text-transform:uppercase;
	  line-height:25px;
	  margin: 0px 0 0px 0;
	  padding: 10px 20px 10px 20px !important;
	  text-align: center;
	  background-color:transparent !important;
	  border: #c8541a 2px solid !important;
	  -webkit-border-radius: 90px !important;
		 -moz-border-radius: 90px !important;
			  border-radius: 90px !important;
			  text-decoration:none !important;	
}
.common_form .submit_btn i{ font-size:22px; margin:0 0 0 10px;}
.common_form .submit_btn:hover { 
	color: #fff !important;
 	background-color: #c8541a !important;
  	border: #c8541a 2px solid !important;
  	text-decoration:none;
}
.common_form .black_btn{border: #222 2px solid !important; color:#222;}
.common_form .black_btn:hover{border: #222 2px solid !important; background-color: #222 !important;}
.common_form .my_group{ position:relative;}
.common_form .my_group .my_icon{
    font-size:22px;
    height:55px;
	width:45px;
    line-height:50px;
    position: absolute;
    text-align: center;
	color:#ccc;
    top: 0px;
	right:0px;
	padding:0px;
	border-left:1px solid #ecebeb;
}

.ml-10{ margin-left:20px !important;}
.btn_box{ margin:15px 0 0 0 !important;}
.mandatory_field{ font-size:14px; font-weight:600; float:right; font-style:italic;}
.mandatory_star{ font-size:14px; font-weight:600; font-style:italic; color:#ff0000;}

/*====== footer ======*/

.footer{ font-family: "ROBOTO", Arial, sans-serif; font-size:12px; text-align:left; margin:0px 0 0 0; padding:15px 0 10px 0; position:relative; border-top:1px solid #eaeaea; color:#333; bottom:0; width:100%; background-color:#fff;}
.footer .footer_text{margin:0 0 10px 0; line-height:10px; text-align:center;}
.footer a{color:#c8541a;}
.footer span{ margin:0 5px;}
.footer .pdding_top{ padding-top:40px;}
.footer a:hover{color:#000;}
.footer .footer_text .blue{color:#00F;}
/*====== footer-end ======*/

/*====== inner_page ======*/
.main_tittle{ margin:0 0 20px 0; padding:0 0 20px 0; line-height:30px; font-size:34px; font-weight:200; color:#c8541a; border-bottom:1px solid #ecebeb;}
.content_part{ margin:0 0 20px 0; padding:0; line-height:20px; font-size:16px; font-weight:300; color:#000;}
.italic_style{ font-style:italic;}
.label_text{ text-transform:uppercase; font-weight:600 !important; margin:5px 0;}


.common_form_section{ margin:0 0 15px 0; padding:20px; position:relative; color:#333; border:1px solid #ecebeb; background:#fff;}
.common_form_section h1{ margin:0 0 20px 0; padding:0 0 20px 0; line-height:30px; font-size:34px; font-weight:200; color:#c8541a; border-bottom:1px solid #ecebeb;} 
.common_form_section h2{ margin:0 0 10px 0; padding:0 0 10px 0; line-height:26px; font-size:24px; font-weight:200; color:#333; border-bottom:1px solid #ecebeb;} 
.common_form_section p{ margin:0 0 10px 0; padding:0; color:#333;} 
.common_form_section p strong{font-size:15px;} 

.address_box{background:#f9f9f9; padding:10px; margin:0 0 10px 0;}
.address_box h5{color:#cb6337; padding:5px 0 15px 0; margin:0; font-size:18px;}
.address_box .close { font-size:15px; filter: alpha(opacity=40); opacity: .4;}
.address_box .close:hover, .address_box .close:focus {color: #000; text-decoration: none; cursor: pointer; filter: alpha(opacity=100); opacity: 1;}


.red_btn{
	  color:#fff;
	  font-weight:700;
	  font-size:13px;
	  cursor: pointer;
	  display:inline-block;
	  text-transform:uppercase;
	  line-height:16px;
	  margin: 0px 0 0px 0;
	  padding: 5px 10px 3px 10px !important;
	  text-align: center;
	  background-color:#c8541a !important;
	  border: #c8541a 2px solid !important;
	  -webkit-border-radius: 90px !important;
		 -moz-border-radius: 90px !important;
			  border-radius: 90px !important;
			  text-decoration:none !important;	
}
.red_btn:hover { 
	color: #fff !important;
 	background-color: #333 !important;
  	border: #333 2px solid !important;
  	text-decoration:none;
}
.red_btn:focus { 
	color: #fff !important;
 	background-color: #c8541a !important;
  	border: #c8541a 2px solid !important;
  	text-decoration:none;
}

/*====== inner_page_end ======*/ 

/*====== model_pop_up ======*/ 
.pop_up_box{padding:0;}
.pop_up_box .modal-title{ font-size:24px; font-weight:300; color:#c8541a;}
.pop_up_box .close { font-size:30px; filter: alpha(opacity=40); opacity: .4; top:10px;}
.pop_up_box .close:hover, .pop_up_box .close:focus {color: #000; text-decoration: none; cursor: pointer; filter: alpha(opacity=100); opacity: 1;}

.im_name{font-size:20px;margin-bottom:5px; color:#C8541A !important; }
.im_desc{margin-bottom:10px;}
.im_prc{margin:5px 0;}
.im_dtl > span{display:block}
.span_color{color: #919bac !important;}
.timeline_link_box{ margin:10px 0 0 0; padding:5px 0; background-color: #C8541A; color:#fff !important; text-align:center;}
.timeline_link_box a{ color:#fff !important; padding:0px 10px;display:inline-block;}
/*====== model_pop_up_end ======*/ 

.my_btn{
		width: auto !important;
		position:relative !important;
	  font-family: 'Lato', sans-serif;
	  color:#c8541a;
	  font-weight:900;
	  font-size:15px;
	  cursor: pointer;
	  display:inline-block;
	  text-transform:uppercase;
	  line-height:20px;
	  margin: 0px 0 0px 0;
	  padding: 7px 15px 7px 15px !important;
	  text-align: center;
	  background-color:transparent !important;
	  border: #c8541a 2px solid !important;
	  -webkit-border-radius: 90px !important;
		 -moz-border-radius: 90px !important;
			  border-radius: 90px !important;
			  text-decoration:none !important;	
}
.my_btn i{ font-size:22px; margin:0 10px 0 0;}
.my_btn:hover { 
	color: #fff !important;
 	background-color: #c8541a !important;
  	border: #c8541a 2px solid !important;
  	text-decoration:none;
}
.min-height200{min-height:200px;}
.font-bold{ font-weight:600;}

.right_side_links{padding:0; position:relative; list-style:none; margin:0; float:right;}
.right_side_links li{padding:0 3px; position:relative; list-style:none; margin:0; display:inline-flex;}
.white_btn{
	  color:#c8541a;
	  font-weight:700;
	  font-size:13px;
	  cursor: pointer;
	  display:inline-block;
	  text-transform:uppercase;
	  line-height:16px;
	  margin: 0px 0 0px 0;
	  padding: 5px 15px 3px 10px !important;
	  text-align: center;
	  background-color:#fff !important;
	  border: #c8541a 2px solid !important;
	  -webkit-border-radius: 90px !important;
		 -moz-border-radius: 90px !important;
			  border-radius: 90px !important;
			  text-decoration:none !important;	
}
.white_btn:hover { 
	color: #fff !important;
 	background-color: #c8541a !important;
  	border: #c8541a 2px solid !important;
  	text-decoration:none;
}
.white_btn:focus { 
	color: #fff !important;
 	background-color: #c8541a !important;
  	border: #c8541a 2px solid !important;
  	text-decoration:none;
}
.white_btn.active, .white_btn.active:hover, .white_btn.active:focus { 
	color: #fff !important;
 	background-color: #c8541a !important;
  	border: #c8541a 2px solid !important;
  	text-decoration:none;
}
.white_btn i{ margin:0 5px 0 0; font-size:16px;}
.table_common_form select{height:30px; width:auto; margin:0 0 10px 0; }
.table_common_form .form-control{ display:inline-block; width:auto !important; height: 30px!important; }
.dataTables_length{float:right;}



/*
 * Table styles
 */
 
 .dataTables_wrapper{margin:0px 0;}
 .dataTables_wrapper .dataTables_length {
  float: right;
  text-align: right;
}
 .dataTables_wrapper .dataTables_filter {
  float: left;
  
}
.dataTables_wrapper .dataTables_filter input {
  margin-left: 0.5em;
}
.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 0.755em;
}
.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: center;
  padding:0px;
  border:1px solid #ddd;
  border-radius:5px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 0px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  *cursor: hand;
  color: #333 !important;
  border: 1px solid transparent;
  border-radius: 0px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #333 !important;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  background-color: #efefef;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #666 !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: #fff !important;
  background-color: #c8541a;
  
}
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  background-color: #c8541a;
  
  /* W3C */
  box-shadow: inset 0 0 3px #111;
}
.dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em;
}
.dataTables_wrapper .dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 40px;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 20px;
  text-align: center;
  font-size: 1.2em;
  background-color: white;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
}
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  color: #333;
}
.dataTables_wrapper .dataTables_scroll {
  clear: both;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  *margin-top: -1px;
  -webkit-overflow-scrolling: touch;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td {
  vertical-align: middle;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}
.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid #111;
}
.dataTables_wrapper.no-footer div.dataTables_scrollHead table,
.dataTables_wrapper.no-footer div.dataTables_scrollBody table {
  border-bottom: none;
}
.dataTables_wrapper:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}

@media screen and (max-width: 767px) {
  .dataTables_wrapper .dataTables_info,
  .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
  }
  .dataTables_wrapper .dataTables_paginate {
    margin-top: 0.5em;
  }
}
@media screen and (max-width: 640px) {
  .dataTables_wrapper .dataTables_length,
  .dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: center;
  }
  .dataTables_wrapper .dataTables_filter {
    margin-top: 0.5em;
  }
}

/* Services Box v1
------------------------------------*/
.service-box-v1 .service-block {
  background: #fff;
  padding-top: 30px;
  padding-bottom: 20px;
}

.service-box-v1 p {
  position: relative;
  margin-bottom: 10px;
}

.service-box-v1 p:after {
  content: " ";
  left: 50%;
  height: 1px;
  width: 50px;
  bottom: -15px;
  position: absolute;
  margin-left: -25px;
  background: #72c02c;
}

.service-box-v1 ul {
  padding: 0 40px;
}

.service-box-v1 li {
  margin: 8px 0;
  font-size: 15px;
  padding-top: 8px;
  border-top: dotted 1px #72c02c;
}

.service-box-v1 li:hover {
  color: #72c02c;
}

.service-box-v1 li:first-child {
  padding-top: 0;
  border-top: none;
}
h2.heading-md {
    font-size: 20px;
    margin:20px 0;
}
 
.service-block-default:hover {
    box-shadow: 0 0 8px #cbcbcb;
}
.service-block-light, .service-block-default {
    background: #fafafa none repeat scroll 0 0;
    border: 1px solid #eee;
}
.service-block {
    margin-bottom: 20px;
    padding: 20px 30px;
    text-align: center;
}
h2.heading-sm, h3.heading-md {
    font-size: 17px;
    margin:20px 0;
}
 
 .service-box-v1{margin-top:0px;}
 .chart {
  position:relative;
  margin:30px auto 0 auto;
  
}

.errorMessages {
    font-weight: bold;
    color : red;
}
#scrollDiv{height:235px; overflow:auto;}
.shippingHeading{display:block; margin-top:40%;font-weight:bold;text-align:center;}
#totalAmount{font-size:14px;margin-top:3px;}
.red{color:#ff0000;}
.managecustId{float:right;font-size:14px;}
.addBtn{float:right;margin-top:0;}