﻿

:root {
    --bayer-color-blue: #0090C5;
    --bayer-color-blue-light: lightblue;
    --bayer-color-darkgreen: #008256;
    --bayer-color-darkgrey: #595959;
    --bayer-color-gray: #676767;
    --bayer-color-green: #6BC200;
    --bayer-color-lightgrey: #A6A6A6;
    --bayer-color-orange: #FF8200;
    --bayer-color-pink: #FF3162;
    --bayer-color-red: #C32A1F;
}

.m-top-navigation__scroll-container {
    display: none;
}

.k-icon, .k-tool-icon {
    background-color: transparent;
}

.m-top-navigation {
    background-color: #10384f !important;
}

.m-top-navigation .m-top-navigation__container {
    padding-right: 0;
    padding-left: 0;
}

/* custom logout button on top-navigation */
#scip-btn-logout {
    position: absolute;
    margin-top: -1.9em;
    right: 6em;
}

    #scip-btn-logout a,
    #scip-btn-logout a:active,
    #scip-btn-logout a:hover,
    #scip-btn-logout a:visited {
        font-size: 16px;
        color: white;
        text-decoration: none;
    }

.scip-legal-statement {
    font-size: 8px;
    font-weight: normal;
}

@media only screen and (max-width: 1024px) {
    #scip-btn-logout a,
    #scip-btn-logout a:active,
    #scip-btn-logout a:hover,
    #scip-btn-logout a:visited {
        font-size: 14px;
    }
}

@media only screen and (max-width: 870px) {
    #scip-btn-logout {
        margin-top: -6.5em;
        right: 11.5em;
    }

        #scip-btn-logout a,
        #scip-btn-logout a:active,
        #scip-btn-logout a:hover,
        #scip-btn-logout a:visited {
            color: inherit;
            font-size: 14px;
        }
}

/* END custom logout button on top-navigation */

/* Left menu styles */
.left-menu-wrapper .k-block,
.left-menu-wrapper .k-block .k-header {
    border: none;
    background-color: transparent;
}

.left-menu-wrapper .k-header {
    font-size: 12px;
    font-weight: bold;
    padding-bottom: 0;
    margin-bottom: 0;
}

.left-menu-wrapper .k-dropdown {
    font-size: 11px;
    font-weight: normal;
}

.left-menu-wrapper .k-content {
    font-size: 11px;
    font-weight: normal;
    padding: 5px 0 15px 0;
    background-color: transparent;
}
/* END: Left menu styles */
.conditionalRed {
    color: red;
    /*font-weight: bold;*/
}

.conditionalGreen {
    color: #6bc200;
    /*font-weight: bold;*/
}

