@charset "utf-8";

/* Global Styles */
@
keyframes offer-animation { 0% {
	background-color: rgba(0, 0, 0, .50);
	left: 00;
	top: 0;
}

25%
{
background-color:rgba(0,0,0,.60);
left:20px;
top:0;
}
50%
{
background-color:rgba(0,0,0,.70);
left:20px;
top:20px;
}
75%
{
background-color:rgba(0,0,0,.80);
left:0;
top:20px;
}
100%
{
background-color:rgba(0,0,0,.90);
left:0;
top:0;
}
}
a:hover {
	color: rgba(255, 255, 255, 1.00);
}

body {
	background-color: #fff;
	font-size: 15px;
	font-family: 'Montserrat', sans-serif;
}

.pd_less {
	padding: 0;
}

/*header*/
header {
	font-family: 'Montserrat', sans-serif;
	color: rgba(243, 146, 0, 1.00);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
/* 	border-bottom: 3px solid #d2d2d2; */
	position: fixed;
	top: 0;
	width: 100%;
	overflow: hidden;
	z-index: 9999;
	background: #fff;
}

/*Header Contents*/
.header_content {
	margin: 14px auto 0;
	text-align: center;
    position: relative;
}

.logo a img {
	margin: 5px 0;
	/* 	max-width: 60px; */
}

.log_ {
	margin: 10px 0;
}

.log_ a {
	font-size: 13px;
	text-decoration: none;
	background: #149bef;
	padding: 5px 20px;
	border-radius: 5px;
	color: #fff;
}

/* .log_ button { */
/* 	font-size: 12px; */
/* 	text-decoration: none; */
/* 	background: #149bef; */
/* 	padding: 5px 20px; */
/* 	border-radius: 5px; */
/* 	color: #fff; */
/* 	width: 13%; */
/* } */
ul.navbar {
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
}

ul.navbar li {
	margin: 10px 0;
}

ul.navbar li a {
	text-decoration: none;
	color: #0c75bb;
	font-size: 15px;
	font-weight: 500;
}

ul.navbar li a:hover {
	
}

.led-green {
	margin: 0 auto;
	width: 15px;
	height: 15px;
	background-color: #ABFF00;
	border-radius: 50%;
	box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #304701 0 -1px 9px,
		#89FF00 0 2px 12px;
}

/*profile */
.navbar-default {
/* 	background: rgba(0,0,0,0); */
/* 	border-color: rgba(0,0,0,0); */
	margin-top: 47px;
	height: 63px;
}

.navbar-default .navbar-nav>li>a {
/* 	color: #FFF; */
	color: #3285d1;
}

.nav>li>a {
	margin: 15px;
	font-size: 15px;
	color: #FFF;
}

.nav .open>a, .nav .open>a:hover, .nav .open>a:focus, .nav>li>a:hover,
	.nav>li>a:focus {
	background-color: transparent !important;
}

.navbar-brand {
	margin: 15px !important;
	padding: 13px !important;
	color: #fff !important;
	font-size: 1.5em !important;
	font-weight: bold !Important;
}

.navbar-toggle {
	margin-top: 20px !important;
}

.dropdown-menu {
	background: #fff !important;
}

.navbar-login {
	width: 350px;
	padding: 10px 10px 0 10px;
}

.navbar-login-session {
	padding: 0 10px;
}

.icon-size {
	font-size: 60px;
}

/* Login */
.login {
	background: url('../../imgs/bg_login.jpg') no-repeat;
	position: relative;
	min-height: 735px;
	background-size: cover;
}

.login .bg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #11305b;
	opacity: 0.5;
}

.labelerror {
	color: rgb(255, 0, 0);
	font-size: 16px;
	margin-left: 21px;
	margin-top: 5px;
}

.form .header_form {
	float: left;
	width: 40%;
	color: #fff;
	margin-bottom: 20px;
}

.prdocutprice {
/* 	    margin-left: 220px; */
	margin-right: auto;
	table-layout: fixed;
	/* border-collapse: collapse; */
	/* z-index: -1; */
	/* position: relative; */
/* 	width: 80%; */
	display: block;
}

.header_form_img {
	float: left;
}

.header_form img {
	width: 40px;
}

.form .header_form .title {
	float: left;
	margin: 4px 10px;
}

.form {
	background: #11305b;
	border-radius: 5px;
	position: absolute;
	z-index: 3;
	top: 40%;
	right: 0;
	left: 0;
	width: 70%;
	margin: 0 auto;
	opacity: 0.9;
	padding: 20px;
}

.menubutton {
	font-size: 22px;
	background-color: rgba(18, 54, 77, 0);
	color: #149bef;
	padding: 14px 20px;
	margin: 8px 0;
	border: none;
	cursor: pointer;
	width: 100%;
}

.pfontdetails {
	    text-align: justify;
	margin-top: 12px;
	line-height: 25px;
	width: 92%;
	margin-left: 27px;
}

.producs-index {
	width: 40%;
	/* 	margin-right: 50px; */
	margin-top: 50px;
	margin-left: 100px;
	margin-bottom: 50px;
	text-align: center;
	float: left;
}

.producs-index .pfont {
	text-decoration: none;
	color: rgba(12, 117, 187, 0.88);
	font-size: 31px;
}

.wrapper {
	display: grid;
	grid-gap: 30px;
	color: #444;
}

.box {
	border-radius: 5px;
	padding: 20px;
	font-size: 150%;
}

.activeMenueP {
	border-radius: 7px;
	background: aliceblue;
}

.a {
	font-family: helvetica-w01-roman, helvetica-w02-roman,
		helvetica-lt-w10-roman, sans-serif;
	font-size: 18px;
	grid-column: 1/5;
	grid-row: 1;
}

.b {
	    background: whitesmoke;
    height: 564px;
	max-width: 380px;
	min-width: 333px;
	margin-bottom: 50px;
	grid-column: 5;
	grid-row: 1/3;
}

.c {
	margin-top: 105px;
	font-family: helvetica-w01-roman, helvetica-w02-roman,
		helvetica-lt-w10-roman, sans-serif;
	font-size: 16px;
	grid-column: 1;
	grid-row: 1;
}

.d {
	margin-top: 105px;
	font-family: helvetica-w01-roman, helvetica-w02-roman,
		helvetica-lt-w10-roman, sans-serif;
	font-size: 16px;
	grid-column: 2;
	grid-row: 1;
}

.f {
	margin-top: 105px;
	font-family: helvetica-w01-roman, helvetica-w02-roman,
		helvetica-lt-w10-roman, sans-serif;
	font-size: 16px;
	grid-column: 3;
	grid-row: 1;
}

@media ( min-width : 979px) {
	#midCol.affix-top {
		position: fixed;
		width: 265px;
		margin-right: 10px;
	}
	#midCol.affix {
		position: static;
		width: 100%;
	}
}

@media ( min-width : 767px) {
	.affix, .affix-top {
		position: fixed;
	}
}

.ulmenue {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: rgba(89, 89, 89, 0.67);;
}

.ulmenue li {
	float: left;
}

.ulmenue li a {
	display: block;
	color: white;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
}
.ulmenue li a:hover:not(.active){
	background-color:#111;
}
.ulmenue .active {
	background-color: #149bef;
}

.form input {
	background: #fff;
	border-radius: 8px;
}

.form_actions .for a {
	color: #fff;
	text-decoration: underline;
}

