:root {
    --dia-blue: #1B4E8F;
    --dia-col-danger: #CC2001;
}

/* Overrides jquery´s datepicker */
.ui-datepicker {
    z-index: 99999 !important;
}

/* MDBootstrap Stepper */
.steps-form-2 {
    display: table;
    width: 100%;
    position: relative;
}

.steps-form-2 .steps-row-2 {
    display: table-row;
}

.steps-form-2 .steps-row-2:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 2px;
    background-color: #7283a7;
}

.steps-form-2 .steps-row-2 .steps-step-2 {
    /*display: table-cell;*/
    text-align: center;
    position: relative;
}

.steps-form-2 .steps-row-2 .steps-step-2 p {
    margin-top: 0.5rem;
}

.steps-form-2 .steps-row-2 .steps-step-2 button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.steps-form-2 .steps-row-2 .steps-step-2 .btn-circle-2 {
    width: 70px;
    height: 70px;
    border: 2px solid #59698D;
    background-color: white !important;
    color: #59698D !important;
    border-radius: 50%;
    padding: 22px 18px 15px 18px;
    margin-top: -22px;
}

.steps-form-2 .steps-row-2 .steps-step-2 .btn-circle-2:hover {
    border: 2px solid #4285F4;
    color: #4285F4 !important;
    background-color: white !important;
}

.steps-form-2 .steps-row-2 .steps-step-2 .btn-circle-2 .fa {
    font-size: 1.7rem;
}

/* Overrides "mdb.css" */
.navbar.navbar-light .navbar-nav .nav-item .nav-link {
    font-weight: 600;
    color: #fff;
}

.navbar.navbar-light .navbar-nav .nav-item .nav-link:hover {
    color: #fff;
}

.navbar.navbar-light .navbar-nav .nav-item .nav-link.disabled {
    /*font-weight: 100;*/
    color: #c7c7c7;
}

.navbar.navbar-light .navbar-nav .nav-item .nav-link.invisible {
    display: none;
}

#password.validate, #username.validate, #firstName.validate, #lastName.validate, #birthdate.validate, #prodvar.validate, #prodtyp.validate, #street.validate, #hous.validate, #plz.validate, #ort.validate, #land.validate, #position.validate {
    margin-bottom: 0;
}

.nav-div-custom {
    background-color: #1b4d8f;
}

.nav-link-custom {
    background-color: #1b4d8f;
}

.nav-link.nav-link-custom {
    border-bottom: 4px solid #649aff;
}

.pills-grey .nav-link.nav-link-custom.active, .pills-grey .show > .nav-link, .tabs-grey {
    background-color: #3665a4 !important;
    /*border-bottom: 4px solid #8bc34a;*/
    /*border-bottom: 4px solid #a566cc;*/
    border-bottom: 4px solid #d46a9a;
}

/* Overrides "bootstrap.min.css" */
#tableContainer.container {
    /*display: none;*/
    max-width: 1600px;
}

.dt-column-bold {
    font-weight: bold;
}

/* ***************************** */

/* Extends the Datatable.js */
.sumrow td {
    background-color: #e8e8e8;
    font-weight: normal;
}

.subscript {
    color: #a9a9a9;
}

/* ************************ */

/* 'input-icon-group' extends the MDB-Framework */
.input-icon-group {
    position: absolute;
    right: 0.5em;
    top: 0.6em;
}

.input-icon i {
    margin-left: 0.5em;
    color: #1976d2;
}

.input-icon i:hover {
    color: #195baf;
}

.input-icon.disabled i {
    color: #b2c2d6;
}

/* ****************************************** */

/* MDBootstrap formUserMenu */
.navbar .dropdown-menu form {
    min-width: auto !important;
    width: auto !important;
}

/* ************************ */

.video-item {
    width: 100%;
}

.video-item-sm {
    max-width: 480px;
}

.form-au {
    display:inline-block !important;
    width:48%;
    padding-right:20px;
    margin-top:0px;
    margin-bottom: 0px;
}
.form-au-grid {
    display:block !important;
    width:48%;
    padding-right:20px;
    margin-top:0px;
    margin-bottom: 0px;
}
#hf {
    margin-bottom:10px !important;
}


.session-toast-text {
    color: white;
    font-family: Barlow;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.session-toast {
    width: 27rem !important;
}

.session-toast-message {
    margin-top: 1.5rem;
}
.session-toast-message button,.session-toast-message a {
    border-radius: 6px;
    border: 2px solid white;
    background: none;
    margin-right: 1rem;
    width: 10rem;
    height: 2rem;
}

.session-toast-message button:hover {
    border-color: #CCC;
    cursor: pointer;
}


/* Round checkbox */
.dia-checkbox-container-round {
    display: inline;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.dia-checkbox-container-round input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    border-radius: 999px;
    border: 2px solid var(--dia-blue);
}

/* On mouse-over, add a grey background color */
.dia-checkbox-container-round:hover input ~ .checkmark {
    background-color: var;
}

/* When the checkbox is checked, add a blue background */
.dia-checkbox-container-round input:checked ~ .checkmark {
    background-color: var(--dia-blue);
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.dia-checkbox-container-round input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.dia-checkbox-container-round .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