.k-grid-norecords {
    font-weight: bolder;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.productClassInsecticide {
    background-color: #00b0f0;
    background: -moz-linear-gradient(left, #00b0f0 7%, #57d2ff 30%, #00b0f0 63%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #00b0f0 7%, #57d2ff 30%, #00b0f0 63%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #00b0f0 7%, #57d2ff 30%, #00b0f0 63%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    color: #fff;
}

.productClassHerbicide {
    background-color: #fd730b;
    background: -moz-linear-gradient(left, #fd730b 7%, #fead70 30%, #fd730b 63%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #fd730b 7%, #fead70 30%, #fd730b 63%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #fd730b 7%, #fead70 30%, #fd730b 63%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    color: #fff;
}

.productClassFungicide {
    background-color: #92d050;
    background: -moz-linear-gradient(left, #92d050 7%, #c4e6a0 30%, #92d050 63%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #92d050 7%, #c4e6a0 30%, #92d050 63%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #92d050 7%, #c4e6a0 30%, #92d050 63%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    color: #fff;
}

.productClassSeedGrowth {
    background-color: #c00000;
    background: -moz-linear-gradient(left, #c00000 7%, #ff5a5a 30%, #c00000 63%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #c00000 7%, #ff5a5a 30%, #c00000 63%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #c00000 7%, #ff5a5a 30%, #c00000 63%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    color: #fff;
}

.k-header.scip-logo {
    height: 45px;
}

.scip-area {
    color: #787878;
}

    .scip-area .scip-area-header {
        margin-bottom: 1em;
        width: 100%;
    }

        .scip-area .scip-area-header .scip-area-title {
            font-size: 19px;
            font-weight: normal;
            border-bottom: hidden;
            margin-bottom: 0.2em;
            width: 100%;
        }

@media (min-width: 768px) {
    .scip-area .scip-area-header .scip-area-title {
        font-size: 19px;
        font-weight: normal;
        border-bottom: 1px solid #dbdbdb;
        margin-bottom: 0.2em;
        width: 100%;
    }
}

@media(max-width: 767px) {
    .scip-area-title {
        margin-top: 1em;
    }
}

.scip-area .scip-area-header .scip-area-description {
    color: #787878;
    font-size: 12px;
}

.scip-area .scip-area-content {
    margin-bottom: 2em;
}

.scip-area .k-button {
    font-size: 12px;
    font-weight: normal;
}

/* analytics */
.analyticsHeader {
    font-size: 18px;
    text-align: left;
}

.analytics-selection-content {
    padding: 10px 5px 10px 5px !important;
}

.kpi-info-block {
    width: 100%;
    max-width: 300px;
    margin-bottom: 1em;
}

.kpi-info-block-img {
    max-width: 600px;
}

.kpi-table-rgt {
    margin-top: 35px;
}

.kpi-info-lft-clm {
    text-align: center;
}

.kpi-info-lft-rgt {
    text-align: center;
    border-left: 1px solid #ddd;
}

.kpi-info-box {
    min-height: 55px;
    height: 100%;
    border: 1px solid #000000;
}

.current-year-box,
.historical-year-box {
    /*font-weight: bold;*/
    color: #ffffff;
    width: 75px;
}

.current-year-box {
    background: #6bc200;
}

.historical-year-box {
    background: #1091d2;
}

.box-border {
    border: 1px solid #000000;
}

.box-border-td {
    border-right: 1px solid #000000;
}

.box-border-row {
    border-bottom: 1px solid #000000;
}

.kpi-arrow {
    font-size: 24px;
    font-weight: bold;
    color: #92d050;
    transform: scale(2, 1);
}

.kpi-arrow-red {
    color: #c00000;
}

.kpi-arrow-yellow {
    color: #fd730b;
}

.kpi-arrow-value {
    font-size: 18px;
    font-weight: bold;
    color: #6bc200;
}

.k-block,
.k-content {
    padding: .5em;
}

.k-grid-edit-row td {
    padding: 0;
    margin: 0;
}

/* Ensure color is gray in firefox */
.k-grid-content .k-state-selected input {
    color: #787878;
}

.left-menu-scip-img {
    vertical-align: bottom;
    margin-left: auto;
    margin-right: auto;
}

.left-menu-links {
    padding-left: 1.5em;
}

.window-title-icon {
    width: 70px;
}

.m-layout, .m-layout__header {
    max-width: none !important;
}

.container-fluid {
    max-width: none !important;
}

/* Grid setting classes */

.standardGridFontSettings .k-header {
    font-size: 12px !important;
    font-weight: bold !important;
}

.standardGridFontSettings td,
.standardGridFontSettings .k-grid-norecords {
    font-size: 12px !important;
    font-weight: normal !important;
}

.k-grid .k-alt {
    background-color: white; /* specify the alternate background-color */
}

.k-grid-content td {
    font-weight: normal;
}

.k-filter-row th, .k-grid-header th.k-header {
    font-weight: bold;
}

.standardGridBorderSettings.k-grid *:not(.k-grid-edit),
.standardGridBorderSettings.k-grid div *:not(.k-grid-edit),
.standardGridBorderSettings.k-grid table *,
.standardGridBorderSettings.k-grid thead *,
.standardGridBorderSettings.k-grid tbody *,
.standardGridBorderSettings.k-grid th *,
.standardGridBorderSettings.k-grid tr *,
.standardGridBorderSettings.k-grid td * {
    border: 0;
}

.cellTextAlignCenter [role="gridcell"] {
    text-align: center;
}

/* use the following class to add space between a toolbar placed below a grid and the grid itself */
.scip-toolbar-grid-top-spacing {
    margin-top: 1.5em;
}

.scip-appendToSideMenuSelection {
    margin-top: -1.1em;
}

.scip-circle {
    border-radius: 50%;
    width: 10px;
    height: 10px;
    padding: 2px;
    display: block;
}

.scip-circle-green {
    background: #349A33;
}

.scip-circle-red {
    background: #FF0000;
}

.scip-circle-yellow {
    background: yellow;
}

.scip-circle-orange {
    background: #FF8200;
}

.scip-circle-empty {
    background: grey;
}
/*, , , , , , , */
/*# sourceMappingURL=scip.css.map */

.m-naming-area {
    background-color: transparent;
}

/* ------------- */
/* Sticky Footer */
/* ------------- */
html, body {
    height: 100%;
    margin: 0;
}

main {
    display: table-row;
    height: 100%;
    min-height: 100%;
}

.m-layout__wrapper {
    display: table;
    height: 100%;
    width: 100%;
}

/* ----------------------------------- */
/* Gigya only settings                 */
/* ----------------------------------- */

/* more settings for gigya-container in animated section */
#gigya-container {
    margin-left: auto;
    margin-top: 3em;
    margin-right: auto;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 45px;
    width: 420px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
    padding-top: 20px !important;
    padding-bottom: 80px !important;
}

@media(min-height: 900px) {
    #gigya-container {
        margin-top: 7em;
    }
}

div.gigya-screen-loader {
    background-image: url(/img/loader.gif);
}

div.gigya-screen-loader,
div.gigya-screen-dimmer {
    margin-left: -30px;
    margin-top: -20px;
}

/* hide top bar */
#gigya-container_content_caption {
    display: none !important;
}

/* switch to scip logo */
.gigya-image {
    background-image: url(/img/SCIP_Logo_small.png) !important;
    width: 250px !important;
}

.gigya-composite-control.gigya-composite-control-image.bayer-logo {
    display: inline;
}

.gigya-screen,
.gigya-screen label,
.gigya-screen h2 {
    color: #fff;
}

    .gigya-screen.portrait {
        width: 100%;
        padding: 0;
    }

    .gigya-screen .gigya-composite-control {
        padding-bottom: 10px;
        font-weight: normal;
    }

    .gigya-screen .gigya-input-text,
    .gigya-screen .gigya-input-password,
    .gigya-screen input[type=submit],
    .gigya-screen input[type=submit]:hover {
        font-size: 12px;
        padding: 0 0.5em;
        border: 1px solid #cdcdcd;
        width: 100%;
        height: 30px;
        border-radius: 4.4px;
        font-weight: normal;
    }

    /* hide keep me logged in */
    .gigya-screen .gigya-composite-control.gigya-composite-control-checkbox {
        display: none !important;
    }

/* show the consent check box*/
.gig-consent-reg-completion .gigya-composite-control.gigya-composite-control-checkbox {
    display: flex !important;
    padding-bottom: 3em;
}

/* buttons */
.gigya-screen input[type=button],
.gigya-screen input[type=button]:hover,
.gigya-screen input[type=submit],
.gigya-screen input[type=submit]:hover {
    border-color: #10384f;
    background-color: #10384f;
    font-size: 16px;
    padding: 0;
    text-transform: uppercase;
}

.gigya-screen .gigya-label-text {
    color: #fff;
}

.gigya-screen a, .gigya-screen a:link {
    color: #cdcdcd;
}

/* adapt error message */
.gigya-screen input.gigya-input-text.gigya-error,
.gigya-screen .gigya-error-msg-active.gigya-form-error-msg {
    border-color: #c32a00;
}

/* msg linked to input box */
.gigya-screen .gigya-composite-control.gigya-composite-control-textbox .gigya-error-msg-active {
    padding-top: 6px !important;
    padding-bottom: 4px !important;
    margin-top: -1.3em;
    border-bottom-left-radius: 4.5px;
    border-bottom-right-radius: 4.5px;
}

.gigya-screen *.gigya-error-msg.gigya-error-msg-active {
    background-color: #c32a00;
    color: #fff;
    font-weight: normal;
}

.gigya-screen .gigya-message,
.gigya-screen h2.gigya-composite-control.gigya-composite-control-header.mandatory,
.gigya-screen .gigya-required-display {
    color: #fff;
}
/* ----------------------------------- */
/* Gigya only settings end             */
/* ----------------------------------- */

/* ----------------------------------- */
/* Animated selection settings section */
/* ----------------------------------- */
.left-menu-wrapper-initial {
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    width: 420px !important;
    margin-top: -2em;
    padding-left: 30px !important;
    padding-right: 30px !important;
    padding-top: 20px !important;
    padding-bottom: 120px !important;
}

.left-menu-wrapper-initial-fadeout {
    transition: background-color .4s ease;
    -webkit-transition: background-color .4s ease;
    -moz-transition: background-color .4s ease;
    -o-transition: background-color .4s ease;
}

#scip-page-wrapper,
#scip-render-body,
#scip-background-image {
    width: 100%;
    height: 100%;
    min-height: 100%;
}

#scip-page-wrapper,
#scip-render-body {
    position: relative;
}

