﻿@charset "UTF-8";
.fa-spin-slow {
    -webkit-animation: fa-spin 8s infinite linear;
    animation: fa-spin 8s infinite linear;
}
.color-ok-custom {
    color: #00f23d;
}
.color-warning-custom {
    color: #f0ee24;
}
.color-critical-custom {
    color: #ff0000;
}
.progress-sm {
    height: 20px;
}
a:link {
    color: blue !important;
}

.bg-success-300 {
    background-color: green !important;
    color: rgba(0, 0, 0, 0.8);
}

div.p-3.bg-danger-300 {

    color:black;
}

.bg-warning-300 {
    background-color: #b3b301 !important;
    color: rgba(0, 0, 0, 0.8);
}

.bg-danger-300 {
    background-color: #d44a4a !important;
    color: rgba(0, 0, 0, 0.8);
}

.div-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 70%;
}
.div-center-only {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.div-center-2 {
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}
.div-center-3 {
  display: flex;
  justify-content: center;
}

.page-logo {
    width: 200px;
}

.page-logo img {
    width: 200px !important;
    height: 50px !important;
}

.page-logo .page-logo-link {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.header-btn[data-class='mobile-nav-on'] {
    border-color: #363636 !important;
    background-color: #505050;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#505050), to(#505050));
    background-image: linear-gradient(to top, #505050, #505050);
    color: #fff;
}


.bg-primary-300 {
    background-color: #7d7e82;
    color: white;
}
.bg-primary-300:hover {
    color: white;
}
.overflow-hidden {
    overflow: hidden !important;
}
.mb-g {
  margin-bottom: 0.6rem !important; }

.p-3 {
    padding: 1rem !important;
}
.position-relative {
    position: relative !important;
}
.display-4 {
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 1.57;
}

.d-block {
    display: block !important;
}
/* line-heights */
.l-h-n {
    line-height: normal;
}
.m-0 {
    margin: 0 !important;
}
.fw-500 {
    font-weight: 500 !important;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
    font-weight: 300;
    display: block;
    font-size: 0.9375rem;
    line-height: 1.5;
    margin: 2px 0 1.5rem;
}

h2 small,
h3 small,
.h2 small,
.h3 small {
    font-size: 0.9375rem;
}

h4 small,
.h4 small {
    font-size: 0.875rem;
}

h5 small,
h6 small,
.h5 small,
.h6 small {
    font-size: 0.8125rem;
}

@keyframes slide {
    0%

{
    transform: translateX(-25%);
}

100% {
    transform: translateX(25%);
}

}

.mud-wasm {
    animation: slide 3s ease-in-out infinite alternate;
    background-image: linear-gradient(-60deg,#000000 50%,#00751d 50%);
    bottom: 0;
    left: -50%;
    opacity: .5;
    position: fixed;
    right: -50%;
    top: 0;
    z-index: -1
}

.mud-wasm-cont {
    left: 50%;
    padding: 10vmin;
    position: fixed;
    text-align: center;
    top: 50%;
    transform: translate(-50%,-50%)
}


.box {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.overlay {
    z-index: 9;
}


.report-title-text {
    color: #033101 !important;
    font-size: 15px;
    margin-bottom: 5px !important;
}
.report-breadcrumb-text {
    color: #033101 !important;
    margin-bottom: 5px !important;
    font-size: 10px;
}
.report-breadcrumb-text-off {
    color: #000000 !important;
    margin-bottom: 5px !important;
    font-size: 10px;
}
.report-description-text {
    color: #000000 !important;
    font-size: 13px;
}

.fa-sm {
    font-size: 1.1rem!important 
}

.display-4 {
    font-size: 1.4rem;
}

.mud-appbar {
    background-color: #1f6a38 !important;
}

.device-icon {
    background-image: url(/assets/images/truck-tank-ico.png);
    height: 54px;
    width: 54px;
    background-size: cover;
    margin-right: 10px !important;
}

.logo-chico-header {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

.ml-6 {
    margin-left =24px !important;
}


.logo-chico-header {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

.status-ico-small {
    height: 25px;
    width: 25px;
}

.showFreespireExcelExport {
    display: none;
}

.showSyncfusionExcelExport {
    text-align: center;
}


.mud-button-filled.mud-button-filled-success {
    background-color: #1F6A38 !important;
}

.eventTemplateClass {  
  display: flex;
  align-items: center;
  min-width:500px;
}
