* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
	overflow:auto;
}

.navbar-fixed-top {
  z-index: 1000;
}

@media (max-width: 1024px) {
  .main-page-wrapper .navbar-header {
      float: none;
  }
  
  .main-page-wrapper .navbar-left,.navbar-right {
      float: none !important;
  }
  

  .main-page-wrapper .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  
  .main-page-wrapper .navbar-nav>li {
      float: none;
  }
  
  .main-page-wrapper .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .main-page-wrapper .collapse.in{
      display:block !important;
  }
}

body {
	font-size: 14px;	
	font-family: Ubuntu;
	background-color: white;
	height: 100%;
}

.picy-bg::after {
  content: "";
  background-image: url("../img/page-background.jpg");
  background-attachment: fixed;
  opacity: 0.8;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;   
}

/*
.modal-backdrop {
  z-index: 1040 !important;
}

.modal {	
  z-index: 1060 !important;
}

.datepicker {
	z-index: 99999 !important;
}
*/
body.modal-open .datepicker {
	z-index: 99999 !important;
}
body.modal-open .clockpicker-popover {
	z-index: 99999 !important;
}

.modal-title {
	font-size: 18px;
}

.modal-body {
	overflow: auto;
    background: #f8fafb;
}

.break-words {
	word-break: break-word;
}

.modal-sm {
	width: 500px;
}

.modal-lg {
	width: 800px;
	margin-left: -400px;
}

.modal-xlg {
	width: 1200px;
	margin-left: -600px;
}

.navbar-brand {
	background: 0 !important;
	cursor: pointer;
}

.environment {
	color: #f33;
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
	position: fixed;
	top: 0px;
	right: 20px;
	z-index: 1999;
}

.container {
	width: 100%;
}

.table-responsive {
	max-height: 50vh;	
	overflow-y:scroll !important;
}

thead th {
	z-index: 1;
	position: sticky;
	top: 0;
}

/*Χρειάζεται για το small clockpicker*/
.input-group-sm > .form-control {
	font-size: 14px;
}
/**/

/* Questionnaire */
.form-group .checkbox {
	padding-left: 20px;	
}
/* Questionnaire end*/

/* BiographyDataPage */

.biography-data .table-top-bar {
	margin-bottom: 10px;
	border: 1px solid #ddd;
	border-radius: 3px;
	background-color: #f4f4f4;
	text-align: right;
}

.biography-data .table-top-bar * {
	margin: 5px;
}

/* BiographyDataPage end */

/* ManagementPanelBase */
.buttons:not(:empty) {
	border: 1px solid #ddd;
	border-radius: 3px;
	background-color: rgb(238,237,253);
	padding: 5px 0 5px 5px;
	margin-bottom: 10px;
}

.buttons a {
	margin: 5px;
}

.btn-toolbar {
	margin-left: 0px;
}

@media (min-width: 1024px) {
    .buttons .toolbar-actions-right {
		margin-right: 10px;
		text-align: right; 
		float: right;
	}
	
	.buttons .btn-danger {
		margin-right: 10px;
		text-align: right; 
		float: right;
	}
}

.navbar-static-side {
	margin-top: 65px !important;
    position: fixed;
    top: 0;
    bottom: 0;
    padding-bottom: 20px;
    overflow-y: auto;
}

.navbar-static-side::-webkit-scrollbar-track
{
	margin-left: -5px;
	-webkit-box-shadow: inset 0 0 0px rgba(255,255,255,0.5);
	background-color: rgba(0,0,0,0.2);
}

.navbar-static-side::-webkit-scrollbar
{
	width: 7px;
	background-color: rgba(0,0,0,0.2);
}

.navbar-static-side::-webkit-scrollbar-thumb
{
	-webkit-box-shadow: inset 0 0 0px rgba(255,255,255,0.5);
	background-color: white;
}
/* ManagementPanelBase end*/

/* PageTemplate */

@media (max-width: 471px) {
	.pageTitle {
		padding-top: 30px;
	}
}

