.htmlbox h1{font-family: Noto Sans;font-size: 54px;line-height: 72px;font-weight: 600;color: #202020;background-position: 0 0;background-color: transparent;}.htmlbox h2{font-family: Noto Sans;font-size: 32px;line-height: 50px;font-weight: 600;color: #202020;background-position: 0 0;background-color: transparent;}.htmlbox h3{font-family: Noto Sans;font-size: 22px;line-height: 38px;font-weight: 600;color: #202020;background-position: 0 0;background-color: transparent;}.htmlbox h4{font-family: Noto Sans;font-size: 22px;line-height: 26px;font-weight: 600;color: #F0011B;background-position: 0 0;background-color: transparent;}.htmlbox p{font-size: 18px;line-height: 32px;text-align: Left;background-position: 0 0;background-color: transparent;}.htmlbox a{color: #202020;text-decoration: Underline;background-position: 0 0;background-color: transparent;}.htmlbox a:hover{color: #F0011B;text-decoration: Underline;background-position: 0 0;background-color: transparent;}.htmlbox ul{padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;margin-top: 0px;margin-right: 0px;margin-bottom: 0px;margin-left: 20px;background-position: 0 0;background-color: transparent;}.htmlbox li{padding-left: 10px;margin-bottom: 20px;font-size: 18px;line-height: 32px;background-position: 0 0;background-color: transparent;}

html { font-size: 100%; /* IE trick to allow proper resizing of text */ }

body {
	font: 0.75em/1.66em Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	background-image:  url();
	background-color: #ffffff;
	padding: 0 0 20px 0;
	margin-top: 0px;
    margin-bottom: auto;
	text-align: center;
	height:100%; 
}

/* default heading sizes */	

h1		{ 
	font-size: 54px; 
	color: #202020; 
	margin-top: ; 
	margin-right: ; 
	margin-bottom: ; 
	margin-left: ; 
}

h2		{ 
	font-size: 32px; 
	color: #202020;   
}

h3 		{ 
	font-size: 1.5em; 
	color: #202020;  
}

h4		{ 
	font-size: 22px;  
	color: #F0011B; 
}

h5,h6	{ font-size: .84em;  }

/* default link formatting */			

a, a:link, a:visited, a:focus { 
	color: #202020; 
	text-decoration: Underline; 
	outline: none;
}

a:focus, a:hover, a:active { 
	color: #F0011B; 
	text-decoration: Underline; 
}

a.blue, a:link.blue, a:visited.blue { color: #206bae; text-decoration: underline; }

a:hover.blue { color: #990000; }

.htmlbox,
.htmlbox table {
	font-family: 'Noto Sans', Helvetica, Arial;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	word-wrap: break-word;
}

@media (max-width: 768px) {
	.htmlbox span.big-word {
		display: none;
	}
}

.htmlbox span.red {
	color: #F0011B;
}

#wrapper-bg {
	background-color: #e8e8e8;
	background-image: url(../../images/site/Blurred-Colors-BG-Short.jpg);
	background-position: bottom center;
	background-size: 100%;
	background-repeat: no-repeat;
}

#wrapper-bg-top {
	background-color: #e8e8e8;
	background-image: url(../../images/site/Blurred-Colors-BG-Short.jpg);
	background-position: top center;
	background-size: 100%;
	background-repeat: no-repeat;
}

#wrapper-bg-page {
	background-image: url(../../images/site/blurred-colors-bg-4.jpg);
	background-position: top center;
	background-size: cover;
}

.htmlbox ul ul {
	margin-left: 30px;
}

/*
#main .htmlbox ul {  
	margin-top: 0px; 
	margin-right: 0px; 
	margin-bottom: 0px; 
	margin-left: 20px; 
	padding-top: 0px; 
	padding-right: 0px; 
	padding-bottom: 0px; 
	padding-left: 0px; 
}

#main .htmlbox ul li {  
	list-style: none;
	padding-left: 10px; 
	margin-bottom: 20px; 
	background: url(../../images/site/bullet.png) 15px 10px  no-repeat;
}

#main .htmlbox ul ul {
	margin-top: 10px;
}

#main .htmlbox ul ul li {
	background: url(../../images/site/circle.svg) 15px 10px  no-repeat;
	background-size: 6px 6px;
}

#main .htmlbox ol ol  {
	list-style: lower-greek;
	list-style-type: lower-greek;
}
*/

#main .htmlbox p {
	text-align: Left;
	font-size: 18px;
	line-height: 32px;
}

#main .htmlbox a {
	color: #202020; 
	text-decoration: Underline;
}

#main .htmlbox a.editme {
	color: red;
	text-decoration: none;
}

#main .htmlbox a.editme:hover {
	color: red;
	text-decoration: underline;
}

#main .htmlbox a:hover { color: #F0011B; }

#container {
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding-left: 0px;
    padding-right: 0px;
	text-align: left;
	background-color: transparent;
}

#popup_container {
	/*width: 750px;*/
	background-color: white;
}

.wrapper {
	width: 1100px;
	margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
    padding-left: 0px;
    padding-right: 0px;
}

#content { 
	width: 100%;
	clear: both;
	padding: 40px 0 100px 0;
}

#content.white .container {
	padding: 40px;
	background-image: linear-gradient(111deg, rgba(255,255,255,0.99) 0%, rgba(255,255,255,0.89) 94%);
	border: 1px solid #FFFFFF;
	box-shadow: 0 5px 12px 0 rgba(0,0,0,0.07);
	border-radius: 18px;
}

@media (max-width: 768px)
{
	#content.white .container {
		padding: 20px;
	}
}

#content .htmlbox h1 {
	margin-bottom: 2rem;
	font-size: 38px;
	line-height: 48px;
}

#content .htmlbox h2,
#wrapper-discover .htmlbox h2 {
	margin-bottom: 2rem;
	font-size: 28px;
	line-height: 44px;
}

#content .htmlbox h3,
#wrapper-discover .htmlbox h3 {
	margin-bottom: 2rem;
} 

#content .htmlbox h4,
#wrapper-discover .htmlbox h4 {
	margin-bottom: 2rem;
}

#content .htmlbox p,
#wrapper-discover .htmlbox p {
	margin-bottom: 2rem;
	font-size: 19px;
}

#wrapper-discover .htmlbox ul li {
	font-size: 19px;
}

#content .htmlbox h1.mb-1,
#content .htmlbox h2.mb-1,
#content .htmlbox h3.mb-1,
#content .htmlbox h4.mb-1,
#content .htmlbox p.mb-1 {
	margin-bottom: 1rem;
}

#content .htmlbox h1.mb-0,
#content .htmlbox h2.mb-0,
#content .htmlbox h3.mb-0,
#content .htmlbox h4.mb-0,
#content .htmlbox p.mb-0 {
	margin-bottom: 0;
}

#content .htmlbox .public-info p {
	margin: 1rem 0;
}

#logo {
	float: left;
	margin-top: 5px;
}

/********************* Header Nav Elements ***********************************/

#header-nav {
	padding: 30px 50px;
}

.langchooser {
	position: relative;
    margin: 43px 0 0 20px;
}

.langchooser label {
        color: #000000;
}

.langchooser:before {
	content: "";
	display: block;
	float: left;
	margin: 3px 5px 0 0;
	width: 22px;
	height: 21px;
	background-image: url(../../images/site/globe-icon.svg);
	background-size: cover;
}

.langchooser select {
	background: none;
	border: 0;
	border-radius: 0;
	font-family: 'Noto Sans', Helvetica, Arial;
	font-size: 16px;
    -webkit-appearance: none;
    cursor: pointer;
}

.langchooser select:focus {
	outline-width: 0;
}

.langchooser select::-ms-expand { /* for IE 11 */
    display: none;
}

.langchooser select option {
	font-size: 16px;
	line-height: 20px;
}

#header-nav .htmlbox {
	float: right;
	margin: 29px 0 0 0;
	font-size: 17px;
	color: #000;
}

#header-nav .htmlbox a {
	color: #000;
	text-decoration: none;
	transition: all 0.3s ease;
}

#header-nav .htmlbox a:hover {
	color: #F0011B;
}

#header {
}

.htmlbox a.btn-black {
	display: inline-block;
	padding: 17px 34px;
	font-size: 17px;
	line-height: 18px;
	text-decoration: none !important;
	color: #fff !important;
	background: #000000;
	transition: all 0.3s ease;
	/*box-shadow: 0 4px 10px 0 rgba(0,0,0,0.24);*/
	border-radius: 30px;
	transition: box-shadow .4s cubic-bezier(.165, .84, .44, 1), transform .4s cubic-bezier(.165, .84, .44, 1);
}

.htmlbox a.btn-black:hover {
	/*background-color: rgba(0,0,0,0.65);*/
	color: #fff !important;
	/*background-color: #F0011B;*/
	transform: scale(1.07);
    box-shadow: 0 25px 35px -15px rgba(22, 22, 19, .5);
}

.htmlbox a.btn-black:focus,
.htmlbox a.btn-black:active,
.htmlbox a.btn-black:visited,
.htmlbox a.btn-white:focus,
.htmlbox a.btn-white:active,
.htmlbox a.btn-white:visited {
	outline: none;
}

.htmlbox a.btn-black.big {
	padding: 21px 40px;
	margin: 1rem 15px;
}

.htmlbox a.btn-black.ios:before {
	content: "";
	display: block;
	float: left;
	width: 19px;
	height: 23px;
	margin: -5px 14px 0 0;
	background-image: url(../../images/site/apple-logo.svg);
	background-size: cover;
}

.htmlbox a.btn-black.android:before {
	content: "";
	display: block;
	float: left;
	width: 30px;
	height: 17px;
	margin: 0 14px 0 0;
	background-image: url(../../images/site/android-logo.svg);
	background-size: cover;
}

.htmlbox a.btn-black.ios-android:before {
	content: "";
	display: block;
	float: left;
	width: 19px;
	height: 23px;
	margin: -5px 14px 0 0;
	background-image: url(../../images/site/apple-logo.svg);
	background-size: cover;
}

.htmlbox a.btn-black.ios-android:after {
	content: "";
	display: block;
	float: right;
	width: 30px;
	height: 17px;
	margin: 0 0 0 14px;
	background-image: url(../../images/site/android-logo.svg);
	background-size: cover;
}

.htmlbox a.btn-black.arrow:after {
	content: "";
	display: block;
	float: right;
	width: 22px;
	height: 18px;
	margin: 0 -10px 0 15px;
	background-image: url(../../images/site/arrow-right-white.svg);
	background-size: cover;
}

.htmlbox a.btn-white {
	display: inline-block;
	padding: 17px 34px;
	margin: 1rem 15px;
	font-size: 17px;
	line-height: 18px;
	text-decoration: none !important;
	color: #000 !important;
	background: #fff;
	transition: all 0.3s ease;
	border: 2px solid #000;
	/*box-shadow: 0 4px 10px 0 rgba(0,0,0,0.24);*/
	border-radius: 30px;
	transition: box-shadow .4s cubic-bezier(.165, .84, .44, 1), transform .4s cubic-bezier(.165, .84, .44, 1);
}

.htmlbox a.btn-white:hover {
	/*background-color: rgba(0,0,0,0.65);*/
	color: #000 !important;
	/*background-color: #F0011B;*/
	transform: scale(1.07);
    box-shadow: 0 25px 35px -15px rgba(22, 22, 19, .5);
}

.htmlbox a.btn-white.arrow:after {
	content: "";
	display: block;
	float: right;
	width: 22px;
	height: 18px;
	margin: 0 -10px 0 15px;
	background-image: url(../../images/site/arrow-right-black.svg);
	background-size: cover;
}

#hero .htmlbox a.btn-black.ios {
	margin-right: 15px;
}

#hero .htmlbox a.btn-black.android {
	margin-left: 15px;
}

#header-nav a.btn-black {
	margin-left: 20px;
}

@media (max-width: 576px)
{
	.htmlbox a.btn-black.big {
		padding-left: 30px;
		padding-right: 30px;
	}

	.htmlbox a.btn-white.big {
		padding-left: 30px;
		padding-right: 30px;
	}

	.htmlbox a.btn-black {
		padding-left: 20px;
		padding-right: 20px;
	}

	.htmlbox a.btn-white {
		padding-left: 20px;
		padding-right: 20px;
	}
}

/********************* Top menu **********************************************/

.adminbody #header-nav {
	padding-top: 45px;
	background-position: center 45px;
}

#header-nav .treemenu { 
	position: relative;
	float: left;
	margin: 20px 0 0 0; 
	/*width: 100%;*/
	font-family: "Noto Sans", Helvetica, Arial;
	background: rgba(255, 255, 255, 0.3);
	box-shadow: 0 0 19px 0 rgba(0,0,0,0.13);
	border-radius: 35px;
}

#nav-toggle {
	height: 52px;
	padding: 0 15px;
	margin: 29px 0 0 20px;
	float: right;
	display: none;
	cursor: pointer;
	text-align: center;
	background-color: #fff;
	border-radius: 30px;
}

#nav-toggle:hover {
	background-color: rgba(255,255,255,0.6);
}

#nav-toggle:before {
	float: left;
	font-family: ElegantIcons;
	speak: none;
	font-size: 42px;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 52px;
	-webkit-font-smoothing: antialiased;
	content: "\61";
	color: #000;
}

#nav-toggle.close-icon:before {
	content: "\4d";
}

/*
#nav-toggle:after {
	content: "Menu";
	font-family: 'Noto Sans', Helvetica, Arial;
	font-size: 15px;
	font-weight: 600;
	line-height: 48px;
}
*/

@media (max-width: 768px) { 
	#logo {
		margin: 5px auto;
		float: none;
		max-height: 140px;
	}
	
	#header-nav {
		padding-left: 30px;
		padding-right: 30px;
		text-align: center;
	}

	#header-nav a.btn-black {
		margin-left: 0;
	}
}

@media (min-width: 768px) and (max-width: 992px) { 
	#header-nav .treemenu {
		display: inline-block;
		clear: both;
		float: none;
		margin: 10px auto 0 auto;
	}
}

@media (min-width: 992px) and (max-width: 1200px) { 
	/*
	#header .treemenu {
		display: inline-block;
		clear: both;
		float: none;
		margin: 10px auto 0 auto;
	}
	*/
}

@media (min-width: 1200px) {
	#header-nav .treemenu {
		display: block;
	}
}

@media (max-width: 1399px) {
	#header-nav #nav-toggle {
		display: block;
	}
}

@media (max-width: 420px) {
	#header-nav {
		padding-left: 10px;
		padding-right: 10px;
	}

	#nav-toggle {
		margin-left: 10px;
	}

	.langchooser {
		margin-left: 10px;
	}
}

#header-nav .treemenu ul {
	margin: 0;
	padding: 0 5px; 
	list-style:none;
}

#header-nav .treemenu ul li {
	list-style: none;
	float: left;
	padding: 7px 2px;
}

#header-nav .treemenu ul li a { 
	display: inline-block;
	padding: 0 22px;
	font-family: 'Noto Sans', sans-serif;
	color: #202020; 
	font-size: 17px;
	font-weight: 400; 
	line-height: 55px;
	text-decoration: none;
	border-radius: 28px;
	transition: background-color 0.3s ease;
}

#header-nav .treemenu ul li a.active {
	background-color: #fff;
}

#header-nav .treemenu ul li a:hover {
	text-decoration: none;
	background-color: rgba(255,255,255,0.6);
}

#header-nav .treemenu ul li a:active,
#header-nav .treemenu ul li a:focus,
#header-nav .treemenu ul li a:visited {
	outline: none;
}

#header-nav .treemenu ul li.home a:before {
	content: "";
	display: block;
	float: left;
	width: 19px;
	height: 21px;
	margin: 17px 7px 17px 0;
	background-image: url(../../images/site/home-icon.svg);
	background-size: cover;
}

@media (max-width: 1560px) 
{ 
	#header-nav .treemenu ul li.home a {
		float: left;
	}
	
	#header-nav .treemenu ul li.home a:before {
		margin: 17px 0;
	}

	#header-nav .treemenu ul li.home a span {
		display: none;
	}
}

#header ul { 
	margin: 0 auto; 
	padding: 0; 
	list-style: none; 
	text-align: center;
}

#header li { list-style: none; display: inline; margin: 0; }

#header ul li { 
	float: left; 
	display: inline-block; 
	position: relative;
	margin: 0 5px; 
	padding: 0 0 30px 0;
	text-decoration: none;  
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	z-index: 11;
}

#header ul li a { 
	display: inline-block; 
	float: left;   
	padding: 20px 13px 20px 13px; 
	margin: 0;
	text-decoration: none;
	line-height: 17px;
	border-radius: 5px;
}

#header ul li.active > a {
	background-color: #fff;
}

#header ul li.haschild:hover a {
	border-radius: 5px 5px 0 0;
}

#header ul li.pdr:hover > a { 
	/*background-color: #e2e2e2;*/
	color: #fff;
	background-color: #72abde;
}

#header ul li.hp:hover > a {
	color: #fff;
	background-color: #db1b22;
}

/*
#header ul > li.haschild > a:after {
  font-family: ElegantIcons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "\33";
  color: #ffffff;
}

#header ul > li.haschild:hover > a:after,
#header ul > li.haschild.active > a:after {
	color: #dffde9;
}
*/

#header ul > li.haschild:hover {
}

#header ul > li.haschild:hover li {
	background: none;
}

#header ul > li.haschild:hover > a {

}

#header ul li.active > a {
	/*background-color: #67b548;*/
}

#header ul li.active li a,
#header ul li:hover li a {
	background-color: #ffffff;
}

#header ul li.homepage a span {
	display: none;
}

#header ul li.homepage a:before {
	display: inline-block;
	float: left;
	font-size: 22px;
	line-height: 22px;
	margin: -5px 5px 0 0;
	font-family: ElegantIcons;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	content: "\e074";
}

#header ul ul li.active a {
	color: #6d6e71;
}

#header ul li:first-child:hover a,
#header ul li:first-child.active a { }

#header ul li a.haschild {

}
#header ul li a.haschild:hover {
	/*background: url("../../images/ils/topmenu_down_arrow_hover.png") no-repeat scroll 98% 50%;*/

}

#header ul ul {
    display: block;
    visibility: hidden;
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	position: absolute;
	left: -70px;
    top: 78px;
	width: 280px;
    padding: 5px 0;
	background: #ffffff;
    border: 5px solid #72abde;
	border-radius: 18px;
    /*-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
	*/
	-webkit-box-shadow: 0px 4px 15px 0px rgba(0,0,0,0.44);
	-moz-box-shadow: 0px 4px 15px 0px rgba(0,0,0,0.44);
	box-shadow: 0px 4px 15px 0px rgba(0,0,0,0.44);
	z-index: 10;
	-webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
}

@media (max-width: 768px)
{
	#header ul li:last-child ul {
		right: 0;
		left: auto;
	}
}

#header ul li.apps ul {
	left: -35px;
}

#header ul li.long ul {
	left: 35px;
}

#header ul li.pdr ul {
	border: 5px solid #72abde;
}

#header ul li.hp ul {
	border: 5px solid #db1b22;
}

#header ul li:hover > ul {
	top: 57px;
	visibility: visible;
	opacity: 1;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
}

#header li li {
	height: auto;
	padding: 3px 10px;
	border-radius: 0;
	text-align: left;
	z-index: 10;
}

#header li li:first-child {
	border-top: none;
}

#header .treemenu li li a {
	height: auto;
	width: 240px;
    padding: 8px 10px;
	text-transform: none;
	border-left: none;
	font-size: 15px;
	line-height: 21px;
	color: #202020;
	background-color: #ffffff;
}
#header li ul li:first-child a {

}
#header ul li:hover li a {

}

#header ul li:hover li:hover > a,
#header ul li.pdr:hover li:hover > a {
	color: #fff;
	background-color: #72abde;
	border-radius: 5px;
}

#header ul li.hp:hover li:hover > a {
	background-color: #db1b22;
}

#header ul ul ul {
	top: 0;
	left: 275px;
	z-index: 11;
}

#header ul li:last-child ul ul {
	left: -290px;
}

#header ul ul li:hover > ul {
	top: 5px;
}

@media (max-width: 768px)
{
	#header ul li:hover > ul {
		display: none;
	}
}

/* Responsive Nav */

#responsive-nav-wrapper {
	display: none;
	width: 300px;
	height: auto;
	padding: 10px 5px;
	position: absolute;
	top: 100px;
	right: 13px;	
	z-index: 100;
}

#header-nav .treemenu.responsivenav {
	display: none;
	margin: 0;
	background: transparent;
	box-shadow: none;
}

@media (max-width: 1399px)
{
	#responsive-nav-wrapper {
		background: rgba(255,255,255,0.7);
		box-shadow: 0 0 19px 0 rgba(0,0,0,0.13);
		border-radius: 43px;
		-webkit-backdrop-filter: blur(15px);
		backdrop-filter: blur(15px);
	}

	#header-nav .treemenu.responsivenav {
		display: block;
	}

	#header-nav .treemenu.responsivenav ul li {
		width: 100%;	
		padding-top: 4px;
		padding-bottom: 4px;
		text-align: left;
	}

	#header-nav .treemenu.responsivenav ul li a {
		float: none;
		width: 100%;
	}

	#header-nav .treemenu.responsivenav ul li a.active,
	#header-nav .treemenu.responsivenav ul li a:hover {
		background-color: #f9c4c4;
	}

	#header-nav .treemenu.responsivenav ul li.home a:before {
		margin-right: 7px;
	}

	#header-nav .treemenu.responsivenav ul li.home a span {
		display: inline-block;
	}
}

/*
@media (min-width: 992px) and (max-width: 1200px) {
	#header .treemenu a {
		font-size: 17px;
	}

	#header ul li a {
		padding: 15px 10px;
	}

	#header ul ul {
		top: 20px;
	}	

	#header ul li:hover > ul {
		top: 48px;
	}
}

@media (max-width: 992px) {

	#nav-toggle {
		display: inline-block;
	}

	#header-nav .treemenu.responsivenav {
		display: block;
	}
	#header .treemenu {
		display: none;
	}

	#header-nav .treemenu {
		max-height: 0px;
		overflow: hidden;
		float: none;
		margin: 50px 0 0 0;
		width: 100%;
		background-color: #ededed;
		opacity: 0;
		-webkit-transition: max-height .35s ease;
		-moz-transition: max-height .55s ease;
        -ms-transition: max-height .55s ease;
         -o-transition: max-height .55s ease;
            transition: max-height .55s ease;
	}

	#header-nav .treemenu.open {
		max-height: 2000px;
		opacity: 1;
	}

	#header-nav .treemenu ul li {
		display: block;
		width: 94%;
		padding: 15px 3%;
		text-align: left;
		border-top: 1px solid #d4d4d4;
	}

	#header-nav .treemenu ul li a {
		line-height: 22px;
	}

	#header-nav ul li:first-child {
		border-top: none;
	}

	#header-nav ul li.home a span {
		display: inline-block;
	}
	#header-nav ul li.home a:before {
		content: none;
	}

	#header-nav ul > li > a {
		display: block;
		width: 100%;
	}

	#header-nav .treemenu ul li.haschild > a:after {
		content: "\35";
		float: right;
		font-family: "ElegantIcons";
	}

	#header-nav .treemenu ul li.health-portal {
		border-left: 4px solid #cc181f;
	}

	#header-nav .treemenu ul li.pdr {
		border-left: 4px solid #4c8ec9;
	}

	#header-nav .treemenu ul li.health-portal li,
	#header-nav .treemenu ul li.pdr li {
		border-left: none; 
	}

	#header-nav .treemenu ul li.active.health-portal {
		height: auto;
		margin-bottom: 0;
		color: #000;
		background: none;
	}

	#header-nav .treemenu ul li.active.health-portal a {
		color: #000;
	}

	#header-nav .treemenu ul li.active.pdr {
		height: auto;
		margin-bottom: 0;
		color: #000;
		background: none;
	}

	#header-nav .treemenu ul li.active.pdr a {
		color: #000;
	}

	#header-nav ul ul {
	    display: block;
		position: relative;
		float: left;
		left: 0;
		top: 7px;
		width: 100%;
	    padding: 0;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		max-height: 0px;
		overflow: hidden;
		opacity: 0;
		-webkit-transition: max-height .55s ease;
		-moz-transition: max-height .55s ease;
        -ms-transition: max-height .55s ease;
         -o-transition: max-height .55s ease;
            transition: max-height .55s ease;
	}

	#header-nav .treemenu ul ul.open {
		top: 15px;
		left: 0;
		width: 100%;
		max-height: 1000px;
		padding: 0;
		background-color: #ffffff;
		opacity: 1;
	}

	#header-nav ul ul li {
		display: none;
	}

	#header-nav ul ul.open li {
		display: block;
	}

	#header-nav .treemenu ul ul li {
		float: left;
		padding: 10px 3%;
	}

	#header-nav ul ul li a {
		width: 96% !important;
		padding: 5px 2% !important;
	}

	#header-nav ul ul ul,
	#header-nav .treemenu ul ul ul.open {
		left: 0;
		top: 0;
		margin-top: 10px; 
		width: 100%;
		background-color: #ededed;
	}

	#header-nav .treemenu ul ul ul li {
		border: none;
		padding-top: 5px;
		padding-bottom: 5px;
	}
}
*/

/********************** End Top menu  ********************************************/

/* Firstpage Hero Area */

#hero .htmlbox {
	width: 75%;
	margin: 0 auto;
}

#hero .htmlbox h1 {
	margin: 2rem 0; 
}

#hero .htmlbox p {
	font-size: 24px;
	line-height: 42px;
}

@media (max-width: 768px) {
	#hero .htmlbox {
		width: 100%;
	}

	#hero .htmlbox h1 {
		font-size: 34px;
		line-height: 50px;
	}

	#hero .htmlbox p {
		font-size: 20px;
		line-height: 34px;
	}
}

/* Firstpage About Hand Area */

#about-hand {
	background-image: url(../../images/site/hdcorner-hand-2@2x.png);
	background-size: 587px 565px;
	background-position: top right;
	background-repeat: no-repeat;
}

#about-hand .htmlbox {
	width: 85%;
	margin: 30px auto 0 auto;
	padding: 80px 410px 180px 0;
}

#about-hand .htmlbox p {
	font-size: 21px;
	line-height: 41px;
}

@media (max-width: 1400px) 
{
	#about-hand {
		background-position: bottom center;
		background-size: 395px 380px;
	}

	#about-hand .htmlbox {
		width: 100%;
		margin: 0 auto;
		padding: 80px 50px 380px 50px;
	}
}

@media (max-width: 768px)
{
	#about-hand .htmlbox p {
		font-size: 18px;
		line-height: 38px;
	}
}

#video-demo {
	min-height: 220px;
	margin-top: -60px;
	background-image: linear-gradient(97deg, rgba(255,255,255,0.58) 0%, rgba(255,255,255,0.11) 94%);
	border: 1px solid rgba(255,255,255,0.60);
	box-shadow: 0 5px 12px 0 rgba(0,0,0,0.07);
	border-radius: 53px;
	-webkit-backdrop-filter: blur(15px);
	backdrop-filter: blur(15px);
}

@media (max-width: 768px) 
{
	#video-demo {
		padding: 40px;
		margin-top: -40px;
		margin-left: 0;
		margin-right: 0;
	}
}

#video-demo .htmlbox .row {
	min-height: 220px;
} 

#video-demo .htmlbox h3 {
	font-size: 24px;
	margin-bottom: 1rem;
}

span.play-video-icon {
	display: inline-block;
	width: 103px;
	height: 103px;
	padding: 8px;
	background: #FFFFFF;
	box-shadow: 0 0 31px 0 rgba(0,0,0,0.30);
	border-radius: 50%;
	cursor: pointer;
	transition: box-shadow .4s cubic-bezier(.165, .84, .44, 1), transform .4s cubic-bezier(.165, .84, .44, 1);
}

a:visited span.play-video-icon,
a:focus span.play-video-icon {
	outline: none;
}

span.play-video-icon:hover {
	transform: scale(1.07);
    box-shadow: 0 25px 35px -15px rgba(22, 22, 19, .5);
}

/* Why HD Corner Area */

#why-hdcorner {
	padding: 200px 0 100px 0;
	margin-top: -120px;
	background-image: url(../../images/site/blurred-colors-bg-4.jpg);
	background-size: 100% auto;
	background-position: top center;
}

@media (max-width: 768px) {
	#why-hdcorner {
		overflow: hidden;
	}
}

#why-hdcorner #mockup-container {
	overflow: visible;
}

#why-hdcorner #why-hdcorner-title {
	padding-bottom: 80px;
}

#why-hdcorner .htmlbox {
	width: 80%;
	margin: 0 auto;
}

#why-hdcorner-end .htmlbox {
	width: 60%;
	margin: 50px auto;
}

#why-hdcorner .htmlbox h2 {
	margin-bottom: 2rem;
}

#why-hdcorner .htmlbox p {
	font-size: 21px;
	line-height: 41px;
}

#app-sections {
	display: flex;
}

#app-sections .htmlbox {
	width: 90%;
}

.app-col {
	flex: 1;
	box-sizing: border-box;
	/*overflow-y: scroll;*/
}

.app-col:nth-child(1) {
	padding-top: 100px;
}

.app-col:nth-child(2) {
	flex: 0 0 24%;
	position: sticky;
	top: 30px;
	/*height: 50vh;*/
	height: 630px;
}

.app-col:nth-child(3) {
	padding-top: 190px;
}

.app-col img {
	width: 100%;
	height: auto;
	transition: opacity 0.5s ease-in-out;
}

.app-sections-box {
	padding: 30px 20px 30px 30px;
	margin-bottom: 70px;
	background-image: linear-gradient(116deg, rgba(255,255,255,0.61) 0%, rgba(255,255,255,0.29) 94%);
	border: 1px solid #FFFFFF;
	box-shadow: 0 5px 12px 0 rgba(0,0,0,0.07);
	border-radius: 53px;
	-webkit-backdrop-filter: blur(15px);
	backdrop-filter: blur(15px);
}

.app-sections-box.green {
	height: 100%;
	margin-top: 20px;
	margin-bottom: 0;
	padding-left: 100px;
	background-image: linear-gradient(116deg, rgba(200,236,193,0.61) 0%, rgba(255,255,255,0.29) 94%);
	border: 1px solid #FFFFFF;
}

.app-sections-box.red {
	height: 100%;
	margin-top: 20px;
	margin-bottom: 0;
	padding-left: 100px;
	background-image: linear-gradient(116deg, rgba(255,199,199,0.61) 0%, rgba(255,255,255,0.29) 94%);
	border: 1px solid #FFFFFF;
}

@media ( max-width: 768px ) 
{
	.app-sections-box.green,
	.app-sections-box.red {
		height: auto;
		margin-bottom: 30px;
		padding-left: 30px;
	}
}

.app-sections-box h3 {
	font-size: 21px;
	line-height: 31px;
}

.app-sections-box p {
	font-size: 18px;
	line-height: 28px;
}

.app-sections-box .box-icon {
	width: 15%;
	float: left;
}

.app-sections-box .box-content {
	width: 85%;
	float: left;
}

.app-sections-box p {
	font-size: 18px !important;
	line-height: 28px !important;
}

.app-sections-box span.icon.food {
	display: block;
	width: 40px;
}

@media (max-width: 1400px) 
{
	.app-sections-box .box-icon {
		width: 100% !important;
		margin-bottom: 20px;
	}

	.app-sections-box .box-content {
		width: 100% !important;
		padding-left: 0 !important;
	}
}

@media (max-width: 768px) 
{
	#why-hdcorner {
		background-size: cover;
	}

	#why-hdcorner #why-hdcorner-title {
		padding-bottom: 0;
	}

	#app-sections {
		display: block;
	}

	.app-col:nth-child(1) {
		padding-top: 40px;
	}

	.app-col:nth-child(2) {
		flex: 1;
		position: relative;
		top: 0;
	}

	#why-hdcorner-end .htmlbox {
		width: 90%;
	}
}

/* Benefits */

.container.white,
.container-fluid.white {
	background-color: #fff;
}

div.width-70 {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}

div.width-80 {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

#benefits {
	padding: 100px 20px;
}

#benefits .htmlbox h2 {
	margin-bottom: 2rem;
}

.benefit-box {
	padding: 20px 30px 30px 30px;
	height: 100%;
	background-image: linear-gradient(132deg, rgba(255,255,255,0.61) 0%, rgba(255,255,255,0.29) 94%);
	border: 1px solid #E1E1E1;
	box-shadow: 0 5px 12px 0 rgba(0,0,0,0.14);
	border-radius: 44px;
}

#benefits .row .col-md-6 {
	margin: 20px 0;
}