#scip-render-body {
    display: none;
    z-index: 1;
}

#scip-background-image {
    top: 0;
    left: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    z-index: -10;
    position: absolute;
}

#scip-logo-selection {
    display: block;
    width: 250px;
    margin: auto;
    margin-top: 0.5em;
}

#information-icon-selection {
    position: absolute;
    right: 10px;
    bottom: 10px;
    cursor: pointer;
}

.k-header {
    transition: color .4s ease;
    -webkit-transition: color .4s ease;
    -moz-transition: color .4s ease;
    -o-transition: color .4s ease;
}

.totalActPurchasesBiggerThenPurchases {
    color: white !important;
    background-color: red !important;
}

/* add this class to the row under container-fluid, before bootstrap settings */
/* this will make the content of the page use the visible area on the page */
/* The footer has no space on the page then and will be added under that */
.pageView {
    min-height: 100vh;
}

/* ------------------------------------------ */
/* End of animated selection settings section */
/* ------------------------------------------ */

/* ------------------------------------------ */
/* Start of collaborative planning section */
/* ------------------------------------------ */

.scip-collaborative-planning-analytics-box {
    height: 100%;
    margin-bottom: 20px;
}

.scip-collaborative-planning-analytics-sectionTitle {
    height: 22px;
    font-size: 19px;
    font-weight: bold;
    text-align: center;
}

