/*SPECIAL SETTINGS FOR IE 10+*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
     /* IE10+ CSS styles go here */
     .card-cascade, .card-cascade-2 {
         display:block !important;
    }
    .card-cascade.narrower .view {
        top:-20px;
    }
}

/* YOUR CUSTOM STYLES */
body {
    background:#f3f3f3;
    height:100vh;
    font-size: 0.8rem !important;
}

/* default .loading styles, .loading should be invisible, opacity: 0, z-index: -1 */
.loading {
    opacity: 0;
    height: 0;
    z-index: -1;
}
/* .loading screen is visible when app is not bootstrapped yet, .mo-app is empty */
mo-app:empty + .loading {
    opacity: 1;
    height: 100vh;
    z-index: 100;
}

.col-centered {
  float: none;
  margin: 0 auto;
}

.purple-skin .hero-unit {
    background-image: url('../images/mo_purple_bg.jpg');
    background-position: center;
    background-size: cover;
}

.grey-skin .hero-unit {
    background-image: url('../images/mo_grey_bg.jpg');
    background-position: center;
    background-size: cover;
}

.deep-orange-skin .hero-unit {
    background-image: url('../images/mo_deep_orange_bg.jpg');
    background-position: center;
    background-size: cover;
}

.green-skin .hero-unit {
    background-image: url('../images/mo_green_bg.jpg');
    background-position: center;
    background-size: cover;
}

.mo-below-nav {
    margin-top: 100px;
}

.btn-floating.mo-fab-bottom-right {
    position: fixed;
    bottom: 100px;
    right: 20px;
    z-index: 998;
}

.btn-floating.mo-fab-top-right {
    position: fixed;
    top: 55px;
    right: 20px;
    z-index: 998;
}

.btn-floating.mo-fab-bottom-left {
    position: fixed;
    bottom: 30px;
    left: 20px;
    z-index: 998;
}

.btn-floating.mo-fab-top-left {
    position: fixed;
    top: 55px;
    left: 20px;
    z-index: 998;
}

.side-nav {
    width: 320px;
    background: #fff !important;
    color: #373a3c;
}

    .side-nav .mo-sidenav-title {
        padding: 10px;
        text-align: center;
        margin-bottom: 0px;
        color: #fff;
    }

    .side-nav .input-group {
        width: calc(100% - 20px);
        margin-left: 10px;
    }

    .side-nav .logo-wrapper {
        height: 180px;
    }

    .side-nav .sidenav-section {
        text-indent: 10px;
        margin-top: 30px;
    }

    .side-nav .selectable-subset ul {
        padding: 20px 0px;
    }

    .side-nav .selectable-subset li {
        cursor: pointer;
        padding: 10px 0px;
       
    }
        .side-nav .selectable-subset li div.flexcontainer {
         display:flex;
         justify-content:space-between;
        }
        .side-nav .selectable-subset li.clicked {
            background-color: #ccc;
        }
.sidenav-section.selectable-subset div.flexitem {
    flex:1;
}
.sidenav-section.selectable-subset img {
    height: 30px;
}

.side-nav .switch label {
    margin-top: 10px;
}

.mo-dashboard-kpi {
    color: #fff;
    padding: 0px;
    overflow: hidden;
}

    .mo-dashboard-kpi i.fa {
        position: absolute;
        left: -10px;
        top: -10px;
        font-size: 200px;
        transform: rotate(-15deg);
    }

    .mo-dashboard-kpi div {
        width: 100%;
        background-color: rgba(0,0,0,0.25);
        height: 140px;
    }

        .mo-dashboard-kpi div p {
            padding-top: 20px;
            font-size:1rem;
        }

        .mo-dashboard-kpi div h2 {
            padding-bottom: 20px;
            font-size:1.4rem;
        }

.timeline-container {
    border-top: 6px solid #ccc;
    margin-top: 30px;
}

.timeline {
    margin-top: 50px;
}

.timeline-event {
    float: left;
}

    .timeline-event label {
        transform: rotate(-45deg);
    }

    .timeline-event::before {
        border: none;
        width: 30px;
        height: 30px;
        display: block;
        content: "";
        background: #cddc39;
        border-radius: 100%;
        margin-top: -70px;
        box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
    }

.card-group {
    margin: 15px 0px;
}

.card-text {
    margin-bottom: 3px !important;
}

    .card-text:first-letter {
        text-transform: uppercase;
    }

.clr {
    clear: both;
}

main {
    margin-bottom: 100px;
    overflow-x: hidden;
}
.mo-flex {
    display:flex;
}
 .card .mo-flex p{
    flex:1;
    line-height: 1rem;
    padding: 0px;
    margin: 0px;
}
.card .mo-flex p.title {
        font-weight:bold;
    }

/* Scrollbar */

::-webkit-scrollbar {
    display:none;
}
/* Track */

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
/* Handle */

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #3F729B;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar-thumb:window-inactive {
   background: #fff;
}
.tracking-selector, .orderline-selector {
    cursor:pointer;
}
.tracking-selector i{
    font-size:1.2rem;
}
tr, removeFilterByLine{
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.selected-tracking {
    font-weight:600;
    background:#d3d3d3;
}
.not-selected-tracking {
    display:none;
}
.card-title h4 span img, .card-header h4 span img {
    height:40px;
}

@media (min-width: 1200px) {
    .logintext {
        margin-top: 2.6%;
    }
}

@media (max-width: 1200px) {
    .logintext {
        margin-top: 3.2%;
    }
}

@media (max-width: 992px) {
    .logintext {
        margin-top: 2.5%;
    }
}

@media (min-width: 768px) {
    .logintext {
        position: absolute;
        max-width: 75%;
    }
    .loginbutton {
        float: right;
    }
}

@media (max-width: 768px) {
    .logintext {
        position: relative;
        margin-top: 1.5%;
    }
    .loginbutton {
        margin-right: 35%;
    }
}

@media (max-width: 544px) {
    .loginbutton {
        margin-right: 30%;
    }
}

.card-deck {
    width: 100%;
    margin-bottom: 15px;

}
h1.appTitle{    
    z-index: 9999;
    color: #fff;
    position: fixed;
    width: 60%;
    left: 20%;
    top: 10px;
    font-weight:200;
    text-align: center;
}
h2.appSubTitle{    
    z-index: 9999;
    color: #fff;
    position: fixed;
    width: 60%;
    left: 20%;
    top: 46px;
    text-align: center;
}
.no-margin {
    margin:0px !important;
}