.btn_login button {
	background: #149bef;
	width: 100%;
	border: none;
	border-radius: 5px;
}
/* Login */
.offer {
	background: url('../../imgs/index.jpg') no-repeat;
	min-width: 100%;
	background-size: cover;
	min-height: 400px;
	position: relative;
}

.start_btn {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	text-align: center;
}

.start_btn a {
	background: #277fc1;
	border-radius: 5px;
	padding: 10px 12px;
	color: #fff;
	text-decoration: none;
	font-family: 'Montserrat', sans-serif;
	opacity: 0.7;
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
}

.start_btn a:hover {
	opacity: 1;
}

/* Start Here Section */
.startHere {
	padding-bottom: 100px;
}

.startHere .startHeader {
	background: url('../../imgs/2017-total-retail-quote-bg-1600-900.jpg')
		no-repeat;
	background-size: cover;
	width: 100%;
	min-height: 230px;
}

.start_section {
	padding: 0 15px;
}

.start_section .title {
	text-align: center;
}

.start_section .input input {
	background: #dcdcdc;
	padding: 5px 10px;
	border-radius: 4px;
	border: none;
}

.start_section .input input:active {
	outline: none;
	border: none;
}

.start_section .title {
	margin: 20px 0;
}

.start_section .title h1 {
	font-size: 20px;
	color: #149bef;
}

.start_section .check {
	margin: 10px 0;
}

.start_section .check input[type=checkbox] {
	float: right;
}

.start_section .submit {
	width: 100%;
	margin-top: 10px;
}

.start_section .submit button {
	background: #149bef;
	padding: 5px 10px;
	border-radius: 4px;
	color: #fff;
	transition: all ease-in-out 0.4s;
}

.start_section .submit button:hover {
	background: #0f79ba;
}
/* Start Here Section */

/* Account Settings */
.account {
	margin-top: 100px;
	text-align: center;
}

.account .title {
	color: #149bef;
}

.account .title h1 {
	
}

.account .account_details {
	padding: 0 15px;
}

.account .account_details .oneDetail {
	margin: 7px 0;
	background: #e5e5e5;
	border-radius: 5px;
	padding: 3px 15px;
}

.account .account_details .oneDetail .header {
	color: #149bef;
}

.account .account_details .oneDetail .header .title {
	margin: 9px 0;
	color: #149bef
}

.account .account_details .oneDetail .header .title h2 {
	font-size: 18px;
	color: #149bef
}

.account .account_details .oneDetail .header .title h4 {
	text-align: left;
	color: #a9a9a9
}

.account .account_details .oneDetail .header .toggle {
	cursor: pointer;
}

.account .account_details .oneDetail .header .toggle i {
	font-size: 29px;
	color: #149bef;
}

.account .account_details .oneDetail .content {
	
}

.account .account_details .oneDetail .content .inputCon {
	margin: 10px 0;
}

.labelaccount {
	/* text-align: center; */
	height: 49px;
	width: 100%;
	color: #6d6d6d;
	/* align-content: center; */
	align-content: center;
	margin-left: 145px;
}

.labelaccount .label {
	text-decoration: underline;
}

.account .account_details .oneDetail .content .inputCon .name {
	margin-bottom: 10px;
	text-align: left
}

.account .account_details .oneDetail .content .inputCon .name span {
	color: #149bef;
}

.account .account_details .oneDetail .content .inputCon .input {
	border-radius: 4px;
	padding: 0 9px;
}

.account .account_details .oneDetail .content .inputCon .edit {
	margin: 10px 0
}

.account .account_details .oneDetail .content .inputCon .edit span {
	text-decoration: underline;
	color: #149bef;
	cursor: pointer;
}

.account .account_details .oneDetail .content .inputCon .input select {
	padding: 5px 8px;
}

.account .account_details .oneDetail .content .inputCon .input input {
	margin: 0 auto;
	padding: 5px 8px;
}
/*Account Settings*/

/*SideBar*/
.content_ {
	text-align: center;
}

.content_ ul {
	margin: 20px 0
}

.content_ ul li {
	display: inline-block;
	margin-right: 40px;
}

.content_ ul li a {
	color: rgb(9, 107, 173);
}
/*SideBar*/


	@media (min-width: 768px){
		.header_content .logo {
		margin-top: 0;
		position: absolute;
		top: 0;
		float: left;
		width: 26%;
		text-align: left;
	}

	@media (min-width: 950px){
		.header_content .logo {
		margin-top: 0;
		position: absolute;
		top: 0;
		float: left;
		width: 15%;
		text-align: left;
	}
	

	
	

/*Media Queries*/
@media only screen and (min-width:700px) {
	/*header*/
	.header_content {
		padding: 0 10px;
	}
/* 	.header_content .logo { */
/* 		margin-top: -44px; */
/* 		position: absolute; */
/* 		float: left; */
/* 		width: 26%; */
/* 		text-align: left; */
/* 	} */
	.header_content .navb {
		float: right;
		width: 70%;
	}
	.header_content .navb .log_ {
		float: right;
		/* 		width: 13%; */
		text-align: right;
	}
	.header_content .navb .links {
		float: right;
		margin-right: 30px;
		/* 		width: 100%; */
		text-align: right;
	}
	.header_content .navb .links ul li {
		display: inline-block;
		margin-right: 15px;
	}
	.header_content .navb .links ul li:last-child {
		margin-right: 0;
	}

	/*login*/
	.login .form {
		width: 320px;
		margin: 0 auto;
	}
	.form_actions .for {
		float: left;
	}
	.form_actions .btn_login {
		float: right;
	}
	.form_actions .btn_login button {
		float: right;
		padding: 5px 20px;
	}

	/*Start Here */
	.startHere .startHeader {
		height: 148px;
	}
	.start_section {
		width: 70%;
		margin: 0 auto;
	}

	/* Account Settings **/
	.account {
		margin-top: 80px;
	}
	.account .account_details {
		width: 70%;
		margin: 0 auto;
	}
	.account .account_details .oneDetail .header {
		
	}
	.account .account_details .oneDetail .header .title {
		float: left
	}
	.account .account_details .oneDetail .header .toggle {
		float: right;
	}
	.account .account_details .oneDetail .content {
		
	}
	.account .account_details .oneDetail .content .inputCon {
		padding: 0 40px;
	}
	.account .account_details .oneDetail .content .inputCon .name {
		float: left;
		width: 25%;
		margin-top: 5px;
	}
	.account .account_details .oneDetail .content .inputCon .input {
		float: left;
		width: 66%;
	}
	.account .account_details .oneDetail .content .inputCon .edit {
		margin: 10px 0;
		float: left;
	}
	.account .account_details .oneDetail .content .inputCon .edit span {
		text-decoration: underline;
		color: #149bef;
		cursor: pointer;
	}
	.account .account_details .oneDetail .content .inputCon .input select {
		padding: 5px 8px;
		border-radius: 5px;
	}
	.account .account_details .oneDetail .content .inputCon .input input {
		margin: 0 auto;
		border-radius: 5px;
	}
	/* Account Settings **/
}

@media only screen and (min-width:1200px) {
	.mainContainer {
		max-width: 1170px;
		margin: 0 auto;
	}
	/*Start Here */
	.startHere {
		padding-bottom: 100px;
	}
	.startHere .startHeader {
		min-height: 400px;
		background-position: center 50%;
	}
	.start_section {
		width: 400px;
		margin: 0 auto;
	}
	.start_section .title h1 {
		font-size: 30px;
		color: #149bef;
	}
	.start_section .submit {
		width: 40%;
		margin-top: 10px;
		float: right;
	}
	/*Header Contents*/

	/*Offer*/
	.offer {
		background: url('../../imgs/index.jpg') no-repeat;
		min-height: 0;
		min-width: 100%;
		background-size: cover;
		padding-top: 35.15%;
		position: relative;
	}
	.start_btn {
		position: absolute;
		top: 54%;
		left: 0;
		right: 0;
		text-align: center;
	}
	.product_tite {
		position: absolute;
		top: 54%;
		left: 0;
		right: 0;
		text-align: center;
	}
	.start_btn a {
		background: #277fc1;
		border-radius: 5px;
		padding: 10px 12px;
		color: #fff;
		text-decoration: none;
		font-family: 'Montserrat', sans-serif;
		opacity: 0.7;
		transition: all ease-in-out 0.3s;
		-webkit-transition: all ease-in-out 0.3s;
		-moz-transition: all ease-in-out 0.3s;
	}
	.start_btn a:hover {
		opacity: 1;
	}

	/*Account settings */
	.account {
		margin-top: 100px;
	}
	.account .account_details {
		width: 800px;
		margin: 0 auto;
	}
	/*Account settings */

	/* content_ */
	/*SideBar*/
	.content_ {
		max-width: 650px;
		text-align: center;
	}
	/*SideBar*/
}

@media only screen and (min-width:700px) {
	.start_btn a {
		padding: 10px 70px;
		font-size: 20px;
	}
}

/* Logo placeholder*/
#logo {
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 139px;
	height: 60px;
	text-align: center;
	background-color: rgba(18, 54, 77, 1.00);
}

/* div for Links in header */
#headerLinks {
	float: left;
	width: calc(100% - 139px);
	text-align: right;
	padding-top: 10px;
	padding-bottom: 10px;
	color: rgba(243, 146, 0, 1.00);
	background-color: rgba(18, 54, 77, 1.00);
	height: 60px;
}

