/*Google Font CSS*/
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100;
  src: local('Roboto Thin Italic'), local('Roboto-ThinItalic'), url(https://fonts.gstatic.com/s/roboto/v16/12mE4jfMSBTmg-81EiS-YRsxEYwM7FgeyaSgU71cLG0.woff) format('woff');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  src: local('Roboto Light Italic'), local('Roboto-LightItalic'), url(https://fonts.gstatic.com/s/roboto/v16/7m8l7TlFO-S3VkhHuR0at4bN6UDyHWBl620a-IRfuBk.woff) format('woff');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: local('Roboto Italic'), local('Roboto-Italic'), url(https://fonts.gstatic.com/s/roboto/v16/1pO9eUAp8pSF8VnRTP3xnvesZW2xOQ-xsNqO47m55DA.woff) format('woff');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  src: local('Roboto Medium Italic'), local('Roboto-MediumItalic'), url(https://fonts.gstatic.com/s/roboto/v16/OLffGBTaF0XFOW1gnuHF0YbN6UDyHWBl620a-IRfuBk.woff) format('woff');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'), url(https://fonts.gstatic.com/s/roboto/v16/t6Nd4cfPRhZP44Q5QAjcC4bN6UDyHWBl620a-IRfuBk.woff) format('woff');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 900;
  src: local('Roboto Black Italic'), local('Roboto-BlackItalic'), url(https://fonts.gstatic.com/s/roboto/v16/bmC0pGMXrhphrZJmniIZpYbN6UDyHWBl620a-IRfuBk.woff) format('woff');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: local('Roboto Thin'), local('Roboto-Thin'), url(https://fonts.gstatic.com/s/roboto/v16/vzIUHo9z-oJ4WgkpPOtg1_esZW2xOQ-xsNqO47m55DA.woff) format('woff');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v16/Hgo13k-tfSpn0qi1SFdUfT8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v16/2UX7WLTfW3W8TclTUvlFyQ.woff) format('woff');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v16/RxZJdnzeo3R5zSexge8UUT8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v16/d-6IYplOFocCacKzxwXSOD8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: local('Roboto Black'), local('Roboto-Black'), url(https://fonts.gstatic.com/s/roboto/v16/mnpfi9pxYH-Go5UiibESIj8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
/*Google Font CSS*/
/*dashboard.css*/
@body{
	font-size:14px;	
	font-family:Roboto-Regular;
	font-weight:normal; 
        color:#666;
}

@font-face {
  font-family: 'Frutiger';
  src: url('../fonts/ftl.eot');
  src: url('../fonts/ftl.eot?#iefix') format('embedded-opentype'), 
  url('../fonts/ftl.woff') format('woff'), 
  url('../fonts/ftl.ttf') format('truetype'), 
  url('../fonts/ftl.svg#ftl') format('svg');
}

@font-face {
  font-family: 'Roboto-Regular';
  src: url('../fonts/Roboto-Regular.eot');
  src: url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'), 
  url('../fonts/Roboto-Regular.woff') format('woff'), 
  url('../fonts/Roboto-Regular.ttf') format('truetype'), 
  url('../fonts/Roboto-Regular.svg#ftl') format('svg');
}

.top-navigation{
	height:60px;
	background:#fff;
	vertical-align:bottom;
}

.nav-border-left{
		border-left:1px solid #dfe2ef;
		height:60px;
		padding-left:20px;
		text-align: right;
}

.nav-border-right{
		border-right:1px solid #dfe2ef;
		height:60px;
		padding-right:20px;
		text-align: right;
}

.highlight-color{
	color:#e66437;
	line-height:14px;
}

.b-radius-zero{
	border-radius:0px;
	box-shadow: inset 0px 2px 1px 0 white
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
	color: #e66437;
	background-color:#fff;
}

.navbar-nav>li>a {
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top:8px;
	margin-bottom:8px;
	border-right:1px solid #d6d6d6;
	color:#444444;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
	color: #444;
	background-color: transparent;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
	color: #555;
	background-color: #fff;
	border-right:1px solid #d6d6d6;
	}
	
/*.dropdown-menu {
	padding: 0px 0;
	background-color: #eee;
	border-top:1px solid #e66437;
}*/

.navbar-nav>li>.dropdown-menu>li {
	border-bottom:1px solid #d6d6d6;
}

.navbar-nav>li>.dropdown-menu>li a {
	padding-top:10px;
	padding-bottom:10px;
}

.navbar-nav>li>.dropdown-menu>li a:hover {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #f47f5a;
  color: #FFF;
  transition: all .2s ease-in;
}


.navbar-nav>li>.dropdown-menu>li:last-child {
	border-bottom:0px solid #d6d6d6;
}

.main-heading{
	font-size:22px;
	color:#666;
	border-bottom:none;
}

.dashboard-gray-box{
	background:#f5f5f5;
	border:1px solid #e1e1e1;
	border-radius:4px;
}

.dashboard-white-box{
	background:#fff;
	border:1px solid #fff;
	border-radius:4px;
}

.float-ini{
	float:initial !important;
}

/*.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open>.dropdown-toggle.btn-default {
	color: #fff;
	background-color: #e66437;
	border-color: #ED4C14;
}*/

a.box-link{ clear:both; height:auto;}
.white-box{
	background-color:#fff;
	border:1px solid #e5e5e5;
	border-radius:3px;
	text-align:center;
	transition:all 0.4s;
}
a.box-link{ text-decoration:none;}
a.box-link:hover>.white-box{ background-color:#e66437; color:#ffffff; text-decoration:none;}
a.box-link:hover>.white-box>.subheading{color:rgba(255,255,255,0.80);text-decoration:none;}
a.box-link:hover>.white-box .subheading-heilighted{color:#ffffff;text-decoration:none; font-size:45px;}
.small-gray-box{
	background-color:#f5f5f5;
	border:1px solid #e5e5e5;
	border-radius:3px;
	text-align:center;
}


.white-box-first{
	
}

.subheading{
	color:#666666;
	font-size:22px;
}

.subheading-heilighted{
	font-weight:bold;
	color:#e66437;
		font-size: 16px;
	line-height:40px; 
}

.list-of-inventory {
	padding: 15px 20px 15px 0px;
	margin-bottom: -1px;
	border: 1px solid #ddd;
	border-left: none;
	border-right: none;
	border-radius:0px;
	font-size:16px;
}

.list-of-no-border-top{
	border-top:none;
}

.list-of-no-border-bottom{
	border-bottom:none;
}

.list-result{
	background-color:#eee;
	color:#e66437;
}

.lead-break-up{
	display:initial;
	text-align:center;
}

.gaadi-cardekho{
	display:block;
}
.border-none{
	border:none !important;
}

#login-mobile{
	display:none;
}

.user-info{
	text-align:left;
	font-size:14px !important;
	z-index:999;
}

.lt-gray{
	color:#777777;
}

.dark-gray{
	color:#444444;
}
.footer-container{
	height:auto;
	color:#777;
	font-size:12px;
}

.hilight{
	color: #e66437;
}

.lt-blue{
	color:#3b95bb;
}

.right-section-pad{
	padding-left:0px !important;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
	color: #e66437;
	text-decoration: none;
	background-color: #FFFFFF;
	outline: 0;
}

.enquiry-search{
	font-size:16px;
	font-weight:bold;
	color:#666666;
	padding-top:10px;
}

.sm-text-box{
	padding-left:3px !important;
	padding-right:3px !important;
}

.row-text-box{
	margin-left:0px !important;
	margin-right:0px !important;
}

.form-label{
	font-size:12px;
	color:#444;
	font-weight:normal;
	margin-bottom:0px;
	vertical-align:top;
	padding-left:3px;
}

.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 4px;
	font-size: 12px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 2px;
	-webkit-box-shadow:none;
	box-shadow:none;
	-webkit-transition:none;
	-o-transition:none;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}


.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
	color: #fff;
	background-color: #cf3500;
	border-color: #cf3500;
}

.border-radius2{
	border-radius:0px;
}

.tab-btn{
	background-color:#f7f6f6;
	color:#666666;
	margin-right:10px;
	border:1px solid #eaeaea;
	border-radius:2px;
}



.tab-btn:hover, .tab-btn:focus, .tab-btn.focus, .tab-btn:active, .tab-btn.active, .open>.dropdown-toggle.tab-btn {
	background-color:#666;
	border-color:#666;
	color:#fff;
}

.tab-btn.active{
	background-color:#666;
	border-color:#666;
	color:#fff;
}

.btn-default .badge {
	color: #666666;
	background-color: #fff;
	border:1px solid #eaeaea;
	margin-left:5px;
}

.wel-dealer{
	padding-top:14px !important;
	padding-bottom:15px !important;
	margin-top:0px !important;
	
}

@media (max-width: 992px){
	.gaadi-cardekho{
	display:none !important;
}
.nav>li>a {
	position: relative;
	display: block;
	padding: 10px 5px;
	font-size:12px;
	font-weight:normal;
}

}
@media (min-width: 768px) {
.navbar-nav>li>a {
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 8px;
	margin-bottom: 1px;
	border-right: 1px solid #d6d6d6;
	color: #444444;
	}
	
}

@media (max-width: 767px) {
 .navbar-nav .open .dropdown-menu>li>a, .navbar-nav .open .dropdown-menu .dropdown-header {
padding: 10px 15px 10px 25px !important;
}

.navbar-nav .open .dropdown-menu {
	margin-top: -7px;
	background-color: #fff;
	border-top:1px solid #d6d6d6;
}
.gaadi-cardekho{
	display:none !important;
}

.login-btn-mob{
	float:left;
}

.nav-border-right{
	border-right:none;	
	padding-right:0px;
}

.nav-border-left{
	border-left:none;	
	padding-left:0px;
}

.welcome-zindex{
	z-index:2;
}

.welcome-dropdown{
	box-shadow:0px 2px 2px #555 !important;
	border-top:1px solid #e66437 !important;
}


.border-none{
	border:none !important;
}

#login-mobile{
	display:block;
}
.login-btn-mob{
	float:left;
	display:none !important;
}

.nav>li>a {
	position: relative;
	display: block;
	padding: 10px 6px;
	font-size:12px;
	font-weight:normal;
}

.right-section-pad{
	padding-left:0px;
}
.pad-R-sec{
	padding-right:0px;
}

}

@media (max-width: 419px) {
.cd-logo{
	width:160px;
	}
	
.hide-2{
	display:none !important;
}
#graphDiv1 canvas{
	width:220px !important;
}

.graph-border{border-bottom: 1px solid #eee; position: absolute; margin-top: -25px !important; width: 80% !important; }

.shortby{ margin-top:5px;}
.b-btn-mob{ font-size:14px !important;}
}

@media (max-width: 1151px) {
.nav-icon-hide{
	display:none;
}


}

