#twofactorinputs {
    width: 550px;
    margin: auto;
}

div {
    border-width: 1px;
    border-color: black;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.flexcontainer {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: space-between;
}

.flexgrow {
    flex-grow: 1;
}

.deactivatedbutton {
    color: #fff;
    background-color: red;
    border-color: #007bff;
    cursor: default;
}

.collabel {
    flex: 1;
    padding-left: 5px;
}

.colinput {
    flex: 2;
}

.colinputprint {
    flex: 6;
    padding-left: 5px;
}

.col-container {
    flex: 2;
    /*  padding-left: 5px;*/
}

.colinput-narrow {
    flex: 3;
}

.colinput-wide {
    flex: 7;
}

.col-sys-label {
    flex: 1;
}

.col-sys-show {
    flex: 3;
}

/*Aktiver Haupt-Menü-Eintrag
Hat bootstrap mit neuer Version etwas automatisches?*/


.dropdown-menu .active {
    background-color: rgb(120, 120, 120);
}

/* workaround zu bootstrap, funktioniert nur außerhalb von Navbar oder innerhalb von navbar-nav
Hat bootstrap mit neuer Version eine Lösung ? */
.dropdown-menu-right {
    right: 0;
    left: auto;
}

/*??*/
div.container a.navbar-brand>img {
    display: inline;
    margin-right: 4px;
    /*margin-top: -2px;*/
}

/*??*/
.navbar-toggle {
    width: 20px;
    height: 20px;
}

.btn-primary-outline {
    background-color: transparent;
    border-color: transparent;
}

/* Menü Ende *********************************************/
.container {
    max-width: 100%;
}

#lookupMask {
    margin-left: 25px;
}

.lookupMaskForm {
    width: 100%;
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    max-width: 1900px;
    /* or 950px */
}

.Gewerkeerrorborder {
    border-color: red;
}

.nasty {
    -moz-opacity: 0.45;
    opacity: 0.45;
    filter: alpha(opacity=45);
    background-image: url(../img/animated-rainbow.gif);
    background-repeat: repeat;
    background-position: center center;
}

.zf-green {
    color: #68b604;
}

.btn-success {
    background-color: #57a900;
    background-image: -moz-linear-gradient(top, #70d900, #57a900);
    background-image: -ms-linear-gradient(top, #70d900, #57a900);
    background-image: -webkit-gradient(linear,
            0 0,
            0 100%,
            from(#70d900),
            to(#57a900));
    background-image: -webkit-linear-gradient(top, #70d900, #57a900);
    background-image: -o-linear-gradient(top, #70d900, #57a900);
    background-image: linear-gradient(top, #70d900, #57a900);
    filter: progid:DXImageTransGewerke.Microsoft.gradient(startColorstr='#70d900', endColorstr='#57a900', GradientType=0);
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
    background-color: #57a900;
}

/* In table-view */
.table_btn {
    float: right;
    display: flex;
    flex-direction: row;
}


#loginform {
    width: 100%;
}

.Gewerke-signin {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}

#auftraege_wrapper {
    height: 100%;
    display: inline-block;
}

.hidden {
    display: none;
}



div.dataTables_scroll {
    margin: 0 auto;
}

.clear {
    clear: both;
}

/*HR: überschrieben, damit die Inhalte der Zeilen mittig erscheinen- */
.table td {
    vertical-align: middle !important;
}

.form-control_table {
    padding: 0rem 0.75rem;
    height: auto !important;
    font-size: small !important;
}

.form-control_table_textarea {
    padding: 0rem 0.75rem;
    height: 21px;
    font-size: small !important;
}

#auftrag_pos {
    font-size: small !important;
}

.detail_table {
    font-size: small !important;
    width: 1400px;
    float: left;
}

div.col label {
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
}

#verfuegbaregewerke {
    position: relative;
    float: left;
    overflow: auto;
    width: 267px;
    height: 280px;
}

.list-group-item {
    padding: 0.1rem 1.25rem;
}

#gelerntegewerke {
    position: relative;
    float: left;
    overflow: auto;
    width: 200px;
    height: 200px;
    margin-left: 20px;
    border-color: black;
    border-width: 1px;
    border-style: solid;
}

#newDialog {
    background-color: white;
}


#noAddAvailable {
    background-color: #cacaca;
    padding: 5px;
    margin-left: 5px;
    float: inline-start;
    border-radius: 0.25rem;
}

input[type="checkbox"] {
    /* Double-sized Checkboxes */
    -ms-transform: scale(2);
    /* IE */
    -moz-transform: scale(2);
    /* FF */
    -webkit-transform: scale(2);
    /* Safari and Chrome */
    -o-transform: scale(2);
    /* Opera */
    transform: scale(2);
    margin-right: 10px;
    width: 10px;
    height: 10px;
}

/* CSS für den Planungskalender */
.kalenderContainer {
    display: table;
    width: 100%;
}

.kalenderRow {
    display: table-row;
}

.kalenderCell {
    border: 1px solid #999999;
    display: table-cell;
    padding: 3px 10px;
}

.kalenderHeading {
    background-color: rgb(102, 102, 102);
    color: #eee;
    /*    height: 85px;*/
    display: table-header-group;
}

.kalenderCellHead {
    background-color: rgb(102, 102, 102);
    color: #eee;
    border-color: #cacaca;
    border-style: solid solid none;
    border-width: 1px 1px 0px;
    text-align: center;
    width: 40px;
    height: 70px;
}

.kalenderCellHeadPrint {
    background-color: rgb(102, 102, 102);
    color: #eee;
    border-color: #cacaca;
    border-style: solid solid none;
    border-width: 1px 1px 0px;
    width: 21px;
    /* 40px für 4 spalten, 20px für 6 Spalten */
    height: 70px;
}

.kalenderCellHeadDayPrint {
    width: 21px;
    /* 40px für 4 spalten, 20px für 6 Spalten */
    height: 25px;
    text-align: center;
}

.kalenderCellHeadTextOuterprint {
    width: 21px;
    height: 45px;
    overflow: hidden;
    /*margin-left: 10%;*/
    margin-right: 10%;
}

.printspace {
    margin: 15px;
}

.kalenderCellHeadText {
    background-color: rgb(102, 102, 102);
    color: #eee;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    font-size: 15px;
    width: 45px;
    height: 45px;
}

.kalenderCellHeadTextOuter {
    width: 25px;
    height: 45px;
    overflow: hidden;
    /*margin-left: 10%;*/
    margin-right: 10%;
}

.kalenderCellHeadDay {
    width: 40px;
    height: 25px;
    text-align: center;
}

.kalenderFoot {
    background-color: #eee;
    display: table-footer-group;
    font-weight: bold;
}

.kalenderBody {
    display: table-row-group;
}

.terminiert {
    background-color: rgb(181, 181, 199) !important;
}

.inArbeit {
    background-color: yellow !important;
}

.fertig {
    background-color: green !important;
}

.planFreeHead {
    background-color: rgb(59, 59, 59) !important;
    color: rgb(236, 57, 57) !important;
}

.planFreeCell {
    background-color: #ffe5ff;
}

.plan_radio {
    margin-left: 10px;
    margin-top: 10px;
    float: left;
}

.footerLeft {
    float: left;
    width: auto;
}

.footerMiddle {
    float: left;
    width: auto;
}

.footerRight {
    float: right;
    width: auto;
}

#footer {
    display: inline-block;
    width: 100%;
}