/* Links in header */
#headerLinks a {
	text-decoration: none;
	color: rgba(243, 146, 0, .80);
	padding-left: 66px;
	font-size: 14px;
}

/* Horizontal Line*/
#horizontalLine {
	font-family: 'Montserrat', sans-serif;
	clear: both;
	background-color: rgba(243, 146, 0, 1.00);
	color: rgba(243, 146, 0, 1.00);
	padding-top: 2px;
	padding-bottom: 0;

	/*	overflow: auto;*/
}

/* Offer text banner*/
#offer {
	font-family: 'Montserrat', sans-serif;
	clear: both;
	background-color: rgba(0, 0, 0, .65);
	color: rgba(243, 146, 0, 1.00);
	padding-left: 115px;
	padding-top: 150px;
}

/* Main content of the site */
#content {
	clear: both;
	overflow: auto;
	padding-top: 29px;
	background-color: rgba(255, 255, 255, 1.00);
}

/* Sidebar */
#content .sidebar {
	font-family: 'Montserrat', sans-serif;
	color: rgba(243, 146, 0, 1.00);
	float: left;
	width: 20%;
	padding-left: 3%;
	padding-right: 3%;
	text-align: center;
	background-color: rgba(18, 54, 77, 1);
	padding-top: 36px;
	height: 100%; /*784px;*/
	min-height: 784px;
}

/* main content of the site */
#content .mainContent {
	float: left;
	width: 50%;
	text-align: center;
	padding-left: 15%;
}

/*menubar's properties for menus in sidebar */
#content .sidebar #menubar {
	text-align: left;
	color: rgba(243, 146, 0, 1.00);
	position: relative;
	left: 0;
}

/* Search field in sidebar */
#content .sidebar #search {
	width: 100%;
	border-radius: 0;
	height: 42px;
	text-align: center;
	color: rgba(208, 207, 207, 1.00);
	font-size: 14px;;
	margin-bottom: 21px;
}

/* Whole page content */
#mainWrapper {
	width: 100%;
	margin: 0 auto;
}

/*menu elements */
.menu ul li {
	list-style-type: none;
	font-size: x-large;
	position: relative;
	left: -35px;
	padding-top: 12px;
}

/* Product rows for catalog */
#content .mainContent .productRow {
	overflow: auto;
	color: rgba(146, 146, 146, 1.00);
}

/* Each product Information in the catalog */
.mainContent .productRow .productInfo {
	float: right;
	padding-left: 5%;
	padding-right: 5%;
	width: 50%;
}

/* Prices of a products in catalog */
.productRow .productInfo .price {
	font-family: 'Montserrat', sans-serif;
	color: rgba(243, 146, 0, 1.00);
	font-size: 22px;
	position: relative;
	top: -20px;
}

/* Content holder for products in catalog*/
.productRow .productInfo .productContent {
	position: relative;
	top: -37px;
	font-size: 14px;
	font-family: source-sans-pro, sans-serif;
	font-style: normal;
	font-weight: 200;
	color: rgba(243, 146, 0, 1.00);
	white-space: pre-wrap;
}

/* Buy button for products in catalog */
.productRow .productInfo .buyButton {
	position: relative;
	top: -48px;
	width: 84%;
	background-color: rgba(18, 54, 77, 0.85);
	height: 35px;
	color: rgba(255, 255, 255, 1.00);
	border-style: none;
	font-size: 14px;
	text-transform: uppercase;
	margin-top: 8px;
}

/* footer */
#mainWrapper footer {
	height: 60px;
	background-color: #F1F2F4;
	box-shadow: inset 0 1px 0 0 #D9DEE2;
}
#mainWrapper footer div.copyright {
	color: #A3ACB5;	
	font-family: Roboto, sans-serif;	
	font-size: 14px;	
	line-height: 18px;
	max-width: 1260px;
    width: 95%;
    margin: 0 auto;
    display: block;
    float: none;
    text-align: left;
    padding: 22px 0 0;
}
/*Each footer content */
#mainWrapper footer div {
	width: 27%;
	float: left;
	padding-left: 4%;
	padding-right: 2%;
	color: rgba(255, 255, 255, 1.00);
	text-align: justify;
}

/* Links in footer */
footer div a {
	color: rgba(146, 146, 146, 1.00);
	display: block;
	text-decoration: none;
	text-align: center;
}

/* Product's images in catalog */
.productInfo div img {
	width: 100%;
}

/*Links in sidebar */
.sidebar #menubar .menu ul li a {
	color: rgba(255, 255, 255, 1.00);
	text-decoration: none;
}

.sidebar #menubar .menu ul li a:hover {
	color: rgba(243, 146, 0, .80);
	text-decoration: none;
}

/* Menu headings in sidebar */
#menubar .menu h2 {
	font-size: 14px;
}

#menubar .menu h2 a, #menubar .menu h2 a:link, #menubar .menu h2 a:visited,
	#menubar .menu h2 a:link:active, #menubar .menu h2 a:visited:active {
	font-size: 14px;
	color: rgba(255, 255, 255, 1.00);
	text-decoration: none;
}

#menubar .menu h2 a:hover {
	font-size: 14px;
	color: rgba(243, 146, 0, .80);
	text-decoration: none;
}

/*Links under menus in sidebar */
#menubar .menu ul li a {
	font-size: 14px;
}

/* Menus in sidebar */
.sidebar #menubar .menu {
	margin-bottom: 29px;
}

