/* styl prepisujici nebo doplnujici bootstrap*/

html {
  font-size: 0.85rem;
}

body {
	font-family: open_sans, sans-serif;
}

#number {
	/*font-size: 0.95rem;*/
	font-family: roboto_mono, sans-serif;
	background-color: none;
}

#logoinmep {
	margin-top: 10px;
}

#label1 {
	font-size: 40px; 
	color: #505d79;
	font-weight: bold;
}

#label2 {
	font-size: 25px; 
	color: #8e98ad;
	font-weight: bold;
	margin-top: -10px;
	margin-left: 5px;
}

#today {
	display: inline-block;
	font-size: 11px; 
	color: #8e98ad;
	margin-right: 5px;
	opacity:0.5;
}

.btn {
	cursor: pointer;
	font-weight: bold;
	-webkit-box-shadow: 1px 1px 11px -2px rgba(0,0,0,0.44);
	-moz-box-shadow: 1px 1px 11px -2px rgba(0,0,0,0.44);
	box-shadow: 1px 1px 11px -2px rgba(0,0,0,0.44);	
}

.btn-link {
	cursor: pointer;
	color: #667086;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;	
}

.table .thead-dark th {
  color: #fff;
  background-color: #707788;
  border-color: #555965;
}

#tab {
	-webkit-box-shadow: 3px 2px 13px -4px rgba(0,0,0,0.75);
	-moz-box-shadow: 3px 2px 13px -4px rgba(0,0,0,0.75);
	box-shadow: 3px 2px 13px -4px rgba(0,0,0,0.75);
	margin-bottom:40px;
	min-width: 1150px;
	max-width: 1150px;
}

.table {
  margin-bottom: 0px;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 1px;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 0;
}

.modal-content {
  border-radius: 0.1rem;
}

.modal-body {
  padding: 5px;
}

.page-link {
  color: #505d79;
  background-color: #fff;
}

.page-item.active .page-link { 
	background-color: #8595b7;
  border-color: #505d79;
}

.datepicker {
	-webkit-box-shadow: 3px 2px 13px -4px rgba(0,0,0,0.75);
	-moz-box-shadow: 3px 2px 13px -4px rgba(0,0,0,0.75);
	box-shadow: 3px 2px 13px -4px rgba(0,0,0,0.75);
}

.dropdown-menu {
	-webkit-box-shadow: 3px 2px 13px -4px rgba(0,0,0,0.75);
	-moz-box-shadow: 3px 2px 13px -4px rgba(0,0,0,0.75);
	box-shadow: 3px 2px 13px -4px rgba(0,0,0,0.75);
}

#logo {
	position:relative;
	opacity: 0.2;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

#logo:hover {
	position:relative;
	opacity: 1;
}

.card-columns {
	-webkit-column-count:6;
	-moz-column-count:6;
	column-count:6;
}

#mainbtn {
	text-decoration: underline;
	color:#505d79;
}

#mainbtn:hover {
	text-decoration: underline;
	color:#8e98ad;
}

.scrollable-menu {
	height: auto;
	max-height: 300px;
	overflow-x: hidden;
}