/*
:root {
    
	--main-background-color:#F5F5F5;
	--main-header-color: #FFF;
	--main-header-txt-color: #000;
	--main-title-color:#000;
	--main-menu-color:#c0c0c0;	
	--main-menulink-color:#FF0;
	--main-menulinkhover-color:#F0F;
	--main-maintxt-color:#F00;	
	--main-footer-color:#000;
	--main-linktxt-color:#FF0;
}
*/

html {
  position: relative;
  min-height: 100%;
  background:none;
  background-color:var(--main-background-color);
}
body{
	background:none;
	background-color:var(--main-background-color);
	font-family: 'Open Sans', sans-serif;
	font-size: 0.9rem;
	color:var(--main-maintxt-color);
}
img{
	max-width:100%;
	height:auto;
	border:0;
}
h1,h2,h3,h4,h5,h6{
	margin:0 !important;
}
a,a:not([href]):not([tabindex]){
	color: var(--main-title-color);
}
.page-title a{
	color: var(--main-linktxt-color);
}
.logo img {
	border-radius: 5px;
}

label{
	font-weight:normal;
	padding:6px 0 0 0;
}
ul, li{
	list-style: none;
	margin: 0;
	padding: 0;
    
}
.catList li {
    max-width:  400px;
    padding: 3px;
    border-bottom: 1px solid #EDEDED;
}
/*td, th {
    padding:0 !important;
}*/
.serch-serches-form > .active{
	width:33%;
}
/* HB Grid System start here */
.hb-left-50{
	width:50%;
	float:left;
	position:relative;
	padding:0 10px 0 0 !important;
}
.hb-right-50{
	width:50%;
	float:left;
	position:relative;
	padding:0 0 0 10px !important;
}
.forms-hb{
	list-style:none;
	margin:0;
	padding:0;
}
.forms-hb li{
	width:100%;
	float:left;
	padding:0 0 10px 0;
}
.forms-hb1{
	list-style:none;
	margin:0;
	padding:0;
}
@media (max-width: 750px) {
	.hb-left-50{
		width:100%;
		padding:0 0 0 0 !important;
	}
	.hb-right-50{
		width:100%;
		padding:0 0 0 0 !important;
	}
}
/* HB Grid System end here */
.comany-name{
	color:var(--main-header-txt-color);
	text-align:right;
	padding:8px 0 0 0;
}
.comany-name h1{
	margin:0;
	padding:0;
}
.menu-bg{
	background-color:var(--main-menu-color);
}
.footer{
	background:none;
	background-color:var(--main-footer-color);
	font-size: 11px;
    color: var(--main-linktxt-color);
	padding:10px 0 10px 0;
	border-radius:0;
	text-align:center;
	width:100%;
 	position:absolute;
 	bottom: 0;
	height: 40px;
}
.dashbord ul{
	margin:0;
	padding:0;
	list-style:none;
}
.dashbord ul li{
	text-align:center;
	padding:0 10px 0 10px;
}
.dashbord ul li div{
	background-color:#FFF;
	padding:10px;
	min-height:150px;
	margin:10px 0 10px 0;
	border:solid 1px #dddddd;
}
.dashbord ul li div:hover{
	background-color:#f9f9f9;
}
.dashbord ul li a{
	text-decoration:none;
	color:#888888;
}
#contentHead{
	background:none;
	background-color:#444444;
	text-align:center;
	border-radius:0;
	height:auto;
}
.search_sw_title{
	text-align:center;
	padding:0;
}
.page-title{
	font-size:24px;
	color:#FFF;
	padding:10px 0 9px 20px !important;
	background-color: var(--main-title-color);
}
#searchInstruction label{
	width:150px;
}
#searchInstruction p{
	border:0;
}
.si-main{
	padding:10px 10px 0 10px;
}
.si-text{
	text-align:right;
	padding:5px 10px 0 0 !important;
}
.si-btn{
	padding:10px !important;
}
.cas-detail-box-m{
	padding:10px !important;
}
.cas-detail-box{
	padding:10px !important;
	background-color:#FFF;
	border:solid 1px #dddddd;
}
.cas-detail-box-m legend{
	margin-bottom:18px;
}
.case-detail-tle{
	font-size:16px;
	color:#FFF;
	padding:10px !important;
	font-weight:bold;
	background-color:var(--main-title-color);
}
.case-title{
	background-color:#444444;
	padding:10px !important;
}
.case-txt{
	color:#FFF;
	text-align:center;
}
.font-wht{
	color:#FFF;
}
.box_capt{
	color:var(--main-title-color);
}
.borderR{
	padding:0 15px 0 0 !important;
}
.pad-left{
	padding:0 0 0 15px !important;
}
#divPwd{
	width:auto;
}
.main{
	margin:0px auto 40px auto;
}
.main2{
	margin:0 auto 40px auto;
}
.main3{
	margin:116px auto 0px auto;
}
.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
    content: "\e114";    /* adjust as needed, taken from bootstrap.css */
    float: right;        /* adjust as needed */
    color: grey;         /* adjust as needed */
}
.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e080";    /* adjust as needed, taken from bootstrap.css */
}
#footer{
	width:100%;
}
.llc-tle-l{
	text-align:left;
	color:#FFF;
	background-color:var(--main-maintxt-color);
	line-height:40px;
}
.llc-tle-r{
	text-align:right;
	color:#FFF;
	background-color:var(--main-maintxt-color);
	line-height:40px;
}
.llc-detail{
	padding:0 10px 0 10px !important;
}
.login-main{
	width:500px;
	margin:0 auto !important;
}
.login-txt{
	font-size:24px;
	color:#FFF;
	background-color:#444444;
	padding:5px 0 9px 20px !important;
}
.login-con{
	background-color:#eeeeee;
	padding:20px 20px 0 20px !important;
}
.link-main > .col-ms-6{
	padding-left:0;
	padding-right:0;
	padding-top:15px;
	padding-bottom:15px;
}
.link-main a{
	font-size:14px;
	color:#adacac;
	text-decoration:none;
}
.link-main a:hover{
	text-decoration:underline;
}
#divCompany input[type="file"]{
	width:auto;
}
#divCompany .smaller{
	margin:0;
}
.serch-serches-form{
	padding:0 15px 15px 0 !important;
}
.serch-serches-form1{
	padding:0 0 15px 0;
}
.serch-serches-btn{
	padding:0 0 15px 0 !important;
}
.vs-tle{
	background-color:#467fb1;
	font-size:16px;
	color:#FFF;
	padding:15px !important;
	margin:0 0 15px 0;
}
ol.forms label.vs{
	width:200px;
}
ol.forms label{
	float:left;
}
ol.forms li{
	width:100%;
	float:left;
}
.order-serche-main{
	max-width: 700px;
	margin:40px auto 40px auto;
	background-color:#FFF;
/*	border:solid 1px #dddddd;*/
}
.pd-tle{
	background-color:var(--main-title-color);
	color:#FFF;
	padding:10px !important;
/*	border-color: var(--main-title-color) !important	*/
}
.pd-btm{
	background-color:#FFF;
	padding:15px !important;
	overflow: auto;
}
.pd-btm1{
	background-color:#e9f2f9;
	padding:15px !important;
	min-height:160px !important;
	margin:0 0 20px 0 !important;
	overflow: auto;
}
.pd-btm2{
	background-color:#e9f2f9;
	padding:15px !important;
	min-height:175px;
	margin:0 0 20px 0 !important;
	overflow: auto;
}
.pd-btm3{
	background-color:#e9f2f9;
	padding:15px 15px 10px 15px !important;
	margin:0 0 20px 0 !important;
	overflow: auto;
}
.pd-btm4{
	background-color:#e9f2f9;
	padding:15px !important;
	margin:0 0 1px 0 !important;
	overflow: auto;
}
.pd-btm275{
	background-color:#e9f2f9;
	padding:15px !important;
	min-height:275px;
	margin:0 0 20px 0 !important;
	float:left;
	overflow: auto;
}
.pd-btm290{
	background-color:#e9f2f9;
	padding:15px !important;
	min-height:290px;
	margin:0 0 20px 0 !important;
	overflow: auto;
}
.pd-btm strong{
	padding:5px 0 5px 0;
}
.pd-btm span{
	padding:5px 0 5px 0;
}
.pd-btn{
	padding:10px;
	text-align:right;
	border-top:solid 1px #dddddd;
}
.btn-pad{
	padding:7px 10px;
}
.cartmain{
	padding:10px 0 0 0;
	text-align:right;
}
.cartbox{
	padding:10px !important;
	color:#000;
	background-color:#FFF;
	font-weight: bold;
	border-radius: 5px;
}
.os-main{
	padding:10px 0 10px 0;
}
.os-main1{
	padding:10px 0 10px 0;
	float:left;
}
.os-left{
	padding:7px 0 0 15px !important;
	font-size:14px;
	color:var(--main-maintxt-color);
}
.os-right{
	font-size:14px;
	color:var(--main-maintxt-color);
}
#step1, #step2, #step3{
	min-height:100px;
}
#processing {
    display: none;
}
#select_address {
    display: none;
}
/*.ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{	*/

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
	background-color:#3276b1;
	border:solid 1px #3276b1;
	color:#FFF;
	font-size:16px;
	padding:10px 10px 10px 36px;
	margin:1px 0 0 0;
	background-image:url(../images/plus.gif) !important;
	background-repeat:no-repeat;
	background-position:11px 13px;
}