.Legende {
    float: left;
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 3px;
}

.LegendenFarbe {
    float: left;
    width: 22px;
    height: 15px;
    margin-top: 10px;
    margin-right: 10px;
}

.colinput.infoText {
    background: #e9ecef;
    border-radius: 5px;
    border: 1px solid #ced4da;
}

.btnSearchLV {
    cursor: pointer;
    float: left;
    position: relative;
}

.lvField {
    width: 80%;
    float: left;
    position: relative;
}

td.details-control {
    background: url("../img/plus.png") no-repeat center center;
    cursor: pointer;
}

tr.shown td.details-control {
    background: url("../img/minus.png") no-repeat center center;
}

.tooltip {
    background: url("../img/bootstrap-icons/search.svg") no-repeat center center;
    color: #c32e04;
    cursor: help;
    position: relative;
}

.tooltip span[rel="tooltip"] {
    display: none;
}

.tooltip:hover span[rel="tooltip"] {
    display: block;
    position: absolute;
    bottom: 1em;
    left: -6em;
    width: 15em;
    padding: 0.5em;
    z-index: 100;
    color: #000;
    background-color: #ffebe6;
    border: solid 1px #c32e04;
    border-radius: 0.2em;
}

.table_hint {
    font-size: 12px;
    font-style: italic;
    font-weight: bold;
}

.dialogWithDropShadow {
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

#overlayDiv {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    background: #fff;
    color: #000;
    opacity: .7;
    visibility: hidden;
    text-align: center
}

#wait_img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -234px;
    margin-top: -130px;
}

.btn-kachel {
    width: 100%;
    margin: 20px;
    float: left;
    color: white !important;
    border-radius: 8px;
    text-align: center;
    padding-top: 10px;
    font-size: 1.5em;
    max-width: 500px;
    background-color: #12A6B6;
    border-color: #12A6B6;
}

.btn-kachel:hover {
    background-color: rgb(120, 120, 120);
    border-color: rgb(120, 120, 120);
    color: rgba(255, 255, 255, .5) !important;
}

.containerForKacheln {
    margin-left: 15%;
    margin-right: 15%;
}

.text-row {
    margin-top: 20px;
}

html {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
}

.jumbotron {
    background-color: #FFFFFF;
}

.menu_right li:hover>ul {
    top: 100%;
    right: 0;
    left: auto;
}

/* Menü Anfang *******************************************************/
/* Gesamter Menübalken. */
nav {
    float: left;
    width: 100%;
    background: rgb(120, 120, 120);
    font-size: 18px;
}

nav ul {
    margin: 0;
    padding: 0;
}

nav a {
    display: block;
    color: rgb(255, 255, 255);
    text-decoration: none;
}