.well.well-filter{padding: 19px 14px 0px;box-shadow: none; border-radius:2px;}
.well.well-action{padding: 10px 15px;box-shadow: none; border-radius:2px; border:none;}


input[type="checkbox"], input[type="radio"] {
    display:none;
}
input[type="checkbox"] + label span, input[type="radio"] + label span {
    display:inline-block;
    width:16px;
    height:16px;
    margin:-1px 4px 0 0;
    vertical-align:middle;
    background:url(../images/sprite.png) -33px -71px no-repeat;
    cursor:pointer; 
}

input[type="checkbox"] + label:hover span {
   background-position: -76px -71px;
}

input[type="checkbox"]:checked + label span { background-position: -55px -71px; }
.ie8 input[type="checkbox"]{ display:inline-block;}
.ie8 input[type="checkbox"] + label span { display:none;}

input[type="checkbox"] + label, input[type="radio"] + label  {   margin-right:1px; font-size:14px; }
input[type="checkbox"]:checked + label, input[type="radio"]:checked + label  {    background-image: none;      }



input[type="radio"] + label span{   background-position: -99px -71px;}
input[type="radio"] + label:hover span {
   background-position:  -141px -71px;
}
input[type="radio"]:checked + label span { background-position: -121px -71px;}

.btn-sm, .btn-group-sm>.btn{ line-height:1.8}
.btn-group + .btn-group{ margin-left:10px;}

.car-list li .col-1, .car-list li .col-2, .car-list li .col-3, .car-list li .col-4, .car-list li .col-5{ padding-left:15px; padding-right:15px; float:left; position: relative;min-height: 1px;}
.car-list li .col-1{ width:4.2%;}
.car-list li .col-2{ width:16.9%;}
.car-list li .col-3{ width:78.9%;}/*
.car-list li .col-4{ width:20.4%;}
.car-list li .col-5{ width:10.9%;}*/


