.htmlbox h1{font-size: 28px;line-height: 38px;color: #1F2D4D;font-family: Roboto;font-weight: Bold;background-position: 0 0;background-color: transparent;}.htmlbox h2{font-size: 24px;line-height: 34px;color: #1F2D4D;font-family: Roboto;font-weight: Bold;background-position: 0 0;background-color: transparent;}.htmlbox h3{font-size: 20px;line-height: 30px;font-family: Roboto;font-weight: Bold;color: #D13A3C;background-position: 0 0;background-color: transparent;}.htmlbox h4{font-size: 20px;line-height: 30px;font-family: Roboto;font-weight: 500;color: #383838;background-position: 0 0;background-color: transparent;}.htmlbox p{text-align: Left;font-size: 16px;line-height: 24px;color: #383838;background-position: 0 0;background-color: transparent;}.htmlbox a{color: #285ED9;text-decoration: None;background-position: 0 0;background-color: transparent;}.htmlbox a:hover{color: #285ED9;text-decoration: None;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: 0px;background-position: 0 0;background-color: transparent;}.htmlbox li{font-size: 16px;line-height: 26px;font-weight: Normal;padding-left: 20px;margin-bottom: 10px;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 Roboto, Arial, Helvetica, sans-serif;
	color: #383838;
	padding: 0;
	margin-top: 0px;
    margin-bottom: auto;
	height:100%; 
}

#logo {
	float: left;
	margin: 30px;
}

/* default heading sizes */	

h1		{ 
	font-size: 28px; 
	color: #1F2D4D; 
	margin-top: ; 
	margin-right: ; 
	margin-bottom: ; 
	margin-left: ; 
}

h2		{ 
	font-size: 24px; 
	color: #1F2D4D;   
}

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

h4		{ 
	font-size: 20px;  
	color: #383838; 
}

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

/* default link formatting */			

a, a:link	{ color: #285ED9; text-decoration: None; }

a:visited	{ color: #285ED9;  }	

a:focus, a:hover 	{ text-decoration: None; }

a:active	{ color: #285ED9; }

.htmlbox a:hover { border-bottom: 2px solid #285ED9; }


#main { font-size: 1.15em;}

.htmlbox ul {  
	margin-top: 0px; 
	margin-right: 0px; 
	margin-bottom: 0px; 
	margin-left: 0px; 
	padding-top: 0px; 
	padding-right: 0px; 
	padding-bottom: 0px; 
	padding-left: 0px; 
}

.htmlbox ul li {  
	list-style: none;
	padding-left: 20px; 
	margin-bottom: 10px; 
	background: url(../../images/site/bullet.svg) 0 9px no-repeat;
	background-size: 8px 8px;
}

.htmlbox ol ol  {
	list-style: lower-greek;
	list-style-type: lower-greek;
}

.htmlbox p {
	text-align: Left;
}

.htmlbox a {
	color: #285ED9; 
	text-decoration: None;
}

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

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

#main .htmlbox a:hover { color: #285ED9; }

#container {

}

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

#content { 
	width: 100%;
	padding-bottom: 10px;
	display: inline-block\9;
}

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

#header .treemenu { 
	float: right;
	position: relative;
	margin: 35px 0 0 0; 
	font-family: "Roboto Condensed", Arial;
	z-index: 3;
}

#header .treemenu a { 
	color: #1F2D4D; 
	font-weight: bold; 
	font-size: 17px;
	line-height: 45px;
	text-decoration: none;
}

#header .treemenu ul { 
	float: right;
	margin: 0; 
	padding: 0; 
	list-style: none; 
}

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

#header .treemenu ul li { 
	float: left; 
	display: inline-block; 
	position: relative;
	margin: 0; 
	padding: 0 15px; 
	text-decoration: none; 
	z-index: 11;
}

@media (max-width: 1368px) {
	#header .treemenu ul li {
		padding: 0 7px;
	}
}

#header .treemenu ul li a { 
	display: inline-block; 
	position: relative;
	float: left;   
	padding: 0; 
	line-height: 45px;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

#header .treemenu ul li a:after {
	content: "";
    position: absolute;
    bottom: 5%;
    left: 15%;
    right: 15%;
    margin: auto;
    width: 0;
    height: 3px;
    background-color: #D13A3C;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

#header .treemenu ul li a:hover {
	border-bottom: none;
}

#header .treemenu ul li a:hover:after {
	width: 70%;
}

#header .treemenu ul li.button-red a {
	padding: 0 25px;
	color: #fff;
	background-color: #D13A3C; 
	border-radius: 4px;
} 
#header .treemenu ul li.button-red a:after {
	display: none;
}

#header .treemenu ul li.button-red:hover a {
	color: #fff;
	background-color: #B92628;
	border-bottom: none;
}

@media (min-width: 992px) and (max-width: 1200px) {
	#header .treemenu ul li a {
		padding: 0 5px;
	}	
}

#header .treemenu ul li:hover > a { 
	color: #D13A3C;
}

#header .treemenu ul ul {
    display: none;
	position: absolute;
	left: 0;
    top: 45px;
	width: 280px;
    padding: 5px 0 10px 0;
	background: #ffffff;
    -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);
	z-index: 10;
}

#header .treemenu ul li:hover > ul {
	display: block;
}

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

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

#header .treemenu ul ul li a:after {
	display: none;
} 

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

#header .treemenu li li a {
	height: auto;
	width: 260px;
    padding: 8px 10px;
	text-transform: none;
	border-left: none;
	font-size: 16px;
	line-height: 19px;
	font-weight: normal;
	color: #1F2D4D;
	background-color: #ffffff;
	-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
#header .treemenu li ul li:first-child a {

}
#header .treemenu ul li:hover li a {

}

#header .treemenu ul li:hover li:hover > a {
	background-color: #D13A3C;
	color: #fff;
	border: none;
	margin-top: 0;
}

#header .treemenu ul ul ul {
	top: 0;
	left: 270px;
	z-index: 11;
}

#header .treemenu.responsivenav {
		display: none;
}

/* Responsive Nav */

#nav-toggle {
	float: left;
	display: none;
	cursor: pointer;
	margin: 0 0 0 20px;
}

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

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

#nav-toggle:after {
	content: "Menu";
	font-family: 'Roboto Condensed', Arial;
	font-size: 20px;
	font-weight: 500;
	line-height: 55px;
	color: #1F2D4D;
}

@media (max-width: 1285px) {

	#nav-toggle {
		display: inline-block;
		margin-top: 50px;
	}

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

	#header .htmlbox {
		display: none;
	}

	#header .treemenu {
		max-height: 0px;
		overflow: hidden;
		float: none;
		margin: 0;
		width: 100%;
		background-color: #f4f4f4;
		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 .treemenu.open {
		max-height: 2000px;
		opacity: 1;
	}

	#header .treemenu ul {
		float: none;
	}

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

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

	#header .treemenu ul li a:after {
		bottom: 82%;
		left: 96%;
		right: 15%;
	}

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

	#header .treemenu ul li:hover > a {
		margin-top: 0;
		border-top: none;
	}	

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

	}

	#header .treemenu ul li.button-red a {
		padding: 10px 25px;
	}

	#header .treemenu ul li a:hover:after {
		width: 0;
	}

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

	#header .treemenu ul > li > a {
		display: block;
		width: 100%;
	}

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

	#header .treemenu 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 .treemenu ul ul.open {
		top: 15px;
		left: 0;
		width: 100%;
		max-height: 1000px;
		padding: 0;
		background-color: #ffffff;
		opacity: 1;
	}

	#header .treemenu ul ul li {
		display: none;
	}

	#header .treemenu ul ul.open li {
		display: block;
		width: 100%;
	}

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

	#header .treemenu ul ul li a {
		width: 100% !important;
		padding: 5px 2% !important;
	}

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

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

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

	#header .treemenu ul ul > li.haschild:hover > a:after {
		color: #333333;
	}

	#header .treemenu li li a {
		background-color: transparent;
	}
}

@media (max-width: 414px) {
	#nav-toggle {
		margin-top: 0;
	}
}

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

#toparea {
	height: 31px;
}

#header {
	height: 75px;
	padding: 0;
}

#header img {
	_margin-left: -3px;
}

#subnav {
}

#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;
}

#info {
	width: 100%;
	height: 20px;
	padding-top: 7px;
}

#infoleft {
	float: left;
	display: inline-block;
}

#inforight {
	float: right;
	text-align: left;
	font-size: 11px;
}

#inforight a {
	color: #3298cb;
}

#sub {
	padding: 70px 0 50px 0;
}

@media (max-width: 768px) {
	#sub {
		display: none;
	}
}

#main {
	padding: 70px 0 50px 0;
}

.big-promo {
	padding: 60px 0;
	position: relative;
}

.small-promo {
	padding: 80px 0;
	margin-bottom: 60px;
	position: relative;
}

.big-promo:before,
.small-promo:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	width: 100%;
	height: 320px;
	background: url(../../images/site/Promo-BG.jpg) center top;
	background-size: cover;
} 

