﻿@import url('glober/fonts.css');

@page {
    size: auto;
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
}

.statuscancelled {
    text-decoration: line-through;
}

.statuscompleted {
    background-color: #999999 !important;
    color: #FFF !important;
}

.statuscolor0 {
    background-color: #c90404 !important;
    color: #FFF !important;
}

.statuscolor1 {
}

.statuscolor2 {
    background-color: #f0e292 !important;
}

.statuscolor3 {
    background-color: #40E0D0 !important;
}

.statuscolor4 {
    background-color: #EA6A47 !important;
    color: #FFF !important;
}

.statuscolor5 {
    background-color: #8ddef0 !important;
}

.statuscolor6 {
    background-color: #94d16b !important;
}

.statuscolor7 {
    background-color: #D1FFBD !important;
}

.statuscolor8 {
    background-color: #C99DFA !important;
}

.statuscolor9 {
    background-color: #F79DFA !important;
}


.select2-selection__clear {
    border: none !important;
    background-color: transparent !important;
}

.scroll {
    /*max-height: 300px;*/
    overflow-x: hidden;
    overflow-y: auto;
    -ms-overflow-style: none; /* Internet Explorer 10+ */
    scrollbar-width: none; /* Firefox */
}

    .scroll::-webkit-scrollbar {
        display: none; /* Safari and Chrome */
    }

.sidebarimage, .sidebarimageNoBackground {
    border-radius: 5px;
    height: 40px;
    width: 40px;
}

.info-box {
    min-height: 55px !important;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1);
}

.form-group {
    margin-bottom: 1rem !important;
}

#marquee {
    font-size: smaller;
}

    #marquee > .mr-2 {
        width: 20px;
    }

body {
    font-weight: 300;
    line-height: 1.2;
    font-family: 'GloberSemiBold' !important;
    /*    overflow-x: hidden;
    overflow-y: hidden;*/
}

.layout-fixed .main-sidebar-custom .sidebar {
    height: calc(100% - ((3.5rem + 6rem) + 1px)) !important;
}

.sidebar {
    overflow-x: clip !important;
}

.sidebar-custom {
    height: 4rem;
    padding: 0.85rem 0.5rem;
    border-top: 1px solid #4f5962;
}

h1 {
    font-family: 'GloberSemiBold' !important;
}

h2 {
    font-family: 'GloberSemiBold' !important;
}

h3 {
    font-family: 'GloberSemiBold' !important;
}

.brand-text {
    font-family: 'GloberSemiBold' !important;
    font-weight: bold;
}

.brand-link {
    line-height: 1;
}

.navbar {
    padding: 0.2rem 0.2rem;
}

.icon {
    width: 25px;
    height: 25px;
}

.context-menu-item {
    width: auto !important;
    text-align: left !important;
}

.fa.fa-compass {
    font-family: inherit !important;
    font-weight: inherit !important;
}

.dropdown-divider {
    border-top: 0px solid !important;
}

table.dataTable tr.shown td.dt-control:before {
    font-family: "Font Awesome 5 Free";
    content: "\f077";
    cursor: pointer;
    font-weight: 900;
    font-size: large;
    color: #343a40;
}

table.dataTable td.dt-control:before {
    font-family: "Font Awesome 5 Free";
    content: "\f078";
    cursor: pointer;
    font-weight: 900;
    font-size: large;
    color: #343a40;
}

.card .slim {
    padding: 0.75rem !important;
}

.card .slix {
    padding: 0.50rem !important;
}

.card-header-transparent {
    background-color: transparent !important;
    color: #4b545c !important;
}

.card-title {
    font-family: 'GloberSemiBold' !important;
    font-weight: bold;
}

.custom-control-input {
    z-index: 1;
}

.custom-control {
    z-index: 2;
}

.hidden {
    display: none;
}

.projects .table-avatar img, .projects img.table-avatar {
    width: 2rem !important;
}

/*Condensed table Classes*/
.table-condensed-mmd {
    font-size: small;
}

    .table-condensed-mmd th {
        width: 100%;
        font-size: 14px;
        background-color: #4b545c !important;
        color: #c2c7d0 !important;
        width: 10%;
    }

    .table-condensed-mmd td {
        font-size: 12px;
        width: 10%;
    }

/*Condensed table Classes*/
.card-condensed-mmd2 {
    font-size: small;
}

.table-condensed-mmd2 {
    font-size: x-small;
}

    .table-condensed-mmd2 th {
        width: 100%;
        font-size: 12px;
        background-color: #4b545c !important;
        color: #c2c7d0 !important;
        width: 10%;
    }

    .table-condensed-mmd2 td {
        font-size: 11px;
        width: 10%;
    }


/*End*/


.table-sm {
    font-size: smaller;
}

.table-no-borders {
    border-spacing: 0px;
    border-color: white;
    margin-bottom: 0rem;
}

    .table-no-borders td, .table-no-borders th {
        border-top: none !important;
    }


