/* Some overrides from default bootstrap styles */
body {
	font-size: 13px !important;
}
a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
a:hover,
a:focus {
	color: #e74c3c;
	text-decoration: underline;
}


.jumbotron {
	float: left;
	width: 100%;
	height: 100%;
	min-height: 700px;
	background-image: url("/skolarikos-databank/javax.faces.resource/img/panel_bg.jpg.xhtml");
}

h1,h2,h3,h4,h5,h6{
	font-weight: normal;
	font-family: 'Open Sans', sans-serif;
}

h2 {
	font-weight: bold;
}

.jumbotron h2 {
	font-weight: bold !important;
	position: relative;
	display: inline-block;
	padding: 0 13px 0px 45px;
	font-size: 20px;
	font-weight: normal;
	line-height: 30px;
	text-shadow: 0 1px 1px rgba(0,0,0,0.4);
	color: #fff;
	background: url("/skolarikos-databank/javax.faces.resource/images/home.png.xhtml") no-repeat 2px -1px;
	background-size: 30px 30px;
	float: left;
	width: 100%;
}

.jumbotron p {
	margin: 0px 0px 15px 45px;
	font-size: 13px;
	font-weight: 200;
	color: #d1d7df;
}

.btn-toolbar {
	margin-left: -5px;
	float: right;
}

.row {
	margin-right: 0px;
    margin-left: 0px;
}

/* COMPONENTS */


/* labels */
label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: bold;
	color: #d1d7df;
}

.label, .badge {
	font-weight: lighter;
	font-size: 90%;
}
.label-success, .badge-success {
	background-color: rgb(129, 189, 130);
}
.label-info, .badge-info {
	background-color: rgb(104, 163, 213);
}

.form-horizontal .control-label {
    text-align: left;
}

/* alerts */
.alert [class^="icon-"],
.alert [class*=" icon-"] {
	font-size: 27px;
	position: relative;
	top: 4px;
	margin-bottom: 8px;
	margin-right: 17px;
	display: inline-block;
	color: #f1c359;
}
.alert-success [class^="icon-"],
.alert-success [class*=" icon-"] {
	color: #81ad53;
}
.alert-info [class^="icon-"],
.alert-info [class*=" icon-"] {
	color: #4993c6;
}
.alert-danger [class^="icon-"],
.alert-danger [class*=" icon-"] {
	color: #d5393e;
}


/* code*/
code {
	color: rgb(78, 153, 223);
}


/* HTML ELEMENTS */
input,
button,
select,
textarea {
  font-family: "Open Sans", Arial;
}
input[type="text"],
input[type="password"],
textarea {
	font-size: 13px;
	-webkit-box-shadow: inset 0 0px 1px rgba(0, 0, 0, 0.075);
	   -moz-box-shadow: inset 0 0px 1px rgba(0, 0, 0, 0.075);
			box-shadow: inset 0 0px 1px rgba(0, 0, 0, 0.075);

	/*border: none;
	-webkit-box-shadow: inset rgba(112, 112, 112, 0.3) 0 1px 1px,inset rgba(0,0,0,0.3) 0 0 1px,rgba(255,255,255,0.4) 0 1px 0;
	-moz-box-shadow: inset rgba(112, 112, 112, 0.3) 0 1px 1px,inset rgba(0,0,0,0.3) 0 0 1px,rgba(255,255,255,0.4) 0 1px 0;
	box-shadow: inset rgba(112, 112, 112, 0.3) 0 1px 1px,inset rgba(0,0,0,0.3) 0 0 1px,rgba(255,255,255,0.4) 0 1px 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;*/
}
.inline-input input[type="text"],
.inline-input input[type="password"],
input[type="text"].inline-input,
input[type="password"].inline-input {
	background: #fff;
	border-top: 0 none;
	border-left: 0 none;
	border-right: 0 none;
	border-bottom: 1px solid #d0dde9;
	border-radius: 0;
	box-shadow: none;
	border-color: #dee3ea;
}
.inline-input input[type="text"]:focus,
.inline-input input[type="password"]:focus,
input[type="text"].inline-input:focus,
input[type="password"].inline-input:focus {
	box-shadow: none;
	border-color: #5d6a80;
}
.inline-input input[type="text"]:hover,
.inline-input input[type="password"]:hover,
input[type="text"].inline-input:hover,
input[type="password"].inline-input:hover {
	border-color: #959fb0;
}

