@CHARSET "ISO-8859-1";

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

img {
	max-width: 100%;
}

.flash-message {
	position:fixed;
	bottom:0;
	left:0;
	right:0;
	z-index: 100;
	margin-bottom:0;
}

.rm-frame {
	border:none;
	width:100%;
	flex-grow: 1;
	min-height:700px;
}

#jsheader {
    background: #ffffff!important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	border:none;
}

/*#navLinks li a {*/
	/*color:#fff !important;*/
/*}*/

#jsheader #navLinks li.open > a {
	background:#0057B8;
}
#jsheader #navLinks li.active > a {
	/*background:#207cca !important;*/
    background: none;
	border-left:solid 1px #fff;
	border-right:solid 1px #fff;
    color: #0057B8;
}

#jsheader #navLinks .dropdown-menu li a {
	color:#333333 !important;
}

#jsheader #navLinks .dropdown-menu li a:hover {
	background:#0057B8;
	color:#FFF !important;
}

#jsheader .progress-bar-container {
    height: 4px;
    background-color: #f3f3f3;
}
#jsheader .progress-bar {
    width: 0;
    height: 100%;
    background-color: #0057B8;
}

h1,h2,h3,h4,h5 {
	color:#333333;
}

.panel-default:not(.panel-primary) .panel-heading {
	color:#333333 !important;
}



.panel.panel-primary .panel-heading {

	background: rgb(21,150,212); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzE1OTZkNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg4JSIgc3RvcC1jb2xvcj0iIzI5ODlkOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk3JSIgc3RvcC1jb2xvcj0iIzIwN2NjYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top,  rgba(21,150,212,1) 0%, rgba(41,137,216,1) 88%, rgba(32,124,202,1) 97%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(21,150,212,1)), color-stop(88%,rgba(41,137,216,1)), color-stop(97%,rgba(32,124,202,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(21,150,212,1) 0%,rgba(41,137,216,1) 88%,rgba(32,124,202,1) 97%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(21,150,212,1) 0%,rgba(41,137,216,1) 88%,rgba(32,124,202,1) 97%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(21,150,212,1) 0%,rgba(41,137,216,1) 88%,rgba(32,124,202,1) 97%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(21,150,212,1) 0%,rgba(41,137,216,1) 88%,rgba(32,124,202,1) 97%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1596d4', endColorstr='#207cca',GradientType=0 ); /* IE6-8 */

}

#navLinks{
	float:right;
}


/* Medium device styling*/
@media (max-width: 992px) {
	.container-margin {
		margin-top:93px !important;
	}
}

/* Small device styling*/
@media (max-width: 768px) {
	#navLinks{
		float:none !important;
	}
	.container-margin {
		margin-top:55px !important;
	}
}

/* Very small device styling*/
@media (max-width: 480px) {
}

/* Typeahead styling */

.twitter-typeahead {
	width:100%;
}
.twitter-typeahead .tt-hint
{
    display: block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    border: 1px solid transparent;
    border-radius:4px;
}

.twitter-typeahead .hint-small
{
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px;
    line-height: 1.5;
}

.twitter-typeahead .hint-large
{
    height: 45px;
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px;
    line-height: 1.33;
}

.tt-dropdown-menu {
	min-width: 160px;
	margin-top: 2px;
	padding: 5px 0;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,.2);
	*border-right-width: 2px;
	*border-bottom-width: 2px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
	box-shadow: 0 5px 10px rgba(0,0,0,.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
	background-clip: padding-box;
}

.tt-suggestion {
	display: block;
	padding: 3px 20px;
	color:#000;
}

.tt-is-under-cursor {
	color: #fff;
	background-color: #0081c2;
	background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
	background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
	background-image: -o-linear-gradient(top, #0088cc, #0077b3);
	background-image: linear-gradient(to bottom, #0088cc, #0077b3);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0)
}

.tt-is-under-cursor a {
	color: #fff;
}

.tt-suggestion p {
	margin: 0;
}

.twitter-typeahead .title {
	font-size:14px;
	font-weight:bold;
}
.twitter-typeahead .description {
	font-size:12px;
}

.twitter-typeahead .icon {
	width:40px;
	float:left;
}

.twitter-typeahead .offset {
	margin-left:50px;
}


.selectionHint{
	color:#FFD93B;
	font-weight:bold;
	transition:All 1s ease;
	-webkit-transition:All 1s ease;
	-moz-transition:All 1s ease;
	-o-transition:All 1s ease;
}


.tt-suggestion.tt-cursor {
	color: #000;
	background-color:#EDEDED;
}
.container-margin {
	margin-top:50px;
}

pre {
	z-index: 99999;
	position: relative;
}

@media (max-width: 768px){
	#jsheader #navLinks .dropdown-menu li a.hover-dropdown {
		color: #FFF !important;
	}

	#jsheader #navLinks .dropdown-menu li a.hover-dropdown:before {
		/*background-color: #ffffff !important; color: #000000 !important;*/
		content: "> ";
	}

	.sub .dropdown-menu {
		padding-left:15px;
	}
}

#jsheader #navLinks .dropdown-menu li a.hover-dropdown {
	/*background-color: #ffffff !important; color: #000000 !important;
	color: #FFF !important;*/
}

#jsheader #navLinks .dropdown-menu li a.hover-dropdown:hover {
	background-color: #207cca !important; color: #ffffff !important;
}

.sub {
	position: relative;
}

.sub .dropdown-menu {
	top: 0;
	left: 100%;
}

.sub:hover .dropdown-menu {
	display:block;
}


a.no-style { 
	color: inherit; 
} 

a.nostyle { 
	color: inherit; 
} 


.flex-auto-col {
	display:flex;
	width:100%;
}

.flex-auto-col > * {
	display:flex;
	flex: 1;
	white-space: inherit;
	margin:0 7px;
}

@media (max-width:768px){
	.flex-auto-col > * {
		flex-basis: 100%;
	}
	
	.flex-auto-col {
		flex-direction: column;
	}
}


#score-panel .stat {
	padding: 0 15px;
	position: relative;
	max-width: 180px;
	max-height: 180px;
	margin: auto auto 1rem;
	border: none;
}

#score-panel .stat span {
	position: absolute;
	top: 13%;
	left: 0;
	right: 0;
	height: 18%;
	text-align: center;
	z-index: 1;
	color: #207CCA;
	font-weight: bold;
	font-size: 4rem;
}

#score-panel .stat.big span {
	font-size: 3rem;
	top: 20%;
}

#score-panel .stat img {
	width: 100%;
	max-width: 250px;
	max-height: 250px;
}