.mmd-green {
    color: #319B42 !important;
    --fa-primary-color: #319B42;
    --fa-secondary-color: #FEDD00;
}

.mmd-green-y {
    color: #319B42 !important;
    --fa-primary-color: #319B42;
    --fa-secondary-color: #FEDD00;
    background-color: #FEDD00;
}

.mmd-yellow {
    color: #FEDD00 !important;
    --fa-primary-color: #FEDD00;
    --fa-secondary-color: #319B42;
}

.mmd-yellow-g {
    color: #FEDD00 !important;
    --fa-primary-color: #FEDD00;
    --fa-secondary-color: #319B42;
    background-color: #319B42;
}

.mmdgreen {
    background-color: #319B42 !important;
    color: #fff !important;
}

    .mmdgreen .mmd-green {
        color: #fff !important;
    }

.mmdyellow {
    background-color: #FEDD00 !important;
    color: #fff !important;
}

.mmdorange {
    background-color: #FF5F15 !important;
    color: #fff !important;
}

.mmdred {
    background-color: #ff033b !important;
    color: #fff !important;
}

.mmdyellow-b {
    background-color: #FEDD00 !important;
    color: #000 !important;
}

.mmd-danger {
    color: #ff033b !important;
}

.mmddanger {
    background-color: #ff033b !important;
    color: #fff !important;
}

    .mmddanger .mmd-danger {
        color: #fff !important;
    }

.mmd-warning {
    color: orange !important;
}

.mmdwarning {
    background-color: orange !important;
    color: #fff !important;
}

    .mmdwarning .mmd-warning {
        color: #fff !important;
    }

th.dt-control {
    width: 20px !important;
}

td.dt-control {
    width: 20px !important;
}

tr.shown td.dt-control {
    width: 20px !important;
}

/*.form-check-input {
    position: absolute;
    margin-left: 2.25rem;
}*/

.masthead-heading {
    font-size: 4rem;
    line-height: 3.5rem;
}

.login-page {
    background-image: url("/Content/Images/MMDMap.png");
    background-size: contain;
}

.line {
    border-bottom: 1px solid #4f5962;
}

.number {
    text-align: right;
}

p {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 12px;
}

.dataTables_scroll {
    overflow: auto;
}

.dataTables_scrollHeadInner {
    width: 100% !important;
}

.content-wrapper {
    padding: 0.5rem 0 0 !important;
    min-height: calc(100vh - calc(2rem) - calc(3rem + 5px)) !important;
    background-image: url("/Content/Images/MMDMap.png");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100%;
    background-color: white;
}

.main-footer {
    padding: 0.5rem !important;
}


.content-wrapper-nomap {
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100%;
    background-color: white;
    height: 100%
}

.dataTables_scrollBody .dataTable {
    min-height: 100px;
}

.dataTable {
    font-size: .875rem;
    width: 100% !important;
}

.dataTables_empty {
    height: 200px !important;
}

.profile-user-img {
    width: 200px;
}

.dropdown-menu-white {
    background-color: #FFF !important;
}

.user-image {
    float: left;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin-right: 10px;
    margin-top: -2px;
    /*@include media-breakpoint-up(sm) {
        float: none;
        margin-right: 0;
        margin-top: -8px;
        line-height: 10px;
    }*/
}

@keyframes fadeInOpacity {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 0.85;
    }
}

.table td, .table th {
    padding: 0.4rem;
}

.table.dataTable th, .table.dataTable td {
    border: none !important;
}

.nav-link {
    font-family: 'GloberSemiBold' !important;
    /*font-weight: bold;*/
}

.nav-sidebar > .nav-item {
    font-size: smaller;
}

.form-control.input-sm {
    font-size: smaller !important;
}

.form-control.input-xs {
    font-size: x-small !important;
}

.inputtext {
    border-radius: 5px;
    font-family: 'GloberSemiBold' !important;
    font-size: inherit !important;
}

.inputdate {
    max-width: 165px;
}

#quote {
    font-family: 'GloberLight' !important;
    font-size: 1.8rem;
    width: 50rem;
}

.NumericData {
    text-align: right;
    font-family: monospace;
    font-size: 14px;
}

.Clock {
    font-size: 72pt;
    font-weight: lighter;
    font-family: 'globerlight' !important;
    /*font-family: 'Segoe UI',Geneva, Verdana, sans-serif,'Trebuchet MS','Gill Sans','Gill Sans MT', Calibri, Helvetica, Arial, sans-serif;*/
}

.ClockSmall {
    font-size: 36pt;
    font-weight: lighter;
    font-family: 'globerlight' !important;
    /*font-family: 'Segoe UI',Geneva, Verdana, sans-serif,'Trebuchet MS','Gill Sans','Gill Sans MT', Calibri, Helvetica, Arial, sans-serif;*/
}

