:root {
    --mdc-theme-primary: #46233B;
    --mdc-theme-secondary: #46233B;
    --mdc-typography-font-family: 'Open Sans', sans-serif;
}

.root {
    display: flex;
    background-color: #F5F4F2;
    height: 100vh;
}

body {
    font-family: "Open Sans", sans-serif;
    margin: 0;
}

.cookie-disabled-hide {
    display: none;
}

.dl-horizontal dt {
    white-space: normal;
}
.text-danger {
    color: #ff9800;
}
/* Menu */
.nav-item .material-icons, .text, a {
    color: black
}

.sidebar {
    width: 220px;
    left: 0px;
    height: 100vh;
    position: fixed;
    top: 0;
    z-index: 999;
    background-color: coral;
    color: black;
    transition: all .3s;
    text-align: left;
    margin-top: 100px;
}

.nav-item3 {
    margin-left: 25px;
}

.nav-item2 {
    margin-left: 35px;
}

.menutext {
    vertical-align: super
}

.list-group-item {
    padding: 10px !important;
}

.navbar-nav {
    padding-left: 15px;
}

.top-loggedIn {
    font-size: smaller;
    list-style: none;
    line-height: 15px;
    padding: 15px;
    float: left;
    color: black
}

/* Login */
.login-row {
    justify-content: center;
}

.login-card {
    padding: 25px
}

.login-checkbox {
    margin-left: 2.2rem
}

.login-btn {
    margin-top: 10px;
    margin-left: 2.2rem;
    width: calc(100% - 2rem);
}

/* Material Icons Sizing */
.material-icons.md-18 {
    font-size: 18px;
}

.material-icons.md-24 {
    font-size: 24px;
}

.material-icons.md-32 {
    font-size: 32px;
}

.material-icons.md-48 {
    font-size: 48px;
}

a.nav-link {
    color: white;
    text-decoration: none;
}

.mdc-drawer .mdc-list-group__subheader {
    color: white;
}
/* React Overrides */
.StringClass,
.DateClass,
.IntegerClass,
.ApiTokenClass,
.DecimalClass,
.SelectClass,
.BooleanClass {
    margin-bottom: 10px;
}

label.MuiFormControlLabel-root.MuiFormControlLabel-labelPlacementStart {
    margin-left: 0 !important;
}

.button .MuiButtonBase-root MuiButton-root {
    padding: 10px, 20px, 10px, 20px
}

.form-group {
    height: 61px;
}

/* Views React Presentation */
.pageTitles {
    margin-bottom: 25px;
}

.pageApplication {
    padding-top: 24px;
    margin-right: 75px;
    margin-left: 25px;
    text-align: start;
}

@media only screen and (max-width: 768px) {
    .pageApplication {
        margin-right: 12px;
        margin-left: 12px;
    }
}

.infoText {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.43;
    color: rgba(0, 0, 0, 0.54);
    width: 100%;
    margin-bottom: 10px;
}

.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
    color: #46233B;
}

.MuiFormLabel-root {
    font-family: "Open Sans", sans-serif !important;
}

.MuiInputBase-root {
    font-family: "Open Sans", sans-serif !important;
}

.MuiFormLabel-root.Mui-focused {
    color: #46233B !important;
}

.MuiOutlinedInput-notchedOutline {
    color: coral
}

.MuiInputBase-input:focus {
    border-color: coral;
}



.container {
    padding-top: 4rem;
    padding-right: 0;
    padding-left: 0;
    overflow: auto;
    width: 100%;
}

.heading {
    margin-top: 0.5rem;
    font-size: 2rem;
    color: #262626;
}

    .heading.heading--center {
        text-align: center;
    }

    .heading.heading--startpage {
        text-align: start;
        max-width: 430px;
        margin-top: 6rem;
        padding-left: 15px;
        margin-bottom: 1rem;
    }



.linklist {
    margin-top: 5rem;
    list-style-type: none;
    margin: 0;
    padding: 0;
    max-width: 430px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0.5rem auto 0 auto;
}

    .linklist li {
        margin-bottom: 1rem;
        display: flex;
    }

    .btn,
    .linklist .link-button {
        font-size: 0.9rem;
        font-weight: 400;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        line-height: 1.5;
        border-radius: 4px;
        font-weight: 700;
        padding: 16px 16px;
        text-transform: uppercase;
        width: 100%;
        color: black;
        box-shadow: 0 2px 1px -1px rgb(0 0 0 / 20%);
        text-align: start;
        background-color: white;
        display: inline-flex;
        justify-content: space-between;
    }


    .linklist .link-button {
        flex: 0 0 100%;
        border: 1px solid transparent;
    }

        .linklist .link-button:active,
        .linklist .link-button:focus,
        .linklist .link-button:hover {
            text-decoration: none;
        }

.linkIcon {
    width: 27px;
    height: 27px;
    box-shadow: 0 2px 4px #d3d3d3;
    border-radius: 50%;
    vertical-align: middle;
    padding: 2px;
}

.btn.btn-outline-secondary {
    border-color: black;
}

.btn.btn-outline-secondary {
    border-color: black;
}