.ui-accordion .ui-accordion-header-active{
	background-color:#61c101 !important;
	border:solid 1px #61c101 !important;
	color:#FFF;
	background-image:url(../images/minus.gif) !important;
	background-repeat:no-repeat;
	background-position:11px 13px;
}
.ui-accordion-content-active{
	padding:15px 15px 0 15px;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br{
	border-radius:0;
}
div.basket-div {
    background-color: #eeeeee;
    border: 0 solid #ccc;
    border-radius: 0;
}
div.basket-div {
    padding: 10px;
}
div.basket-div p {
    background-color: #e4e4e4;
    padding: 5px;
}
#epcBlock {
    display: none;
}
ol.clearboth li {
	clear: both;
}
.onc-popup-logo{
	background-color:var(--main-title-color);
	padding:10px !important;
}
.popup-date{
	color:#FFF;
	padding:9px 0 0 0;
}
ol.forms{
	list-style:none;
}
.forms-text{
	text-align:right;
	padding:0 5px 0 0 !important;
}
.TblTitle {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: var(--main-title-color);
	height: 22px;
}

.TblRawOne {
	color: var(--main-maintxt-color);
	height: 20px;
}
.TblRawTwo {
	background-color: var(--main-background-color);
	color: var(--main-maintxt-color);
	height: 20px;
}
.TblRawOne a,.TblRawTwo a{
	color: var(--main-maintxt-color);
}
.TblRawOne:hover,.TblRawTwo:hover{
	background-color: #E8E8E8;
}
.uploader-avatar-box{
	background:#fff !important;
	width:100%;
}
.add-product-box{
	width:550px;
	margin:0 auto 20px auto;
}
.forms-hb{
	list-style:none;
	padding:0;
	margin:0;
}
/* FontAwesome changes */



