@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('OpenSans'), 
  	url('../fonts/OpenSansGreek.woff2') format('woff2')') format('woff2');
  unicode-range: U+0370-03FF;
}

html, body, legend {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #666666;
	font-weight: 500;
	line-height: 18px;
	text-rendering: optimizeLegibility;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
}
a:hover, a:focus {
	text-decoration: none;
}
.pagination li a[disabled="disabled"] {
	color: rgb(198, 198, 198);
}
.container {
    padding-left: 20px;
    padding-right: 20px;
}
/* fix for bootstrap hidden and visible */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}


.sidebar-nav .navbar li a, .sidebar-nav .navbar li .noLink {
    padding-top: 4px;
    padding-bottom: 4px;
}
.sidebar-nav .navbar li .noLink {
	font-weight: bold;
	line-height: 20px;
	padding-left: 15px;
	padding-right: 15px;
	text-shadow: 0 1px 0 rgba(255,255,255,.25);
}

@media (max-width: 767px) {
#header .navbar-header {
	margin-right: 0px;
	margin-left: 0px;
	float: left;
}
}
@media (max-width: 767px) {
#column-left {
	overflow: hidden;
	opacity: 0;
}
#column-left + #content {
	margin-left: 0;
}
#column-left + #content + #footer {
	margin-left: 0;
}
}
/* Menu Active */
/* Desktop */
@media (min-width: 768px) {
#column-left.active {
	overflow: auto;
}
#column-left.active + #content {
	margin-left: 235px;
}
#column-left.active + #content + #footer {
	margin-left: 235px;
}
.form-horizontal .control-label{
	padding-top:0;
}
}
/* Mobile */
@media (max-width: 767px) {
#column-left.active + #content {
	position: relative;
	left: 235px;
}
#column-left.active + #content + #footer {
	position: relative;
	left: 235px;
}
label{
	margin-bottom:0;
}
}
/* make sidebar nav vertical */ 
@media (min-width: 768px) {
  .sidebar-nav .navbar .navbar-collapse {
    padding: 0;
    max-height: none;
  }
  .sidebar-nav .navbar ul {
    float: none;
  }
  .sidebar-nav .navbar ul:not {
    display: block;
  }
  .sidebar-nav .navbar li {
    float: none;
    display: block;
  }
}

.table-body-hover tbody:hover {
  background-color:rgb(255, 255, 226);
}
/* Override bootstrap padding */
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th{
	padding:4px;
}

.checkbox label, .radio label{
	display:block;
}
input[type=radio]+label, input[type=checkbox]+label{
	margin-left: 5px;
	margin-right: 20px;
}

.panel-heading{
	padding:5px;
}
.panel-body {
    padding: 10px;
}
.offline-bg{
	background-color: #ffab00;
}
.two-red-stars:after{
	content:'**';
	color:red;
	padding-left:2px;
}
#topnav{
	background-color: #EEE;
	border-bottom: 1px solid #E5E5E5;
	padding: 10px 0px 3px;
	margin: 0px 0px 20px;
	min-height: 40px;
}
#menu {
    background-color: #8ABFE6;
    background-image: linear-gradient(to bottom, #9CCBF3, #7AAFC2);
    background-repeat: repeat-x;
    border-color: #5EC3EA #78ADC2 #518EA5;
    min-height: 40px;
}
#menu .nav > li > a {
	color: white;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding: 10px 15px 10px 15px;
	min-height: 15px;
	background-color: transparent;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
    background-color: rgba(254, 254, 254, 0.2);
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}
#menu .dropdown-inner li a:hover {
	color: white;
	background-color: #8ABFE6;
	background-image: linear-gradient(to bottom, #9CCBF3, #7AAFC2);
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: white;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
.divider{
height: 1px;
width: 100%;
display: block;
overflow: hidden;
background-color: #e5e5e5;
margin-top: 4px;
margin-bottom: 4px;
}

.inactive-link {
	cursor: default;
	pointer-events: none;
	background-color: #e4e4e4;
}   

/*
.panel-title a:after {
    font-family:'Glyphicons Halflings';
    content:"\e114";
    float: right;
    color: grey;
}
.panel-title a.collapsed:after {
    content:"\e080";
}
*/
.row{
    position: relative;
}
.newPlistValues{
	background-color:#fefed6;
}
.buttonBox {
    position: absolute;
    bottom:0;
    margin-bottom:15px;
    right:0;
}

.form-group.required .control-label:after {
  content:"*";
  color:red;
  padding-left:2px;
}
.locale-select{
	color:#337AB7;
}

.selector-row{
 margin:0;	
}
.selector-direction{
position: absolute;
top: 0;
bottom: 0;
width: 15%;
font-size: 50px;
color: #fff;
text-align: center;
text-shadow: 0 1px 2px rgba(0,0,0,.6);
filter: alpha(opacity=50);
opacity: .5;
}
.selector-direction-left{
left: 0;
}
.selector-direction-right{
right: 0;
}
.selector-link{
position: absolute;
top: 30px;
}
.selector-inline{
font-size: 15px;
color: #ef6804;
text-align: center;
text-shadow: 0 1px 2px rgba(0,0,0,.6);
filter: alpha(opacity=50);
opacity: .5;
}

.pagination {margin: 4px 0;}

table.dataview thead tr th { background-position: right; background-repeat:no-repeat; }
table.dataview thead tr th.wicket_orderDown {
	background-image: url(../img/arrow_down.png); cursor:pointer;}
table.dataview thead tr th.wicket_orderUp {
	background-image: url(../img/arrow_up.png); cursor:pointer;}
table.dataview thead tr th.wicket_orderNone {
	background-image: url(../img/arrow_off.png);}
/*table.dataview thead tr th {
	background-image: url(../img/arrow_off.png);}
*/

table tbody tr.dataview-top-row{
  background-color: rgb(247, 252, 255);
}
tr.inactive-row{
	background-color:#F9EFDA;
}
td a, th a {
    display:block;
    width:100%;
}
.feedbackPanel {
	padding: 3px;
	background-image: linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2);
	box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.25) inset, 0px 1px 2px rgba(0, 0, 0, 0.05);
}
.feedbackPanel li{
	list-style: none;
	margin-bottom: 5px;}
.feedbackPanelERROR{
	padding: 5px;
	background-color: #F2DEDE;
	border-radius: 4px;
	color: #A94442;
	background-image: linear-gradient(to bottom, #F2DEDE 0px, #E7C3C3 100%);
	background-repeat: repeat-x;
	border-color: #DCA7A7;
}
.feedbackPanelWARNING{
	padding: 5px;
	color: #8A6D3B;
	border-radius: 4px;
	background-color: #FCF8E3;
	background-image: linear-gradient(to bottom, #FCF8E3 0px, #F8EFC0 100%);
	background-repeat: repeat-x;
	border-color: #F5E79E;
}
.feedbackPanelINFO{
	padding: 5px;
	color: #31708F;
	border-radius: 4px;
	background-color: #D9EDF7;
	background-image: linear-gradient(to bottom, #D9EDF7 0px, #B9DEF0 100%);
	background-repeat: repeat-x;
	border-color: #9ACFEA;
}
.mfuex .wicket-mfu-container {
	background-color: #FFF;
	border: 1px solid #DDD;
	border-radius: 4px;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
	padding: 5px;
}
.mfuex .wicket-mfu-caption{
	padding-bottom: 10px;
}
.mfuex .wicket-mfu-container input{
	margin-left: 5px;
}
.popover{
	max-width: 70%;
}
div.checkGroup label {
	margin-left: 5px;
	margin-right: 15px;
}
