html,
body {
    height: 100%;
	font-family:verdana, tahoma, arial, helvetica, sans-serif;
    font-size:12px;
  	padding-top:21px;
}


.row {
	margin-bottom: 20px;
}

.navbar {
	min-height: 50px;
 	background-color: black;
 	color: #e1ffff;
 	padding: 0px;
}


.dropdown-item {
	color: #000 !important;
}


.navbar a {
	color: #fff
}



.navbar li {
	padding-left: 40px;
}

.dropdown-menu {
	overflow-y: scroll;
    max-height: 800px;
}

.sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 100; /* Behind the navbar */
  padding: 48px 0 0; /* Height of navbar */
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

.sidebar-sticky {
	color: #e1ffff;
	position: relative;
	top: 0;
	height: calc(100vh - 48px);
	padding-top: .5rem;
	overflow-x: hidden;
	overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sidebar-sticky {
    position: -webkit-sticky;
    position: sticky;
  }
}


.sidebar .nav-link {
	padding: 0.5rem 0.5rem;
}

.sidebar .nav-link .feather {
  margin-right: 4px;
  color: #e1ffff;
}

.sidebar .nav-link.active {
  color: #e1ffff;
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
  color: inherit;
}

.sidebar-heading {
  font-size: .75rem;
  text-transform: uppercase;
}


.sidebar li {
	list-style: none;
	margin-left: -5px;
}

.sidebar li .sub-menu {
  /*background-color: #181c20;*/
  border: none;
  /*border-bottom: 1px solid #23282e;*/
  margin-left: -20px;
}


.sidebar ul :not(collapsed) .arrow:before,
.sidebar li :not(collapsed) .arrow:before {
  font-family: FontAwesome;
  content: "\f078";
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
  float: right;
}


.sidebar ul .active,
.sidebar li .active {
  /*border-left: 3px solid #d19b3d;*/
  /*background-color: #4f5b69;*/
}



/*  1st sub menu level */
.nav-side-menu ul .sub-menu li.active,
.nav-side-menu li .sub-menu li.active {
  color: #d19b3d;
}
.nav-side-menu ul .sub-menu li.active a,
.nav-side-menu li .sub-menu li.active a {
  color: #d19b3d;
}

.nav-side-menu ul .sub-menu li.sub-header,
.nav-side-menu li .sub-menu li.sub-header {
  font-weight: bold;
}



.sidebar li:hover {
  /*background-color: #020203;*/
}

.sidebar .active {
	background-color: #020203;
}


.nav-item {
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
}

.nav-link {
	display: inline;
	color: #e1ffff; 
}




#language-selection a {
	color: black;
}

.container-fluid {
	padding-top: 25px;
}

#content {
	color: black;
}

.wrap {
	display: flex;
	width: 100%;
	align-items: flex;
/*    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;*/
  	color: #000;
}
















.wrap > .container {
    padding: 20px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
	position: fixed;
	bottom: 0;
	width: 100%;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}


.basic-table
{
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	font-size: 12px;
	width: 100%;
	border-collapse: collapse;
	/*margin-right: 20px;*/
	/*min-width: 400px;*/
	/*float:left;*/
}


.basic-table th
{
	padding: 5px;
	font-weight: bold;
	font-size: 13px;

	color: #039;
	background: #b9c9fe;
/*
	color: black;
	background: #CBCBCB;
*/
	text-align:left;
}

.basic-table td {
	padding: 5px;

	border-top: 1px solid #fff;
	color: #669;
/*
	border-top: 1px solid #fff;
	color: #666;
*/	
    height:20px;
}

.basic-table .center {
	text-align: center;
}


.basic-table td.bold
{
	font-weight: bold;
}

.basic-table tr
{
	background: #e8edff;
	/*background: #FCFCFC;*/
}

.basic-table tr.normal
{
	background: #e8edff;
}

.basic-table tr.highlight
{
	background: #ffffff;
}

.basic-table tr.movedhighlight
{
	background: #b9c9fe;
}

.basic-table td.noborder
{
    border:none;
    padding-right: 5px;
    padding-left:0px;
    padding-top:0px;
    padding-bottom:0px;
}

.basic-table td.coordinatetable
{
    border:none;
    padding-right: 3px;
    padding-left:3px;
    padding-top:3px;
    padding-bottom:3px;
}


.basic-table tbody tr.highligh
{
	background-color: #b9c9fe;
}


.color-every-other-row tr:nth-child(odd) {background: #e8edbb}


.highligh-row tr:hover
{
	background-color:#d4deff;
} 

.button {
	font: bold 90% verdana, tahoma, arial, helvetica, sans-serif;
	background-color:#ffffff; 
	border:1px solid; 
	border-color: #000000; 	
	color: black;
	padding: 2px 5px 2px 5px;
}

.note {
	color: red;
}

.no-borders td {
	padding: 0px;
	border: none;
}


.button-in-text-input {
	font: bold 90% verdana, tahoma, arial, helvetica, sans-serif;
	background-color: rgba(255,255,255,1);; 
	border:0px solid; 
	color: black;
	width: 19px;
	/*padding: 5px 7px 5px 7px;*/
}

/*
.bi {
	font-size: 1.25em;
}
*/


@media(max-width:767px) {

	body {
		font-size: 1.25em;
	}

	input[type="text"] {
		font-size: 1.25em
	}

	.btn {
		font-size: 1.25em;
	}

  .mobile-font-size {
    font-size: 1.25em !important;
  }
}