


/* Defaults
------------------------------------------------------------ */

body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
select,
textarea {
	color: black;
	font-family: 'Open Sans', sans-serif; font-weight: 400;
	font-size: 12px;
	line-height: 1.5;
	margin: 0;
	padding: 0;
	text-decoration: none;
}


input,
label,
select,
textarea {
	color: #444;
	 font-family: 'Open Sans', sans-serif; font-weight: 400;
	font-size: 12px;
}

/* Hyperlinks
------------------------------------------------------------ */

a,
a:visited {
	color: red;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

body {
	width:100%;
	background-color: #E6E6E6;
}

/* Headlines
------------------------------------------------------------ */

h1{
	color: #2e9df7;
	font-size: 44px;
	text-transform: uppercase;
	margin-top: 15px;
	margin-bottom: 10px;

}


h2{
	color: #2e9df7;
	border-color: #2e9df7;
	font-size: 20px;
	line-height: 1.4;
	text-transform: uppercase;
	border-bottom: 3px solid;
	padding-bottom: 4px;
	margin-top: 30px;
	margin-bottom: 6px;
}

h2 a,
h2 a:visited {
	color: #2e2824;
}

h2 a:hover {
	color: #FF0000;
	text-decoration: none;
}

h3 {
	font-size: 16px;
	margin-top: 6px;
	margin-bottom: 3px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 2px solid #e3e3e3;
	border-bottom: 2px solid #e3e3e3;
}

h4 {
	font-size: 12px;
	display: inline-block;
	padding: 0;
	margin: 0;
}


/* Body, Container, Page Wrapper
------------------------------------------------------------ */
.container.content{
/*	background-color: #E6E6E6;*/
	background-color: transparent;
	margin-top: 10px;
	margin-bottom: 50px;
	overflow-x: hidden;
}

.container.header{
	background-color: #E6E6E6;
}

.widget-row{
	margin-left: 10px;
	margin-right: 10px;
}

/* Navbar
------------------------------------------------------------ */
.nav-container{
	background-color: #438eb9;
}

.navigation{
	font-size: 14px;
	color: white;
	background-color: #438eb9;
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom: none;
	border-radius: 0px;
}



.navbar-menu-btn{
	position: relative;
	text-align: center;
	float: none;
	margin-left: auto;
	margin-right: auto;
	padding: 6px 10px;
	margin-top: 8px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: 1px solid white;
	border-radius: 4px;
	display: block;
}

.nav-tabs>li{
	border-radius: 0px;
	border: none;
	margin-bottom: 0px;
	line-height: 48px;
}

.navbar-nav>li>a{
	padding: 1px 15px;
	line-height: 48px;
	text-decoration: none;
	color: white !important;
	background-color: #438eb9;
	font-size: 14px;
	border: none;
	border-left: 1px solid;
	border-color: white;
	border-radius: 0px;
	margin:0;
}

.navbar-nav>li>a:hover{
	background-color: #4ea4d5;
}


.navbar-nav>li.active>a, .navbar-nav>li.active>a:hover, .navbar-nav>li.active>a:focus{
	background-color: #4ea4d5;
	background-color: red;
	border-radius: 0px;
	border: none;
	border-left: 1px solid;
	border-color: white;
	margin: 0;
	padding: 1px 15px;
	line-height: 44px;
}

.dropdown.open>a, .dropdown.open>a:hover, .dropdown.open>a:focus{
	background-color: #4ea4d5 !important;
	border-color: white;
}

.dropdown-menu>li>a{
	text-decoration: none;
	line-height: 1;
    padding-top: 7px;
    padding-bottom: 7px;
}

.dropdown-menu>li>a:hover{
	text-decoration: none;
	line-height: 1;

}



.icon-bar{
	background-color: white;
}

.navbar-top{
	background-color: #183152;
	color: white;
	line-height: 50px;

}

.navbar-toggle{
	border-color: white !important;
}

.nav-btn-left{
	position: absolute;
	left: 0px;
	top: 2px;
	z-index: 100000000000;
	margin: -2px 5px 0px 15px;
	padding: 0;
	border-color: white;
}

.nav-btn-right{
	position: absolute !important;
	right: 0px !important;
	top: 2px !important;
	margin: -2px 0px 0px 5px;
	padding: 0;
	border-color: white;
	z-index: 100000000000;
	color: white;
}

.logo{
	border: 0px !important;
	margin-left: -15px !important;
	padding-left: 0 !important;
}

.logo:hover{
	background-color: #438eb9 !important;
}


/* Top widget bar
------------------------------------------------------------ */
.widgetbar_top {
	margin: 0px 0 10px 0;
}

/* Off Canvas
------------------------------------------------------------ */
.well{
	padding: 0px;
	border: 1px solid;
	border-color: #e3e3e3;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;

	border-right-width: 1px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: rgb(204, 204, 204);
	border-bottom-color: rgb(204, 204, 204);
	border-left-color: rgb(204, 204, 204);
	border-image-source: initial;
	border-image-slice: initial;
	border-image-width: initial;
	border-image-outset: initial;
	border-image-repeat: initial;
	border-top: 0px;
/*	background-color: rgb(255, 255, 255);*/
}

.*-widget.well{

}

.Sidebar-widget.header{
	background-color: #438eb9;
	color: white;
	padding: 8px 0 5px 0;
	text-align: left;
	cursor: move;
}

.Sidebar-widget.header h3{
	font-size: 16px;
	padding: 7px 0px 6px 6px;
	margin-top: 0px;
	display: inline;
	color: white;
	border: 0px;
}

.Sidebar-widet.header.fa{
	float: left;
	padding: 4px 0 0 8px;
}

.Sidebar-widget.title{

}


.Sidebar-widget.loading{

}

.Sidebar-widget.content{

}

.widget-toggle{
	margin-right: 10px;
}

.widget-placeholder{
	border: 1px dotted black;
	margin: 0 30px 30px 0;
	height: 150px;
	width: 270px;
}


.header_box{
	background-color: #438eb9;
	color: white;
	padding: 8px 0 5px 0;
	text-align: left;
}

.header_box h3{
	font-size: 16px;
	padding: 7px 0px 6px 6px;
	margin-top: 0px;
	display: inline;
	color: white;
	border: 0px;
}

.header_box .fa{
	float: left;
	padding: 4px 0 0 8px;
}

#spotBtn{
	width: 100%;
	margin: 10px 0 10px 0;
}