nav ul li {
    position: relative;
    float: left;
    list-style: none;
    color: rgb(120, 120, 120);
    transition: 0.5s;
}

nav ul li a {
    padding: 20px;
}

nav ul>li.submenu>a:after {
    position: relative;
    float: right;
    content: '';
    margin-left: 10px;
    margin-top: 5px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid rgb(255, 255, 255);
    border-bottom: 5px solid transparent;
}

nav ul ul li.submenu>a:after {
    margin-left: auto;
    margin-right: -10px;
    border-left: 5px solid rgb(0, 0, 0);
    border-right: 5px solid transparent;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}

nav ul ul {
    position: absolute;
    top: -9999px;
    left: -9999px;
    background: rgb(255, 255, 255);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.dropdown-menu li.dropdown:hover>ul {
    display: block;
}

nav ul ul li {
    float: none;
    width: 250px;
    border-bottom: 1px solid rgb(255, 255, 255);
}

nav ul ul li a {
    padding: 10px 20px;
}

nav ul ul li:last-child {
    border-bottom: none;
}

nav ul li:hover>ul {
    top: 100%;
    left: 0;
    right: auto;
}

nav ul ul li:hover>ul {
    top: 0;
    left: 250px;
}

.startkacheln-table {
    display: table;
    width: 80%;
    margin: auto;
}

.startkacheln-table-row {
    display: table-row;
}

.startkacheln-table-cell {
    display: table-cell;
    padding-right: 15px;
    min-width: 240px;
}

.startkacheln-text {
    text-align: center;
}

.form-control-vert {
    width: 160px;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    margin-left: 5px;
}

.btn-primary,
.btn-success,
.btn-danger {
    background-image: none !important;
}

.btn-icon-and-title-medium img {
    width: 24px;
}

.btn-medium {
    padding: 0 9px;
    width: 44px;
    height: 40px;
}

.btn-medium img {
    width: 24px;
}

a.btn-medium {
    padding: 5px 9px;
}

.btn-accept-cancel {
    padding: 2px 4px;
    width: 44px;
    height: 40px;
}

.btn-accept-cancel img {
    width: 32px;
}

table.dataTable thead .sorting_asc {
    background-image: url(../img/bootstrap-icons/chevron-up.svg);
}

table.dataTable thead .sorting_desc {
    background-image: url(../img/bootstrap-icons/chevron-down.svg);
}

table.dataTable thead .sorting {
    background-image: url(../img/bootstrap-icons/chevron-expand.svg);
}

.dataTables_wrapper .dataTables_filter input {
    margin-left: 0px;
}

.dataTables_wrapper .dataTables_processing {
    position: absolute;
    top: 30%;
    left: 50%;
    width: 30%;
    height: 40px;
    margin-left: -20%;
    margin-top: -25px;
    padding-top: 5px;
    text-align: center;
    font-size: 1.2em;
    background: rgb(165, 164, 164);
}

.overlayDiv {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    background: #000;
    color: #fff;
    opacity: .7;
    visibility: hidden;
    text-align: center
}

.dropZoneDiv {
    position: absolute;
    background-color: #fff;
    color: #000;
    width: 90%;
    height: 90%;
    top: 5%;
    left: 5%;
    text-align: center;
    border: #495057 dashed;
    border-radius: 1.5em;
}

span.fancytree-selected span.fancytree-title {
    font-style: italic;
    color: black !important;
    background-color: transparent !important;
}

.dashboardStats {
    display: flex;
    flex-direction: column;
    width: 50%;
    height: 100%;
    padding: 10px;
    background-color: #ffffff;
    border-radius: 0.3rem;
}

/* Chart Überschreibungen */
.chartGraph {
    width: 100px !important;
    height: 100px !important;
    margin: 0px !important;
}

.chartCircle::after {
    width: 60px !important;
    height: 60px !important;
}

.chartColor1 {
    background-color: #BEB4C5 !important;
}

.chartColor2 {
    background-color: #12A6B6 !important;
}

.chartColor3 {
    background-color: #B31100 !important;
}

.maennlich {
    background-color: #12A6B6 !important;
}

.weiblich {
    background-color: #99D434 !important;
}

.divers {
    background-color: #FFB500 !important;
}

.staat1 {
    background-color: #12A6B6 !important;
}

.staat2 {
    background-color: #99D434 !important;
}

.staat3 {
    background-color: #B31100 !important;
}

.staat4 {
    background-color: #FFB500 !important;
}

.staatSonstige {
    background-color: #B00098 !important;
}

/* Chart Überschreibungen */
.formFieldset {
    width: calc(100% - 20px);
    display: flex;
    margin-left: unset;
    margin-right: unset;
}

.formDivBasis {
    margin-right: 10px;
    margin-top: 10px;
    padding: unset;
}

.formDivBorder {
    border: 1px solid;
    border-color: #ced4da;
    border-radius: 5px;
    padding: 10px;
}

.formDiv-col-1 {
    width: 100%;
}

.formDiv-col-2 {
    width: calc(50% - 10px);
    padding: 10px;
}

.formDiv-col-3 {
    width: calc(33% - 3px);
}

.formDiv-col-4 {
    width: calc(25% - 2px);
}