@media (max-width: 373px) {
	.pageTitle {
		padding-top: 60px;	
	}
}

.navbar-header h2 {
	margin-left: 10px;
	margin-top: 15px;
	margin-bottom: 15px;	
}

.navbar-username {
	padding-left: 15px;
}

.navbar-username h3 {
	margin-bottom: 0px;
}

@media (min-width: 500px) {
	.navbar-right {
		float: right !important;
		margin-right: -15px;
	}
}

@media (max-width: 768px) {
	.navbar-right {
		margin-right: 15px;
	}
}

li.logout a{
	padding-left: 10px !important;
}

.sidebar {
	width: 100%;
}
/* PageTemplate end */

ul.feedbackPanel {
	padding-left: 0px;
}

ul.feedbackPanel li {
	list-style: none;
}

.feedbackPanelERROR {
	color: #f33;
	
}

.breadcrumb {
	padding-top: 12px;
	font-weight: bold;
}

/* Notifications Panel */

.notifications-panel table tr td {
	vertical-align: middle;
}

/* Notifications Panel end */

/* Info Page */
.info-body {
	padding: 15px;
	background-color: rgba(255,255,255,0.8);
	border-radius: 4px;	
	margin-bottom: 20px;
}
/* Info Page end */

/* AbstractListField */
.list-field .btn {
	padding-top: 0px;
	padding-bottom: 0px;
} 

.list-field td {
	padding-top: 4px !important;
	padding-bottom: 4px !important;
}
/* AbstractListField end */

/* External Page Template Generic */

.pace .pace-progress {
  background: white;
}

.top-navigation .navbar-top-links > li > a,
.top-navigation .navbar-nav > li > a {
	font-size: 16px !important;
	margin-top: 10px;
	padding: 10px 12px;
	min-height: 0px;
	color:white;
}

.top-navigation .navbar-top-links > li:last-of-type > a {
	font-size: 18px !important;
}

.top-navigation .navbar-top-links > li > h3,
.top-navigation .navbar-nav > li > h3 {
	margin-top: 15px;
	font-size: 18px !important;
	color:white;
} 

.top-navigation .navbar-top-links > li a:hover,
.top-navigation .navbar-top-links > li a:focus,
.top-navigation .navbar-nav > li a:hover,
.top-navigation .navbar-nav > li a:focus {
	background: 0;
	color: white;
	border-bottom: 2px solid white;
}

.top-navigation .nav-tabs li.active a {
	background-color: rgb(251,251,254);
	color: black;
}

.top-navigation .nav-tabs li {
	background-color: rgba(251,251,254, 0.3);
}

.top-navigation .nav-tabs li a {
	color: darkgrey;
}

.top-navigation .nav-tabs li.active a:hover {
	background-color: rgb(251,251,254);
}

.top-navigation .nav-tabs li.active {
	background-color: rgba(251,251,254, 0.3);
}

.top-navigation .nav-tabs li a:hover {
	color: black;
	border-bottom: 1px solid black;
	background-color: rgba(251,251,254, 0.3);
}

.top-navigation .nav-tabs li a:focus {
	color: black;
}

.navbar {
	padding-left: 0px;
	background: rgba(40, 36, 89, 0.70);
}

.navbar-nav {
	margin-left: 50px;
}

.navbar-top-links a {
	padding-left: 0px !important;
}

.navbar-right a:hover,
.navbar-right a:focus {
	border-bottom: 0 !important;
	text-decoration: underline !important;
}

.navbar-top-links a, 
.navbar-top-links h3 {
	font-size: 18px !important;
}

.page-heading {
	color: white;
	background-color: rgba(40, 36, 89, 0.70);
	margin-top:5px;
	padding-top:10px;
}

