/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

h5 { font-size: 1rem; }

.tooltip-inner { max-width: 400px !important; }

/** Header Icon handlings */
.i-bordered:hover {
    background: inherit !important;
    color: inherit !important;
    cursor: none !important;
    font-weight: inherit !important;
    border-color: inherit !important;
    text-shadow: none !important;
    box-shadow: none !important;
}

label { text-transform: none; }
label.form-check-label { font-weight: revert; font-weight: revert; font-size: revert; color: #000; letter-spacing: revert; }
div.form-check label { font-size: revert; font-weight: revert; letter-spacing: revert; }

.menu-link span {
    display: inline;
}

#logo {
    margin-top: 3px;
}
#logo img {
    height: 50px !important;
}
.blue-darkblue #header, #header.blue-darkblue {
    border-bottom-color: rgba(255,255,255,0.05);
}

#copyrights {
    padding: 15px 0;
}

.blue-circled {
    border-radius: 50% !important;
}
.blue-bordered {
    border: 1px solid #555;
    line-height: 25px !important;
    background-color: transparent !important;
    color: #444;
    text-shadow: none;
}
.blue-circled, .blue-bordered {
    width: 26px !important;
    height: 26px !important;
    line-height: 26px !important;
    background-color: #444;
    border-radius: 3px;
}
.blue-circled, .blue-bordered {
    display: block;
    float: left;
    margin: 4px 11px 7px 0;
    text-align: center !important;
    font-size: 14px;
    color: #444;
    text-shadow: 1px 1px 1px rgb(0 0 0 / 30%);
    font-style: normal;
}
.blue-min-height { min-height: 500px; }



/* LAYOUT 2023 BOX STYLES */

/** BLUE 23BLUE STYLES */
.bg-blue-23darkblue {
    background-color: #d0e5f2;
}

/** CONTACT BOXES **/
.bg-blue-23contact-head {
    background-color: #e0eef7;
    color: #708ea6 !important;
}
.blue-23contact-border {
    border: 1px solid #c9dbe6 !important;
}
.bg-blue-23contact-body {
    background-color: #ffffff;
}

/** PRICING BOXES */
.pricing-title {
    background: #c9dbe6 !important;
    color: #708ea6 !important;
}
.pricing-title h3, .pricing-title span, .pricing-price {
    color: #708ea6 !important;
}

/** GOLD ICON */
i.golden { color: #D39E3B !important;}

/** CERT BOXES **/
.bg-blue-23cert-head {
    background-color: #c9dbe6;
    color: #708ea6 !important;
}
.blue-23cert-border {
    border: 1px solid #c9dbe6 !important;
}
.bg-blue-23cert-body {
    background-color: #e0eef7 !important;
}


/** BLUE DARKBLUE STYLES */
.text-blue-darkblue {
    color: #708EA6;
}
.border-blue-darkblue {
    border-color: #708EA6 !important;
}
.bg-blue-darkblue {
    background-color: #708EA6;
}

/** BLUE PLAINBLUE STYLES */
.bg-blue-blue {
    background-color: #11679B;
}

/** BLUE DARK GREY STYLES */
.text-blue-darkgrey {
    color: #55565E;
}
.bg-blue-darkgrey {
    background-color: #55565E;
}

/** BLUE LIGHTGRAY STYLES */
.text-blue-lightgrey {
    color: #ECECEC;
}
.bg-blue-lightgrey {
    background-color: #e0eef7;
}
.pricing-price {
    background-color: #e0eef7 !important;
}
.form-control:disabled, .form-control[readonly] {
    background-color: #e0eef7 !important;
}

/** BLUE MIDGRAY STYLES */
.bg-blue-midgrey {
    background-color: #9dbbce;
}

/** BLUE MIDDARKGRAY STYLES */
.text-blue-darkmidgrey {
    color: #AFAFB2;
}
.bg-blue-darkmidgrey {
    background-color: #9dbbce;
}


/** BLUE ORANGE STYLES */
.bg-blue-orange {
    background-color: #D49E3B;
}
.text-blue-orange {
    color: #D49E3B !important;
}
.border-blue-orange {
    border-color: #D49E3B !important;
}


/** OVERRIDES */
.top-75 {
    top: 75% !important;
}
body, #wrapper, #content {
    background: #EFF9FF;
    color: #000;
}
body.light, #wrapper.light, #content.light {
    background: #EFF9FF;
}
.dark #header-wrap {
    background-image: url('../img/assets/layout/portal_navigation.png'), linear-gradient(to right, #D39E3B 50%, #0075BF 50%);
    background-position: center center;
    background-repeat: no-repeat;
    box-shadow: 0 10px 6px -6px #ccc;
}
#header-wrap.blue-admin {
    background: #D49E3B !important;
}