/* Column Left: Band & Continent Filters
------------------------------------------------------------ */
.btn-band{
	width: 60px;
    margin: 3px 0 3px 0;
	padding: 6px 0 6px 0;
}

.btn-filter-wrapper{
	padding: 0;
}

.filter-popover{
    width: 200px;
}

.filter-popover .filter-ctl{
    margin: 0 3px 0 3px;
}

.filters{
	padding-left: 0px;
	padding-right: 3px;
}

.filters .btn-wrap{
	margin-top: 10px;
	margin-bottom: 20px;
}


.btn-band.filter{
	color: black;
	background-color: white;
}

.btn-band.filter :focus;{
	border-color: red;
}


.btn-default.band.active, .btn-default.continent.active, .btn-default.mode.active,
.btn-default.sources.active, .btn-default.quality.active{
	background-color: #47a447;
	border-color: #398439;
	color: white;
}


.btn.btn-default.btn-band.filter.special{
	background-color: #d9534f !important;
	border-color: #d43f3a !important;
	color: white !important;
}


/* Column Center: SpotTable (List where spots are listed)
------------------------------------------------------------ */

#spotTable-wrapper{
	margin-left: 5em;
	margin-bottom: 3em;
	max-width: 800px;
	width: 71%;
}

.spotSelectorWrap{
/*	background-color: #375D81;*/
	margin-left: 0px;
	margin-right: 0px;

	border-color: #438eb9;
}

.spotSelectorText{
	text-align: right;
}

.spotSelector{
	width: auto;
	display: inline-block;
	height: 24px;
	padding: 0;
	vertical-align: text-bottom;
	margin-right: 5px;
}