.benefit-box .benefit-image {
	height: 260px;
	text-align: center;
	display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.benefit-box .benefit-image img {
	margin: 0 auto;
	max-width: 100%;
	max-height: 100%;
}

.benefit-box .benefit-content {
	padding-top: 10px;
	text-align: center;
	font-size: 18px;
	line-height: 28px;
}

.htmlbox span.above-title {
	font-size: 21px;
	letter-spacing: 3px;
	font-weight: 600;
	text-align: center;
	color: #6E6E6E;
}

/* Ratings Slider */

#ratings {
	padding-bottom: 50px;
}

.ratings-slider {
	padding: 80px 0;
	float: right;
}

.ratings-slider .rating-box {
	width: 740px;
	max-width: calc( 50vw - var(--bs-gutter-x) - 40px  );
	padding: 40px 40px 20px 40px;
	float: left;
	margin-right: 40px;
	justify-content: space-between;
    display: flex;
	background: #FFFFFF;
	box-shadow: 0 7px 24px 0 rgba(29,43,95,0.06);
	border-radius: 53px;
}

.ratings-slider .rating-box .rating-avatar {
	width: 228px;
    height: 228px;
    min-width: 228px;
    /*border-radius: 1000px;*/
    margin-right: 33px;
}

.ratings-slider .rating-box .rating-avatar img {
	max-width: 100%;
}

.ratings-slider .rating-box .rating-title {
	margin-bottom: 1rem;
	font-size: 21px;
	line-height: 31px;
	font-weight: 600;
}

.ratings-slider .rating-box .rating-text p {
	line-height: 28px;
}

@media (max-width: 1400px) 
{
	.ratings-slider .rating-box {
		width: 100%;
		max-width: 100%;
		margin: 20px 0;
	}
}

@media (max-width: 768px) 
{
	#ratings {
		padding: 0 20px 50px 20px;
	}
	.ratings-slider .rating-box {
		display: block;
		padding: 30px 40px 40px 40px;
	}

	.ratings-slider .rating-box .rating-avatar {
		width: 100%;
		padding: 10px;
		height: auto;
		min-height: auto;
		margin: 0 20px 20px 20px;
	}

	.ratings-slider .rating-box .rating-avatar img {
		max-width: 80%;
		margin-left: auto;
		margin-right: auto;
	}

	.ratings-slider .rating-box .rating-content {
		width: 100%;
	}
}

/* HCPs Doctor Mockup Area */

.move-up {
	padding-top: 200px !important;
 	margin-top: -120px;
}

/* First about doctor with doctor image showing mobile app
#about-doctor {
	padding: 100px 0 110px 0;
	margin-top: 70px;
	background-image: url(../../images/site/Doctor-Mobile-App@2x.png);
	background-size: 597px 619px;
	background-position: top right;
	background-repeat: no-repeat;
}

#about-doctor .htmlbox {
	width: 85%;
	margin: 30px auto 0 auto;
	padding: 0 450px 10px 0;
}

#about-doctor .htmlbox p {
	font-size: 21px;
	line-height: 41px;
}

@media (max-width: 1400px) 
{
	#about-doctor {
		background-position: bottom center;
		background-size: 395px 380px;
	}

	#about-doctor .htmlbox {
		width: 100%;
		margin: 0 auto;
		padding: 80px 50px 380px 50px;
	}
}

@media (max-width: 768px)
{
	#about-doctor {
		padding: 0 0 80px 0;
	}

	#about-doctor .htmlbox {
		padding: 0 30px 320px 30px;
	}

	#about-doctor .htmlbox p {
		font-size: 18px;
		line-height: 38px;
	}
}
*/

#about-doctor {
	padding: 80px 0 120px 0;
}

#about-doctor .htmlbox {
	width: 85%;
	margin: 30px auto 0 auto;
}

#about-doctor .htmlbox p {
	font-size: 21px;
	line-height: 41px;
}

#about-doctor .htmlbox h2 {
	line-height: 50px;
}

/* Path */

#subnav .path {
	display: block;
	text-align: left;
	font-family: 'Noto Sans', Helvetica, Arial;
	font-size: 15px;
	font-weight: 300;
	margin-top: -66px;
	padding: 20px 0 30px 0;
}

#subnav .path a {
	padding: 5px 10px;
	font-weight: 400;
	background-color: rgba(255,255,255,.9);
}

#subnav .path a:hover {
	background-color: transparent;
}

/* Sub Menu */

.treemenu.tabs {
	width: 100%;
	min-height: 126px;
	margin: 0;
	padding: 0;
	font-family: 'Noto Sans', Helvetica, Arial;
	line-height: 1px;
	text-align: center;
	background-image: linear-gradient(111deg, rgba(255,255,255,0.90) 0%, rgba(255,255,255,0.69) 94%);
	border: 1px solid #FFFFFF;
	box-shadow: 0 5px 12px 0 rgba(0,0,0,0.07);
	border-radius: 18px;
}

.treemenu.tabs.patients {
	margin-bottom: 45px;
}

.treemenu.tabs ul {
	width: 100%;
	margin-left: auto;
    margin-right: auto;
    position: relative;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	list-style-type: none;
	display: inline-block;
}

@media (max-width: 768px)
{
	#header ul li {
		padding-bottom: 0;
	}

	.treemenu.tabs ul {
		padding: 20px 0 10px 0;
	}
}

.treemenu.tabs ul li {
	display: inline-block;
	/*float: left;*/
	margin: 0;
	padding: 0;
	line-height: 0;
}

.treemenu.tabs ul li a {
	display: block;
	overflow: hidden;
	width: 150px;
	height: 125px;
	padding: 13px 10px;
	font-size: 15px;
	line-height: 20px;
	color: #202020;
	cursor:pointer;
	text-decoration: none;
	border-radius: 18px;
	-webkit-transition: background-color 0.3s, box-shadow 0.3s, color 0.3s;
    -moz-transition: background-color 0.3s, box-shadow 0.3s, color 0.3s;
    transition: background-color 0.3s, box-shadow 0.3s, color 0.3s;
}

.treemenu.tabs ul li a.active,
.treemenu.tabs ul li a:hover {
	color: #fff;
	background-color: #db1a22;
}

.treemenu.tabs ul li.general a:before {
	content: "";
	display: block;
	width: 48px;
	height: 48px;
	margin: 5px auto 5px auto;
	background: url(../../images/site/subicn-general.png);
}
.treemenu.tabs ul li.general a.active:before,
.treemenu.tabs ul li.general a:hover:before  {
	background-position: 0 -48px;
}

.treemenu.tabs ul li.medicine a:before {
	content: "";
	display: block;
	width: 54px;
	height: 50px;
	margin: 5px auto 5px auto;
	background: url(../../images/site/subicn-medicine.png);
}
.treemenu.tabs ul li.medicine a.active:before,
.treemenu.tabs ul li.medicine a:hover:before  {
	background-position: 0 -50px;
}

.treemenu.tabs ul li.selfhealing a:before {
	content: "";
	display: block;
	width: 43px;
	height: 50px;
	margin: 5px auto 5px auto;
	background: url(../../images/site/subicn-selfhealing.png);
}
.treemenu.tabs ul li.selfhealing a.active:before,
.treemenu.tabs ul li.selfhealing a:hover:before  {
	background-position: 0 -50px;
}

.treemenu.tabs ul li.pressure-home a:before {
	content: "";
	display: block;
	width: 59px;
	height: 50px;
	margin: 5px auto 5px auto;
	background: url(../../images/site/subicn-pressure-home.png);
}
.treemenu.tabs ul li.pressure-home a.active:before,
.treemenu.tabs ul li.pressure-home a:hover:before  {
	background-position: 0 -50px;
}

.treemenu.tabs ul li.exercise a:before {
	content: "";
	display: block;
	width: 52px;
	height: 50px;
	margin: 5px auto 5px auto;
	background: url(../../images/site/subicn-exercise.png);
}
.treemenu.tabs ul li.exercise a.active:before,
.treemenu.tabs ul li.exercise a:hover:before  {
	background-position: 0 -50px;
}

.treemenu.tabs ul li.diabetes-athome a:before {
	content: "";
	display: block;
	width: 63px;
	height: 58px;
	margin: 2px auto 5px auto;
	background: url(../../images/site/diabetes-hand.svg);
	background-size: cover;
}
.treemenu.tabs ul li.diabetes-athome a.active:before,
.treemenu.tabs ul li.diabetes-athome a:hover:before  {
	background: url(../../images/site/diabetes-hand-white.svg);
}

.treemenu.tabs ul li.food a:before {
	content: "";
	display: block;
	width: 45px;
	height: 50px;
	margin: 5px auto 5px auto;
	background: url(../../images/site/subicn-food.png);
}
.treemenu.tabs ul li.food a.active:before,
.treemenu.tabs ul li.food a:hover:before  {
	background-position: 0 -50px;
}

.treemenu.tabs ul li.diet a:before {
	content: "";
	display: block;
	width: 50px;
	height: 50px;
	margin: 5px auto 5px auto;
	background: url(../../images/site/subicn-diet.png);
}
.treemenu.tabs ul li.diet a.active:before,
.treemenu.tabs ul li.diet a:hover:before  {
	background-position: 0 -50px;
}

.treemenu.tabs ul li.treatment a:before {
	content: "";
	display: block;
	width: 42px;
	height: 50px;
	margin: 5px auto 5px auto;
	background: url(../../images/site/subicn-treatment.png);
}
.treemenu.tabs ul li.treatment a.active:before,
.treemenu.tabs ul li.treatment a:hover:before  {
	background-position: 0 -50px;
}

.treemenu.tabs ul li.quitsmoking a:before {
	content: "";
	display: block;
	width: 51px;
	height: 50px;
	margin: 5px auto 5px auto;
	background: url(../../images/site/subicn-quitsmoking.png);
}
.treemenu.tabs ul li.quitsmoking a.active:before,
.treemenu.tabs ul li.quitsmoking a:hover:before  {
	background-position: 0 -50px;
}

.treemenu.tabs ul li.surgeon a:before {
	content: "";
	display: block;
	width: 51px;
	height: 50px;
	margin: 5px auto 5px auto;
	background: url(../../images/site/subicn-surgeon.png);
}
.treemenu.tabs ul li.surgeon a.active:before,
.treemenu.tabs ul li.surgeon a:hover:before  {
	background-position: 0 -50px;
}

.treemenu.tabs ul li.add-data a.active,
.treemenu.tabs ul li.add-data a:hover {
	background-color: #4c8ec9;
}
.treemenu.tabs ul li.add-data a:before {
	content: "";
	display: block;
	width: 43px;
	height: 50px;
	margin: 5px auto 5px auto;
	background: url(../../images/site/addData.png);
}
.treemenu.tabs ul li.add-data a.active:before,
.treemenu.tabs ul li.add-data a:hover:before  {
	background-position: 0 -50px;
}

.treemenu.tabs ul li.data-list a.active,
.treemenu.tabs ul li.data-list a:hover {
	background-color: #4c8ec9;
}
.treemenu.tabs ul li.data-list a:before {
	content: "";
	display: block;
	width: 38px;
	height: 57px;
	margin: 0 auto 5px auto;
	background: url(../../images/site/dataList.png);
}
.treemenu.tabs ul li.data-list a.active:before,
.treemenu.tabs ul li.data-list a:hover:before  {
	background-position: 0 -57px;
}

.treemenu.tabs ul li.diabetter a.active,
.treemenu.tabs ul li.diabetter a:hover {
	background-color: #4c8ec9;
}
.treemenu.tabs ul li.diabetter a:before {
	content: "";
	display: block;
	width: 55px;
	height: 50px;
	margin: 5px auto 10px auto;
	background: url(../../images/site/diabetter_icon.png);
}
.treemenu.tabs ul li.diabetter a.active:before,
.treemenu.tabs ul li.diabetter a:hover:before  {
	background-position: 0 -50px;
}

.treemenu.tabs ul li.graphs a.active,
.treemenu.tabs ul li.graphs a:hover {
	background-color: #4c8ec9;
}
.treemenu.tabs ul li.graphs a:before {
	content: "";
	display: block;
	width: 63px;
	height: 50px;
	margin: 10px auto 5px auto;
	background: url(../../images/site/graphs.png);
}
.treemenu.tabs ul li.graphs a.active:before,
.treemenu.tabs ul li.graphs a:hover:before  {
	background-position: 0 -50px;
}

.treemenu.tabs ul li.hours24 a.active,
.treemenu.tabs ul li.hours24 a:hover {
	background-color: #4c8ec9;
}
.treemenu.tabs ul li.hours24 a:before {
	content: "";
	display: block;
	width: 50px;
	height: 50px;
	margin: 8px auto 5px auto;
	background: url(../../images/site/24hours.png);
}
.treemenu.tabs ul li.hours24 a.active:before,
.treemenu.tabs ul li.hours24 a:hover:before  {
	background-position: 0 -50px;
}

.treemenu.tabs ul li.wide a {
	width: 170px;
}


.treemenu.tabs ul li.advise-exercise a:before,
.treemenu.tabs ul li.advise-practical a:before,
.treemenu.tabs ul li.advise-cardio a:before,
.treemenu.tabs ul li.advise-diabetes a:before,
.treemenu.tabs ul li.advise-hypertension a:before,
.treemenu.tabs ul li.advise-obesity a:before,
.treemenu.tabs ul li.general-info a:before,
.treemenu.tabs ul li.drugs a:before,
.treemenu.tabs ul li.diet a:before,
.treemenu.tabs ul li.healthy-living a:before,
.treemenu.tabs ul li.cholesterol a:before,
.treemenu.tabs ul li.nosmoking a:before,
.treemenu.tabs ul li.surgery a:before,
.treemenu.tabs ul li.alcohol a:before    {
	content: "";
	display: block;
	background-size: cover;
}

.treemenu.tabs ul li.advise-exercise a:before {
	width: 48px;
	height: 50px;
	margin: 5px auto 5px auto;
	background-image: url(../../images/site/exercise-black-icon.svg);
}

.treemenu.tabs ul li.advise-practical a:before {
	width: 46px;
	height: 50px;
	margin: 5px auto 5px auto;
	background-image: url(../../images/site/advise-black-icon.svg);
}

.treemenu.tabs ul li.advise-cardio a:before {
	width: 55px;
	height: 47px;
	margin: 7px auto 6px auto;
	background-image: url(../../images/site/cardio-black-icon.svg);
	background-size: cover;
}

.treemenu.tabs ul li.advise-diabetes a:before {
	width: 63px;
	height: 47px;
	margin: 7px auto 6px auto;
	background-image: url(../../images/site/diabetes-black-icon.svg);
}

.treemenu.tabs ul li.advise-hypertension a:before {
	width: 57px;
	height: 50px;
	margin: 5px auto 5px auto;
	background-image: url(../../images/site/hypertension-black-icon.svg);
}

.treemenu.tabs ul li.advise-obesity a:before {
	width: 57px;
	height: 50px;
	margin: 5px auto 5px auto;
	background-image: url(../../images/site/fit-body-black-icon.svg);
}

.treemenu.tabs ul li.general-info a:before {
	width: 50px;
	height: 50px;
	margin: 5px auto 5px auto;
	background-image: url(../../images/site/info-black-icon.svg);
}

.treemenu.tabs ul li.drugs a:before {
	width: 50px;
	height: 50px;
	margin: 5px auto 5px auto;
	background-image: url(../../images/site/drugs-black-icon.svg);
}

.treemenu.tabs ul li.diet a:before {
	width: 74px;
	height: 50px;
	margin: 5px auto 5px auto;
	background-image: url(../../images/site/diet-black-icon.svg);
}

.treemenu.tabs ul li.healthy-living a:before {
	width: 50px;
	height: 50px;
	margin: 5px auto 5px auto;
	background-image: url(../../images/site/health-black-icon.svg);
}

.treemenu.tabs ul li.cholesterol a:before {
	width: 50px;
	height: 50px;
	margin: 5px auto 5px auto;
	background-image: url(../../images/site/cholesterol-black-icon.svg);
}

.treemenu.tabs ul li.nosmoking a:before {
	width: 49px;
	height: 50px;
	margin: 5px auto 5px auto;
	background-image: url(../../images/site/smoking-black-icon.svg);
}

.treemenu.tabs ul li.surgery a:before {
	width: 50px;
	height: 50px;
	margin: 5px auto 5px auto;
	background-image: url(../../images/site/surgery-black-icon.svg);
}

.treemenu.tabs ul li.alcohol a:before {
	width: 42px;
	height: 50px;
	margin: 5px auto 5px auto;
	background-image: url(../../images/site/alcohol-black-icon.svg);
}

.treemenu.tabs ul li.advise-exercise a.active:before,
.treemenu.tabs ul li.advise-exercise a:hover:before,
.treemenu.tabs ul li.advise-practical a.active:before,
.treemenu.tabs ul li.advise-practical a:hover:before,
.treemenu.tabs ul li.advise-cardio a.active:before,
.treemenu.tabs ul li.advise-cardio a:hover:before,
.treemenu.tabs ul li.advise-diabetes a.active:before,
.treemenu.tabs ul li.advise-diabetes a:hover:before,
.treemenu.tabs ul li.advise-hypertension a.active:before,
.treemenu.tabs ul li.advise-hypertension a:hover:before,
.treemenu.tabs ul li.advise-obesity a.active:before,
.treemenu.tabs ul li.advise-obesity a:hover:before,
.treemenu.tabs ul li.general-info a.active:before,
.treemenu.tabs ul li.general-info a:hover:before,
.treemenu.tabs ul li.drugs a.active:before,
.treemenu.tabs ul li.drugs a:hover:before,
.treemenu.tabs ul li.diet a.active:before,
.treemenu.tabs ul li.diet a:hover:before,
.treemenu.tabs ul li.healthy-living a.active:before,
.treemenu.tabs ul li.healthy-living a:hover:before,
.treemenu.tabs ul li.cholesterol a.active:before,
.treemenu.tabs ul li.cholesterol a:hover:before,
.treemenu.tabs ul li.nosmoking a.active:before,
.treemenu.tabs ul li.nosmoking a:hover:before,
.treemenu.tabs ul li.surgery a.active:before,
.treemenu.tabs ul li.surgery a:hover:before,
.treemenu.tabs ul li.alcohol a.active:before,
.treemenu.tabs ul li.alcohol a:hover:before           {
	filter: brightness(0) invert(1);
}


/* Discover HD Corner */

#wrapper-discover {
	padding: 100px 0 100px 0;
	background-image: url(../../images/site/blurred-colors-bg-4.jpg);
	background-size: 100% auto;
	background-position: top center;
}

#wrapper-discover .htmlbox img {
	max-height: 600px;
	width: auto;
}

#wrapper-discover .discover-image-left .htmlbox {
	text-align: left;
}

#wrapper-discover  .discover-image-right .htmlbox {
	text-align: right;
}

@media (max-width: 7688px)
{
	#wrapper-discover {
		background-size: cover;
	}

	#wrapper-discover .discover-image-left .htmlbox,
	#wrapper-discover  .discover-image-right .htmlbox {
		text-align: center;
	}
}

/********************** Firstpage Slider *****************************************/

#subnav {
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 20px;
}

#subnav .container {
	padding: 0;
}

#subnav.firstpage {
	height: 472px;
}

#subnav .htmlbox .message-blue {
	width: 480px;
	padding-top: 45px;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	color: #000;
}

#subnav .htmlbox .message-blue h1 {
	font-size: 28px;
	font-weight: 600;
	line-height: 36px;
	color: #fff;
}

#subnav .htmlbox .message-blue h1 .important {
	font-weight: 800;
}

#subnav .htmlbox .message-white {
	width: 480px;
	padding-top: 45px;
	font-size: 18px;
	font-weight: 300;
	line-height: 28px;
	color: #000;
}

#subnav .htmlbox .message-white h1 {
	font-size: 28px;
	font-weight: 600;
	line-height: 36px;
	color: #000;
}

#subnav .htmlbox .message-white h1 .important {
	font-weight: 800;
}

#subnav .slide4 .htmlbox .message-white {
	margin-left: 500px;
}

#subnav .slide6 .htmlbox .message-white,
#subnav .slide6 .htmlbox .message-blue {
	width: 550px;
	margin-left: 450px;
}

#subnav .slide4 .htmlbox .message-blue {
	width: 500px;
	margin-left: 630px;
}

#subnav .curved-blue {
	float: left;
	position: relative;
	width: 48%;
	height: 320px;
	padding: 40px 0;
	background-color: rgba(76,142,201,.6);
	box-sizing: border-box;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	color: #000;
}

#subnav	.curved-blue:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: -160px;
	width: 160px;
	height: 320px;
	background-color: rgba(76,142,201,.6);
	border-radius: 0 160px 160px 0;
}

#subnav .curved-blue.right {
	float: right;
} 

#subnav .curved-blue.right:after {
	left: -160px;
	right: auto;
	border-radius: 160px 0 0 160px;
}

#subnav .curved-blue h1 {
	font-size: 28px;
	font-weight: 600;
	line-height: 36px;
	color: #fff;
}

#subnav .curved-blue  h1 .important {
	font-weight: 800;
}

#subnav .curved-blue .curved-content {
	width: 490px;
	float: right;
	text-align: left;
}

#subnav .curved-blue.right .curved-content {
	float: left;
}

@media (max-width: 992px) {

	#subnav .curved-blue {
		width: 100%;
		margin: 0 auto;
		padding: 40px 0;
		text-align: center;
	}

	#subnav .curved-blue:after {
		display: none;
	}

	#subnav .curved-blue .curved-content {
		width: 95%;
		margin: 0 auto;
		float: none;
		text-align: center;
	}

	#subnav .curved-blue .curved-content h1 {
		font-size: 22px !important;
		font-weight: 600 !important;
		line-height: 30px !important;
		color: #fff !important;
		background: transparent !important;
	}

	#subnav .curved-blue .curved-content p {
		text-align: center;
	}
}


#subnav .hypertension-subnav {
	padding: 100px 0;
	height: 260px;
	color: #000;
	background: url(../../assets/images/top/hypertension2-top.jpg) center center no-repeat;
}

#subnav .diabetes-subnav {
	padding: 100px 0;
	height: 260px;
	color: #000;
	background: url(../../assets/images/top/diabetes-top.jpg) center center no-repeat;
}

#subnav .cholesterol-subnav {
	padding: 100px 0;
	height: 260px;
	color: #000;
	background: url(../../assets/images/top/cholesterol-top.jpg) center center no-repeat;
}

#subnav .smoking-subnav {
	padding: 100px 0;
	height: 260px;
	color: #000;
	background: url(../../assets/images/top/smoking-top.jpg) center center no-repeat;
}

#subnav .obesity-subnav {
	padding: 100px 0;
	height: 260px;
	color: #000;
	background: url(../../assets/images/top/obesity-top.jpg) center center no-repeat;
}

#subnav .obesity-subnav h1 {
	display: inline-block;
	color: #ffffff;
	/*padding: 10px 20px;
	background-color: rgba(255,255,255,0.7); */
}

#subnav .subnav-pr {
	padding: 80px 0;
	height: 470px;
	color: #565656;
	background: url(../../images/site/pdr-raw.jpg) center top no-repeat;
}

#subnav .subnav-pr .message-blue.right {
	margin: 40px 0 0 630px;
}

#subnav .hypertension-subnav-pr {
	padding: 80px 0;
	height: 220px;
	color: #000;
	background: url(../../images/site/top-pdr-1.jpg) center top no-repeat;
}

#subnav .diabetes-subnav-pr {
	padding: 80px 0;
	height: 220px;
	color: #000;
	background: url(../../images/site/top-pdr-2.jpg) center center no-repeat;
}

#subnav .profile-subnav-pr {
	padding: 80px 0;
	height: 220px;
	color: #fff;
	background: url(../../images/site/top-pdr-3.jpg) center center no-repeat;
}

#subnav .downloads-subnav-pr {
	padding: 80px 0;
	height: 220px;
	color: #fff;
	background: url(../../images/site/top-pdr-4.jpg) center center no-repeat;
}

#subnav .help-subnav-pr {
	padding: 80px 0;
	height: 220px;
	color: #fff;
	background: url(../../images/site/top-pdr-5.jpg) center center no-repeat;
}

#subnav .help-subnav-pr h1 {
	color: #fff;
}

#subnav .general-1-subnav {
	padding: 80px 0;
	height: 220px;
	color: #000;
	background: url(../../images/site/top-general-1.jpg) center center no-repeat;
}

#subnav .books-subnav {
	padding: 80px 0;
	height: 220px;
	color: #fff;
	background: url(../../images/site/top-books.jpg) center center no-repeat;
}

#subnav .books-subnav h1 {
	color: #fff;
}


@media (max-width: 992px) {

	#subnav .hypertension-subnav,
	#subnav .diabetes-subnav,
	#subnav .cholesterol-subnav,
	#subnav .smoking-subnav,
	#subnav .obesity-subnav {
		padding: 30px 0;
		height: 130px;
		text-align: center;
		background-size: auto 100%;
		background-attachment: scroll;
	}

	#subnav .subnav-pr {
		padding: 80px 0;
		height: 470px;
		color: #565656;
		background-size: auto 100%;
		background-attachment: scroll;
	}

	#subnav .subnav-pr .message-blue.right {
		margin: 40px 0 0 630px;
	}

	#subnav .hypertension-subnav-pr,
	#subnav .diabetes-subnav-pr,
	#subnav .profile-subnav-pr,
	#subnav .downloads-subnav-pr,
	#subnav .help-subnav-pr,
	#subnav .general-1-subnav,
	#subnav .books-subnav {
		padding: 30px 0;
		height: 130px;
		text-align: center;
		background-size: auto 100%;
		background-attachment: scroll;
	}

	#subnav h1 {
		font-size: 20px !important;
		line-height: 28px !important;
		text-align: center !important;
		color: #565656 !important;
		background-color: rgba(255,255,255,0.7) !important;
	}

	#subnav .path {
		display: none;
	}

	.treemenu.tabs {
		min-height: 100px;
	}

	.treemenu.tabs ul li a {
		width: 130px;
		height: 110px;
		margin: 0 5px 5px 0;
		padding: 3px;
		font-size: 14px;
		line-height: 18px;
	}

	.treemenu.tabs ul li a:before {
		margin: 3px auto 3px auto !important;
		transform: scale(0.8);
	}

	#copyinfo .htmlbox {
		text-align: center;
	}

	#copyinfo .htmlbox a {
		line-height: 30px;
	}

	#copyinfo .htmlbox a:before {
		content: "\a ";
    	white-space: pre;
	}

}

a.btn {
	display: inline-block;
	margin: 10px 0;
	padding: 0 35px;
	color: #fff;
	font-size: 22px;
	font-weight: 600;
	line-height: 49px;
	background-color: #db1a22;
	border-radius: 25px;
	cursor: pointer;
}

a.btn.square {
	border-radius: 3px;
}

a.btn:hover {
	color: #fff;
	background-color: #cc181f;
}

@media (max-width: 992px) {
	a.btn {
		font-size: 18px;
		padding: 0 25px;
		line-height: 40px;
		border-radius: 20px;
	}
}

a.btn.blue {
	font-size: 20px;
	font-weight: 400;
	color: #fff !important;
	background-color: #4c8ec9;
}

a.btn.blue:hover {
	background-color: #4681b5;
	box-shadow: 0 2px 3px rgba(0,0,0,0.1), 0 4px 8px rgba(0,0,0,0.3);
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

a.btn.red:hover {
	background-color: #C3030B;
	box-shadow: 0 2px 3px rgba(0,0,0,0.1), 0 4px 8px rgba(0,0,0,0.3);
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

a.btn.orange {
	font-size: 20px;
	font-weight: 400;
	color: #fff !important;
	background-color: #ED9939;
}

a.btn.orange:hover {
	background-color: #DD841E;
	box-shadow: 0 2px 3px rgba(0,0,0,0.1), 0 4px 8px rgba(0,0,0,0.3);
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

a.btn.green {
	font-size: 18px;
	font-weight: 400;
	color: #fff !important;
	background-color: #4CAF50;
}

a.btn.green:hover {
	background-color: #3ea643;
	box-shadow: 0 2px 3px rgba(0,0,0,0.1), 0 4px 8px rgba(0,0,0,0.3);
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.grey-box {
	padding: 25px 0;
	background-color: #f8f8f8;
}

.grey-box.pdr-features {
	text-align: center;
}

.grey-box.pdr-features .boxes {
}

.grey-box.pdr-features h2 {
	margin: 0 auto 30px auto;
}

.grey-box.pdr-features span {
	font-size: 16px;
}

a.square-blue {
	display: block;
	width: 150px;
	height: 150px;
	margin: 0 auto 15px auto;
	background-color: #4c8ec9;
	border-radius: 4px;
}

a.square-blue:hover {
	background-color: #4681b5;
	box-shadow: 0 2px 3px rgba(0,0,0,0.1), 0 4px 8px rgba(0,0,0,0.3);
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.pdr-hypertension a.square-blue {
	background-image: url(../../images/site/hypertension-icon.png); 
	background-repeat: no-repeat;
	background-position: 20px 25px;
}

.pdr-diabetes a.square-blue {
	background-image: url(../../images/site/diabetes-icon.png); 
	background-repeat: no-repeat;
	background-position: 23px 23px;
}

.pdr-profile a.square-blue {
	background-image: url(../../images/site/profile-big-icon.png); 
	background-repeat: no-repeat;
	background-position: 32px 32px;
}

.pdr-downloads a.square-blue {
	background-image: url(../../images/site/downloads-icon.png); 
	background-repeat: no-repeat;
	background-position: 23px 32px;
}

.pdr-help a.square-blue {
	background-image: url(../../images/site/help-icon.png); 
	background-repeat: no-repeat;
	background-position: 23px 23px;
}

.pdr-diabetter-presents a.square-blue {
	background-image: url(../../images/site/diabetter_presents.png); 
	background-repeat: no-repeat;
	background-position: 19px 21px;
}

.pdr-diabetter-profile a.square-blue {
	background-image: url(../../images/site/diabetter_card.png); 
	background-repeat: no-repeat;
	background-position: 21px 40px;
}

.pdr-hcp a.square-blue {
	background-image: url(../../images/site/hcp-icon.svg);
	background-repeat: no-repeat;
	background-size: 90px 71px;
	background-position: 30px 34px;
}

.pdr-weight a.square-blue {
	background-image: url(../../images/site/weight-icon.svg);
	background-size: 105px 96px;
	background-position: 23px 30px;
	background-repeat: no-repeat;
}

.pdr-cholesterol a.square-blue {
	background-image: url(../../images/site/cholesterol-icon.svg);
	background-size: 80px 105px;
	background-position: 38px 25px;
	background-repeat: no-repeat;
}

.pdr-hba1c a.square-blue {
	background-image: url(../../images/site/hba1c-icon.svg);
	background-size: 68px 105px;
	background-position: 45px 25px;
	background-repeat: no-repeat;
}

.pdr-walking a.square-blue {
	background-image: url(../../images/site/running-white-icon.svg);
	background-size: 83px 102px;
	background-position: 33px 25px;
	background-repeat: no-repeat;
}

.pdr-heartscore a.square-blue {
	background-image: url(../../images/site/heart-score-icon.svg);
	background-size: 81px 94px;
	background-position: 45px 28px;
	background-repeat: no-repeat;
}

.pdr-patientoverview a.square-blue {
	background-image: url(../../images/site/patient-overview-icon.svg);
	background-size: 94px 81px;
	background-position: 28px 30px;
	background-repeat: no-repeat;
}

/*********** Download HD Corner Area ************/

#download-hdcorner {
	background-color: #E0E0E0;
}

#download-hdcorner .download-hdcorner-image img {
	margin-top: 50px;
}

#download-hdcorner .download-hdcorner-content {
	padding: 70px 0 70px 0;
}

@media (max-width: 768px)
{
	#download-hdcorner .download-hdcorner-content {
		padding: 70px 20px;
	}
}

/*********** Footer *****************************/

#footer {
	padding: 80px 0;
	background-color: #EEEEEE;
}

#footer .htmlbox h3 {
	margin: 2rem 0;
}

#footer .htmlbox a {
	text-decoration: none;
}

#footer span.icon {
    display: inline-block;
    width: 48px;
    height: 48px;
    margin: 20px 10px 0 0;
    background-size: cover;
    transition: opacity 0.3s ease;
}

#footer span.icon:hover {
	opacity: 0.8;
}

#footer span.icon.facebook {
    background-image: url(../../images/site/facebook-icon.svg);
}

#footer span.icon.twitter {
    background-image: url(../../images/site/x-icon.svg);
}

#footer span.icon.youtube {
    background-image: url(../../images/site/youtube-icon.svg);
}

#footer span.icon.instagram {
    background-image: url(../../images/site/instagram-icon.svg);
}