.img_thumb {  padding:0px; position: relative; width: 100%; background: #f5f5f5 url(../images/gray-logo.jpg) no-repeat center center; line-height:165px; text-align:center;}
.img_thumb img {vertical-align: middle;  max-width:100%; display:inline-block;}
.img_thumb.white{background: #fff;} 
.img-box{ position:relative;}
.img-box .totalpic{ position:absolute; display:inline-block; padding:2px 5px; background:rgba(0,0,0,0.50); color:rgba(255,255,255,0.50); top:0px; right:0px; font-size:12px; }
.img-box .editpic{ position:absolute; display:block; width:100%; text-align:center; padding:2px 5px; background:rgba(0,0,0,0.50); color:rgba(255,255,255,0.80); bottom:0px; left:0px; font-size:12px; }
.img-box .editpic>a{color:rgba(255,255,255,0.80);}
.carname{ font-size:16px; margin-top:0px; margin-bottom:5px;}
.progress-detail{ font-size:20px; font-weight:bold;}
.lead-circle{ width:90px; height:90px; border:solid  7px #e3e3e3; background:#ffffff; border-radius:50%; position:relative; display:inline-block; color:#444; transition:all 0.3s; }
.lead-circle .leadbx{ position:absolute; top:30%; text-align:center; width:100%;}
.lead-circle:hover{ background:#f0764b; color:#fff; border-color:#f0764b;}
.lead-circle:hover .pie_progress__number{ font-size:30px; }
.edit-retailprice, .edit-dealerprice{ display:none;}
.btn-group > .tooltip + .btn, .btn-group > .popover + .btn{margin-left:-1px;}

 .btn-group .btn:hover{ background-color:#e66437; color:#fff; border-color:#e66437;}
.car-list>li{ padding:15px 0; border-bottom:solid 1px #e5e5e5;}
.car-list>li>.clearfix .actionbtns{ display:none; transition:all 0.3s;}
.car-list>li:hover{ background-color:#f5f5f5;}
.car-list>li:hover>.clearfix .actionbtns{ display:block;}
.car-list li .car-specs .col-sm-6{ min-height:25px;}
#filterbtn{ display:none;}
#search-wraper{ display:block;}
	#search-wraper.form-label{ display:block;}
@media (max-width:1279px) {
	.img_thumb { line-height:134px; }

	}
	@media (max-width:991px) {
	.car-list>li>.clearfix .actionbtns{ display:block; transition:all 0.3s;}
	.lead-circle{ width:80px; height:80px;}
	.car-list>li{padding:25px 0; }
	.pie_progress{ display:none;}
	.tabpading{ padding-top:10px;}
	#filterbtn{ display:inline-block;}
	#search-wraper{ display:none;}
	
	}
	@media (max-width:767px) {.byidbox{ padding-top:10px;}
	
	.car-list li .col-1, .car-list li .col-2, .car-list li .col-3, .car-list li .col-4, .car-list li .col-5{ padding-left:0px; padding-right:0px; float: inherit; position: relative;min-height: 1px;}
.car-list li .col-1{ width:100%;}
.car-list li .col-2{ width:100%;}
.car-list li .col-3{ width:100%;}
.editprice-box .mrg-T15{ margin-top:0px !important;}
.lead-circle{ width:100%; height:50px; border:solid  2px #f0764b; background:#f0764b; border-radius:3px; position:relative; display:inline-block; color:#fff; transition:all 0.3s; }
.lead-circle .leadbx{ position:absolute; top:30%; text-align:center; width:100%;}
.lead-circle .pie_progress__label{ left:-1px;}
.lead-circle .pie_progress__number{ font-size:30px;left:-1px;} 
.progessbox{ margin-top:10px; margin-bottom:10px;}
.progessbox .viewer{  border:solid  2px #f0764b; border-left:none; height:50px; margin-left:-32px; padding-top:10px; font-size:1.35em; font-weight:700; color:#444 ;}
.check-caraction{ position:absolute !important; top:1px; left:1px; background:rgba(0,0,0,0.40); width:30px  !important; height:30px; z-index:90; padding-left:6px !important;padding-top:3px !important;}
.btn-group + .btn-group {margin-left: 4px;}
.car-list li .btn-sm, .btn-group-sm>.btn {padding: 5px 6px;
	}}
	
	.btn.btn-lg{padding: 5px 20px; font-size:20px;}
	.maintabs{ padding-top:15px; padding-bottom:15px;}
	.maintabs>a.btn-default{ background-color:#f5f5f5;}

.sprite{background: url(../images/sprite.png) no-repeat;line-height: 0px;font-size: 1px;display: inline-block;vertical-align: top;}
.icon-excel{background-position: -140px -28px;width: 18px;height: 20px;}
.icon-delete{background-position: -162px -28px;width: 16px;height: 20px;}
.icon-klm{background-position: -1px -57px;width: 22px;height: 16px;}
.icon-date{background-position: -22px -53px;width: 22px;height: 16px;}
.icon-owner{background-position: -93px -53px;width: 22px;height: 16px;}
.icon-fuel{background-position: -43px -53px;width: 22px;height: 16px;}
.icon-regno{background-position: -69px -53px;width: 22px;height: 16px;}
.icon-transmission{background-position: -111px -53px;width: 22px;height: 16px;}
.icon-add{background-position: -204px -27px;width: 18px;height: 20px;}
.icon-edit{background-position: -182px -27px;width: 18px;height: 20px;}
.icon-calander{background-position: -227px -27px;;width: 20px;height: 20px;}
.icon-color{background-position: -226px -88px; width: 22px;height: 16px;}
.icon-reg-place{background-position: -1px -141px; width: 22px;height: 16px;}


.btn-group .btn:hover .icon-excel{background-position: -140px -51px;}
.btn-group .btn:hover .icon-delete{background-position: -162px -51px;}
.btn-group .btn:hover .icon-add{background-position: -204px -51px;}
.btn-group .btn:hover .icon-edit{background-position: -182px -51px;}

.searchfixed {
position: fixed; 
top: 0px; left:0;
z-index: 10;
margin: 0; width:100%;
padding: 0 0px;  
/*-webkit-transform: translate(0, 25%);
  -ms-transform: translate(0, 25%);
  transform: translate(0, 25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;*/}
  .checkactionbarfix {position: fixed; top: 80px; background:rgba(242, 240, 233, 1); left:0;z-index: 9;margin: 0; width:100%;padding: 0 0px; box-shadow:0px 4px 8px -1px rgba(0,0,0,.40) !important;   }
  @media( max-width:991px){
	  #search-wraper { position:static !important;}
	  .searchfixed {position: relative !important;	  }

.searchfixed .well{ box-shadow:0px 4px 8px -1px rgba(0,0,0,.40); background-color:#e8e8e; border-bottom:none;}}
.shadow .well-filter{ box-shadow: 0px 6px 4px -2px rgba(0,0,0,0.4); border-bottom:none;}
.posrelative{ position: relative !important;}

.enquiry-table.table-bordered>thead>tr>th{ background-color:#f7f6f6;vertical-align: bottom;border-bottom: 1px solid #ddd; padding-top:10px; padding-bottom:10px;}
.enquiry-table.table-striped>tbody>tr:nth-child(odd) {background-color: #ffffff;}
.enquiry-table.table-striped>tbody>tr:nth-child(even) {background-color: #f9f9f9;}
.table.enquiry-table>tbody>tr>td, .table.enquiry-table>thead>tr>th{ line-height:1.12857143 !important;}

.table-hover>tbody>tr:nth-child(even):hover,.table-hover>tbody>tr:nth-child(odd):hover {background-color: #FFFAF4;}

div.list-icon > div, ul.list-icon > li{ margin-bottom:5px !important; display:inline-block;}

/* -- New CSS -- */

.edit-text {color: #e66437; font-size: 11px; font-weight: normal; }
.graph-border{border-bottom: 1px solid #eee; position: absolute; margin-top: -33px; width: 87%; }
#graphDiv1 canvas{
	width:300px;
}


/*-- View Photo carousel --*/
.carousel-control {
  position: absolute;
  top: 50%;
  left: 0;
  bottom: 0;
  width: 10%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #000;
  text-align: center;
}
.carousel-control.right {
    background-image:none;
    background-repeat: repeat-x;
    left: auto;
    right: 0;
}

.carousel-control.left {
     background-image:none;
    background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
  outline: none;
  color: #CCC;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.bg-ltgray {
	background: #F5F5F5;
}

ul.ucd-main-thumb {
	margin: 10px 0px;
}

ul.ucd-main-thumb>li:first-child {
	margin-left: 6.333333333333332%;
}
ul.ucd-main-thumb>li {
	float: left;
	width: 17.666666666666664%;
	padding: 0 8px;
}

ul.ucd-main-thumb>li.selected>img {
	opacity: 1;
	filter: alpha(opacity=100);
}
ul.ucd-main-thumb>li>img {
	opacity: 0.4;
	filter: alpha(opacity=40);
	transition: opacity 0.3s;
}
ul.ucd-main-thumb>li>img {
	cursor: pointer;
	opacity: 0.7;
}

.carousel-inner {
    text-align: center;
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    height: auto;
    line-height: 1;
    margin: 0 auto;
    max-width: 100%;
    text-align: center;
}

.carousel-control {
	text-shadow: none;
}

.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left, .carousel-control .fa-chevron-left {
	left: 50%;
	margin-left: -30%;
}

.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right, .carousel-control .fa-chevron-right {
    margin-right: -30%;
    right: 50%;
}

/*-- View Photo carousel End --*/
.modal-backdrop{ position:fixed; margin-right:16px;}

.inventory-list-img {margin-right: 20px; }

.small-textarea {
	height: 40px !important;
	width: 100% !important;
	border-radius: 0px;
	font-weight: normal;
	font-size: 14px;
}

.tag-photo-textbox {
	width: 200px;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}
.file-caption{
	height:30px !important;
}

#container{ margin:0px auto; text-align:center; border:0px;}

.support{position:fixed; z-index:3; right:0; top:50%; font-family:Gotham, "Arial", Helvetica, sans-serif; font-size:18px; font-weight:bold; line-height:16px; color:#7f8d9a;}
.support-style{border-radius:6px 0px 0px 6px; box-shadow: -1px 0px 5px #888888; background:#f2f3f6; margin:0px; padding:0px; cursor:pointer;}
.support-detail{background:#f8f9fa; height:auto; position:absolute; right:0; width:210px; border-radius:0px 0px 6px 6px; padding:10px; display:block; box-shadow: -1px 1px 4px #888888; margin: -10px 0px 0px 0px; padding:5px 15px 15px;}
.support-dashed{border-top:1px dashed #ccc; margin-bottom:10px; margin-top:10px; color:#ccc;}
.support-no{color:#f37a6b; font-size:20px;}
.support-small-txt{color:#7f8d9a; font-size:12px; font-weight:normal;}
label {font-weight:normal;}
#triangle-topleft { width: 0; height: 0; border-bottom: 50px solid #f15a2b; border-right: 50px solid transparent; z-index:4; position:absolute; bottom:0; left:0; color:#fff; }
.premium-i-text{color:#fff; position:absolute; bottom: -46px; left: 1px; font-size:20px; font-weight:bold;}
.add-c-textBox{
	height:35px !important;
	-webkit-transition: height 1s ease;
	-moz-transition: height 1s ease;
	-o-transition: height 1s ease;
	-ms-transition: height 1s ease;
	transition: height 1s ease;
}

.add-c-textBox:focus{
	height:70px !important;
}

.comment-v-more{
	color:#0890c9;
	font-style:normal;
	cursor:pointer;
	font-size:12px;	
}
.source-icon{
	background:url(../images/sprite-gaadi.png) left top no-repeat;
	display: inline-block;
    font-size: 1px;
    line-height: 0;
    vertical-align: top;
}

.gaadi{
	background-position: 1px -13px;
	width: 50px;
	height: 18px;
}

.cdk{
	background-position: 1px -44px;
	width: 50px;
	height: 18px;
}

.verified{
	background-position: 1px -71px;
	width: 50px;
	height: 20px;
}

.premium{
	  background-position: 1px -293px;
	  width: 50px;
	  height: 20px;
}

.otp-Verified{
	background-position: 1px -265px;
	width: 50px;
	height: 20px;
}

.carwale{
	background-position: 1px -97px;
	width: 50px;
	height: 20px;
}

.website{
	background-position: 1px -136px;
	width: 50px;
	height: 20px;
}

.walk-in{
	background-position: 1px -165px;
	width: 50px;
	height: 20px;
}

.car-trade{
	background-position: 1px -195px;
	width: 50px;
	height: 20px;
}

.olx{
	background-position: 1px -222px;
	width: 50px;
	height: 20px;
}

.quikr{
	background-position: 1px -245px;
	width: 50px;
	height: 20px;
}

.locanto{
	background-position: 1px -245px;
	width: 50px;
	height: 20px;
}
.divendo{
	background-position: 1px -245px;
	width: 50px;
	height: 20px;
}
.mitula{
	background-position: 1px -245px;
	width: 50px;
	height: 20px;
}

.usedCar{
	background-position: 1px -245px;
	width: 50px;
	height: 20px;
}

.junglee{
	background-position: 1px -245px;
	width: 50px;
	height: 20px;
}

.btn-lg, .btn-group-lg>.btn {
	border-radius: 2px;
}

.pad-LR{
	padding-left:5px;
	padding-right:5px;
}

/*New*/
.table-bordered>thead>tr>th, .table-bordered>tbody>tr>td{ padding:8px 10px;}
.enquiry-table.table-bordered .form-group{ margin-bottom:7px;}
/*New End*/
/*New*/
textarea{resize: vertical; }
.en-textarea{ min-height:80px;resize: vertical; font-size:13px;}
textarea.comment-box{ height:36px; transition:height 0.3s;}
textarea.comment-box:focus{ height:86px;}
.btn.btn-sm.savebtn{ padding-left:25px; padding-right:25px;}

.nav-tabs.similartabs>li>a{border: 1px solid #d5d5d5; margin-right: 5px; }
.nav-tabs.similartabs>li.active>a{border-bottom-color: transparent;}
.selectCheckbox {
	background-color: #FFFFFF;
	float: left;
	margin-left: 0;
	margin-top: 0px;
	padding: 5px 4px 4px 7px;
	position: absolute; top:0px; border-right:solid 1px #d5d5d5; border-bottom:solid 1px #d5d5d5;
}

.similarlist>li .thumbnail{ padding:0px;}
.similarlist>li .img_thumb{ background-image:none; height:164px; overflow:hidden;}
.similarlist>li .img_thumb img{ max-height:164px;}
.pipelist>li{ padding-right:0px}
.pipelist>li:after{ content:"|"; display:inline-block; padding-left:8px; color:#cacaca; font-size:13px;}
.pipelist>li:last-child:after{ display:none;}
.actionbar{ background:rgba(51,51,51,0.85); position:fixed; bottom:0px; padding:15px; left:0; display:none; width:100%; transition:all 0.3s;}
@media( max-width:1279){	
.similarlist>li .img_thumb img{ max-height:160px;}
}


.btn-group>.btn, .btn-group-vertical>.btn {
position: relative;
float: left;
  transition: all 0.5s ease-in-out 0s;
}

.btn-primary {
    background-color: #e66437;
    border-bottom: 2px solid #cf3500;
    color: #fff;
	transition: all 0.5s ease-in-out 0s;
}

.add-lead-bg{
	background:#eee;
	margin:20px 10px;
	clear:both;
	padding-top:10px;
}

@media (max-width:1360px){	
.mob-xs{padding:5px 2px; font-size:11px; margin-right: 0px; margin-top:2px;}
.badge-xs{font-size:11px; margin:0px !important;}
.hidden-xs{display:none;}
}

@media (max-width:480px){	
.mob-xs{padding:5px 10px; font-size:11px; margin-right: 0px; margin-top:2px; width:100%; display:inline-block;}
.badge-xs{font-size:12px; margin-left:5px !important;}
}

.calender{ background:#fff url(../images/calender.png) no-repeat right; }
.support-small-txt a{background:transparent !important;}

.feedBack{height:180px !important;}

/* 13/01/2015*/

@media (min-width: 768px) {

  .navbar-nav .open ul {
    display: none;
	}
	
  .navbar-default .navbar-nav > .hovernav:hover > a,
  .navbar-default .navbar-nav > .hovernav:hover > a:hover,
  .navbar-default .navbar-nav > .hovernav:hover > a:focus {
    color: #e66437;	
    background: #fff; 
  }
  .navbar-nav .hovernav:hover > .dropdown-menu {
    display: block;
	}
}
.fieldset{border: 1px solid #fff;
border-top-color: #cccccc;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;}
.fieldset>legend{display: inline-block;padding: 5px 10px; font-size:15px; width:auto; border:none;}
#addPhoto{ cursor:pointer;}


@-moz-keyframes rotating {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotating {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes rotating {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes rotating {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@font-face {
  font-family: 'League Gothic';
  font-style: normal;
  font-weight: 500;
  src: local('League Gothic'), url("../fonts/league-gothic.woff") format('woff'), url("../fonts/league-gothic.ttf") format('ttf'), url("../fonts/league-gothic.eot") format('embedded-opentype'), url("../fonts/league-gothic.svg") format('svg');
}
h1#project {
  padding-bottom: 100px;
  background: url("../images/dropzonejs.png") no-repeat center bottom;
}
.dropzone,
.dropzone *,
.dropzone-previews,
.dropzone-previews * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.dropzone {
  position: relative;
  border: 1px solid rgba(0,0,0,0.08);
  background: rgba(0,0,0,0.02);
  padding: 1em;
}
.dropzone:hover{background: rgba(0,0,0,0.04); }
.dropzone.dz-clickable {
  cursor: pointer;
}
.dropzone.dz-clickable .dz-message,
.dropzone.dz-clickable .dz-message span {
  cursor: pointer;
}
.dropzone.dz-clickable * {
  cursor: default;
}
.dropzone .dz-message {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.dropzone.dz-drag-hover {
  border-color: rgba(0,0,0,0.15);
  background: rgba(0,0,0,0.04);
}
.dropzone.dz-started .dz-message {
  display: none;
}
.dropzone .dz-preview,
.dropzone-previews .dz-preview {
  background: rgba(255,255,255,0.6);
  position: relative;
  display: inline-block;
  margin: 0 8px;
  vertical-align: top;
  border: 1px solid #acacac;
  padding: 3px; margin-bottom:20px;
}
.dropzone .dz-preview.dz-file-preview [data-dz-thumbnail],
.dropzone-previews .dz-preview.dz-file-preview [data-dz-thumbnail] {
  display: none;
}
.dropzone .dz-preview .dz-details,
.dropzone-previews .dz-preview .dz-details {
  width: 82px;
  height: 82px;
  position: relative;
  background: #ebebeb;
  padding: 5px;
  margin-bottom: 0px;
}
.dropzone .dz-preview .dz-details .dz-filename,
.dropzone-previews .dz-preview .dz-details .dz-filename {
  overflow: hidden;
  height: 100%;
}
.dropzone .dz-preview .dz-details img,
.dropzone-previews .dz-preview .dz-details img {
  position: absolute;
  top: 0;
  left: 0;
  width: 82px;
  height: 82px;
}
.dropzone .dz-preview .dz-details .dz-size,
.dropzone-previews .dz-preview .dz-details .dz-size {
  position: absolute;
  bottom: -28px;
  left: 3px;
  height: 28px;
  line-height: 28px;
}
.dropzone .dz-preview.dz-error .dz-error-mark,
.dropzone-previews .dz-preview.dz-error .dz-error-mark {
  display: block;
}
.dropzone .dz-preview.dz-success .dz-success-mark,
.dropzone-previews .dz-preview.dz-success .dz-success-mark {
  display: block;
}
.dropzone .dz-preview:hover .dz-details img,
.dropzone-previews .dz-preview:hover .dz-details img {
  display: none;
}
.dropzone .dz-preview .dz-success-mark,
.dropzone-previews .dz-preview .dz-success-mark,
.dropzone .dz-preview .dz-error-mark,
.dropzone-previews .dz-preview .dz-error-mark {
  display: none;
  position: absolute;
  width: 20px;
  height: 20px;
  font-size: 30px;
  text-align: center;
  right: -6px;
  top: -6px;
}
.dropzone .dz-preview .dz-rotate-mark,
.dropzone-previews .dz-preview .dz-rotate-mark {
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  font-size: 30px;
  text-align: center;
  left: -6px;
  top: -6px; z-index:925;
}
.dropzone .dz-preview .dz-rotate-mark, .dropzone-previews .dz-preview .dz-rotate-mark{ background-position:-279px -185px;}
.dropzone-previews .dz-preview:hover .dz-rotate-mark, .dropzone-previews .dz-preview:hover .dz-rotate-mark{ display:block;}

.dropzone .dz-preview .dz-success-mark,
.dropzone-previews .dz-preview .dz-success-mark {
  color: #8cc657;
}
.dropzone .dz-preview .dz-error-mark,
.dropzone-previews .dz-preview .dz-error-mark {
  color: #ee162d;
}
.dropzone .dz-preview .dz-progress,
.dropzone-previews .dz-preview .dz-progress {
  position: absolute;
  top: 83px;
  left: 3px;
  right: 3px;
  height: 6px;
  background: #d7d7d7;
  display: none;
}
.dropzone .dz-preview .dz-progress .dz-upload,
.dropzone-previews .dz-preview .dz-progress .dz-upload {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0%;
  background-color: #8cc657;
}
.dropzone .dz-preview.dz-processing .dz-progress,
.dropzone-previews .dz-preview.dz-processing .dz-progress {
  display: block;
}
.dropzone .dz-preview .dz-error-message,
.dropzone-previews .dz-preview .dz-error-message {
  display: none;
  position: absolute;
  top: -5px;
  left: -20px;
  background: rgba(245,245,245,0.8);
  padding: 8px 10px;
  color: #800;
  min-width: 140px;
  max-width: 500px;
  z-index: 500;
  margin-top:20px;
}
.dropzone .dz-preview:hover.dz-error .dz-error-message,
.dropzone-previews .dz-preview:hover.dz-error .dz-error-message {
  display: block;
}
.dropzone {
  border: 1px solid rgba(0,0,0,0.03);
  min-height: 205px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: rgba(0,0,0,0.03);
  padding: 15px;
}
.dropzone .dz-default.dz-message {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  background-image: url("../images/spritemap.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  position: absolute;
  width: 428px;
  height: 123px;
  margin-left: -214px;
  margin-top: -61.5px;
  top: 50%;
  left: 50%;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .dropzone .dz-default.dz-message {
    background-image: url("../images/spritemap@2x.png");
    -webkit-background-size: 428px 406px;
    -moz-background-size: 428px 406px;
    background-size: 428px 406px;
  }
}
.dropzone .dz-default.dz-message span {
  display: none;
}
.dropzone.dz-square .dz-default.dz-message {
  background-position: 0 -123px;
  width: 268px;
  margin-left: -134px;
  height: 174px;
  margin-top: -87px;
}
.dropzone.dz-drag-hover .dz-message {
  opacity: 0.15;
  filter: alpha(opacity=15);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=15)";
}
.dropzone.dz-started .dz-message {
  display: block;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.dropzone .dz-preview,
.dropzone-previews .dz-preview {
  -webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.16);
  box-shadow: 1px 1px 4px rgba(0,0,0,0.16);
  font-size: 14px;
}
#demo-upload .dz-preview:nth-child(2){
  -webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.16);
  box-shadow: 1px 1px 4px rgba(0,0,0,0.16);
  font-size: 14px;
  border: 1px solid #F58A68;
  background: #FDF7D5;
}
.dropzone .dz-preview.dz-image-preview:hover .dz-details img,
.dropzone-previews .dz-preview.dz-image-preview:hover .dz-details img {
  display: block;
  opacity: 0.1;
  filter: alpha(opacity=10);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
}
.dropzone .dz-preview.dz-success .dz-success-mark,
.dropzone-previews .dz-preview.dz-success .dz-success-mark {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.dropzone .dz-preview:hover .dz-rotate-mark,
.dropzone-previews .dz-preview:hover .dz-rotate-mark {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.dropzone .dz-preview.dz-error .dz-error-mark,
.dropzone-previews .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.dropzone .dz-preview.dz-error .dz-progress .dz-upload,
.dropzone-previews .dz-preview.dz-error .dz-progress .dz-upload {
  background: #ee1e2d;
}
.dropzone .dz-preview .dz-error-mark,
.dropzone-previews .dz-preview .dz-error-mark,
.dropzone .dz-preview .dz-success-mark,
.dropzone-previews .dz-preview .dz-success-mark,
.dropzone .dz-preview .dz-rotate-mark, .dropzone-previews .dz-preview .dz-rotate-mark {
  display: block;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  background-image: url("../images/spritemap.png");
  background-repeat: no-repeat;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .dropzone .dz-preview .dz-error-mark,
  .dropzone-previews .dz-preview .dz-error-mark,
  .dropzone .dz-preview .dz-success-mark,
  .dropzone-previews .dz-preview .dz-success-mark {
    background-image: url("../images/spritemap@2x.png");
    -webkit-background-size: 428px 406px;
    -moz-background-size: 428px 406px;
    background-size: 428px 406px;
  }
}
.dropzone .dz-preview .dz-error-mark span,
.dropzone-previews .dz-preview .dz-error-mark span,
.dropzone .dz-preview .dz-success-mark span,
.dropzone-previews .dz-preview .dz-success-mark span {
  display: none;
}
.dropzone .dz-preview .dz-error-mark,
.dropzone-previews .dz-preview .dz-error-mark {
  background-position: -279px -145px;
}
.dropzone .dz-preview .dz-success-mark,
.dropzone-previews .dz-preview .dz-success-mark {
  background-position: -279px -165px;
}
.dropzone .dz-preview .dz-progress .dz-upload,
.dropzone-previews .dz-preview .dz-progress .dz-upload {
  -webkit-animation: loading 0.4s linear infinite;
  -moz-animation: loading 0.4s linear infinite;
  -o-animation: loading 0.4s linear infinite;
  -ms-animation: loading 0.4s linear infinite;
  animation: loading 0.4s linear infinite;
  -webkit-transition: width 0.3s ease-in-out;
  -moz-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  -ms-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-image: url("../images/spritemap.png");
  background-repeat: repeat-x;
  background-position: 0px -400px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .dropzone .dz-preview .dz-progress .dz-upload,
  .dropzone-previews .dz-preview .dz-progress .dz-upload {
    background-image: url("../images/spritemap@2x.png");
    -webkit-background-size: 428px 406px;
    -moz-background-size: 428px 406px;
    background-size: 428px 406px;
  }
}
.dropzone .dz-preview.dz-success .dz-progress,
.dropzone-previews .dz-preview.dz-success .dz-progress {
  display: block;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
.dropzone .dz-preview .dz-error-message,
.dropzone-previews .dz-preview .dz-error-message {
  display: block;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.dropzone .dz-preview:hover.dz-error .dz-error-message,
.dropzone-previews .dz-preview:hover.dz-error .dz-error-message {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.dropzone a.dz-remove,
.dropzone-previews a.dz-remove {
	color:#40BCE1;
  text-decoration: none;
  display: block;
  padding: 2px 0px; font-size:12px; cursor:pointer;
  text-align: center;
  margin-top: 7px;
}
.dropzone a.dz-remove:hover,
.dropzone-previews a.dz-remove:hover {
  color: #2ea6ca;
}
@-moz-keyframes loading {
  0% {
    background-position: 0 -400px;
  }

  100% {
    background-position: -7px -400px;
  }
}
@-webkit-keyframes loading {
  0% {
    background-position: 0 -400px;
  }

  100% {
    background-position: -7px -400px;
  }
}
@-o-keyframes loading {
  0% {
    background-position: 0 -400px;
  }

  100% {
    background-position: -7px -400px;
  }
}
@-ms-keyframes loading {
  0% {
    background-position: 0 -400px;
  }

  100% {
    background-position: -7px -400px;
  }
}
@keyframes loading {
  0% {
    background-position: 0 -400px;
  }

  100% {
    background-position: -7px -400px;
  }
}
#dropzone {
  margin: 0;
  -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.33);
  box-shadow: 0 0 2px rgba(0,0,0,0.33);
  padding: 4px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
#dropzone .dropzone {
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media screen and (max-width: 37.5em) {
  .dropzone .dz-default.dz-message {
    background-position: 0 -123px;
    width: 268px;
    margin-left: -134px;
    height: 174px;
    margin-top: -87px;
  }
}
.ui-sortable-helper{ background:#ccc; border:solid 1px #000000;}
.ui-sortable-placeholder{ background:#ccc; border:solid 1px #000000;}
.text-right1{text-align:right}
@media(max-width:767px){
	#maincontainer .col-sm-2.text-right{ text-align:left ;}
	.text-right1{ text-align:left ;}
}
.stocklist>li{ margin-right:15px;}
.ic-OLX{ width:28px; height:18px; background-position:-221px -103px; text-indent:-9999px; }
.ic-Quikr{ width:36px; height:18px; background-position:-161px -67px; text-indent:-9999px; }
.ic-Gaadi{ width:33px; height:18px; background-position:-204px -67px; text-indent:-9999px; }
.ic-Cardekho{ width:45px; height:18px; background-position:0px -122px; text-indent:-9999px; }
.ic-Locanto{ width:50px; height:18px; background-position:-36px -87px; text-indent:-9999px; }
.ic-Divendo{ width:37px; height:18px; background-position:-94px -88px; text-indent:-9999px; }
.ic-Mitula{ width:30px; height:18px; background-position:-185px -103px; text-indent:-9999px; }
.ic-Uccarfleet{ width:36px; height:18px; background-position:-41px -105px; text-indent:-9999px; }
.ic-Autonagar{ width:40px; height:18px; background-position:-85px -105px; text-indent:-9999px; }
.ic-Trovit{ width:35px; height:18px; background-position:0px -105px; text-indent:-9999px; }
.ic-Hdfc{ width:86px; height:18px; background-position:-138px -87px; text-indent:-9999px; }
.ic-Autos{ width:43px; height:18px; background-position:-131px -103px; text-indent:-9999px; }
.ic-Junglee{ width:43px; height:18px; background-position:-50px -122px; text-indent:-9999px; }
.multi-dropdwn{ position:relative;}
.multi-dropdwn>.caret{  margin-top:7px;}
.multi-dropdwn + ul.dropdown-menu>li{ padding:5px 10px; border-bottom:dotted 1px #e5e5e5; font-size:13px; }
.multi-dropdwn + ul.dropdown-menu>li:hover{ background:#e66437; color:#fff;}

/*  car Preiview*/

 @media (min-width: 1280px){
.left-container{ float:left; width:740px;}
.right-container{ float:left; width:330px;}
}
h1.usedh1 {
border-bottom: none; font-size:24px; font-weight:700;
margin-bottom: 10px;
}
#ucdtabnav .active a, #ucdtabnav .active a span{ color:#e66437;}
.profile-box{ background:#fcfcfc;  border:solid 1px #eaeaea; border-radius:3px; margin-bottom:15px;}
.profile-box>.main-bar{ background:#f5f6f8;  border-bottom:solid 1px #eaeaea; padding:5px 10px; margin-bottom:15px;}
.profile-box>.main-bar>.progress{ background:#fff; height:10px; margin-bottom:1px; font-size:12px; box-shadow:none; border:solid 1px #e5e5e5;}
.profile-box>.profile-tipbox{  padding:5px 10px; padding-bottom:5px;}
.tag-photo-bg{}
.tag-photo-bg .save-tg{display:none;}
.tag-photo-bg:hover{display:block; background:#DADADA;}
.tag-photo-bg:hover .save-tg{display:inline-block;}
 @media (max-width: 768px){
	.tag-photo-textbox{width:100%;}
	.tag-photo-bg:hover .save-tg{display:inline-block; width:100%;}
	.carousel-control {
    bottom: 0;
    color: #444444;
    font-size: 20px;
    left: 0;
    opacity: 0.5;
    position: absolute;
    text-align: right;
    top: -27px;
    width: 10%;
}
 }


.recent-list-img {
	height: 90px !important;
	text-align: center;
	vertical-align: middle;
	width: 100%;
	border:1px solid #ccc;
}

.recent-list-img img {
	max-height: 90px;
	display: inline;
}

.main-img{
	position: absolute;
	margin: 45px 0px 0px -95px;
}
.ucd-main-thumb img{max-height: 80px;}

#carousel-main-img img{max-height:400px !important;}

.dz-bg{ background:url(../images/browse.png) no-repeat right bottom; padding-right:20px; margin:10px;}
.error-msg{border-color:#DB4845; color:#DB4845;}
.details-error-msg { background-color: #ee1e2d !important; color: #FFFFFF !important; }
.btn-default {
	color: #333;
	background-color: #fff;
	border-color: #ccc;
	outline:none !important;
}

/* -- VDP START -- */
.carousel-border{
	border:1px solid #e7e7e7;	
	margin-bottom:1px;
	background:#F8F8F8;
	padding:15px;
}
.carousel-head{font-size:18px; padding:10px 15px; background:#F8F8F8; border:1px solid #e7e7e7; border-bottom:1px solid #fff; border-radius:2px 2px 0px 0px;}

.carouselSub-head{font-size:15px; color:#929292;}
.text-light {
	color: #919191;
}

.edit_detail{margin-top:-20px;}

.cloud-plateform{
	background:url(../images/sprite.png) left top no-repeat;
	display: inline-block;
    font-size: 1px;
    line-height: 0;
    vertical-align: top;
}

.cp_gaadi{
	background-position:-162px -123px;
	width: 55px;
	height: 20px;
	margin:0px 20px 10px 0px;
}

.cp_cdk{
	background-position: 1px -121px;
	width: 50px;
	height: 20px;
	margin:0px 20px 10px 0px;
}

.cp_carwale{
	background-position: -95px -123px;
	width: 40px;
	height: 20px;
	margin:0px 20px 10px 0px;
}


.cp_car-trade{
	background-position: -130px -123px;
	width: 33px;
	height: 23px;
	margin:0px 20px 10px 0px;
}

.cp_olx{
	background-position:-212px -121px;
	width: 35px;
	height: 20px;
	margin:0px 20px 10px 0px;
}

.cp_quikr{
	background-position: -161px -66px;
	width: 42px;
	height: 20px;
	margin:0px 20px 10px 0px;
}

.cp_locanto {
	background-position: -31px -87px;
	width: 62px;
	height: 20px;
	margin:0px 20px 10px 0px;
}

.cp_divendo {
	background-position: -86px -88px;
	width: 51px;
	height: 18px;
	margin-top: 5px;
	margin:0px 20px 10px 0px;
}
.cp_mitula{
	background-position: -179px -106px;
	width: 45px;
	height: 20px;
	margin:0px 20px 10px 0px;
}


.cp_usedCar {
	background-position: -36px -106px;
	width: 45px;
	height: 20px;
	margin:0px 20px 10px 0px;
}

.cp_junglee {
	background-position: -46px -125px;
	width: 50px;
	height: 20px;
	margin:0px 20px 10px 0px;
}

/* -- VDP END -- */

.profile-panel{height:220px; display:table !important;}
.banner-img{max-width:450px;}

 @media (max-width: 480px){
	 .profile-panel{height:220px; margin:0px auto !important; display:block !important;}
	.banner-img{max-width:80% !important; margin:10px !important; text-align:left !important; display:block;}
 }
 
 /* -- Search Dealer Inventory -- */
 
.txtArea-pop{height:50px !important;}
 
/* --user Manager -- */

.user-role{position: absolute; right: 15px; float: right; top: 111px;}
label {margin-left: 3px;}
.extra-small{font-size:11px; color:#999; font-style:italic;}
 @media (max-width: 768px){
	.user-role{position: none; right: 0px; float: right; top: 111px;}
 }
 
.saveAll-crop{  
	position: absolute;
  	top: 0px;
  	right: 13px;
}

.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: -20px auto 25px;
  background: #F5F5F5;
  border-radius: 2px;
  border: 1px solid #ddd;
  padding-bottom: 25px;
}

/* Template Manager */

.template-container{
	/*width:620px;*/
	width:40%;
	height:auto;
	margin:0px auto;
	/*background:url(../images/temp-bg.png) no-repeat 0 0;*/
	padding:0px 5px 0px 0px;
}
.template-body{
	height: auto;
  	width: 395px;
	margin: 0px auto 0px;
	margin:0px auto;
}

.template-body >iframe{border:none; border-radius:2px;}
.template-logo{min-height:80px;}
.Tlogo-img{padding:10px 0px 0px 0px;}
.logo-file{width:200px; padding:10px 0px; margin:0px auto; color:#e66437;}
.viewAll-themes{margin: -10px 0px 0px 0px;  position: absolute !important;  right: 92px;}

/*-- Slider */
.gallery {margin-bottom:30px;}
.crsl-nav{	position:relative; height: 10px;}

.previous:hover{opacity:1;}
.next:hover{opacity:1;}

.crsl-item{height:420px; background:#fff; border:1px solid #e5e5e5; border-radius:3px; background:#fff;}
.gray-figBg{background-color:#f5f5f5; padding:15px; border-top:1px solid #e5e5e5; height:100px;}
.theme-heading{font-size:16px; margin:0px 0px 10px 0px;}
.theme-heilight{font-size:16px; margin:0px; color:e66437}

.btn {
    position: relative;
    transition: all 0.5s ease-in-out 0s;
}

.btn:hover {
background-color: #e66437;
color: #fff;
border-color: #e66437;
}

.crsl-item{
	webkit-transition: background-color 0.2s linear;
	-moz-transition: background-color 0.2s linear;
	-o-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
}
.crsl-item:hover{ border:1px solid #FFC2AB; position: relative;
    transition: all 0.5s ease-in-out 0s;
}

.text-ellipsis{
	white-space: nowrap;
  	width: 300px;
  	overflow: hidden;
  	text-overflow: ellipsis;
}

.edit-executive{
	  background: #F5F5F5;
	  border: 1px solid #ddd;
	  padding: 4px 10px;
	  position: relative;
	  margin:-35px -185px 0px 0px;
	  float: right;
}

.executive-rec-icon{
	color:#ccc;
  	position: absolute;
	background:url(../images/left-ico.png) no-repeat;
	width: 19px;
  	height: 30px;
  	margin: -25px 0px 0px -28px;

}

.unselected, .selected{
	border:1px solid #ccc;
}

 @media (max-width: 768px){
.executive-rec-icon{
	display:none;
}
.edit-executive{
	  background: #F5F5F5;
	  border: none;
	  padding: 0px;
	  position:static;
	  margin:0px;
	  float:none;
}

}

/*-- Customiser -- */
.bg-sustomiser{
	background-color:#e9e9e8;
}
#customiser-left{
	background:#e9e9e8;
	padding:0px;
	margin:0px;
	position:relative;
	height:100%;
}
.cust-box{
	padding:10px 20px;
}
ul.custom-color{list-style:none; margin:0px; padding:0px;}
ul.custom-color li{list-style:none; display:inline-block;}
ul.custom-color li.GT002LG6 a{background-color:#1abc9c; display:block; width:20px; height:20px; border-radius:2px; margin-right:10px;}
ul.custom-color li.GT002R1 a{background-color:#ff5969; display:block; width:20px; height:20px; border-radius:2px; margin-right:10px;}
ul.custom-color li.GT002O2 a{background-color:#F4A425; display:block; width:20px; height:20px; border-radius:2px; margin-right:10px;}
ul.custom-color li.GT002G3 a{background-color:#1abc9c; display:block; width:20px; height:20px; border-radius:2px; margin-right:10px;}
ul.custom-color li.GT002P4 a{background-color:#FF3F7E; display:block; width:20px; height:20px; border-radius:2px; margin-right:10px;}
ul.custom-color li.GT002B5 a{background-color:#2DA9F0; display:block; width:20px; height:20px; border-radius:2px; margin-right:10px;}
.custo-heading{background-color:#fff; margin:0px; padding:10px 20px; border-bottom:1px solid #c2c2c2; font-size:18px;}
#customiser-window{padding:0px; margin:0px !important; height:3000px; border-left:4px solid #fff;}
#customiser-window iframe{border:none; width:100%; height:3000px;padding:0px; margin:0px; overflow-y:none;}
.dpHr{border-top: 1px solid #C2C2C2;}
.overFlow{overflow:hidden;}
 @media (max-width: 900px){
.overFlow{overflow-y:scroll;}

}

.custom-bg{background-color:#fff; border-radius:3px; border:1px solid #cdcdcd; width:100%; padding:15px;}

ul.custom-bgColor{list-style:none; margin:0px; padding:0px;}
ul.custom-bgColor li{list-style:none; display:inline-block; border:1px solid #cccccc; border-radius:2px; margin-right:10px; margin-bottom:5px;}
ul.custom-bgColor li.bg1 a{ background:url(../images/theme_bg/bg1.png) no-repeat; display:block; width:20px; height:20px; border-radius:2px;}
ul.custom-bgColor li.bg2 a{background:url(../images/theme_bg/bg2.png) no-repeat; display:block; width:20px; height:20px; border-radius:2px;}
ul.custom-bgColor li.bg3 a{background:url(../images/theme_bg/bg3.png) no-repeat; display:block; width:20px; height:20px; border-radius:2px;}
ul.custom-bgColor li.bg4 a{background:url(../images/theme_bg/bg4.png) no-repeat; display:block; width:20px; height:20px; border-radius:2px;}
ul.custom-bgColor li.bg5 a{background:url(../images/theme_bg/bg5.png) no-repeat; display:block; width:20px; height:20px; border-radius:2px;}
ul.custom-bgColor li.bg6 a{background:url(../images/theme_bg/bg6.png) no-repeat; display:block; width:20px; height:20px; border-radius:2px;}
ul.custom-bgColor li.bg7 a{background:url(../images/theme_bg/bg7.png) no-repeat; display:block; width:20px; height:20px; border-radius:2px;}
ul.custom-bgColor li.bg8 a{background:url(../images/theme_bg/bg8.png) no-repeat; display:block; width:20px; height:20px; border-radius:2px;}
ul.custom-bgColor li.bg9 a{background:url(../images/theme_bg/bg9.png) no-repeat; display:block; width:20px; height:20px; border-radius:2px;}
ul.custom-bgColor li.bg10 a{background:url(../images/theme_bg/bg10.png) no-repeat; display:block; width:20px; height:20px; border-radius:2px;}
ul.custom-bgColor li.bg11 a{background:url(../images/theme_bg/bg11.png) no-repeat; display:block; width:20px; height:20px; border-radius:2px;}
ul.custom-bgColor li.bg12 a{background:url(../images/theme_bg/bg12.png) no-repeat; display:block; width:20px; height:20px; border-radius:2px;}
ul.custom-bgColor li.bg13 a{background:url(../images/theme_bg/bg13.png) no-repeat; display:block; width:20px; height:20px; border-radius:2px;}
ul.custom-bgColor li.bg14 a{background:url(../images/theme_bg/bg14.png) no-repeat; display:block; width:20px; height:20px; border-radius:2px;}
ul.custom-bgColor li.bg15 a{background:url(../images/theme_bg/bg15.png) no-repeat; display:block; width:20px; height:20px; border-radius:2px;}
ul.custom-bgColor li.bg16 a{background:url(../images/theme_bg/bg16.png) no-repeat; display:block; width:20px; height:20px; border-radius:2px;}
ul.custom-bgColor li.bg17 a{background:url(../images/theme_bg/bg17.png) no-repeat; display:block; width:20px; height:20px; border-radius:2px;}
ul.custom-bgColor li.bg18 a{background:url(../images/theme_bg/bg18.png) no-repeat; display:block; width:20px; height:20px; border-radius:2px;}
ul.custom-bgColor li.bg19 a{background:url(../images/theme_bg/bg19.png) no-repeat; display:block; width:20px; height:20px; border-radius:2px;}
ul.custom-bgColor li.bg20 a{background:url(../images/theme_bg/bg20.png) no-repeat; display:block; width:20px; height:20px; border-radius:2px;}




/.modal-backdrop{position:absolute;top:0;right:0;left:0;background:#000 url(../images/preloader.gif) no-repeat center 125px}

.dropdown-submenu{position:relative}
.dropdown-submenu>.dropdown-menu{top:0;left:100%;margin-top:0px;margin-left:0px;-webkit-border-radius:0 0px 0px 0px;-moz-border-radius:0 0px 0px;border-radius:0 0px 0px 0px}
.dropdown-submenu.active>.dropdown-menu{display:block}
.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#ccc;margin-top:5px;margin-right:-10px}
.dropdown-submenu.active>a:after{border-left-color:#fff}
.dropdown-submenu.pull-left{float:none}
.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px}
.menu2 { display:none !important;}
.dropdown-submenu ul.menu2 li{border-bottom:1px solid #ccc;}
.navbar-nav>li>.dropdown-menu>li:hover .menu2 { display:block !important}
#login-container{margin:50px auto 0px; width:337px; height:auto;  }
#login-containerin{
   box-shadow: 0 2px 5px 2px #ccc;
    float: left;
    margin: 0;
    height: 560px;
    width: 100%;
	
	border: 10px solid #e76438;
	border-radius:0px 0px 77px 0px;
	}

#login-box {
	color: #e76438;
    font: 12px Arial,Helvetica,sans-serif;
    height: 355px;
    padding: 20px 10px 0 10px;
    width: 317px;
	float:left;
	text-align:center;
}
.remember-me{
	border: 1px solid #e76438;
	margin: 12px 0px 0px 0px;
	vertical-align: bottom;
}
.hdfc-login-box{
	background: url(../images/login-hdfc.png)no-repeat; 
	  background-position: left bottom;
	  width: 550px;
	  margin-left: -90px;
	  height: 270px;
	  padding: 60px 0px 20px 0px;
	  display: block;
}

.logo-spacing{ text-align:center; border-bottom:3px solid #e76438; padding:10px;}
#login-box img {
	border:none;
}

#login-box h2 {
	padding:0;
	margin:0;
	color: #e76438;
	font: bold 36px "Calibri", Arial;
	text-align:center;
}


#login-box-name {
	font-weight: bold;
	padding-bottom: 0px;
	text-align: left;
	width: auto;
	margin-top: -15px;
	margin-left: -50px;
	font-size: 12px;
	color:#e76438;
}

#login-box-field {
	float: left;
	display:inline;
	width:230px;
	margin:0;
	margin:0 0 0px 0;
}


.form-login  {
	background: url("tab_bg.png") repeat-x;
    border: 1px solid #e76438;
    color: #e76438;
    font-size: 16px;
    padding: 5px 4px 5px 3px;
    width: 270px;
	border-radius: 5px;
	margin-left:10px;
	margin-top:10px;
}


.login-box-options  {
	clear: both;
    display: block;
    font-size: 11px;
	color: #e76438;
	  margin-left: -127px;
  margin-top: 10px;
}

.login-box-options a {
	color: #eb7b25;
	font-size: 11px;
}
.btn-submit{
	cursor:pointer;
	background: url(../images/hdfc-sign-in.png) repeat-x;
	border:none;
	width:127px;
	height:41px;
	text-align:center;
	margin:5px 0px 0px 10px;
	}
	
.btn-submit:hover{
	opacity:0.8;
	}	
.btn_blk2 {
background:#4481cc;
font: 12px Arial, Helvetica, sans-serif;
color: white;
display: inline-block;
padding: 3px 10px 3px 10px;
text-decoration: none;
border: 2px solid white;
box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.5);
border-radius: 6px;
cursor: pointer;
}

.dropdown-menu {
  padding: 0px 0;

}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  border-radius: 10px;
  background-color: #eee;
  color: #e66437;
  font-weight:none;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  /*border: 1px solid #ccc;*/
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
  box-shadow: 0 1px 1px rgba(0,0,0,0.05);
}

.h1-style{
	background-color: #F8F8F8;
  padding: 16px;
  margin: 0px;
  border: 1px solid #DDD;
  border-bottom: none;
	}
.comment {
  height: 188px !important;
}

.date-time-pic{ position:relative;}
.date-time-p{ position:absolute;}
.datetimepicker .prev{
    background-image: url("../images/carousel_navi.png");
    background-position: 0 0;
    height: 33px;
    left: auto;
    right: 5px;
    top: 1px;
    width: 33px;
	background-repeat:no-repeat;
	display:block;
	float:left;
	opacity:0.5;
	position:relative;
}

.bdr-rt{border-left: 3px solid #ccc; background-color:#f2f2f2; padding:5px 0 5px 0;}
.main-heading-bdr{border-bottom: 1px solid #ccc; padding-bottom: 10px;}

/*29-09-2015*/
.mainWrapper { width: 100%; position: relative; display: block; margin-top: 50px; overflow-y: auto }

.userDetails { width: 100%; padding: 5px 0px 0px 0px; background: #f9f9f9; /*border-bottom: 1px solid #e6e6e6;*/ position: fixed; top: 0px; z-index: 999 }
.userDetails .userHeading { font-size: 18px; color: #666; border-bottom: none; }

.mainWrapper .leftWrapper, .mainWrapper .rightWrapper { vertical-align: top; float: left; }
.mainWrapper .leftWrapper { width: 17%; position: fixed; overflow-y: auto; overflow-x: hidden; background: #f9f9f9; top:0px; bottom: 40px; border-right: 1px solid #d7d7d7; border-bottom: 1px solid #d7d7d7; }
.mainWrapper .leftWrapper .srchFiltrBox {  padding: 5px 10px; position: relative }
.mainWrapper .leftWrapper .srchFiltrBox label { margin-left: 0px; font-size: 11px; }
.headBox { background: #fff; border: 1px solid #d7d7d7; border-top: 0px; padding: 15px; }
.headBox h4 { margin-top: 0px; margin-bottom: 0px; font-size: 18px }
.filterBtns { position: fixed; display: block; bottom: 0; left:0px; text-align: center; background: #f9f9f9; border-top: 1px solid #d7d7d7; border-right: 1px solid #d7d7d7; padding: 6px; width: 17%; z-index: 1111 }


.mainWrapper .rightWrapper { width: 83%; margin-top: 10px; margin-left: 17%; }
.mainWrapper .rightWrapper h4 { font-size: 18px  }
.text_gray { color: #999 }
.filtr_mrg { margin-bottom: 0px; margin-top: 10px}
.slctionBox { background: #fff; border: 1px solid #e6e6e6; border-radius: 2px; padding: 2px 2px; height: auto; min-height: 0px !important; margin-bottom: 2px !important; }
.ms-ctn { padding: 5px 5px !important }
.ms-sel-item { margin-right: 2px !important }
.ms-res-ctn { margin-bottom: 20px; font-size: 11px; height: 130px !important; }
.ms-res-ctn .ms-res-item em { background: #e66437 !important }

.leftBtmPadd { padding-bottom: 30px }

.mainWrapper .rightWrapper thead tr th { font-size: 13px; }
.mainWrapper .rightWrapper tbody tr td { font-weight: normal; font-size: 12px }

/*CUSTOM MULTISELECT*/
.custom-multiselect.btn-group { display: block; }
.custom-multiselect .dropdown-toggle { text-align: left }
.custom-multiselect.btn-group.open .dropdown-toggle { box-shadow: none }

.custom-multiselect .dropdown-menu { font-size: 12px; min-width: 100%; margin-bottom: 20px; height: 110px; overflow-y: auto }
.dropdown-menu li input[type="checkbox"], .custom-multiselect .dropdown-menu li input[type="radio"] { display: block !important; }
.custom-multiselect .multiselect-container>li>a>label { padding: 3px 5px 5px 25px; }

.custom-multiselect .caret { right: 10px; position: absolute; top: 50%; }

.lastMultiselectBody .custom-multiselect .dropdown-menu, .lastMultiselectTransmission .custom-multiselect .dropdown-menu { overflow-x: hidden; padding: 3px 0px 0px 0px; }
.lastMultiselectBody .custom-multiselect .dropdown-menu { height: 208px; top: -208px }
.lastMultiselectTransmission .custom-multiselect .dropdown-menu { height: 60px; top: -60px }

@media (max-width:991px) {
	.mainWrapper .leftWrapper { display: none; float: none; }
	.mainWrapper .rightWrapper { width: 100%; float: none; margin-left: 0px }
	.filtr_mrg { margin-bottom: 20px }
	.filterBtns { display:none; }
}

@media (min-width:992px) and (max-width:1199px) {
	.mainWrapper .leftWrapper { width: 25%; }
	.filterBtns { width: 25% }
	.mainWrapper .rightWrapper { width: 75%; margin-left: 25% }
}

@media (min-width:1200px) and (max-width:1599px) {
	.mainWrapper .leftWrapper { width: 19%; }
	.filterBtns { width: 19% }
	.mainWrapper .rightWrapper { width: 81%; margin-left: 19% }
	
	.custom-multiselect .dropdown-menu { min-width: 100% }
}

img-box {
    width: 100%;
    float: left;
    overflow: hidden;
}

.recent-list-img {
    background-color: #fff;
    min-height: 200px !important;
    text-align: center;
    display: table;
    vertical-align: middle;
    width: 100%;
    overflow: hidden;
}
.img-box a {
    display: table-cell !important;
    vertical-align: middle;
}
.recent-list-img img {
    max-height: 200px;
    display: inline;
}
.img-box img {
    margin: auto;
}


/**----table scroll----**/
table.scroll {
    /* width: 100%; */ /* Optional */
    /* border-collapse: collapse; */
    border-spacing: 0;
    border:1px solid #ddd;
}

table.scroll tbody,
table.scroll thead { /*display: block;*/}

table.scroll thead{ background-color: #F1F1F1;}

thead tr th { 
    height: 30px;
    line-height: 30px;
    /* text-align: left; */
}

table.scroll tbody {
    /*max-height:500px;*/
    overflow-y: auto;
    overflow-x: hidden;
}

tbody { border-top: 0px solid  #E6E6E6; }

tbody td, thead th {
    /* width: 20%; */ /* Optional */
    border-right: 1px solid  #E6E6E6;
    /* white-space: nowrap; */
}

tbody td:last-child, thead th:last-child {
    border-right: none;
}

/*14-10*/
#leftSideBar .btn-group, #leftSideBar .btn-group-vertical { width: 100% }
#leftSideBar .btn { font-size: 11px !important; text-align: left; width: 100%; height: 34px; }
#leftSideBar .btn .caret { position: absolute; right: 5px; top: 50%; }
#leftSideBar .multiselect-container { max-height: 320px; height: auto; overflow-y: auto; overflow-x: hidden; padding: 5px 0; }
#leftSideBar .dropdown-menu { width: 100%;}
#leftSideBar .form-group{  margin-bottom: 2px }
#leftSideBar .form-control { height: 34px; line-height: 26px; padding: 4px; font-size: 11px; }
#leftSideBar .ms-sel-ctn .ms-sel-item { font-size: 11px; border-radius: 2px; padding: 0 4px;  }
#leftSideBar .ms-ctn .ms-trigger .ms-trigger-ico { margin-top: 11px }
#leftSideBar .ms-sel-ctn { padding-right: 2px; }
#leftSideBar label { margin-bottom: 2px }

#leftSideBar .multiselect-container > li > a > label { padding: 3px 15px 3px 30px; }

.filterBtns .btn { font-size: 12px }

/*15-10*/
.modelText { border-radius: 2px; font-size: 11px; padding: 0px 4px; line-height: 18px; background-color: #f3f3f3; border: 1px solid #ddd; color: #999; float: left; margin: 3px 0 1px; margin-right: 2px; }
.modelText div { float: left }
.modelReqText { border-radius: 2px; font-size: 11px; padding: 0px 4px; line-height: 18px; background-color: #f3f3f3; border: 1px solid #ddd; color: #999; float: left; margin: 3px 0 1px; margin-right: 2px; }
.modelReqText div { float: left }

.model-btn-group .multiselect-container { height: auto !important; max-height: 190px !important }
.multiselect-item .input-group { display: block }
.multiselect-item .input-group input.multiselect-search { display: block; }
.dnone {display:none;}
.loader {text-align:center;}
.loader img {width:100px;}
.cityText { border-radius: 2px; font-size: 11px; padding: 0px 4px; line-height: 18px; background-color: #f3f3f3; border: 1px solid #ddd; color: #999; float: left; margin: 3px 0 1px; margin-right: 2px; }
.cityText div { float: left }
.subSourceText { border-radius: 2px; font-size: 11px; padding: 0px 4px; line-height: 18px; background-color: #f3f3f3; border: 1px solid #ddd; color: #999; float: left; margin: 3px 0 1px; margin-right: 2px; }
.subSourceText div { float: left }
.lastMultiselectBody .btn-group .dropdown-menu { top: -222px; }
.lastMultiselectTransmission .btn-group .dropdown-menu { top: -60px ;}

/* 18-11-15 */
.reportForm-search .btn, .reportForm-search .form-control { height: 32px !important; line-height: 1.42857 !important; font-size: 12px !important  }

.exportBox { position: absolute; right: 0px; top: -55px }
.dialerBox { position: absolute; top: -55px }
.right-dialer { right: 120px; }
.right-dialer0 { right: 0px; }
/* Dialer Body */
#dialer-body{width:100%; margin:0px;}
#dialer-body ul{width:100%; height:auto; padding:0px; margin:0px; list-style:none;}
#dialer-body ul li{width:33.33333333%; float:left; padding:5px 0px; text-align:left; font-size:14px; color:#999;}
#dialer-body ul li span{color:#555; padding-left:5px;}
#dialer-body .totalCount{border-radius: 3px; display: inline-block;  padding: 1px 12px; font-size: 18px; color: #e66437; font-weight: bold; margin-top: 15px;}
#dialer-body .sHead{color:#555; border-bottom:1px solid #eee; padding:5px 0px;}
#dialer-body .totalCount2{backgrounc-color:#eee;  padding:3px 0px; margin:0px 0px; font-size:18px; color:#e66437;}
.lead-span{ border-radius:50px; padding:3px 10px; background:#eee; border:1px solid #ddd;}
#dialer-body .small-input{width:50px; height:24px;}

/* 02-02-16 for pagecss */
.label-track{padding-right: 10px;}
.btnnew-search {
    
    padding: 5px 10px;
    
}

.panel-txt{
    color: #CF3500 !important;
   
}

 .dis {
    cursor: pointer !important;
    background-color: #fff !important;
    
}

.bn{padding: 6px;}

/* 02-02-16 for pagecss */

/* 20-11-15 for header */
.nav>li>a:hover, .nav>li>a:focus {
    text-decoration: none;
    background-color: #fff;
	color:#E66437;
}
@media (min-width: 768px) {
.navbar-nav>li>a {
font-size:16px;
	padding-top: 10px;
	padding-bottom:10px;
	margin-top: 8px;
	margin-bottom: 1px;
	color: #444444;
	margin-right: 5px;
	border-right:none !important;
	}
	
}
/* 04-12-15  */
.success-personal-msg {padding-left:400px; color:green;  font-size:13px;}

/*09-12-15*/
.timeline-sroll {height: 442px; overflow-y: auto;}
.summary-scroll {height: 442px;}
.auto-height-scroll {height: auto;}

.loc-txt { display: inline-block }

.loc-box { display: inline-block; margin-left: 5px;position: relative; top: 4px; width: 70%; }
.loc-box .ms-sel-ctn { overflow: hidden }
.loc-box .ms-sel-ctn > input { width: auto !important; }
.loc-box .ms-helper { display: none !important }
.loc-box .ms-close-btn { display: none }

.loc-box .ms-ctn .ms-sel-item, .loc-box .ms-ctn .ms-sel-item:hover { background: transparent; border: 0px !important; color: #333 }
.loc-box .ms-ctn-focus .ms-sel-item:hover { border: 0px !important }
.sold{
    background-color: #F00;
    padding: 2px 13px;
    line-height: 30px;
    color: #FFF;
    border-radius: 2px;
    font-size:  13px !important;
}
.duplicate{
    background-color: rgb(255, 162, 0);
    padding: 2px 13px;
    line-height: 30px;
    color: rgb(255, 255, 255);
    border-radius: 2px;
    font-size: 13px !important;
}

.asc{background-image: url("../images/sort_asc.png"); width:19px; height:19px; float:right; }
.dsc{background-image: url("../images/sort_desc.png"); width:19px; height:19px;float:right;}
.asc-dsc{background-image: url("../images/sort_both.png"); width:19px; height:19px;float:right;}
/**----table scroll ends----**/
/*dashboard.css*/

.B-radius-6{ 
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	-o-border-radius:6px;
	-ms-border-radius:6px; 
}
.B-radius-100{ 
	border-radius:100px;
	-moz-border-radius:100px;
	-webkit-border-radius:100px;
	-o-border-radius:100px;
	-ms-border-radius:100px; 
}
.display-n{
	display:none;
}

.display-b{
	display:block;
}

.c-pointer{ cursor:pointer;}

.bg-black{ background:#000000 !important; color:#fff !important;}
.bg-black-2{ background:#343434 !important; color:#fff !important;}
.bg-yello{ background:#FC0 !important; color: #000 !important ;}
.bg-yello-lit{ background:#FF0 !important; color: #000 !important ;}
.bg-white{ background:#ffffff !important;}
.bg-gray{ background:#F0F0F0 !important;}
.bg-gray-2{ background:#d2d2d2 !important;}
.bg-gray-drk{ background:#999 !important; color:#fff !important;}
.bg-blue{background:#00B7EA !important; color:#fff !important;}
.bg-blue-drk{background:#10257A !important; color:#fff !important;}
.bg-green{background:#8dc500 !important; color:#fff !important;}
.bg-red{ background:#AE1E24 !important; color:#fff !important;}
.bg-purple{ background:#550885 !important; color:#fff !important;}
.bg-orange{ background:#ff7800 !important; color:#fff !important;}

.col-white{ color:#fff !important;}
.col-black{ color:#000 !important;}
.col-black-2{ color:#333 !important;}
.col-gray{ color:#999 !important;}
.col-red{ color:#F00 !important;}
.col-yello{color: #FF0 !important;}
.col-blue{color:#0573A8 !important;}
.col-green{color:#6ebb1f !important;}
.col-orange{color:#FF6600 !important;}
.col-gaadi{color: #E66437 !important;}

.float-L{float:left !important;}
.float-R{float:right !important;}

.txt-R{text-align:right !important;}
.txt-L{text-align:left !important;}
.txt-C{text-align:center !important;}

.font-10{font-size:10px !important;}
.font-11{font-size:11px !important;}
.font-12{font-size:12px !important;}
.font-13{font-size:13px !important;}
.font-14{font-size:14px !important;}
.font-15{font-size:15px !important;}
.font-16{font-size:16px !important;}
.font-17{font-size:17px !important;}
.font-18{font-size:18px !important;}
.font-19{font-size:19px !important;}
.font-20{font-size:20px !important;}
.font-22{font-size:22px !important;}
.font-24{font-size:24px !important;}
.font-26{font-size:26px !important;}
.font-28{font-size:28px !important;}
.font-30{font-size:30px !important;}
.font-32{font-size:32px !important;}
.font-34{font-size:34px !important;}
.font-36{font-size:36px !important;}
.font-38{font-size:38px !important;}
.font-40{font-size:40px !important;}
.font-42{font-size:42px !important;}
.font-44{font-size:44px !important;}
.font-46{font-size:46px !important;}
.font-48{font-size:48px !important;}
.font-50{font-size:50px !important;}
.font-60{font-size:60px !important;}

.bold{ font-weight: bold !important;}

.mrg-auto{margin:auto !important; float:none !important;}
.mrg-all-0{margin:0px !important;}
.mrg-all-5{margin:5px !important;}
.mrg-all-10{margin:10px !important;}
.mrg-all-15{margin:15px !important;}
.mrg-all-20{margin:20px !important;}
.mrg-all-25{margin:25px !important;}
.mrg-all-30{margin:30px !important;}
.mrg-T0{margin-top:0px !important;}
.mrg-T5{margin-top:5px !important;}
.mrg-T10{margin-top:10px !important;}
.mrg-T15{margin-top:15px !important;}
.mrg-T20{margin-top:20px !important;}
.mrg-T18{margin-top:18px !important;}
.mrg-T25{ width:100px;height: 39px !important;}
.mrg-T30{margin-top:30px !important;}
.mrg-T35{margin-top:35px !important;}
.mrg-T40{margin-top:40px !important;}
.mrg-T45{margin-top:45px !important;}
.mrg-T50{margin-top:50px !important;}

.mrg-B0{margin-bottom:0px !important;}
.mrg-B5{margin-bottom:5px !important;}
.mrg-B10{margin-bottom:10px !important;}
.mrg-B15{margin-bottom:15px !important;}
.mrg-B20{margin-bottom:20px !important;}
.mrg-B25{margin-bottom:25px !important;}
.mrg-B30{margin-bottom:30px !important;}
.mrg-B35{margin-bottom:35px !important;}
.mrg-B40{margin-bottom:40px !important;}
.mrg-B45{margin-bottom:45px !important;}
.mrg-B50{margin-bottom:50px !important;}

.mrg-L0{margin-left:0px !important;}
.mrg-L5{margin-left:5px !important;}
.mrg-L10{margin-left:10px !important;}
.mrg-L15{margin-left:15px !important;}
.mrg-L20{margin-left:20px !important;}
.mrg-L25{margin-left:25px !important;}
.mrg-L30{margin-left:30px !important;}
.mrg-L35{margin-left:35px !important;}
.mrg-L40{margin-left:40px !important;}
.mrg-L45{margin-left:45px !important;}
.mrg-L50{margin-left:50px !important;}
.mrg-L60{margin-left:60px !important;}

.mrg-R5{margin-right:5px !important;}
.mrg-R10{margin-right:10px !important;}
.mrg-R15{margin-right:15px !important;}
.mrg-R20{margin-right:20px !important;}
.mrg-R25{margin-right:25px !important;}
.mrg-R30{margin-right:30px !important;}
.mrg-R35{margin-right:35px !important;}
.mrg-R40{margin-right:40px !important;}
.mrg-R45{margin-right:45px !important;}
.mrg-R50{margin-right:50px !important;}

.pad-all-0{padding:0px !important;}
.pad-all-5{margin:5px !important;}
.pad-all-10{padding:10px !important;}
.pad-all-15{padding:15px !important;}
.pad-T5{padding-top:5px !important;}
.pad-T10{padding-top:5px !important;}
.pad-T15{padding-top:15px !important;}
.pad-T20{padding-top:15px !important;}
.pad-T21{padding-top:20px !important;}
.pad-T25{padding-top:25px !important;}
.pad-T30{padding-top:30px !important;}
.pad-T35{padding-top:35px !important;}
.pad-T40{padding-top:40px !important;}
.pad-T45{padding-top:45px !important;}
.pad-T50{padding-top:50px !important;}

.pad-B0{padding-bottom:0px !important;}
.pad-B5{padding-bottom:5px !important;}
.pad-B10{padding-bottom:10px !important;}
.pad-B15{padding-bottom:15px !important;}
.pad-B20{padding-bottom:20px !important;}
.pad-B25{padding-bottom:25px !important;}
.pad-B30{padding-bottom:30px !important;}
.pad-B35{padding-bottom:35px !important;}
.pad-B40{padding-bottom:40px !important;}
.pad-B45{padding-bottom:45px !important;}
.pad-B50{padding-bottom:50px !important;}

.pad-L0{padding-left:0px !important;}
.pad-L5{padding-left:5px !important;}
.pad-L10{padding-left:10px !important;}
.pad-L15{padding-left:15px !important;}
.pad-L20{padding-left:20px !important;}
.pad-L25{padding-left:25px !important;}
.pad-L30{padding-left:30px !important;}
.pad-L35{padding-left:35px !important;}
.pad-L40{padding-left:40px !important;}
.pad-L45{padding-left:45px !important;}
.pad-L50{padding-left:50px !important;}

.pad-R0{padding-right:0px !important;}
.pad-R5{padding-right:5px !important;}
.pad-R10{padding-right:10px !important;}
.pad-R15{padding-right:15px !important;}
.pad-R20{padding-right:20px !important;}
.pad-R25{padding-right:25px !important;}
.pad-R30{padding-right:30px !important;}
.pad-R35{padding-right:35px !important;}
.pad-R40{padding-right:40px !important;}
.pad-R45{padding-right:45px !important;}
.pad-R50{padding-right:50px !important;}

.border-TB{border-top:1px solid #ccc; border-bottom:1px solid #ccc;}
.border-B{ border-bottom:1px solid #ccc; }
.border-T{ border-top:1px solid #ccc; }
.border-L{ border-left:1px solid #ccc; }
.border-R{ border-right:1px solid #ccc; }
.border-all{ border:1px solid #ccc; }

.line-hit-50{ line-height:50px !important ;}
.line-hit-40{ line-height:40px !important ;}
.line-hit-35{ line-height:35px !important ;}
.line-hit-30{ line-height:30px !important ;}
.line-hit-28{ line-height:28px !important ;}
.line-hit-25{ line-height:25px !important ;}
.line-hit-20{ line-height:20px !important ;}
.line-hit-16{ line-height:16px !important ;}

.hit-auto{ height:auto !important; }
.text-italic{ font-style:italic;}
.text-uppercase{ text-transform:uppercase;}
.blank-date-link{ font-size: 11px !important; margin-left:65px; }

.border-TBUS{border-top:1px solid #e3e3e3; border-bottom:1px solid #e3e3e3;}
.border-BUS{ border-bottom:1px solid #e3e3e3; }
.border-TUS{ border-top:1px solid #e3e3e3; }
.border-LUS{ border-left:1px solid #e3e3e3; }
.border-RUS{ border-right:1px solid #e3e3e3; }
.border-allUS{ border:1px solid #e3e3e3; }
.border-BUS {    border-right: 1px solid #ddd;}

/*font-awesome.css*/
/*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.2.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.2.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.2.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}

/*font-awesome.css*/

/*28-10*/
.mrgRec { margin-top: 117px }

@media (min-width:992px) and (max-width:1185px){
	.mrgRec { margin-top: 142px }
}
.bx-shdw{box-shadow:0 2px 2px 0 rgba(0, 0, 0, 0.2)}

.notification-text{background-color: rgb(221, 221, 221); border-radius: 36px; padding: 1px 6px; font-size: 14px; color: rgb(230, 100, 55); position: relative;}
.dropdown-postion{left:auto !important; right:0px !important;}
.view-all-notification{font-weight:bold !important;}
.view-all-li{text-align: center !important;}
.notification-a{font-weight:bold !important;}
.read-notification{background-color:#e3e3e3;}
#overlay{
        position:fixed;
        z-index:99999;
        top:0;
        left:0;
        bottom:0;
        right:0;
        background:rgba(0,0,0,0.5);
        transition: 1s 0.4s;
      }
      #overlay > img {
      margin-top: 25%;
      margin-left: 47%;
      /*width: 100%;*/
      }
      #overlay p {
      color: #fff !important;
      text-align: center;
      }

      .g-recaptcha iframe{width: 100%!important}
	.captcha-new{width:100%; display: inline-block; margin-left: 150px;}
        
        
#snackbar {visibility: hidden;min-width: 250px;margin-left: -125px;background-color: #333;color: #fff;text-align: center;border-radius: 2px;padding: 16px;position: fixed;z-index: 2;left: 50%;bottom: 30px;}
#snackbar.show {visibility: visible;-webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;animation: fadein 0.5s, fadeout 0.5s 2.5s;}
@-webkit-keyframes fadein {from {bottom: 0; opacity: 0;} to {bottom: 30px; opacity: 1;}}

@keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
    from {bottom: 30px; opacity: 1;} 
    to {bottom: 0; opacity: 0;}
}
@keyframes fadeout {from {bottom: 30px; opacity: 1;}to {bottom: 0; opacity: 0;}}


.enquiry-table.table-bordered>thead>tr>th.colmerge {padding:0;height:36px;}
thead tr th.colmerge th {padding:0 10px;height:36px;}
.table-bordered>tbody>tr>td.colmerge {padding:0;}
.table-bordered>tbody>tr>td.colmerge td {padding:10px;height:170px;}
.table-hover>tbody>tr:hover td {
    background-color: #FFFAF4;
}