.propertyList .MuiButton-containedPrimary {
    margin-bottom: 0.5rem;
    width: 100%;
    max-width: 600px;
    border-radius: 4px;
    background-color: #E56E1F;
    border-color: #E56E1F;
    flex: 0 0 100%;
    padding: 0.8rem 0.5rem;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}

/* CARD OVERRIDES */
.card {
    border: none;
    padding-top: 1rem;
    box-shadow: none;
}

    .card .cardContent {
        padding: 0;
    }

.form-label {
    font-weight: 700;
    text-align: left;
    color: black;
}

.finished {
    margin-top: 3rem;
}

/* HACK Remove if possible */
@media screen and (min-width: 576px) {
    .shipment .col-sm-2,
    .shipment .col-sm-10 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

/* SHIPMENT OVERRIDES */
.shipment .MuiButton-containedPrimary {
    margin-bottom: 0.5rem;
    width: 100%;
    max-width: 600px;
    border-radius: 4px;
    background-color: #E56E1F;
    border-color: #E56E1F;
    flex: 0 0 100%;
    padding: 0.8rem 0.5rem;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}

.cardContent .btn + .btn {
    margin-top: 0.6rem;
}

a.link-button.link-button--ok {
    margin-bottom: 0.5rem;
    width: 100%;
    max-width: 400px;
    border-radius: 4px;
    background-color: #E56E1F;
    border-color: #E56E1F;
    flex: 0 0 100%;
    padding: 0.8rem 0.5rem;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}

    a.link-button.link-button--ok span {
        margin: 0 auto;
    }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Offline */
.offline__content {
    text-align: center;
}

/* SHIPMENT FINISHED */
.shipmentfinished__icon-wrap {
    display: flex;
    justify-content: center;
}

    .shipmentfinished__icon-wrap i {
        font-size: 10rem;
        color: #298533;
        margin: 2rem 0 4rem;
    }

.shipmentfinished__address ul {
    padding: 0;
    list-style-type: none;
}

/* COMMON */

.form-control {
    border-radius: 0;
    border-color: black;
    padding: 5px 8px;
}

.form-group {
    margin: 0;
    padding: 0 0 1.5rem;
}

h1.heading {
    font-size: 2rem;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    padding: 0 0 0.7rem;
    color: #262626;
}

.navbar {
    padding: 2em 0;
}

.button-new {
    height: calc(1.5em + 0.5rem - 1px);
    padding-top: 0.3rem;
    background: #298533;
    margin-left: 0.25rem;
}

.btn .svg-inline--fa {
    vertical-align: none;
    margin-top: -0.3rem;
}

.alert {
    border-radius: 0;
    border: 1px solid;
    margin: 0 0 2rem;
}



.col-form-label-sm {
    font-size: 0.9rem !important;
}

.DropdownClass {
    text-align: start;
}

button.MuiButtonBase-root.MuiButton-root.MuiButton-contained.MuiButton-containedPrimary:hover {
    text-decoration: none;
    color: white;
    background-color: #E56E1F;
}
/* ADD-TO-HOME */
#addtohome-wrap.standalone #addtohomescreen {
    display: none;
}

#addtohome-wrap .ios-add-to-home {
    display: none;
}

#addtohome-wrap.ios .ios-add-to-home {
    display: block;
}

/* MODAL */
#modal-title {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

#modal-description {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

    #modal-description .button {
        margin-left: auto;
        margin-right: 0;
    }

.propertyList {
    text-align: center;
}

    .propertyList .createArticle {
        background-color: #5c2e4e;
        border-color: #5c2e4e;
        flex: 0 0 100%;
        padding: 0.8rem 0.5rem;
        font-size: 1rem;
        line-height: 1.5;
        font-weight: 700;
        color: white;
        padding-left: 2em;
        padding-right: 2em;
        border-radius: 0;
        float: right;
    }

/* DRAWER */

.drawer {
    padding: 32px 0;
    background-color: #46233B;
    color: #ffffff;
    overflow: hidden;
}

@media only screen and (min-width: 769px) {
    .drawerMobile {
        display: none;
    }

    .logoTop {
        display: none;
    }

    .appBar {
        background-color: transparent !important;
    }
}

.drawerMobile {
    margin-top: 58px;
}

@media only screen and (max-width: 768px) {
    .drawerDesktop {
        display: none;
    }
}

.material-icons.md-light {
    color: #FFFFFF;
    vertical-align: text-bottom;
}

.mdc-list-item.mdc-list-item {
    color: #FFFFFF;
}

.mdc-list-item.mdc-list-item--activated {
    color: #FFFFFF;
}

.mdc-drawer .mdc-list-item--activated .mdc-list-item__graphic {
    color: #FFFFFF;
}

.mdc-drawer {
    border: none;
}

.md-light {
    color: #FFFFFF;
    fill: white;
}

.MuiDrawer-paper * {
    color: #ffffff;
}

.mdc-list-item {
    color: white;
}

.menuIcon {
    padding: 12px;
}

.accountCircle {
    fill: #46233B;
    color: white;
}