/* bootstrap changes */
.row {
    margin-left: 0px;
    margin-right: 0px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
    min-height: 1px;
    padding-left: 0px;
    padding-right: 0px;
    position: relative;
	float: left;
}
.row .row{
	margin:0;
}
.navbar-brand{
	height:auto;
}
.navbar-default{
	background-color:var(--main-title-color);
	border-color:var(--main-menu-color);
	border-radius:0;
}
.navbar-default .navbar-nav > li > a{
	background-color:none;
	color:#FFFFFF;
	text-decoration:none;
	text-transform:capitalize;
}
.navbar-default .navbar-nav > li > a:hover{
	background-color:var(--main-title-color);
	color:#FFF;
}
.navbar-fixed-top{
	border:0;
}
.navbar-default .navbar-toggle{
	border-color:#FFF;
}
.navbar-default .navbar-toggle .icon-bar{
	background-color:#FFF;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: var(--main-title-color);
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	color:#FFF;
	background-color: var(--main-title-color);
}
.panel-heading {
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding:0;
}
.panel-heading h5{
	margin:0;
	padding:10px !important;
}
.panel-title a{
	display:block;
	padding: 10px 15px;
	text-decoration:none;
/*	background-image:url(../images/arrow.png);
	background-repeat:no-repeat;
	background-position:4px 12px;*/
}
.btn-file {
    position: relative;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}