#DXSpotTable .db{
	border-left: 0px;
	border-right: 0px;
}

table.spotTable{
	margin-bottom: 0;
	border-collapse: collapse;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	width: 100%;
/*	clear: left;*/
	white-space: nowrap;
	}

.spotTable th, .spotTable td{
	vertical-align: middle;
	border-top: 1px solid gray !important;
	border-bottom: 1px solid gray !important;
	padding-left: 0.5em;
	min-width: 1%;
	overflow: hidden;
	}

.spotTable th{
	font-family: 'Open Sans', sans-serif;
	font-size: 11pt;
	font-weight: 600;
	text-align: left;
	color: white;
/*	background-color: #375D81;*/
	padding-bottom: 7px !important;
	padding-top: 8px !important;
	line-height: 1.5;
	width: 1%;
	background-color: #438eb9;
}

.spotTable a, .spotTable a:visited{
	color: black;
	text-decoration: none;
}

.spotTable a:hover{
	color: red;
	text-decoration: underline;
}



.spotTable .header_spotter, .spotTable .header_dx, .spotTable .comment, .spotTable{
}

.spotTable .header_frequency, .spotTable .header_time{
	text-align: right;
}

.spotTable .header_flags{
	text-align: left;
}

.spotTable .header_mode, .spotTable .header_valid, .spotTable .header_band,
.spotTable .mode, .spotTable .valid, .spotTable .band{
		border-right: 0px;
		min-width: 0px;
		max-width: 0px;
		border: 0px;
}

.spotTable td{
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
/*	font-family: 'Source Code Pro', sans-serif;
	font-weight: 600;*/
	font-size: 10pt;
	text-align: left;
	padding-bottom: 0.2em;
	padding-top: 0.2em;
	overflow: hidden;
}

.spotTable tbody tr:nth-child(even) td {background: #ECECEC;}
.spotTable tbody tr:nth-child(odd) td {background: white;}

/*.spotTable tr:hover td, .spotTable tr:hover a{
	background: red !important;
	color: white;
}*/

.spotTable .spotter{
	width:2%;
	min-width: 10%;
	font-weight: normal;
	font-family: 'Source Code Pro', sans-serif;
	font-weight: 600;
	cursor: pointer;
}

.spotTable .frequency{
	width: 1%;
	min-width: 10%;
	text-align: right;
	padding-left: 0px;
	margin-left: 0px;

}

.spotTable .country_flag{
	min-width: 1%;
	cursor: pointer;
	text-align: right;
}

.spotTable .dx{
	width: 1%;
	min-width: 10%;
	font-weight: bold;
	font-family: 'Source Code Pro', sans-serif;
	font-weight: 600;
	cursor: pointer;
}

.spotTable .tag{
	padding-right: 3px;
}

.spotTable .comment{
/*	min-width: 250px; */
	width: 3%;
	min-width: 10%;
}

.spotTable .time{
/*	min-width: 35px;*/
	width: 2%;
	min-width: 5%;
	text-align: right;
}

.spotTable .date, .spotTable .date_db{
	width: 1%;
	border-right: 0px;
/*	min-width: 60px;*/
	min-width: 5%;
	padding-right: 10px;

}

#spotTable-loading, .tableLoading{
	padding-left: 45%;
	padding-top: 20em;
	padding-bottom: 20em;
	background-color: white;
}

.icon{
	vertical-align: sub;
}

.smaller{
	font-size: smaller;
}

.locator{
    background-color: yellow;
}

.locator-distance{
    background-color: orange;
}


/* Tooltip
------------------------------------------------------------ */

.popover{
    max-width: none;
/*    min-width: 300px;*/
/*    left: 95px !important;*/
}

.tooltip_container, div.ui-tooltip{
	float: none;
	display: block;
}

.tooltip_container.heading{
    min-width: 310px;
}

.tooltip_flag{
	display: inline-block;
	vertical-align: top;
}

