/* 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;
}