.top-main{
	background-color:var(--main-title-color);
}
.affix {
	top: 0;
	width: 100%;
}
.affix + .container {
	padding-top: 70px;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    background-color: var(--main-title-color);
    border-color: var(--main-title-color);
}
.list-group-item.active a{
    color: #FFF;
}
a.btn-primary{
	color:#FFF;
	text-decoration:none;
}
.form-hb{
	float:right;
	background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    font-size: 14px !important;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width:68% !important;
}
.form-hb65{
	float:left;
	background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width:51% !important;
	margin:0 4px 0 0;
}
.form-control-hb{
	background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
.form-hb1{
	float:left;
	background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width:68%;
}
.form-hb77{
	float:right;
	background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width:77% !important;
}
.form-hb60{
	float:right;
	background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width:55% !important;
}
.form-control-hb100{
	background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	width:100%;
}
.postkeyBox {
    width: 100% !important;
}
.mandatory {
    color: #f00;
}
.nav-tabs{
/*	border-bottom:0;*/
	margin:20px 0 0 0;
}
.nav-tabs .nav-link{
	color: var(--main-title-color);
	border-color: #e9ecef #e9ecef #e9ecef;
	margin-right: 1px;
}
.nav-tabs .nav-link:hover{
	text-decoration: underline;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    color: #FFF;
    background-color: var(--main-title-color);
    border-color: var(--main-title-color);
}
ol.forms label.pwd{
	width:166px;
}
.form-cover{
	margin:0;
}
.vs-brd{
	border-bottom:solid 1px #d9e3ea;
	padding:10px 0 10px 0;
}
.caption{
	padding:10px;
	border-radius:0;
	height:auto;
}
.bs-example{
	background-color:#FFF;
/*	border:solid 1px #DDD;
	border-radius:4px;*/
}
.bs-example .table{
	margin-bottom:0;
}
.bs-example .table tr{
	background-color: #F5F5F5;
	border: solid 3px #FFF;
}
.bs-example > .table tr td{
	border:0;
}
.bs-example > .table tr td:nth-child(1){
	font-weight: bold;
}
.bs-example > .table tr td:nth-child(3),.bs-example > .table tr td:nth-child(4){
	color: var(--main-title-color);
	font-weight: bold;
	text-align: right;
}
.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    margin-left:0px;
    position:relative;
}
.search-report-uploader{
	height:auto;
}
#search-report-uploaper{
	display:block;
}
.newLink, .addLink{
	border:0;
}


.pad15{
	padding:0 15px 0 0px !important;
}
.edit-pd{
	padding:4px 15px 0 0 !important;
}
.edit-pd span{
	padding:4px 0 0 0;
	float:left;
}
.edit-pd-price{
	padding:4px 15px 0 0 !important;
	text-align:right;
}
.edit-btm{
	background-color:#e9f2f9;
	padding:15px 15px 15px 15px !important;
	margin:0 0 20px 0 !important;
	float:left;
	width:100%;
}
.btn-pad1{
	padding:0;
}
.info, .success, .warning, .errorTxt, .validation,
.infoText, .warnText, .waiting
{
	border: 1px solid;
	margin: 10px 0px;
	padding:15px 10px 15px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
}
.info, .infoText {
	color: #00529B;
	background-color: #BDE5F8;
	background-image: url('/images/info.png');
}
.success {
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image:url('/images/success.png');
}
.warning, .warnText {
	color: #9F6000;
	background-color: #FEEFB3;
	background-image: url('/images/warning.png');
}
.errorTxt {
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url('/images/error.png');
}

.waiting {
	color: #ef0b46;
	background-color: #ffffff;
	background-image: url('/images/icon_wait.gif');
}

.viewAnswer {
	background-color:#e1e1e1;
	border: 1px solid #cac8c8;
	color: #3b3b3b;
}
ol.searchForm {
    margin: 0;
    padding: 0;
}
.plan-box{
	padding:20px 0 0 1px !important;
}
.plan-box-tle{
	background-color:var(--main-menu-color);
	padding:5px !important;
	color:#FFF;
	margin:0;
}
.clsQuote {
	display: none;
	visibility: hidden;
}
.form-hb57 {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    margin: 0 4px 10px 0;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 57% !important;
}
.sub-franchise-label{
	width:113px;
}
.sub-franchise-label1{
	width:172px;
}
.sub-franchise-label2{
	width:142px;
}
.serch-serches-form {
    padding: 0 15px 15px 0 !important;
}
.show-user-label{
	width:184px !important;
}
input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"]{
	line-height:normal;
	height: 34px;
}
.insuranceProduct{
	margin: 0;
	padding: 0;
	list-style: none;
}
.insuranceProduct li:first-child{
	background-color: var(--main-title-color);
	color: #FFF;
	padding: 10px;
	border-bottom: 0;
}
.insuranceProduct li:first-child:hover{
	background-color: var(--main-title-color);
}
.insuranceProduct li{
	background-color: #e9f2f9;
	color: #333;
	padding: 8px 10px 15px 10px;
	border: solid 1px #ced8df;
}
.insuranceProduct li:hover{
	background-color: #ced8df;
}
.insuranceProduct li a{
	color: #333;
}
.insuranceProduct li a:hover{
	text-decoration: none;
}
.companyName, .company_CLSRS, .selectProduct, .sampleLink{
	text-align: center;
}
.company_CLSRS,.companyName{
	display: none;
}
.productFilter{
	background-image: url(../images/search.png);
	background-repeat: no-repeat;
	background-position: 5px 7px;
	padding-left: 35px;
}
.mapMain{
	margin-top: 15px;
	background-color: #eeeeee;
	padding: 10px !important;
}
.mapMain div{
	padding: 0px 0 10px 0;
}
.productColumn label{
	display: block;
	padding: 0;
}
.select2-container--default .select2-selection--single{
	display: block;
	width: 100%;
	height: 34px;
	padding: 0px 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, -webkit-box-shadow ease-in-out .15s;
	-o-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;
}