.scip-collaborative-planning-analytics-textcontent {
    text-align: center;
}

.scip-collaborative-planning-analytics-selectedHistoryInChartSubTitle {
    font-style: italic;
    font-size: 10px;
    margin-bottom: 10px;
}

.scip-collaborative-planning-analytics-recalcultionTimeFrame {
    font-style: italic;
    font-size: 10px;
    margin-bottom: 10px;
    text-align: center !important;
    margin-right: 20px;
}

.scip-collaborative-planning-analytics-recalcultionTimeFrameSpanRight {
    text-align: right !important;
}

.scip-collaborative-planning-analytics-recalcultionTimeFrameSpanLeft {
    text-align: left !important;
}

.scip-current-purchase-inventory-dev {
    padding-top: 1em;
    padding-right: 3em;
    padding-left: 3em !important;
}

.scip-collaborative-planning-analytics-subSectionTitle {
    margin-bottom: 10px;
}

.scip-collaborative-planning-analytics-subSectionTitle, .scip-collaborative-planning-analytics-textcontent, .scip-collaborative-planning-analytics-content {
    padding-top: 1em;
}

.scip-collaborative-planning-analytics-sellInOutTextContent {
    font-size: 25px;
    font-weight: bold;
}

.scip-collaborative-planning-analytics-sellInOutVariabilityHeader {
    padding-top: 0.1em;
    padding-bottom: 0.1em;
}

