@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&lang=en);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,600,700);

/**************************/
/* Copied from old Fems.css */
.progress {
    margin-bottom: 0px;
}

.selection {
    float: left;
    padding-top: 15px;
    padding-right: 15px;
}

#sidebar {
    background-color: #f6f7f7;
}

.timetrend {
    width: 75px;
}

#intervals, #BoxingMinRpm {
    display: inline;
}

.box {
    width: 75px;
}

.inline {
    display: inline;
}

#reports, #next, #previous, #actualid {
    display: block;
}

.sizeFont {
    font-size: 20px;
}

div.timetrendalign div {
    float: left;
    padding: 10px;
}

div.timetrendalign button {
    display: block;
    min-width: 150px;
}

.hideloading {
    display: none;
}

.inthreshold {
    background-color: #C4C24A !important;
}

.outsidetreshold {
    background-color: #e94649 !important;
}

.oker {
    background-color: #F6B53F !important;
}

div.fleetdetails div {
    float: left;
    padding: 10px;
}

.left {
    float: left;
}

.right {
    float: right;
}

.e-text {
    padding: 11px 2px 0px 0px !important;
    font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 13px !important;
}

.control-label {
    text-align: left !important;
    padding-left: 25px;
}

.registerdropdown {
    width: 100%;
    line-height: revert !important;
}

.resetbottom {
    vertical-align: bottom !important;
}

.ibox-tools-lg {
    display: none;
}


@media (min-width: 768px) {

    .ibox-tools-lg {
        display: block;
    }

    .modal-large {
        max-width: 90%;
        width: 90%;
        height: 80%;
    }

    .modal-content {
        height: 100%;
    }

    .modal-body {
        height: 100%;
    }


    .header-currenttime {
        border: 0px dashed green;
        padding-top: 1.5em;
        padding-left: 5em;
    }
}

#mapid {
    height: 600px;
}

#map {
    height: 100%;
}
/**************************/


html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
    color: var(--bs-secondary-color);
    text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
    text-align: start;
}

.form-control {
    -webkit-appearance: auto;
    appearance: auto;
}

/* Override new bootstrap 'display: flex' styling */
.navbar {
    display: block;
}

.nav {
    display: block;
}

.e-grid .e-row.e-altrow {
    background-color: #f9f9f9;
}

.e-tab .e-content .e-item {
    color: inherit;
}

.table > :not(caption) > * > * {
    color: inherit;
}

.e-grid {
    font-family: "Segoe UI","Helvetica Neue",Ubuntu,Arial
}

input.e-input,
textarea.e-input,
.e-input-group,
.e-input-group.e-control-wrapper,
.e-input-group.e-disabled,
.e-input-group.e-control-wrapper.e-disabled {
    font-family: "Open Sans","Helvetica Neue","Helvetica","Arial",sans-serif,"-apple-system","BlinkMacSystemFont"
}