@media (max-width: 767px) {
	.borderR{
		padding:0 0 0 0 !important;
		border:0;
	}
	.pad-left{
		padding:0 0 0 0 !important;
	}
	.main{
		margin:180px auto 0 auto;
	}
	#projectTabs li{
		width:33%;
		float:left;
	}
	#projectTabs li span{
		color:#aaa !important;
		text-align:left;
		float:right;
	}
	#projectTabs li.current span{
		color:#FFF !important;
	}
	#projectTabs li:hover span{
		color:#FFF !important;
	}
	#projectTabs li:hover a{
		color:#FFF !important;
	}
	#projectTabs li a {
		background:none;
		font-size: 10px;
		height: 20px;
		float:left;
	}
	#projectTabs li a:hover {
		background:none;
	}
	#projectTabs li a.activeTab{
		background:none;
	}
	.add-product-box{
		width:100%;
	}
	.edit-pd-price{
		text-align:left;
	}
	.order-serche-main{
		width:100%;
	}
	.os-right{
		padding:0 15px 0 15px !important;
	}
	.os-right1{
		float:left;
		padding:0 15px 0 15px !important;
	}
	.footer{
		display:none;
	}
	.navbar-fixed-top{
		position:relative;
	}
	.btn-pad1{
		padding:0 0 15px 0;
	}
	h4, .h4, h5, .h5, h6, .h6 {
	    margin-bottom:0px;
    	margin-top:0px;
	}
}
@media (min-width: 350px) and (max-width: 767px) {
	.main{
		margin:0px auto 0 auto;
	}
	.form-hb65{
    	width:48% !important;
	}
	/*.main{
		margin:150px auto 40px auto;
	}*/
}
@media (max-width: 460px){
	.main{
		margin:0px auto 0 auto;
	}
	/*.main{
		margin:175px auto 40px auto;
	}*/
}
@media (max-width: 380px) {
	#projectTabs li{
		width:100%;
		float:left;
	}
	.form-hb{
	    width:47% !important;
	}
}
@media (min-width: 1024px) {
	.modal-lg{
		max-width: 1100px;
	}
}

