html {
    overflow-y: scroll;
}

@font-face {
  font-family: 'Source Sans Pro';
  src: url(/css/fonts/SourceSansPro-Regular.ttf);
}

.mw20p{
	width:20px;
	min-width: 20px;
	max-width: 20px;
}

.btn{
	background-color: #fff;
	border:1px solid #dadce0;
}

.btn:hover{
	background-color: rgba(32,33,36,0.059);
}

.form-control:focus {
    color: #495057;
    /*background-color: #fff;*/
    border-color: #ced4da;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(206, 212, 218, 0.4);
}

.btn.focus, .btn:focus, .btn.act {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(206, 212, 218, 0.4);
}

.submit {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.submit:hover,.submit:focus {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(108,117,125,.5);
}

html, body{
	height:100%;
}

body{
	font-family:'Source Sans Pro', sans-serif !important;
	background-color: #737373;
	color:black;
	padding-top:5px;
	padding-bottom:5px;
}

#content-login{
	margin-left:5px;
	margin-right: 5px;
	background-color:#fff;
	border-radius: 15px;
	margin-top:0px;
	margin-bottom:0px;
	min-height: 600px;
	height:100%;
	overflow: hidden;
}

#content{
	margin-left:5px;
	margin-right: 5px;
	background-color:#fff;
	border-radius: 15px;
	margin-top:0px;
	margin-bottom:0px;
	height: 100%;
}

#content h1{
	font-size: 30px;
	margin-top:20px;
	margin-bottom:35px;
}

#content h2{
	font-size: 23px;
	margin-top:10px;
	margin-bottom:25px;
}

.login-row{
	height: 100%;
}

.login-row .logo{
	text-align: center;
}

.login-row .logo img{
	width:300px;
}

.login-row h1{
	font-size:30px;
	font-weight: 600;
	text-align: center;
	margin-top:50px;
	margin-bottom:20px;
}

.login-row .input{
	width:250px;
	margin-bottom:20px;
	padding-left:10px;
	padding-right:10px;
	font-size: 18px;
	border:0px solid #000;
	border-bottom: 1px solid #e6e6e6;
}

.login-row .submit{
	padding:5px;
	width:250px;
}

#head{
	height:70px;
	border-bottom: 1px solid #d3d3d3;
}

#head .logo{
	padding-left:20px;
}

#body{
	min-height: calc(100% - 70px);
	background-color: #fff;
    border-radius: 15px;
}

#body .left{
	background-color: #f6f6f6;
	border-bottom-left-radius: 15px;
}

#body .left .header{
	font-size: 18px;
	font-weight: 900;
	padding:20px;	
}

#body .left .item{
	display:block;
	font-size: 18px;
	padding:10px 0px 10px 0px;
	color:black;
	margin-left: 20px;
	margin-right: 20px;
	border-bottom:1px solid #d3d3d3;
	border-top:1px solid #d3d3d3;
	margin-top:-1px;
}

#body .left .item.aktiv{
	font-weight: 900;
	background-color:#eeeeee;
	margin-left: 0px;
	margin-right: 0px;
	padding:10px 20px 10px 20px;
}

#body .left .item:hover{
	text-decoration: none;
	background-color:#eeeeee;
	margin-left: 0px;
	margin-right: 0px;
	padding:10px 20px 10px 20px;
}

#body .right{
	padding-bottom:20px;
}

#Modal{
	top:50%;
	transform:translateY(-50%);
}

#Modal .modal-body{
	font-size: 16px;
}

#Modal .modal-body select{
	width:auto;
	display:inline-block;
}

#Modal .modal-body .row{
	padding:5px;
}

#Modal2{
	top:50%;
	transform:translateY(-50%);
}

#Modal2 .modal-body{
	font-size: 16px;
}

#lista{
	margin:20px;
}

#lista h1{
	font-size: 30px;
	margin-top:20px;
	margin-bottom:35px;
}

#lista .title{
	font-weight: bold;
	border-bottom:1px solid #d3d3d3;
	text-align: center;
	padding-left:20px;
	padding-right:20px;	
}

#lista .data{
	padding: 12px 20px 11px 20px;
	border-bottom:1px solid #d3d3d3;
	text-align: center;
	/*transition: all 0.3s;*/
}

#lista .data.meghiusult .show{
	opacity: 0.4;
	text-decoration: line-through;
}

#lista .data.sub{
	padding:0px;
	margin-bottom:-1px;
}

#lista .data .open-close{
	display:block;
	position: absolute;
	left:0px;
	top:50%;
	width:20px;
	height:20px;
	border:1px solid #000;
	cursor: pointer;
	transform: translateY(-50%);	
}

#lista .data .open-close::before{
	content: "+";
	position: absolute;
	width:20px;
	height:20px;
	transform: translate(-50%, -17%);
}

#lista .data .open-close.open::before{
	content: "-";
}

#lista .data .closed:hover{
	text-decoration: none;
}

#lista .data.clickable .show{
	cursor: pointer;
}

#lista .data.no-border{
	border-bottom:0px solid #d3d3d3;
}

#lista .data:hover{
	/*background-color:#eeeeee;*/
}

/*#lista .data span{*/
/*	display: inline-block;*/
/*	width:200px;*/
/*	text-align: left;*/
/*}*/

#lista .data.gborder{
	border:1px solid #d3d3d3;
}

#lista .data a.icon{
	display: inline-block;
	width:24px;
	height:24px;
	margin-left:5px;
	margin-right:5px;
}

#lista .data a.icon.disabled{
	opacity: 0.2;
	cursor: initial;
}

#lista .data .del.no{
	cursor: not-allowed;
	opacity: 0.2;
}

#form{
	margin:40px;
	max-width: 800px;
}

#form h2{
	margin-top:40px;
}

.kotelezo{
	color:#dc3545;
}

.kotelezo2{
	color:#dc3545;
}

.append-del{
	position: absolute;
	top:45px;
	left:-10px;
	cursor: pointer;
}

.hidden{
	display: none;
}

.search_option{
	height:340px;
	overflow: hidden;
	transition: height 1s;
}

.search_option_admin{
	height:415px;
}

.search_option-h{	
	height:0px;
}

#map{
	width:100%;
	height:500px;
	border:0px solid #000;
}

#map2{
	width:100%;
	height:500px;
	border:0px solid #000;
}

.search_option .date{
	width:100px;
}
