/* bootstrap generic */
.btn
{
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
	border: 0px;
	text-transform: uppercase;
}
.alert
{
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
}
.btn-primary
{
	background-color: #009fe3;
}
.btn-default, .btn-default:hover
{
	color: #009fe3;
}
.navbar-nav
{
	text-transform: uppercase;
}
.navbar-brand
{
	padding: 25px 30px;
}
.nav-pills>li>a {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
}
@media (min-width: 768px) {
	
	.navbar-right > li+li a
	{
		padding-left: 0px;
	}
	.navbar-right a span
	{
		background-color: #009fe3;
		color: #fff;
		padding: 10px;
	}
}
@media (min-width: 768px) and (max-width: 992px) {
	.container
	{
		width: auto;
	}
   .navbar-right
   {
   		text-align: center;
   		float: none !important;
   		width: 100%;
   		clear: both;
   }
   .navbar-right li
   {
   		display: inline-block;
   		float: none;
   }
   .navbar-right li a
   {
   		padding-top: 0px;
   		padding-bottom: 30px;
   }
}

.lead
{
	text-align: left;
}
@media (min-width: 768px) {
	.lead {
		font-size: 16px;
		line-height: 34px;
	}
}
.center
{
	text-align: center;
}
strong
{
	color: #009fe3;
}
tr.warning
{
	background-color: #f9b234;
}
form.inline
{
	display: inline-block;
}

@media (max-width: 1200px)  {
	.nav>li>a
	{
		padding-left: 5px;
		padding-right: 5px;
	}
}