.hb-form60{
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 58%;
	float:right;
}
.upload_main_Dl , .upload_main_pas{
	display:none;
}
.order-aml-main{
	background-color:#FFF;
	border:solid 1px #dddddd;
}
.os-aml-left{
	padding:0 0 0 10px !important;
	font-size:14px;
	color:var(--main-maintxt-color);
}
.aml_sub_title{
	position:absolute;
	font-size:12px;
	color:var(--main-maintxt-color);
	background-color:#FFF;
	margin:-7px 0 0 10px;
}
.label-info-hb{
	background-color:#FFF;
	border:solid 1px #CCC;
	color:#555555;
}
.form-control-browse {
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555555;
    display: block;
    font-size: 14px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    vertical-align: middle;
    width: 100%;
}
.withoutpostcode{
	display:none;
}
.os-right-text{
	padding:7px 0 0 0;
	font-size:14px;
}
.pad0{
	padding:0 !important;
}
.searches_sub_title{
	position:absolute;
	font-size:12px;
	color:var(--main-maintxt-color);
	background-color:var(--main-background-color);
	margin:-7px 0 0 10px;
	padding:0 5px;
}
.searches_sub_title_wht{
	position:absolute;
	font-size:12px;
	color:var(--main-maintxt-color);
	background-color:#FFF;
	margin:-7px 0 0 5px;
	padding:0 5px;
}
.whtBg{
	background-color: #FFF;
}
.loginTop{
	background-color: var(--main-header-color);
}
.btn-login{
	width: 100%;
}
.btn-primary{
	background-color: var(--main-title-color);
	border-color: var(--main-title-color);
}
.btn-primary:hover{
	background-color: #444;
	border-color: #444;
}
.header{
	background-color: var(--main-header-color) !important;
}
.navBg{
	background-color: var(--main-menu-color);
}
.navMainBg{
	background-color: var(--main-menu-color);
}
.navbar-light .navbar-nav .nav-item{
	background-color: var(--main-menu-color);
	padding: 10px 10px 5px 10px;
}
.navbar-light .navbar-nav .nav-item:hover{
	background-color: var(--main-title-color);
}
.navbar-light .navbar-nav .nav-link{
	color: var(--main-menulink-color);
}
.navbar-light .navbar-nav .nav-link:hover{
	color: var(--main-menulinkhover-color);
}
select.form-control:not([size]):not([multiple]){
	height: 35px;
}
.hb-table{
	/*border-collapse: separate;*/
    /*border-spacing: 0 10px;*/
}
.hb-table td{
	border: 0;
	/*background-color: #FFF;*/
	text-align: left;
	font-size: 14px;
	border-top: solid 1px #FFF;
	border-right: solid 1px #FFF;
}
.hb-table td:last-child{
	border-right: solid 0px #FFF;
}
.hb-table tr:hover td{
	background-color: #ced8df;
}
.hb-table thead th{
	border: 0;
	text-align: center;
	color: #FFF;
	vertical-align: middle;
	border-top: solid 1px #FFF;
	border-right: solid 1px #FFF;
}
.hb-table thead th:last-child{
	border-right: solid 0px #FFF;
}
.hb-table thead th i{
	padding-top: 3px;
}
.hb-table a{
	color: var(--main-maintxt-color);
	font-size: 14px;
}
.hb-table thead tr{
	background-color: var(--main-title-color);
	color: #fff;
}
.hb-table thead tr:hover td{
	background-color: var(--main-title-color);
}
.hb-table thead tr a{
	color: #FFF;
}
.table td, .table th{
	padding: 0.4rem;
	vertical-align: middle;
}
.hb-table-i thead tr{
	background-color: var(--main-menu-color);
	color: #fff;
}
.TblRawOne{
	background-color: #eef3f7;
}
.TblRawTwo{
	background-color: #dee5ea;
}
.form-control{
	font-size: 0.9rem;
}
.h4, h4{
	font-size: 1rem;
}
input[type='color'] {
	height: 40px;
	width: 40px;
	padding: 1px;
}
.gray {
    color: #444444;
}
.icon-success{
	color: #389b35;
}
.icon-error {
    color: #d12828;
}