#footer span.icon.tiktok {
    background-image: url(../../images/site/tiktok-icon.svg);
}

#copyinfo {
	padding: 50px 0;
	background-color: #fff;
}

#copyinfo .container {
	text-align: center;
}

#copyinfo .htmlbox p,
#copyinfo .htmlbox {
	font-size: 17px;
	line-height: 27px;
}

#copyinfo .htmlbox p {
	margin: 2rem 0;
}

#copyinfo .htmlbox a,
#copyinfo a {
	text-decoration: none;
}

/*********** Search *************/
div.searchy {
	float: right;
	clear: right;
}

div.searchy h1, 
div.searchy h3 {
        display: none;
}

div.searchy p {
        margin: 0;
        padding: 0;
}

div.searchy input {
        width: 182px;
	padding: 1px 0 0 4px;
	border: 1px solid #c6cac9;
	height: 15px;
	_height: 18px;
	_width: 187px;
}

div.searchy button {
        width: 26px;
        height: 18px;
        border: none;
        background: url(../../images/default/search_button.png);
        background-repeat: no-repeat;
        color: white;
		margin: 0 0 2px 0;
		margin: 0 0 2px 4px\9;
}

div.searchy .simple_search {
	float: right;	
}

div.searchy .advanced_search {
	clear: both;
    float: right;
    position: relative;
}

div.searchy .advanced_search_link {
	float: right;
	clear: both;
	font-size: 12px;
	text-decoration: none;
}

div.searchy .advanced_search_link img {
	margin-bottom: -3px;
}

div.searchy .advanced_form {
	border: 1px solid #C1C8CE;
	background-color: #F5F4F4;
	padding: 10px;
	margin-bottom: 15px;
    right: 0;
    width: 450px;
}

div.searchy .advanced_form label {
	display: inline-block;
    font-size: 12px;
	width: 220px;
	float: left;
	clear: left;
	line-height: 20px;
}

div.searchy .advanced_form .search_label {
	color: #2A75B3;
    font-weight: bold;
}

div.searchy .advanced_form .comment {
	clear: both;
    float: left;
    font-size: 11px;
    font-style: italic;
    padding: 10px 0;
}

div.searchy .advanced_form .search_option{
	padding: 10px 0;	
	border-bottom: 1px solid #C1C8CE;
}

div.searchy .advanced_form .search_option.last,
div.searchy .advanced_form .search_option.first{
	border: 0;
}

div.searchy .advanced_form .where_options {
	float: left;	
}

div.searchy .advanced_form span.where_option {
	clear: right;
    float: right;
    font-size: 12px;
    width: 150px;
}

div.searchy .advanced_form span.where_option input {
	width: auto;
	margin: 0 10px 0 0;
}

div.searchy .advanced_form input.text {
	width: 210px;
	border: 1px solid #CCCCCC;
    color: #666666;
    padding: 2px;   
	background-color: #ffffff;
	float: left;
	margin: 0 0 5px 0;
}

div.searchy .advanced_form input.authortext,
div.searchy .advanced_form input.keywordtext {
	float: left;
	clear: both;
	width: 300px;
}

div.searchy .advanced_form span.by_option {
	clear: both;
    float: left;
	width: auto;
}

div.searchy .gui_button {
	float: right;	
}

/*********** End Search ************/

#header p {
	margin: 0;
	padding: 0;
}

#header .htmlbox {
	margin-top: 8px;
	float: right;
	text-align: right;
    padding: 4px 12px 8px 0;
	color: #206bae;
	_margin-top: 3px;
}

#header .htmlbox p {
	margin: 0;
	padding: 0;
}

#header .loginsnippet {
	margin-top: 8px;
	margin-right: 31px;
	float: right;
	clear: right;
	text-align: right;
	padding: 4px 0 8px 0;
	_margin: 3px 19px 0 0;
	_padding: 4px 0 8px 0;
}

#header .loginsnippet a {
	color: #206bae;
}

#info {
	width: 100%;
	padding: 8px 0;
	text-align: left;
	font-family: 'Noto Sans', Helvetica, Arial;
	font-size: 15px;
	font-weight: 300;
}

#sub {
    float: left;
    width: 200px;
    text-align: left;
}

#main {
    float: left;
    padding: 15px 10px 30px 10px; 
    text-align: left;
    box-sizing: border-box;
}

#rightytop {
        float: left;
        width: 100%;
        clear: right;
}

#mainleft {
        float: left;
        width: -215px;
        _width: -232px;
        _height: 1%;
}

#mainright { 
	width: 210px; 
        margin: 0 0 0 4px;
	float: left;

}

#footer {
	clear: both;
}

/******** Login Page ********/

.login {
	font-family: 'Noto Sans', Helvetica, Arial;
	font-size: 15px;
	font-weight: 400;
	color: #565656;
}

.login h1 {
	margin-bottom: 10px;
	font-weight: 600;
}

.login h2 {
	margin-bottom: 10px !important;
	font-size: 18px;
	font-weight: 600;
	color: #202020;
}

.login label {
	font-family: 'Noto Sans', Helvetica, Arial;
	font-size: 16px;
	font-weight: 600;
	line-height: 50px;
}

.login input {
	padding: 0 15px !important;
	width: 350px;
	float: right;
	font-family: 'Noto Sans', Helvetica, Arial;
	font-size: 17px;
	font-weight: 400;
	line-height: 50px;
	min-height: 50px !important;
	border: 1px solid #c1c1c1;
}

.login input.code10digit {
	width: 350px;
}

.login button.login {
	display: block;
	margin-bottom: 25px;
	width: auto;
	padding: 15px 40px;
	color: #fff;
	background-color: #000000;
	font-family: 'Noto Sans', Helvetica, Arial;
	font-size: 17px;
	font-weight: 600;
	line-height: 18px;
	border: none;
	border-radius: 24px;
	cursor: pointer;
}

.login button.login:hover {
	box-shadow: 0 2px 3px rgba(0,0,0,0.1), 0 4px 8px rgba(0,0,0,0.3);
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
	color: #fff !important;
  	transform: scale(1.07);
  	box-shadow: 0 25px 35px -15px rgba(22, 22, 19, .5);
}

.login button.login10digit {
	display: block;
	margin-bottom: 25px;
	width: auto;
	color: #fff;
	background-color: #000000;
	font-family: 'Noto Sans', Helvetica, Arial;
	font-size: 18px;
	font-weight: 600;
	line-height: 48px;
	border-radius: 24px;
	cursor: pointer;
}

.login button.login10digit:hover {
	box-shadow: 0 2px 3px rgba(0,0,0,0.1), 0 4px 8px rgba(0,0,0,0.3);
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.login p {
	line-height: 25px;
}

.login p.empty-row {
	line-height: 49px;
}

.login .or {
	text-align: center;
}

.login .or span.line {
	display: inline-block;
	height: 180px;
	margin-top: 55px;
	background: url(../../images/site/grey-dot.png) center top repeat-y;
}

.login .or span span {
	display: inline-block;
	padding: 15px 0;
	margin-top: 65px;
	font-size: 18px;
	background-color: #fff;
}

@media (max-width: 992px) {
	.login .or span.line {
		display: inline;
		margin-top: 0;
	}

	.login .or span span {
		margin-top: 0;
	}
}

.login button.exit {
	display: block;
	display: none;
	margin-bottom: 25px;
	width: 100%;
	color: #fff;
	background-color: #db1a22;
	font-family: 'Noto Sans', Helvetica, Arial;
	font-size: 18px;
	font-weight: 600;
	line-height: 45px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
}

.login button.exit:hover {
	background-color: #cc181f;
	box-shadow: 0 2px 3px rgba(0,0,0,0.1), 0 4px 8px rgba(0,0,0,0.3);
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.login p.message.error {
	line-height: 22px;
	color: #d31017;
}


/******** End Login Page ****/

/******** New Account *******/

.newaccount .medical_data,
.newaccount .address_data,
.editprofile .hcp {
	display: none;
}

.myprofile .register-title {
	font-size: 20px;
	font-weight: 600;
	padding: 20px;
	text-align: center;
	color: #FFF;
	background-color: #4C8EC9;
}

.myprofile .showform form {
	font-size: 15px;
	font-weight: 600;
}

.myprofile .showform .fieldset {
	border: none;
}

.myprofile .showform .fieldset.medical_data {
	background-color: #ededed;
}

.myprofile .showform .fieldsection {
	padding: 5px 0;
	margin-bottom: 15px;
	background-color: #fff;
}

.myprofile .showform .fieldsection label {
	width: 100%;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
}

.myprofile.pressure .showform .label_td {
	min-width: 250px;
}

.myprofile.pressure .showform .medical_data .label_td,
.myprofile.pressure .showform .address_data .label_td {
	min-width: 180px;
}

.myprofile.pressure .showform .values_td input {
	width: 250px;
}

.myprofile.pressure .showform .medical_data .values_td input {
	width: 180px;
}

.myprofile.pressure .showform .small .values_td input {
	width: 100px;
}

.myprofile.pressure .showform .values_td input[type='checkbox'],
.myprofile.pressure .showform .values_td input[type='radio'] {
	width: auto;
	background: transparent;
}

.myprofile.pressure .showform .values_td input[type='checkbox']:focus,
.myprofile.pressure .showform .values_td input[type='radio']:focus,
.myprofile.pressure .showform .values_td input[type='checkbox']:active,
.myprofile.pressure .showform .values_td input[type='radio']:active {
	outline: none;
	outline-width: 0;
}

.myprofile.pressure .showform .values_td input.date {
	width: 150px;
}

.myprofile.pressure .showform .values_td select {
	width: 170px;
	padding: 6px 10px 6px 10px;
	margin-left: 0;
	font-size: 15px;
}

.myprofile.pressure .showform .submit_button {
	display: block;
	float: none;
	text-align: center;
	margin: 0 auto 40px auto;
	width: 250px;
	color: #fff;
	background-color: #4CAF50;
	font-family: 'Noto Sans', Helvetica, Arial;
	font-size: 18px;
	font-weight: 600;
	line-height: 45px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
}

.myprofile.pressure .showform .submit_button.left {
	margin: 0 0 40px 250px;
}

.myprofile.pressure .showform .submit_button:hover {
	background-color: #3ea643;
	box-shadow: 0 2px 3px rgba(0,0,0,0.1), 0 4px 8px rgba(0,0,0,0.3);
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.myprofile.pressure .messagebox {
	margin: 20px 30px 10px 30px;
	padding: 10px 20px;
	background-color: #ffffff;
	background-image: none;
}

.myprofile.pressure .messagebox.ok {
	display: block;
    padding: 20px 30px;
    margin-bottom: 20px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    background-color: #4CAF50;
    border: none;
    border-radius: 4px;
}

.myprofile.pressure .showform .subtitle {
	padding: 30px 0 10px 250px;
	font-size: 18px;
	font-weight: bold;
}

.myprofile .messageboxokBasic {
	display: block;
	padding: 20px 30px;
	margin: 20px 0;
	background-color: #fff;
	border: 2px solid #4c8ec9;
	font-size: 16px;
}

.myprofile.newaccount .messageboxokBasic {
	margin-top: 0;
}

.myprofile .messageboxokBasic:first-child {
	display: block;
	padding: 20px 30px;
	margin-bottom: 20px;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	background-color: #4CAF50;
	border: none;
	border-radius: 4px;
}

.myprofile.editprofile .messageboxokBasic p {
	display: inline;
	background: none;
	padding: 0;
	color: #fff;
	min-height: auto;
	font-size: 16px;
	border: none;
}

.myprofile .code10digit {
	display: none;
}

.show10digitcode {
	font-family: 'Noto Sans', Helvetica, Arial;
}

.show10digitcode .message {
	padding: 10px 30px;
	margin-bottom: 20px;
    color: #938936;
    background-color: #f5f2d7;
    font-size: 16px;
    line-height: 24px;
}

.show10digitcode .message h2 {
	color: #938936;
}

.show10digitcode .code-box {
	display: inline-block;
	padding: 20px 30px;
	margin-bottom: 20px;
	float: right;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	background-color: #4CAF50;
}

.show10digitcode .title {
	float: left;
	font-weight: 400;
}

.show10digitcode .thecode {
	float: left;
	margin-left: 10px;
}

/******** End New Account ***/

/******** Datepicker ********/

/*
 * * jQuery UI CSS Framework
 * * Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
 * * Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
 * */
-widget { font-family: Lucida Grande, Lucida Sans, Arial, sans-serif; font-size: 1.1em; }
/*.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Lucida Grande, Lucida Sans, Arial, sans-serif; font-size: 1em; }*/
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: verdana,bitstream vera sans,sans-serif; font-size: 11px; }
/*.ui-widget-content { border: 1px solid #dddddd; background: #f2f5f7 url(../../images/ui/ui-bg_highlight-hard_100_f2f5f7_1x100.png) 50% top repeat-x; color: #362b36; }*/
.ui-widget-content { border: 1px solid #dddddd; color: #362b36; background-color:#f9f9f9;}
.ui-widget-content a { color: #362b36; }
/*.ui-widget-header { border: 1px solid #aed0ea; background: #deedf7 url(../../images/ui/ui-bg_highlight-soft_100_deedf7_1x100.png) 50% 50% repeat-x; color: #222222; font-weight: bold; }*/
.ui-widget-header { border: 1px solid #b2c7d7; background: #e7eef3 url(../../images/ui/e7eef3_40x100_textures_03_highlight_soft_100.png) 50% 50% repeat-x; color: #222222; font-weight: bold; }
.ui-widget-header a { color: #222222; }


/* Interaction states
 * ----------------------------------*/
/*.ui-state-default, .ui-widget-content .ui-state-default { border: 1px solid #aed0ea; background: #d7ebf9 url(../../images/ui/ui-bg_glass_80_d7ebf9_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #2779aa; outline: none; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #2779aa; text-decoration: none; outline: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus { border: 1px solid #74b2e2; background: #e4f1fb url(../../images/ui/ui-bg_glass_100_e4f1fb_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #0070a3; outline: none; }
.ui-state-hover a, .ui-state-hover a:hover { color: #0070a3; text-decoration: none; outline: none; }
.ui-state-active, .ui-widget-content .ui-state-active { border: 1px solid #2694e8; background: #3baae3 url(../../images/ui/ui-bg_glass_50_3baae3_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #ffffff; outline: none; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #ffffff; outline: none; text-decoration: none; }*/


/* Interaction states
 *  * ----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default { border: 1px solid #cccccc; background: #e6e6e6 url(../../images/ui/e6e6e6_40x100_textures_02_glass_80.png) 50% 50% repeat-x; font-weight: normal; color: #444444; outline: none; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #444444; text-decoration: none; outline: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus { border: 1px solid #b2c7d7; background: #f0f0f0 url(../../images/ui/f0f0f0_40x100_textures_02_glass_100.png) 50% 50% repeat-x; font-weight: normal; color: #0b5b98; outline: none; }
.ui-state-hover a, .ui-state-hover a:hover { color: #0b5b98; text-decoration: none; outline: none; }
.ui-state-active, .ui-widget-content .ui-state-active { border: 1px solid #2694e8; background: #99c2ff url(../../images/ui/99c2ff_40x100_textures_02_glass_50.png) 50% 50% repeat-x; font-weight: normal; color: #000000; outline: none; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #000000; outline: none; text-decoration: none; }

.newtabs {
        font-family:verdana,bitstream vera sans,sans-serif;
        font-size-adjust:none;
        font-style:normal;
        font-variant:normal;
        font-size:10px;
}

.newtabs .ui-widget-content { 
	border:none;
	background-color: #ffffff;
}

.newtabs .ui-state-default, .newtabs .ui-state-active  {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(../../images/tables/tableft.png) no-repeat scroll 5% 0%;
	cursor:default;
	float:left;
	font-size:10px;
	font-weight:normal;
	text-align:center;
	margin-right:1px;
	padding:0 0 0 3px;
	border: none;
}

.newtabs .ui-state-default span, .newtabs .ui-state-active span {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background: url(../../images/tables/tabright.png) no-repeat scroll right top;
	color:#416AA3;
	display:block;
	float:left;
	padding:5px 5px 4px 5px;
	width:82px;
}

.newtabs .ui-state-default {
	background-position:0 0px;
}

.newtabs .ui-state-default:hover {
	background-position:0 -21px;
}

.newtabs .ui-state-default span:hover {
	background-position:100% -21px;
}

.newtabs .ui-state-active, .newtabs .ui-state-active:hover  {
	background-position:0 -42px;
	color:#15428B;
}

.newtabs .ui-state-active span, .newtabs .ui-state-active span:hover {
	background-position:100% -42px;
	font-weight:bold;
}


/* Interaction Cues
 * ----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight {border: 1px solid #f9dd34; background: #ffef8f url(../../images/ui/ui-bg_highlight-soft_25_ffef8f_1x100.png) 50% top repeat-x; color: #363636; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a { color: #363636; }
.ui-state-error, .ui-widget-content .ui-state-error {border: 1px solid #cd0a0a; background: #cd0a0a url(../../images/ui/ui-bg_flat_15_cd0a0a_40x100.png) 50% 50% repeat-x; color: #ffffff; }
.ui-state-error a, .ui-widget-content .ui-state-error a { color: #ffffff; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text { color: #ffffff; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }


/* Icons
 * ----------------------------------*/

/* states and images */
/*.ui-icon { width: 16px; height: 16px; background-image: url(../../images/ui/ui-icons_72a7cf_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(../../images/ui/ui-icons_72a7cf_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(../../images/ui/ui-icons_72a7cf_256x240.png); }
.ui-state-default .ui-icon { background-image: url(../../images/ui/ui-icons_3d80b3_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(../../images/ui/ui-icons_2694e8_256x240.png); }
.ui-state-active .ui-icon {background-image: url(../../images/ui/ui-icons_ffffff_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(../../images/ui/ui-icons_2e83ff_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(../../images/ui/ui-icons_ffffff_256x240.png); }*/

.ui-icon { width: 16px; height: 16px; background-image: url(../../images/ui/222222_256x240_icons_icons.png); }
.ui-widget-content .ui-icon {background-image: url(../../images/ui/222222_256x240_icons_icons.png); }
.ui-widget-header .ui-icon {background-image: url(../../images/ui/72a7cf_256x240_icons_icons.png); }
.ui-state-default .ui-icon { background-image: url(../../images/ui/888888_256x240_icons_icons.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(../../images/ui/2694e8_256x240_icons_icons.png); }
.ui-state-active .ui-icon {background-image: url(../../images/ui/ffffff_256x240_icons_icons.png); }
.ui-state-highlight .ui-icon {background-image: url(../../images/ui/2e83ff_256x240_icons_icons.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(../../images/ui/cd0a0a_256x240_icons_icons.png); }


/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
 * ----------------------------------*/

/* Corner radius */
.ui-corner-tl { -moz-border-radius-topleft: 6px; -webkit-border-top-left-radius: 6px; }
.ui-corner-tr { -moz-border-radius-topright: 6px; -webkit-border-top-right-radius: 6px; }
.ui-corner-bl { -moz-border-radius-bottomleft: 6px; -webkit-border-bottom-left-radius: 6px; }
.ui-corner-br { -moz-border-radius-bottomright: 6px; -webkit-border-bottom-right-radius: 6px; }
/*.ui-corner-top { -moz-border-radius-topleft: 6px; -webkit-border-top-left-radius: 6px; -moz-border-radius-topright: 6px; -webkit-border-top-right-radius: 6px; }
.ui-corner-bottom { -moz-border-radius-bottomleft: 6px; -webkit-border-bottom-left-radius: 6px; -moz-border-radius-bottomright: 6px; -webkit-border-bottom-right-radius: 6px; }
.ui-corner-right {  -moz-border-radius-topright: 6px; -webkit-border-top-right-radius: 6px; -moz-border-radius-bottomright: 6px; -webkit-border-bottom-right-radius: 6px; }
.ui-corner-left { -moz-border-radius-topleft: 6px; -webkit-border-top-left-radius: 6px; -moz-border-radius-bottomleft: 6px; -webkit-border-bottom-left-radius: 6px; }*/
.ui-corner-all { -moz-border-radius: 6px; -webkit-border-radius: 6px; }

.newtabs .ui-corner-all  { -moz-border-radius: 0px; -webkit-border-radius: 0px;}

/* Overlays */
.ui-widget-overlay { background: #eeeeee url(../../images/ui/ui-bg_diagonals-thick_90_eeeeee_40x40.png) 50% 50% repeat; opacity: .80;filter:Alpha(Opacity=80); }
.ui-widget-shadow { margin: -7px 0 0 -7px; padding: 7px; background: #000000 url(../../images/ui/ui-bg_highlight-hard_70_000000_1x100.png) 50% top repeat-x; opacity: .30;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -webkit-border-radius: 8px; }/* Accordion
----------------------------------*/
.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 0 !important; margin-bottom: 5px !important; zoom: 1; }
.ui-accordion .ui-accordion-li-fix { display: inline; }
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em 2.2em; }
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 5px !important; overflow: auto; display: none; }
.ui-accordion .ui-accordion-content-active { display: block; }/* Datepicker
----------------------------------*/
.ui-datepicker { width: 17em; padding: .2em .2em 0; position: fixed; top: -20px; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { float:left; font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker .ui-datepicker-title select.ui-datepicker-year { float: right; }
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}/* Dialog
----------------------------------*/
.ui-dialog { position: relative; padding: .2em; width: 300px; }
.ui-dialog .ui-dialog-titlebar { padding: .5em .3em .3em 1em; position: relative;  }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 0 .2em; } 
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
.ui-dialog .ui-dialog-content { border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane button { float: right; margin: .5em .4em .5em 0; cursor: pointer; padding: .2em .6em .3em .6em; line-height: 1.4em; width:auto; overflow:visible; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }
/* Progressbar
 * ----------------------------------*/
.ui-progressbar { height:2em; text-align: left; }
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }/* Resizable
----------------------------------*/
.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block;}
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0px; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0px; }
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0px; height: 100%; }
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0px; height: 100%; }
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}/* Slider
----------------------------------*/
.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; }

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }/* Tabs
----------------------------------*/
.ui-tabs { padding: .5em; zoom: 1; width:840px;}
.ui-tabs .ui-tabs-nav { -moz-background-clip:border; -moz-background-inline-policy:continuous; -moz-background-origin:padding; background:transparent url(../../images/tables/tab_bottom1.png) repeat-x scroll left bottom; /*float:left;*/ line-height:normal; padding:3px 0 0 3px; width:99.6%; }
.ui-tabs .ui-tabs-nav li { position: relative; float: left; border-bottom-width: 0 !important; margin: 0 0 0 0; padding: 0; }
.ui-tabs .ui-tabs-nav li a { float: left; text-decoration: none; padding: .0em 0.2em; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { padding-bottom: 0px; border-bottom-width: 0; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { -moz-background-clip:border; -moz-background-inline-policy:continuous; -moz-background-origin:padding; background: url(../../images/tables/tab_bottom2.png) repeat-x scroll left top; border-color:/*-moz-use-text-color*/ #99BBE8 #99BBE8;  border-style:none solid solid; border-width:medium 1px 1px; clear:both; margin:0; padding:15px 5px 5px 5px;  }
.ui-tabs .ui-tabs-hide { display: none !important; }

/* Layout helpers
 * ----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
* .ui-helper-clearfix { display:block; }
*/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
 * ----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
 * ----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
 * ----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/******** End Datepicker ***/

#left {

}

/******** Left Menu *********/

#left .treemenu {
	width: 95%;
	overflow: hidden;
	margin-bottom: 10px;
	font-family: 'Noto Sans', Helvetica, Arial;
	font-size: 15px;
}

#left .treemenu h1 {
	display: block;
	padding: 8px 20px 18px 20px; 
	margin: 0;
	font-size: 15px;
	font-weight: 600;
	text-align: left;
	color: #565656;
	border-right: 1px solid #ddd;
}

#left .treemenu ul {
    list-style: none;
    list-style-type: none;
    text-align: left;
    margin: 0;
    padding: 10px 0 0 0;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

#left .treemenu ul li {
    display: block;
    text-indent: 0px;
    margin: 0px;
	padding: 0;
	line-height: 22px;
}

#left .treemenu ul li a {
    text-decoration: none;
    display: block;
	padding: 8px 20px;
	color: #467bc1;
	font-size: 15px;
	font-weight: 400;
}

#left .treemenu ul li .active {
	
}

#left .treemenu ul li.active li {
	
}

#left .treemenu ul li:hover a {
	background-color: #d5eafd;
}

#left .treemenu ul li.active a {
	color: #fff;
	background-color: #4c8ec9;
}

#left .treemenu ul ul {
	display: none;
	margin: 15px 0 15px 26px;
	padding: 0;
	border: none;
	border-left: 1px solid #ddd;
}

#left .treemenu ul li.active ul {
	display: block;
}

#left .treemenu ul li.active ul li {
	border: none; 
}

#left .treemenu ul li ul li a {
	border: none;
	background: none;
}

#left .treemenu ul li.active ul li a {
	background: none;
	color: #333333;
	font-weight: 300;
}

#left .treemenu ul li ul li:hover a {
	background-color: #f8f8f8;
}

#left .treemenu ul li ul li.active a {
	font-weight: 400;
	border-left: 2px solid #4c8ec9;
}

#left .treemenu ul li.active ul ul {
	display: none;
}

/****** End Left Menu **************/


/****** News **********************/

.news_nopager .linktofull,
.news_nopager .pager,
.news_nopager .delimiter,
.news_nopager img,
.newsitem .category {
	display: none;
}

.tab,
.news h1 {
	display: block;
	width: 680px;
	height: 26px;
	margin: 10px 0 0 0;
	background: url(../../images/default/tab.png) no-repeat;
	color: #3298cb;
	font-weight: bold;
}

.tab h1 {
	color: #3298cb;
	padding: 3px 0 0 15px; 
}

span.tab,
.news h1 span {
	line-height: 26px;
	padding-left: 10px;
}

.news li { list-style:none; padding: 10px 0px; height:auto;}

.news_nopager h1 span {
	line-height: 23px;
	color: #000000;
	font-size: 11px;
}

.news_nopager .newsitem {
	margin: 0;
	padding-bottom: 15px;
}

.newsitem .subject {
	font-size: 11px;
    padding: 0 0 0 12px;
	margin-bottom: 5px;
	background: url(../../images/default/bullet.png)  left 6px no-repeat;
}

.news_nopager .subject {
	width: auto;
	height: auto;
	margin: 0;
	font-size: 11px;
	padding: 0 0 0 12px;
	margin-bottom: -2px;
	background: url(../../images/default/bullet.png) left 6px no-repeat;
}

.newsitem .subject,
.newsitem .subject a,
.newsitem .subject a:visited {
	color: #2a75b3;
	font-size:110%;
	text-align:left;
}

.newsitem p {
	margin-left:12px;
	float: none;
	text-align: justify;
}

.news_nopager p {
	margin: 0;
	padding: 5px 5px 0 12px;
	text-align: justify;
	font-size: 11px;
}

.news .nopager {
	display:none;
}

.news .image {
	float: left;
}

.news .caption {
	text-align: center;
	margin-bottom: 5px;
	font-size: 10px;
}

.newsitem .linktofull {
	clear: both;
}

.newsitem .linktofull a {
	text-decoration: none;
}

.newsitem .linktofull a:hover {
	color: #e85700;
}
.newsitem .newsabstract{ 
	font-style:italic; 
	color: #7E7E7E;
}

.newsitem .newsabstract a {
	color: #333333;
}

.newsitem .newsabstract a:hover {
	text-decoration: none;
}

.newsback a,
.newsback a:visited {
	display: block;
	width: 140px;
	height: 24px;
	padding: 2px 0 0 25px;
	margin: 10px 0 10px 0;
	color: #333333;
	font-size: 11px;
	background: url(../../images/default/back_button.png) no-repeat;
}

.newsback a:hover {
	color: #000000;
}

.newsbody {
	padding-top: 15px;
}

.news .comment_numb {
	height:18px;
	background:transparent url(/images/comment.png) no-repeat scroll 0 6px;
	padding:3px 20px 0px 20px;
	margin-top:10px;
	]background-position:0 8px;
}

#onecol .news {
 	margin: 0 auto;
  	width: 878px;
	padding: 30px 0 30px 0;
	font-family:verdana,bitstream vera sans,sans-serif;
}
#onecol .news .logo {
	float:left; 
	clear:right;
	margin-bottom:20px;
}

#onecol .news .button_set {
	float:right;
	width:auto;
}

#onecol .news .print .span2 {
	background: transparent url(../../images/print.png) no-repeat scroll top left; 
	padding:2px 0px 5px 23px;
}

#onecol .newsitem {
	color:#333333;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.66em;
	font-size:1.15em;
	text-align:left;
	float:left;
	clear:both;
	position:relative;
}

#popup_container #content {
	padding: 0;
	background-color: #ffffff;
}

/********** End News ********************************/


/********** Newsletter Box *************************/

#sub .newsletterform .formtitle {
	display: block;
	width: 146px;
	margin-left: -10px;
	margin-bottom:0;
	background: url(../../images/default/newsletterbox_top.png) top left no-repeat;
	font-size:1.2em;
	padding:22px 0px 5px 55px;
}

#sub .newsletterform .showform_form{
	width: 200px;
	background: url(../../images/default/newsletterbox_bottom.png) left bottom no-repeat;
	padding-bottom: 11px;
}

#sub .newsletterform .showform_form ul { margin:0px; }

#sub .newsletterform .showform_form li { border:none;margin:0px;padding:0px;}

#sub .newsletterform .form_body { padding-left:10px; }

#sub .newsletterform .form_body .formtitle {margin-top: 0px}

#sub .newsletterform .form_body p {
	color:#5B5B5B;
	font-weight:bold;
	margin-bottom:5px;
	font-size:10px;
}

#sub .newsletterform .form_body .error {
	padding:0px;
	font-size:9px;
}

#sub .newsletterform .table_showform {padding-left:0px;}

#sub .newsletterform .table_showform .label_td {float:none;padding:0px}

#sub .newsletterform .table_showform .values_td {	float:left;  }

#sub .newsletterform label { 
	font-size:10px; 
	font-weight:normal;
}

#sub .newsletterform span.required { display:none; }

#sub .newsletterform .submit_button {
        margin: 20px 0 5px 115px;
        width: 74px;
        height: 19px;
		border: 0;
        background: url(../../images/default/submit_button.png) top left no-repeat;
        color: white;
        padding-top:2px;
	    _margin-left: 100px; 
		//padding-top: 0px; 	
}

#sub .newsletterform .clearfix { height:0px }

/********* End Newsletter Box *********************/

/********* Gallery ********************************/

.gallery { 
	text-align:center; 
	padding-top:10px; 
	padding-bottom:10px;
}

ul.gallery {
        list-style: none;
        list-style-type: none;
        margin: 0;
        padding: 0;
}

.gallery .gallery_keywords { 
	font-size:11px; 
	text-align:center;
}

.gallery .aphoto {
    background-color: #FFFFFF;
    border:1px solid #E6E6E6;
    float: left;
    font-size: 11px;
    margin: 0 0px 10px 0;
    padding: 9px 9px 4px 9px;
     -moz-box-shadow: 3px 3px 5px #ccc;
	 -webkit-box-shadow: 3px 3px 5px #ccc;
	 box-shadow: 3px 3px 5px #ccc;
}

.gallery .aphoto:hover {
    border:1px solid #BBBBBB;
}

ul.gallery .lezanta {
	width: 150px;
	color: #03A7DA;
	text-align: left;
	font-size: 11px;
	padding-left: 5px;
	padding-bottom: 10px;
}

.gallery .aphoto a:hover {
	text-decoration: none;
}

ul.gallery img {
    border: none;
	padding-bottom: 5px;
}

ul.gallery li {
	float: left;
    padding: 10px;
}

#slideshow { text-align: center;  }

#slideshow-container {
        position: relative;
        clear: both;
        height: 350px;
}

#slideshow span.image-wrapper {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
}

#slideshow a.advance-link {
        display: block;
        width: 100%;
        height: 100%;
        text-align: center;
}

#slideshow a:hover {  text-decoration: none;  }
#slideshow img {  border: 10px solid #f3f3f3;  }

#thumbs {
        margin: 5px 0 0 0;
        text-align: center;
}


/********* End Gallery ****************************/

/********* Document Viewer ************************/

.docviewer { 
	text-align:center; 
	padding-top:10px; 
	padding-bottom:10px;
}

.docviewer .zoomicon {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(/images/flipbook/flipzoom.png) no-repeat scroll center;
	bottom:8px;
	display:block;
	height:55px;
	position:absolute;
	right:10px;
	width:58px;
}