.tooltip_text{
	float: none;
	padding-top: 5px;
	padding-left: 5px;
/*    padding-right: 10px;*/
	display: inline-block;
	vertical-align: top;
}

.tooltip_heading{
	float: none;
/*    padding-top: 5px;*/
/*    padding-left: 5px;*/
    margin-right: 20px;
	display: inline-block;
	vertical-align: top;
    width: 80px;
}

.tooltip_text h3{
	margin-top: 0;
	border-top: none;
	margin-bottom: 10px;
	line-height: 100%;
	font-size: 12px;
	font-weight: bold;
}

.tooltop_text p{
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	margin-top: 0px;
	margin-bottom: 5px;
	line-height: 100%;
	font-size: 12px;
}

.helper{
	display: none;
}

.left{
	text-align: left;
}



.popover_content{
	padding: 0 5px 0 5px;
	font-size: 14px;
}

.popover_icon{
	padding: 0 5px 0 5px;
}

.popover_icon:hover{
	color: #438eb9 !important;
}

.popover-title{
	font-weight: bold;
}

.websdr-icon{
	color: red;
	cursor: pointer;
}

.websdr-icon:hover{
	color: red;
	cursor: pointer;
}


/* Panels
------------------------------------------------------------ */

.panel.infopanel{
	margin-bottom: 40px;
	margin-top: 40px;
}


/* helper
------------------------------------------------------------ */


/*.active{
	background: green !important;
}
*/
.visible {
	opacity: 1;
	top: 0 !important;
}

.loading {
	background-image: none !important;
}

.hidden {
/*	display: none !important;*/
	height: 0px !important;
}

.font-white{
	color: white;
}

.border-small{
	border: 1px solid;
	border-color: white;
}

.light-blue{
	background-color: #62a8d1;
	color: #93cbf9!important;
}

.inline{
	display: inline;
}

.green{
    color: green;
}

.orange{
    color: orange;
}

.red{
    color: red;
}

.vertical-middle {
	vertical-align: middle;
}

.user-chat-avatar {
	background-color: rgb(222, 222, 222);
	padding: 3px;
	border-width: 1px;
	border-style: solid;
	border-color:gray;
}
.user-chat-avatar.self {
	border-color: red;
}
/* Submit Spot Modal
------------------------------------------------------------ */

h1.modal-title {
font-size: 24px;
margin-top: 0px;
margin-bottom: 0px;
}

.smLabel{
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 5px;
	font-weight: 700;
}

#id_smMyCall{
	text-transform: uppercase;
}

#id_smDXCall{
	text-transform: uppercase;
}

#id_smFrequency{
}

#id_smComment{
}

.smError{
	color: red;
	font-weight: 700;
}

.growl-container{
    border: 1px solid;
}

.growl-headline{
    font-weight: bold;
    font-size: 14px;
}

#connection{
	bottom: 0px;
	position: fixed;
	width: 100%;
	/*z-index: 20000000;*/
}

#connection p{
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}


/* Footer
------------------------------------------------------------ */

#footer {
	border-top: 2px solid #FFFFFF;
	clear: both;
	color: red;
	font-size: 11px;
	margin: 0 auto;
	overflow: hidden;
	text-transform: uppercase;
	width: 100%;
}

.footer-info{
	padding-left: 10px;
	padding-right: 10px;
}

footer {
	background-color: #222327;
	padding: 4px 0;
	position: relative;
	width: 100%;
}

footer p {
	font-size: 13px;
	line-height: 26px;
	margin: 10px 0 0 0;
	color: #fff;
/*	display: block;*/
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
}

footer .sn-links {
	margin: 10px 0 0 0;
	text-align: right;
	font-size: 20px;
}

footer p a, footer p a:visited{
	color: white;
	text-decoration: none;
}

footer .sn-links a {
	color: #fff;
}

footer .sn-links a:hover {
	color: #438eb9;
}




/* Back-to-Top
------------------------------------------------------------ */