input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus{
	border-color: #A2CEF0;
	-webkit-box-shadow: inset 0 0px 1px rgba(0, 0, 0, 0.075), 0 0 4px rgba(82, 168, 236, 0.6);
	   -moz-box-shadow: inset 0 0px 1px rgba(0, 0, 0, 0.075), 0 0 4px rgba(82, 168, 236, 0.6);
			box-shadow: inset 0 0px 1px rgba(0, 0, 0, 0.075), 0 0 4px rgba(82, 168, 236, 0.6);

	/*-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 4px rgba(82, 168, 236, 0.6);
	   -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 4px rgba(82, 168, 236, 0.6);
			box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 4px rgba(82, 168, 236, 0.6);*/
}
input[type="reset"]{
	text-transform: uppercase;
	border:0 none;
	background: none;
	text-decoration: underline;
	font-size: 12px;
}
input[type="password"]{
	font-size: 16px;
	letter-spacing: 1px;
}
textarea{
	background: #fff;
	border-color: #dee3ea;
}
select{
	margin: 0;
	height: 24px;
	border-color: #d0dde9;
	border-radius: 2px;
	font-size: 13px;
}
input[type="file"] {
	font-size: 12px;
	line-height: 12px;
	display: inline-block;
}

input[disabled], textarea[disabled], input[readonly], textarea[readonly] {
	color: rgb(177, 177, 177);
}
/* native placeholders */
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #9ba0a5;
  font-family: "Open Sans", Arial;
  font-size: 13px;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #9ba0a5;
  font-family: "Open Sans", Arial;
  font-size: 12px;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #9ba0a5;
  font-family: "Open Sans", Arial;
  font-size: 12px;
}


/* PREPEND & APPEND INPUT */
.input-group input,
.input-group input,
.input-group .uneditable-input,
.input-group .uneditable-input {
	border: 1px solid #d6e2eb;
}
.input-group .input-group-addon {
	background-color: #f2f5f9;
	border: 1px solid #d6e2eb;
	padding: 4px 8px;
	font-size: 13px;
}

.input-group {
	position: relative;
	display: table;
	border-collapse: separate;
	width: 100%;
}

/* NAVBAR */
.navbar-inverse {
	min-height: 48px;
	margin-bottom: 0px;
	border-radius: 0px;
	border-bottom: 1px solid #191e23;

	background: #2c3742; /* Old browsers */
	background: -moz-linear-gradient(top,  #2c3742 0%, #28303a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2c3742), color-stop(100%,#28303a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #2c3742 0%,#28303a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #2c3742 0%,#28303a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #2c3742 0%,#28303a 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #2c3742 0%,#28303a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c3742', endColorstr='#28303a',GradientType=0 ); /* IE6-9 */
}
/* navbar-nav*/
.navbar-inverse .navbar-nav {
	/* padding: 20px;*/
}
/* menu toggler */
.navbar-inverse .navbar-toggle {
	float: left;
	margin-left: 15px;
	background-color: rgb(139, 0, 0);
	border: 1px solid rgb(139, 0, 0);
}
/* navbar brand*/
.navbar-inverse .navbar-brand {
	float: left;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: lighter;
	padding: 10px !important;
	margin: 0px !important;
}

.navbar-brand {
	float: left;
	padding: 15px;
	height: 47px;
}

.navbar-brand img {
	-moz-box-sizing: inherit !important;
}

.navbar-inverse .navbar-brand strong {
	font-weight: normal;
}
/* navbar links */
.navbar-inverse .nav > li > a {
	/* padding: 13px 15px 8px; */
	/* commented out to remove border on top nav. border-left: 1px solid #101417;*/
	color: rgb(214, 214, 214);
	outline: 0px;
	height: 46px;
	transition: background .1s linear;
	-moz-transition: background .1s linear; /* Firefox 4 */
	-webkit-transition: background .1s linear; /* Safari and Chrome */
	-o-transition: background .1s linear;  /* Opera */
	/* border: 1px solid #2c3742; */

}
.navbar-inverse .nav > li > a:hover {
	background: rgba(25, 31, 36,0.6);
	border: 1px solid #1f2329;
	border-radius: 5px;
}

.nav > li {
	position: relative;
	display: block;
	margin-right: 5px;
}


/* dropdown caret */
.dropdown .caret {
	position: relative;
	top: -1px;
}
/* dropdown active */
.dropdown.open > a,
.dropdown.open > a:hover,
.dropdown.open > a:focus {
	border-color: #101417;
}
/* dropdown menu */
.dropdown-menu > li > a {
	font-size: 13px;
	outline: none;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
	background: #8B0000 !important;
	color: #fff;
}

address {
	float: left;
	margin-bottom: 20px;
	font-style: normal;
	line-height: 1.42857143;
	color: #d1d7df;
	background-color: rgba(46,53,61,0.25);
	border: 1px solid #343b43;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0 1px 0 rgba(225,225,225,0.2),inset 1px 1px 1px rgba(225,225,225,0.1),1px 0 0 rgba(225,225,225,0.1);
	-moz-box-shadow: 0 1px 0 rgba(225,225,225,0.2),inset 1px 1px 1px rgba(225,225,225,0.1),1px 0 0 rgba(225,225,225,0.1);
	box-shadow: 0 1px 0 rgba(225,225,225,0.2),inset 1px 1px 1px rgba(225,225,225,0.1),1px 0 0 rgba(225,225,225,0.1);
	border: 1px solid #343b43;
	border-top-color: transparent;
	padding: 40px;
	font-size: 13px;
	margin-top: 30px;
}

address h3 {
	color: #fff;
	font-weight: bold;
	font-size: 20px !important;
}


/* PAGINATION */
.pagination > li > a, .pagination > li > span {
	font-weight: 600;
}
.pagination.inverse a,
.pagination.inverse span {
	background-color: #333e4a;
	color: #fff;
	border-top-color: #333e4a;
	border-bottom-color: #333e4a;
	border-right-color: #566676;
	border-left-color: #566676;
}
.pagination.inverse a:hover,
.pagination.inverse span:hover {
	background-color: #000;
}
.pagination.inverse > li.active > a {
	color: #3b9ff3;
	background-color: #212b36;
	border-right-color: #212b36;
	border-left-color: #212b36;
}

/* TABLES*/

table {
	border-spacing: 0;
	border-collapse: separate !important;
}

.table thead{

}
.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
  background-color: #f5fafc;
}
.table th.sortable {
	cursor: pointer;
}
.table th.sortable:hover {
	text-decoration: underline;
}
.table thead th{
	font-weight: bold;
	position: relative;
	padding-bottom: 0px !important;
	text-transform: uppercase;
	font-size: 14px;
	vertical-align: top !important;
	border-bottom: 0px !important;
}