.docviewer .docthumb p {
	background-color:#F3F3F3;
	background-image:none;
	display:inline-block;
	padding:10px;
	position:relative;
	text-align:center;
	color: #1b5b94;
	font-weight: bold;
}

/********* End Document Viewer ********************/


.ruler {
	display: block; 
	height: 4px;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 5px;
	background-color: #e6e6e6;
}

.separator {
        border-top: 2px solid #c0c0c0;
        margin-top: 8px;
        height: 4px;
}

.separator_strong {
        border-top: 3px solid #d5d7d6;
        margin-top: 8px;
        height: 6px;
}

.boxarea {
	width: 217px;
	padding-bottom: 10px;
	background: #e4e3eb url(../../images/default/boxarea_bottom.png) bottom left no-repeat;
}

.boxarea_top {
	width: 217px;
	height: 10px;
	background: url(../../images/default/boxarea_top.png) top left no-repeat;
}

.box_instruct {
	width: 199px;
	height: 91px;
	margin: 0 9px 12px 9px;
	background: url(../../images/default/box_instruct.png) top left no-repeat;
}

.box_seminars {
	width: 199px;
	height: 91px;
	margin: 0 9px;
	background: url(../../images/default/box_seminars.png) top left no-repeat;
}

.boxarea span {
	display: block;
	padding: 35px 5px 5px 70px;
}

.boxarea a, .boxarea a:link, .boxarea a:visited {
        color: #333333; text-decoration: underline;
}

.boxarea a:hover {
        color: #78AE0D;
}

.contactform form {
	width: 500px;
        padding-top: 5px;
        padding-left: 20px;
}

.admin div.submit {
        text-align: left;
        padding-left: 260px;
}

.contactform button span {
	padding: 0 10px 0 10px; 
	background: none;
	border: none;
}

.contactform label {
        font-weight: normal;
        float: left;
        width: 180px;
        text-align: right;
        padding-right: 10px;
        color: #333333;
        font-size: 13px;
        line-height: 30px;
}


.contactform input {
    border: none;
	background: #e4e3eb url(../../images/default/input_box.png) top left no-repeat;
	width: 229px;
	line-height: 30px;
	height: 30px;
	padding: 0 5px;
	_width: 239px;
	font-size: 13px;
}

.contactform input[type="checkbox"],
.contactform input[type="radio"],
.contactform input[type="checkbox"]:focus,
.contactform input[type="radio"]:focus,
.contactform input[type="checkbox"]:active,
.contactform input[type="radio"]:active {
        display: inline-block;
        margin-top: auto;
        margin-bottom: auto;
        width: auto;
        border: 0;
        background: transparent;
        text-align: left;
        outline-width: 0px;
}

.contactform p {
	margin: 6px 0 6px 0;
	text-align: right;
}

.contactform p.message {
        margin: 15px 0;
        text-align: left;
         color: #333333;
        font-size: 13px;
}

.contactform textarea,
.contactform textarea {
        width: 300px;
        height: 150px;
        border: 1px solid #a7a6aa;
        padding-left: 5px;
}
.contactform input:focus,
.contactform textarea:focus {
        background-color: #2A75B3;
        border: 1px solid #2A75B3;
        margin-top: -2px;
        margin-left: -2px;
}

.contactform a {
        display: block;
        padding-left: 10px;
}

.contactform button {
	color: #ffffff;
	background: transparent url(../../images/default/form_button.png) no-repeat scroll top left;
	cursor:pointer;
	width: 107px;
	height: 30px;
	border: 0;
	font-size: 14px;
}

.registerform {
	margin-top:10px;
}
.registerform form {
	width: auto;
	padding: 0 15px;
}

.registerform label {
	width: 220px;
}

.registerform p {
	padding-right: 150px;
}

.statuscont span {
	margin-top: 10px;
	margin-bottom: 8px;
	font-size: 10pt;
	font-weight: bold;
	padding: 5px; 
	text-align: left;
}

.registerform .values_td { 
	margin-left: 10px;
}

.registerform .users {
	border:none;
}

.registerform .users .newtabs .subscripttable .delete, 
.registerform .users .newtabs .subscripttable .payall {
	display: block;
}
.registerform .users .formtable .select_box_pay { margin-left: 10px; }
.registerform .users .formtable th {
	border-top: 1px solid #cccccc;
	background:0;
	background-color: #F7F7F7;
}

.registerform .users .newtabs .subscripttable tr {
	font-size:11px;
}
.messages {
	color: red;
	float: right;
}

fieldset.highlight {
	background-color: #e9f0fb;
}

.messagebox {
	width: auto;
	margin: 0 0 10px 0;
	padding: 20px 25px;
	background-color: #f8f8f8;
	font-size: 15px;
}

.messagebox.error {
	background: #ffffcc url(../../images/icon_critalert.gif) 20px 14px no-repeat;
	padding-left: 80px;
	color: #c60000;
}

.messagebox.ok {
	background-color: #4CAF50;
	border: none;
	color: #fff;
	font-size: 16px;
	box-sizing: border-box;
}

.messagebox.ok h1,
.messagebox.ok h2,
.messagebox.ok h3,
.messagebox.ok h4 {
	color: #fff;
}

.messagebox.ok a {
	display: inline-block;
	margin: 20px 0;
	padding: 10px 20px;
	background-color: #fff;
	color: #4CAF50;
	font-size: 16px;
	font-weight: 600;
	border-radius: 4px;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.messagebox.ok a:hover {
    box-shadow: 0 2px 3px rgba(0,0,0,0.1), 0 4px 8px rgba(0,0,0,0.3);
}

.messagebox.info a {
	color: #467bc1;
	text-decoration: none;
}

.messagebox.info a:hover {
	text-decoration: underline;
}

a.backbutton {
        display: block;
        float: left;
        height: 24px;
        padding-right: 15px;
        background: transparent url(../../images/default/backbutton_right.png) no-repeat scroll top right;
        color: white;
	font-size: 10px;
        font-weight: bold;
}

a.backbutton span {
        background: url(../../images/default/backbutton_left.png) no-repeat;
        display: block;
        line-height: 14px;
        padding: 5px 0 5px 25px;
	color: white;
}

a.backbutton:hover {
        color: white;
}

a.linkto {
	display: inline-block;
	padding-left: 15px;
	background: url(../../images/default/square_arrow_blue.png) left 2px no-repeat;
	background: url(../../images/default/square_arrow_blue.png) left 4px no-repeat\9;
}

a:hover.linkto { color: #e85700;}


/******* Sitemap ************/

.sitemap {
	margin-top: 5px;
	width: 100%;
	display: block;
	position: relative;
	font-family: 'Noto Sans', Helvetica, Arial;
	font-size: 15px;
	text-align: left;
}

.sitemap h1 {
	margin-bottom: 25px; 
	font-weight: 500;
}

.sitemap ul {
	margin: 10px 0;
	padding: 0;
	list-style: none;
	float: left;
}

.sitemap > ul {
	width: 100%;
}

.sitemap > ul > li > ul {
	margin-bottom: 5px;
	margin-left: 10px;
	width: 100%;
}


.sitemap ul li {
	float:left;
	width: 260px;
	display: block;
}

.sitemap > ul > li:first-child {

}

.sitemap > ul > li:first-child a {

}

.sitemap ul li a {
	color: #333333;
    display: block;
    font-size: 15px;
    line-height: 20px;
    margin: 0 0 2px 10px;
    padding: 5px 10px;
}

.sitemap ul > li > a {
	padding: 10px;
	font-size: 16px;
	font-weight: 500;
	color: #ffffff;
    background-color: #e26060;
    border-radius: 3px;
}

.sitemap ul li a:hover { 
	text-decoration: none;
	background-color: #ce1820;
}

.sitemap ul ul {
	padding-left: 0;
}

.sitemap ul ul li > a:hover {
	background-color: #f0f0f0;
}

.sitemap ul ul li {
	width: 200px; 
	float: none;
}

.sitemap ul ul li a {
	display: inline-block;
	padding: 5px 10px;
	margin-left: 0;
	color: #333333;
	font-size: 15px;
	font-weight: 600;
	background-color: transparent;
}

.sitemap ul ul ul {
	list-style-type: circle;
	list-style-position: inside;
	padding-left: 0px;
}

.sitemap ul ul ul li a {
	color: #818181;
	font-weight: 400;
	padding: 5px 10px;
}

.sitemap ul ul ul ul {
	display: none;
}

/****** End Sitemap **************/


/******** Files **************/

.files_div {
        padding: 5px;
        background-color: #eef7fb;
        border: 1px solid #cccccc;
}

.files_div h4 {
        display: none;
}

.files_div ul li {
        list-style-type: none;
        margin-bottom: 10px;
}

.files_div label {
        display: block;
        width: 200px;
}

.files_div input {
        width: 300px;
}
/******** End Files **********/

.pdf-icon {
	display: inline-block;
	margin-right: 7px;
	width: 22px;
	height: 25px;
	background-image: url(../../images/site/pdf-icon.svg);
	background-size: cover;
}

/******** Iconize ************/

.iconize a[href$='.doc'], .iconize a[href$='.rtf'] {
        padding: 5px 0 5px 20px;
        background: transparent url(../../images/icons/icon_doc.gif) no-repeat center left;
}

.iconize a[href$='.txt'] {
        padding: 5px 0 5px 20px;
        background: transparent url(../../images/icons/icon_txt.gif) no-repeat center left;
}

.iconize a[href$='.xls'] {
        padding: 5px 0 5px 20px;
        background: transparent url(../../images/icons/icon_xls.gif) no-repeat center left;
}

.iconize a[href$='.rss'], .iconize a[href$='.atom'] {
        padding: 5px 0 5px 20px;
        background: transparent url(../../images/icons/icon_feed.gif) no-repeat center left;
}

.iconize a[href$='.opml'] {
        padding: 5px 0 5px 20px;
        background: transparent url(../../images/icons/icon_opml.gif) no-repeat center left;
}

.iconize a[href$='.phps'] {
        padding: 5px 0 5px 20px;
        background: transparent url(../../images/icons/icon_phps.gif) no-repeat center left;
}

.iconize a[href$='.phps'] {
        padding: 5px 0 5px 20px;
        background: transparent url(../../images/icons/icon_phps.gif) no-repeat center left;
}

.iconize a[href$='.torrent'] {
        padding: 5px 0 5px 20px;
        background: transparent url(../../images/icons/icon_torrent.gif) no-repeat center left;
}

.iconize a[href$='.vcard'] {
        padding: 5px 0 5px 20px;
        background: transparent url(../../images/icons/icon_vcard.gif) no-repeat center left;
}

.iconize a[href$='.exe'] {
        padding: 5px 0 5px 20px;
        background: transparent url(../../images/icons/icon_exe.gif) no-repeat center left;
}

.iconize a[href$='.dmg'], .iconize a[href$='.app'] {
        padding: 5px 0 5px 20px;
        background: transparent url(../../images/icons/icon_dmg.gif) no-repeat center left;
}

.iconize a[href$='.pps'], .iconize a[href$='.ppt'] {
        padding: 5px 0 5px 20px;
        background: transparent url(../../images/icons/icon_pps.gif) no-repeat center left;
}

.iconize a[href$='.pdf'], .iconize a[href$='.PDF'] {
        padding: 5px 0 5px 20px;
        background: transparent url(../../images/icons/icon_pdf.gif) no-repeat center left;
}

.iconize a[href$='.xpi'] {
        padding: 5px 0 5px 20px;
        background: transparent url(../../images/icons/icon_plugin.gif) no-repeat center left;
}

.iconize a[href$='.fla'], .iconize a[href$='.swf'] {
        padding: 5px 0 5px 20px;
        background: transparent url(../../images/icons/icon_flash.gif) no-repeat center left;
}

.iconize a[href$='.zip'], .iconize a[href$='.rar'], .iconize a[href$='.gzip'], .iconize a[href$='.bzip'], .iconize a[href$='.ace'] {
        padding: 5px 0 5px 20px;
        background: transparent url(../../images/icons/icon_archive.gif) no-repeat center left;
}

.iconize a[href$='.ical'] {
        padding: 5px 0 5px 20px;
        background: transparent url(../../images/icons/icon_ical.gif) no-repeat center left;
}

.iconize a[href$='.css'] {
        padding: 5px 0 5px 20px;
        background: transparent url(../../images/icons/icon_css.gif) no-repeat center left;
}

.iconize a[href$='.ttf'] {
        padding: 5px 0 5px 20px;
        background: transparent url(../../images/icons/icon_ttf.gif) no-repeat center left;
}

.iconize a[href$='.jpg'], .iconize a[href$='.gif'], .iconize a[href$='.png'], .iconize a[href$='.bmp'], .iconize a[href$='.jpeg'], .iconize a[href$='.svg'], .iconize a[href$='.eps'] {
        padding: 5px 0 5px 20px;
        background: transparent url(../../images/icons/icon_pic.gif) no-repeat center left;
}

.iconize a[href$='.mov'], .iconize a[href$='.wmv'], .iconize a[href$='.mp4'], .iconize a[href$='.avi'], .iconize a[href$='.mpg'] {
        padding: 5px 0 5px 20px;
        background: transparent url(../../images/icons/icon_film.gif) no-repeat center left;
}

.iconize a[href$='.mp3'], .iconize a[href$='.wav'], .iconize a[href$='.ogg'], .iconize a[href$='.wma'], .iconize a[href$='.m4a'] {
        padding: 5px 0 5px 20px;
        background: transparent url(../../images/icons/icon_music.gif) no-repeat center left;
}

/********* End Iconize ********************************/

/********* Tags Cloud ********************************/

.tagscloud ul {
        list-style-type: none;
        margin: 0;
        padding: 5px 10px;
}

.tagscloud ul li {
        display: inline;
        margin-right: 15px;
        line-height: 2em;
}

.tagscloud ul li a {
        display: inline;
}

.tagscloud ul li a.rate-10 {
        font-size: 110%;
}

.tagscloud ul li a.rate-20 {
        font-size: 120%;
}

.tagscloud ul li a.rate-30 {
        font-size: 130%;
}

.tagscloud ul li a.rate-40 {
        font-size: 140%;
}

.tagscloud ul li a.rate-50 {
        font-size: 150%;
}

.tagscloud ul li a.rate-60 {
        font-size: 160%;
}

.tagscloud ul li a.rate-70 {
        font-size: 170%;
}

.tagscloud ul li a.rate-80 {
        font-size: 180%;
}

.tagscloud ul li a.rate-90 {
        font-size: 190%;
}

/********* End Tags Cloud ***************************/

/********* Tags Table ********************************/

.tagstable table {
	border: 1px solid #cccccc;
	border-right:1px solid #cccccc; 
	border-bottom:none;
	width:97%;
	border-top:0;
	margin:15px 14px 30px 14px;
	margin-top:15px;
}

.tagstable tr {
	border:0;
	height:10px;
	background:0;
	font-size:12px;
}

.tagstable th {
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background:transparent url(../../images/ecampaign/Th0Slice.gif) top left;
	padding:3px;
	text-align:center;
}


.tagstable td.trow_even, .tagstable td.trow_odd {
	border:none; 
	border-bottom: 1px solid #cccccc;
	padding:4px;
	padding-left:5px;
	text-align:center;
}

.tagstable td.trow_even {
	border-right: 1px solid #cccccc;
	background:#f7f7f7;
}

.tagstable td.trow_odd {
	border-right: 1px solid #cccccc;
	background:#ffffff;
}

.tagstable th.tag_col, .tagstable td.tag_col {
	padding-left: 25px;
    text-align: left;
    width: 450px;
}

/********* End Tags Table ***************************/

/************** CSS for forms ***********************/

.showform .oneline {
	width: 100%;
	position: relative;
}

.showform .oneline .values_td {
	width: 100%;
}

.showform .oneline .values_td .multiple_row {
	width: 30%;
    display: inline-block;
    float: left;
}

.showform { 
	font-family: 'Noto Sans', Helvetica, Arial;
	font-size: 16px;
	font-weight: normal;
	line-height: 26px;
	position: relative;
}

.showform .formtitle {
	font-family: 'Noto Sans', Helvetica, Arial;
	font-size: 22px;
	font-weight: 600 !important;
	font-weight: normal;
	line-height: 28px;
}

.showform form { 
	font-size:12px;
}
.showform label {
	font-weight:700;
	font-size:13px;
	width: 100%;
}
.showform ul { list-style: none; padding:0px;}

.showform li {
	border: none;
	text-align: left;
	margin:0px;
	padding:0px;
	margin-bottom: 5px;
}

.showform .table_showform {
	width:100%;
	clear:both;
	padding: 10px 0;
}
.showform .table_showform input, .showform .table_showform select{ font-size:12px; }

.showform .label_td {	
	min-width:30%;
	text-align: left;
	padding-left:5px;
	float:left;
}
.showform .values_td {	
	vertical-align:top;
	text-align: left;
	float:left;
}

.showform .check_psw {clear: left; padding-top:15px;}

.showform .comment_td {	
	text-align: left;
	padding:5px;
	padding-bottom:0px;
	font-size:11px;
	font-style:italic;
}

.showform .fieldset {
	border: 1px solid #3298CB;
	padding:10px;
	margin: 20px 0px;
}

.showform .fieldsection {
	border:none;
	margin:0px;
	padding:0px;
}

.showform .fieldsection label {
	font-size:15px;
	font-weight:800;
	color:#3298CB;
	text-align: left;
}

.showform .ui-datepicker-trigger, .returnForm .ui-datepicker-trigger {
	margin-bottom:-3px;
	margin-left:5px;
}
.showform span.required, .returnForm span.required {
	color:#BA0000;
	font-family:Verdana;
	font-size:16px;
	font-weight:bold;
	height:16px;
	padding-left:2px;
}

.showform  .field_error{ border: 2px solid #fc0505; }

.showform  .error{
	color: #fc0505;
	padding: 3px 8px;
	font-size:11px;
}

.showform .errormessage  { width: 480px; z-index:1;}
.showform {position:relative;}
.showform .savemessage {
	text-align:center;
	padding:5px;
	padding-top:10px;
	margin-bottom:5px;
	background-color:#ECFADC;
	border:1px solid #ADB3A6;
	font-weight:bold;
	width:98%;
	position:absolute;
	top: 0px;
	z-index:201;
}

.showform .small_upload .filesUploaded { background-color:#ffffff; }
.showform .save .span2 {background: transparent url(../../images/icons/save.gif) no-repeat scroll top left; padding:0px 0px 5px 23px; }
.showform .submit_button, .previewform .demo_button {
	padding:5px 10px;
	margin-top:0px;
	cursor:pointer;
}

#popup_container #content .previewform { text-align:left; }
.showform a.goprev, .showform a.gonext, 
#popup_container #content .previewform a.goprev, #popup_container #content .previewform a.gonext {
	color:#206BAE;
	text-decoration:none;
	font-size:12px;
	text-align:left;
}

.showform .ui-tabs { width: auto; }

.showform .ui-widget-content { background-color: #ffffff; }

/************** end of CSS for forms ****************/

/************** CSS for searchview ******************/

.searchview .results_count {
	font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}

.searchview .found_results {
	margin-bottom: 8px;
	font-family: arial,sans-serif;
	border-bottom: 1px dotted #CACACA;
    padding: 10px 0px;
}
.searchview .found_results span {
	font-size: medium;
	font-weight: bold;
}

.searchview .found_results a{
	font-size: 14px;
	margin: 10px 0 0px 0;
	color: #2200C1;
	font-weight: bold;
    margin: 0;
  	line-height: 1.2;
	text-decoration: underline;
	font-size: medium;
}

.searchview .found_results a:visited {
   // color: #551A8B;
}

.searchview .found_results .content_part {
	max-width: 42em;
	margin:0;
    font-size: small;
    
}

.searchview .found_results .page_link {
	color: #0E774A;
	margin:0;
    font-style: normal;
}

.searchview .newtabs .ui-corner-all  { 
	width: 99.6%;
}

/************** end of CSS for searchview ***********/


#onecol { 
	width: 95%; 
	margin: 15px auto 15px auto;
}

.clearfix {
	clear: both;
	float: none;
}


/* JQ Modal ***************************************************************/

/* jqModal base Styling courtesy of;
 * 	Brice Burgess <bhb@iceburg.net> */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
 * 	the Window's z-index value will be set to 3000 by default (via jqModal.js). */
	
.jqmWindow {
	display: none;
	position: fixed;
	width: 450px;
	background-color: #a4caee;
	color: #333;
	border: 1px solid black;
	padding: 8px;
	text-align: left;
	z-index: 999;
}

.jqmOverlay { background-color: #000; }

.jqmWindow .titlebar {
	background-color: #d1e4f7;
	padding: 10px;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	line-height: normal;
}

.jqmClose {
	position: absolute;
	right: 15px;
	top: 15px;
	width: 15px;
	height: 15px;
	background: transparent url(../../images/icon_close.gif) top left no-repeat;
}

/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
 	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}
*
*/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
.jqmWindow {
	top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
	left: expression(Math.round(50*(document.documentElement.offsetWidth || document.body.clientWidth)/100) + 'px');
}

.jqDrag {
	position: relative;
	cursor: move;
}

.fileUploadQueue {
	overflow: auto;
	max-height: 300px;
	margin: 5px 0 0 0;
	padding-left: 25px;
	/*border: 1px solid #e5e5e5;*/
}

.filesUploaded {
	overflow: auto;
	max-height: 300px;
	margin: 5px 0 10px 0;
	padding: 10px;
	border: 1px solid #e5e5e5;
}

.filesUploaded .message {
	display: inline-block;
}

.filesUploaded .error {
	color: red;
}

.uploadedFile {
	display: inline-block;
	margin: 0;
}

.uploadActions {
	padding: 5px 0;
	text-align: center;
}

.actionButton {
	display: inline-block;
        margin-left: 20px;
        padding: 5px 15px 5px 32px;
        background-color: #f5f5f5;
        border-right: 1px solid #e9e9e9;
        border-bottom: 1px solid #e9e9e9;
        border-top: 1px solid #f0f0f0;
        border-left: 1px solid #f0f0f0;
        font-weight: normal;
}

a.actionButton, a:link.actionButton {
        color: #333333;
        font-size: 11px;
	text-decoration: none;
}

a:hover.actionButtonr, a.actionButton:active, a.actionButton:visited, a:focus.actionButton {
	text-decoration: none;
}

.clearQueue {
	display: inline-block;
	padding: 5px 0 5px 32px;
	background: url(../../images/icons/table_row_delete.png) 8px 6px no-repeat;
}

.jqmClose.actionButton.cancel {
	display: inline-block;
	position: relative;
	width: auto;
	height: auto;
	right: 0;
	top: 0;
	background: #f5f5f5 url(../../images/icons/cross.png) 8px 6px no-repeat;
}


.actionButton.upload {
	background: #f5f5f5 url(../../images/icons/arrow_up.png) 8px 6px no-repeat;
}

.actionButton.green:hover {
	background-color: #e6efc2;
	border: 1px solid #c6d880;
}
.jqmClose.actionButton.cancel.green:hover {
	background-color: #e6efc2;
	border: 1px solid #c6d880;
}

.actionButton.red:hover {
        background-color: #fbe3e4;
        border: 1px solid #fbc2c4;
}

.browseButton {
	text-align: center;
	margin: 0;
}

.fileUploadQueueItem {
        font: 11px Verdana, Geneva, sans-serif;
        background-color: #F5F5F5;
        border: 3px solid #E5E5E5;
        margin-top: 5px;
        padding: 10px;
        width: 350px;
	text-align: left;
}
.fileUploadQueueItem .cancel {
        float: right;
}
.fileUploadProgress {
        background-color: #FFFFFF;
        border-top: 1px solid #808080;
        border-left: 1px solid #808080;
        border-right: 1px solid #C5C5C5;
        border-bottom: 1px solid #C5C5C5;
        margin-top: 10px;
        width: 100%;
}
.fileUploadProgressBar {
        background-color: #0099FF;
}

.small_upload, .small_upload h2 {
        font-size: 10px;
        margin-left:2px;
}
.small_upload .browseButton {
        margin:0;
        margin-right:10px;
        text-align:right;
        width:300px;
        height:30px;
        position:relative;
        padding-top:5px;
}
.small_upload .fileUploadQueue {
        width:160px;
        position:absolute;
        top:5px;
        left:0px;
        margin:0px;
        padding:0px 10px;
        background-color:#ffffff;
		border: 1px solid #bbbbbb;
        height:23px;
        overflow:hidden;
}
.small_upload .fileUploadQueueItem {
        width:180px;
        border:none;
        font-size:10px;
        padding:3px;
        margin-top:0px;
}

.small_upload .filesUploaded {
        border:none;
        background-color:#F5F5F5;
        margin: -5px 0 10px; 0;
        padding:0 0 5px 10px;
        width:220px;
        line-height:0.8em;
}

.small_upload .fileUploadQueueItem {
	position: relative;
	color: #ffffff;
}

.small_upload .fileUploadProgress {
	position: absolute;
	top: 0;
	left: 0;
	background: #ffffff url(../../images/ecampaign/working.gif) 0 0 no-repeat;
	margin-top:0px;
	height:24px;
	border:0;
}

.small_upload .fileUploadProgressBar { background:none;}

.small_upload .fileUploadQueueItem .cancel {
	position: absolute;
	right: 5px;
	top: 0;
}

.fileUploaderBtn { width:120px;}
.small_upload .fileUploaderBtn { width:100px;}
.small_upload .browseButton { width:290px;}
.small_upload .fileName { display:none;}

.modal_container_2,
.modal_container {
	background-color: #fff;
	padding: 10px 5px;
	overflow: auto;
	//overflow: visible;
}

.jqmWindow.guests {
	padding: 20px;
	background-color: #fff;
	box-shadow: 0 0 30px 10px rgba(1, 1, 1, 0.3);
	border-radius: 3px;
	box-sizing: border-box;
	border: none;
	font-family: 'Noto Sans', Helvetica, Arial;
	z-index: 999;
}

.jqmWindow.guests .titlebar {
	padding: 0 0 10px 0;
	color: #4A4A4A;
	font-size: 18px;
	font-weight: bold;
	background-color: #fff;
	border-bottom: 1px solid #cccccc;
}

.jqmWindow.guests .jqmClose {
	right: 20px;
	top: 20px;
	width: 19px;
	height: 20px;
	background-image: url(../../images/close_x.png);
}

.jqmWindow.guests .modal_container {
	padding: 10px 0 0 0;
	position: relative;
	overflow: hidden;
}

.jqmWindow.guests .pressure input {
	font-size: 16px;
	font-weight: bold;
}

.jqmWindow.guests .register_link a {
	display: block;
	margin-top: 20px;
	padding: 10px 0;
	width: 100%;
	background-color: #ECECEC;
	text-align: center;
	font-size: 20px;
	color: #009949;
	border-radius: 3px;
}

.jqmWindow.guests .register_link a:hover {
	text-decoration: none;
	background-color: #dddddd;
}

.jqmWindow.guests .thelogin,
.thelogin {
	padding-top: 20px;
	font-family: 'Noto Sans', Helvetica, Arial;
	font-size: 17px;
}

.jqmWindow.guests .thelogin p.message,
.thelogin p.message {
	line-height: 24px;
	margin-top: 0;
}

.jqmWindow.guests .thelogin h1 {
	display: none;
}

.thelogin h1 {
	font-family: 'Noto Sans', Helvetica, Arial;
	font-size: 24px;
	font-weight: 500;
}

.jqmWindow.guests .thelogin label,
.thelogin label {
	display: inline-block;
	font-family: 'Noto Sans', Helvetica, Arial;
	font-size: 17px;
	font-weight: 500;
	width: 25%;
}

.jqmWindow.guests .thelogin input,
.thelogin input {
	font-family: 'Noto Sans', Helvetica, Arial;
	font-size: 16px;
	width: 70%;
}

.jqmWindow.guests .thelogin .forgot_password,
.jqmWindow.guests .thelogin .return_link,
.thelogin .forgot_password,
.thelogin .return_link {
	margin-top: 20px;
	font-size: 16px;
}

.jqmWindow.guests .thelogin .message.error,
.thelogin .message.error {
	background-color: #fadfdf;
    padding: 10px;
    color: #ee4c4c;
    margin-bottom: 20px;
}

.jqmWindow.guests button,
.thelogin button {
	display: inline-block;
    padding: 2px 35px 0 35px;
    font-size: 16px;
    font-weight: 500;
    line-height: 34px;
    text-decoration: none;
    color: #fff;
    background: #17A147;
    border-radius: 20px;
    font-family: 'Roboto', Helvetica, Arial;
}

.jqmWindow.guests button:hover,
.thelogin button:hover {
	background-color: #0B8736;
}

/************** User Modal *****************************/

/************** User Modal *****************************/

.usermodal {
        border:none;
        padding:10px;
        background: transparent url(../../images/grey_border.png) repeat;
        -moz-border-radius:6px;
        -webkit-border-radius:6px;
}

.usermodal .titlebar {
        background-color:#cfcfcf;
        border-bottom:none;
}

.usermodal .modal_container {
}

.usermodal .jqmClose {
        background: transparent url(../../images/icon_close_grey.gif) no-repeat;
        margin: 3px 10px 0 0;
}

/******************************************/
/******************************************/


.button_set { 
	clear:both; 
	height:42px;
}

.button_set a { 
	height: 32px;
	position: relative;
	border: 0; 
	padding: 0;
	cursor: pointer;
	overflow: visible; /* removes extra side padding in IE */
	float:left;
	font-size:11px;
	text-decoration:none;
}
#popup_container #content .button_set a { color:#15428b; }
.button_set a.span1{ 
	position: relative;
	display: block; 
	white-space: nowrap;
	height: 32px;
}

.button_set a.left_button { background: transparent url(../../images/logicone/button_first_left.png) no-repeat top left;}
.button_set a.middle_button, .button_set a.right_button { background: transparent url(../../images/logicone/button_next_left.png) no-repeat top left; }
.button_set a.left_button, .button_set a.middle_button, .button_set a.right_button { 
	padding: 0px;
	padding-left:15px;
	margin-right:-2px; 
	text-align: center;
	float:left;
}

.button_set a.left_button .span1, .button_set a.middle_button .span1 { background: transparent url(../../images/logicone/button_first_right.png) no-repeat top right;}
.button_set a.right_button .span1{ background: transparent url(../../images/logicone/button_last_right.png) no-repeat top right; }
.button_set a.left_button .span1, .button_set a.middle_button .span1, .button_set a.right_button .span1 { 
	padding: 9px 15px 5px 0px;	
	height:32px;
	float:left;
}
.button_set a.left_button:hover, .button_set a.middle_button:hover, .button_set a.right_button:hover { background: transparent url(../../images/logicone/button_left_hover.png) no-repeat top left;}
.button_set a.left_button:hover .span1, .button_set a.middle_button:hover .span1, .button_set a.right_button:hover .span1 { background: transparent url(../../images/logicone/button_right_hover.png) no-repeat top right;}
.button_set a.left_button:active, .button_set a.middle_button:active, .button_set a.right_button:active { background: transparent url(../../images/logicone/button_left_active.png) no-repeat top left;}
.button_set a.left_button:active .span1, .button_set a.middle_button:active .span1, .button_set a.right_button:active .span1 { background: transparent url(../../images/logicone/button_right_active.png) no-repeat top right;}

.button_set a.left_button.inactive, .button_set a.left_button.inactive:hover { background: transparent url(../../images/logicone/button_first_left_inact.png) no-repeat top left;}
.button_set a.middle_button.inactive, .button_set a.right_button.inactive, .button_set a.middle_button.inactive:hover, .button_set a.right_button.inactive:hover { background: transparent url(../../images/logicone/button_next_left_inact.png) no-repeat top left; }

.button_set a.left_button.inactive .span1, .button_set a.middle_button.inactive .span1, .button_set a.left_button.inactive:hover .span1, .button_set a.middle_button.inactive:hover .span1 { background: transparent url(../../images/logicone/button_first_right_inact.png) no-repeat top right; cursor:text;}
.button_set a.right_button.inactive .span1, .button_set a.right_button.inactive:hover .span1{ background: transparent url(../../images/logicone/button_last_right_inact.png) no-repeat top right; cursor:text;}
/*------------------------------------------------------------------------*/

.sitetabs.ui-tabs { padding: .5em; zoom: 1; width: auto;}
.sitetabs.ui-tabs .ui-tabs-nav { list-style: none; background:none; border: none; float:left; border-bottom: 1px solid #999999; line-height:normal; padding:0; width:100%; margin: 0; }
.sitetabs.ui-tabs .ui-tabs-nav li {  font-weight: normal; position: relative; float: left; border: 0; border-bottom-width: 0 !important; margin: 0 0 0 0; padding: 3px 12px 5px 12px; background: none;  }
.sitetabs.ui-tabs .ui-tabs-nav li a { float: left; text-decoration: none; padding: .0em 0.2em; font-size: 15px; font-weight: normal; color: #206BAE;}	
.sitetabs.ui-tabs .ui-tabs-nav li.ui-tabs-selected { padding-bottom: 5px; border: 1px solid #999999;border-bottom: 1px solid white !important; margin-bottom: -1px;  background: none;}
.sitetabs.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; color: #000000; font-weight: bold;}
.sitetabs.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.sitetabs.ui-tabs .ui-tabs-panel { background:none; border: none; clear:both; margin:0; padding:15px 5px 5px 5px;  }
.sitetabs.ui-tabs .ui-tabs-hide { display: none !important; }
.sitetabs.ui-corner-all {  -moz-border-radius: 0; }
.sitetabs.ui-widget-content { background: none; border: none; }

/********************* jqupload ***********************************************/
.jqupload {
	width:97%;
	#width:95%;
	height:auto;
	background:url(../../images/uploader/uploader_bg.png) top left repeat;
	border:1px solid #b7b7b7;
	padding:14px 10px 13px 10px;
	position:relative;
	margin-left:0;
}

.jquploadSimple {
	background:none !important;
	border:none !important;
}

.jqupload .span16 {
	float:right;
	display:block;
	width:100%;
}

.jqupload .fileupload-message {
	float:left;
	min-height:42px;
	line-height: 41px;
	margin-left:2%;
	margin-top:2px;
	text-shadow: 1px 1px #ffffff;
	font-size: 12px;
}

.jqupload .fileupload-message span{
	float: right;
    margin-left: 8px;
}

.jqupload .fade {
	-webkit-transition:opacity 0.15s linear;
	-moz-transition:opacity 0.15s linear;
	-ms-transition:opacity 0.15s linear;
	-o-transition:opacity 0.15s linear;
	transition:opacity 0.15s linear;
	opacity:0;
}

.jqupload .fade.in{opacity:1;}

/*jqupload - start upload btn*/
.jqupload .file-upload-left{
	height: 43px;
	width:142px;
	position:relative;
	overflow: hidden;
	float: left;
}

.jqupload .file-upload-left .fileinput-button {
	background:url(../../images/uploader/upload-button.png) center right no-repeat;
	height: 43px;
	width:142px;
	cursor: pointer;
	float: left;
	margin-top: -2px;
	overflow: hidden;
}

.jqupload .file-upload-left .fileinput-button input {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    -moz-transform: translate(-300px, 0pt) scale(4);
    border-color: transparent;
    border-style: solid;
    cursor: pointer;
    direction: ltr;
    opacity: 0;
	border-left-width: 280px!important;
    top: 0;
	height: 43px;
	width: 141px;
	right:-60px;
	//position: absolute; /* target ie 7*/
}

.jqupload .file-upload-left .btn {
    border-style: solid;
    color: #333333;
    cursor: pointer;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
}

.jqupload .file-upload-left .btn-success, 
.jqupload .file-upload-left .btn-success:hover {
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
/*jqupload - end upload btn*/

.jqupload .fileinput-button span {
	line-height: normal;
}

.jqupload .progressbar,
.jqupload .progressbar div {
  width: 200px;
  height: 20px;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.3);
     -moz-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.3);
   background-color: #fff;
}

.jqupload .progressbar div {
  width: auto;
  background: url(../../images/uploader/pbar-ani.gif);
}

.jqupload .fileupload-buttonbar {
	float:left;
	width:100%;
	position:relative;
}

.jqupload .buttonbar_cancel{
	float:left;
	width:20%;
}

.jqupload .buttonbar_delete{
	float:left;
	width:18%;
}

.jqupload .fileupload-buttonbar .cancel,
.jqupload .fileupload-buttonbar .delete,
.jqupload .info {
	border: none;
	float:left;
	display:block;
	height:32px;
	line-height:15px;
	padding:0px;
	background:none;
	color:#3298CB;
	/*width:30%;*/
}

.jqupload .danger {
	background:url(../../images/uploader/cancel_grey.png) center right no-repeat;
	height:20px;
	width:16px;
	padding-top: 10px;
	float:right;
	cursor:pointer;
}

.jqupload .danger:hover {
	background:url(../../images/uploader/cancel_red.png) center right no-repeat;
}

.jqupload .buttons {
	float: left;
	width:100%;
	padding-top:10px;
	text-align:right;
}

.jqupload .toggleFile {
   margin:2px 0 0 50px;
   float:right!important;
}

.jqupload .toggle {
	padding-left: 10px;
	float:right!important;
	margin: 10px 0 0 0;
}

.jqupload .zebra-striped {
	float:left;
	width:100%;
}

.jqupload .row {
	width: 100%;
	height: 0px;
	display:block;
	position:relative;
}

.jqupload .files {
  border-collapse: collapse;
  float:left;
  width:100%;
}

.jqupload .files table,
.jqupload .files tr {
	width: 100%;
	float:left;
}

.jqupload .files td {
  padding: 5px 8px 5px 0;
  border-spacing: 5px;
  vertical-align:middle;
  float:left;
  margin-top: 15px;
}

.jqupload .files img {
  border: none;
}

.jqupload .files .preview {
	width: 80px;
	float:left;
	margin-top: 0px;
}

.jqupload .files .name {
	white-space: pre;           /* CSS 2.0 */
	white-space: pre-wrap;      /* CSS 2.1 */
	white-space: pre-line;      /* CSS 3.0 */
	white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -hp-pre-wrap;  /* HP Printers */
	word-wrap: break-word;      /* IE 5+ */
	width:30%;
	float: left;
}

.jqupload .files .name a:hover {
	text-decoration: underline;
}

.jqupload .errorFile {
	width:20%;
}

.jqupload .cancel.file {
	display: none;
}

.jqupload  .delete.file {
	float:left;
	width:18%;
}

.jqupload .files .size {
	width:11%;
}

.jqupload .files .delete {
	float:left;
	text-align:right;
	padding:0!important;
}

.jqupload .first_row .delete:hover,
.jqupload .first_row .cancel:hover {
	text-decoration:underline;
	cursor: pointer;
}

.jqupload .fstrow_prev ,
.jqupload .fstrow_name ,
.jqupload .fstrow_size
{
	margin-top:0px!important;
}

.jqupload .fstrow_cancel ,
.jqupload .fstrow_delete
{
	margin-top:0px!important;
	padding-top:0px!important;
	padding-bottom:0px!important;
}

/*overrides*/

/*target chrome and safari*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.jqupload .toggle {
		margin-top:10px;
	}
	
	.jqupload .fileupload-message span{
		float: none;
	}
	
	.jqupload .fileupload-message img{
		float: left;
	}
}

/*target IE 8*/
@media \0screen {
	.jqupload .file-upload-left .fileinput-button input {
		position: absolute;
	}
}

/********************* end jqupload ******************************************/

/* The Path Firstpage */

#thepath {
	width: 1108px;
	height: 613px;
	margin: 0 auto 200px auto;
	position: relative;
	background: transparent url(../../images/site/thepath-transparent.png) top left no-repeat;
}

#thepath h3 {
	display: block;
	margin-top: 1rem;
	text-align: center;
	font-size: 20px;
}


#thepath #hypertension span.circle,
#thepath #diabetes span.circle,
#thepath #cholesterol span.circle,
#thepath #smoking span.circle,
#thepath #obesity span.circle {
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

#thepath #hypertension span.circle:hover,
#thepath #diabetes span.circle:hover,
#thepath #cholesterol span.circle:hover,
#thepath #smoking span.circle:hover,
#thepath #obesity span.circle:hover {
	-webkit-transform: scale(1.11);
	-moz-transform: scale(1.11);
	-ms-transform: scale(1.11);
	-o-transform: scale(1.11);
	transform: scale(1.11);
}

#thepath a {
	display: block;
	text-decoration: none !important;
}

#thepath #hypertension { 
	position: absolute;
	width: 205px; 
	top: 42px;
	left: 150px;
}
#thepath #hypertension span.circle {
	display: block;
	width: 205px;
	height: 204px;
	background: transparent url(../../images/site/hypertension.png); 
}