#back-to-top {
position: fixed;
right: 20px;
bottom: 60px;
z-index: 9999;
width: 45px;
height: 45px;
display: block;
background: #5086b2; /* Old browsers */
background: -moz-linear-gradient(top,  rgba(80,134,178,0.75) 0%, rgba(55,93,129,0.75) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(80,134,178,0.75)), color-stop(100%,rgba(55,93,129,0.75))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(80,134,178,0.75) 0%,rgba(55,93,129,0.75) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(80,134,178,0.75) 0%,rgba(55,93,129,0.75) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(80,134,178,0.75) 0%,rgba(55,93,129,0.75) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(80,134,178,0.75) 0%,rgba(55,93,129,0.75) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf5086b2', endColorstr='#bf375d81',GradientType=0 ); /* IE6-9 */

font-size: 16px;
text-align: center;
line-height: 45px;
border-top-right-radius: 3px;
border-top-left-radius: 3px;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
cursor: pointer;
color: white;
}

#back-to-top i {
color: #fff;
}

.font-loading{
	font-weight: normal;
	font-family: 'Source Code Pro', sans-serif;
	font-weight: 600;
	color: #E6E6E6;
}




/* 404 Error page
------------------------------------------------------------ */


.Err_404{
}

.Err_404 h1{
	color: red;
	text-transform: none;
	font-size: 26px;
	margin-top: 60px;
}

.Err_404_container{
	margin-top: 10%;
	background: transparent;
	color: black;
}

.Err_404 a, .Err_404 a:visited{
/*	color: white;*/
	text-decoration: underline;
}

.Err_404_pic{
	margin: 0 0 0 auto;
}

.Err_404_text p{
	text-align: left;
	font-size: 14px;
	line-height: 1.5;
}

/* 500 Error page
------------------------------------------------------------ */


.Err_500{
	background: white;
	font-family: 'Droid Serif', serif;
	font-weight: 400;
}

.Err_500 h1{
	font-family: 'Droid Serif', serif;
	font-weight: 700;
/*	color: black;*/
	text-transform: none;
	margin-top: 1em;
}

.Err_500_container{
	background: transparent;
	color: #2e9df7;
}

.Err_500 a, .Err_500 a:visited{
	color: #2e9df7;
	text-decoration: underline;
}


.Err_500_pic{
	margin: 0 auto;
}


/* db.html statistics page
------------------------------------------------------------ */
.big-flag{
	vertical-align: sub;
}

.related-calls a{
	font-size: 13px;
}


/* db.html Info tables
------------------------------------------------------------ */