#scip-page-wrapper {
    padding-top: 0px;
}

/* Set the fire icon as background image */
/* Depending on screensize position to the right has to be adjusted slightly */

.scip-classification-recalculate-icon {
    background-image: url('/img/Collaboration/RecalculateAnalytics.png');
    background-position: 70% center;
    background-repeat: no-repeat;
    background-size: contain;
}

.scip-classification-fireicon {
    background-image: url('/img/Collaboration/VariabilityAlert.png');
    background-position: center left;
    background-repeat: no-repeat;
    background-size: contain;
}

.scip-classification-padding {
    padding-left: .2em !important;
    padding-right: .2em !important;
    padding-top: .1em !important;
    padding-bottom: .1em !important;
}

@media only screen and (max-width: 1390px) {
    .scip-classification-fireicon {
        background-position: center left;
    }

    .scip-classification-text-alignment {
        text-align: center;
    }

    #scip-page-wrapper {
        padding-top: 0px;
    }

    .scip-classification-padding {
        padding-left: .2em !important;
        padding-right: .2em !important;
        padding-top: .1em !important;
        padding-bottom: .1em !important;
    }
}

@media only screen and (max-width: 1268px) {
    .scip-classification-padding {
        padding-left: .0em !important;
        padding-right: .0em !important;
        padding-top: .1em !important;
        padding-bottom: .1em !important;
    }
}

@media only screen and (max-width: 1024px) {
    .scip-classification-fireicon {
        background-position: center center;
    }

    #scip-page-wrapper {
        padding-top: 17px;
    }
}

@media only screen and (max-width: 767px) {
    .scip-classification-padding {
        padding-left: .2em !important;
        padding-right: .2em !important;
        padding-top: .1em !important;
        padding-bottom: .1em !important;
    }

    .scip-classification-fireicon {
        background-position: bottom center;
    }

    #scip-page-wrapper {
        padding-top: 0px;
    }

    .scip-collaborative-planning-analytics-recalcultionTimeFrameSpanRight {
        text-align: center !important;
    }

    .scip-collaborative-planning-analytics-recalcultionTimeFrameSpanLeft {
        text-align: center !important;
    }
}

/* Set the fire icon as background image
/* Depending on screensize position to the right has to be adjusted slightly */
.scip-development-up-arrowicon {
    background-image: url('/img/Gamification/Rank_Change_1.png'), url('/img/Collaboration/VariabilityAlert.png');
    background-position: 30% center, 70% center;
    background-repeat: no-repeat, no-repeat;
    background-size: contain, contain;
}

@media only screen and (max-width: 1390px) {
    .scip-development-up-arrowicon {
        background-position: 20% center, 80% center;
    }
}