#thepath #diabetes {
	position: absolute;
	width: 275px;
	top: 78px;
	left: 450px;
}
#thepath #diabetes span.circle {
	display: block;
	width: 275px;
	height: 275px;
	background: transparent url(../../images/site/diabetes.png); 
}

#thepath #cholesterol {
	position: absolute;
	width: 240px;
	top: 142px;
	left: 860px;
}
#thepath #cholesterol span.circle {
	display: block;
	width: 240px;
	height: 240px;
	background: transparent url(../../images/site/cholesterol.png); 
}

#thepath #smoking {
	position: absolute;
	width: 236px;
	top: 430px;
	left: 720px;
}
#thepath #smoking span.circle {
	display: block;
	width: 236px;
	height: 237px;
	background: transparent url(../../images/site/smoking.png); 
}

#thepath #obesity {
	position: absolute;
	width: 199px;
	top: 480px;
	left: 324px;
}
#thepath #obesity span.circle {
	display: block;
	width: 199px;
	height: 199px;
	background: transparent url(../../images/site/obesity.png); 
}

@media (max-width: 992px) {

	#thepath {
		width: 100%;
		margin-bottom: 70px;
		height: auto;
		position: relative;
		background: transparent;
	}

	#thepath #hypertension,
	#thepath #diabetes,
	#thepath #cholesterol,
	#thepath #smoking,
	#thepath #obesity {
		position: relative;
		float: none;
		margin: 20px auto;
		top: auto;
		left: auto;
		right: auto;
		bottom: auto;
	}
}

@media (min-width: 992px) and (max-width: 1200px) {
	#thepath {
		width: 100%;
		margin: -20px 0 140px -60px;
		float: left;
		transform: scale(.8);
	}
}

/* The Path PDR */

#thepath-pdr {
	width: 100%;
	padding: 20px 0;
	position: relative;
	background: transparent url(../../images/site/dotted-line.png) no-repeat scroll -1px 14px;
	background-size: 100%;
}

@media (max-width: 992px) {
	#thepath-pdr {
		background: transparent;
	}
}

.process-step {
	text-align: center;
	box-sizing: border-box;
}

.process-step a {
	width: 145px;
    height: 145px;
    background-color: #4c8ec9;
    border-radius: 50%;
    font-size: 26px;
    color: #ffffff;
    line-height: 145px;
    display: inline-block;
    margin-bottom: 20px;
    text-align: center;
    cursor: pointer;
    transition: all .2s ease-out;
}

.process-step a:before {
	content: "";
    display: block;
    position: absolute;
    height: 180px;
    width: 180px;
    border-radius: 50%;
    opacity: 0;
    left: -17px;
    top: -17px;
    background-color: #4c8ec9;
    transition: all .1s ease-out;
}

.process-step a:hover {
	background-color: #4c8ec9;
	-webkit-transform: scale(1.15);
	-ms-transform: scale(1.15);
	-o-transform: scale(1.15);
	transform: scale(1.15);
}

.process-step a:hover:before {
	opacity: 0.1;
}