#step2, #step3, #step4 {
	display: none;
}
.nav-tabs > li.LIVE a {
    background-color: #096 !important;
    color: #FFF !important;
}
.nav-tabs > li.COMPLETED a {
    background-color: #333 !important;
    color: #FFF !important;
}
.nav-tabs > li.ABORTED a {
    background-color: #F00 !important;
    color: #FFF !important;
}
.nav-tabs > li.PRIORITY a {
    background-color: #337ab7 !important;
    color: #FFF !important;
}
.nav-tabs > li.ALL a {
    color: #000 !important;
}
.green {
    background-color: #090;
	color: #FFF;
}
.yellow {
    background-color: #FC0;
	color: #FFF;
}
.red {
    background-color: #F00;
	color: #FFF;
}
.purple {
    background-color: purple;
    color: #FFF;
}
.black {
    background-color: black;
	color: #FFF;
}
.cursor {
    cursor: pointer;
}
.page-link{
	color: var(--main-title-color);
}
.page-link:hover{
	border-color: #444;
	background-color: #444;
	color: #FFF;
}
.page-item.active .page-link {
    background-color: var(--main-title-color);
    border-color: var(--main-title-color);
}
.pd-btm-min{
	min-height: 170px;
}
.pd-btm-min2{
	min-height: 215px !important;
}
.sofHeader{
	color: #FFF !important;
}
.ins_header{
	background-color: var(--main-title-color);
	color: var(--main-linktxt-color);
}
.accordion h5 {
    padding-left: 2rem;
	padding-bottom: 0.2rem;
    background-repeat: no-repeat;
    background-position: left top;
    cursor: pointer;
	font-size: 1rem;
}
.accordion h5[aria-expanded="false"]{
	background-image: url(../images/baseline_add_black_18dp.png);
}
.accordion h5[aria-expanded="true"]{
	background-image: url(../images/baseline_remove_black_18dp.png);
}
.card-header {
    padding: .75rem 0.75rem;
}
a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover{
	cursor: pointer;
}
.btn-link {
    color: var(--main-menu-color);
}
.subNav{
	position: absolute;
	margin-top: 12px;
	display: none;
	width: auto;
	margin-left: -10px;
	padding-top: 2px;
}
.nav-item:hover .subNav{
	display: block;
}
.subNav li{
	background-color: var(--main-menu-color) !important;
	float: left;
	margin-right: 1px;
}
.subNav li:hover{
	background-color: var(--main-title-color) !important;
	float: left;
}
.subNav li a{
	color: var(--main-menulink-color) !important;
}
.subNav li:hover a{
	color: var(--main-menulinkhover-color) !important;
}
/*.subNav li:hover{
	background-color: var(--main-title-color);
}*/
@media (min-width:992px) {
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: .3rem;
		padding-left: .3rem
	}
}

.accordianSelected {
  background-color: #dddddd;
}
.cartTle{
	font-size: 1.3rem;
	color: var(--main-title-color);
}
.productPrice {
	text-align: right !important;
}

.required {
	color: #d2322d;
	padding: 0.4rem;
	border-bottom: 1px solid #FDFDFD;
	width: 32%;
	display: inline-block;
	margin-right: 1%;
}

.recRequired {
	color: #d2322d;
	padding: 0.2rem;
	border-bottom: 1px solid #FDFDFD;
	display: inline-block;
	border-bottom:  1px dotted #E3E3E3;
}

/*
.required:nth-child(odd) {
	margin-right: 10px;
}
*/

.recAlert {
	font-size: 24px;
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	color: #d2322d;
	float: left;
	padding-right: 5px;
	max-height: 25px;
}


/* Customize the label (the container) */
.chkContainer {
  display: block;
  position: relative;
  padding-left: 45px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.chkContainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
/*  background-color: #eee;	*/
	border: 1px solid var(--main-title-color);
	margin-bottom: 3px;
}

/* On mouse-over, add a grey background color */
.chkContainer:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.chkContainer input:checked ~ .checkmark {
  background-color: var(--main-title-color);
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.chkContainer input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.chkContainer .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}











/* Create a custom checkbox */
.checkmark1 {
  position: absolute;
  top: 0;
  height: 25px;
  width: 25px;
/*  background-color: #eee;	*/
	border: 1px solid var(--main-title-color);
	margin-bottom: 3px;
}