@media only screen and (max-width: 1023px) {
    .scip-development-up-arrowicon {
        background-position: 15% center, 85% center;
    }

    .scip-collaborative-planning-analytics-recalcultionTimeFrame {
        margin-right: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .scip-development-up-arrowicon {
        background-position: 40% center, 60% center;
    }

    .scip-collaborative-planning-analytics-recalcultionTimeFrame {
        margin-right: 0px;
    }
}

/* Set the fire icon as background image */
/* Depending on screensize position to the right has to be adjusted slightly */
.scip-development-down-arrowicon {
    background-image: url('/img/Gamification/Rank_Change_-1.png'), url('/img/Collaboration/VariabilityAlert.png');
    background-position: 30% center, 70% center;
    background-repeat: no-repeat, no-repeat;
    background-size: contain, contain;
}

@media only screen and (max-width: 1390px) {
    .scip-development-down-arrowicon {
        background-position: 20% center, 80% center;
    }
}

@media only screen and (max-width: 1023px) {
    .scip-development-down-arrowicon {
        background-position: 15% center, 85% center;
    }
}

@media only screen and (max-width: 767px) {
    .scip-development-down-arrowicon {
        background-position: 40% center, 60% center;
    }
}
/* ------------------------------------------ */
/* End of collaborative planning section */
/* ------------------------------------------ */
/* ------------------------------------------ */
/* Start template style for charts and grids  */
/* ------------------------------------------ */
.scip-chart-title, .scip-grid-title, .scip-collaborative-planning-analytics-subSectionTitle {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.scip-chart-volume-anlytics {
    text-align: center;
}

.scip-chart-options, .scip-chart-legend, .scip-grid-options, .scip-grid-legend {
    font: 11px sans-serif;
    font-weight: normal;
    margin: 0 auto;
    height: 22px;
    padding-top: 5px;
    width: 100%;
    text-align: center;
}

.legend-item {
    margin: 2px;
    cursor: pointer;
}

    .legend-item .legend-marker {
        display: inline-block;
        width: 8px;
        height: 8px;
    }

        .legend-item .legend-marker path[background="white"] {
            /* kendo default color for columns in bar chart */
            stroke: #cccccc;
        }

        .legend-item .legend-marker path[background="grey"] {
            color: yellow;
        }

.scip-chart-area {
    height: 90%;
}

.scip-grid-area {
    height: 85%;
}

.scip-chart-legal-statement,
.scip-chart-legal-statement-text-left,
.scip-grid-legal-statement,
.scip-grid-legal-statement-text-left {
    text-align: center;
    font-size: 8px;
    height: 20px;
}

.scip-chart-legal-statement-text-left, .scip-grid-legal-statement-text-left {
    text-align: left;
}

/* set font size for chart x- and y-axis labels */
.scip-chart-area .k-chart svg g g g text {
    font-size: 11px !important;
}

/* ------------------------------------------ */
/* End template style for charts              */
/* ------------------------------------------ */

/* hide sitecore buttons */
.m-service-navigation__link.js-service-navigation__link.icon-product,
.m-service-navigation__link.js-service-navigation__link.icon-label {
    display: none;
}

.toggle-button-invisible {
    display: none;
}

/* bootstrap hacks */
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.img-responsive {
    max-width: 100%;
    height: auto;
    display: block;
}
/* end bootstrap hacks */

/******** SCIP Wizard Form Classes*/
.scip-headerBlock {
    display: inline-block;
    margin: 1em 9em 1em 0;
}

    .scip-headerBlock:last-child {
        margin-right: 0;
    }

.scip-wizard-summaryreport-headerblock-title {
    text-align: center;
}

.scip-wizardpage-summaryreport-legend-item {
    float: left;
}

.scip-wizardpage-footer-legend-img {
    float: left;
    height: 20px;
    padding-top: .6em;
}

.scip-wizardpage-footer-legend-text {
    float: left;
    padding: 1em 1em 0 .5em;
    font-size: 12px;
}

.scip-wizard-page-header {
    border-bottom: 1px solid #cdcdcd;
    padding: 5px;
}

.scip-wizard-page-content-claim {
    font-size: 32px;
    margin: .7em auto;
    text-align: center;
}

.scip-wizard-page-content-text {
    font-size: 16px;
    margin: .7em auto;
    text-align: center;
}

.scip-wizard-page-content-subtext {
    margin: .7em auto;
    font-size: 12px;
    text-align: center;
}

.scip-wizard-page-navigation {
    margin-top: 1em;
    text-align: center;
    width: 98%;
    bottom: 10px;
}

.scip-wizard-page-navigation-button {
    margin: .25em;
    min-width: 120px;
}

.scip-wizard-page-attachimage-button {
    margin-right: .5em;
    float: left;
    border: none;
    padding-top: 4px;
    width: 120px;
}

    .scip-wizard-page-attachimage-button > .k-button {
        width: 120px;
    }

    .scip-wizard-page-attachimage-button > .k-upload-status {
        display: none;
    }

.scip-wizard-page-status {
    position: absolute;
    bottom: 0;
}

.scip-wizard-page-content-img {
    width: 30%;
}

.scip-wizard-summaryreport-headerblock-content {
    border: 1px solid lightgrey;
    vertical-align: middle;
    text-align: center;
    width: 145px;
    font-size: small;
    padding-top: .25em;
    padding-bottom: .25em;
    float: left;
    height: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.scip-wizard-footer-legend-img {
    height: 30px;
}

.scip-wizard-summaryreport-headerblock-subtext-red {
    color: red;
}

.scip-wizard-page-summary-grid-header {
    color: white;
    text-align: center !important;
    height: 40px;
    font-size: 28px !important;
    padding: 0.25em;
    vertical-align: middle !important;
}

.confirmedShippedHeader {
    background-color: #349a33;
}

.confirmedReceivedHeader {
    background-color: #1091D2;
}

.additionalProductHeader {
    background-color: darkslategrey;
}

.scip-btn-emergency {
    vertical-align: middle;
}

.scip-summarygrid-shipped {
    background-color: rgb(235,241,222);
}

.scip-wizard-page-content.dialog {
    display: table-cell;
    height: 320px;
    vertical-align: middle;
}

.scip-wizard-page-navigation-button-green,
.scip-wizard-page-navigation-button-green:hover {
    background-color: #349a33;
    color: white;
}

.scip-wizard-page-content-reduced-size {
    width: 98% !important;
}

/***  End of SCIP Wizard Page Classes ***/

.flex-container {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    align-items: center;
}

.filter-box {
    line-height: 1.65em;
    font-size: 1em;
}

.k-input.filter-box {
    font-size: 11px;
}

.scip-filter-box {
    margin-bottom: 3px;
    font-style: italic;
    background-color: #eee;
    border: 0px !important;
    padding-left: 3px;
    font-size: 19px;
}

    .scip-filter-box ::-ms-clear {
        display: none;
    }

.scip-value-checkbox {
    margin-bottom: 2px;
}

.locker {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5); /*lets make it semi-transparent */
    z-index: 1000000; /*because you could set some z-indexes in your code before, so lets make sure that this will be over every elements in html*/
}

#locker-message {
    font-size: 5em;
    color: white;
}

#locker-center {
    position: fixed;
    top: 50%;
    left: 50%;
    /* bring your own prefixes */
    transform: translate(-50%, -50%);
}