.menu-link {
    color: #fff !important;
    font-weight: 300;
    text-transform: none !important;
    margin-right: -10px;
}
.menu-link:hover {
    color: #fff !important;
}

.menu-link span {
    border: 1px solid transparent;
    padding: 7px;
}
.menu-link:hover span, .menu-link.active span {
    padding: 7px;
    border: 1px solid white;
    border-radius: 6px;
}

@media (min-width: 992px) {
    div.container.astro-notebook {
        background: transparent url(../img/assets/astronaut_notebook_flip.png) no-repeat;
        background-size: 350px 350px;
        background-position-y: 25%;
        background-position-x: right;
        background-attachment: fixed;
    }

    .margin-astro-notebook {
        background: transparent url(../img/assets/astro_margin_notebook.png) no-repeat;

        background-position-x: center;
        background-position-y: 50px;
    }
}
@media (min-width: 992px) {
    div.container.rocket {
        background: transparent url(../img/assets/astronaut_rocket.png) no-repeat;
        background-size: 350px 350px;
        background-position-y: 25%;
        background-position-x: 80%;
        background-attachment: fixed;
    }
    .margin-rocket {

        background: transparent url(../img/assets/astro_margin_rocket.png) no-repeat;
        background-position-x: center;
        background-position-y: 50px;
    }
}

@media (min-width: 992px) {
    div.container.rocket-ride {
        background: transparent url(../img/assets/astronaut_ridetherocket.png) no-repeat;
        background-size: 350px 350px;
        background-position-y: 25%;
        background-position-x: 80%;
        background-attachment: fixed;
    }
    .margin-rocket-ride {
        background: transparent url(../img/assets/astro_margin_ridetherocket.png) no-repeat;
        background-position-x: center;
        background-position-y: 50px;
    }
}

@media (min-width: 992px) {
    div.container.astro-feedback {
        background: transparent url(../img/assets/astronaut_feedback.png) no-repeat;
        background-size: 350px 350px;
        background-position-y: 25%;
        background-position-x: 80%;
        background-attachment: fixed;
    }
    .margin-astro-feedback {
        background: transparent url(../img/assets/astro_margin_feedback.png) no-repeat;
        background-position-x: center;
        background-position-y: 50px;
    }
}

@media (min-width: 992px) {
    div.container.astro-pencil {
        background: transparent url(../img/assets/astro_margin_pencil.png) no-repeat;
        background-size: 350px 350px;
        background-position-y: 25%;
        background-position-x: 80%;
        background-attachment: fixed;
    }
    .margin-astro-pencil {
        background: transparent url(../img/assets/astro_margin_pencil.png) no-repeat;
        background-position-x: center;
        background-position-y: 50px;
    }
}

@media (min-width: 992px) {
    div.container.astro-feedback-done {
        background: transparent url(../img/assets/astro_margin_feedback_done.png) no-repeat;
        background-size: 350px 350px;
        background-position-y: 25%;
        background-position-x: 80%;
        background-attachment: fixed;
    }
    .margin-astro-feedback-done {
        background: transparent url(../img/assets/astro_margin_feedback_done.png) no-repeat;
        background-position-x: center;
        background-position-y: 50px;
    }
}