.signup-icon {
	display: inline-block;
	width: 64px;
	height: 56px;
	line-height: 145px;
	background-image: url(../../images/site/signup-icon.png);
	background-repeat: no-repeat;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.profile-icon {
	display: inline-block;
	width: 51px;
	height: 55px;
	line-height: 145px;
	background-image: url(../../images/site/profile-icon.png);
	background-repeat: no-repeat;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.enterdata-icon {
	display: inline-block;
	width: 55px;
	height: 65px;
	line-height: 145px;
	background-image: url(../../images/site/enter-data-icon.png);
	background-repeat: no-repeat;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.charts-icon {
	display: inline-block;
	width: 63px;
	height: 50px;
	line-height: 145px;
	background-image: url(../../images/site/charts-icon.png);
	background-repeat: no-repeat;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

#step5 {
	text-align: center;
}

#step5 span.circle {
	display: inline-block;
	width: 445px;
	height: 205px;
	background: url(../../images/site/step5-1.jpg) no-repeat;
}


#step5 span.arrow-down {
	display: inline-block;
	width: 64px;
	height: 35px;
	margin: 10px 0 20px 0;
	background: url(../../images/site/arrow-down.png) no-repeat;
}

/* Food Table */

table.food {
	width: 100%;
	background-color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
	box-sizing: border-box;
}

@media (max-width: 768px) {

	table.food,
	table.food thead,
	table.food tbody,
	table.food th,
	table.food td,
	table.food tr {
		display: block;	
		border-radius: 0;
	}

	table.food p,
	table.food p {
		font-size: 14px !important;
	}

	table.food thead tr {
		border-radius: 0;
	}

	table.food thead tr th {
		width: 100% !important;
	}

	table.food thead tr th:first-child {
		display: none;
	}

	table.food tbody td.category p {
		text-align: center !important;
	}
}

table.food thead {
	-webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
}

table.food thead tr {
	color: #fff;
	-webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
}

table.food thead tr th.green { background-color: #7fba25; }
table.food thead tr th.orange { background-color: #f8a700; }
table.food thead tr th.red { background-color: #d20c0c; }
table.food thead tr th.category { background-color: #fff; }

table.food thead tr th {
	width: 30%;
	padding: 8px 10px;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	background-color: #f6f6f6;
	text-align: center;
	-webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
}

table.food thead tr th:first-child {
	width: 10%;
}

table.food thead tr th p {
	text-align: center !important;
	font-size: 18px;
	font-weight: 600;
}


table.food tbody td.green { background-color: #f5faee; }
table.food tbody td.orange { background-color: #fdf8ed; }
table.food tbody td.red { background-color: #feeeee; }

table.food tbody td.category { 
	border-bottom: 1px solid #d8d6d6;
	background-color: #f6f6f6; 
}

table.food tbody td {
	padding: 0 20px;
}

table.food tbody td.green { border-bottom: 1px solid #7fba25; }
table.food tbody td.orange { border-bottom: 1px solid #f8a700; }
table.food tbody td.red { border-bottom: 1px solid #d20c0c; }

table.food .category p {
	text-align: center;
}

div.lightbox {
	margin: 25px 0;
	padding: 50px 80px;
	border-left: 5px solid #d21921;
	background-color: #e8e8e8;
}

div.darkbox {
	margin: 25px 0;
	padding: 50px 80px;
	color: #fff;
	border-left: 5px solid #d21921;
	background-color: #565656;
}

div.darkbox h1,
div.darkbox h2,
div.darkbox h3,
div.darkbox h4 {
	color: #fff;
}

@media (max-width: 992px) {
	div.darkbox {
		margin: 0;
		padding: 0;
		color: #565656;
		border-left: none;
		background-color: transparent;
	}

	div.lightbox {
		margin: 0;
		padding: 0;
		border-left: none;
		background-color: transparent;
	}
}

div.dietbtn {
	display: inline-block;
	margin-top: 30px;
	font-size: 18px;
	font-weight: 600;
}

div.dietbtn.left {
	float: left;
	clear: left;
}

div.dietbtn.right {
	float: right;
	clear: right;
}


div.dietbtn a {
	display: inline-block;
	padding: 13px 25px;
	font-size: 18px;
	font-weight: 600;
	color: #565656;
	border: 1px solid #f3f3f3;
	border-radius: 25px;
}

div.dietbtn a:hover {
	background-color: #f3f3f3;
}


/* Calculation Form */

form.dietcalc {
	position: relative;
	padding: 30px 70px;
	background-color: #f3f3f3;
	font-family: 'Noto Sans', Helvetica, Arial;
}

@media (max-width: 992px) {
	form.dietcalc img {
		display: none;
	}
}

form.dietcalc label {
	display: inline-block;
	font-weight: 600;
	width: 200px;
}

form.dietcalc input[type="text"],
form.dietcalc input[type="number"] {
	width: 140px;
	height: 34px;
	padding: 0 10px;
	border: 1px solid #a2a0a0;
	background-color: #fff;
	font-family: 'Noto Sans', Helvetica, Arial;
	font-size: 15px;
	color: #565656;
	border-radius: 3px;
}

form.dietcalc input[type="text"]:focus,
form.dietcalc input[type="number"]:focus {
	outline: 0;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
}

form.dietcalc p.radiobox {
	display: inline-block;
	float: left;
	width: 25%;
	height: 50px;
	margin: 10px 3% 50px 0;
	padding: 15px 20px 10px 10px;
	background-color: #ffffff;
	border-radius: 5px;
	box-sizing: border-box;
}

form.dietcalc p.radiobox:hover {
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
}

form.dietcalc p.radiobox input[type="radio"] {
	display: inline-block;
	float: left;
	margin: 5px 20px 10px 10px;
}

form.dietcalc span.important {
	font-weight: 600;
}

#rangegr {
	margin-top: 20px;
	background-color: #d21921;
}

form.dietcalc input[type="submit"] {
	display: inline-block;
	margin: 20px 0;
	padding: 0 30px;
	font-size: 16px;
	line-height: 48px;
	color: #fff;
	border: none;
	background-color: #db1a22;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	cursor:pointer;
	text-decoration: none;
}

form.dietcalc input[type="submit"]:hover {
	background-color: #cf121a;
}
form.dietcalc input[type="submit"]:focus {
	outline: none;
} 

.diet-button {
	display: inline-block;
	width: 630px;
	height: 147px;
	padding: 45px 85px 0 240px;
	font-size: 18px;
	line-height: 28px;
	font-weight: 600;
	text-align: left;
	box-sizing: border-box;
	background: transparent url(../../images/site/diet_button.jpg) no-repeat;
	border-radius: 5px;
}

.diet-button:hover {
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
}

a.diet-button {
	color: #467bc1 !important;
}

form.dietcalc span.error {
	display: none;
	position: relative;
	margin-left: 25px;
	padding: 5px 15px;
	color: #fff;
	font-size: 13px;
	background-color: #db1a22;
	border-radius: 3px;
}

form.dietcalc span.error:before {
	content: "";
	display: block;
	position: absolute;
	width: 6px;
	height: 15px;
	left: -6px;
	top: 9px;
	background: url(../../images/site/red_arrow_left.png) no-repeat;
}

@media (max-width: 600px) {

	form.dietcalc label {
		width: 120px;
	}

	form.dietcalc p.radiobox {
		width: 160px;
		float: none;
		margin-bottom: 10px;
	}

	form.dietcalc #activityhome {
		margin-top: -80px;
	}

	.diet-button {
		width: auto;
		height: auto;
		padding: 0;
		display: inline-block;
		background: transparent;
		border-radius: none;
	}

	.diet-button:hover {
		box-shadow: none;
	}
}


/* Slider */

.mightySlider {
	height: 470px;
	margin-bottom: 20px;
	font-family: "Noto Sans", Helvetica, Arial;
	position: relative;
	z-index: 1;
}

.mightySlider .frame {
	height: 100%;
	position: relative;
	z-index: 1;
}

.mightySlider .slideelement {
	height: 100%;
	position: relative;
	z-index: 1;
}

.mightySlider .slideelement > div {
	float: left;
	display: block;
	height: 100%;
	position: relative;
	z-index: 1;
}

/*
.mightySlider .slide1 {
	background-image: url(../../assets/images/slider/slide1.jpg);
}
.mightySlider .slide2 {
	background-image: url(../../assets/images/slider/slide2.jpg);
}
.mightySlider .slide3 {
	background-image: url(../../assets/images/slider/slide3.jpg);
}
*/

.slideMessage {
	left: 0px;
	top: 0px;
	width: 100%;
	padding: 0;
	color: #fff;
	font-family: 'Noto Sans', Helvetica, Arial;
	font-size: 18px;
	line-height: 26px;
	font-weight: 300;
	/*background-color: #5ba540;*/
}

.orangeTitle {
	right: 0px;
	top: 100px;
	width: 300px;
	padding: 20px 50px;
	color: #fff;
	font-family: 'Noto Sans', Helvetica, Arial;
	font-size: 18px;
	line-height: 26px;
	font-weight: 400;
	opacity: 0;
	/*background-color: rgba(255, 255, 255, 0.8);
	background-color: #f58220;*/
}

.greenTitle h2 {
	font-size: 20px;
	line-height: 28px;
	font-weight: 600;
	color: #fff;
}

.orangeTitle h2 {
	font-size: 24px;
	line-height: 28px;
	font-weight: 600;
	color: #fff;
}

/* End Slider */

table.infotable th {
	padding: 10px 20px;
	color: #fff;
	font-size: 24px;
	font-weight: 600;
	background-color: #a2c5e3;
}

table.infotable th p {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
}

table.infotable td {
	padding: 10px 20px;
	border-bottom: 1px solid #a2c5e3;
}

@media (max-width: 600px) {

	table.infotable th p,
	table.infotable td p {
		font-size: 14px !important;
		line-height: 18px !important;
	}

	table.infotable td {
		padding: 5px !important;
	}
}

table.infotable.alternate tr:nth-child(2n+3) td {
	background-color: #f3f3f3;
}

table.infotable.alternate th p {
	margin: 0;
	font-weight: bold;
}

table.infotable.alternate th {
	background-color: #d57a7e;
}

table.infotable.alternate td {
	border: none;
}

table.infotable.alternate tr.category {
}

table.infotable.alternate td.category {
	border: 2px solid #d57a7e;
	background-color: #fff !important;
}

table.infotable.alternate td.row-separator {
	height: 0;
	padding: 0;
	background-color: #fff !important;
}

.htmlbox .public-info {
	padding: 10px 30px;
	color: #8e7f03;
	background-color: #f5f2d7;
}
.htmlbox .public-info h4 {
	color: #938936;
	font-size: 15px;
	font-weight: 400;
}

.htmlbox .signature {
	font-style: italic; 
}


/****************** Roll Back to Top ***************************/

a#scroll-top {
	display: none;
	position: fixed;
	right: 30px;
	bottom: 120px;
	height: 58px;
	width: 41px;
	border-radius: 25px;
	background: url(../../images/site/scroll-top-2.svg);
	opacity: 0.9;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

a#scroll-top:hover {
	box-shadow: 0 2px 3px rgba(0,0,0,0.1), 0 4px 8px rgba(0,0,0,0.3);
	opacity: 1;
}

@media (max-width: 768px) 
{
	a#scroll-top {
		right: 15px;
		bottom: 40px;
	}
}

/****************** End Roll Back to Top ***************************/

#main .htmlbox .literature {
	font-size: 13px;
}

span.important {
	font-weight: 600;
}


/*******UI Jquery Acccordion******/

#accordion,
#multiAccordion,
.multiAccordion {
	float: left;
	width: 100%;
	height: auto;
	position: relative;
}

#multiAccordion table,
.multiAccordion table {
	float: left;
	width: 100%;
}

.ui-accordion .ui-accordion-header {
	float:left;
	margin: 0;
    padding: 20px 40px 20px 20px;
    min-height: 60px;
    width: 100%;
	cursor: pointer;
	font-size: 18px;
	font-weight: 600;
	text-align: left;
	/*box-shadow: 0 4px 5px -2px rgba(0,0,0,0.22), 0 2px 1px -1px rgba(0,0,0,0.05);*/
	-webkit-box-sizing: border-box; /* Safari 3.0 - 5.0, Chrome 1 - 9, Android 2.1 - 3.x */
	-moz-box-sizing: border-box;    /* Firefox 1 - 28 */
	box-sizing: border-box;
}

/*
.ui-accordion .ui-accordion-header:after {
	position: absolute;
	right: 20px;
	top: calc(50% - 12px);
	font-family: ElegantIcons;
	font-size: 30px;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	content: "\33";
	color: #565656;
}

.ui-accordion .ui-state-active:after {
	content: "\32";
}
*/

.ui-accordion .ui-accordion-header:after {
	content: "";
	position: absolute;
	right: 10px;
	top: calc(50% - 15px);
	width: 30px;
	height: 30px;
	background-image: url(../../images/site/plus-circle-icon.svg);
	background-size: cover;
	opacity: 0.6;
}

.ui-accordion .ui-state-active:after {
	background-image: url(../../images/site/minus-circle-icon.svg);
}


#multiAccordion h3,
.multiAccordion h3 {
	line-height: 24px;
}

#multiAccordion h3:first-child,
.multiAccordion h3:first-child {
	border: 1px solid #c1bebe;
	border-radius: 18px;
}

#multiAccordion .ui-corner-all,
.multiAccordion .ui-corner-all {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 18px;
}

#multiAccordion .ui-state-active .ui-icon,
.multiAccordion .ui-state-active .ui-icon {
	background: none !important;
}

#multiAccordion .ui-icon,
.multiAccordion .ui-icon {	
	background: none !important;
}

.ui-accordion-content .ui-helper-reset .ui-widget-content .ui-corner-bottom .ui-accordion-content-active, 
.ui-accordion .ui-accordion-content
{
	float:left;
	width: 100%;
	padding: 20px 40px 10px 40px;
	height: auto !important;
	background-color: #fff !important;
	border: 1px solid #c1bebe;
	-webkit-box-sizing: border-box; /* Safari 3.0 - 5.0, Chrome 1 - 9, Android 2.1 - 3.x */
	-moz-box-sizing: border-box;    /* Firefox 1 - 28 */
	box-sizing: border-box;
	border-radius: 18px;
}

@media (max-width: 992px) {
	.ui-accordion .ui-accordion-content {
		padding: 10px 20px;
	}
}

#multiAccordion .ui-state-default,
.multiAccordion .ui-state-default {
	float: left;
	background: #e8e8e8;
	border: 1px solid #cdcbcb;
	color: #000;
	border-radius: 18px;
}

#multiAccordion .ui-accordion-content-active,
.multiAccordion .ui-accordion-content-active {
	border: 1px solid #c1bebe;
	border-radius: 18px;
}

#multiAccordion .ui-state-hover,
.multiAccordion .ui-state-hover {
	background-color: #c1bebe !important;
}

#multiAccordion .ui-state-hover:after,
#multiAccordion .ui-state-hover:before,
.multiAccordion .ui-state-hover:after,
.multiAccordion .ui-state-hover:before  {
}


#multiAccordion .ui-state-default .ui-icon,
.multiAccordion .ui-state-default .ui-icon {
	float: left;
	width: 35px;
	height: 100%;
	margin-left: 10px;
}

#multiAccordion .ui-state-active,
.multiAccordion .ui-state-active {
	float: left;
	color: #000;
	background: #fff;
	border-radius: 18px;
	border: 1px solid #cdcbcb;
}

#multiAccordion .ui-state-active:hover,
.multiAccordion .ui-state-active:hover {

}

#multiAccordion .ui-state-active:before,
.multiAccordion .ui-state-active:before {

}

#multiAccordion .ui-state-active:hover:after,
.multiAccordion .ui-state-active:hover:after {

}

#multiAccordion .ui-state-active .ui-icon,
.multiAccordion .ui-state-active .ui-icon {
	float: left;
	width: 35px;
	height: 100%;
	margin-left: 10px;
	border-radius: 5px;
}

.ui-accordion .ui-accordion-header .ui-icon {
	top: 0% !important;
	margin-top: 0 !important;
	border-radius: 18px;
}

.ui-accordion-header .ui-helper-reset .ui-state-default .ui-corner-all  {
	
}

.ui-accordion-header .ui-helper-reset .ui-state-default .ui-state-active .ui-corner-top {
	float:left;
}

span.accordion-image {
	display: inline-block;
	width: 130px;
	text-align: center;
}

/* End Multi Accordion */



/******************** Bootstrap **********************************************/

#main .htmlbox .bootstrap a { color: #fff; }
#main .htmlbox .bootstrap a:hover { color: #fff; }

.bootstrap select, 
.bootstrap input[type="file"] {
    height: 30px !important;
    line-height: 30px !important;
}

.bootstrap .btn {
  display: inline-block;
  *display: inline;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 13px;
  line-height: 18px;
  *line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  *border: 0;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.bootstrap .btn:hover,
.bootstrap .btn:active,
.bootstrap .btn.active,
.bootstrap .btn.disabled,
.bootstrap .btn[disabled] {
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

.bootstrap .btn:hover span {
	color: #ffffff;
}

.bootstrap .btn:active,
.bootstrap .btn.active {
  background-color: #cccccc \9;
}

.bootstrap .btn:first-child {
  *margin-left: 0;
}

.bootstrap .btn:hover {
  color: #333333;
  text-decoration: none;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  /* Buttons in IE7 don't get borders, so darken on hover */

  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
      -ms-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}

.bootstrap .btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.bootstrap .btn.active,
.bootstrap .btn:active {
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.bootstrap .btn.disabled,
.bootstrap .btn[disabled] {
  cursor: not-allowed;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.contactform  .bootstrap .btn span {
	background:none;
	border:none;
}

.bootstrap .btn-large {
  padding: 9px 14px;
  font-size: 15px;
  line-height: normal;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}

.bootstrap .btn-large [class^="icon-"] {
  margin-top: 1px;
}

.bootstrap .btn-small {
  padding: 5px 9px;
  font-size: 11px;
  line-height: 16px;
}

.bootstrap .btn-small [class^="icon-"] {
  margin-top: -1px;
}

.bootstrap .btn-mini {
  padding: 2px 6px;
  font-size: 11px;
  line-height: 14px;
}

.bootstrap .btn-primary,
.bootstrap .btn-primary:hover,
.bootstrap .btn-warning,
.bootstrap .btn-warning:hover,
.bootstrap .btn-danger,
.bootstrap .btn-danger:hover,
.bootstrap .btn-success,
.bootstrap .btn-success:hover,
.bootstrap .btn-info,
.bootstrap .btn-info:hover,
.bootstrap .btn-inverse,
.bootstrap .btn-inverse:hover {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.bootstrap .btn-primary.active,
.bootstrap .btn-warning.active,
.bootstrap .btn-danger.active,
.bootstrap .btn-success.active,
.bootstrap .btn-info.active,
.bootstrap .btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}

.bootstrap .btn {
  border-color: #ccc;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.bootstrap .btn-primary {
  background-color: #0074cc;
  *background-color: #0055cc;
  background-image: -ms-linear-gradient(top, #0088cc, #0055cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0055cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0055cc);
  background-image: -o-linear-gradient(top, #0088cc, #0055cc);
  background-image: -moz-linear-gradient(top, #0088cc, #0055cc);
  background-image: linear-gradient(top, #0088cc, #0055cc);
  background-repeat: repeat-x;
  border-color: #0055cc #0055cc #003580;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#0088cc', endColorstr='#0055cc', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.bootstrap .btn-primary:hover,
.bootstrap .btn-primary:active,
.bootstrap .btn-primary.active,
.bootstrap .btn-primary.disabled,
.bootstrap .btn-primary[disabled] {
  background-color: #0055cc;
  *background-color: #004ab3;
}

.bootstrap .btn-primary:active,
.bootstrap .btn-primary.active {
  background-color: #004099 \9;
}

.bootstrap .btn-warning {
  background-color: #faa732;
  *background-color: #f89406;
  background-image: -ms-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(top, #fbb450, #f89406);
  background-repeat: repeat-x;
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.bootstrap .btn-warning:hover,
.bootstrap .btn-warning:active,
.bootstrap .btn-warning.active,
.bootstrap .btn-warning.disabled,
.bootstrap .btn-warning[disabled] {
  background-color: #f89406;
  *background-color: #df8505;
}

.bootstrap .btn-warning:active,
.bootstrap .btn-warning.active {
  background-color: #c67605 \9;
}

.bootstrap .btn-danger {
  background-color: #da4f49;
  *background-color: #bd362f;
  background-image: -ms-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(top, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#bd362f', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.bootstrap .btn-danger:hover,
.bootstrap .btn-danger:active,
.bootstrap .btn-danger.active,
.bootstrap .btn-danger.disabled,
.bootstrap .btn-danger[disabled] {
  background-color: #bd362f;
  *background-color: #a9302a;
}

.bootstrap .btn-danger:active,
.bootstrap .btn-danger.active {
  background-color: #942a25 \9;
}

.bootstrap .btn-success {
  background-color: #5bb75b;
  *background-color: #51a351;
  background-image: -ms-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(top, #62c462, #51a351);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#62c462', endColorstr='#51a351', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.bootstrap .btn-success:hover,
.bootstrap .btn-success:active,
.bootstrap .btn-success.active,
.bootstrap .btn-success.disabled,
.bootstrap .btn-success[disabled] {
  background-color: #51a351;
  *background-color: #499249;
}

.bootstrap .btn-success:active,
.bootstrap .btn-success.active {
  background-color: #408140 \9;
}

.bootstrap .btn-info {
  background-color: #49afcd;
  *background-color: #2f96b4;
  background-image: -ms-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(top, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#5bc0de', endColorstr='#2f96b4', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.bootstrap .btn-info:hover,
.bootstrap .btn-info:active,
.bootstrap .btn-info.active,
.bootstrap .btn-info.disabled,
.bootstrap .btn-info[disabled] {
  background-color: #2f96b4;
  *background-color: #2a85a0;
}

.bootstrap .btn-info:active,
.bootstrap .btn-info.active {
  background-color: #24748c \9;
}

.bootstrap .btn-inverse {
  background-color: #414141;
  *background-color: #222222;
  background-image: -ms-linear-gradient(top, #555555, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#555555), to(#222222));
  background-image: -webkit-linear-gradient(top, #555555, #222222);
  background-image: -o-linear-gradient(top, #555555, #222222);
  background-image: -moz-linear-gradient(top, #555555, #222222);
  background-image: linear-gradient(top, #555555, #222222);
  background-repeat: repeat-x;
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#555555', endColorstr='#222222', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.bootstrap .btn-inverse:hover,
.bootstrap .btn-inverse:active,
.bootstrap .btn-inverse.active,
.bootstrap .btn-inverse.disabled,
.bootstrap .btn-inverse[disabled] {
  background-color: #222222;
  *background-color: #151515;
}

.bootstrap .btn-inverse:active,
.bootstrap .btn-inverse.active {
  background-color: #080808 \9;
}

.bootstrap button.btn,
.bootstrap input[type="submit"].btn {
  *padding-top: 2px;
  *padding-bottom: 2px;
}

.bootstrap button.btn::-moz-focus-inner,
.bootstrap input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.bootstrap button.btn.btn-large,
.bootstrap input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}

.bootstrap button.btn.btn-small,
.bootstrap input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

.bootstrap button.btn.btn-mini,
.bootstrap input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}

.bootstrap .btn-group {
  position: relative;
  *margin-left: .3em;
  *zoom: 1;
}

.bootstrap .btn-group:before,
.bootstrap .btn-group:after {
  display: table;
  content: "";
}

.bootstrap .btn-group:after {
  clear: both;
}

.bootstrap .btn-group:first-child {
  *margin-left: 0;
}

.bootstrap .btn-group + .btn-group {
  margin-left: 5px;
}

.bootstrap .btn-toolbar {
  margin-top: 9px;
  margin-bottom: 9px;
}

.bootstrap .btn-toolbar .btn-group {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
}

.bootstrap .btn-group > .btn {
  position: relative;
  float: left;
  margin-left: -1px;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.bootstrap .btn-group > .btn:first-child {
  margin-left: 0;
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
}

.bootstrap .btn-group > .btn:last-child,
.bootstrap .btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
}

.bootstrap .btn-group > .btn.large:first-child {
  margin-left: 0;
  -webkit-border-bottom-left-radius: 6px;
          border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
          border-top-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-topleft: 6px;
}

.bootstrap .btn-group > .btn.large:last-child,
.bootstrap .btn-group > .large.dropdown-toggle {
  -webkit-border-top-right-radius: 6px;
          border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
          border-bottom-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
}

.bootstrap .btn-group > .btn:hover,
.bootstrap .btn-group > .btn:focus,
.bootstrap .btn-group > .btn:active,
.bootstrap .btn-group > .btn.active {
  z-index: 2;
}

.bootstrap .btn-group .dropdown-toggle:active,
.bootstrap .btn-group.open .dropdown-toggle {
  outline: 0;
}

.bootstrap .btn-group > .dropdown-toggle {
  *padding-top: 4px;
  padding-right: 8px;
  *padding-bottom: 4px;
  padding-left: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.bootstrap .btn-group > .btn-mini.dropdown-toggle {
  padding-right: 5px;
  padding-left: 5px;
}

.bootstrap .btn-group > .btn-small.dropdown-toggle {
  *padding-top: 4px;
  *padding-bottom: 4px;
}

.bootstrap .btn-group > .btn-large.dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}

.bootstrap .btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.bootstrap .btn-group.open .btn.dropdown-toggle {
  background-color: #e6e6e6;
}

.bootstrap .btn-group.open .btn-primary.dropdown-toggle {
  background-color: #0055cc;
}

.bootstrap .btn-group.open .btn-warning.dropdown-toggle {
  background-color: #f89406;
}

.bootstrap .btn-group.open .btn-danger.dropdown-toggle {
  background-color: #bd362f;
}

.bootstrap .btn-group.open .btn-success.dropdown-toggle {
  background-color: #51a351;
}

.bootstrap .btn-group.open .btn-info.dropdown-toggle {
  background-color: #2f96b4;
}

.bootstrap .btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #222222;
}

.bootstrap .btn .caret {
  margin-top: 7px;
  margin-left: 0;
}

.bootstrap .btn:hover .caret,
.bootstrap .open.btn-group .caret {
  opacity: 1;
  filter: alpha(opacity=100);
}

.bootstrap .btn-mini .caret {
  margin-top: 5px;
}

.bootstrap .btn-small .caret {
  margin-top: 6px;
}

.bootstrap .btn-large .caret {
  margin-top: 6px;
  border-top-width: 5px;
  border-right-width: 5px;
  border-left-width: 5px;
}

.bootstrap .dropup .btn-large .caret {
  border-top: 0;
  border-bottom: 5px solid #000000;
}

.bootstrap .btn-primary .caret,
.bootstrap .btn-warning .caret,
.bootstrap .btn-danger .caret,
.bootstrap .btn-info .caret,
.bootstrap .btn-success .caret,
.bootstrap .btn-inverse .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
  opacity: 0.75;
  filter: alpha(opacity=75);
}


.bootstrap input,
.bootstrap textarea {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
     -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
      -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
       -o-transition: border linear 0.2s, box-shadow linear 0.2s;
          transition: border linear 0.2s, box-shadow linear 0.2s;
	background: none;
}

.bootstrap input:focus,
.bootstrap textarea:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

.bootstrap input[type="file"]:focus,
.bootstrap input[type="radio"]:focus,
.bootstrap input[type="checkbox"]:focus,
.bootstrap select:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.bootstrap .input-mini {
  width: 60px;
}

.bootstrap .input-small {
  width: 90px;
}

.bootstrap .input-medium {
  width: 150px;
}

.bootstrap .input-large {
  width: 210px;
}

.bootstrap .input-xlarge {
  width: 270px;
}

.bootstrap .input-xxlarge {
  width: 530px;
}

.bootstrap input[class*="span"],
.bootstrap select[class*="span"],
.bootstrap textarea[class*="span"],
.bootstrap .uneditable-input[class*="span"],
.bootstrap .row-fluid input[class*="span"],
.bootstrap .row-fluid select[class*="span"],
.bootstrap .row-fluid textarea[class*="span"],
.bootstrap .row-fluid .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0;
}

.bootstrap input,
.bootstrap textarea,
.bootstrap .uneditable-input {
  margin-left: 0;
}

.bootstrap input.span12,
.bootstrap textarea.span12,
.bootstrap .uneditable-input.span12 {
  width: 930px;
}

.bootstrap input.span11,
.bootstrap textarea.span11,
.bootstrap .uneditable-input.span11 {
  width: 850px;
}

.bootstrap input.span10,
.bootstrap textarea.span10,
.bootstrap .uneditable-input.span10 {
  width: 770px;
}

.bootstrap input.span9,
.bootstrap textarea.span9,
.bootstrap .uneditable-input.span9 {
  width: 690px;
}

.bootstrap input.span8,
.bootstrap textarea.span8,
.bootstrap .uneditable-input.span8 {
  width: 610px;
}

.bootstrap input.span7,
.bootstrap textarea.span7,
.bootstrap .uneditable-input.span7 {
  width: 530px;
}

.bootstrap input.span6,
.bootstrap textarea.span6,
.bootstrap .uneditable-input.span6 {
  width: 450px;
}

.bootstrap input.span5,
.bootstrap textarea.span5,
.bootstrap .uneditable-input.span5 {
  width: 370px;
}

.bootstrap input.span4,
.bootstrap textarea.span4,
.bootstrap .uneditable-input.span4 {
  width: 290px;
}

.bootstrap input.span3,
.bootstrap textarea.span3,
.bootstrap .uneditable-input.span3 {
  width: 210px;
}

.bootstrap input.span2,
.bootstrap textarea.span2,
.bootstrap .uneditable-input.span2 {
  width: 130px;
}

.bootstrap input.span1,
.bootstrap textarea.span1,
.bootstrap .uneditable-input.span1 {
  width: 50px;
}

.bootstrap input[disabled],
.bootstrap select[disabled],
.bootstrap textarea[disabled],
.bootstrap input[readonly],
.bootstrap select[readonly],
.bootstrap textarea[readonly] {
  cursor: not-allowed;
  background-color: #eeeeee;
  border-color: #ddd;
}

.bootstrap input[type="radio"][disabled],
.bootstrap input[type="checkbox"][disabled],
.bootstrap input[type="radio"][readonly],
.bootstrap input[type="checkbox"][readonly] {
  background-color: transparent;
}

.bootstrap input,
.bootstrap textarea,
.bootstrap select,
.bootstrap .uneditable-input {
  width: 300px;
  min-height: 18px;
  padding: 4px;
  margin-bottom: 9px;
  font-size: 13px;
  line-height: 18px;
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.clearfix {
  *zoom: 1;
  height: 1px;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap .nav {
  margin-left: 0;
  margin-bottom: 20px;
  list-style: none;
}
.bootstrap ul.nav {
	margin: 0;
	padding: 0;
}
.bootstrap .nav > li > a,
.bootstrap .nav > li > a:visited {
  display: block;
  font-size: 14px;
  color: #0088CC;
}
.bootstrap .nav > li > a:hover {
  text-decoration: none;
  background-color: #eeeeee;
}
.bootstrap .nav > .pull-right {
  float: right;
}
.bootstrap .nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 20px;
  color: #999999;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}
.bootstrap .nav li + .nav-header {
  margin-top: 9px;
}
.bootstrap .nav-list {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
}
.bootstrap .nav-list > li > a,
.bootstrap .nav-list .nav-header {
  margin-left: -15px;
  margin-right: -15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.bootstrap .nav-list > li > a {
  padding: 3px 15px;
}
.bootstrap .nav-list > .active > a,
.bootstrap .nav-list > .active > a:hover {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #0088cc;
}
.bootstrap .nav-list [class^="icon-"] {
  margin-right: 2px;
}
.bootstrap .nav-list .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}
.bootstrap .nav-tabs,
.bootstrap .nav-pills {
  *zoom: 1;
}
.bootstrap .nav-tabs:before,
.bootstrap .nav-pills:before,
.bootstrap .nav-tabs:after,
.bootstrap .nav-pills:after {
  display: table;
  content: "";
  line-height: 0;
}
.bootstrap .nav-tabs:after,
.bootstrap .nav-pills:after {
  clear: both;
}
.bootstrap .nav-tabs > li,
.bootstrap .nav-pills > li {
  float: left;
}
.bootstrap .nav-tabs > li > a,
.bootstrap .nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}
.bootstrap .nav-tabs {
  border-bottom: 1px solid #ddd;
}
.bootstrap .nav-tabs > li {
  margin-bottom: -1px;
}
.bootstrap .nav-tabs > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 20px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.bootstrap .nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.bootstrap .nav-tabs > .active > a,
.bootstrap .nav-tabs > .active > a:hover {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.bootstrap .nav-pills > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.bootstrap .nav-pills > .active > a,
.bootstrap .nav-pills > .active > a:hover {
  color: #ffffff;
  background-color: #0088cc;
}
.bootstrap .nav-stacked > li {
  float: none;
}
.bootstrap .nav-stacked > li > a {
  margin-right: 0;
}
.bootstrap .nav-tabs.nav-stacked {
  border-bottom: 0;
}
.bootstrap .nav-tabs.nav-stacked > li > a {
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.bootstrap .nav-tabs.nav-stacked > li:first-child > a {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.bootstrap .nav-tabs.nav-stacked > li:last-child > a {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.bootstrap .nav-tabs.nav-stacked > li > a:hover {
  border-color: #ddd;
  z-index: 2;
}
.bootstrap .nav-pills.nav-stacked > li > a {
  margin-bottom: 3px;
}
.bootstrap .nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px;
}
.bootstrap .nav-tabs .dropdown-menu {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
.bootstrap .nav-pills .dropdown-menu {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.bootstrap .nav .dropdown-toggle .caret {
  border-top-color: #0088cc;
  border-bottom-color: #0088cc;
  margin-top: 6px;
}
.bootstrap .nav .dropdown-toggle:hover .caret {
  border-top-color: #005580;
  border-bottom-color: #005580;
}
/* move down carets for tabs */
.bootstrap .nav-tabs .dropdown-toggle .caret {
  margin-top: 8px;
}
.bootstrap .nav .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.bootstrap .nav-tabs .active .dropdown-toggle .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}
.bootstrap .nav > .dropdown.active > a:hover {
  cursor: pointer;
}
.bootstrap .nav-tabs .open .dropdown-toggle,
.bootstrap .nav-pills .open .dropdown-toggle,
.bootstrap .nav > li.dropdown.open.active > a:hover {
  color: #ffffff;
  background-color: #999999;
  border-color: #999999;
}
.bootstrap .nav li.dropdown.open .caret,
.bootstrap .nav li.dropdown.open.active .caret,
.bootstrap .nav li.dropdown.open a:hover .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.bootstrap .tabs-stacked .open > a:hover {
  border-color: #999999;
}
.bootstrap .tabbable {
  *zoom: 1;
}
.bootstrap .tabbable:before,
.bootstrap .tabbable:after {
  display: table;
  content: "";
  line-height: 0;
}
.bootstrap .tabbable:after {
  clear: both;
}
.bootstrap .tab-content {
  overflow: auto;
}
.bootstrap .tabs-below > .nav-tabs,
.bootstrap .tabs-right > .nav-tabs,
.bootstrap .tabs-left > .nav-tabs {
  border-bottom: 0;
}
.bootstrap .tab-content > .tab-pane,
.bootstrap .pill-content > .pill-pane {
  display: none;
}
.bootstrap .tab-content > .active,
.bootstrap .pill-content > .active {
  display: block;
}
.bootstrap .tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}
.bootstrap .tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.bootstrap .tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.bootstrap .tabs-below > .nav-tabs > li > a:hover {
  border-bottom-color: transparent;
  border-top-color: #ddd;
}
.bootstrap .tabs-below > .nav-tabs > .active > a,
.bootstrap .tabs-below > .nav-tabs > .active > a:hover {
  border-color: transparent #ddd #ddd #ddd;
}
.bootstrap .tabs-left > .nav-tabs > li,
.bootstrap .tabs-right > .nav-tabs > li {
  float: none;
}
.bootstrap .tabs-left > .nav-tabs > li > a,
.bootstrap .tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}
.bootstrap .tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}
.bootstrap .tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.bootstrap .tabs-left > .nav-tabs > li > a:hover {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}
.bootstrap .tabs-left > .nav-tabs .active > a,
.bootstrap .tabs-left > .nav-tabs .active > a:hover {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff;
}
.bootstrap .tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}
.bootstrap .tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.bootstrap .tabs-right > .nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}
.bootstrap .tabs-right > .nav-tabs .active > a,
.bootstrap .tabs-right > .nav-tabs .active > a:hover {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #ffffff;
}
.bootstrap .nav > .disabled > a {
  color: #999999;
}
.bootstrap .nav > .disabled > a:hover {
  text-decoration: none;
  background-color: transparent;
  cursor: default;
}
.bootstrap .navbar {
  overflow: visible;
  margin-bottom: 20px;
  color: #777777;
  *position: relative;
  *z-index: 2;
}
.bootstrap .navbar-inner {
  min-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #fafafa;
  background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  *zoom: 1;
}
.bootstrap .navbar-inner:before,
.bootstrap .navbar-inner:after {
  display: table;
  content: "";
  line-height: 0;
}
.bootstrap .navbar-inner:after {
  clear: both;
}
.bootstrap .navbar .container {
  width: auto;
}
.bootstrap .nav-collapse.collapse {
  height: auto;
}
.bootstrap .navbar .brand {
  float: left;
  display: block;
  padding: 10px 20px 10px;
  margin-left: -20px;
  font-size: 20px;
  font-weight: 200;
  color: #777777;
  text-shadow: 0 1px 0 #ffffff;
}
.bootstrap .navbar .brand:hover {
  text-decoration: none;
}
.bootstrap .navbar-text {
  margin-bottom: 0;
  line-height: 40px;
}
.bootstrap .navbar-link {
  color: #777777;
}
.bootstrap .navbar-link:hover {
  color: #333333;
}
.bootstrap .navbar .divider-vertical {
  height: 40px;
  margin: 0 9px;
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #ffffff;
}
.bootstrap .navbar .btn,
.bootstrap .navbar .btn-group {
  margin-top: 5px;
}
.bootstrap .navbar .btn-group .btn,
.bootstrap .navbar .input-prepend .btn,
.bootstrap .navbar .input-append .btn {
  margin-top: 0;
}
.bootstrap .navbar-form {
  margin-bottom: 0;
  *zoom: 1;
}
.bootstrap .navbar-form:before,
.bootstrap .navbar-form:after {
  display: table;
  content: "";
  line-height: 0;
}
.bootstrap .navbar-form:after {
  clear: both;
}
.bootstrap .navbar-form input,
.bootstrap .navbar-form select,
.bootstrap .navbar-form .radio,
.bootstrap .navbar-form .checkbox {
  margin-top: 5px;
}
.bootstrap .navbar-form input,
.bootstrap .navbar-form select,
.bootstrap .navbar-form .btn {
  display: inline-block;
  margin-bottom: 0;
}
.bootstrap .navbar-form input[type="image"],
.bootstrap .navbar-form input[type="checkbox"],
.bootstrap .navbar-form input[type="radio"] {
  margin-top: 3px;
}
.bootstrap .navbar-form .input-append,
.bootstrap .navbar-form .input-prepend {
  margin-top: 6px;
  white-space: nowrap;
}
.bootstrap .navbar-form .input-append input,
.bootstrap .navbar-form .input-prepend input {
  margin-top: 0;
}
.bootstrap .navbar-search {
  position: relative;
  float: left;
  margin-top: 5px;
  margin-bottom: 0;
}
.bootstrap .navbar-search .search-query {
  margin-bottom: 0;
  padding: 4px 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.bootstrap .navbar-static-top {
  position: static;
  width: 100%;
  margin-bottom: 0;
}
.bootstrap .navbar-static-top .navbar-inner {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.bootstrap .navbar-fixed-top,
.bootstrap .navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  margin-bottom: 0;
}
.bootstrap .navbar-fixed-top .navbar-inner,
.bootstrap .navbar-static-top .navbar-inner {
  border-width: 0 0 1px;
}
.bootstrap .navbar-fixed-bottom .navbar-inner {
  border-width: 1px 0 0;
}
.bootstrap .navbar-fixed-top .navbar-inner,
.bootstrap .navbar-fixed-bottom .navbar-inner {
  padding-left: 0;
  padding-right: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.bootstrap .navbar-static-top .container,
.bootstrap .navbar-fixed-top .container,
.bootstrap .navbar-fixed-bottom .container {
  width: 940px;
}
.bootstrap .navbar-fixed-top {
  top: 0;
}
.bootstrap .navbar-fixed-top .navbar-inner,
.bootstrap .navbar-static-top .navbar-inner {
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1), 0 1px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1), 0 1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1), 0 1px 10px rgba(0, 0, 0, 0.1);
}
.bootstrap .navbar-fixed-bottom {
  bottom: 0;
}
.bootstrap .navbar-fixed-bottom .navbar-inner {
  -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1), 0 -1px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1), 0 -1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1), 0 -1px 10px rgba(0, 0, 0, 0.1);
}
.bootstrap .navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 0 10px 0 0;
}
.bootstrap .navbar .nav.pull-right {
  float: right;
  margin-right: 0;
}
.bootstrap .navbar .nav > li {
  float: left;
}
.bootstrap .navbar .nav > li > a {
  float: none;
  padding: 10px 15px 10px;
  color: #777777;
  text-decoration: none;
  text-shadow: 0 1px 0 #ffffff;
}
.bootstrap .navbar .nav .dropdown-toggle .caret {
  margin-top: 8px;
}
.bootstrap .navbar .nav > li > a:focus,
.bootstrap .navbar .nav > li > a:hover {
  background-color: transparent;
  color: #333333;
  text-decoration: none;
}
.bootstrap .navbar .nav > .active > a,
.bootstrap .navbar .nav > .active > a:hover,
.bootstrap .navbar .nav > .active > a:focus {
  color: #555555;
  text-decoration: none;
  background-color: #e5e5e5;
  -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
}
.bootstrap .navbar .btn-navbar {
  display: none;
  float: right;
  padding: 7px 10px;
  margin-left: 5px;
  margin-right: 5px;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #ededed;
  background-image: -moz-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#e5e5e5));
  background-image: -webkit-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: -o-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: linear-gradient(to bottom, #f2f2f2, #e5e5e5);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffe5e5e5', GradientType=0);
  border-color: #e5e5e5 #e5e5e5 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e5e5e5;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
}
.bootstrap .navbar .btn-navbar:hover,
.bootstrap .navbar .btn-navbar:active,
.bootstrap .navbar .btn-navbar.active,
.bootstrap .navbar .btn-navbar.disabled,
.bootstrap .navbar .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #e5e5e5;
  *background-color: #d9d9d9;
}
.bootstrap .navbar .btn-navbar:active,
.bootstrap .navbar .btn-navbar.active {
  background-color: #cccccc \9;
}
.bootstrap .navbar .btn-navbar .icon-bar {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #f5f5f5;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap .btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
}
.bootstrap .navbar .nav > li > .dropdown-menu:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 9px;
}
.bootstrap .navbar .nav > li > .dropdown-menu:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 10px;
}
.bootstrap .navbar-fixed-bottom .nav > li > .dropdown-menu:before {
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  border-bottom: 0;
  bottom: -7px;
  top: auto;
}
.bootstrap .navbar-fixed-bottom .nav > li > .dropdown-menu:after {
  border-top: 6px solid #ffffff;
  border-bottom: 0;
  bottom: -6px;
  top: auto;
}
.bootstrap .navbar .nav li.dropdown.open > .dropdown-toggle,
.bootstrap .navbar .nav li.dropdown.active > .dropdown-toggle,
.bootstrap .navbar .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #e5e5e5;
  color: #555555;
}
.bootstrap .navbar .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #777777;
  border-bottom-color: #777777;
}
.bootstrap .navbar .nav li.dropdown.open > .dropdown-toggle .caret,
.bootstrap .navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.bootstrap .navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}
.bootstrap .navbar .pull-right > li > .dropdown-menu,
.bootstrap .navbar .nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
.bootstrap .navbar .pull-right > li > .dropdown-menu:before,
.bootstrap .navbar .nav > li > .dropdown-menu.pull-right:before {
  left: auto;
  right: 12px;
}
.bootstrap .navbar .pull-right > li > .dropdown-menu:after,
.bootstrap .navbar .nav > li > .dropdown-menu.pull-right:after {
  left: auto;
  right: 13px;
}
.bootstrap .navbar .pull-right > li > .dropdown-menu .dropdown-menu,
.bootstrap .navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu {
  left: auto;
  right: 100%;
  margin-left: 0;
  margin-right: -1px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.bootstrap .navbar-inverse {
  color: #999999;
}
.bootstrap .navbar-inverse .navbar-inner {
  background-color: #1b1b1b;
  background-image: -moz-linear-gradient(top, #222222, #111111);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222222), to(#111111));
  background-image: -webkit-linear-gradient(top, #222222, #111111);
  background-image: -o-linear-gradient(top, #222222, #111111);
  background-image: linear-gradient(to bottom, #222222, #111111);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);
  border-color: #252525;
}
.bootstrap .navbar-inverse .brand,
.bootstrap .navbar-inverse .nav > li > a {
  color: #999999;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap .navbar-inverse .brand:hover,
.bootstrap .navbar-inverse .nav > li > a:hover {
  color: #ffffff;
}
.bootstrap .navbar-inverse .nav > li > a:focus,
.bootstrap .navbar-inverse .nav > li > a:hover {
  background-color: transparent;
  color: #ffffff;
}
.bootstrap .navbar-inverse .nav .active > a,
.bootstrap .navbar-inverse .nav .active > a:hover,
.bootstrap .navbar-inverse .nav .active > a:focus {
  color: #ffffff;
  background-color: #111111;
}
.bootstrap .navbar-inverse .navbar-link {
  color: #999999;
}
.bootstrap .navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.bootstrap .navbar-inverse .divider-vertical {
  border-left-color: #111111;
  border-right-color: #222222;
}
.bootstrap .navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
.bootstrap .navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
.bootstrap .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #111111;
  color: #ffffff;
}
.bootstrap .navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #999999;
  border-bottom-color: #999999;
}
.bootstrap .navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret,
.bootstrap .navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret,
.bootstrap .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.bootstrap .navbar-inverse .navbar-search .search-query {
  color: #ffffff;
  background-color: #515151;
  border-color: #111111;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.bootstrap .navbar-inverse .navbar-search .search-query:-moz-placeholder {
  color: #cccccc;
}
.bootstrap .navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
  color: #cccccc;
}
.bootstrap .navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
  color: #cccccc;
}
.bootstrap .navbar-inverse .navbar-search .search-query:focus,
.bootstrap .navbar-inverse .navbar-search .search-query.focused {
  padding: 5px 15px;
  color: #333333;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #ffffff;
  border: 0;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  outline: 0;
}
.bootstrap .navbar-inverse .btn-navbar {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e0e0e;
  background-image: -moz-linear-gradient(top, #151515, #040404);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#151515), to(#040404));
  background-image: -webkit-linear-gradient(top, #151515, #040404);
  background-image: -o-linear-gradient(top, #151515, #040404);
  background-image: linear-gradient(to bottom, #151515, #040404);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff151515', endColorstr='#ff040404', GradientType=0);
  border-color: #040404 #040404 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #040404;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.bootstrap .navbar-inverse .btn-navbar:hover,
.bootstrap .navbar-inverse .btn-navbar:active,
.bootstrap .navbar-inverse .btn-navbar.active,
.bootstrap .navbar-inverse .btn-navbar.disabled,
.bootstrap .navbar-inverse .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #040404;
  *background-color: #000000;
}
.bootstrap .navbar-inverse .btn-navbar:active,
.bootstrap .navbar-inverse .btn-navbar.active {
  background-color: #000000 \9;
}

.bootstrap .table {
  width: 100%;
  margin-bottom: 20px;
}

.bootstrap .table th,
.bootstrap .table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}

.bootstrap .table th {
  font-weight: bold;
}

.bootstrap .table thead th {
  vertical-align: bottom;
}

.bootstrap .table caption + thead tr:first-child th,
.bootstrap .table caption + thead tr:first-child td,
.bootstrap .table colgroup + thead tr:first-child th,
.bootstrap .table colgroup + thead tr:first-child td,
.bootstrap .table thead:first-child tr:first-child th,
.bootstrap .table thead:first-child tr:first-child td {
  border-top: 0;
}

.bootstrap .table tbody + tbody {
  border-top: 2px solid #dddddd;
}

.bootstrap .table-condensed th,
.bootstrap .table-condensed td {
  padding: 4px 5px;
}

.bootstrap .table-bordered {
  border: 1px solid #dddddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
	font-size: 12px;
}

.bootstrap .table-bordered th,
.bootstrap .table-bordered td {
  border-left: 1px solid #dddddd;
}

.bootstrap .table-bordered caption + thead tr:first-child th,
.bootstrap .table-bordered caption + tbody tr:first-child th,
.bootstrap .table-bordered caption + tbody tr:first-child td,
.bootstrap .table-bordered colgroup + thead tr:first-child th,
.bootstrap .table-bordered colgroup + tbody tr:first-child th,
.bootstrap .table-bordered colgroup + tbody tr:first-child td,
.bootstrap .table-bordered thead:first-child tr:first-child th,
.bootstrap .table-bordered tbody:first-child tr:first-child th,
.bootstrap .table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}

.bootstrap .table-bordered thead:first-child tr:first-child th:first-child,
.bootstrap .table-bordered tbody:first-child tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}

.bootstrap .table-bordered thead:first-child tr:first-child th:last-child,
.bootstrap .table-bordered tbody:first-child tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}

.bootstrap .table-bordered thead:last-child tr:last-child th:first-child,
.bootstrap .table-bordered tbody:last-child tr:last-child td:first-child,
.bootstrap .table-bordered tfoot:last-child tr:last-child td:first-child {
  -webkit-border-radius: 0 0 0 4px;
     -moz-border-radius: 0 0 0 4px;
          border-radius: 0 0 0 4px;
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
}

.bootstrap .table-bordered thead:last-child tr:last-child th:last-child,
.bootstrap .table-bordered tbody:last-child tr:last-child td:last-child,
.bootstrap .table-bordered tfoot:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
}

.bootstrap .table-bordered caption + thead tr:first-child th:first-child,
.bootstrap .table-bordered caption + tbody tr:first-child td:first-child,
.bootstrap .table-bordered colgroup + thead tr:first-child th:first-child,
.bootstrap .table-bordered colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}

.bootstrap .table-bordered caption + thead tr:first-child th:last-child,
.bootstrap .table-bordered caption + tbody tr:first-child td:last-child,
.bootstrap .table-bordered colgroup + thead tr:first-child th:last-child,
.bootstrap .table-bordered colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
}

.bootstrap .table-striped tbody tr:nth-child(odd) td,
.bootstrap .table-striped tbody tr:nth-child(odd) th {
  background-color: #f9f9f9;
}

.bootstrap .table-hover tbody tr:hover td,
.bootstrap .table-hover tbody tr:hover th {
  background-color: #f5f5f5;
}


.bootstrap input[type="checkbox"], .bootstrap input[type="radio"] {
    background-color: transparent;
    border: medium none;
    width: auto;
	height: auto;
}

/********************************** End Bootstrap *******************************************/


/*!
 * Bootstrap v3.3.2 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=9daf200d49dde7ef673d)
 * Config saved to config.json and https://gist.github.com/9daf200d49dde7ef673d
 */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/*
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
*/
.container-fluid * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  padding-right: 0px;
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
/*
.hidden {
  display: none !important;
  visibility: hidden !important;
}
*/
.affix {
  position: fixed;
}

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=0ae567251c77cbeab4a1443bf1b77109)
 * Config saved to config.json and https://gist.github.com/0ae567251c77cbeab4a1443bf1b77109
 */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #ffffff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #ffffff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #ffffff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #ffffff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #ffffff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #ffffff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.clearfix:before,
.clearfix:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
.clearfix:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none;
}
.affix {
  position: fixed;
}

.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-default:active,
.btn-primary:active,
.btn-success:active,
.btn-info:active,
.btn-warning:active,
.btn-danger:active,
.btn-default.active,
.btn-primary.active,
.btn-success.active,
.btn-info.active,
.btn-warning.active,
.btn-danger.active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-default.disabled,
.btn-primary.disabled,
.btn-success.disabled,
.btn-info.disabled,
.btn-warning.disabled,
.btn-danger.disabled,
.btn-default[disabled],
.btn-primary[disabled],
.btn-success[disabled],
.btn-info[disabled],
.btn-warning[disabled],
.btn-danger[disabled],
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-danger {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default .badge,
.btn-primary .badge,
.btn-success .badge,
.btn-info .badge,
.btn-warning .badge,
.btn-danger .badge {
  text-shadow: none;
}
.btn:active,
.btn.active {
  background-image: none;
}
.btn-default {
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e0e0e0));
  background-image: linear-gradient(to bottom, #ffffff 0%, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #dbdbdb;
  text-shadow: 0 1px 0 #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus {
  background-color: #e0e0e0;
  background-position: 0 -15px;
}
.btn-default:active,
.btn-default.active {
  background-color: #e0e0e0;
  border-color: #dbdbdb;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #e0e0e0;
  background-image: none;
}
.btn-primary {
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #265a88 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #265a88 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#265a88));
  background-image: linear-gradient(to bottom, #337ab7 0%, #265a88 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #245580;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #265a88;
  background-position: 0 -15px;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #265a88;
  border-color: #245580;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #265a88;
  background-image: none;
}
.btn-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%);
  background-image: -o-linear-gradient(top, #5cb85c 0%, #419641 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#419641));
  background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #3e8f3e;
}
.btn-success:hover,
.btn-success:focus {
  background-color: #419641;
  background-position: 0 -15px;
}
.btn-success:active,
.btn-success.active {
  background-color: #419641;
  border-color: #3e8f3e;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #419641;
  background-image: none;
}
.btn-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  background-image: -o-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#2aabd2));
  background-image: linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #28a4c9;
}
.btn-info:hover,
.btn-info:focus {
  background-color: #2aabd2;
  background-position: 0 -15px;
}
.btn-info:active,
.btn-info.active {
  background-color: #2aabd2;
  border-color: #28a4c9;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #2aabd2;
  background-image: none;
}
.btn-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image: -o-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#eb9316));
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #e38d13;
}
.btn-warning:hover,
.btn-warning:focus {
  background-color: #eb9316;
  background-position: 0 -15px;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #eb9316;
  border-color: #e38d13;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #eb9316;
  background-image: none;
}
.btn-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  background-image: -o-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c12e2a));
  background-image: linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #b92c28;
}
.btn-danger:hover,
.btn-danger:focus {
  background-color: #c12e2a;
  background-position: 0 -15px;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #c12e2a;
  border-color: #b92c28;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #c12e2a;
  background-image: none;
}
.thumbnail,
.img-thumbnail {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
  background-color: #e8e8e8;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
  background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
  background-color: #2e6da4;
}
.navbar-default {
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f8f8f8));
  background-image: linear-gradient(to bottom, #ffffff 0%, #f8f8f8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
  background-image: -o-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dbdbdb), to(#e2e2e2));
  background-image: linear-gradient(to bottom, #dbdbdb 0%, #e2e2e2 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#ffe2e2e2', GradientType=0);
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
}
.navbar-brand,
.navbar-nav > li > a {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}
.navbar-inverse {
  background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222222 100%);
  background-image: -o-linear-gradient(top, #3c3c3c 0%, #222222 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3c3c3c), to(#222222));
  background-image: linear-gradient(to bottom, #3c3c3c 0%, #222222 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border-radius: 4px;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #080808 0%, #0f0f0f 100%);
  background-image: -o-linear-gradient(top, #080808 0%, #0f0f0f 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#080808), to(#0f0f0f));
  background-image: linear-gradient(to bottom, #080808 0%, #0f0f0f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff080808', endColorstr='#ff0f0f0f', GradientType=0);
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
}
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
  border-radius: 0;
}
@media (max-width: 767px) {
  .navbar .navbar-nav .open .dropdown-menu > .active > a,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
    background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
    background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
  }
}
.alert {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.alert-success {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: -o-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#c8e5bc));
  background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
  border-color: #b2dba1;
}
.alert-info {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: -o-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#b9def0));
  background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
  border-color: #9acfea;
}
.alert-warning {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: -o-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#f8efc0));
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
  border-color: #f5e79e;
}
.alert-danger {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: -o-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#e7c3c3));
  background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
  border-color: #dca7a7;
}
.progress {
  background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#f5f5f5));
  background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
}
.progress-bar {
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #286090 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #286090 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#286090));
  background-image: linear-gradient(to bottom, #337ab7 0%, #286090 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff286090', GradientType=0);
}
.progress-bar-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image: -o-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#449d44));
  background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
}
.progress-bar-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image: -o-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#31b0d5));
  background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
}
.progress-bar-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image: -o-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#ec971f));
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
}
.progress-bar-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image: -o-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c9302c));
  background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
}
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.list-group {
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  text-shadow: 0 -1px 0 #286090;
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2b669a 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #2b669a 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2b669a));
  background-image: linear-gradient(to bottom, #337ab7 0%, #2b669a 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2b669a', GradientType=0);
  border-color: #2b669a;
}
.list-group-item.active .badge,
.list-group-item.active:hover .badge,
.list-group-item.active:focus .badge {
  text-shadow: none;
}
.panel {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.panel-default > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
}
.panel-primary > .panel-heading {
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
  background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
}
.panel-success > .panel-heading {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image: -o-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#d0e9c6));
  background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
}
.panel-info > .panel-heading {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image: -o-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#c4e3f3));
  background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
}
.panel-warning > .panel-heading {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image: -o-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#faf2cc));
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
}
.panel-danger > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image: -o-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#ebcccc));
  background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
}
.well {
  background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#f5f5f5));
  background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
  border-color: #dcdcdc;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
}


/*  End Bootstrap */


/*************** CSS for pressureCounter ****************/

.pressure {
	clear: both;
	margin: 0;
	position: relative;
	font-family: 'Noto Sans', Arial;
}

.pressure input:focus {
    outline: none;
}

.pressure a:hover {
	text-decoration: none;
}

.pressure form, .pressure input {
	font-family: 'Noto Sans', Arial;
}

.pressure .thecode  {
	color: #d5007d;
	font-size: 28px;
    font-weight: bold;
    margin-left: 22px;
}

.pressure .error {
	display: block;
	padding: 5px 10px;
	color: #cb3434;
	font-size: 14px;
    font-weight: 400;
    margin: -12px 0 10px 0;
    padding-left: 42px;
    background-color: #fff;
    border: 1px solid #cb3434;
    border-radius: 3px;
}

.pressure .login .error {
	padding-left: 0px;
    margin-top: 10px;
}

.pressure .get_code .error {
	margin-top: 0px;
    padding-left: 0px;
}

.pressure .get_code input {
    margin: 26px 14px 11px 23px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border: 1px solid #a55a83;
	background-color: #ffffff;
	float: left;
	padding: 13px 12px 14px;
	width: 149px;
    font-size: 20px;
}

.pressure .get_code img {
	height: 70px;
    line-height: 60px;
    border: 3px solid #933975;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    float: left;
    margin-top: 15px;
}

.pressure .captcha_reload {
	color: #d5007d;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	background: url(../../images/hypertension/captcha_reload.png) 0 center no-repeat;
	padding-left: 17px;
	float: left;
	line-height: 70px;
	outline: none;
	margin-top: 15px;
	width: 100px;
}

.pressure .login {
	padding: 0 0 20px 0;
	text-align: left;
	width: 610px;
	margin: 0 auto;
}

.pressure .get_code {
	background: url(../../images/hypertension/get_code_bg.jpg) 0 0 no-repeat;
	width: 537px;
	height: 260px;
	font-size: 20px;
	color: #333333;
	text-align: left;
	font-family: Myriad Pro, Arial, sans-serif;
	//font: 19px Arial, sans-serif;
	padding: 35px;
	line-height: 24px;
	margin: 0 auto 45px;
}

.pressure .get_code p {
	margin: 0 0 20px 0;
}

.pressure .generate_code {
	padding: 0px 50px 0px 148px;
	width: 340px;
	height: 245px;
	background: url(../../images/hypertension/clipboard_bg.jpg) 8px 0 no-repeat;
}

.pressure .generate_code h2 {
	font-size: 24px;
	color: #333333;
	font-weight: normal;
	margin: 0 0 28px 0;
	padding-top: 10px;
}

.pressure .generate_code span {
	float: left;
	margin-bottom: 58px;
}

.pressure .getcodeButton {
	text-align: center;
	margin-top: 42px;
	margin-right: 30px;
}

.pressure .getcodeButton a {
	background: url(../../images/hypertension/btn_pink_left.png) 0 0 no-repeat;
	color: #FFFFFF;
    display: inline-block;
    font-size: 24px;
    height: 53px;
    width: 250px;
    text-align: center;
    cursor:pointer;
}

.pressure .getcodeButton a span {
	background: url(../../images/hypertension/btn_pink_right.png) right top no-repeat;
	display: block;
    height: 53px;
    width: 282px;
    line-height: 50px;
    margin: 0;
}

.pressure .getcodeButton a:hover {
	background: url(../../images/hypertension/btn_pink_left_hover.png) 0 0 no-repeat;
}

.pressure .getcodeButton a:hover span {
	background: url(../../images/hypertension/btn_pink_right_hover.png) right top no-repeat;
}

.pressure .generate_code .getcodeButton {
	text-align: left;
	margin-right: 0px;
}

.pressure .login label {
	display: block;
    text-align: left;
    width: 100%;
    padding: 12px 0;
    font-size: 16px;
}

.pressure .login .enter {
	background: url(../../images/hypertension/btn_pink_right_arrow.png) right top no-repeat;
	display: block;
    height: 53px;
    border: 0;
    cursor:pointer;
    padding-right: 32px;
    width: 174px;	
}

.pressure .login .enter span {
	background: url(../../images/hypertension/btn_pink_left.png) 0 0 no-repeat;
	color: #FFFFFF;
    display: block;
    font-size: 20px;
    height: 53px;
    line-height: 50px;
    width: 142px;
    margin-top: 0px;
    text-align: center;
}

@-moz-document url-prefix() {
	.pressure .login .enter  {
		padding-right: 0px;
    	width: 176px; 
	}
}

@-moz-document url-prefix() {
	.pressure .login .enter span {
		margin-top: -2px;
	}
}

.pressure .login .enter:hover {
	background: url(../../images/hypertension/btn_pink_right_arrow_hover.png) right top no-repeat;
}

.pressure .login .enter:hover span {
	background: url(../../images/hypertension/btn_pink_left_hover.png) 0 0 no-repeat;
}

.pressure .login form {
	margin-bottom: 10px;
}

.pressure .login a.forgot_psw {
	color: #a6a6a6;
	background: url(../../images/hypertension/link_arrow.jpg) left center no-repeat;
	font-size: 11px;
    padding-left: 8px;
}

.pressure .login a.forgot_psw:hover {
	color: #D5007D;
	text-decoration: none;
}

.pressure label, .pressure .filteroptions span {
	font-size: 14px;
}

.pressure label {
	display: inline-block;
}

.pressure .filter_entry input {
	margin-right: 10px;
}

.pressure .filteroptions input {
	margin-right: 0px;
	padding: 4px;
    border: 1px solid #dedede;
	background-color: #ffffff;
	width: 130px;
	font-size: 12px;
}

.pressure .filteroptions input:focus {
	border: 1px solid #4c8ec9;
}

.pressure .filter_label {
	display:none;
}

.pressure .login input {
	background-color: #f4f4f4;
	padding: 13px 12px 14px;
	width: 388px;
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border: 1px solid #d7c4d0;
    font-size: 20px;
    color: #a6a6a6;
    margin-right: 15px;
    float: left;
}

.pressure .login input:focus {
	border: 1px solid #af036c;
	background-color: #ffffff;
	-moz-box-shadow: 0 0 15px #fcedf6;
	-webkit-box-shadow: 0 0 15px #fcedf6;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #333333;
    outline: none;
    
}

.pressure .login a {
	font-size: 12px;
}

.pressure .show_code {
	//margin-top: -20px;	
}

.pressure .show_code h2 {
	font-size: 20px;
	color: #333333;
	font-weight: normal;
	margin: 0 0 15px 0;
	//font-size: 19px;
}

.pressure .show_code p {
	font-size: 16px;
	line-height: 20px;
	//font-size: 15px;
}

.pressure .show_code .print_code {
	float: left;
    width: 233px;
    text-align: center;
    background: url(../../images/hypertension/dotted_border.png) right 0 repeat-y;
    padding: 8px 35px 15px 0;
}

.pressure .show_code .download_code {
	float: left;
    width: 233px;
    text-align: center;
    padding: 8px 0 15px 35px;
}

.pressure .show_code .print_code h2, .pressure .show_code .download_code h2 {
	font-weight: bold;
	text-align: left;
}

.pressure .show_code .download_code p {
	text-indent: 15px;
}

.pressure .print_code a, .pressure .download_code a {
	background: url(../../images/hypertension/btn_pink_left.png) 0 0 no-repeat;
	color: #FFFFFF;
    display: inline-block;
    font-size: 24px;
    height: 53px;
    line-height: 50px;
    text-align: center;
    width: 175px;
    cursor:pointer;
}

.pressure .print_code a span, .pressure .download_code a span {
	background: url(../../images/hypertension/btn_pink_right.png) right top no-repeat;
	display: block;
    height: 53px;
    width: 182px;
    line-height: 50px;
    margin: 0;
    text-align: center;
}

.pressure .print_code a:hover, .pressure .download_code a:hover {
	background: url(../../images/hypertension/btn_pink_left_hover.png) 0 0 no-repeat;
}

.pressure .print_code a:hover span, .pressure .download_code a:hover span {
	background: url(../../images/hypertension/btn_pink_right_hover.png) right top no-repeat;
}

.pressure .print_data {
	margin: -45px 0 20px 0;
	padding-top: 20px; 
}

.pressure .print_data a {
	background: url(../../images/site/print-icon.png) 0 0 no-repeat;
	display: block;
    height: 24px;
    line-height: 24px;
    padding-left: 35px;
    font-size: 14px;
}

.pressure .pressure_options {
	width: 796px;
	height: 86px;
	margin: 0 auto 14px;
	clear: both;
}

.pressure .clearfix {
	
}

.pressure .pressure_option {
	width: 255px;
	height: 86px;
	display: block;
	float: left;
	text-align: left;
	margin-right: 12px; 
	border: 1px solid #d8c297;
	background-color: #f3e4c2;
	border-radius: 6px;
}

.pressure .pressure_options.only_pressure .pressure_option {
	width: 188px;
}

.pressure .pressure_option.last {
	margin-right: 0;
}

.pressure .pressure_option a {
	color: #333333;
	padding: 14px 20px 14px 70px;
	width: 167px;
	height: 58px;
	display: block;
	cursor: pointer;
}

.pressure .pressure_options.only_pressure .pressure_option a {
	width: 100px;
}

.pressure .pressure_option .add {
	background: url(../../images/hypertension/cross_btn.png) 14px 24px no-repeat;
}

.pressure .pressure_option .table {
	background: url(../../images/hypertension/table_btn.png) 14px 24px no-repeat;
}

.pressure .pressure_option .graph {
	background: url(../../images/hypertension/pie_btn.png) 14px 24px no-repeat;
}

.pressure .pressure_option .watchbp {
	background: url(../../images/hypertension/24hours.png) 14px 24px no-repeat;
}

.pressure .pressure_option.selected {
	border: 1px solid #610744;
	background-color: #fff;
}

.pressure .pressure_option .title {
	font-size: 15px;
	float: left;
	clear: both;
	margin-bottom: 8px;
	font-weight: bold;
}

.pressure .pressure_options.only_pressure .pressure_option .title {
	line-height: 22px;
	margin: 8px 0;
}

.pressure .pressure_option.selected .title {
	color: #eb008a;
}

.pressure .pressure_option .description {
	float: left;
	clear: both;
	line-height: 16px;
	width: 100%;
}

.pressure .pressure_options.only_pressure .pressure_option .description {
	display: none;
}

.pressure .pressure_option:hover {
	text-decoration: none;
}

.pressure .pressure_subbar {
	width: 100%;
	margin: 0 auto 20px auto;
}

.pressure .formtitle {
	font-size: 20px;
	font-weight: 600;
    padding: 20px;
    text-align: center;
    color: #ffffff;
    background-color: #4c8ec9;
}

.pressure .message_box, .showform.pressure .messageboxokBasic {
	width: 100%;
	position: relative;
	margin: 0 auto;
	background-color: #4CAF50;
	color: #fff;
	margin-bottom: 20px;
	padding: 20px 25px;
	text-align: left;
	font-size: 15px;
	box-sizing: border-box;
	border-radius: 4px;
}

.pressure .message_box.error {
	background-color: #cb3434;
}

.pressure .message_text, .showform.pressure .messageboxokBasic p {
	line-height: 35px;
	padding: 0;
	background: none;
	border: 0;
	color: #fff;
}

.pressure .message_box .title, .showform.pressure .messageboxokBasic p {
	font-size: 20px;
	line-height: 24px;
}

.pressure .message_box .close_box {
	position: absolute;
	top: 20px;
	right: 20px;
	color: #ffffff;
	font-size: 28px;
	opacity: 0.5;
}

.pressure .message_box .close_box:hover {
	opacity: 1;
}

.pressure .message_box .close_box a {
	color: #fff;
}

.pressure .showform {
	height: auto;
	width: 100%;
	position: relative;
	float: left;
	margin: 0 auto 20px auto;
	border: 2px solid #4c8ec9;
	background-color: #f8f8f8;
	box-sizing: border-box;
}

.pressure .showform .dataform {
	width: 60%;
	text-align: center;
	margin: 0 auto;
}

.pressure .showform .cvd-form .dataform0 {
	width: 70%;
    text-align: center;
    margin: 0 auto;
}

.pressure .showform .label_td {
	text-align: right;
	padding-right: 20px;
	line-height: 35px;
	min-width: 180px;
}

.pressure .showform .cvd-form .label_td {
	text-align: left;
	min-width: 330px;
}

.pressure .showform .values_td {
	line-height: 35px;
}

.pressure .showform .label_td .required {
	padding: 0 5px;
	color: #db1a22;
	font-family: 'Noto Sans', Helvetica, Arial;
	font-weight: 600;
}

.pressure .showform label {
	font-size: 16px;
	font-weight: 600;
}

.pressure .showform .values_td input {
    border: 1px solid #c1c1c1;
	background-color: #ffffff;
	padding: 6px 10px 6px 10px;
	width: 134px;
	font-size: 16px;
	float: left;
}

.pressure .showform .values_td input:focus {
	border: 1px solid #4c8ec9;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(76,142,201,1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(76,142,201,1);
	box-shadow: 0px 0px 5px 0px rgba(76,142,201,1);
}

.pressure .showform .values_td input[type="checkbox"] {
	padding: 0;
	margin-top: 12px;
	width: auto;
	border: 0;
	//margin-top:8px;
}

.pressure .showform .values_td select  {
    border: 1px solid #dedede;
	background-color: #ffffff;
	padding: 10px 12px 10px 18px;
	width: 80px;
	margin-left: 5px;
}

.pressure .showform .values_td select:focus {
	border: 1px solid #4c8ec9;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(76,142,201,1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(76,142,201,1);
	box-shadow: 0px 0px 5px 0px rgba(76,142,201,1);
}

.pressure .showform .comment_td {
	float: left;
    font-size: 14px;
    line-height: 30px;
}

.showform .values_td {
	text-align: right: 
}

.pressure .showform .values_td .input_option {
	line-height: 35px;
	font-weight: 700;
	font-size: 16px;
	width: 215px;
	width: 200px\9;
	display: inline-block;
}

.pressure .showform .cvd-form .values_td .input_option {
	width: auto;
	min-width: 140px;
}

.pressure .showform .diabetestype .values_td .input_option {
	font-size: 13px;
	width: 70px;
	padding-left: 20px;
}

.pressure .showform .values_td .multiple_row input {
	float: right;
    margin-top: 10px;
    margin-top: 0px\9;
    //margin-top: 6px;
    margin-left: 20px;
    background: none;
    border: 0;
    width: auto;
}

.pressure .meal_field {
	width: 260px;
	//width: 240px;
}
.pressure .meal_field .label_td {
	 display: none; 
}

.pressure .meal_field .values_td {
	text-align: right;
}

.pressure .showform .submit_button {
	display: block;
	float: right;
	padding: 0 20px;
    font-size: 16px;
    text-align: right;
    line-height: 34px;
    margin: 20px 20px 20px 0;
}

.pressure .showform .submit_button:hover {
}

.pressure .showform .field_error {
	border: none;
}

.pressure .showform .ui-datepicker-trigger, .returnForm .ui-datepicker-trigger {
    margin-bottom: -7px;
    height: 24px;
    width: 24px;
}

.pressure .search {
	margin-bottom: 20px;
	padding: 20px 15px 10px 15px;
	color: #333333;
	text-align: left;
	float: left;
    width: 50%;
    min-height: 250px;
    background-color: #f8f8f8;
    box-sizing: border-box;
}

.pressure.diabetes .search {
	min-height: 275px;
}

.pressure.weight .search {
	min-height: 220px;
}

.pressure.cholesterol .search {
	min-height: 270px;
}

.pressure .box-title {
	padding: 0 0 15px 10px;
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: 600;
	border-bottom: 1px solid #fff;
	color: #333333;
}

.diabetes .box-title {
	margin-bottom: 15px;
}

.pressure .filter_entry {
	clear: both;
    padding: 3px 0 5px 10px;
    width: 250px;
    height: auto;
    font-size: 14px;
    float: left;
}

.pressure .esh_filter {
	width: 100%;
	margin-top: 5px;
}

.pressure .esh_filter span.esh_range {
	margin: 5px 0 0 0px;
	float: right;
    text-align: center;
    width: 50%;
    color: #4c8ec9;
    font-weight: 600;
    font-size: 16px;
}

.pressure .filters .filter_entry {
	 padding: 3px 0 0px 0;
	 font-size: 12px;
}

.pressure .select_filters .filter_values, 
.pressure .select_filters .filter_values input, 
.pressure .select_filters .filter_values textarea, 
.pressure .select_filters .filter_values select {
	font-size: 10px;
	margin-bottom: 3px;
}

.pressure .select_filters .filter_option {
	margin-bottom: 3px;
}

.pressure .select_filters .filter_label {
    font-size: 11px;
    margin-bottom: 10px;
    display: block;
    float: left;
    font-weight: normal;
    width: 100px;
}

.pressure .filteroptions label {
	display: inline-block;
    font-size: 14px;
    width: 45px;
}

.pressure .filteroptions .from, .pressure .filteroptions .to {
	display: block;
    margin-bottom: 10px;
}

.pressure .select_filters .filter_option {
    float: left;
    font-size: 11px;
    margin-right: 20px;
    width: 100px;
}

.pressure .extra_filters {
	float: left;
}

.pressure .extra_filters .filter_entry {
	width: 200px;
}

.pressure .search .ui-datepicker-trigger {
    margin-bottom: -4px;
    margin-left: 5px;
    height: 24px;
    width: 24px;
	cursor: pointer;
}

.pressure .esh_label {
	display: block;
    float: left;
    line-height: 27px;
    margin-right: 15px;
}

.pressure .esh_btn {
	background: url(../../images/site/switch_off.png) 0 0 repeat;
	width: 57px;
	height: 40px;
	display: inline-block;
	margin: -5px 0 8px 0;
	float: left;
}

.pressure .esh_btn.selected {
	height: 39px;
	background: url(../../images/site/switch_on.png) 0 0 repeat;
}

.pressure .esh_help {
	position: relative;
}

.pressure .esh_help a {
	font-weight: bold;
    margin: 1px 0 0 15px;
    float: left;
    width: 24px;
    height: 24px;
    background: url(../../images/site/question-icon.png) 0 0 no-repeat;
}

.pressure .esh_help_cloud {
	-moz-border-radius: 10px;
    -webkit-border-radius: 5px;
    -moz-box-shadow: 0 0 27px #404040;
    -webkit-box-shadow: 0 0 27px #404040;
    background: #a2c5e3;
    border: 5px solid #a2c5e3;
    color: #ffffff !important;
    font-weight: normal !important;
    font-size: 15px;
    line-height: 22px;
    padding: 10px 30px 10px 20px;
    position: absolute;
    right: 20px;
    top: -40px;
    text-align: left;
    width: 200px;
    z-index: 99999;
}

.pressure .close_cloud a {
    background: transparent url("../../images/close_x.png") no-repeat 0 0;
    cursor: pointer;
    height: 20px;
    position: absolute;
    right: 10px;
    text-indent: -9999px;
    top: 10px;
    width: 19px;
}


.pressure .search_button {
	height: 34px;
	line-height: 32px;
	display: block;
	text-align: center;
	width: auto;
	font-size: 14px;
	padding: 0 15px;
	margin: 5px auto;
	cursor: pointer;
	color: #fff;
	background-color: #4c8ec9;
	border-radius: 4px;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.pressure .search_button span {
}

.pressure .search_button:hover {
	background-color: #4784ba;
	box-shadow: 0 2px 3px rgba(0,0,0,0.1), 0 4px 8px rgba(0,0,0,0.3);
}

.pressure .search_button:hover span {
}

.pressure .resetfilters {
	float: left;
    margin-top: 11px;
    padding-left: 30px;
    color: #ed1c24;
    font-size: 13px;
    font-weight: 600;
    background: url(../../images/site/undo.png) 10px 0 no-repeat;
}

.pressure .formedit {
	border: none;
	width: 100%;
	margin: 0 auto 15px;
}

.pressure .pager {
	margin-bottom: 45px;
}

.pressure .pager .pager_pagecount,
.pressure .pager .pager_foundinfo  {
	font-size: 14px;
	line-height: 30px;
}

.pressure .pager .pager_foundinfo {

}

.pressure .pager_pagecount a {
	margin: 0;
	padding: 0 8px;
	display: inline-block;
	color: #4c8ec9;
}

.pressure .pager_pagecount a.currentpage,
.pressure .pager_pagecount a:hover {
	color: #ffffff;
	background-color: #4c8ec9;
}

.pressure .formedit .formtable {
	margin-left: 0;
	margin-right: 0;
	width: 100%;
	border: 0;
	border-right: 1px solid #cccccc;
	font-family: "Noto Sans", Arial;
	font-size: 15px;
}

.pressure .formedit .formtabledata td.trow_even, .pressure .formedit .formtabledata td.trow_odd {
	border-left: 1px solid #cccccc;
}

.pressure .formedit .formtabledata td.trow_even {
	background-color: #f8f8f8;
}

.pressure .formedit .formtable th {
	color: #fff;
	background: #4c8ec9;
	border: 0;
	border-left: 1px solid #9dcaf2;
	padding: 12px 3px 13px;
}

.pressure .formedit .formtable th,
.pressure .formedit .formtable tr a {
	font-size: 14px;
	color: #fff;
}

.pressure .formedit .formtable.drugs-table {
	width: 100%;
}

.pressure .formedit .formtable.add-drugs thead {
	/*display: block;
	width: 100%;*/
}

.pressure .formedit .formtable.add-drugs thead tr {
	/*display: block;
	width: 100%;
	position: relative;*/
}

.pressure .formedit .formtable.add-drugs tbody tr {
	/*width: 100%;
	position: relative;*/
}

.pressure .formedit .formtable.drugs-table thead th {
	
}

.pressure .formedit table.formtable.active-drugs  {
	border-bottom: 1px solid #cccccc;
}

.pressure .formedit .formtable.add-drugs tbody {
	/*display: block;
	width: 100%;
	padding-top: 30px;
	max-height: 500px;
	overflow-y: auto;
	overflow-x: hidden;*/
	border-bottom: 1px solid #cccccc;
}

.pressure .formedit .formtable.drugs-table tbody th {
	padding: 4px;
	color: #333333;
	background-color: #fff;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

.pressure .formedit .formtable.drugs-table tbody td {
	padding: 0;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

.pressure .formedit .formtable.active-drugs tbody td {
	padding: 6px 0;
}

.pressure .formedit .formtable.drugs-table .drug-name {
	width: 30%;
}

.pressure .formedit .formtable.drugs-table .drug-syskevasia {
	width: 20%;
}

.pressure .formedit .formtable.drugs-table .drug-periektikotita {
	width: 20%;
}

.pressure .formedit .formtable.drugs-table .drug-morfi {
	width: 10%;
}

.pressure .formedit .formtable.drugs-table .drug-reminder {
	width: 10%;
}

.pressure .formedit .formtable.drugs-table .drug-actions {
	width: 10%;
}

.pressure .formedit .formtable.drugs-table tbody td.red {
	color: #fff;
	background-color: #db1a22;
}

.pressure .formedit .formtable.drugs-table tbody td.orange {
	color: #fff;
	background-color: #ED9939;
}

.pressure .formedit .formtable.drugs-table tbody td.green {
	color: #fff;
	background-color: #4CAF50;
}

table.scroll {
    width: 1170px;
    /* border-collapse: collapse; */
    border-spacing: 0;
}

table.scroll tbody,
table.scroll thead { display: block; }

table.scroll thead tr th { 
    /*height: 30px;*/
    width: 230px;
    line-height: 30px;
    /*text-align: left;*/
}

table.scroll thead tr th:last-child {
	width: 250px;
}

table.scroll tbody {
    max-height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
}

tbody { }

table.scroll tbody td, table.scroll tbody th {
    width: 230px; /* Optional */
}

table.scroll tbody td:last-child, thead th:last-child {
    border-right: none;
}

.pressure .formedit .page_links {
	margin-left: 0;
	font-size: 14px;
}

.pressure .formedit .page_links a {
    color: #4c8ec9;
    font-size: 14px;
}

.pressure .formedit .page_links a:hover {
	text-decoration: none;
}

.pressure .formedit .page_links .page_selected,
.pressure .formedit .page_links a:hover {
    background-color: #4c8ec9;
    color: #FFFFFF;
}

.pressure .formedit .export_links {
	margin-left: 20px;
}

.pressure .formedit .order_links {
	margin-right: 0;
}

.pressure .formedit .order_options a {
	color: #4c8ec9;
	padding: 3px 23px;
}

.pressure .formedit th.delete {
	width:80px;
}

.pressure .formedit a.delete_entry {
	background: transparent url("../../images/site/delete-icon.png") center center no-repeat;
	display:inline-block;
	width: 24px;
	height: 24px;
}

.pressure .formedit a.edit_entry {
	background: transparent url("../../images/site/edit-icon.png") center center no-repeat;
	display:inline-block;
	width: 24px;
	height: 25px;
	margin-right: 5px;
}

.pressure .formedit a.move_reminder {
	background: transparent url("../../images/site/move_reminder.svg") center center no-repeat;
	background-size: cover; 
	display:inline-block;
	width: 26px;
	height: 25px;
	margin-right: 5px;
}

.pressure .minmax {
	float: left;
	background-color: #f4f4f4;
	float: left;
	padding: 20px 20px;
	min-height: 250px;
	background-color: #efefef;
	width: 50%;
	box-sizing: border-box;
}

.pressure.diabetes .minmax {
	min-height: 275px;
}

.pressure.weight .minmax {
	min-height: 220px;
}

.pressure.cholesterol .minmax {
	min-height: 270px;
}

.pressure .average_td {
    color: #4c8ec9;
    font-weight: 600;
}

.pressure .minmax table {
	font-size: 14px;
	font-family: 'Noto Sans', Arial;
	width: 100%;
}

.pressure .minmax td {
	border-bottom: 1px solid #ffffff;
	padding: 9px 8px;
}

.pressure .display_buttons {
    display: block;
    float: left;
    margin-left: 0px;
    margin-bottom: 20px;
    font-family: 'Noto Sans', Arial;
    font-size: 13px;
    font-weight: 400;
}

.pressure .display_modes {
	margin-left: 29px;
	width: auto;
}

.pressure .display_buttons a {
	cursor: pointer;
	display: inline-block;
    float: left;
    line-height: 29px;
    color: #4c8ec9;
    padding: 3px 15px;
    border: 1px solid #4c8ec9;
    border-radius: 3px;
}

.pressure .display_buttons a.deactivated {
	cursor: not-allowed;
	color: #565656;
	background-color: #f3f3f3;
}

.pressure .display_buttons a.deactivated:hover,
.pressure .display_buttons a.deactivated:hover span {
	color: #565656;
	background-color: #f3f3f3;
}

.pressure .display_buttons a.deactivated span {
	background-color: #f3f3f3;
}

.pressure .display_buttons img {
	vertical-align: middle;
	//padding-top: 6px;
}

.pressure .display_buttons .left {	
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	/*background: url(../../images/hypertension/grey_button_first_left.png) left top no-repeat;*/
}

.pressure .display_buttons .middle {
	margin-left: -1px;
	border-radius: 0;
	/*background: url(../../images/hypertension/grey_button_middle_left.png) left top no-repeat;*/
}

.pressure .display_buttons .right {
	margin-left: -1px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	/*background: url(../../images/hypertension/grey_button_middle_left.png) left top no-repeat;*/
}

.pressure .display_buttons .left span {	
	/*background: url(../../images/hypertension/grey_button_slice.png) left top repeat;*/
}

.pressure .display_buttons .middle span {
	/*background: url(../../images/hypertension/grey_button_slice.png) left top repeat;*/
}

.pressure .display_buttons .right span {
	/*background: url(../../images/hypertension/grey_button_slice.png) left top repeat;*/
}

.pressure .display_buttons span.last {
	/*background: url(../../images/hypertension/grey_button_last_right.png) right top no-repeat;*/
}

.pressure .display_buttons .left:hover, .pressure .display_buttons .left.selected {	
	background-color: #4c8ec9;
	/*background: url(../../images/hypertension/grey_button_first_left_hover.png) left top no-repeat;*/
}

.pressure .display_buttons .middle:hover, .pressure .display_buttons .middle.selected {
	background-color: #4c8ec9;
	/*background: url(../../images/hypertension/grey_button_middle_left_hover.png) left top no-repeat;*/
}

.pressure .display_buttons .right:hover, .pressure .display_buttons .right.selected {
	background-color: #4c8ec9;
	/*background: url(../../images/hypertension/grey_button_middle_left_hover.png) left top no-repeat;*/
}

.pressure .display_buttons .left:hover span, .pressure .display_buttons .left.selected span {	
	color: #fff;
	background-color: #4c8ec9;
	/*background: url(../../images/hypertension/grey_button_slice_hover.png) left top repeat;*/
}

.pressure .display_buttons .middle:hover span, .pressure .display_buttons .middle.selected span {
	color: #fff;
	background-color: #4c8ec9;
	/*background: url(../../images/hypertension/grey_button_slice_hover.png) left top repeat;*/
}

.pressure .display_buttons .right:hover span, .pressure .display_buttons .right.selected span {
	color: #fff;
	background-color: #4c8ec9;
	/*background: url(../../images/hypertension/grey_button_slice_hover.png) left top repeat;*/
}

.pressure .display_buttons a:hover span.last, .pressure .display_buttons a.selected span.last {
	color: #fff;
	background-color: #4c8ec9;
	/*background: url(../../images/hypertension/grey_button_last_right_hover.png) right top no-repeat;*/
}

.pressure .display_buttons span.lines-icon {
	display: block;
	width: 49px;
	height: 19px;
	margin: 5px 0;
	background: url(../../images/site/lines-icon.png);
}

.pressure .display_buttons a.selected span.lines-icon,
.pressure .display_buttons a:hover span.lines-icon {
	background-position: 0 -19px;
}

.pressure .display_buttons span.correlation-icon {
	display: block;
	width: 25px;
	height: 25px;
	margin: 2px 8px;
	background: url(../../images/site/correlation-icon.png);
}

.pressure .display_buttons a.selected span.correlation-icon,
.pressure .display_buttons a:hover span.correlation-icon {
	background-position: 0 -25px;
}

.pressure .display_buttons span.fullday-icon {
	display: block;
	width: 25px;
	height: 25px;
	margin: 2px 5px;
	background: url(../../images/site/24hours-small.png);
}

.pressure .display_buttons a.selected span.fullday-icon,
.pressure .display_buttons a:hover span.fullday-icon {
	background-position: 0 -25px;
}

.pressure .display_buttons span.bars-icon {
	display: block;
	width: 24px;
	height: 20px;
	margin: 5px 5px 4px 5px;
	background: url(../../images/site/bars-icon.png);
}

.pressure .display_buttons a.selected span.bars-icon,
.pressure .display_buttons a:hover span.bars-icon {
	background-position: 0 -20px;
}

.pressure .no_data_box, .pressure .no_eshdata_box {
	width: 100%;
	margin: 10px auto 30px;
	padding: 20px 25px;
	text-align: left;
	font-size: 14px;
	color: #fff;
	border-radius: 4px;
	box-sizing: border-box;
}

.pressure .no_data_box {
	background-color: #4c8ec9;
}

.pressure .no_eshdata_box {
	background-color: #4c8ec9;
}

.pressure .no_data {
	width: 100%;
	line-height: 35px;
}

.pressure .no_data .title {
	font-size: 20px;
	line-height: 24px;
}

.pressure .beats_graph .no_data_box, .pressure .beats_graph .no_eshdata_box {
	display: none;
}

.graph_out_container {
	background-color: #efefef;
	padding: 15px;
	border-top: 2px solid #4c8ec9;
	border-bottom: 2px solid #4c8ec9;
}

.pressure .graph_container {
    display: block;
	width: 100%;
	float: left;
	margin-left: 1px;
}

.pressure #graph_container_highlow, .pressure #graph_container_beats, .pressure #graph_container_bloodsugar {
	-moz-box-shadow: 0px -2px 10px #D9D9D9;
	-webkit-box-shadow: 0px -2px 10px #D9D9D9;
}

.pressure .beats_graph {
	margin-top: 4px;
}

.pressure .graph_container.heart {
	margin-top: -10px;
}

.pressure .average_info {
	font-size: 12px;
    margin-bottom: 20px;
    line-height: 20px;
}

.pressure .average_info .label, .pressure .color_info .label {
	font-weight: bold;
	font-size: 13px;
}

.pressure .color_info {
	font-size: 12px;
    line-height: 20px;
    margin: 5px auto 20px;
    text-align: left;
    width: 260px;
}

.pressure .color_ind {
    display: inline-block;
    height: 15px;
    width: 15px;
    margin-right: 10px;
}

.pressure .pager {
	clear: both;
}

.pressure .editdataform form {
	font-size: 12px;
}

.pressure .editdataform .formtitle {
	display: none;
}

.pressure .editdataform li {
	border: 0;
	margin: 6px 0;
	padding: 0;
}

.pressure .editdataform .values_td input {
    background-color: #FFFFFF;
    border: 1px solid #c1c1c1;
    float: left;
    padding: 4px 12px;
    width: 134px;
}

.pressure .editdataform .values_td input:focus {
	border: 1px solid #4c8ec9;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(76,142,201,1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(76,142,201,1);
	box-shadow: 0px 0px 5px 0px rgba(76,142,201,1);
}

.pressure .editdataform .values_td select {
    background-color: #FFFFFF;
    border: 1px solid #dedede;
    margin-left: 5px;
    padding: 4px 12px 4px 18px;
    width: 80px;
}

.pressure .editdataform .values_td select:focus {
	border: 1px solid #4c8ec9;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(76,142,201,1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(76,142,201,1);
	box-shadow: 0px 0px 5px 0px rgba(76,142,201,1);
}

.pressure .editdataform .values_td .input_option {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    line-height: 35px;
    width: 200px;
	text-align: right;
}

.pressure .editdataform .values_td .multiple_row input {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    float: right;
    margin-left: 20px;
    margin-top: 10px;
    width: auto;
}

.pressure .editdataform .label_td {
    line-height: 22px;
    min-width: 27%;
    padding-right: 15px;
    text-align: right;
}

.pressure .editdataform label {
	width :100%;
	text-align: right;
}

.pressure .editdataform .required {
	display: none;
}

.pressure .editdataform .time_part, .pressure .editdataform .date_part {
	float: left;
}

.pressure .editdataform .comment_td {
	float: left;
	line-height: 15px;
}

.pressure .formedit .editdataform .form_body {
	padding-bottom: 0;
}

.pressure .formedit .formtable {
	font-family: 'Noto Sans', Arial;
}

.pressure .formedit .formtable tr .editdataform a {
	 color: #4c8ec9;
	 margin-left: 6px;
	 font-size: 14px;
}

.pressure .formedit .editdataform .error {
    clear: both;
    float: left;
    font-size: 14px;
    margin: 0;
    padding: 0 0 10px;
    width: 100%;
    color: #db1a22;
}

.pressure .editdataform button {
    margin-bottom: 15px;
    margin-right: 10px;
    padding: 3px 10px;
}

.pressure .btn.show-pressure,
.pressure .btn.show-diabetes,
.pressure .btn.show-drugs {
	padding: 0 15px;
	line-height: 28px;
	border-radius: 18px;
}

.pressure .btn.show-pressure:before {
	content: "";
	display: inline-block;
	margin: 10px 8px 0 0;
	width: 13px;
	height: 11px;
	background-image: url(../../images/site/heart.svg);
	background-size: cover;
}

.pressure .btn.show-diabetes:before {
	content: "";
	display: inline-block;
	margin: 10px 8px 0 0;
	width: 7px;
	height: 11px;
	background-image: url(../../images/site/blood-drop.svg);
	background-size: cover;
}

.pressure .btn.show-drugs:before {
	content: "";
	display: inline-block;
	margin: 10px 8px 0 0;
	width: 10px;
	height: 13px;
	background-image: url(../../images/site/drugs.svg);
	background-size: cover;
}

.pressure .btn.backtolist {
	padding: 0 20px;
	margin-bottom: 20px;
	text-decoration: none;
	line-height: 40px;
	border-radius: 20px;
	font-size: 17px;
}

.pressure .btn.backtolist:before {
	display: inline-block;
    float: left;
    font-size: 20px;
    line-height: 40px;
    margin: 0 6px 0 0;
    font-family: ElegantIcons;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    content: "\23";
}

.personal_data .showform {
	/*background: url(../../images/hypertension/profilecard.jpg) 0 0 no-repeat;*/
	width: 871px;
	min-height: 630px;
	float: left;
	margin-left: 40px;
	background: #f7f3db url(../../images/hypertension/card_background_pattern.jpg);
	border: 1px solid rgba(0,0,0,0.1);
	border-radius: 7px;
}

.personal_data .showform form {
	/*background: url(../../images/hypertension/overlay_gradient.png) repeat-x;*/
	clear: both;
	float: left;
}

.personal_data .showform ul { 
	margin: 0;
	float: left;
}

.personal_data .showform .fieldset {
	border: 0;
	padding: 30px 30px 0 30px;
	margin: 0;
	//width: 800px;
}

.personal_data .showform .fieldsection {
	padding: 12px 85px;    
    background: url(../../images/hypertension/personal_data.png) 0 0 no-repeat;
}

.personal_data .showform .fieldsection label {
   font-size: 20px;
   color: #333333;
}

.personal_data .showform .values_td select {
	width: auto;
	margin:0;
}

.personal_data .showform ul.column {
	float: left;
	width: 40%;
}

.personal_data .showform .label_td {
	text-align: left;
	width: 27%;
}

.personal_data .showform .history .label_td {
	width: 48%; 
}

.personal_data ul li ul li.table_showform {
	width: 374px;
}

.pressure .print_container {
    background-color: #FFFFFF;
    margin-left: auto;
    margin-right: auto;
    min-height: 800px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    text-align: left;
    width: 960px;
}

#subnav .print_header {
	margin: 0px auto 35px;
	display: none;
	padding: 20px;
}

#subnav .print_header img {
	display: block;
	margin-left: 15px;
    padding-top: 5px;
}

.pressure .limit_range {
	box-shadow: 0 -2px 10px #D9D9D9;
	background-color: #ffffff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	padding: 20px 40px;
}

.pressure .ui-widget-content {
	border: none;
	background-color: #efefef;
	border-radius: 0;
}

.pressure .ui-slider .ui-slider-handle {
	top: -4px;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #4c8ec9;
	border: none;
	cursor: pointer;
	transition: all .2s ease-out;
}

.pressure .ui-slider .ui-slider-handle:before {
    content: "";
    display: block;
    position: absolute;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    opacity: 0;
    left: -7px;
    top: -7px;
    background-color: #4c8ec9;
    transition: all .1s ease-out;
}

.pressure .ui-slider .ui-state-active.ui-slider-handle {
	-webkit-transform: scale(1.5);
	-ms-transform: scale(1.5);
	-o-transform: scale(1.5);
	transform: scale(1.5);
}

.pressure .ui-slider .ui-state-active.ui-slider-handle:before  {
	opacity: .1;
}

.pressure .limit_range .ui-widget-header {
	background: #c4e0f8;
}

.pressure .limit_range .slider_min {
    float: left;
    margin-top: 10px;
    font-size: 13px;
}

.pressure .limit_range .slider_max {
    float: right;
    margin-top: 10px;
    font-size: 13px;
}

.pressure .limit_range .limit_label {
    font-size: 15px;
    font-weight: 600;
    margin: 0 0 15px;
    text-align: left;
	float: left;
	line-height: 29px;
}

.pressure .limit_range .clearfix {
	height: 0;
}

.pressure .limit_range .reset_limits {
	display: block;
    float: right;
	margin: 0 0 20px 0;
}

.pressure .limit_range .reset_limits a {
	height: 34px;
	line-height: 32px;
	display: block;
	text-align: center;
	width: auto;
	font-size: 14px;
	padding: 0 15px;
	margin: 5px auto;
	cursor: pointer;
	color: #fff;
	background-color: #4c8ec9;
	border-radius: 4px;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.pressure .search_button span {
}

.pressure .limit_range .reset_limits a:hover {
	background-color: #4784ba;
	box-shadow: 0 2px 3px rgba(0,0,0,0.1), 0 4px 8px rgba(0,0,0,0.3);
}



.pressure .wrapper {
	width: 100%;
	margin: 20px auto;
}

.pressure .report_headers {
	width: 100%;
	text-align: left;
}

.pressure .report_headers h1 {
	font-size: 24px;
	font-weight: 600;
}

.pressure .report_headers h2 {
	font-weight: 600;
}

.pressure .report_headers h3 {
	font-weight: 400;
	padding-top: 15px;
}

.pressure .report_headers h3 strong {
	font-weight: 600;
}

.pressure .report_headers span.doctor-name {
	margin-left: 120px;
}

.pressure .info_area {
	width: 100%;
	margin: 20px 0 0 0;
	padding: 10px 20px;
	text-align: left;
	background-color: #efefef;
	font-size: 15px;
	color: #565656;
	box-sizing: border-box;
}

.pressure .info_area strong {
	font-weight: 600;
}

.pressure .info_area h2 {
	color: #4c8ec9;
}

.pressure .info_area table * {
	font-size: 15px;
	font-family: 'Noto Sans', Arial;
	color: #565656;
}

.pressure .info_area table td,
.pressure .info_area table th {
	padding: 5px 10px;
	border-bottom: 1px solid #fff;
	color: #565656;
}

.pressure .info_area table th {
	font-weight: 600;
	padding-bottom: 10px;
}

.pressure .info_area.patient_details,
.pressure .info_area.sleephours,
.pressure .info_area.sleephourstrue,
.pressure .info_area.limits,
.pressure .info_area.readings,
.pressure .info_area.whitecoat {
	width: 49%;
	float: left;
	box-sizing: border-box;
}
.pressure .info_area.averages {
	width: 49%;
	float: left;
	box-sizing: border-box;
}

.pressure .info_area.patient_details,
.pressure .info_area.sleephours,
.pressure .info_area.readings,
.pressure .info_area.averages {
	margin-right: 2%;
}

.pressure .info_area h2 {
	padding-bottom: 15px;
	border-bottom: 1px solid #fff;
	font-size: 16px;
	font-weight: 600;
}

.pressure .formedit .order_links {
	font-size: 13px;
}

.pressure .patients-search {
	float: left;
	position: relative;
}

.pressure .drugs-search {
	position: relative;
	margin-bottom: 20px;
}

.pressure .patients-search form,
.pressure .drugs-search form {
	padding-top: 10px;
}

.pressure .patients-search input,
.pressure .drugs-search input {
	float: left;
	width: 300px;
	margin: 0 10px 0 0;
	padding-right: 30px;
}

.pressure .patients-search .clear-search,
.pressure .drugs-search .clear-search {
	display: block;
	position: absolute;
	width: 17px;
	height: 17px;
	left: 277px;
	top: 15px;
	background-image: url(../../images/site/clear-search-icon.svg);
	background-size: cover;
}

.patient-profile {
	border: 1px solid #DFDFDF;
}

.patient-profile .row {
	margin: 0 !important;
}

.patient-profile .col-md-6,
 .patient-profile .col-md-12{
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #DFDFDF;
}



/*************** end of for pressureCounter *************/

.print_container #header-nav,
.print_container #subnav,
.print_container #footer {
	display: none;
}


/* DiaBetter Life Care */

.diabetter-order .points {
	display: inline-block;
    padding: 20px 30px;
    margin-bottom: 20px;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    background-color: #4CAF50;
}

.diabetter-order .points span {
	padding-left: 10px;
	font-weight: 600;
	font-size: 20px;
}

.diabetter-order table {
	height: auto;
    width: 100%;
    position: relative;
    margin: 0 auto 20px auto;
    border: 2px solid #4c8ec9;
    background-color: #fff;
    box-sizing: border-box;
}

.diabetter-order table tr {
	padding: 15px;
}

.diabetter-order table th {
	padding: 15px 0;
	text-align: center;
	background-color: #f8f8f8;
}

.diabetter-order table tr.title th {
	color: #fff;
	background-color: #4c8ec9;
}

.diabetter-order table td {
	border-bottom: 1px solid #dedede;
}

.diabetter-order table tr:last-child td {
	border-bottom: none;
}

.diabetter-order table td.points_needed {
	text-align: center;
	font-size: 20px;
	font-weight: 600;
}

.diabetter-order table td.actions {
	text-align: center;
}

.diabetter-order .actions a {
	display: inline-block;
    text-align: center;
    margin: 0 auto;
    padding: 0 20px;
    color: #fff !important;
    font-size: 18px;
    font-weight: 600;
    line-height: 45px;
    border: none;
    border-radius: 4px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.diabetter-order .actions a.active {
    background-color: #4caf50;
    cursor: pointer;
}

.diabetter-order .actions a.active:hover {
	box-shadow: 0 2px 3px rgba(0,0,0,0.1), 0 4px 8px rgba(0,0,0,0.3);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.diabetter-order .actions a.inactive {
	background-color: #9ba19b;
}

.diabetter-order .actions a.simplelink {
	display: inline;
	color: #467bc1!important;
	font-size: 16px;
	font-weight: 400;
}

.diabetter-order .actions a.simplelink:hover {
	text-decoration: underline;
}

.diabetter-activation {
	font-family: 'Noto Sans', Helvetica, Arial;
	font-size: 16px;
	font-weight: 400;
}

.diabetter-activation .title {
	padding: 15px;
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	background-color: #4c8ec9;
	font-family: 'Noto Sans', Helvetica, Arial;
}

.diabetter-activation .pharmacies,
.htmlbox .terms {
	overflow-y: scroll; 
	height:400px;
	padding: 20px;
	border: 1px solid #dedede;
	font-family: 'Noto Sans', Helvetica, Arial;
}

.pressure .terms {
	overflow-y: scroll; 
	height: 250px;
	padding: 20px;
	margin: 0 40px;
	border: 1px solid #dedede;
	font-family: 'Noto Sans', Helvetica, Arial;
}

.pressure .activation-check {
	margin: 0 40px 40px 40px;
}

.pressure .showform .values_td.title {
	font-size: 16px;
	font-weight: bold;
}

.pressure .submit-button {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	background-color: #fff;
}

.pressure .terms {
	background-color: #fff;
}

.pressure .message_box.inbox {
	color: #4CAF50;
	border: 2px solid #4CAF50;
	background-color: #ffffff !important;
}

.pressure .message_box.inbox .message_text {
	color: #4CAF50;
}

.pressure .line {
	clear: both;
	width: 100%;
}

.pressure .print-icon {
	display: inline-block;
	float: left;
	margin: 12px 15px 0 0;
	width: 33px;
	height: 27px;
	border: none;
	background-color: transparent;
	background-image: url(../../images/site/print-white.svg);
	background-size: cover;
}

.pressure .return,
.pressure .return a {
	font-size: 16px;
	font-weight: normal;
}

span.ok-green {
	display: inline-block;
	float: left;
	margin-right: 15px;
	width: 39px;
	height: 30px;
	background-image: url(../../images/site/ok_green.svg);
	background-size: cover;
}

.diabetter-activation .pharmacies p.selected {
	background-color: #f8f8f8;
	padding: 10px;
	border: 2px solid #4CAF50;
}

.diabetter-activation input {
	margin: 5px 15px 0 12px;
	line-height: 26px;
}

.diabetter-activation .pharmacies p.selected input {
	margin-left: 0;
}

.diabetter-activation label {
	font-size: 16px;
	font-weight: 600;
	font-family: 'Noto Sans', Helvetica, Arial;
}

.diabetter-activation .activation-check {
	background-color: #f8f8f8;
	padding: 20px;
	margin: 20px 0;
}

.diabetter-activation button {
	display: inline-block;
    text-align: center;
    margin: 0 auto 40px auto;
    padding: 0 40px !important;
    color: #fff;
    background-color: #4784ba;
    font-family: 'Noto Sans', Helvetica, Arial;
    font-size: 18px;
    font-weight: 600;
    line-height: 45px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.diabetter-activation button:hover {
	background-color: #4681b5;
    box-shadow: 0 2px 3px rgba(0,0,0,0.1), 0 4px 8px rgba(0,0,0,0.3);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.diabetter-activation .message_box {
	width: 100%;
    position: relative;
    margin: 20px auto 0 auto;
    background-color: #4CAF50;
    color: #fff;
    margin-bottom: 20px;
    padding: 20px 25px;
    text-align: left;
    font-size: 15px;
    box-sizing: border-box;
    border-radius: 4px;
}

.diabetter-activation .message_box.error {
	background-color: #cb3434;
}

.diabetter-activation .message_box .title {
	padding: 0;
	font-size: 20px;
    line-height: 24px;
    background-color: transparent;
}

.diabetter-activation .message_text {
	line-height: 35px;
    padding: 0;
    background: none;
    border: 0;
    color: #fff;
}

.diabetter-activation .message_text a {
	color: #fff !important;
	border-bottom: 2px solid #fff;
}

.diabetter-activation .message_text a:hover {
	border-bottom: none;
}

.diabetter-activation #seconds-to-redirect {
	font-weight: 600;
}

.cvd-results {
	padding: 20px;
	background-color: #f8f8f8;
}

.cvd-risk,
.cvd-risk-optimal {
	display: block;
	color: #fff;
	line-height: 28px;
	padding: 20px;
	border-radius: 10px;
	background-color: #4CAF50;
}


.cvd-risk .title,
.cvd-risk-optimal .title {
	color: #fff;
	font-size: 20px;
	display: inline-block;
	float: left;
	width: 80%;
}

.cvd-risk .value,
.cvd-risk-optimal .value {
	font-size: 30px;
	font-weight: bold;
	line-height: 60px;
}

.action-buttons {
	padding: 20px 40px;
	margin-bottom: 20px;
	background-color: #f8f8f8;
}

.action-buttons .save-button {
	margin-right: 50px;
}

.intro,
.intro-results {
	padding: 10px 30px;
	border-top: 1px solid #dedede;
	background-color: #f8f8f8;
}

.intro {
	margin-bottom: 20px;
}

.intro:before {
	content: "";
	display: block;
	float: left;
	margin: 10px 20px 10px 0;
	width: 76px;
	height: 70px;
	background: url(../../images/site/ascvd-cardio.svg);
	background-size: cover;
}

.intro-results:before {
	content: "";
	display: block;
	float: left;
	margin: 17px 15px 10px 0;
	width: 50px;
	height: 50px;
	background: url(../../images/site/info.svg);
	background-size: cover;
}

.btn.jqmClose {
	font-family: 'Noto Sans', Helvetica, Arial;
	font-size: 15px;
	line-height: 36px;
	position: relative;
	width: auto !important;
	height: auto !important;
	margin: 0 0 20px 20px;
	padding: 0 25px;
	color: #fff;
	border: none;
	border-radius: 3px;
	background: #4CAF50 !important;
	background-image: none !important;
	text-shadow: none;
}

.btn.jqmClose:hover {
	color: #fff;
	background-color: #3ea643;
	box-shadow: 0 2px 3px rgba(0,0,0,0.1), 0 4px 8px rgba(0,0,0,0.3);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

ul.practical-tips {
	list-style: none;
	list-style-type: none;
}

#main .htmlbox ul.practical-tips li {
	list-style: none;
	display: flex;
	align-items: center;
	position: relative;
	float: none;
	width: 100%;
	padding: 20px 30px 20px 230px; 
	margin: 40px 0;
	height: 160px;
	font-size: 18px;
	line-height: 32px;
	font-weight: 600;
	color: #565656;
	background: #f3f3f3;
	border-radius: 5px;
	box-shadow: 0 1px 15px rgba(0,0,0,0.18);
}

#main .htmlbox ul.practical-tips li:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 200px;
	margin-right: 30px;
	background: linear-gradient(315deg,#f08b3e 0%, #db1a22 100%);
	/*background: linear-gradient(125deg,#db1a22 0%, #901218 100%);*/
	border-radius: 5px 0 0 5px;
}


#main .htmlbox ul.practical-tips li:after {
	content: "";
	float: left;
	position: absolute;
	width: 90px;
	height: 94px;
	top: 33px;
	left: 54px;
	background-image: url(../../images/site/idea-lamp-icon.svg);
	background-size: cover;
}

#main .htmlbox ul.practical-tips li.image1:before {
	background: url(../../images/site/exercise-3.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

#main .htmlbox ul.practical-tips li.image1:after,
#main .htmlbox ul.practical-tips li.image2:after,
#main .htmlbox ul.practical-tips li.image3:after,
#main .htmlbox ul.practical-tips li.image4:after,
#main .htmlbox ul.practical-tips li.image5:after,
#main .htmlbox ul.practical-tips li.image6:after,
#main .htmlbox ul.practical-tips li.image7:after,
#main .htmlbox ul.practical-tips li.image8:after,
#main .htmlbox ul.practical-tips li.image9:after  {
	display: none;
}

#main .htmlbox ul.practical-tips li.image2:before {
	background: url(../../images/site/exercise-4.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

#main .htmlbox ul.practical-tips li.image3:before {
	background: url(../../images/site/exercise-5.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

#main .htmlbox ul.practical-tips li.image4:before {
	background: url(../../images/site/exercise-6.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

#main .htmlbox ul.practical-tips li.image5:before {
	background: url(../../images/site/healthy-food-1.jpg);
	background-size: 306px 204px;
	background-position: center;
	background-repeat: no-repeat;
}

#main .htmlbox ul.practical-tips li.image6:before {
	background: url(../../images/site/healthy-food-2.jpg);
	background-size: 306px 204px;
	background-position: center;
	background-repeat: no-repeat;
}

#main .htmlbox ul.practical-tips li.image7:before {
	background: url(../../images/site/healthy-food-3.jpg);
	background-size: 306px 204px;
	background-position: center;
	background-repeat: no-repeat;
}

#main .htmlbox ul.practical-tips li.image8:before {
	background: url(../../images/site/fluids.jpg);
	background-size: 306px 204px;
	background-position: center;
	background-repeat: no-repeat;
}

#main .htmlbox ul.practical-tips li.image9:before {
	background: url(../../images/site/coffee.jpg);
	background-size: 306px 204px;
	background-position: center;
	background-repeat: no-repeat;
}

/* Homepage Boxes */

.box-container {
	display: flex;
	margin: 50px 0 0 0;
	flex-flow: row wrap;
	align-content: space-around;
	list-style: none;
}

.box-container .child {
	position: relative;
	text-align: center;
	/*
	background-color: #fff;
	border-radius: 18px;
	box-shadow: 0 0 20px rgba(0,0,0,.18);
	*/
	-moz-transition: box-shadow .2s, transform .2s, opacity .2s, background-image .2s;
    -webkit-transition: box-shadow .2s, transform .2s, opacity .2s, background-image .2s;
    transition: box-shadow .2s, transform .2s, opacity .2s, background-image .2s;

	padding: 30px 20px 20px 30px;
	margin-bottom: 70px;
	background-image: linear-gradient(116deg, rgba(255,255,255,0.61) 0%, rgba(255,255,255,0.29) 94%);
	border: 1px solid #FFFFFF;
	box-shadow: 0 5px 12px 0 rgba(0,0,0,0.07);
	border-radius: 53px;
	-webkit-backdrop-filter: blur(15px);
	backdrop-filter: blur(15px);
}

.box-container .child h2 {
	font-size: 24px !important;
	line-height: 34px !important;
}

.box-container .child p {
	line-height: 28px !important;
	text-align: center !important;
}

.box-container .child:hover {
	/*
	-webkit-box-shadow: 0 15px 20px rgba(0,0,0,0.2);
    -webkit-transform: translate(0, -4px);
    -moz-box-shadow: 0 15px 20px rgba(0,0,0,0.2);
    -moz-transform: translate(0, -4px);
	transform: translate(0, -8px);
    box-shadow: 0 0 30px rgba(0,0,0,.18);
    background-color: #7D7D7D;
	*/
	transform: scale(1.04);
  	box-shadow: 0 25px 35px -15px rgba(22, 22, 19, .5);
	background-image: linear-gradient(116deg, rgba(255,255,255,0.81) 0%, rgba(255,255,255,0.49) 94%);
}

.box-container .child img {
	margin: 25px auto 0 auto;
}

.box-container .child .text {
	display: block;
	width: 100%;
	padding: 18px 20px;
	color: #565656;
	font-size: 16px;
	font-weight: normal;
}

.box-container .child:hover .text,
.box-container .child:hover .text h2 {
	/*color: #fff !important;*/
}

.box-container .child a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-decoration: none !important;
}

@media only screen and (max-width: 576px) {
  .box-container .child {
    flex: 0 1 99%;
    margin-left: 0.5%;
    margin-right: 0.5%;
    margin-bottom: 3%;
  }
}
@media only screen and (min-width: 577px) {
  .box-container .child {
    flex: 0 1 49%;
    margin-left: 0.5%;
    margin-right: 0.5%;
    margin-bottom: 3%;
  }
}
@media only screen and (min-width: 1200px) {
  .box-container .child {
    flex: 0 1 31.33333%;
    margin-left: 1%;
    margin-right: 1%;
  }
}

.mapEmbed {
	max-width: 1200px;
	margin: 0 auto;
}

.mapEmbed > span {
	display: block;
	width: 100%;
	margin: 120px 0 60px 0;
	font-family: 'Noto Sans', arial;
	font-size: 30px;
	font-weight: 600;
	color: #000;
	text-align: center;
}

#mapEmbed > div {
	padding: 25px;
	height: 650px !important;
	background-image: linear-gradient(111deg, rgba(255,255,255,0.61) 0%, rgba(255,255,255,0.29) 94%);
	border: 1px solid #FFFFFF;
	box-shadow: 0 5px 12px 0 rgba(0,0,0,0.07);
	border-radius: 18px;
}

img.white-box {
	padding: 25px;
	background-image: linear-gradient(111deg, rgba(255,255,255,0.61) 0%, rgba(255,255,255,0.29) 94%);
	border: 1px solid #FFFFFF;
	box-shadow: 0 5px 12px 0 rgba(0,0,0,0.07);
	border-radius: 18px;
}

#sidebar_map1045 {
	display: none;
}