.btn-primary {
	background-color: rgb(0,172,216);
	border-color: rgb(0,172,216);
	color: white;
	font-weight: 600;
	border-radius: 2px;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary:active:hover {
	background-color: rgb(50,187,223) !important;
}

.btn-info {
	background-color: rgb(0,172,216);
	border-color: rgb(0,172,216);
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info:active:hover {
	background-color: rgb(50,187,223);
}

.navbar-toggle {
	background-color: rgb(0,172,216);
}

.title-action {
	font-weight: bold;
	padding-top: 0px;
}

.title-bar h2 {
	font-family: UbuntuCondensed;
	font-weight: bold;
	display: inline;
	margin-top: 10px;
}

.title-bar div {
	display: inline;
}

.footer {
	position: fixed;
	font-size: 12px;
	padding: 2px;
	border-top: 0;
	background-color: rgba(40, 36, 89, 0.90);
	color: white;
}	

.footer a{
	color:white;
}

.footer a:hover {
	text-decoration: underline;
}

.footer-info {
	display: inline-block;
	white-space: nowrap;
	margin-left: 50px;
}

.footer-info a {
	font-size: 12px !important;
	margin:0;
	padding: 0px;
}

.footer-info a:before {
	content: "|";
	padding: 0px 8px;
}

.footer-info a:hover {
	color: white;
	text-decoration: underline;
}

.footer-info a:hover:before,
.footer-info a:hover:after {
	color: white;
}

.footer-info a:last-of-type:after {
	content: "|";
	padding: 0px 8px;
}

.navbar-brand {
	padding: 0 !important;
	margin-top: 10px;
	min-width: 500px;
}

@media(max-width: 600px) {
	.navbar-brand > a > img{
		width: 45%;
	}
}

.main-page-wrapper .ibox-content {
	border-top: 0;
	background-color: rgba(23,92,134, 0.2);
}

.ibox-content h3 {
	word-break: break-word;
}

.panel-default {
	width: 100%;
}

.panel-default > .panel-heading,
.table-bordered > thead > tr > th { 
	background-color: rgb(238,237,253);
}

.panel-default > .panel-body,
.table-bordered {
	background-color: rgb(251,251,254);
}

.main-page-wrapper form {
	border-radius: 3px;
	padding: 20px;
	background-color: rgb(251,251,254);
}
/* External Page Template Generic end */

/* Non bootstrap select css start*/

.select-css {
	display: block;
	font-size: 14px;
	font-family: sans-serif;
	font-weight: 700;
	color: #444;
	line-height: 1.1;
	padding: .1em 1.4em .1em .2em;
	min-width: 15%;
	max-width: 100%;
	box-sizing: border-box;
	margin: 0;
	border: 1px solid #aaa;
	box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
	border-radius: .1em;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E');
	background-repeat: no-repeat, repeat;
	background-position: right .7em top 50%, 0 0;
	background-size: .65em auto, 100%;
}
.select-css::-ms-expand {
	display: none;
}
.select-css:hover {
	border-color: #888;
}
.select-css:focus {
	border-color: #aaa;
	box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
	box-shadow: 0 0 0 3px -moz-mac-focusring;
	color: #222;
	outline: none;
}
.select-css option {
	font-weight:normal;
}
/* Support for rtl text, explicit support for Arabic and Hebrew */
*[dir="rtl"] .select-css, :root:lang(ar) .select-css, :root:lang(iw) .select-css {
	background-position: left .7em top 50%, 0 0;
	padding: .6em .8em .5em 1.4em;
}

/* Disabled styles */
.select-css:disabled, .select-css[aria-disabled=true] {
	color: graytext;
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22graytext%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
	  linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
}
.select-css:disabled:hover, .select-css[aria-disabled=true] {
	border-color: #aaa;
}
/* Non bootstrap select css end*/

/*red text*/
.red-text {
	color:red;
}
/*red text*/

/* MinimuM Required CSS for Textarea AutoSize start*/
textarea {
	box-sizing: border-box;
	max-height: 160px;
	min-height: 38px;
	overflow-x: hidden;
}
/* MinimuM Required CSS for Textarea AutoSize end*/

.session-counter a, .session-counter a:active, .session-counter a:hover {
	text-decoration: none !important;
	color: white !important;
	font-size: 18px !important;
	font-weight: bold;
}

.session-counter .glyphicon {
	font-size: 12px;
}