[ng\:cloak], [ng-cloak], .ng-cloak {
  display: none !important;
}

.dips-thumbnail-w-h {
	width: 158px;
	height: 91px;
}

.color-333 {
	color: #333;
}

.text-danger {
    color: #f2485c;
}

.dips-pointer {
	cursor: pointer;
}

.mrgn-left {
	margin-left: 2%;
}

.dips-white2 a {
	color: #fff !important;
}

.dips-white2 a:hover {
	color: #08d9ff !important;
}

.fb-share-button span {
	height: 27px !important;
}
 .box_left{
         position:fixed;
         left:2px;
         bottom:0;
         width:200px;
         height:325px;
         background-color:;
}
.box_right{
         position:fixed;
         right:0;
         bottom:0;
         width:170px;
         /*height:300px;*/
		 height:auto;
         background-color:
}

/** Start Market Research Report Page CSS **/
.main-head {
	background-color: #012034;
	height: 50px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
}

.search-form .form-group {
	float: left !important;
	transition: all 0.35s, border-radius 0s;
	width: 32px;
	height: 32px;
	background-color: #fff;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	border-radius: 25px;
	border: 1px solid #ccc;
}

.search-form .form-group input.form-control {
	padding-right: 20px;
	border: 0 none;
	background: transparent;
	box-shadow: none;
	display: block;
}

.search-form .form-group input.form-control::-webkit-input-placeholder {
	display: none;
}

.search-form .form-group input.form-control:-moz-placeholder {
	/* Firefox 18- */
	display: none;
}

.search-form .form-group input.form-control::-moz-placeholder {
	/* Firefox 19+ */
	display: none;
}

.search-form .form-group input.form-control:-ms-input-placeholder {
	display: none;
}

.search-form .form-group:hover,
.search-form .form-group.hover {
	width: 100%;
	border-radius: 4px 25px 25px 4px;
}

.search-form .form-group span.form-control-feedback {
	position: absolute;
	top: -1px;
	right: -2px;
	z-index: 2;
	display: block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	color: #3596e0;
	left: initial;
	font-size: 14px;
}

.cart-a i {
	color: #FFF;
	font-size: 25px;
	margin-top: 5px;
}

.usr-name a:hover {
	color: #FFF;
	background: transparent !important;
}

.usr-name a {
	color: #FFF;
	font-size: 15px;
	padding-left: 15px;
	vertical-align: top;
}

.usr-name li {
	padding: 12px 0;
}

.line-a {
	border-bottom: 1px solid #CCC;
}

.badge-a {
	background-color: red;
	vertical-align: top;
}

/*thumbnail css Start*/
.main-thumb {
	padding: 25px;
	text-align: center;
}

.thumb-wrapper {
	border: 1px solid #CCC;
	text-align: center;
	padding: 25px;
	margin: 5px;
}

.thumb-wrapper img {
	height: 170px;
	margin-bottom: 20px;
	width: auto;
	margin: 0px auto;
}

.thumb-content h4 {
	text-align: center;
	font-weight: bold;
}

.thumb-content p {
	text-align: center;
}

.thumb-wrapper1 {
	border: 1px solid #CCC;
	text-align: center;
	padding: 14px;
	margin: 10px;
	height: 130px;
}

.thumb-wrapper1 img {
	height: 91px;
	margin-bottom: 20px;
	width: auto;
	margin: 0px auto;
}

.thumb-content1 h4 {
	padding-top: 0;
	text-align: left;
	font-weight: bold;
}

.thumb-content1 p {
	text-align: left;
}

.btn-a {
	padding-top: 25px;
}

.thumb3 {
	border: 1px solid #CCC;
	text-align: center;
	padding: 25px;
	margin: 5px;
}

.thumb-wrapper2 {
	border: 1px solid #CCC;
	text-align: center;
	padding: 20px;
	margin-top: 25px;
}

.thumb-wrapper2 img {
	height: 170px;
	margin-bottom: 20px;
	width: auto;
	margin: 0px auto;
}

.thumb-content2 h4 {
	text-align: center;
	margin-top: 25px;
	font-weight: bold;
}

.thumb-wrapper3 {
	text-align: left;
	padding: 14px;
	margin-top: 0px;
	height: 130px;
}

.thumb-content3 h4 {
	padding-top: 0;
	text-align: left;
	line-height: 1.8;
}

.thumb-content3 p {
	text-align: left;
}

.shop-btn {
	margin-top: 25px;
}

/*thumbnail css End*/
/* FANCY COLLAPSE PANEL STYLES START*/
.main-thumb1 {
	padding: 25px;
}

.fancy-collapse-panel .panel-default>.panel-heading {
	padding: 0;
}

.fancy-collapse-panel .panel-heading a {
	padding: 12px 35px 12px 15px;
	display: inline-block;
	width: 100%;
	background-color: #304771;
	color: #ffffff;
	position: relative;
	text-decoration: none;
}

.fancy-collapse-panel .panel-heading a:after {
	font-family: "FontAwesome";
	content: "\f078";
	position: absolute;
	right: 20px;
	font-size: 20px;
	top: 50%;
	line-height: 1;
	margin-top: -10px;
}

.fancy-collapse-panel .panel-heading a.collapsed:after {
	content: "\f054";
}

/* FANCY COLLAPSE PANEL STYLES END*/
/*add to cart table CSS Start*/

.table>tbody>tr>td,
.table>tfoot>tr>td {
	vertical-align: middle;
	color: #000;
}

@media screen and (max-width: 600px) {
	.actions .btn {
		width: 32%;
		margin: 1.5em 0;
	}
	.actions .btn-info {
		float: left;
	}
	.actions .btn-danger {
		float: right;
	}
	table#cart thead {
		display: none;
	}
	table#cart tbody td {
		display: block;
		padding: .6rem;
		min-width: 320px;
	}
	table#cart tbody tr td:first-child {
		background: #333;
		color: #fff;
	}
	table#cart tbody td:before {
		content: attr(data-th);
		font-weight: bold;
		display: inline-block;
		width: 8rem;
	}
	table#cart tfoot td {
		display: block;
	}
	table#cart tfoot td .btn {
		display: block;
	}
}

.cart-p {
	padding-top: 15px;
}

/*add to cart table End*/
.table-a{
  text-align:left !important;
}
/** End Market Research Report Page CSS **/