.FirstCard {
    margin-top: 1rem;
}

.narrativetext {
    border: none;
    background-color: transparent !important;
    font-family: 'GloberSemiBold' !important;
}

.narrativerow {
    background-color: whitesmoke;
    padding-top: 0px;
    padding-bottom: 0px;
    font-family: 'GloberSemiBold' !important;
}


.gvtext {
    white-space: pre-wrap;
}



/*Gradient Buttons for Landing Page*/

#soBtn, #scBtn, #stBtn {
    padding: revert;
}

.mmd-btn-grad-success {
    /*background-image: linear-gradient(to right, #319B42 0%, #FEDD00 51%, #319B42 100%);*/
    background-image: linear-gradient(to right, #319B42 0%, #3AD3AD 51%, #319B42 100%);
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
}

    .mmd-btn-grad-success:hover {
        background-position: right center; /* change the direction of the change here */
        color: #fff;
        text-decoration: none;
    }

.mmd-btn-grad-warning {
    background-image: linear-gradient(to right, #FF512F 0%, #F09819 51%, #FF512F 100%);
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
}

    .mmd-btn-grad-warning:hover {
        background-position: right center; /* change the direction of the change here */
        color: #fff;
        text-decoration: none;
    }



.mmd-btn-grad-info {
    background-image: linear-gradient(to right, #1A2980 0%, #26D0CE 51%, #1A2980 100%);
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
}

    .mmd-btn-grad-info:hover {
        background-position: right center; /* change the direction of the change here */
        color: #fff;
        text-decoration: none;
    }



.mmd-btn-grad-danger {
    background-image: linear-gradient(to right, #e52d27 0%, #b31217 51%, #e52d27 100%);
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
}

    .mmd-btn-grad-danger:hover {
        background-position: right center; /* change the direction of the change here */
        color: #fff;
        text-decoration: none;
    }

.btn-mmd {
    border-radius: 5px !important;
    border-width: 0px !important;
    color: white;
    background-color: #319B42;
    border-color: #343a40;
    transition-duration: 0.4s;
}

    .btn-mmd:hover {
        border-radius: 5px !important;
        border-width: 0px !important;
        color: white;
        background-color: #319B42;
        border-color: #343a40;
        transition-duration: 0.4s;
    }

        .btn-mmd:hover:focus {
            border-radius: 5px;
            border-width: 0px;
            color: white;
            background-color: #319B42;
            transition-duration: 0.4s;
            border-color: #343a40;
        }

.btn-outline-mmd {
    color: #319B42;
    border-color: #319B42;
}

    .btn-outline-mmd:hover {
        color: #FEDD00;
        background-color: #319B42;
        border-color: #319B42;
        transition-duration: 0.4s;
    }

        .btn-outline-mmd:hover:focus {
            color: #FEDD00;
            background-color: #319B42;
            transition-duration: 0.4s;
            border-color: #319B42;
        }

.btn-secondary {
    background-color: #808080;
    color: white;
    border-color: #6c757d;
    box-shadow: none;
    margin-top: 5px;
}

    .btn-secondary:hover {
        background-color: #808080;
        color: white;
        border-color: #6c757d;
        box-shadow: none;
    }


.btn-dark {
    border-radius: 5px;
    border-width: 0px;
    background-color: #319B42;
    color: white;
    margin-top: 5px;
}

.pricingmachine {
    background-color: #CC99FF;
}

.pricingspares {
    background-color: #00DD77;
}

.pricingfeeder {
    background-color: #FFCC00;
}


/*font-face Awesome Icon Padding Right*/

.fa-right {
    padding-right: 10px;
}

.notifyjs-corner {
    top: 50px !important;
}

.gridTextBoxRight {
    text-align: right;
}


.expandable-textbox {
    overflow: hidden;
    resize: none; /* Prevent resizing by the user */
    height: auto; /* Start with automatic height */
    min-height: 100px; /* Set a minimum height */
}


.customTreeView {
    opacity: 0.8;
    line-height: 20px;
}


.rotate {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083); /* IE6,IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083)"; /* IE8 */
    -moz-transform: rotate(-90.0deg); /* FF3.5+ */
    -ms-transform: rotate(-90.0deg); /* IE9+ */
    -o-transform: rotate(-90.0deg); /* Opera 10.5 */
    -webkit-transform: rotate(-90.0deg); /* Safari 3.1+, Chrome */
    transform: rotate(-90.0deg); /* Standard */
}

.floating-centre {
    position: fixed; /* stays in the same place even when scrolling */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* centres the div perfectly */
    z-index: 9999; /* ensures it’s above all other elements */
    padding: 30px;
    text-align: center;
}

.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(255, 255, 255, 0.6); /* dim page */
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: auto;
}

.modal-dialog {
    background: #fff;
    padding: 20px;
    border-radius: 6px;
    width: 600px;
    pointer-events: auto;
}