@media (min-width: 992px) {
    div.container.astro-planet {
        background: transparent url(../img/assets/astronaut_planet.png) no-repeat;
        background-size: 350px 350px;
        background-position-y: 25%;
        background-position-x: 80%;
        background-attachment: fixed;
    }
    .margin-astro-planet {
        background: transparent url(../img/assets/astronaut_planet.png) no-repeat;
        background-position-x: center;
        background-position-y: 50px;
    }
}
@media (min-width: 992px) {
    div.container.astro-planet-eg {
        background: transparent url(../img/assets/astronaut_planet_eg.png) no-repeat;
        background-size: 350px 350px;
        background-position-y: 25%;
        background-position-x: 80%;
        background-attachment: fixed;
    }
    .margin-astro-planet-eg {
        background: transparent url(../img/assets/astronaut_planet_eg.png) no-repeat;
        background-position-x: center;
        background-position-y: 50px;
    }
}

@media (min-width: 992px) {
    div.container.astro-planet-bt {
        background: transparent url(../img/assets/astronaut_planet_bt.png) no-repeat;
        background-size: 350px 350px;
        background-position-y: 25%;
        background-position-x: 80%;
        background-attachment: fixed;
    }
    .margin-astro-planet-bt {
        background: transparent url(../img/assets/astronaut_planet_bt.png) no-repeat;
        background-position-x: center;
        background-position-y: 50px;
    }
}

.list-group-item.active {
    background-color: #708EA6;
    border-color: #708EA6;
}
@media (min-width: 992px) {
    .sub-menu-container {
        border: 0;
        border-top: 1px solid #0075BF;
    }
    .dark .primary-menu:not(.not-dark) .sub-menu-container .menu-item > .menu-link {
        background: #CCE3F2;
        border-bottom: 1px solid #fff;
        color: #0075BF !important;
        font-weight: normal;
        font-size: 13px;
    }
    .dark .primary-menu:not(.not-dark) .sub-menu-container .menu-item > .menu-link:hover {
        background: #AFD3EB;
    }
}



/** IMAGE STYLES **/
img.blue-journey {
    max-width: auto !important;
    height: 320px !important;
    /*object-fit: cover;*/
}

/** CALCULTOR STYLES */
.pricing-price {
    font-size: 2.0rem;
}
.pricing-price .price-unit {
    margin: 1px 3px 0 0 !important;
}

.table.blue td, .table.blue th {
    padding: 0.25rem;
    font-size: 0.85rem;
}
.table.blue-xs td, .table.blue-xs th {
    padding: 0.25rem;
    font-size: 12px !important;
}

div.contact-box {
   margin-top: 450px;
}