.small-promo {
	background-position: center center;
}

.small-promo:after {
	height: 240px;
	z-index: 1;
}

@media (min-width: 992px) {
	.big-promo .htmlbox .promo-title,
	.big-promo .htmlbox .promo-title h1,
	.big-promo .htmlbox .promo-title h2,
	.big-promo .htmlbox .promo-title h3,
	.big-promo .htmlbox .promo-title h4,
	.big-promo .htmlbox .promo-title p,
	.big-promo .htmlbox .promo-title ul li {
		color: #fff;
	}
}

.small-promo .htmlbox,
.small-promo .htmlbox h1,
.small-promo .htmlbox h2,
.small-promo .htmlbox h3,
.small-promo .htmlbox h4,
.small-promo .htmlbox p,
.small-promo .htmlbox ul li  {
	color: #fff;
}

.big-promo .promo-title {
	margin: 70px 0;
}

.big-promo .htmlbox h1,
.small-promo .htmlbox h1 {
	margin: 0 0 1em 0;
	font-family: 'Roboto Condensed', Arial;
	font-size: 30px;
	line-height: 40px;
	font-weight: bold;
}

.small-promo .htmlbox h1 {
	margin-bottom: 0.5em;
}

.big-promo .htmlbox h2,
.small-promo .htmlbox h2 {
	margin: 0.6em 0;
	font-family: 'Roboto Condensed', Arial;
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
}

.big-promo .htmlbox h3,
.small-promo .htmlbox h3 {
	margin: 0.6em 0;
	font-family: 'Roboto Condensed', Arial;
	font-size: 20px;
	line-height: 30px;
	font-weight: normal;
}

.big-promo .htmlbox p,
.small-promo .htmlbox p {
	font-family: 'Roboto', Arial;
	font-size: 18px;
	font-weight: normal;
}

.small-promo .htmlbox p {
	margin: 5px 0 0 0;
}

.big-promo .htmlbox ul {
	padding: 1em 0;
}

.big-promo .htmlbox ul li {
	padding: 0.6em 0 0.6em 1em;
	margin-bottom: 0;
	list-style: none;
	font-family: 'Roboto', Arial;
	font-size: 18px;
	line-height: 26px;
	font-weight: normal;
	background: url(../../images/site/bullet.svg) 0 1em no-repeat;
	background-size: 8px 8px;
}

.small-promo .htmlbox {
	padding: 20px 330px 0 60px;
	position: absolute;
	z-index: 2;
}

#gstergiou-big-promo {
	/*margin: 100px 0 0 40px; 
	box-shadow: 0 0 53px 0 #1F2D4D;*/
	margin: 50px 0 0 0;
}

#gstergiou-small-promo {
	width: 220px;
	top: 145px;
	right: 110px;
	position: absolute;
	box-shadow: 0 0 25px 0 #1F2D4D;
}

@media (max-width: 1024px) {
	#gstergiou-big-promo {
		margin: 100px 0 0 0;
	}
}

@media (max-width: 768px) {
	#gstergiou-small-promo {
		width: 180px;
		right: 20px;
	}

	#main {
		padding: 40px 0; 
	}

	.small-promo .htmlbox {
		float: left;
		padding: 0 80px 0 30px;
	}

	#gstergiou-big-promo {
		margin: 50px 0 0 0;
	}

}

@media (max-width: 414px) {
	#main {
		padding: 0; 
	}

	.small-promo {
		padding: 40px 0;
	}

	.small-promo:after {
		height: 160px;
	}

	.small-promo .htmlbox {
		float: left;
		padding: 0 20px;
	}

	#gstergiou-small-promo {
		display: none;
		width: 150px;
		position: relative;
		float: right;
		margin-right: 20px;
	}
}

.htmlbox a.button-red {
	display: inline-block;
	padding: 0 25px;
	line-height: 55px;
	font-size: 20px;
	font-family: 'Roboto Condensed', Arial;
	font-weight: bold;
	color: #fff;
	background-color: #D13A3C;
	border-radius: 4px;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.htmlbox a.button-red:hover {
	text-decoration: none;
	background-color: #B92628;
	border-bottom: none;
}

.grey {
	padding: 60px 0;
	background-color: #ECECEC;
}

.grey .htmlbox h2 {
	font-size: 28px;
	line-height: 38px;
	font-weight: bold;
	color: #1F2D4D;
}

.white-box {
	width: 100%;
	padding: 50px;
	background-color: #fff;
	box-shadow: 0 12px 52px 0 rgba(0,0,0,.25);
}

.white-box .htmlbox h3,
#the-problem-title .htmlbox h2,
#cases-title .htmlbox h2 {
	margin-top: 0;
}

#the-problem-box {
	margin-top: 40px;
}

#the-problem-box .htmlbox h3 {
	margin-bottom: 0;
}

p.divider {
	display: inline-block;
	width: 100px;
	height: 2px;
	margin: 0 0 40px 0;
	background-color: #D13A3C;
}

img.center {
	margin-left: auto;
	margin-right: auto;
}

.doctors-bg {
	padding: 60px 0;
	background: url(../../images/site/doctors-bg.jpg) center top;
	background-size: cover;
}

.doctors-bg #cases-title .htmlbox h2 {
	font-size: 28px;
	line-height: 42px;
	font-weight: bold;
	color: #fff;
}

.box-container {
	display: flex;
	margin: 50px 0 0 0;
	flex-flow: row wrap;
	align-content: space-around;
	list-style: none;
}

.box-container .child {
	padding: 20px 40px 40px 40px;
	background-color: #fff;
	box-shadow: 0 2px 39px 0 rgba(31,45,77,.6);
	-moz-transition: box-shadow .2s, transform .2s, opacity .2s;
    -webkit-transition: box-shadow .2s, transform .2s, opacity .2s;
    transition: box-shadow .2s, transform .2s, opacity .2s;
}

.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);
    box-shadow: 0 15px 20px rgba(0,0,0,0.2);
    transform: translate(0, -4px);
}

.box-container .child .picture img {
}

.box-container .child .text {
	display: block;
	width: 100%;
	padding: 18px 20px;
	background-color: #fff;
	color: #515151;
	font-size: 18px;
	font-weight: 600;
}

@media only screen and (max-width: 499px) {
  .box-container .child {
    flex: 0 1 99%;
    margin-left: 0.5%;
    margin-right: 0.5%;
    margin-bottom: 3%;
  }
}
@media only screen and (min-width: 500px) {
  .box-container .child {
    flex: 0 1 49%;
    margin-left: 0.5%;
    margin-right: 0.5%;
    margin-bottom: 3%;
  }
}
@media only screen and (min-width: 700px) {
  .box-container .child {
    flex: 0 1 48%;
    margin-left: 1%;
    margin-right: 1%;
  }
}

.blue-bg {
	padding: 40px 0;
	background-color: #1F2D4D;
}

.blue-bg .htmlbox {
	font-family: 'Roboto Condensed';
}

.blue-bg .htmlbox h1,
.blue-bg .htmlbox h2,
.blue-bg .htmlbox h3,
.blue-bg .htmlbox h4,
.blue-bg .htmlbox p {
	color: #fff;
}

.blue-bg .htmlbox a {
	color: #CEDBF9;
}

.blue-bg .htmlbox a:hover {
	color: #285ED9;
}

#footer-1 {
	padding-left: 70px;
	min-height: 100px;
	background: url(../../images/site/iatreio-icon.svg) 10px 2em no-repeat;
	background-size: 38px 45px;
}

#footer-2 {
	padding-left: 70px;
	min-height: 100px;
	background: url(../../images/site/contact-icon.svg) 10px 2em no-repeat;
	background-size: 43px 41px;
}

#footer-3 {
	padding-left: 70px;
	min-height: 100px;
	background: url(../../images/site/university-icon.svg) 10px 2em no-repeat;
	background-size: 44px 45px;
}

.copyright {
	padding: 20px 0;
	color: #1F2D4D;
	font-family: 'Roboto Condensed';
	background-color: #ECECEC;
}

.copyright a {
	color: #1F2D4D;
}

span.copyright-title {
	padding-right: 30px;
	font-family: 'Roboto Condensed';
	font-weight: bold;
	font-size: 21px;
	color: #1F2D4D;
}

span.copyright-text {
	font-size: 16px;
	color: #1F2D4D;
}

#copyright-3 p {
	text-align: right;
}

.question {
	border: 1px solid #CDCDCD;
}

.question-title {
	padding: 15px 40px;
	background-color: #D13A3C;
	border-bottom: 1px solid #CDCDCD;
}

.question-title h3 {
	margin: 0;
	font-size: 22px;
	line-height: 30px;
	font-weight: bold;
	color: #fff;
}

.question-content {
	padding: 40px;
}

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

#sub .treemenu {
	width: 80%;
	overflow: hidden;
	margin-bottom: 10px;
	font-family: 'Roboto', Arial;
}

#sub .treemenu h1 {
	padding: 0; 
	margin: 1.1em 0 0 0;
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	color: #1F2D4D;
}