.mdc-menu mdc-menu-surface mdc-menu-surface--open mdc-menu-surface--is-open-below {
    top: 55px;
}

/* LOGIN */
.persist-text {
    padding-left: 0.5rem;
}

.cookie-disabled-hide {
    display: none;
}

.loginContainer {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.avatar {
    background-color: white;
    margin-bottom: 20px;
}

.loginTextField {
    width: 100%;
    margin-bottom: 25px;
}

.loginCheckbox {
    text-align-last: start;
    padding-bottom: 0;
}

.loginSymbol {
    color: #46233b;
    font-size: 120px !important;
    box-shadow: 0 2px 4px #d3d3d3;
    border-radius: 50%;
    margin-bottom: 2rem;
    margin-top: 1rem;
}

.actionButton {
    margin-bottom: 0.5rem;
    width: 100%;
    border-radius: 4px;
    background-color: #E56E1F;
    border-color: #E56E1F;
    flex: 0 0 100%;
    padding: 0.8rem 0.5rem;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}

/* General */
.paper {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 32px 24px;
    max-width: 500px;
    margin: 1rem;
    background-color: #ffffff;
}

@media sceen and (min-width: 576px) {
    .paper {
        padding: 72px 48px;
    }
}

#addtohome-wrap.ios .ios-add-to-home {
    display: block;
}

#addtohome-wrap .ios-add-to-home {
    display: none;
}

.alert {
    margin: 0;
}



.content {
    flex-grow: 1;
    height: 100vh;
    overflow: auto;
}

.buttonIcon {
    box-shadow: 0 2px 4px #d3d3d3;
    width: 30px;
    height: 30px;
}

.iconSvg {
    fill: white;
    width: 20px;
    height: 20px;
}

.container {
    text-align: -webkit-center;
    text-align: -moz-center;
}

.addToHome {
    margin-top: 3.5rem;
}

/* AppBar */
.appBar {
    padding: 1px;
    background-color: #46233B;
}

.mdc-top-app-bar {
    z-index: 7;
}

.hrClass {
    color: #000000;
}

.mdc-list-item--disabled {
    padding: 15px 15px 0 15px;
}

.mdc-list {
    padding: 0;
}

.mdc-list-item--disabled .mdc-list-item__text {
    opacity: 1;
}

span.mdc-list-item__text {
    font-weight: 700;
}

.logoutItem {
    height: 25px;
    width: auto;
    padding: 0.1rem 1rem;
    margin-bottom: 0.5rem;
}

.accountMenu {
    margin-right: 15px;
    height: 42px;
    cursor:pointer;
}

.accountText {
    color: black;
    font-size: 0.9rem;
    font-weight: 500 !important;
}

@media sceen and (min-width: 576px) {
    .appBar {
        width: calc(100% - 220px);
        margin-left: 220px;
        background-color: transparent;
        box-shadow: none;
    }
}

@media sceen and (min-width: 576px) {
    .symbol {
        display: none;
    }
}

.mdc-drawer--modal + .mdc-drawer-scrim {
    background-color: rgba(70, 35, 59, 0.32)
}

h1 {
    font-size: 3em;
    color: #262626;
    font-weight: bold;
    line-height: 1.167;
    text-transform: uppercase;
}

h2 {
    font-size: 2em;
    color: #262626;
    font-weight: bold;
    text-transform: uppercase;
}

h3 {
    font-size: 1.5em;
    color: #000;
}

h4 {
    font-size: 1.2em;
    color: #000;
    font-weight: bold;
    text-transform: initial;
    text-transform: uppercase;
}

h5 {
    font-size: 1.2em;
    color: #000;
    text-transform: none;
}

h6 {
    font-size: 1em;
    color: #000;
    text-transform: none;
    margin:0 !important
}

.head span.MuiIconButton-label {
    color: white !important;
}

button#actions {
    margin-left: 0 !important;
}

.submenu {
    display: none;
    padding-left: 24px !important;
    background-color: #2F1727;
}

h3.mdc-list-group__subheader {
    height: 32px;
    padding: 12px 12px 4px 12px !important;
    display: inline-block;
    cursor: pointer;
}

h3.mdc-list-group__subheader.a {
    color: #FFFFFF !important;
}

a {
    color: #FFFFFF;
    text-decoration: none;
}

h3.mdc-list-group__subheader.haveSub:after {
    content: '\2228';
    font-size: 13px;
    font-weight:600;
    color: white;
    margin-left: 10px;
}

h3.mdc-list-group__subheader.active:after {
    content: "\2227";
}
.MuiBox-root.jss5.jss3 img {
    padding-top: 15px;
    padding-bottom: 15px;
}
.MuiPaper-root.MuiDataGridPanel-paper.MuiPaper-elevation8.MuiPaper-rounded {
    padding: 0;
}
.MuiDataGridMenu-root .MuiPaper-root.MuiPaper-elevation1.MuiPaper-rounded {
    padding: 0;
}
.nav-link {
    margin-top: 2px !important;
    display: block;
    width: 100%;
}
.subBlock {
    display: block !important;
}
.tox-statusbar__text-container {
    display: none !important;
}