.form input, .form textarea
{
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
	border: 1px solid #f3f3f3;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.panel
{
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.clearfix
{
	clear: both;
}

/* bootstrap addition */
.btn-yellow, .panel-warning>.panel-heading {
	background-color: #f9b234;
	color: #fff;
}
.btn-yellow:hover {
	background-color: #f29200;
	color: #fff;
}
.btn-orange {
	background-color: #f29200;
	color: #fff;
}
.btn-orange:hover {
	background-color: #da8400;
	color: #fff;
}
.btn-red, .panel-error>.panel-heading {
	background-color: #D66F00;
	color: #fff;
}
.btn-red:hover {
	background-color: #b96000;
	color: #fff;
}
.btn-green, .panel-success>.panel-heading {
	background-color: #008b34;
	color: #fff;
}
.btn-green:hover {
	background-color: #006e29;
	color: #fff;
}
.panel-warning
{
	border-color: #f9b234;
}
.panel-heading
{
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
}
.left
{
	text-align: left;
}

/* select language */
.select-language
{
	height: 30px;
	line-height: 30px;
	text-transform: uppercase;
	background-color: #fff;
	color: #009fe3;
	position: relative;
	display: inline-block;
	padding: 0px 20px;
	font-weight: bold;
	font-size: 12px;
	margin-top: 10px;
	cursor: pointer;
}
/*
.select-language:hover ul
{
	display: block;
}
*/
.select-language .languages-container
{
	position: absolute;
	left: 50%;
	bottom: 30px;
}
.select-language ul
{
	position: relative;
	left: -50%;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	background-color: #fff;
	line-height: 30px;
	box-shadow: 0px 0px 30px #333;
}
.select-language li+li
{
	border-top: 1px solid #ddd;
}
.select-language li:hover
{
	background-color: #ddd;
}
.select-language a
{
	text-decoration: none;
	padding: 0px 30px;
	display: block;
}

/* how it works */
.how-section
{
	margin-bottom: 30px;
	line-height: 30px;
	font-size: 20px;
}
.how-number
{
	float:left;
	margin: 0px 20px 5px 0px;
	font-size: 20px;
	font-weight: bold;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background-color: #009fe3;
}
.how-section > p
{
	padding-left: 70px;
}

/* popup */
.info-popup
{
	margin: 0px 5px;
	position: relative;
	cursor: pointer;
}
.info-popup div
{
	padding: 20px;
	position: absolute;
	bottom: 80%;
	left: 80%;
	border: 2px solid #ddd;
	background-color: #fff;
	z-index: 1;
	display: none;
	min-width: 300px;
}

/* font */
body
{
	font-family: 'Roboto Slab', 'serif';
}
h1, h2, h3, h4, h5, h6, .btn
{
	font-family: 'Montserrat', 'sans-serif';
}

/* home slider */
.slider-container
{
	background-color: #009fe3;
	background-image: url("../img/assets/slider.png");
}
.second-slider .slider-container
{
	background-color: transparent;
	background-image: none;
}
.second-slider ul
{
	font-size: 18px;
	list-style-type: none;
}
.second-slider ul li span
{
	margin-right: 5px;
}
.second-slider h3
{
	font-size: 28px;
	margin-bottom: 20px;
}
.slider
{
	overflow: hidden;
	position: relative;
}

.slider-container h1
{
	margin: 30px 0px;
	color: #fff;
	text-align: center;
}
.second-slider .slider-container h1
{
	display: none;
}

.slider-element
{
	float: left;
	padding: 30px 0px;
}
.slider-element h2
{
	color: #fff;
	font-size: 40px;
}
.slider-element p
{
	color: #eee;
	font-size: 20px;
}
.second-slider .slider-element p
{
	color: #000;
	text-align: left;
}
.second-slider .slider-element ul li
{
	padding: 0px;
	margin: 0px 0px 5px 0px;
	height: auto;
	line-height: 14px;
	text-align: left;
}
.slider-element > div
{
	padding-left: 16px;
}
.slider-buttons
{
	text-align: center;
	margin: 0px 0px 0px;
}
.slider-buttons .btn-lg
{
	font-size: 14px;
}
.slider-buttons li
{
	margin: 0px 5px 0px 5px;
	display: inline-block;
}
.slider-buttons .btn-primary
{
	color: #fff;
	background-color: #3276b1;
	margin-bottom: 10px;
}
.slider-buttons .selected .btn-primary
{
	background-color: #285e8e;
}
.slider-element.row
{	
	margin-left: 0px;
	margin-right: 0px;
}
.slider-element .button-slider
{
	text-align: left;
	float: right;
}
.slider-element .button-slider > a
{
	padding: 10px 20px;
	font-size: 20px;
}
.slider-element .button-slider div
{
	color: #fff;
	padding-top: 5px;
}
.slider-element .button-slider div a
{
	color: #fff;
	font-style: italic;
}
.slider-img-col
{
	text-align: right;
}
.slider-element img.img-responsive
{
	display: inline-block;
}
@media (max-width: 992px)  {
	.slider-element
	{
		text-align: center;
	}
	.slider-element img
	{
		display: inline-block;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.slider-img-col
	{
		text-align: center;
	}
}

/* home targets */
.targets-row
{
	overflow: hidden;
	margin: 30px 0px;
}
.targets-title
{
	font-size: 26px;
	text-align: center;
	margin-top: 30px;
}
.targets-subtitle
{
	font-size: 18px;
}
.target-col
{
	text-align: center;
}
.target-col h2
{
	color: #009fe3;
	font-size: 20px;
}
.target-col p
{
	color: #999;
	line-height: 2em;
	margin-bottom: 20px;
	font-size: 1.05em;
}

/* price box */
.price-box
{
	background-color: #f9b234;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	padding: 5%;
	color: #fff;
	text-align: center;
}
.price-col
{
	margin: 40px 0px;
}
.price-col+.price-col .price-box
{
	background-color: #f29200;
}
.price-col+.price-col+.price-col .price-box
{
	background-color: #D66F00;
}
.price-box h2
{
	border-bottom: 3px solid #fff;
	margin: 0px;
}
.price-box ul
{
	text-align: left;
	margin: 30px 0px;
}
.price-box ul li
{
	margin: 10px 0px;
}
.price-box li:first-child .price-bullet
{
	font-size: 1.5em;
}
.price-box .glyphicon
{
	margin-right: 8px;
}
.price-comic
{
	position: relative;
	height: 53px;
}
.price-comic img
{
	position: absolute;
	top: 0px;
	right: 20%;
}
.price-box .btn-default, .price-box .btn-default:hover
{
	display: block;
	color: #f29200;
}

/* call to actions */
.action-highlight
{
	background-color: #d9eaf1;
}
.action-highlight-gray
{
	background-color: #f3f3f3;
}
.action-highlight-orange
{
	/*
	color: #fff;
	background-color: #f9b234;
	*/
}
.action
{
	text-align: center;
	padding: 50px 15px 70px 15px;
}
.second-slider
{
	padding-bottom: 10px;
}
.action h2
{
	line-height: 1.5em;
}
.home-actions .action
{
	line-height: 3em;
}
.home-actions .action p
{
	font-size: 1.3em;
}
.home-actions .action .btn
{
	min-width: 150px;
	margin-left: 10px;
	margin-right: 10px;
}
.pie-chart
{
	font-size: 0.8em;
	text-align: left;
}
.pie-chart h2
{
	font-size: 20px;
}
.home-actions .action .pie-button
{
	text-align: left;
	margin-left: 0px;
}
@media (min-width: 992px)  {
	.pie-button
	{
		margin-top: 90px;
		margin-left: 10px;
	}
}
.pie-chart-img-container
{
	margin-top: 20px;
}
.pie-chart-img-container
{
	position: relative;
}
.pie-chart-img-text
{
	position: absolute;
	top: 100%;
	left: 0%;
	right: 0%;
	background-color: #fff;
	padding: 5px;
	line-height: 14px;
	color: #1972b5;
}
.pie-chart h2 b
{
	color: #f29200;
}

/* services table */
.services-table-container
{
	background-color: #fff;
	padding: 5%;
}
.services-table td
{
	padding: 1%;
	border-bottom: 1px solid #eee;
}
.services-table tbody td+td
{
	font-weight: bold;
	color: #4DAB60;
	font-size: 16px;
}
/*
.services-table tbody td+td+td
{
	color: #f29200;
}
.services-table tbody td+td+td+td
{
	color: #eb0917;
}
*/
.services-table tr:last-child td
{
	border-bottom: 0px solid #eee;
	font-weight: bold;
}
.services-table .keys
{
	text-align: left;
}
.services-table .btn
{
	min-width: 150px;
}
.services-table .false-entry
{
	color: #ddd;
	font-size: 14px;
}

/* services comparison */
.services-comparison
{
	margin: 0px;
	background-color: #fff;
}
.services-comparison > div
{
	padding: 20px 0px;
	overflow: hidden;
}
.services-comparison > div:first-child
{
	border-right: 1px solid #ddd;
}
.services-comparison img
{
	width: 80%;
}
.services-comparison-title
{
	font-weight: bold;
	font-size: 22px;
}
@media (max-width: 768px) {
	.services-comparison > div:first-child
	{
		border-right: 0px solid #ddd;
		border-bottom: 1px solid #ddd;
	}
}

/* pages */
.default-page, .column-page
{
	padding-top: 20px;
	padding-bottom: 20px;
}
.default-page + .default-page
{
	padding-top: 0px;
}
.default-page > .container
{
	background-color: #fff;
	padding: 4%;
}
.example .container
{
	padding: 10px;
}
.services-comparison-action
{
	padding-bottom: 20px;
	padding-top: 20px;
}
.col-wrapper
{
	padding: 4%;
	background-color: #fff;
	margin-bottom: 30px;
}
.no-padding
{
	padding: 0;
}
.col-wrapper h3
{
	margin-top: 0px;
	padding: 30px 0px;
	text-align: center;
}
.col-wrapper li.list-group-item
{
	border: 0px solid #f3f3f3;
	border-top: 1px solid #f3f3f3;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
	line-height: 30px;
}

.example p
{
	line-height: 26px;
}

.compact-page
{
	padding-top: 15px;
	padding-bottom: 15px;
}
.compact-page + .compact-page
{
	padding-top: 0px;
}
.compact-page > .container
{
	background-color: #fff;
	padding: 0;
}
.compact-page h2
{
	padding-left: 15px;
	padding-right: 15px;
}
table.collapsed
{
	width: 100%;
	margin: 0px;
}
table.collapsed td, table.collapsed th
{
	padding: 15px;
	border-bottom: 1px solid #f3f3f3;
}

/* contact */
.contact form .row
{
	margin: 20px 10%;
}
.contact form label
{
	text-align: right;
}

/* FAQ */
.faq-page > .container
{
	padding: 0;
}
.faq
{
	list-style-type: none;
	padding: 0px;
	background-color: #fff;
	line-height: 30px;
	margin-bottom: 0px;
}
.faq h4
{
	cursor: pointer;
}
.faq h4, .faq p
{
	margin: 0px;
	padding: 15px 30px;
	border-bottom: 1px solid #f3f3f3;
}
.faq-number
{
	float: left;
	margin: 10px 20px;
	font-family: 'Montserrat';
}
.faq-menu
{
	text-align: center;
	text-transform: uppercase;
	font-size: 30px;
	line-height: 70px;
	margin: 0px;
	background-color: #fff;
}
.faq-menu > div.faq-menu-disabled
{
	border-bottom: 1px solid #f3f3f3;
	border-right: 1px solid #f3f3f3;
	color: #ddd;
	cursor: pointer;
}
.faq-menu > div+div.faq-menu-disabled
{
	border-right: 0px solid #f3f3f3;
	border-left: 1px solid #f3f3f3;
}
.faq-disabled
{
	display: none;
}

/* breadcrumb */
#breadcrumb
{
	height: 70px;
	background-color: #009fe3;
	background-image: url("../img/assets/slider.png");
}
#breadcrumb li
{
	float: left;
	padding-right: 10px;
	height: 70px;
	color: #fff;
	line-height: 70px;
	list-style-type: none;
	text-transform: uppercase;
	font-size: 1.2em;
}

/* footer*/
#layout-footer
{
	background-color: #009fe3;
	background-image: url("../img/assets/slider.png");
	padding: 40px 0px 60px 0px;
	color: #fff;
	text-align: left;
}
#footer-left a
{
	color: #fff;
}
#social
{
	margin-bottom: 20px;
}
#social a
{
	margin-right: 5px;
}
#footer-left ul
{
	margin: 0px;
	padding: 0px;
	list-style-position: inside;
}
#footer-center
{
	text-align: left;
}
.one-field-form input
{
	padding: 5px 10px;
	height: 40px;
	border: 0px solid #eee;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	color: #333;
}
.one-field-form button
{
	padding: 5px 10px;
	height: 40px;
	border: 0px solid #eee;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	background-color: #eb0917;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}

/* Products */
.ajax-enabled .ajax-off, .ajax-enabled .ajax-wait, .ajax-disabled .ajax-on, .ajax-disabled .ajax-wait
{
	display: none;
}
.ajax-processing .ajax-off, .ajax-processing .ajax-on
{
	display: none;
}
img.ajax
{
	width: 32px;
	height: 32px;
}
.status
{
	margin-top: 15px;
	width: 10px;
	height: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
.product-options > *
{
	float: left;
	margin-right: 10px;
}
.product-options > *:last-child
{
	margin-right: 0px;
}
.product-options .btn
{
	height: 40px;
	line-height: 28px;
}
.white-caret
{
	border-top-color: white !important;
	border-bottom-color: white !important;
}
.product-options .nav-pills > li > a,
.product-options .nav-pills > li > a:hover,
.product-options .nav-pills > li > a:focus,
.product-options .nav-pills > .open > a,
.product-options .nav-pills > .open > a:hover,
.product-options .nav-pills > .open > a:focus 
{
  color: #fff;
  background-color: #009fe3;
}
.disabled
{
	opacity: 0.5;
}
.file-form
{
}
.file-form .row > div
{
	margin-bottom: 10px;
}

/* Services faq */
.services-faq
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
.services-faq li
{
	/*width: 50%;
	float: left;*/
}
.services-faq-container
{
	padding: 5px;
	text-align: left;
}

/* Buy eLeaflet */
.buy-panel
{
	margin: 20px 0px;
	padding: 20px;
	background-color: #f3f3f3;
}
.buy-panel select
{
	margin: 10px;
}

/* Statistics */
.statistic
{
	margin: 0 auto;
	width: 50%;
	font-size: 40px;
}
.show-more-area
{
	display: none;
}
.buy-panel select
{
	padding: 5px 10px;
	border: 1px solid #ccc;
	font-size: 20px;
	line-height: 20px;
	background-color: #fff;
	border-radius: 0px;
	margin-top:5px;
}

.change-eleaflet-toggle
{
	cursor: pointer;
}
.change-eleaflet
{
	display: none;
}
.form.users .error-message
{
	color: #a94442;
	font-weight: bold;
}
.medicine .input.date select
{
	margin: 0px 10px;
	display: inline;
	width: auto;
}

/*  */
.pdf
{
	margin: 30px 0px;
	height: 500px;
}

#translator-edit-form tr:nth-child(even) td
{
	background-color: #eee;
}
#translator-edit-form td
{
	padding: 10px;
	border: 1px solid #fff;
}
#translator-edit-form button
{
	margin: 40px 0px;
}