#sub .treemenu h1:after {
	content: "";
	display: block;
	width: 100px;
	height: 3px;
	margin-top: 20px;
	background-color: #1F2D4D;
}

#sub .treemenu ul {
    list-style: none;
    list-style-type: none;
    text-align: left;
    margin: 0;
    padding: 0 0 8px 0;
}

#sub .treemenu ul li {
    display: block;
    width: 100%;
    text-indent: 0px;
    margin: 0;
	padding: 20px 0;
	border-bottom: 1px solid #CDCDCD;
}

#sub .treemenu ul li a {
    text-decoration: none;
    color: #383838;
	font-size: 18px;
	line-height: 20px;
	font-weight: normal;
}

#sub .treemenu ul li a:hover {
	color: #285ED9;
	border-bottom: 2px solid #285ED9;
}

#sub .treemenu ul li.active a {
	color: #285ED9;
}

#sub .treemenu ul ul {
	display: none;
	font-weight: normal;
	border-top: 1px solid #d3d3d3;
}

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

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

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

#sub .treemenu ul li.active ul li a {
	padding: 2px 0 2px 20px;
	background: none;
	color: #2a75b3;
	font-weight: normal;
}

#sub .treemenu ul li ul li:hover a {
        color: #8eb6dc;
        background: url(../../images/default/small_arrow_blue.png) 10px center no-repeat;
}

#sub .treemenu ul li ul li.active a {
        color: #939293;
        background: url(../../images/default/small_arrow_blue.png) 10px center no-repeat;
}

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

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

.langchooser {
	display: inline-block;
	position: relative;
	float: right;
	margin: 35px 25px 0 20px;
	font-family: 'Roboto Condensed', Helvetica, Arial;
	font-size: 0;
}

.langchooser ul li > span.el_GR {
	display: inline-block;
	height: 45px;
	padding-left: 30px;
	font-size: 0;
	background: url(../../images/site/greek-flag@2x.png) 10px center no-repeat;
	background-size: 23px 15px;
	line-height: 43px;
}

.langchooser ul li > span.en_US {
	display: inline-block;
	height: 45px;
	padding-left: 30px;
	background: url(../../images/site/uk-flag@2x.png) 10px center no-repeat;
	background-size: 23px 15px;
	line-height: 43px;
}

.langchooser span:after {
	font-size: 26px;
	margin: 0 4px;
	color: #6B84BC;
	font-family: 'ElegantIcons';
	display: inline-block;
	content: "\33";
}

.langchooser ul {
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

.langchooser ul li a {
	font-size: 0;
	text-decoration: none;
}

.langchooser ul li {
	display: block;
	position: relative;
	height: 45px;
	border: 1px solid #D9E2F7;
	border-radius: 4px;
}

.langchooser ul ul {
	display: none;
	position: absolute;
	padding: 5px;
	top: 45px;
	left: -1px;
	width: calc(100% + 2px);
	background-color: #fff;
	border: 1px solid #D9E2F7;
	border-radius: 3px;
	z-index: 12;
}

.langchooser ul ul li {
	border: none;
	height: auto;
}

.langchooser ul li:hover ul,
.langchooser ul ul.open  {
	display: block;
}

.langchooser ul ul li.el_GR a {
	background: url(../../images/site/greek-flag@2x.png) center center no-repeat;
	background-size: 23px 15px;
}

.langchooser ul ul li.en_US a {
	background: url(../../images/site/uk-flag@2x.png) center center no-repeat;
	background-size: 23px 15px;
}

.langchooser ul ul li a {
	display: block;
	width: 100%;
	padding: 8px 10px 8px 41px;
	line-height: 25px;
}

.langchooser ul ul li:hover {
	background-color: #ECECEC;
}


#responsive-area .langchooser {
	display: none;
}

@media (max-width: 1285px) {
	.langchooser {
		margin: 60px 15px 0 0;
	}
}

@media (max-width: 768px) {
	.langchooser {
		margin: 60px 15px 0 0;
	}

	.langchooser ul li {
		height: 30px;
	}

	.langchooser ul li > span.el_GR {
		height: 30px;
		line-height: 28px;
	}

	.langchooser ul li > span.en_US {
		height: 30px;
		line-height: 28px;
	}
}

@media (max-width: 414px) {
	.langchooser {
		margin: 10px 15px 0 0;
	}
}

/*
@media (max-width: 576px) {
	#nav .langchooser {
		display: none;
	}

	#responsive-area .langchooser {
		display: block;
		margin: 10px 15px 0 20px;
		float: left;
	}

	.langchooser ul ul {
		top: 40px;
		left: 0;
		z-index: 10;
	}
}*/


/* Pubmed */

.pubmed {
	padding: 20px 0;
	font-family: 'Roboto', Arial;
	color: #383838;
}

.pubmed p {
	margin: 7px 0;
}

.pubmed .pager {
	margin-bottom: 15px;
	font-size: 15px;
	line-height: 30px;
	font-weight: normal;
}

.pubmed .pager .pages {
	float: left;
	width: 70%;
}

.pubmed .pager .per_page {
	float: left;
	width: 30%;
}

.pubmed .pager .pager_pagecount a {
	display: inline-block;
	padding: 0 8px;
	line-height: 30px;
	background-color: #ECECEC;
	border-radius: 3px;
}

.pubmed .pager .pager_pagecount a:hover {
	background-color: #E4E3E3;
	border-bottom: none;
}

.pubmed .pager .pager_pagecount a.currentpage {
	background-color: #fff;
}

.pubmed select {
	font-size: 14px;
}

@media (max-width: 414px) {
	.pubmed .pager .pages,
	.pubmed .pager .per_page  {
		width: 100%;
	}
}

.pubmed .page-title {
	margin: 20px 0 0 0;
	font-size: 17px;
	font-weight: bold;
	color: #1F2D4D;
}

.pubmed td {
	padding: 8px 0;
}

.pubmed .article-number {
	font-size: 15px;
	font-weight: bold;
	color: #285ED9;
}

.pubmed a .article-title {
	font-size: 16px;
	font-weight: 500;
	color: #285ED9;
	text-decoration: underline;
}

.pubmed a:hover .article-title {
	border: none;
	text-decoration: none;
}

.pubmed .article-authors {
	font-size: 14px;
	line-height: 20px;
}

.pubmed .morefuncs a {
	font-size: 14px;
}

.pubmed .morefuncs a:after {
	content: "";
	display: inline-block;
	margin-left: 5px;
	width: 14px;
	height: 14px;
	background: url(../../images/site/external-link.svg);
	background-size: cover;
}

.pubmed .extra-lines p {
	font-size: 13px;
}

.pubmed a.show-abstract {
	display: inline-block;
	padding: 0 15px;
	line-height: 35px;
	font-size: 14px;
	background-color: #ECECEC;
	border-radius: 3px;
}

.pubmed a.show-abstract:hover {
	border-bottom: none;
}

.pubmed .abstract {
	background-color: #ECECEC;
	border-radius: 3px;
}

.pubmed .abstract p {
	padding: 15px 25px;
	font-size: 14px;
}

/****** 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;
	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 {
	background-color: #ffffff;
}

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


/************** CSS for comments *******************************************/

.showcomments { clear:both; }

.comments .makecomment { 
	clear:both;
	padding-top:10px;
	padding-left:30px;
}

.comments .makecomment label {margin-right:105px;font-size:12px;}

.comments .acomment{
	border-bottom:1px solid #F6F6F6;	
	clear:both; 
	width:90%; 
	padding-bottom:20px;
	padding-top:15px; 
	margin:0;
	display:inline-block;
	padding: 10px 0px 20px 35px;
}