.table td{
	color: #fff;
	vertical-align: middle !important;
	text-shadow: 0px 0px 0 rgba(0,0,0,0.3);
	border-top: 1px solid #515860 !important;
	border-bottom: 1px solid #2e343b;
}
.table th.align-right,
.table td.align-right {
	text-align: right;
	padding-right: 10px !important;
}
table tr.first td{
	border-top: 0 none;
}
table th span.line{
	position: absolute;
	top: 0;
	left: -8px;
	border-left: 1px solid #dee3ea;
	height: 10px;
}

/*Filter Table*/

.filterForm > tbody > tr > td {
	background-color: #f5f5f5;
	border-top: 1px solid #ddd !important;
	border-bottom: 1px solid #ddd !important;
	color: #333;
	text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
}

/* modals */
.modal-backdrop.in {
	opacity: 0.5 !important;
}

/* my overrides */

.modal-wide {
    
	background-image: url("/skolarikos-databank/javax.faces.resource/img/panel_bg.jpg.xhtml");

}

input[type="text"].search {
    color: black;
}

.modal-content {
    background-image: url("/skolarikos-databank/javax.faces.resource/img/panel_bg.jpg.xhtml");
}

.modal-header {
  padding: 10px;
}

.modal-header .close {
    color: white;
}

#pad-wrapper h4.modal-title {
    color: white;
}

.modal-body {
  padding: 20px;
}

.modal-body li a {
	color: rgb(139, 0, 0);
}

.modal-footer {
	padding: 5px 15px;
	text-align: right;
	border-top: 1px solid #e5e5e5;
}

.modal-footer a {
	color: rgb(139, 0, 0);
}

.table {
  margin-bottom: 10px;
}

.table-hover tbody tr:hover>td, .table-hover tbody tr:hover>th {
	background: #343c46;
	color: #fff;
}

/* why is this here, .form-control-static is repeated at the bottom of the file 
.form-control-static {
	margin-bottom: 20px;
	color: #fff;
}
*/

@media screen and (max-width: 767px) {
	.table-responsive {
		width: 100%;
		margin-bottom: 15px;
		overflow-y: hidden;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		border: 0px;
	}
}