/* Container for links in footer */
footer .footerlinks {
	margin-top: -15px;
}

/* Media query for tablets */
@media screen and (max-width:700px) {
	/* search field in sidebar */
	#content .sidebar #search {
		display: none;
	}

	/* sidebar */
	#content .sidebar {
		float: none;
		width: 100%;
		height: auto;
		overflow: auto;
		padding-left: 12%;
		padding-top: 0;
	}

	/* horizontal separators in sidebar */
	#content .sidebar hr {
		display: none;
	}

	/*The sidebar and maincontent of page */
	#content {
		position: relative;
		/*	top: -22px;*/
		width: 100%;
		overflow: hidden;
	}

	/*menu headings in sidebar */
	#menubar .menu h2 {
		display: inline;
		font-size: medium;
		padding-right: 6%;
	}

	/* Unordered List of links */
	#menubar .menu ul {
		display: inline;
	}

	/*list elements */
	#menubar .menu ul li {
		display: inline;
		font-size: medium;
		padding-left: 0;
		padding-right: 3%;
	}

	/*The link to be hidden in tablet view */
	.sidebar #menubar .menu ul .notimp {
		display: none;
	}

	/* menus in sidebar */
	.sidebar #menubar .menu {
		width: 100%;
		text-align: center;
		position: relative;
		top: 16px;
	}

	/*menubar in sidebar */
	#content .sidebar #menubar {
		position: relative;
		left: -7%;
		overflow: hidden;
		width: 95%;
		padding-top: 0;
	}

	/* offer banners content */
	#mainWrapper #offer p {
		font-size: small;
	}

	/* Horizontal Line */
	#mainWrapper #horizontalLine p {
		font-size: small;
	}

	/* main content region of page */
	#mainWrapper #content .mainContent {
		overflow: hidden;
		width: 95%;
		margin-top: 40px;
	}

	/* Prices of products in catalog view */
	.productRow .productInfo .price {
		font-size: 19px;
	}

	/* Content holders in catalog view */
	.productRow .productInfo .productContent {
		font-size: 16px;
	}

	/* Buy buttons in catalog view */
	.productRow .productInfo .buyButton {
		font-size: 15px;
	}

	/* Container for links in footer */
	#mainWrapper footer .footerlinks {
		float: none;
		width: 100%;
		position: relative;
		top: 17px;
		clear: both;
		text-align: center;
		left: 0;
		padding-bottom: 19px;
	}

	/* Container for each footer divisions */
	#mainWrapper footer div {
		width: 44%;
		text-align: justify;
		font-size: 15px;
	}

	/* Links in footer */
	.footerlinks p a {
		padding-top: 0;
		padding-bottom: 0;
		display: inline;
		padding-right: 35px;
	}

	/* Footer region */
	#mainWrapper footer {
		padding-left: 16px;
		overflow: hidden;
	}

	/* Links in header */
	header #headerLinks a {
		padding-left: 0;
		padding-right: 30px;
	}

	/* Offer- Text banner */
	#mainWrapper #offer {
		padding-left: 22%;
	}

	/* Horizontal Line */
	#mainWrapper #horizontalLine {
		padding-left: 22%;
	}

	/* Paragraphs in footer */
	footer .footerlinks p {
		display: inline;
	}
}

/*media query for small screen devices */
@media screen and (max-width:480px) {
	/*Container for links in header */
	#mainWrapper header #headerLinks {
		width: 100%;
		text-align: center;
		background-color: rgba(18, 54, 77, 1.00);
		padding-bottom: 21px;
	}

	/* Logo placeholder*/
	#mainWrapper header #logo {
		width: 100%;
		text-align: center;
	}

	/* Links in header */
	header #headerLinks a {
		text-align: center;
		padding-right: 15px;
		padding-left: 0;
	}

	/*Offer - Text Banner */
	#mainWrapper #offer {
		padding-left: 0;
		text-align: center;
	}

	/*Horizontal Line */
	#mainWrapper #horizontalLine {
		padding-left: 0;
		text-align: center;
	}

	/* Menubar in sidebar */
	#content .sidebar #menubar {
		position: relative;
		left: -8%;
		text-align: center;
	}

	/*Menu headings in sidebar */
	#menubar .menu h2 {
		width: 100%;
		display: block;
	}

	/* Each product in catalog view */
	.mainContent .productRow .productInfo {
		width: 100%;
		display: block;
		padding-left: 0;
		padding-right: 0;
		position: relative;
		left: -2%;
	}
	#mainWrapper footer div {
		width: 100%;
		margin-left: -16px;
		text-align: justify;
		padding-bottom: 16px;
		overflow: auto;
	}

	/* Unordered list for menu elements */
	.menu ul {
		position: relative;
		padding-left: 24%;
	}

	/* Container for links in footer */
	#mainWrapper footer .footerlinks {
		padding-left: 8%;
	}

	/* Main content which excludes the sidebar */
	#mainwrapper #content .mainContent {
		margin-top: -81px;
		text-align: center;
		width: 100%;
		padding-left: 0;
	}
}




.blue{
	color: cornflowerblue;
}
.orange{
	color: orange;
}
#productviewNamed .orange{
	color: #fff;
    font-size: 25px;
    margin-top: -10px;
}
.text_box .orange{
font-size: 18px;
    line-height: 1.5;
    /* margin-top: -18px; */
    margin-left: 80px;
    /* padding-right: 85px; */
    /* vertical-align: top; */
    /* display: block; */
    /* min-height: 95px; */
    position: absolute;
    left: 0;
    top: 15px;
}
#about-product-omni .ant{
	font-family: helvetica-w01-roman, helvetica-w02-roman,
 helvetica-lt-w10-roman, sans-serif;
    font-size: 18px;
    line-height: 1.5;
}


#about-product-sentiment{
	max-width: 950px;
    margin: 0 auto;
}




.container {
    max-width: 950px;
}

#freetrial-product-snetiment .row{
	margin: 0 auto;
}
#freetrial-product-snetiment .smile{
    text-align: center;
}



.line_left{
	position: relative;
}
.line_left:before{
	content:'';
	position: absolute;
	display: block;
	width: 15px;
	height: 72%;
	background: orange;
	top:0;
	left:0;
    border-radius: 15px 0;
}
.powered_by{
	height: auto;
    width: 60%;
    margin-top: 40px;
}



.slider_box .carousel-caption {
    left: 5%;
    right: 5%;
}
.slider_box .pfontdetails {
    width: 100%;
    margin-left: 0;
	font-size: 16px;
	color: #fff;
}
.slider_box .pfontdetails a {
	font-size: 16px;
	color: #fff;
}
.slider_box .carousel-caption {
    bottom: auto;
    top: -100%;
	padding:0;
	/*transform: translate(0, 30vh);
-webkit-transform: translate(0, 30vh);
-moz-transform: translate(0, 30vh);
-o-transform: translate(0, 30vh);
-ms-transform: translate(0, 30vh);*/
}
.slider_box iframe{
	/*margin-top: 60px;*/
}
.slider_box a.sl_btn{
	width: 140px;
    text-align: center;
    height: 37px;
    margin: 20px auto 0;
    background: #F9B500;
    border-radius: 13px;
    display: inline-block;
}
.blue_ov{
	position:absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background: rgba( 0, 117, 190, 0.4);
}
.slider_box .carousel-indicators li {
    width: 16px;
    height: 16px;
    margin: 0 5px;
    border: 0 solid #fff;
    border-radius: 8px;
    background-color: #fff;
}
.slider_box .carousel-indicators li.active  {
    border: 0 solid #149bef;
    background-color: #149bef;
}