/* Walking Schemes */

.walking-title h2 {
	margin: 1.5em 0;
	text-align: center;
	font-size: 24px !important;
	line-height: 34px !important;
	font-weight: 600 !important;
}

.walking-box {
	height: 185px;
	margin-bottom: 25px;
	border-radius: 16px;
	background-color: #f3f3f3;
}

.walking-box.walking-types {
	color: #fff;
	background-color: #565656;
}

.walking-box-icon {
	display: block;
	float: left;
	height: 185px;
	width: 200px;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	border-right: 1px solid #D0D0D0;
}

.walking-box.walking-types .walking-box-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 180px;
	height: 185px;
	border-right: none;
}

.walking-box.walking-frequency .walking-box-icon:before {
	content: "";
	display: block;
	width: 98px;
	height: 88px;
	margin: 25px auto 15px auto;
	background-image: url(../../images/site/walking-calendar-icon.svg);
	background-size: cover;
}

.walking-box.walking-intensity .walking-box-icon:before {
	content: "";
	display: block;
	width: 120px;
	height: 87px;
	margin: 25px auto 15px auto;
	background-image: url(../../images/site/walking-intensity-icon.svg);
	background-size: cover;
}

.walking-box.walking-duration .walking-box-icon:before {
	content: "";
	display: block;
	width: 90px;
	height: 102px;
	margin: 25px auto 15px auto;
	background-image: url(../../images/site/walking-timer-icon.svg);
	background-size: cover;
}