/* override navbar toggle */
@media (max-width: 768px) {
  	.navbar-toggle {
    	display: block !important;
  	}

	.navbar-inverse .navbar-brand {
		float: left;
		color: #ffffff;
		text-transform: uppercase;
		font-weight: lighter;
		padding: 10px !important;
		margin: 0px !important;
	}
}

@media (min-width: 1200px) {
	.container {
		width: 100%;
	}
}

@-moz-document url-prefix() {
  fieldset { display: table-cell; }
}

.dashboard-ql ul {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	background-color: rgba(46,53,61,0.25);
	border: 1px solid #343b43;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0 1px 0 rgba(225,225,225,0.2),inset 1px 1px 1px rgba(225,225,225,0.1),1px 0 0 rgba(225,225,225,0.1);
	-moz-box-shadow: 0 1px 0 rgba(225,225,225,0.2),inset 1px 1px 1px rgba(225,225,225,0.1),1px 0 0 rgba(225,225,225,0.1);
	box-shadow: 0 1px 0 rgba(225,225,225,0.2),inset 1px 1px 1px rgba(225,225,225,0.1),1px 0 0 rgba(225,225,225,0.1);
}

.dashboard-ql ul li {
	float: left;
	width: 135px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #d1d7df;
	text-shadow: 0 2px 1px rgba(0,0,0,0.3);
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	padding: 10px 0px;
	text-align: center;
}

.dashboard-ql ul img {
	display: inline-block;
	width: 27px;
	height: 27px;
}

.dashboard-ql ul li a {
	cursor: pointer;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 0px 0px 0px;
	color: #fff;
}

.dashboard-ql ul li a:hover, .dashboard-ql ul li a:active, .dashboard-ql ul li a:focus {
	color: #fff;
	background: none;
}


.dashboard-ql ul li:first-child:hover {
	-webkit-border-radius:8px 0 0 8px;
	-moz-border-radius:8px 0 0 8px;
	border-radius:8px 0 0 8px;
	border-left:1px solid transparent;
	border-right:1px solid rgba(255,255,255,0.1);
	-webkit-box-shadow:inset -2px 0 0 -1px #272c32;
	-moz-box-shadow:inset -2px 0 0 -1px #272c32;
	box-shadow:inset -2px 0 0 -1px #272c32;
	color: #fff;
}

.dashboard-ql ul li:hover {
	cursor:pointer;
	background-color:rgba(36,43,53,0.3);
	border-left:1px solid rgba(255,255,255,0.1);
	border-right:1px solid rgba(255,255,255,0.1);
	-webkit-box-shadow:inset -2px 0 0 -1px #272c32;
	-moz-box-shadow:inset -2px 0 0 -1px #272c32;
	box-shadow:inset -2px 0 0 -1px #272c32;
	color: #fff;
}


.dashboard-ql ul li a:hover {
	color: #fff;
}

.dashboard-ql ul li:active,.dashboard-ql ul li:first-child:active {
	background:transparent;
	border-left:1px solid transparent;
	border-right:1px solid transparent;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	color: #fff;
}


.form-control-static {
	margin-bottom: 10px;
	color: #d1d7df;
	border: 1px solid #343b43;
	background-color: rgba(46,53,61,0.35);
	border-radius: 4px;
	padding: 5px 8px;
	min-height: 31px;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.3);
}
.form-control-static.input-lg,
.form-control-static.input-sm {
	padding-right: 0;
	padding-left: 0;
}

.copyright {
	color: #fff;
}

.table > thead > tr > th {
	font-size: 12px;
}

.well {
	color: #fff;
	border: 1px solid #343b43;
	background-color: rgba(46,53,61,0.25);
	border-radius: 4px;
}

.well h4 {
	color: #fff !important;
}

.well p {
	margin-bottom: 0px;
	color: #ddd;
}

.box {
	width: 100%;
	height: 100%;
	color: #666;
	margin-bottom: 20px;
	border-radius: 4px;
	padding: 12px;
	border: 1px solid rgb(52, 59, 67);
	background-color: rgba(46, 53, 61, 0.25);
	-webkit-box-shadow: 0 1px 0 rgba(225,225,225,0.2),inset 1px 1px 1px rgba(225,225,225,0.1),1px 0 0 rgba(225,225,225,0.1);
	-moz-box-shadow: 0 1px 0 rgba(225,225,225,0.2),inset 1px 1px 1px rgba(225,225,225,0.1),1px 0 0 rgba(225,225,225,0.1);

}


.expired{
	color: red;
}