.slider_box,.slider_box .carousel,.slider_box .carousel-inner,.slider_box .carousel-item{
	height: 100vh;
}










.form-area{
	background: whitesmoke;
	    border-radius: 5px;
    padding: 20px;
    font-size: 150%;
}



.table_custom th , .table_custom td{
	border: 1px solid #dddddd;
    padding: 2px 4px;
}



.select select{	
    background: #dcdcdc;
    padding: 8px 10px;
    border-radius: 4px;
    border: none;	
	    font-size: 105%;
}
.start_section .input input {
    padding: 8px 10px;
	    font-size: 105%;
}
.start_section label {
    font-size: 105%;
}
.start_section button {
    font-size: 105%;
}



/*admin*/


.navbar-brand {
	height: 21px;
	width: 109px;
    padding: 0!important;
    margin: 20px 0 0 0!important;
}
.navbar-default.nav-menu {	
	height: 60px;
	background-color: #FFFFFF;
	box-shadow: inset 0 -1px 0 0 #D9DEE2;
    border: none;
    border-radius: 0;
}
.navbar-default .navbar-nav>li>a {	
	color: #343A40;	
	font-family: Roboto, sans-serif;
	font-size: 16px;
	line-height: 19px;
    margin: 11px 0 0 0;
    padding: 10px 20px 20px;
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
}
.navbar-default .navbar-nav>li>a:hover {	
	color: #0075BE;	
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
}
.navbar-default .navbar-nav>li>a.active {	
	box-shadow: inset 0 -6px 0 0 #F9B500;
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
}
.navbar-default .navbar-nav>li>a.dropdown-toggle.active{
	box-shadow: none;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: transparent;
    max-width: 1260px;
    padding: 0;
    width: 95%;
    margin: 0 auto;
}




#analyticscontrol {	
	box-sizing: border-box;	
	height: 936px;	
	border: 1px solid #D9DEE2;	
	border-radius: 4px;
	float: right;
    max-width: 300px;
    width: 25%;
    overflow: hidden;
}
#analytics .interaction_title{
	height: 50px;
	background-color: #F8F9FA;
	box-shadow: inset 0 -1px 0 0 #D9DEE2;
	position: relative;
    padding: 8px 15px;
}
#analytics .interaction_title a.download_butn{
	position: absolute;
    top: 50%;
    right: 25px;
    margin-top: -9px;
    width: 14px;
    height: 17px;
}
#analytics .interaction_title h3 {
	color: #343A40;	
	font-family: Roboto, sans-serif;
	font-size: 18px;	
	line-height: 21px;
}
#analytics .interaction_title h5 {
	color: #60686F;	
	font-family: Roboto, sans-serif;
	font-size: 12px;	
	line-height: 14px;
}
#analytics .interaction_box{
	overflow-y: auto;
    height: 886px!important;
    padding: 0 20px;
}
.title_name {
	color: #343A40;	
	font-family: Roboto, sans-serif;
	font-size: 15px;	
	font-weight: 500;
	line-height: 18px;
	display: block;
    margin: 10px 0;
}
.descr {
	color: #60686F;
	font-family: Roboto, sans-serif;
	font-size: 14px;
	line-height: 18px;
    margin-bottom: 8px;
}
.date_box {
	color: #A3ACB5;	
	font-family: Roboto, sans-serif;
	font-size: 12px;
	line-height: 18px;
    margin-top: 10px;
    display: block;
}
.title_name img{
	margin-right: 10px;
}
.item > div{
	box-shadow: inset 0 -1px 0 0 #D9DEE2;
    padding-bottom: 10px;
}


#analytics{
/*	max-width: 1260px;*/
    padding: 0;