.walking-box-content {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 185px;
	padding: 0 15px;
	vertical-align: middle;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
}

.walking-box.walking-types .walking-box-content {
	padding: 0;
} 

.walking-box-type-walking,
.walking-box-type-biking,
.walking-box-type-swimming {
	margin: 0 8px;
}

.walking-box-type-walking:before {
	content: "";
	display: block;
	width: 54px;
	height: 85px;
	margin: 15px auto 15px auto;
	background-image: url(../../images/site/walking-white-icon.svg);
	background-size: cover;
}

.walking-box-type-biking:before {
	content: "";
	display: block;
	width: 94px;
	height: 82px;
	margin: 18px auto 15px auto;
	background-image: url(../../images/site/biker-white-icon.svg);
	background-size: cover;
}

.walking-box-type-swimming:before {
	content: "";
	display: block;
	width: 95px;
	height: 48px;
	margin: 35px auto 32px auto;
	background-image: url(../../images/site/swimming-white-icon.svg);
	background-size: cover;
}

.walking-box-type-stretching:before {
	content: "";
	display: block;
	width: 73px;
	height: 105px;
	margin: 5px auto 5px auto;
	background-image: url(../../images/site/stretching-white-icon.svg);
	background-size: cover;
}

.ot-sdk-show-settings {
	cursor: pointer;
}

/*
.circle {
	position: absolute;
	border-radius: 50%;
	filter: blur(50px);
	pointer-events: none;
}
*/

span.icon.pdf {
	content: "";
	display: inline-block;
	width: 27px;
	height: 33px;
	margin-right: 10px;
	background-image: url(../../images/site/PDF_file_icon.svg);
	background-size: cover;
}

#developed-by {
	display: none;
}

.exam .exam-choice {
	border: 2px solid #ccc;
	padding: 10px 20px;
	margin-bottom: 15px;
	border-radius: 20px;
	cursor: pointer;
	transition: background-color 0.3s;
}

.exam .exam-choice:hover,
.exam .selected-answer {
	border: 2px solid #9ec5fe;
	background-color: #cfe2ff;
}

.exam .exam-choice p {
	margin: 1rem 0 !important;
}