.rotate180 {
    transform: rotateY(-180deg);
}

@media (max-width: 575px) {
    .pull-xs-left {
        text-align: left;
    }

    .pull-xs-right {
        text-align: right;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .pull-sm-left {
        text-align: left;
    }

    .pull-sm-center {
        text-align: center;
    }

    .pull-sm-right {
        text-align: right;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .pull-md-left {
        text-align: left;
    }

    .pull-md-center {
        text-align: center;
    }

    .pull-md-right {
        text-align: right;
    }

    .radio-button-container {
        text-align: right;
    }
}

@media (min-width: 992px) {
    .pull-lg-left {
        text-align: left;
    }

    .pull-lg-center {
        text-align: center;
    }

    .pull-lg-right {
        text-align: right;
    }
}

/********************************/
/* Start navigation tile styles */
/********************************/

.scip-nav-tile-row {
    align-self: auto;
    padding-top: 2em;
    position: relative;
    width: 100%;
}

.scip-nav-tile-img {
    width: 20%;
    height: auto;
    display: block;
    margin: auto;
}

.scip-nav-tile-btn {
    height: 140px;
    width: 235px;
    margin: 20px auto;
    border-radius: 25px;
    border: 2px solid white;
}

.scip-nav-tile-btn-text {
    padding-bottom: 1em;
    padding-top: 0.75em;
    align-self: center;
    display: block;
    text-wrap: pretty;
    text-align: center;
    color: white;
    text-decoration: none !important;
    height: 100%;
    background-position-x: center;
    background-position-y: bottom;
    background-repeat: no-repeat;
}

.scip-nav-tile-linkwrapper {
    text-decoration: none !important;
    display: block;
    height: 85%;
}

@-moz-document url-prefix() {
    .scip-nav-tile-row {
        padding-top: 54px;
    }
}

/********************************/
/* End navigation tile styles   */
/********************************/