#circle {
    transform: translate(-50%,-50%);
	width: 55px;
    height: 55px;	
    margin-left: 50%;
}

.loader {
    width: calc(100% - 0px);
	height: calc(100% - 0px);
	border-top: 6px solid #09f;
	border-radius: 100%;
	animation: rotate 4s linear infinite;
}


@keyframes rotate {
	100% {transform: rotate(360deg);}
} 

.loader.redl {
    border-top: 6px solid #212529;
}

.loader.orangel {
    border-top: 6px solid #212529;
}
.loader.greenl {
    border-top: 6px solid #212529;
}
.loader.bluel {
    border-top: 6px solid #212529;
}
.overlay-btn .btn {
    padding: 0.02rem 0.3rem;
}
.overlay-btn{
    text-align: center;
}

html, body {
    height: 100%;
}
body{
   background-color: #EFF0F1 !important; 
   /* font-family: var(--bs-font-sans-serif); */
   font-family: 'Rubik','Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;

}
.header{
    position: fixed;
    width: 100%;
    z-index: 10;
    top: 0;
}
#v-pills-tab {
    background-color: #f8f9fa;
    box-shadow: 0 .5em 1.5em rgba(0, 0, 0, .1), 0 .125em .5em rgba(0, 0, 0, .15);
    width: 250px;
    position: fixed;
    height: 100%;
    top: 67px;
}
.nav-link{
    text-align: left;
}
.nav-pills .nav-link{
    border-radius: 0;

}
.nav-pills .nav-link.active{
    background-color: #2eb85c;
}
.nav-pills .nav-link:hover:enabled{
    background-color: #C3EBD0;
}
.nav-logo-fttx{
    font-size: 1.5rem;
    padding: 10px 30px 0px 30px;
    text-decoration: none;
}
.nav-logo-fttx span{
    margin-left: 10px;
}
.nav-version-beschr {
    font-size: 1.5rem;
    display: block;
    height: 50px;
    padding: 6px;
    margin-left: 40%;
    color: #D1D1D1;
    width: 500px;
    text-decoration: none;
}
.tab-content {
    margin-left: 250px;
    padding: 2rem;
    width: 100%;
    margin-top: 67px;
}
.bg-dark {
    background-color: #30353A !important;
}
.login legend{
    color: #D1D1D1;
    padding: 10px;
    border-radius: 5px 5px 0px 0px;
}
div.login {
    position: absolute;
    top: 37%;
    left: 37%;
    width: 500px;
    border-radius: 5px;
}
.login fieldset{
    padding: 25px;
}
.card{
    margin-bottom: 30px;
}
.card-header {
    background-color: #D4F1DE;
}
.chosen-container-single .chosen-single{
	padding: 5px 0 0 8px;
	height: 35px;
	background-color:#fff !important;
	background: #fff !important;
	border:1px solid #dbdbdb;
	color:#363636;
/* 	box-shadow: inset 0 1px 2px */
/* 	rgba(10,10,10,.1); */
}
.chosen-container-single .chosen-single div{
	top: 8px;
}
.chosen-container .chosen-results{
	padding: 0;
}
.chosen-container .chosen-results li{
	height: 42px; 
	line-height: 28px;
	font-family: inherit;
	font-size: 12px;
	width: 100%;
}
.chosen-search input[type="text"]{
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(195, 235, 208);
}
.highlighted{
	background-color: #C3EBD0 !important;
	background: #C3EBD0 !important;
    color: #30353A !important;
}
.chosen-container-active .chosen-choices {
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(195, 235, 208);
    border: 1px solid #aaa;
}
.chosen-single-none{
	display: none !important;
}
.chosen-container-multi .chosen-drop {
    width: 100%;
}
.chosen-container-multi .chosen-choices{
    border-radius: 5px;
}
.chosen-container {
    font-size: 1rem;
}
.chosen-choices{
    padding: .375rem .75rem !important;
}
.chosen-container-multi .chosen-search-input,
.chosen-container-multi .search-field{
    width: 100% !important;
}
.btn-light {
    color: #000;
    background-color: #edeef0;
    border-color: #dbdbdb;
}
.btn{
    padding: 0.3rem .75rem;
    margin-right: 5px;
}
#doLogout{
    position: absolute;
    right: 31px;
}