/* On mouse-over, add a grey background color */
.chkContainer:hover input ~ .checkmark1 {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.chkContainer input:checked ~ .checkmark1 {
  background-color: var(--main-title-color);
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark1:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.chkContainer input:checked ~ .checkmark1:after {
  display: block;
}

/* Style the checkmark/indicator */
.chkContainer .checkmark1:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.card-body .checkmark {
	top: 6px !important;
	left: 3px !important;
/*	border: 1px solid #CCC !important;	*/
}

.TxtBox, .money, .txtBox {
/*    display: inline-block;	*/
    padding: .375rem .75rem;
    font-size: 0.9rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.money {
	text-align: right;
}
.licLogo{
	border-radius: 10px;
	max-height: 130px;
}
@media (min-width:800px) {
	
	.navbar-expand-lg {
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-ms-flex-pack: start;
	justify-content: flex-start
}
.navbar-expand-lg .navbar-nav {
	-ms-flex-direction: row;
	flex-direction: row
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
	position: absolute
}
.navbar-expand-lg .navbar-nav .nav-link {
	padding-right: .5rem;
	padding-left: .5rem
}
.navbar-expand-lg>.container, .navbar-expand-lg>.container-fluid {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}
.navbar-expand-lg .navbar-collapse {
	display: -ms-flexbox!important;
	display: flex!important;
	-ms-flex-preferred-size: auto;
	flex-basis: auto
}
.navbar-expand-lg .navbar-toggler {
	display: none
}
}

.catCapt {
	min-width: 300px;
	display: block;
	float: left;
	padding-top: 7px;
}
.wht{
	color: #FFF;
}
.addBranch{
	margin-top: -40px;
	position: absolute;
	right: 0;
	width: 146px;
}
.btn-outline-primary{
	border-color: var(--main-title-color);
	color: var(--main-title-color);
}
.btn-outline-primary:hover{
	background-color: var(--main-title-color);
	border-color: var(--main-title-color);
}

.borderless td, .borderless th {
    border: none;
}

.act {
	font-weight: bold;
	text-decoration: underline !important;	
}

.tooltip-inner {
    max-width: 400px;
    font-size:  1rem;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem;
}
.select2-container{
	width: 100% !important;
}
.minFee{
	height: 188px !important;
	font-size: 18px;
}
.minWidth{
	max-width: 800px !important;
}
input[name="imgfile"]{
	left: 0;
}
.archived {
	font-weight: bold;
}

.clsBeta {
	border: 1px solid #FF0000;
}

.invoiced_1, .invoiced_1, .invoiced_1 .invoiced {
	color: green !important;
}
.invoiced_0, .notInvoiced {
	color: red !important;
}

a.btnDownload {
	background-color: #ced8df;
	width: 110px;
}

.japaneseKnot {
    color: #893738;
}

.sm-table-head td {
    font-size: smaller !important;
}

.is_insurance a {
    color: #064627;
}

.custom-file-label {
	z-index: 8;
}

.show_advertise {
    border: 1px solid var(--main-title-color);
    margin-top: 30px;
    padding: 10px;
    border-radius: 10px;
}
.searches-files-list td {
    font-size: 13px;
}

/* new tiles css */
.new_tiles_wrapper {
	padding:15px 30px; border-radius:10px; margin-bottom:20px; border:1px solid rgba(0,0,0,0.1);
}
.licences_tile_wrapper {
	/* border:0px; padding:15px; */ padding-bottom:0px;
}
.new_tiles_wrapper .boxTitle2 {
	padding-bottom:15px; font-size:20px; color:var(--main-title-color);
}
.tiles_rows {
	
}
.new_tiles_wrapper .tiles_item {
	text-align: center;
	width: 160px;
	height: 160px;
	background-color: var(--main-background-color);
	border-radius: 15px;
	display: flex;
	/* justify-content: center; */
	flex-direction: column;
	margin-right: 30px;
	margin-bottom: 15px;
	position: relative;
	box-shadow: -5px -5px 5px 0px rgba(255,255,255,1), 5px 5px 5px 0px rgba(0,0,0,0.1);
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	border:1px solid rgba(255,255,255,0);
	/* -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.1);
-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.1);	*/

}
.licences_tile_wrapper .tiles_item {
	margin-bottom: 30px;
	float: left;
}

.new_tiles_wrapper .tiles_item:hover, .new_tiles_wrapper .tiles_item:focus {
	border:1px solid var(--main-title-color);
}
.tiles_item .icon_img {
	font-size:50px; line-height:1; vertical-align:middle; padding-bottom:10px; color:var(--main-title-color);
	margin-top: 35px;
	transition: all 500ms ease;
}
.tiles_item:hover .icon_img{
	transform: rotateY(180deg);
	color:var(--main-menu-color);
}
.tiles_item .icon_label {
	line-height:1.2; font-size:16px; padding:0px 15px;
}
.small_label_text .tiles_item .icon_label{
	font-size: 14px;
}
.tiles_item a {
	position:absolute; width:100%; height:100%;	
}

/* custom icons */
@font-face {
  font-family: 'icomoon';
  src:  url('../webfonts/icomoon.eot?j5pit1');
  src:  url('../webfonts/icomoon.eot?j5pit1#iefix') format('embedded-opentype'),
    url('../webfonts/icomoon.ttf?j5pit1') format('truetype'),
    url('../webfonts/icomoon.woff?j5pit1') format('woff'),
    url('../webfonts/icomoon.svg?j5pit1#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.new_tiles_wrapper [class^="icon-"], .new_tiles_wrapper [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-navro:before {
  content: "\e900";
  
}
.icon-intouch:before {
  content: "\e901";
  
}
.icon-did_kyc:before {
  content: "\e902";
  
}

.cartTle2 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.cartTle2 .cartbox2{
	font-size: 15px;
	font-weight: bold;
}