/*    width: 95%;*/
    margin: 0 auto;
}
#analytics h3{
	color: #343A40;
	font-family: Roboto, sans-serif;
	font-size: 22px;
	line-height: 25px;
}
.left_box_graph{
	float: left;
	width: 74%;
}
.top_line h3{
	float: left;
}
.top_line #time{
	float: right;
    position: relative;
}
.top_line #time .input_box{
	float: left;
	height: 33px;
	border: 1px solid #60686F;
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
}
.top_line #time .input_box label{
	color: #60686F;	
	font-family: Roboto, sans-serif;
	font-size: 13px;	
	line-height: 15px;
	text-align: center;
    height: 100%;
    display: block;
    width: 100%;
    padding: 8px 15px;
    font-weight: normal;
    margin: 0;
}
.top_line #time .input_box input[type=checkbox]{
	display: none;
}
.top_line #time .input_box:nth-child(1) {	
	border-radius: 4px 0 0 4px;
}
.top_line #time .input_box:nth-child(2) {
	border-left:0;
	border-radius: 0 4px 4px 0;
    margin-right: 25px;
}
.top_line #time .input_box:nth-child(3) {
	border-radius: 4px 0 0 4px;
}
.top_line #time .input_box:nth-child(4) {
	border-left:0;
	border-radius: 0;
}
.top_line #time .input_box:nth-child(5) {
	border-left:0;
	border-radius: 0;
}
.top_line #time .input_box:nth-child(6) {
	border-left:0;
	border-radius: 0;
}
.top_line #time .input_box:nth-child(7) {
	border-left:0;
	border-radius: 0 4px 4px 0;
    margin-right: 25px;
}
.top_line #time .input_box:nth-child(8) {
	border-radius: 4px 0 0 4px;
	width: 33px;
    padding: 8px 0;
}
.top_line #time .input_box:nth-child(9) {
	border-left:0;
	border-radius: 0 4px 4px 0;
	width: 33px;
    padding: 8px 0;
}
.top_line #time .input_box:nth-child(8) label, .top_line #time .input_box:nth-child(9) label{
	padding:0;
}
.top_line #time .input_box:hover {
	border-color: #60686F;
	background-color: #F1F3F5;
}
.top_line #time .input_box.active{
	border-color: #60686F;	
	background-color: #60686F;
}
.top_line #time .input_box.active label{
	color: #FFFFFF;
}
.top_line:after, .line_bottom:after{
	content:'';
	display: table;
	clear: both;
}
.top_line{
	margin-bottom: 20px;
}
.line_bottom{
	margin-top: 10px;
}
#analytics .line_bottom h3{
	color: #959595;	
	font-family: Roboto, sans-serif;	
	font-size: 11px;	
	font-weight: bold;	
	letter-spacing: 1px;	
	line-height: 13px;
    margin-bottom: 8px;
}
#keywords input[type=text] {
	height: 33px;
	width: 300px;
	border: 1px solid #A3ACB5;
	border-radius: 4px;
	background-color: #FFFFFF;
    padding: 5px 15px;
}
#keywords #myTags{
	border: none;
}
.item_source input[type=checkbox]{
	display: none;
}
.item_source{
	float: left;
}
.item_source + .item_source{
	margin-left: 10px;
}
.item_source label {
	height: 33px;	
	border: 1px solid #A3ACB5;
	border-radius: 4px;
	background-color: #FFFFFF;
	color: #A3ACB5;	
	font-family: Roboto, sans-serif;	
	font-size: 13px;	
	line-height: 15px;
	margin-bottom:0;
    font-weight: normal;
    padding: 8px 10px;
}
.item_source.active label {
	background-color: #0075BE;
	color: #ffffff;	
}
#analytics .col{
	float: left;
}
#analytics .col + .col{
	margin-left: 25px;
}
.dropdown .dd {	
	position: relative;
}
.dropdown a,
.dropdown a:visited {
  color: #fff;
  text-decoration: none;
  outline: none;
  font-size: 12px;
}
.dropdown .dt a {
	display: block;
	padding: 8px 12px;
	min-height: 25px;
	overflow: hidden;
	height: 33px;	
	width: 200px;
	border: 1px solid #A3ACB5;	
	border-radius: 4px;	
	background-color: #FFFFFF;
}
.dropdown .dt a span,
.multiSel span {
	cursor: pointer;
	display: inline-block;
	padding: 0;
	color: #343A40;	
	font-family: Roboto, sans-serif;	
	font-size: 13px;	
	line-height: 15px;
}
.dropdown .dd ul {
	border: 0;
	color: #fff;
	display: none;
	left: 0;
	padding: 20px 13px;
	position: absolute;
	top: 7px;
	list-style: none;
	overflow: auto;
	height: auto;
	width: 200px;
	background-color: #FFFFFF;
	box-shadow: 0 3px 6px 0 rgba(0,0,0,0.23), 0 3px 6px 0 rgba(0,0,0,0.16);
}
.dropdown span.value {
	display: none;
}
.dropdown .dd ul li a {
	padding: 5px;
	display: block;
}
.dropdown .dd ul li a:hover {
	background-color: #fff;
}
.dropdown .dd ul label {
	color: #343A40;	
	font-family: Roboto, sans-serif;	
	font-size: 13px;	
	line-height: 15px;
    vertical-align: middle;
    margin-bottom: 15px;
}
.dropdown .dd ul li:last-child label {
    margin-bottom: 0;
}
.dropdown i.dr_down{
	color: #A3ACB5;
	position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 10px;
}
.dropdown .mutliSelect label {
	color: #343A40;	
	font-family: Roboto, sans-serif;	
	font-size: 13px;	
	line-height: 15px;
    font-weight: normal;
}
.dropdown .mutliSelect input[type=checkbox]{
	display: none;
}
.dropdown .mutliSelect input[type="checkbox"] + label {
    cursor: pointer;
    padding-left: 0;
    position: relative;
}
.dropdown .mutliSelect input[type="checkbox"] + label::before {
    content: "";
    display: inline-block;
    height: 18px;
    width: 18px;
    margin: 0 10px 3px 0;
    vertical-align: middle;
opacity:1;
    background: url(../../img/svg/ic_check_box_outline_blank.svg)no-repeat center center;
  -o-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.dropdown .mutliSelect input[type="checkbox"]:checked + label::before {
opacity:0;
    background: url(../../img/svg/ic_check_box_outline_blank.svg)no-repeat center center;
  -o-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.dropdown .mutliSelect input[type="checkbox"] + label::after {
content: "";
    display: inline-block;
    height: 18px;
    width: 18px;
    margin: 0 10px 3px 0;
    vertical-align: middle;
opacity:0;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../../img/svg/ic_check_box.svg)no-repeat center center;
 -o-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all  0.5s ease-in-out;
  transition: all  0.5s ease-in-out;
}
.dropdown .mutliSelect input[type="checkbox"]:checked + label::after {
opacity:1;
    background: url(../../img/svg/ic_check_box.svg)no-repeat center center;
 -o-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all  0.5s ease-in-out;
  transition: all  0.5s ease-in-out;
}









#myTags{
	position: relative;
    width: 300px;
    padding: 33px 0 0 0;
}
#myTags .tagit-new{
	position: absolute;
	top:0;
	left:0;
	width:100%;
}
.tagit-label {	
	height: 14px;
	color: #60686F;	
	font-family: Roboto, sans-serif;
	font-size: 12px;
	line-height: 14px;
	text-align: center;
}
#myTags .tagit-choice {	
	height: 28px;
	border: 1px solid #D9DEE2;
	border-radius: 4px;
    background: transparent;
    float: left;
    padding: 2px 10px;
	margin-top: 8px;
}
.tagit-close{
    float: right;
    margin: 2px 0 0 10px;
}
#myTags .tagit-choice + .tagit-choice{
	margin-left: 10px;
}
rect.bar{
	fill: #0075BE;
}
rect.bar:hover{
	fill: #003D63;
}
.perc {
	color: #60686F;	
	font-family: Roboto, sans-serif;
	font-size: 32px;	
	line-height: 38px;	
	text-align: center;
}
.dat {
	color: #60686F;
	font-family: Roboto, sans-serif;
	font-size: 13px;	
	line-height: 15px;
}
.tick text {
	color: #60686F;	
	font-family: Roboto, sans-serif;
	font-size: 12px;
	line-height: 14px;	
	text-align: center;
    text-transform: uppercase;
}
#dashboard2{
	text-align: center;
	margin-top: 25px;
}
.bar:hover > text{
	display: block!important;
}















/*---------------------gettingStarted----------------------*/

#gettingStarted{
	padding-top: 85px;
}
.max_video_wrap{
	max-width: 1140px;
    margin: 0 auto;
}
.video_box {
	border: 1px solid #D9DEE2;
	border-radius: 4px;
	background-color: #FFFFFF;
    padding: 17px 18px 21px;
}
#gettingStarted h3 {
	color: #343A40;	
	font-family: Roboto, sans-serif;
	font-size: 22px;
	font-weight: 500;
	line-height: 25px;
    margin-bottom: 21px;
}
a.download_manual {
	color: #0075BE;	
	font-family: Roboto, sans-serif;
	font-size: 16px;	
	line-height: 19px;
	background: url(../../img/svg/ic_pdf_big.svg)no-repeat left center;
    background-size: contain;
	padding-left: 40px;
    padding-top: 6px;
    display: inline-block;
    height: 30px;
    vertical-align: middle;
    margin-top: 5px;
}
#gettingStarted .iframe {
	position: relative;
}
#gettingStarted .iframe > a img {
	position: absolute;
    top: 50%;
    left: 50%;
    margin: -45px auto auto -45px;
    width: 90px;
    height: 90px;
    border-radius: 45px;
	opacity: 1;
 -o-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all  0.5s ease-in-out;
  transition: all  0.5s ease-in-out;
}
#gettingStarted .iframe > a:hover img {
	opacity: 0.8;
 -o-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all  0.5s ease-in-out;
  transition: all  0.5s ease-in-out;
}
#gettingStarted .iframe iframe {
	position: relative;
    z-index: -1;
}
#gettingStarted .iframe.tw_fr {
	background-color: #55ACEE;
}
#gettingStarted .iframe.fb_fr {
	background-color: #3B5998;
}
#gettingStarted .iframe.hbg{
	background-color: transparent;
	z-index:1;
}
#gettingStarted .iframe.hbg a img{
	display: none;
}