.infotable{
/*	background: #808080;*/
	background: rgb(229,229,229); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U1ZTVlNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4MDgwODAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(229,229,229,1) 0%, rgba(128,128,128,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(229,229,229,1)), color-stop(100%,rgba(128,128,128,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(128,128,128,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(128,128,128,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(128,128,128,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(229,229,229,1) 0%,rgba(128,128,128,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#808080',GradientType=0 ); /* IE6-8 */
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;

	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: rgb(204, 204, 204);
	border-image-source: initial;
	border-image-slice: initial;
	border-image-width: initial;
	border-image-outset: initial;
	border-image-repeat: initial;
	border-top: 0px;

	color: white;
	margin-bottom: 20px;
}

.infoTable{
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 20px;
}

.infoTable table, .infoTable th, .infoTable td{
	border: 1px solid gray;
	font-size: 10pt;
	text-align: center;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-top: 5px;
	vertical-align: middle;
}

.infoTable table{
	border-collapse:collapse;
}

.infoTable th{
	border-collapse:collapse;
	height: 20px;
	color: white;
}

.infotable-headline{
	font-size: 13px;
/*	background: #808080;*/
	background: rgb(181,181,181); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I1YjViNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4MDgwODAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(181,181,181,1) 0%, rgba(128,128,128,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(181,181,181,1)), color-stop(100%,rgba(128,128,128,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(181,181,181,1) 0%,rgba(128,128,128,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(181,181,181,1) 0%,rgba(128,128,128,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(181,181,181,1) 0%,rgba(128,128,128,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(181,181,181,1) 0%,rgba(128,128,128,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5b5b5', endColorstr='#808080',GradientType=0 ); /* IE6-8 */
	color: white;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	padding: 5px 2px 5px 2px !important;
	border-left: 1px solid;
	border-color: #c7c4c4;
	text-align: center;
}

.infotable-content{
	font-size: 13px;
	background: white;
	color: black;
	font-family: 'Open Sans', sans-serif;
	padding: 5px 2px 5px 2px !important;
	border: 1px solid;
	border-color: #c7c4c4;
	text-align: center;
}

.diagram_box{
	background-color: #f5f5f5;
/*	background: #808080;*/
	background: rgb(181,181,181); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I1YjViNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4MDgwODAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(181,181,181,1) 0%, rgba(128,128,128,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(181,181,181,1)), color-stop(100%,rgba(128,128,128,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(181,181,181,1) 0%,rgba(128,128,128,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(181,181,181,1) 0%,rgba(128,128,128,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(181,181,181,1) 0%,rgba(128,128,128,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(181,181,181,1) 0%,rgba(128,128,128,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5b5b5', endColorstr='#808080',GradientType=0 ); /* IE6-8 */
}

.diagram-lg{
/*	height: 350px;
	width: 475px;
*/
	height: 315px;
	width: 400px;
	margin-left: auto;
    margin-right: auto;
}

.diagram-md{
/*	height: 300px;
	width: 380px;
*/
	height: 300px;
	width: 380px;
	margin-left: auto;
    margin-right: auto;
}

.diagram-sm{
	height: 300px;
	width: 500px;
	margin-left: auto;
    margin-right: auto;
}

.diagram-xs{
	height: 280px;
	width: 300px;
	margin-left: auto;
    margin-right: auto;
}

.diagram_waiting{
	padding-left: 40%;
	padding-top: 30%;
}


.ui-autocomplete-loading {
	background: white url("/static/images/ajax-loader.gif") no-repeat 98% 50%;
}

/* Helper
------------------------------------------------------------ */

.large_margin{
	margin-bottom: 80px;
}

.small_margin{
	margin-bottom: 20px;
}

.no-color{
	background-color: transparent !important;
}

.nounderline, .nounderline:hover{
	text-decoration: none !important;
}

.footnote{
	margin-bottom: 5px;
}


/* Bootstrap deviations
------------------------------------------------------------ */
.alert{
	margin: 10px 0 10px 0;
}

.sidebar-offcanvas-right{
	width: 290px;
	padding-left: 5px;
}

.modal{
	z-index: 10000001 !important;
}



/* Old Browser Warning
------------------------------------------------------------ */
.old-browser{
	background-color: yellow;
	font-size: 18px;
	padding: 5px 5px 5px 5px;

}


/* JQuery-UI Autocomplete overriding default styles
------------------------------------------------------------ */

.ui-autocomplete {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  _width: 160px;
  padding: 4px 0;
  margin: 2px 0 0 0;
  list-style: none;
  background-color: #ffffff;
  border-color: #ccc;
  border-color: rgba(0, 0, 0, 0.2);
  border-style: solid;
  border-width: 1px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}





/******* Responsive Design *******/


/* Responsive Design < 1200px
------------------------------------------------------------ */

@media only screen and (max-width: 1200px) {

	.spotTable .header_flags, .spotTable .beacon, .spotTable .tags, .spotTable .date, .spotTable .header_date {
	    display:none !important;
	}
}


/* Responsive Design < 1100px
------------------------------------------------------------ */

@media only screen and (max-width: 1100px) {

}

/* Responsive Design < 992px - Bootstrap col-md-*
------------------------------------------------------------ */

@media screen and (max-width: 992px) {
  .row-offcanvas {
    position: relative;
  }

  .sidebar-offcanvas-right {
	position: absolute;
    top: 0;
    width: 50%; /* 6 columns */
    right: -100%; /* 6 columns */
  }

  .sidebar-offcanvas-right.active {
	position: absolute;
    top: 0;
    width: 280px; /* 6 columns */
    right: -280px; /* 6 columns */
  }

  .row-offcanvas-right.active {
    right: 280px; /* 6 columns */
  }

	.navbar-nav.navbar-right:last-child {
		margin-right: 30px !important;
	}

}


/* Responsive Design < 966px
------------------------------------------------------------ */

@media only screen and (max-width: 966px) {
	.nav-right-end{
		margin-right: 3%;
	}
}




/* Responsive Design < 767px -> Ipad Fix
------------------------------------------------------------ */
@media screen and (max-width: 767px) {
/*One pixel below 768 to match ipad*/

	.btn-band{
		width: 70px;
		margin: 5px;
		padding-top: 10px;
		padding-bottom: 10px;
	}


	.sidebar-offcanvas-left {
		position: absolute;
		top: 0;
		width: 200px; /* 6 columns */
		left: -200px; /* 6 columns */
  	}

	.row-offcanvas-left.active {
/*		position: absolute;*/
		left: 200px; /* 6 columns */
	}

	.Err_404_text, .Err_404_text p{
		text-align: center;
	}

	.nav-right-end{
		margin-right: 60px;
	}

	.navbar-nav>li>a{
		border: none;
	}

	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
		color: white;
		font-weight: 300;
		font-size: 12px;
	}

	.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
		color: #333;
	}

	.navbar-nav.navbar-right:last-child {
		margin-right: -15px;
	}
}


/* Responsive Design > 767px -> Navbar Collapse-Button also shown on COL-SM-* Fix
------------------------------------------------------------ */
@media screen and (min-width: 767px) {
/*	.navbar-toggle{
		display: block;
		text-align: right;
	}

	.navbar-header{
		float: right;
	}
*/


}

/* Responsive Design < 700px
------------------------------------------------------------ */

@media only screen and (max-width: 700px){

	#spotTable-wrapper{
		display: inline-block;
		width: 100%;
		max-width: 87%;
	}

	.spotTable .date, .spotTable .header_date {
		display:none !important;
	}

	.spotTable .time, .spotTable .header_time{
		padding-right: 10px;
	}
}


/* Responsive Design < 580px
------------------------------------------------------------ */

@media only screen and (max-width: 580px){

	#spotTable-wrapper{
		display: inline-block;
		width: 100%;
		max-width: 85%;
	}

	.spotTable .header_flags, .spotTable .tags{
	    display:none !important;
	}

}

/* Responsive Design < 520px
------------------------------------------------------------ */

@media only screen and (max-width: 520px){

	#spotTable-wrapper{
		display: inline-block;
		width: 100%;
		max-width: 83%;
	}

	.spotTable .comment, .spotTable .header_comment{
		display: none !important;
	}

}

/* Responsive Design < 480px
------------------------------------------------------------ */

@media only screen and (max-width: 480px){

	#spotTable-wrapper{
		min-width: 320px;
		max-width: 480px;
		margin-left: 1%;
		margin-bottom: 5em;
	}

	#top-bar, #sidebar-left{
		display: none;
	}

	.spotTable .comment, .spotTable .header_comment, .spotTable .date, .spotTable .header_time_db, .spotTable .time_db, .spotTable .header_date,
	.spotTable .header_flags, .spotTable .tags{
	    display:none !important;
		width:0;
		height:0;
		opacity:0;
		visibility: collapse
		}

	.spotTable .time, .spotTable .header_time{
		padding-right: 10px;
	}

	.spotTable .dx, .spotTable .header_dx{
		min-width: 90px;
	}

	.spotTable .spotter, .spotTable .header_spotter {
		min-width: 60px;
	}

	.spotTable .frequency, .spotTable .header_frequency{
		min-width: 60px;
	}

	.spotTable .time, .spotTable .header_time{
		min-width: 40px;
	}

	.spotTable .country_flag{
		width: 4%;
	}

	img {
		max-width:100%;
		height:auto;
	}

	.ui-button-text{
		font-size: 18px;
	}

	.footer-info{
		font-size: 12px;
	}
}