.form-control:focus{
    border-color: #C3EBD0;
    box-shadow: 0 0 0 .25rem rgb(195, 235, 208);
}
.nav-link:disabled{
    opacity: 0.2;
}
.blur-effekt{
    filter: blur(4px);
    -webkit-filter: blur(4px);
    -moz-filter: blur(4px);
    -o-filter: blur(4px);
    -ms-filter: blur(4px)
}
.opticy-overlay{
    opacity: 0.4;
    background-color: #000;
}
.accordion-button:not(.collapsed) {
    color: #11933c;
    background-color: #C3EBD0;
}
.accordion-button:focus {
    border-color: #C3EBD0;
    box-shadow: 0 0 0 .25rem rgb(195, 235, 208);
}
#optiondivProjekte input[type="text"]:focus,
#optiondivProjekte input[type="number"]:focus{
    border-color: #C3EBD0;
    box-shadow: 0 0 0 .25rem rgb(195, 235, 208);
}
.form-select:focus{
    border-color: #C3EBD0;
    box-shadow: 0 0 0 .25rem rgb(195, 235, 208);
}
.proj-config {
    display: block;
    width: 50%;
}
.proj-config textarea{
    width: 50%;
}
.proj-config input[type="text"],
.proj-config input[type="number"]{
    display: block;
    width: 50%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.break-line {
    margin: 10px 0px 10px 0px;
    display: block;
    width: 100%;
    border-bottom: 1px solid #ddd;
}
/* #optiondivProjekte .aktionsbutton{
    margin-bottom: 10px;
} */
.versions thead th:last-child,
.versions1 thead th:last-child,
.versions2 thead th:last-child{
    width: 20% !important;
}
table.dataTable tbody tr.even{
    background-color: #f7f7f7;
}
table.dataTable tbody tr:hover{
	background-color: #e9fff1 !important;
}
table tbody th, table tbody td {

    padding: 2px 10px !important;

}
table .btn{
    margin-top: 2px;
    margin-bottom: 2px !important;
}
input,
textarea,
select{
    margin-bottom: 5px;
}
#cfgedit.aktionsform{
    position: absolute;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 7px;
    margin: auto;
    left: 0; right: 0;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
    height: auto;
    padding: 30px;
    width: 30%;
}
.accordion{
    margin-top: 10px;
}
.form-check-input{
    margin-right: 10px;
    float: left;
}

.form-check-input:checked {
    background-color: #2eb85c;
    border-color: #2eb85c;
}
.form-check-input:focus {
    border-color: #C3EBD0;
    box-shadow: 0 0 0 .25rem rgb(195, 235, 208);
}
.returnValue .chosen-container{
    width: 54% !important;
}
.returnValue .form-control{
    width: 54%;
}
.returnValue .form-select{
    width: 54%;
}
.returnValue{
    width: 40%;
    /* min-height: 45px; */
    display: flex;
    height: auto;
    margin-bottom: 10px;
}
.fs_planung{
    width: 30%;
}
.fs_planung .chosen-container{
    width: 102% !important;
}
#parzellenliste,
#popstandorte,
#zielstandorte,
#fttcstandorte{
    margin-top:10px;
}
.rohrverbund br{
    height: 30px;
    display: block;
    margin: 5px;
}
div.rohrverbund {
    float: left;
    display: block;
    width: 100%;
}
.returnValue button{
    margin-top: 10px;
}
.subDivOfReturn{
    width: 100%;
    display: block;
}
.subDivOfReturn .chosen-container,
.subDivOfReturn .btn,
.subDivOfReturn .form-select{
    float: right;
    width: 52% !important;
    margin: 0;
}
.flex-conetnt{
    width: 40%;
    display: flex;
    height: auto;
    margin-bottom: 10px;
}
.flex-conetnt .chosen-container{
    width: 54% !important;
}
.flex-conetnt .form-control{
    width: 54%;
}
.flex-conetnt .form-select{
    width: 54%;
}
br{
    display: block;
    width: 100%;
    margin: 5px;
}
.config-edit .flex-conetnt{
	width: 100% ;
}
.footer-leiste a {
    color: #d4f1de;
}
.footer-leiste a:hover {
    color: #2eb85c;
}
.footer-leiste {
    position: fixed;
    bottom: 0;
    color: #fff;
    width: 100%;
    padding: 8px;
    text-align: center;
}
.footer-leiste span {
    margin: 0px 85px 0px 85px;
}

.projekt-neu-form .flex-conetnt{
    width: 100%;
}