#profileContent {
    max-width: 1260px;
    padding: 90px 0 0 0;
    width: 95%;
    margin: 0 auto;
}
#profileContent .left_top, #profileContent .left_middle {	
	height: 281px;
	width: 406px;
	border: 1px solid #D9DEE2;
	border-radius: 4px;
	background-color: #FFFFFF;
    float: left;
    padding: 8px 17px;
    margin-bottom: 20px;
}
#profileContent .right_top, #profileContent .right_middle{
	height: 281px;
	border: 1px solid #D9DEE2;
	border-radius: 4px;
	background-color: #FFFFFF;
	margin-left: 427px;
    padding: 15px 18px;
    margin-bottom: 20px;
}
#profileContent .left_middle, #profileContent .right_middle{
	height: 371px;
}
#profileContent .left_middle > div{
	height: 100%;
    overflow: hidden;
}
#profileContent .left_middle .interaction_box{
	height: calc(100% - 50px);
    overflow: auto;
    padding: 0 20px;
}
#profileContent .left_top h3{
	color: #60686F;
	font-family: Roboto, sans-serif;
	font-size: 19px;
	font-weight: 500;
	line-height: 23px;
    float: left;
}
#profileContent .left_top h3 + div{
    float: right;
}
#profileContent .left_top p {
	color: #60686F;	
	font-family: Roboto, sans-serif;	
	font-size: 13px;	
	font-style: italic;	
	line-height: 15px;
}
#profileContent .left_top h3 span{
	color: #60686F;	
	font-family: Roboto, sans-serif;
	font-size: 19px;
	line-height: 23px;
	font-weight: 200;
}
#profileContent .left_top h4{
	color: #60686F;	
	font-family: Roboto, sans-serif;
	font-size: 19px;
	line-height: 23px;
    font-weight: 200;
}
#profileContent .left_top .progress {
    overflow: hidden;
    height: 20px;
    margin-bottom: 11px;
    background-color: #D9DEE2;
    border-radius: 0;
    box-shadow: none;
    float: none;
}
#profileContent .left_top .progress-bar.active{
    background: #F9B500;
    animation: none;
}
#profileContent .left_top .led-green {
    margin: 0 auto;
    width: 16px;
    height: 16px;
    background-color: #1EC28C;
    border-radius: 50%;
    box-shadow: none;
}
#profileContent .stat:after, #profileContent .pack:after, #profileContent .interrem:after{
    content: '';
	display: table;
	clear: both;
}
#profileContent .stat, #profileContent .pack{
	box-shadow: inset 0 -1px 0 0 #D9DEE2;
    padding-bottom: 15px;
    padding-top: 15px;
}
#profileContent .stat .led-box, #profileContent .pack h4{
	float: left;
}
#profileContent .stat h4, #profileContent .pack a{
	float: right;
}
#profileContent .pack a {
	height: 27px;
	border: 1px solid #0075BE;
	border-radius: 4px;
	color: #0075BE;
	font-family: Roboto, sans-serif;
	font-size: 13px;
	font-weight: 500;
    line-height: 15px;
    padding: 6px 9px;
    margin-left: 13px;
}
#profileContent .pack a:hover{
	text-decoration: none;
}
#profileContent .left_top .interrem h3 {
    float: none;
    margin: 22px 0 13px 0;
}
#profileContent .left_top .interrem h3 span {
    float: right;
}
#profileContent .stat .led-box{
	margin-top: 3px;
    margin-right: 8px;
}
#profileContent .right_top{
	position: relative;	
    overflow: hidden;
}
#profileContent .right_top h3{
	color: #343A40;
	font-family: Roboto, sans-serif;
	font-size: 22px;
	font-weight: 500;	
	line-height: 25px;
	float: left;
    position: absolute;
    top: 15px;
    left: 18px;
}
#profileContent .right_top .no_data p {
	color: #A3ACB5;	
	font-family: Roboto, sans-serif;
	font-size: 18px;	
	line-height: 21px;
    margin-top: 15px;
}
#profileContent .right_top .no_data{
	position: absolute;
	top: 50%;
	left:0;
    width: 100%;
	text-align: center;
	margin-top: -69px;
}
#profileContent .left_middle{
	padding:0 0 0 0;
}
#profileContent .left_middle .interaction_title {
	height: 50px;
	box-shadow: inset 0 -1px 0 0 #D9DEE2;
}
#profileContent .left_middle .interaction_title h3 {
	color: #343A40;	
	font-family: Roboto, sans-serif;	
	font-size: 18px;	
	line-height: 21px;
    padding: 16px 20px 5px;
}
#profileContent .right_middle h3{
	color: #343A40;	
	font-family: Roboto, sans-serif;
	font-size: 22px;
	font-weight: 500;	
	line-height: 25px;
    margin-bottom: 15px;
}
#profileContent .right_middle .rate_box{
	float: left;
}
#profileContent .right_middle .rate_box img{
	height: 50px;
	width: 55px;
	margin-right: 15px;
    float: left;
}
#profileContent .right_middle .rate_box img.negative,
#profileContent .right_middle .rate_box img.neutral,
#profileContent .right_middle .rate_box img.question{
	display: none;
}
#profileContent .right_middle .rate_box span{
	color: #343A40;	
	font-family: Roboto, sans-serif;
	font-size: 22px;
	font-weight: 500;	
	line-height: 25px;
    margin-top: 15px;
    display: block;
    float: left;
}
#profileContent .right_middle textarea {
	height: 205px;
	width: 100%;
	border: 1px solid #D9DEE2;
	border-radius: 4px;
	background-color: #FFFFFF;
	resize: none;
	text-align: right;
    padding: 12px 14px;
    margin-bottom: 10px;
}
#profileContent .right_middle button.btn-info{
	float: right;
	height: 60px;
	width: 182px;
	border-radius: 4px;	
	background-color: #0075BE;
	color: #FFFFFF;
	font-family: Roboto, sans-serif;
	font-size: 25px;
	font-weight: 500;
	line-height: 29px;
	border-color: #0075BE;
}
#profileContent .right_middle button.btn-info:hover, #profileContent .right_middle button.btn-info:focus{
	background-color: #005e98;
	border-color: #005e98;
}
.slimScrollDiv{
	height: calc(100% - 50px)!important;
}
.slimScrollBar{
	opacity: 1!important;
}






#dashboard3{
	display: none;
}





/*configuration*/