.comments .acomment:hover {background-color:#f6f9fb;}

.comments .boldname { font-weight:bold; color:#416AA3;}

.comments .comment_date {
	color:#999999;
	font-size:0.85em;
}

.comments .comment_name { float:left;clear:left;width:180px;}

.comments .comment { 
	font-style: italic; 
	padding: 5px; 
	color:#666666;  
	display:block;
	float:left;
	padding-top:0px;
	width:330px;
}

.showlike, .showdislike { 
	clear:right;
	display:block;
	width:200px;
	margin-left:180px;
}

.commentbuttons {
	margin-left:180px;
	display:inline-block;
	clear:both;
	float:left;
	width:100%}

.likelink, .dislikelink, .deletelink { float:left; }

.likelink a, .dislikelink  a, .deletelink a{ 
	text-decoration:none;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	background-attachment:scroll;
	background-color:#F6F6F6;
	border:1px solid #CCCCCC;
	padding:7px 7px 6px 7px;
	margin:10px 3px 0 0;
	display:block;
}

.likelink a span {
	background:transparent url(/images/like_link.png) no-repeat scroll 0 center;
	padding:4px 0px 0px 15px;
}

.dislikelink a span {
	background:transparent url(/images/dislike_link.png) no-repeat scroll 0 center;
	padding:0px 0px 0px 15px;
}

.deletelink a span {
	background:transparent url(/images/delete_grey.png) no-repeat scroll 0 center;
	padding:1px 0px 1px 20px;
}

.likelink a:hover ,  .dislikelink a:hover, .deletelink a:hover  { background-color:#e7f1fb; }

.comments  h4 {
	color:#666666;
	font-size:12px;
	margin: 10px 0px 0px 10px;
	padding: 12px 0px 12px 0px;
}

.comments label {
	color:#416AA3;
	float:left;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
	padding-top:3px;
	
}
.comments td {vertical-align:top;}

.comments .mandatory { color:red; }

.comments input, .comments textarea{
	font-size:11px;
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	width:100%;
	border: 1px solid #CCCCCC;
	]width:300px;
}

.comments .comment_login p{ 
	]margin-bottom:-10px;
}

.comments .comment_login label{ width:23%; }

.comments .comment_login input{ width:50%; }

.comments .comment_login button{ 
	border: 1px solid #c6d880;
	background:transparent;
	border:1px solid #CCCCCC;
	color:#15428B;
	cursor:pointer;
	display:block;
	height:30px;
	margin-bottom:10px;
	margin-left: 400px;
	padding: 5px 15px;
	width:138px
}
.comments .comment_login button:hover { background-color: #e6efc2;}

.comments .forminput {clear:both;}

.comments .makecomment .submit_button { 
	margin-top: 5px;
    width: 312px;
    //width: 352px;
    width: 303px\0/;
}

.comments .makecomment .submit_button .submit_comment { 
	float: right;
}

.comments hr {
	color:#c1c8ce;
	border: 0;
	background-color: #c1c8ce;
	height: 1px;
	text-align: left;
	margin:10px 0px;
	width:50%;
	display:none;
}

.comments .users_like, .comments .users_dislike{
	font-size: 11px;
	color: #15428B;
	padding:10px;
	margin: 5px 0px;
	border: 1px solid #C4C4C2;
	background-color:#F2F2F1;
	margin-left:180px;
	width:320px;
}

.comments .order_buttons {
	clear:both;
	height:50px;
	padding-left:25px;
}

.comments .order_buttons p { float:left; padding-right:60px; margin-left:10px;}

.comments .order_buttons a { 
	float:left;
	margin-top:5px;
	margin-bottom:5px;
	display:block;
	line-height:28px;
	padding-left: 18px;
	background: transparent url(../../images/inact_left.gif) no-repeat scroll top left;
	width:60px;
	text-align:center;
	text-decoration:none;
}

.comments .order_buttons a span { 
	display:block;
	line-height:28px;
	background: transparent url(../../images/inact_right.gif) no-repeat scroll top right;
	padding-right: 10px;
}

.comments .order_buttons a span span{ 
	display:block;
	line-height:28px;
	background: transparent url(../../images/inact_slice.gif) repeat;
}

.comments .order_buttons .order_like { background: url(/images/inact_left_like.gif) no-repeat 0 0; padding-left:28px;}

.comments .order_buttons .order_date { background: url(/images/inact_left_date.gif) no-repeat 0 0; padding-left:28px;}

.comments .order_buttons .order_like.active { background: url(/images/act_left_like.gif) no-repeat 0 0; padding-left:28px;}

.comments .order_buttons .order_date.active { background: url(/images/act_left_date.gif) no-repeat 0 0; padding-left:28px;}

.comments .order_buttons a.active span { background: transparent url(../../images/act_right.gif) no-repeat scroll top right;}

.comments .order_buttons a.active span span{ 	background: transparent url(../../images/act_slice.gif) repeat;}


/************** End of CSS for comments ************************************/


/********* 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;
}

.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: 7px;
	border: 1px solid #ffcc00;
	background-color: #ffffcc;
	min-height: 48px;
	font-size: 12px;
	_width: 100%;
	_height: auto;
	_height: 62px;
}

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

.messagebox.ok {
    background: #ffffcc url(../../images/icon_ok.png) 20px 10px no-repeat;
    padding-left: 80px;
}

.messagebox.info {
    background: #ffffcc url(../../images/icon_info.png) 20px 10px no-repeat;
    padding-left: 80px;
}

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: 'Roboto', Arial;
	font-size: 16px;
	text-align: left;
}

.sitemap h1 {
	font-size: 28px;
	margin-bottom: 25px; 
	font-weight: normal;
}

.sitemap ul {
	margin: 10px 0 40px 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: 280px;
	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 10px 2px 0;
    padding: 5px 10px;
    text-decoration: none;
}

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

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

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

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

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

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

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

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

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

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

/****** Catalog Tree *************/

.catalog_tree {
	margin-top: 5px;
   font-size: 14px;
}

.catalog_tree ul {
        margin: 0;
        padding: 0;
        margin-left: 15px;
        margin-bottom: 10px;
        list-style: none;
}

.catalog_tree ul ul {
        margin-bottom: 5px;
        margin-left: 20px;
}

.catalog_tree ul li {
        padding: 5px 15px;
        font-weight: bold;
        background: url(../../images/default/bullet.png) no-repeat 0px 10px;
}

.catalog_tree ul ul li {
	font-weight: normal;
}


/******* End Catalog Tree ********/

/****** CSS for showcatalog ******/

.showcatalog .formedit {
	border: 0;
}

.showcatalog .subcategory {
	float: left;
	padding: 5px 20px;
    text-align: center;
}

.showcatalog .subcategory p {
	
}

.showcatalog .show_details {
	clear: both;
	padding: 10px 0px;
}

.showcatalog .show_details .label_td, .showcatalog .show_details .values_td {
	float: left;
	margin: 5px;
}

.showcatalog .show_details .label_td {
	font-weight: bold;
}

.showcatalog .back_link {
	float: left;
	clear: both;
	margin:5px;
}

.showcatalog .grey {
	color:#b3b3b3;
}

.showcatalog ul.item_group {
	
	
}

.showcatalog ul.item_group li {
	background-color: #dde9f7;
	width: 176px;
	height: 100px;
	padding: 12px;
	border: 0;
	margin: 10px;
	float: left;
}

.showcatalog ul.item_group li .code {
	display: none;
}

.showcatalog ul.item_group li .name a {
	color: #494e4a;
	font-weight: bold;
}

.showcatalog ul.item_group li .name a:hover {
	color: #A32467;
	text-decoration: none;
}

.showcatalog ul.item_group li .description a {
	color: #494e4a;
}

.showcatalog ul.item_group li .description a:hover {
	color: #494e4a;
	text-decoration: none;
}

.showcatalog ul.item_group li .price {
	color: #A32467;
    display: block;
    font-weight: bold;
    text-align: right;
    width: 100%;
}

/**** end of CSS for showcatalog ****/

/**** CSS for filters ***************/

.display_filters .filter_search {
    background:transparent no-repeat url("../../images/default/search_button.png")0 0;
    height: 18px;
    margin-bottom: 2px;
    width: 26px;
    border: 0;
    padding-top: 5px;
}

.display_filters {
	clear:both;
}
.display_filters .afilter {
	clear: both;
	margin: 10px 0;
	padding-bottom:10px;
	border-bottom: 1px solid #CCCCCC;
}

.display_filters .afilter .clearfix {
	height: 0;
}

.display_filters .afilter label{
	float:left;
	font-weight: bold;
}

.display_filters .afilter .link {
	display: block;
	float: left;
	margin: 0 10px;
	line-height: 23px;
}

.display_filters .afilter .afilterform {
	display: block;
	float: left;
	margin: 0 10px;
}

.display_filters .afilter .active a{
	color: red;
	font-weight: bold;
}

.display_filters .afilter .remove_filter {
	float: left;
}

.display_filters .afilter .letters  {
	text-align: center;
}

.display_filters .afilter .letters a {
	padding: 0 5px;
	font-size: 16px;
}

.display_filters .afilter .letters a.active {
	font-weight: bold;
}

.display_filters .afilter .letters .remove_filter {
    float: right;
}

/**** end of CSS for filters ********/

/**** CSS for filter path ***************/

.filterpath .afilter {
	display: block;
    float: left;
    line-height: 23px;
    margin: 5px 10px 20px 0;
}

.filterpath .afilter label{
	font-weight: bold;
}

/**** end of CSS for filter path ********/

/******** 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 **********/

/******** 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 { position:relative;}

.showform form { 
	margin-bottom:30px;
	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;
}
.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 sharing bar *****************/

.showbar { border-bottom: 1px solid #C8C8BF; }

.showbar .clearfix {height:0px;}

.showbar ul.barbuttons { list-style: none;float: right; }

.showbar ul.barbuttons li {
	float: left;
	height:20px;
	padding: 0 10px;
	width:auto;
	border-right: 1px solid #C8C8BF;
}

.showbar ul.barbuttons li.addthis_bar { border:none;}

.changeme { font-size: 1.66em;}

.showbar ul.barbuttons li a {
	float: left;
	display:block; 
}

.showbar ul.barbuttons li a.print, .showbar ul.barbuttons li a.email { 
	height:10px;
	margin: 4px 0 0 0;
	width:10px;
}

.showbar ul.barbuttons li a.font-decrease, .showbar ul.barbuttons li a.font-increase, .showbar ul.barbuttons li a.font-reset  {
	height:7px;
	margin: 6px 5px 0 0;
	width:13px;
}

.showbar ul.barbuttons li a em {display:none;}

.showbar ul.barbuttons li a.print { background:transparent url(/images/sharingbar/icon_print.gif) no-repeat scroll 0 0;}

.showbar ul.barbuttons li a.email {background:transparent url(/images/sharingbar/icon_email.gif) no-repeat scroll 0 0; margin-top:5px;}

.showbar ul.barbuttons li a.font-decrease {background:transparent url(/images/sharingbar/icon_font_decrease.gif) no-repeat scroll 0 0;}

.showbar ul.barbuttons li a.font-increase {background:transparent url(/images/sharingbar/icon_font_increase.gif) no-repeat scroll 0 0;}

.showbar ul.barbuttons li a.font-reset {background:transparent url(/images/sharingbar/icon_font_reset.gif) no-repeat scroll 0 0; margin-right:0}

.link_form { 
	padding: 0px 20px;
	//padding:0px; margin-left:-20px;
}

.link_form .showform {margin-top:25px;}

.link_form h1 { display:none; }

.link_form .label_td { width:47%; }

.link_form label, .link_form input, .link_form select { font-size:110%; } 

.link_form .captcha_reload {
	clear:both;
	float:left;
	padding-left:20px;
}

.link_form img#captcha {
	width:150px;
	padding: 5px 5px 0 0;
	float:left;
}

.link_form .captcha_input { 
	margin: 40px 0 0 35px;
	]margin:12px;
}

.link_form .showform .submit_button { 
	float:right;
	margin-right: 18px;
}

.link_form .showform .savemessage {
	 width: 390px;
	 top: -30px;
	 left: 0;
	 right: 10px;
	 padding: 5px 0px;
}

.addtofavorite span {
	cursor: pointer;
	background:transparent url(/images/sharingbar/favorites.png) no-repeat scroll 0 0;
	height: 15px;
	width: 15px;
	padding: 0 8px 4px 4px;
}

/************** end of CSS for sharing bar **********/

/************** 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 ***********/

/************** CSS for poll ************************/

.poll .values_td input, .poll .values_td .input_option {
	float: left;
	margin: 5px;
}

.poll .values_td input {
	clear: left;
	margin-top: 7px;
}

.pollresults .field_title {
	padding: 30px 5px 10px 5px;
	font-size: 14px;
	color: #2A75B3;
	font-weight: bold;
	clear: both;
}

.pollresults .option_title {
	margin: 5px;
	font-weight: bold;
	float: left;
	clear: left;
}

.pollresults .total_votes {
	font-style: italic;
	margin: 5px;
}

.pollresults .option_perc {
	margin: 5px;
	float: left;
}

.pollresults .perc_bar {
    clear: both;
    display: block;
    float: left;
    height: 40px;
    border: 1px solid #cccccc;
}

.pollresults .colorbar1 { background-color: #d11f1f; }
.pollresults .colorbar2 { background-color: #837c78; }
.pollresults .colorbar3 { background-color: #160ba1; }
.pollresults .colorbar4 { background-color: #dee51d; }
.pollresults .colorbar5 { background-color: #8c08a0; }
.pollresults .colorbar6 { background-color: #e7631a; }
.pollresults .colorbar7 { background-color: #0ba147; }
.pollresults .colorbar8 { background-color: #11d5dc; }
.pollresults .colorbar9 { background-color: #e45b7f; }
.pollresults .colorbar10 { background-color: #e4ac5b; }

/************ end of CSS for poll ********************/

/************ CSS for forum **************************/

.news.forumlist {
	border: 1px solid #dde4eb;
	padding-left: 0;
	border-bottom: 0;
	font-size: 12px;
	margin-top: 15px;
}

.news.forumlist li {
	border-bottom: 1px solid #dde4eb;
	padding: 0px;
	margin: 0px;
}

.forumlist .subject, .forumlist .authors, .forumlist .comment_numb {
	float: left;
	border-right: 1px solid #dde4eb;
	margin: 0;
	font-size: 13px;
	width: 7%;
	padding: 20px 50px;
	text-align: center;
	height: 30px;
}

.forumlist .subject {	
	background-image: url("../../images/forum_entry.png");
    background-position: 15px center;
    width: 70%;
    padding: 20px 40px 25px 60px;
}

.forumlist .newsabstract, .forum .fulltext .newsabstract {	
	display:none;
}

.forumlist .subject a {	
	
	display: block;
	padding: 0px 0 0px 20px;
}

.forumlist .authors label, .forum .fulltext .authors label {
	display: none;
	padding-top: 0;
	padding-bottom: 0;
}

.forumlist .comment_numb {
	border-right: none;
	background: none;
}

.news.forumlist .delimiter, .forum .fulltext .delimiter {
	display: none;
}

.news.forumlist .admin_buttons {
	width: 79.2%;
	border-right: 1px solid #dde4eb;
	margin-top: 0;
	padding-bottom: 10px;
}

.forumlist .date,
.forumlist .linktofull { 
	display: none;
}

.forum .fulltext {
	font-size: 12px;
	margin-top: 20px;
	border: 1px solid #dde4eb;
	border-bottom: 0;
	background-color: #edf1f5;
}

.forum .fulltext .subject {
	float:left;
	clear: both;
	font-size: 18px;
	font-weight: bold;
	background: url("../../images/forumtable-head.gif") 18px center repeat-x;
    height: 34px;
    line-height: 34px;
    padding: 0px 5.2% 0px 2%;
    border-bottom: 1px solid #dde4eb;
    width: 93%;
    margin: 0;
    color: #dddddd;
}

.forum .fulltext .authors {
	float: left;
	clear: left;
	width: 160px;	
	margin: 0;
	padding: 8px 18px;
	height: 40px;
}

.forum .fulltext .date {
	float: left;
	display: block;
	border-left: 1px solid #dde4eb;
	padding: 0px 18px 0;
	background-color: #F1F1F1;
	width: 655px;
	margin: 0;
	height: 35px;
	line-height: 35px;
	border-bottom: 1px dashed #dde4eb;
}

.forum .fulltext .newsbody {
	float: left;
	width: 663px;
    border-left: 1px solid #dde4eb;
    background-color: #F1F1F1;
    padding: 0px 18px 30px 10px;
}

.forum .fulltext .showcomments {
	border-top: 1px solid #00579c;
}

.forum .fulltext .showcomments h4.comment_number, .forum .fulltext .showcomments .order_buttons {
	display: none;
}

.forum .fulltext .comments .comment_date {
	background-color: #f1f1f1;
	font-size: 12px;
	color: #00579c;
	border-bottom: 1px dashed #dde4eb;
	border-left: 1px solid #dde4eb;
	line-height: 35px;
    margin-left: 196px;
    padding-left: 18px;
}

.forum .fulltext .comments .comment_name{
   	float: left;
	clear: left;
	width: 160px;	
	margin: 0;
	padding: 8px 18px;
	margin-top: -36px;
	height: 40px;
}

.forum .fulltext .comments .comment, .forum .fulltext .comments .commentbuttons {
    float: left;
	width: 655px;
    border-left: 1px solid #dde4eb;
    background-color: #ffffff;
    padding: 10px 18px 30px 18px;
}

.forum .fulltext .comments .commentbuttons {
     margin-left: 196px;
     padding-bottom: 30px;
}

.forum .fulltext .comments .acomment {
	border-bottom: 1px solid #dde4eb;   
    clear: both;  
    padding: 0;
    width: 100%;
}

.forum .fulltext .comments .showlike, .forum .fulltext .comments .showdislike,
.forum .fulltext .comments .users_like, .forum .fulltext .comments .users_dislike {
	margin: 0 0 0 196px ;
	background-color: #FFFFFF;
	border-left: 1px solid #dde4eb;
	padding-left: 18px;
    width: 673px;
    padding-right: 0;
}

.forum .fulltext .comments .acomment:hover {
	background-color: transparent;
}

.forum .fulltext .comments .makecomment {
	background-color: #ffffff;
	border-bottom: 1px solid #dde4eb;
	
}

.forum .fulltext .comments .makecomment td {
	font-size: 12px;
}

.forum .fulltext .comments .makecomment textarea {
	width: 620px;
	height: 200px;
}

.forum .fulltext .admin_buttons {
    margin-top: -25px;
    width: 160px;
    margin-left: 18px;
}

.forum .fulltext .pager {
	height: 33px;
	line-height: 33px;
	background: url("../../images/forumpager.gif") left center repeat-x;
	border-bottom: 1px solid #dde4eb;
}

.forum .fulltext .pager .pager_pagecount {
	text-align: left;
	padding-left: 18px;
}

.forum .fulltext .pager .pager_foundinfo {
	display: none;
}

.forum .comments .comment {
	font-style: inherit	
}

.forum .fulltext .comments .makecomment .submit_button {
    float: right;
    margin: 5px 37px 0 0;
}

.forum .fulltext .comments h4 {
	font-size: 13px;
    margin-left: 14px;
}

.forum .fulltext .comments .comment_login input {
	width: 285px;
}

.forum .fulltext .comments .comment_login {
	border-bottom: 1px solid #dde4eb;
	padding-bottom: 30px;
}

/************ end of CSS for forum ******************/


/******************** CSS for cart ******************/

.showcatalog .add_to_cart {
	float: right;
}

.cart {
	float: left;
	width: 100%;
}

.cart fieldset {
	float: right;
	background-color: #F3F2F2;
    padding: 10px 3px 3px 10px;
	margin: 0;
	border: none;
	border-radius: 2px 2px 0 2px;
}

.cart .cart-table-wrapper {
	float: right;
	background: url("../../images/eshop/cart-shadow.png") right bottom no-repeat;
    padding: 0 7px 7px 0;
}

.cart table {
	display: block;
    padding: 0;
	border: none;
	font-size: 12px;
}

.cart table tbody { 
	float:left;
	width: 100%;
	background-color: #fff;   
}

.cart table tr {  
	width: 100%;
	float:left;
	
}
  
.cart table td ,
.cart table th {
	float:left;
	padding: 5px;
	background-color: #fff;
	color: #333333;
	word-wrap: break-word;
	overflow: hidden;
	border-right: 1px solid #EEEEEE; 
	border-bottom: 1px solid #eeeeee;
}
 
.cart table td {	 min-height: 79px;   }

.cart table th {  min-height: 20px;   }

.cart .delete {
	display: block;
	float: left;
    width: 17px;
	height: 18px;
	background:	url("../../images/eshop/pix.png") no-repeat scroll 0 -150px transparent;
}

.cart .delete:hover { 
	background-position: -17px -150px;  
	text-decoration: none;
}

.cart form {
	display: block;
	width: 100%;
	margin: 0 auto;
}

.cart table td input { 
	font-size: 12px;
    margin: 0 4px 10px 0;
    padding: 3px 1px;  
}

.cart .reload {
	float: right;
	background: url("../../images/eshop/icons.png") no-repeat scroll 0 -200px transparent;
	width: 20px;
	height: 20px;
	cursor: pointer;
	border: 0;
}


.cart .the_image {
	float: left;
	width: 9%;
}

.cart .the_image img {
	max-height: 75px;
	max-width: 75px;
	display: block;
	margin: 0 auto;
}

.cart .the_name {
	float: left;
	width: 20%;
}

.cart .the_name a {
	color: #C15C9B;
}

.cart .the_name a:hover {
	text-decoration: none;
	color: #942F6E;
}

.cart .the_chars {
	float: left;
	width: 7.4%;
}

.cart .one_char {
	width: 100%;
	padding: 0 0 5px 0;
}

.cart .the_price {
	float: left;
    width: 9%;
}

.cart .the_quant{
	float: left;
    width: 7%;
}

.cart .the_sumprice{
	float: left;
    width: 8.5%;
}

.cart .the_tax{
	float: left;
    width: 7%;
}

.cart .the_tax_pr{
	float: left;
    width: 8%;
}

.cart .the_total{
	float: left;
    width: 10%;
}

.cart .the_delete {
	float: left;
    width: 2%;
	border:none;
}

.cart .continueshop {
	float: left;
	background-color: #fff;
	padding: 2px 0;
}

.cart .continueshop a {
    float: left;
	background: url("../../images/eshop/icons.png") no-repeat scroll 0 -240px transparent;
	margin: 15px 0 10px 20px;
	padding: 0px 0 0px 21px;
	color: #333333;
	font-size: 13px;
	line-height: 15px;
	#padding-bottom: 10px;
}

.cart .continueshop a:hover {
	color: #942F6E;
	text-decoration: none;
}

.cart .thefinalprice {
	float: right;
	min-width: 25%;
		#width: 25%;
	background-color: #F3F2F2;
    border-radius: 0 0 2px 2px;
    margin: 0;
   padding: 5px 10px 0 25px;
	text-align: right;
}

.cart .checkout {
	background-color: #F3F2F2;
	min-width: 25%;
	#width: 25%;
    height: 35px;
    float: right;
	clear: both;
    margin: 0 0 10px 0;
	text-align: right;
	padding: 10px 10px 20px 25px;
	
}

.cart .checkout a {
	float: right;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
    text-align: center;
    padding: 10px 0;
	border: none;
	box-shadow: 0 1px 2px #98AFC7; 
	border-radius: 2px;
	cursor: pointer;
	background-image: -ms-linear-gradient(top, #C15C9B 0%, #912C6B 100%);
	background-image: -moz-linear-gradient(top, #C15C9B 0%, #912C6B 100%);
	background-image: -o-linear-gradient(top, #C15C9B 0%, #912C6B 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #C15C9B), color-stop(1, #912C6B));
	background-image: -webkit-linear-gradient(top, #C15C9B 0%, #912C6B 100%);
	background-image: linear-gradient(to bottom, #C15C9B 0%, #912C6B 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#C15C9B', endColorstr='#912C6B');
}

.cart .checkout a span {
	background: url("../../../../images/kiteshop/checkout_arr.png") 90% 50% no-repeat;
	padding: 0px 30px 0px 20px;
}

.cart .checkout a:hover  {
	 background: none #912C6B;
	 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#912C6B', endColorstr='#912C6B');
	 text-decoration: none;
	}

.cart .contactform {
	width: 45%;
	float: left;
	border-right: 1px solid #cccccc;
	padding: 5px 10px;
}

.cart .contactform form  {
	width: 100%;
	padding: 0;
}

.cart .contactform label {
	text-align: left;
}

.cart .contactform p { 
	text-align: left;
}

.cart a.nosignin {
	display: block;
    float: left;
    text-align: center;
    width: 45%;
    background-color: #646464;
    color: #FFFFFF;
    border: 1px solid #b0afaf;
    line-height: 30px;
    height: 30px;
    margin: 60px 20px;
}

.cart .sale_price {
	text-decoration: line-through;
}

.cart .aprice {
	margin: 4px 0;
}

.cart .aprice .number {
	font-weight: bold;
}

.cart .total {
	color: red;
    font-weight: bold;
}

.cart .username {
	text-align: right;
    font-style: italic;
    font-weight: bold;
}

.cart .checkout_info {
	clear: both;
    float: left;
    width: 100%;
    color: #333333;
}

.cart .checkout_info .showform {
	float: left;
	width: 100%;
}

.cart .checkout_info .form_option input { 
	margin-right: 10px; 
}

.cart .checkout_info .step_label {
	background-color: #F3F2F2;
    float: left;
    margin: 0 0 20px 0;
    padding: 1% 2%;
    width: 96%;
}

.cart .checkout_info .data_option {
	float: left;
	margin:5px;
	width: 30%;
}

.cart .checkout_info .data_option a.option {
	padding: 3%;
	width: 94%;
	float: left;
	border: 1px solid #F0F1F3;
	border-right:2px solid #cccccc;
	border-bottom:2px solid #cccccc;
	text-align:center;
	cursor:pointer;
	background-color: #F0F1F3;
	height: 150px;
}

.cart .checkout_info .data_option a.option:hover, .cart .checkout_info .data_option a.option.selected {
	background-color:#ecfadc;
	text-decoration: none;
}

.cart .checkout_info .form_body {
	float: left;
	clear: both;
	width: 100%;
}

.cart .checkout_info .formtitle {
	display: none;
}

.cart .checkout_info input[type="text"], .cart .checkout_info textarea, .cart .checkout_info select {
    -moz-border-radius: 3px;
    background-color: #FFFFFF;
    border: 1px solid #B0AFB2;
    width: 260px;
    margin-right: 5px;
    padding: 5px 3px;
    font-size: 12px;
    line-height:12px;
}

.cart .checkout_info textarea, .cart .checkout_info select {
	margin-left: 7px;
    width: 268px;
}

.cart .checkout_info .step {
	clear: both;
    margin-bottom: 25px;
    padding: 10px;
}

.cart .checkout_info .step.error_step {
	border: 2px solid #FC0505;
}

.cart .checkout_info .data_option_field {
	display: block;
	color: ;
}

.cart .checkout_info .step a.edit {
	color: red;
	font-size: 11px;
	float: right;
	clear: both;
}

.cart .checkout_info .a_button {
	background-color: #333333;
    clear: both;
    color: #FFFFFF;
    display: block;
    float: right;
    padding: 5px 10px;
}

.cart .checkout_info .clearfix.no_height { 
	height: 0;
}

.cart .no_data_box {
    background: #F0F1F3 url("../../images/no_data.png") 20px 10px no-repeat;
    border: 1px solid #D1D3D6;
    font-size: 14px;
    height: 45px;
    margin: 50px auto 30px;
    padding: 14px 13px 14px 92px;
    text-align: left;
    -moz-box-shadow: 3px 3px 5px #ccc;
	-webkit-box-shadow: 3px 3px 5px #ccc;
	box-shadow: 3px 3px 5px #ccc;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
}

.cart .error_box {
    background: transparent url("../../images/error_box.jpg") no-repeat 0 0;
    height: 57px;
    margin: 20px auto 30px;
    padding: 14px 13px 30px 92px;
    text-align: left;
    width: 691px;
    clear: both;
    font-size: 18px;
    line-height: 50px;
}

.cart .checkout_info input {
	margin-left: 2%;
}

.cart .checkout_info .formtitle {
	display: none;
}

/************** standard CSS for cart ****************************************/

.cart .receipt_form, .cart .invoice_form, .cart .new_billing_data, .cart .shipping_form {
	display: block;
}

.cart .receipt_form.hidden, .cart .invoice_form.hidden, .cart .new_billing_data.hidden, .cart .shipping_form.hidden {
	display: none;
}

.cart .shop_info {
	display: block;
	margin-top: 15px;
}

.cart .shop_info.hidden {
	display: none;
}

/************ end of CSS for cart ******************/

/************ CSS for ecommerceOrderhistory ********/

.ecommerce_history {
	font-size: 13px;
    font-family: 'helvetica neue',helvetica,arial,sans-serif;
}

.ecommerce_history .menutabs {
    background-color: #F0F1F3;
    border-bottom: 1px solid #D1D3D6;
    width: 96%;
    padding-bottom: 0;
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 10px;
}

.ecommerce_history .menutabs a {
    padding: 3px 12px;
    display: inline-block;
}

.ecommerce_history .menutabs a.active {	
    background-color: #FFFFFF;
    border: 1px solid #D1D3D6;
    border-bottom: 1px solid white !important;
    padding-bottom: 5px;
    font-weight: bold;
    color: #333333;
    text-decoration: none;
   	margin-bottom: -1px;
}


.ecommerce_history .clearfix.no_height { 
	height: 0;
}

.ecommerce_history .paragraph {
	background-color: #F0F1F3;
    border-bottom: 1px solid #D1D3D6;
    clear: both;
    display: block;
    font-size: 11px;
    margin: 1px 0 0 0;
    width: 100%;
}

.ecommerce_history label {
    float: left;
    font-weight: bold;
    max-height: 60px;
    text-align: right;
    vertical-align: top;
    width: 16%;
    padding: 15px 2%;
    font-size: 13px;
    font-family: 'helvetica neue',helvetica,arial,sans-serif;
}

.ecommerce_history .formedit label {
	width: auto;
	font-size: 13px;
    font-weight: 700;
    width: 100px;
    padding: 0;
}

.ecommerce_history .option_input {
    background-color: #FFFFFF;
    float: left;
    min-height: 60px;
    padding-bottom: 15px;
    width: 72%;
    padding: 15px 4%;
    display: block;
    float: left;
    font-size: 14px;
    color: #777777;
    font-family: 'helvetica neue',helvetica,arial,sans-serif;
}

.ecommerce_history div.paragraph p {
    clear: right;
    margin: 0;
}

.ecommerce_history div.paragraph p input {
    float: left;
    margin-bottom: 10px;
}

.ecommerce_history textarea {
    width: 260px;
    height: 100px;
}

.ecommerce_history select option {
    font-size: 12px;
}

.ecommerce_history .date_part input{
	width: 140px;
} 

.ecommerce_history .time_part select {
	width: 80px;
}

.ecommerce_history .ui-datepicker-trigger {
	vertical-align: -3px;
}

.ecommerce_history input[type='text']:focus,
.ecommerce_history textarea:focus,
.ecommerce_history select:focus {
	border: 1px solid #86b9e8;
	background-color: #ffffff;
	-moz-box-shadow: 0 0 15px #deecf9;
	-webkit-box-shadow: 0 0 15px #deecf9;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.ecommerce_history input.small_input {
	width: 100px;
	text-align: right;
}

.ecommerce_history select.small_input {
	width: 100px;
}
    
.ecommerce_history div.paragraph p .label {
    float: left;
    clear: both;
    width: 100px;
    height: 30px;
    margin-right: 10px;
}

.ecommerce_history .option_display span.label {
    width: 70px;
}

.ecommerce_history .description {
	margin-bottom: 25px;
}

.ecommerce_history .path {
	margin: 25px 0;
	color: #555555;
    display: block;
    font-size: 11px;
    font-weight: bold;
}

.ecommerce_history .path a {
	font-size: 11px;
}

.ecommerce_history .formedit {
	border: 0;
	float: left;
	clear: both;
	width: 100%;
}

.ecommerce_history .formedit .formtable th {
	border: 0;
	text-align: center;
	padding: 4px 10px 3px 10px;
}

.ecommerce_history .error {
	border: 2px solid #f80808;
    padding: 5px 10px;
    background-color: #FFFFFF;
    font-size: 12px;
}

.ecommerce_history .product_table table {
	clear: both;
	float: left;
	padding: 0px;
	border: 1px solid #D1D3D6;
	margin: 20px 0;
	width: 100%;
	-moz-box-shadow: 3px 3px 5px #ccc;
	-webkit-box-shadow: 3px 3px 5px #ccc;
	box-shadow: 3px 3px 5px #ccc;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	text-align: center;
}

.ecommerce_history .product_table table.taxclasses {
	width: 360px;	
}

.ecommerce_history .product_table td {
	padding: 10px 0;
	font-size: 13px;
}

.ecommerce_history .product_table td.total {
	font-weight: bold;
}

 .ecommerce_history .product_table input[type="text"] {
 	padding: 5px 0;
	font-size: 13px;
    text-align: center;
    width: 40px;
}

.ecommerce_history .change_shipping input {
 	padding: 5px 0;
	font-size: 13px;
    text-align: center;
    width: 70px;
}

.ecommerce_history .product_table select {
    width: 80px;
}

.ecommerce_history .product_table th {
	padding: 10px 15px;
    text-align: center;
    width: 98px;
    color: #999999;
    font-size: 13px;
    background: #f7f7f7;
    border-bottom: 1px solid #E7E7E7;
}

.ecommerce_history .product_table label, .ecommerce_history .product_table a {
	float: none;
	vertical-align: inherit;
    font-size: 13px;
    font-weight: bold;
    max-height: 60px;
    padding: 0 2%;
    width: 16%;
    background: none;
    padding: 0;
}

.ecommerce_history .product_table td.trow_even {
	background: #f7f7f7;
}

.ecommerce_history .product_table .first_row td {
	background: #f9efee;
}

.ecommerce_history .product_table .comment a {
	background: transparent url("../../images/comment_grey.png") center 4px no-repeat;
	padding-bottom: 3px;
	display:block;
	width: 100%;
}

.ecommerce_history .product_table .comment a.has_comment {
	background: transparent url("../../images/comment_red.png") center 4px no-repeat;
}

.ecommerce_history tr td a, .ecommerce_history tr td a:hover, .ecommerce_history tr td a:focus { 
	text-decoration: none;
}

.ecommerce_history .product_table .comment {
	position: relative;
}

.ecommerce_history .product_table .comment_cloud {
    padding: 0px 0 15px 30px;
    position: absolute;
    right: 13px;
    text-align: left;
    top: 20px;
    width: 290px;
    z-index: 99999;
}

.ecommerce_history .product_table .comment_cloud .comment_box {
	border: 1px solid #cccccc;
	background-color: #ffffff;
	-moz-box-shadow: 3px 3px 5px #ccc;
	-webkit-box-shadow: 3px 3px 5px #ccc;
	box-shadow: 3px 3px 5px #ccc;
	font-family: verdana,bitstream vera sans,sans-serif;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
    height: 100px;
    overflow-y: scroll;
    padding: 5px 3px;
    margin: 5px 23px 0 0;
}

.ecommerce_history .product_table .comment_cloud .update {
	float: right;
	margin-right: 20px;
	padding: 2px 6px;
	width: 270px;
}

.ecommerce_history .theprice {
	float: right;
    font-size: 13px;
    font-weight: bold;
    margin: 20px;
    font-family: verdana,bitstream vera sans,sans-serif;
}

.ecommerce_history .no_data_box {
    background: #F0F1F3 url("../../images/no_data.png") 20px 10px no-repeat;
    border: 1px solid #D1D3D6;
    font-size: 12px;
    height: 45px;
    margin: 20px auto 30px;
    padding: 14px 13px 14px 92px;
    text-align: left;
    -moz-box-shadow: 3px 3px 5px #ccc;
	-webkit-box-shadow: 3px 3px 5px #ccc;
	box-shadow: 3px 3px 5px #ccc;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	float: left;
	clear: both;
	width: 83%;
}

.ecommerce_history .no_data {
    float: left;
    line-height: 35px;
    font-size: 18px;
}

.ecommerce_history table.order_history {
    border-collapse: separate;
    border-color: #DDDDDD #DDDDDD #DDDDDD -moz-use-text-color;
    border-radius: 4px 4px 4px 4px;
    border-style: solid solid solid none;
    border-width: 1px 1px 1px 0;
	width: 100%;
	color: #333333;
    font-size: 13px;
}

.ecommerce_history table.order_history th, .ecommerce_history table.order_history td {
	border-top: 1px solid #DDDDDD;
    line-height: 18px;
    padding: 8px;
    text-align: left;
    vertical-align: top;
	border-left: 1px solid #DDDDDD;
}

.ecommerce_history table.order_history th {
	border-top: 0 none;
	background-color: #FFFFFF;
}

.ecommerce_history table.order_history td.trow_even {
   background-color: #F9F9F9;
}

.ecommerce_history table.order_history td.trow_odd {
    background-color: #FFFFFF;
}

.ecommerce_history table.order_history th.notes, .ecommerce_history table.order_history td.notes {
	text-align: center;
}

.ecommerce_history .required {
	color: #b70117;
	font-size: 20px;
}

.ecommerce_history .conditions {
	border: 1px dotted #D1D3D6;
	padding: 15px;
	width: 80%;
}

.ecommerce_history .option_input .formedit .formtitle {
	color: #333333;
}

.ecommerce_history .option_input .formedit .onlydisplay .label_td {
	padding: 0;
}

.ecommerce_history .option_input .formedit label {
	text-align: left;
    width: 160px;
}

.ecommerce_history .paragraph .anoption {
	float: left;
	clear: both;
	margin: 5px 0;
}

.ecommerce_history .shipping_info label {
	padding: 0;
	width: 80%;
}

.ecommerce_history .filters {
	background-color: #EBF3FA;
	padding: 15px;
	float: left;
	margin-bottom: 15px;
	width: 96%;
}

.ecommerce_history .product_table .shipping_rules .price {
	font-weight: bold;
}

.ecommerce_history .pager {
	clear: both;
}

.ecommerce_history .formedit .formtable td.notes, .ecommerce_history .formedit .formtable th.notes {
	width: 20px;
}

.ecommerce_history .orderhistory_table {
	float: left;
	clear: both;
	width: 100%;
}

.ecommerce_history table.order_history th.actions, .ecommerce_history table.order_history td.actions {
	text-align: center;
	width: 180px;
}

.ecommerce_history table.order_history td.actions a {
	background: url("../../images/th_slice.gif") repeat scroll left center transparent;
	border-radius: 3px;
	-moz-border-radius:3px;
    -webkit-border-radius:3px;
	border: 1px solid #ccc;
    color: #494949;
    display: inline-block;
    margin-right: 2px;
    padding: 2px 5px;
    width: 70px;
	font-size: 11px;
	
}

.ecommerce_history table.order_history td.actions a:hover {
	background: url("../../images/btn_blue_left_hover.gif") no-repeat scroll center center transparent;
	border: 1px solid #005799;
    color: #fff;

}

.ecommerce_history .orderhistory_table table td.address {
    text-align: left;
    width: 400px;
}

.ecommerce_history .showform {
	clear: both;
    float: left;
    width: 100%;
}

.ecommerce_history input[type="text"], .ecommerce_history textarea, .ecommerce_history select, .ecommerce_history .change_shipping input {
    border-radius: 3px;
    background-color: #FFFFFF;
    border: 1px solid #B0AFB2;
    width: 300px;
    margin-right: 5px;
    padding: 5px 3px;
    font-size: 12px;
    line-height:12px;
}

.ecommerce_history textarea {
    width: 300px;
    height: 100px;
}

.ecommerce_history select option {
    font-size: 12px;
}

.ecommerce_history .button_set.save, .ecommerce_history .button_set.cancel {
	clear: none;
}

.ecommerce_history .button_set.cancel {
	float: right;
}

.ecommerce_history .edit_product_form {
	width: 600px;
}
/******** end of CSS for ecommerceOrderhistory *********/


#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-size: 13px;
	z-index: 999;
}

.jqmWindow.guests .titlebar {
	padding: 0 0 15px 0;
	color: #000;
	font-size: 14px;
	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;
	position: relative;
}

.jqmWindow.guests label {
	display: inline-block;
	font-size: 14px;
	width: 25%;
}

.jqmWindow.guests input {
	font-size: 14px;
	width: 70%;
}

.jqmWindow.guests .loginsnippet h1 {
	display: none;
}

.jqmWindow.guests .forgot_password,
.jqmWindow.guests .return_link {
	margin-top: 20px;
}

.jqmWindow.guests .message.error {
	background-color: #fadfdf;
    padding: 10px;
    color: #ee4c4c;
    margin-bottom: 20px;
}

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

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

/************** 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;
}

/******************************************/

/********** CSS for ecommerce options in modal ****/

.ec_usermodal {
        border:none;
        padding:10px;
        background: transparent url(../../images/orange_border.png) repeat;
        -moz-border-radius:6px;
        -webkit-border-radius:6px;
}

.ec_usermodal .titlebar {
        background-color:#cfcfcf;
        border-bottom:none;
}

.ec_usermodal .jqmClose {
        background: transparent url(../../images/icon_close_grey.gif) no-repeat;
        margin: 3px 10px 0 0;
}

.ec_usermodal .ecommerce {
    padding: 0 20px 20px;
}

.ec_usermodal .ecommerce .option_form .anoption, .ecm_product .option_form .anoption {
	float: left;
	clear: both;
	width: 100%;
}

.ec_usermodal .ecommerce .option_form .anoption label, .ecm_product .option_form .anoption label {
	font-size: 11px;
	float: left;
    font-family: 'helvetica neue',helvetica,arial,sans-serif;
    font-weight: bold;
    max-height: 60px;
    padding: 0;
    text-align: right;
    vertical-align: top;
    width: auto;
}

.ec_usermodal .ecommerce .option_form .anoption .option_label, .ecm_product .option_form .anoption .option_label {
	clear: none;
    display: block;
    float: left;
    height: auto;
    min-height: 0;
    padding: 5px 15px;
	width: 80px;
}

.ec_usermodal .ecommerce .option_form span.required, .ecm_product .option_form span.required {
	font-size: 12px;
	color: #B70117;
}

.ec_usermodal .ecommerce .option_form .anoption .option_description, .ecm_product .option_form .anoption .option_description {
	float: left;
    font-size: 11px;
    font-style: italic;
    padding: 5px 15px;
}

.ec_usermodal .ecommerce .option_form .anoption .option_input, .ecm_product .option_form .anoption .option_input {
	clear: none;
    display: block;
   /* float: left;*/
    height: auto;
    min-height: 0;
    padding: 5px 15px;
    width: auto;
}

.ec_usermodal .ecommerce .option_form .anoption .option_input select, .ecm_product .option_form .anoption .option_input select {
	font-size: 11px;
    padding: 3px;
    width: auto;
}

.ec_usermodal .ecommerce .option_form .anoption .option_input input[type="text"], .ec_usermodal .ecommerce .option_form .anoption .option_input textarea,
.ecm_product .option_form .anoption .option_input input[type="text"], .ecm_product .option_form .anoption .option_input textarea {
	font-size: 11px;
    padding: 3px;
	width: 200px;
}

.ec_usermodal .ecommerce .option_form .anoption .option_input textarea, .ecm_product .option_form .anoption .option_input textarea {
	height: 100px;
}

.ec_usermodal .ecommerce .option_form .anoption .option_input input[type="text"], .ec_usermodal .ecommerce .option_form .anoption .option_input textarea, .ec_usermodal .ecommerce .option_form .anoption .option_input select,
.ecm_product .option_form .anoption .option_input input[type="text"], .ecm_product .option_form .anoption .option_input textarea, .ecm_product .option_form .anoption .option_input select {
    background-color: #FFFFFF;
    border: 1px solid #B0AFB2;
    border-radius: 3px 3px 3px 3px;
    line-height: 12px;
    margin-right: 5px;
}


/***** end of CSS for ecommerce options in modal ****/

.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 ******************************************/

.mapEmbed2 {
    border: 1px solid #000000;
    height: 500px;
    margin-bottom: 20px;
    width: 100%;
}


/******************** 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: default;
  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;
  }
}
@media (min-width: 1290px) {
  .container {
    width: 1270px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  padding-right: 0px;
}
.container-fluid.padding {
	padding-left: 20px;
	padding-right: 20px;
}
.container-fluid.margin {
	margin-top: 50px;
	margin-bottom: 50px; 
}
.grey {
	background-color: #ECECEC;
}
.container-fluid.shadow {
	box-shadow: 0 2px 11px 0 rgba(0,0,0,0.2);
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}
.row.no-padding,
.row.no-gutter  {
	margin-left: 0;
	margin-right: 0;
}
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  flex-direction: column;
  flex-wrap: wrap;
}
@media (min-width: 769px) {
	.row-eq-height {
	  flex-direction: row;
	}
}
.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;
}

/* End Bootstrap */

.container-fluid .adminui {
	box-sizing: content-box;
}