/** SAP PARAMETERS */
.accordion-button:not(.collapsed) {
    color: #000;
    font-weight: normal;
    background-color: #fff;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}
.toggle-header,
.accordion-header {
    font-weight: normal;
}

.nav-link {
    color: #a6a6a6;
}
.nav-link:hover, .nav-link:focus {
    color:#708EA6;
}

/** Test-Box inverted styles */
div.testBox a:hover {
    color: #a67a29 !important;
}

/**
 * TABLE STYLES
 */
.td-50 {
    width: 50px;
}
.td-75 {
    width: 75px;
}
.td-100 {
    width: 100px;
}
.td-150 {
    width: 100px;
}
.td-175 {
    width: 175px;
}
.td-200 {
    width: 200px;
}
.td-250 {
    width: 250px;
}
.td-350 {
    width: 350px;
}
.td-75p {
    width: 75%;
}


div.searchresult {

}

/** DROPDOWN OVERRIDE */
.dropdown-toggle.btn-blue {
    background: #0075BF;
    color: #fff;
}
.dark .dropdown-menu {
    background-color: #CCE3F2;
    border-color: #0075BF;
}
.dark .dropdown-menu a {
    color: #0075BF !important;
}
.dark .dropdown-menu a:hover {
    color: #0075BF !important;
    background: #AFD3EB;
}

/** TOP-LINKS OVERRIDE */
.top-links-item { border: 0 !important; }
.top-links-item i { color: #fff; }
.top-links-item:hover { background: none !important; }
.top-links-sub-menu {
    background-color: #CCE3F2 !important;
    border-color: #0075BF !important;
}
.top-links-sub-menu a {
    color: #0075BF !important;
}
.top-links-sub-menu a:hover {
    color: #0075BF !important;
    background: #AFD3EB;
}

/** ALERT OVERRIDES */
.alert-dark {
    color: #141619;
    background-color: #e0eef7 !important;
    border-color: #c9dbe6 !important;
    color: #708ea6 !important;
}

/** BEREICHE OVERRIDES */
.btn-outline-dark.bg-white:hover {
    background: #000 !important;
}

/** FEEDBACK BUTTONS */
a.fb_01 {
    background: url('../img/assets/feedback/fb_01_default.png') center center no-repeat;
    width: 45px !important;
    height: 45px !important;
    display: block;
    padding: 0;
    margin: 0;
}
a.fb_01:hover {
    background: url('../img/assets/feedback/fb_01_hover.png') center center no-repeat;
    cursor: pointer;
}
a.fb_01.selected {
    background: url('../img/assets/feedback/fb_01_selected.png') center center no-repeat;
}




form.smileys input[type=radio] {
    -webkit-appearance: none;
    width: 45px;
    height: 45px;
    border: none;
    cursor: pointer;
    margin: 0 2px;
}
form.smileys input[type=radio]:hover, form.smileys input[type=radio]:checked {
    /* filter: grayscale(0); */
}
form.smileys input[type=radio]:focus {
    outline: 0;
}
form.smileys input[type=radio].inactive {
    /*filter: grayscale(100%); */
}

form.smileys input[type=radio].happy {
    background: url("../img/assets/feedback/fb_04_default.png") center;
    background-size: cover;
}
form.smileys input[type=radio].happy:hover {
    background: url("../img/assets/feedback/fb_04_hover.png") center;
}
form.smileys input[type=radio].happy:checked {
    background: url("../img/assets/feedback/fb_04_selected.png") center;
}
form.smileys input[type=radio].happy.inactive {
    background: url("../img/assets/feedback/fb_04_inactive.png") center;
}

form.smileys input[type=radio].smile {
    background: url("../img/assets/feedback/fb_03_default.png") center;
    background-size: cover;
}
form.smileys input[type=radio].smile:hover {
    background: url("../img/assets/feedback/fb_03_hover.png") center;
}
form.smileys input[type=radio].smile:checked {
    background: url("../img/assets/feedback/fb_03_selected.png") center;
}
form.smileys input[type=radio].smile.inactive {
    background: url("../img/assets/feedback/fb_03_inactive.png") center;
}

form.smileys input[type=radio].sad {
    background: url("../img/assets/feedback/fb_02_default.png") center;
    background-size: cover;
}
form.smileys input[type=radio].sad:hover {
    background: url("../img/assets/feedback/fb_02_hover.png") center;
}
form.smileys input[type=radio].sad:checked {
    background: url("../img/assets/feedback/fb_02_selected.png") center;
}
form.smileys input[type=radio].sad.inactive {
    background: url("../img/assets/feedback/fb_02_inactive.png") center;
}

form.smileys input[type=radio].rage {
    background: url("../img/assets/feedback/fb_01_default.png") center;
    background-size: cover;
}
form.smileys input[type=radio].rage:hover {
    background: url("../img/assets/feedback/fb_01_hover.png") center;
}
form.smileys input[type=radio].rage:checked {
    background: url("../img/assets/feedback/fb_01_selected.png") center;
}
form.smileys input[type=radio].rage.inactive {
    background: url("../img/assets/feedback/fb_01_inactive.png") center;
}

a.fs-mini { font-size: 0.85rem !important; }



#myProgress {
    width: 200px;
    background-color: #bbb;
    height: 2px;
    margin: 0 auto;
}

#myBar {
    width: 100%;
    height: 2px;
    background-color: #fff;
}

form > div.form-group.row.radio > div > label {
    display: block;
}