#configuration {
    max-width: 1260px;
    width: 95%;
    margin: 0 auto;
	padding: 90px 0 0 0;
}
#configuration #config  {
	width: 100%;
	max-width: 750px;
    margin: 0 auto;
}
#configuration #config .form_box {
	width: 100%;
	border: 1px solid #D9DEE2;	
	border-radius: 4px;	
	background-color: #FFFFFF;
    padding: 10px 90px 20px 20px;
}
#configuration .title_conf{
	color: #343A40;	
	font-family: Roboto, sans-serif;
	font-size: 32px;	
	line-height: 38px;
    margin-bottom: 22px;
}
#configuration form h3 {	
	color: #343A40;	
	font-family: Roboto, sans-serif;
	font-size: 22px;	
	font-weight: 500;
	line-height: 25px;
    padding-top: 6px;
    margin-bottom: 25px;
}
#configuration form label {	
	color: #60686F;	
	font-family: Roboto, sans-serif;
	font-size: 16px;		
	line-height: 19px;	
	text-align: right;
    width: 20%;
	float: left;
    margin-top: 11px;
    font-weight: normal;
}
#configuration form .form_input {	
	color: #1F1F1F;	
	font-family: Roboto, sans-serif;
	font-size: 15px;
	line-height: 18px;
	height: 40px;
	border: 1px solid #D9DEE2;
	border-radius: 4px;	
	background-color: #FFFFFF;
    width: 75.5%;
    margin-left: 4.5%;
    padding: 7px 7px;
}
#photo_img {	
	height: 100px;
	width: 100px;
    border-radius: 50px;
    overflow: hidden;
    display: inline-block;
    margin-right: 15px;
}
#photo {	
	height: 27px;	
	width: 128px;	
	border: 1px solid #60686F;	
	border-radius: 4px;
	color: #60686F;
	font-family: Roboto, sans-serif;
	font-size: 13px;
	font-weight: 500;
	line-height: 15px;
    display: inline-block;
    text-align: center;
    padding: 5px;
}
#configuration form .form-group {
    margin-bottom: 20px;
	position: relative;
}
#configuration form select.form_input {
    padding:7px 3px;
}
#configuration form .select:after {
	position: absolute;
    top: 1px;
    right: 2px;
	bottom:1px;
    width: 37px;
    /*height: 37px;*/
    background: #fff;
    border-radius: 3px;
    overflow: hidden;
	content: "\e252";
    display: inline-block;
    text-align: center;
    line-height: 40px;
    font-size: 10px;
	pointer-events: none;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@-moz-document url-prefix() {
#configuration form .select:after {right: 1px;}
}
#configuration form .select.dialect:after {
    top: 2px;
	bottom: 0px;
}
#configuration form #form-submit{
	height: 36px;	
	width: 138px;
	border-radius: 4px;
	background-color: #0075BE;
	color: #FFFFFF;
	font-family: Roboto, sans-serif;
	font-size: 15px;	
	font-weight: 500;	
	line-height: 18px;
    border: none;
    padding: 0;
    margin: 0;
	border-color: #0075BE;
}
#configuration form #form-submit:hover, #configuration form #form-submit:focus{
	background-color: #005e98;
	border-color: #005e98;
}
#configuration form .photo_box{
	padding: 0 0 10px 140px;
}
#configuration form .photo_box a:hover{
	text-decoration: none;
}
#configuration form .form-group.error .form_input{
	border: 1px solid #e80000;
}







.pnameuser {
	color: #343A40;
	font-family: Roboto, sans-serif;	
	font-size: 16px;	
	line-height: 19px;
    margin-right: 17px;
}
.navbar-right {
    margin-left: 6%;
}








.type_graph.bar_box_trigger{
	background: #fff url(../../img/svg/ic-barchart.svg)no-repeat center center;
}
.type_graph.bar_box_trigger.active{
	background: #60686F url(../../img/svg/ic-barchart-inv.svg)no-repeat center center;
}
.type_graph.linear_box_trigger{
	background: #fff url(../../img/svg/ic-linechart.svg)no-repeat center center;
}
.type_graph.linear_box_trigger.active{
	background: #60686F url(../../img/svg/ic-linechart-inv.svg)no-repeat center center;
}



.only_for_mobile{
	display: none;
}










#container{	
    position: relative;
    bottom: 108px;
    right: -100px;
}
.is_data ul{
	position: absolute;
    top: 70px;
    left: 52px;
}
.is_data ul li{
	color: #60686F;	
	font-family: Roboto, sans-serif;	
	font-size: 28px;	
	line-height: 33px;
    margin-bottom: 8px;
    padding-left: 45px;
}
.is_data ul li span{
	color: #60686F;	
	font-family: Roboto, sans-serif;
	font-size: 16px;	
	line-height: 19px;
    margin-left: 11px;
    display: inline-block;
    vertical-align: middle;
}
.is_data ul li span.title{
	display: none;
	color: #60686F;	
	font-family: Roboto, sans-serif;
	font-size: 18px;	
	line-height: 21px;
}
.is_data ul li.positive{
    background: url(../../img/svg/ic-positive.svg)no-repeat left center;
    background-size: auto 70%;
}
.is_data ul li.negative{
    background: url(../../img/svg/ic-negative.svg)no-repeat left center;
    background-size: auto 70%;
}
.is_data ul li.neutral{
    background: url(../../img/svg/ic-neutral.svg)no-repeat left center;
    background-size: auto 85%;
}
.is_data ul li.question{
    background: url(../../img/svg/ic-question.svg)no-repeat left center;
    background-size: auto 70%;
}
.highcharts-title {
	color: #60686F!important;
	fill: #60686F!important;
	font-family: Roboto, sans-serif;
	font-size: 40px!important;
	line-height: 47px;
	text-align: center;
}
.highcharts-label.highcharts-tooltip, .highcharts-credits{
	display:none!important;
}




.tagit-close .glyphicon-remove{
	color: rgba(163, 172, 181, 0.5);
    font-size: 13px;
}
.select_text{
	background-color: #FFF9AF;
}
.day_sc{
	float: right;
    margin-right: 20px;
    height: 30px;
    line-height: 30px;
    margin: 8px 30px 0 0;
	color: #1F1F1F;	
	font-family: Roboto, sans-serif;
	font-size: 13px;
	text-align: right;
}



#myTags .tagit-new .input-group-btn{
	position: absolute;
    top: 0;
    right: 0;
	height: 33px;
	width: 43px;
	border-radius: 0 4px 4px 0;
	background-color: #A3ACB5;
}
#myTags .tagit-new .input-group-btn .btn.btn-secondary{
	color: #FFFFFF;	
	font-family: Roboto, sans-serif;
	font-size: 13px;
	line-height: 15px;
    margin: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    text-align: center;
    padding: 0;
	border-radius: 0 4px 4px 0;
}
#myTags .tagit-new input::-webkit-input-placeholder {color: #D9DEE2;font-size: 13px;}
#myTags .tagit-new input::-moz-placeholder          {color: #D9DEE2;font-size: 13px;}
#myTags .tagit-new input:-moz-placeholder           {color: #D9DEE2;font-size: 13px;}
#myTags .tagit-new input:-ms-input-placeholder      {color: #D9DEE2;font-size: 13px;}




.legend {
    margin-bottom: 0!important;
    display: block!important;
    text-align: left;
}
.legend.only_for_mobile{
    display: none!important;
}
.legend.not_for_mobile{
    display: block!important;
}
.legend .legendPerc {
	color: #60686F;	
	font-family: Roboto, sans-serif;
	font-size: 34px;
	line-height: 40px;
}
.legend .typeSpan {
	color: #60686F;
	font-family: Roboto, sans-serif;	
	font-size: 15px;	
	line-height: 18px;
    padding-right: 30px;
}
.legend .legendFreq {
	color: #60686F;	
	font-family: Roboto, sans-serif;
	font-size: 18px;
	line-height: 21px;
    margin-left: 6px;
}
.legend .legendFreq:before {
	content:'(';
	color: #60686F;	
	font-family: Roboto, sans-serif;
	font-size: 18px;
	line-height: 21px;
}
.legend .legendFreq:after {
	content:')';
	color: #60686F;	
	font-family: Roboto, sans-serif;
	font-size: 18px;
	line-height: 21px;
}
.legend .lgend_item:nth-child(1) .typeSpan{
	background: url(../../img/svg/ic-negative.svg)no-repeat right center;
    background-size: auto 85%;
}
.legend .lgend_item:nth-child(2) .typeSpan{
	background: url(../../img/svg/ic-positive.svg)no-repeat right center;
    background-size: auto 85%;
}
.legend .lgend_item:nth-child(3) .typeSpan{
	background: url(../../img/svg/ic-neutral.svg)no-repeat right center;
    background-size: auto 100%;
}
.legend .lgend_item:nth-child(4) .typeSpan{
	background: url(../../img/svg/ic-question.svg)no-repeat right center;
    background-size: auto 85%;
}


























