@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;700;900&display=swap");

body,
html,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6,
.content-header h4,
.main-header,
input,
textarea {
    font-family: "Inter", "Karla", "Roboto", "Arial", sans-serif;

    color: #000;
}

.h4,
h4 {
    font-size: 20px;
}

body,
.form-control,
.btn,
table,
tr,
th,
td,
thead,
tbody {
    font-size: 14px;
}

.main-header .logo, .logo, .logo-mini, .logo-lg, .login-logo, .register-logo, .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
}

.main-header .logo, .logo, .logo-mini, .logo-lg {
    font-family: inherit;
    font-weight: bold;
    font-size: 16px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
}

label {
    color: gray;
}

b, strong, .bold, .strong, .b {
    font-weight: bold;
}
img{
    max-width: 100%;
    height: auto;
}

.main-header {
  background: #fff;
  -webkit-box-shadow: 0 2px 30px 0 rgba(0, 0, 0, .15);
  box-shadow: 0 2px 30px 0 rgba(0, 0, 0, .15);
}

/*
|--------------------------------------------------------------------------
| Right side content background light grey
|--------------------------------------------------------------------------
*/

/** >> Content background: start */
.content-wrapper, .right-side, .wrapper, .cta-block {
    background-color: #f4f4f4;
}

.content {
    background-color: inherit;
}

.nav-tabs-custom {
    background-color: transparent;
}

.nav-tabs-custom > .nav-tabs > li {
    border: 0;
}

/** << Content background: end */

/** >> Left menu: start */
.skin-blue-light .main-sidebar,
.skin-blue-light .left-side,
.skin-blue-light .sidebar-menu > li > .treeview-menu,
.skin-blue-light .treeview-menu > li > a {
    background-color: #1b1e21;
    color: lightgrey;
}

.skin-blue-light .sidebar-menu > li:hover > a, .skin-blue-light .sidebar-menu > li.active > a {
    background-color: #333333;
}

.skin-blue-light .treeview-menu > li > a:hover {
    text-decoration: underline;
}

.skin-blue-light .treeview-menu > li.active > a {
    color: grey;
}

/** << Left menu:end */

/*
|--------------------------------------------------------------------------
| Input with left and bottom borders : start
|--------------------------------------------------------------------------
| Removes left and bottom borders from input so that it is less messy.
|
*/
/*
label { margin-bottom: 0; text-transform: capitalize; }

.form-control { padding: 0 12px; border-top: 0; border-right: 0; }

div.form-group span.readonly { padding: 5px; }

.select2-container .select2-choice { padding: 3px 0 5px 0; }

.align-with-input {margin-top: 18.5px}
*/
.device-utilisation-menu > * {
    width: 100%;
    max-width: 100%;
}

.device-utilisation-menu li {
    flex: 1 0 0%;
    padding-left: 8px;
    padding-right: 8px;
}

.device-utilisation-menu li a {
    color: #000;
    text-transform: uppercase;
    display: block;
    text-align: center;
    background-color: #d9d9d9;
    font-weight: 600;
    padding: 5px;
    border: 1px solid #c7c7c7;
    border-radius: 20px !important;
}

.device-utilisation-menu li a:hover,
.device-utilisation-menu li.active a {
    background-color: #f90303;
    border-color: #f90303;
    color: #fff;
    text-decoration: none;
}

.device-utilisation-menu {
    list-style: none;
    display: flex;
    background-color: #fff;
    padding: 10px 0;
    border-radius: 5px !important;
    margin-top: 10px;

    -webkit-box-shadow: 0 0px 15px 0 rgb(0 0 0 / 07%);
    box-shadow: 0 0px 15px 0 rgb(0 0 0 / 07%);
}

.device-utilisation-wrap .map-container-main,
.device-utilisation-wrap .device-utilisation-form {
    background-color: #fff;
    padding: 10px;
    border-radius: 5px !important;
    position: relative;
    clear: both;
    -webkit-box-shadow: 0 0px 15px 0 rgb(0 0 0 / 07%);
    box-shadow: 0 0px 15px 0 rgb(0 0 0 / 07%);
}

.device-utilisation-wrap .device-utilisation-form {
    display: flex;
    flex-wrap: wrap;
}

.device-utilisation-wrap .device-utilisation-form .edit-form {
    padding: 0px;
    border-radius: 0px !important;
    margin-top: 0px;
}

.row.device-utilisation-wrap {
    margin-left: -8px;
    margin-right: -8px;
}

.row.device-utilisation-wrap > [class*="col-"] {
    padding-left: 8px;
    padding-right: 8px;
}

.device-utilisation-wrap .map-container-main .embed-responsive-16by9 {
    padding-bottom: 58.9%;
}

.device-utilisation-wrap h3 {
    margin-top: 0px;
}
.device-utilisation-form .row {
    margin-left: -8px;
    margin-right: -8px;
}

.device-utilisation-form .row [class*="col-"] {
    padding-left: 8px;
    padding-right: 8px;
}
.device-utilisation-main .edit-form, .device-utilisation-main .create-form {
    padding: 0px;
    background-color: transparent;
    border-radius: 0px !important;
}

.device-utilisation-main .create-form .col-md-7 .map-container-main {
    margin-top: 0px !important;
}

.device-utilisation-main .create-form .device-utilisation-form {
    min-height: 100%;
}
.d-flex .device-contact .equal-height {
    min-height: calc(100% - 75px);
}
.d-flex .equal-height {
    min-height: calc(100% - 10px);
}

.d-flex .device-contact .equal-height {
    min-height: calc(100% - 75px);
}
.map-movement-location .map-movement-wrap {
    background-color: #000;
    border-radius: 5px !important;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 8px;
    margin-bottom: 10px;
}

.map-movement-location .map-movement-wrap h2 {
    font-size: 16px;
    margin: 0px;
    color: #fff;
}

.map-movement-location .map-movement-wrap input {
    border: none;
    width: 40px;
    border-radius: 5px !important;
    height: 30px;
    padding: 5px;
    text-align: center;
    color: green;
}

.map-movement-location .map-movement-wrap .map-movement-mark {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.map-movement-location .map-movement-wrap .map-movement-mark i {
    margin-right: 5px;
    font-size: 20px;
}
.map-movement-location .map-movement-wrap .map-movement-mark {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.map-movement-location .map-movement-wrap .map-movement-mark i {
    margin-right: 5px;
    font-size: 20px;
}
#map,
.map,
.mapbox-map {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
}

.location-of-device {
    background-color: #fff;
    padding: 10px;
    border-radius: 5px !important;
    position: relative;
    -webkit-box-shadow: 0 0px 15px 0 rgb(0 0 0 / 7%);
    box-shadow: 0 0px 15px 0 rgb(0 0 0 / 7%);
    width: 100%;
    float: left;
    margin-bottom: 15px;
}

.location-of-device h3 {
    margin-top: 0px;
}

/*.location-of-device .map-container-main #map{
width:calc(100% - 20px);
height: calc(100% - 20px)!important;
}*/

.location-of-device .col-md-2 {
    width: 20%;
}

.graph-box-section {
    padding: 10px;
}

.graph-box-container {
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
}

.graph-box-heading {
    background-color: black;
    color: white;
    text-align: center;
    padding: 10px;
    font-size: 20px;
}

.graph-box-div {
    width: 100%;
    text-align: center;
    padding-top: 30px;
}

.large-add-icon {
    font-size: 26px;
    color: royalblue;
    border: none;
}

.add-icon {
    font-size: 18px;
    color: royalblue;
    border: none;
}

/*Inspection status color codes*/
.status-accepted {
    background-color: #28a745;
}
.status-partially-accepted {
    background-color: #6dd5ed;
}
.status-rejected {
    background-color: #e52d27;
}
.status-pending {
    background-color: #f7b733;
}
.status-completed {
    background-color: #2ecc71;
}

.selected-status-accepted {
    border-color: #6dd5ed;
    border-width: 2px;
}
.selected-status-pending {
    border-color: #f7b733;
    border-width: 2px;
}
.selected-status-rejected {
    border-color: #e52d27;
    border-width: 2px;
}
.selected-status-completed {
    border-color: #2ecc71;
    border-width: 2px;
}
.selected-status-partially-accepted {
    border-color: #5e5085;
    border-width: 2px;
}
.selected-is-completed-1{
    border-color: green;
    border-width: 2px;
}
.selected-is-completed-0{
    border-color: orange;
    border-width: 2px;
}

.icon-enabled{
    color: green;
}

.icon-disabled{
    color: grey;
}

.status-font-color {
    color: #000000;
}

.method-get {
    background-color: darkseagreen;
}

.method-post {
    background-color: mediumpurple;
}

.method-patch {
    background-color: mediumslateblue;
}

.method-put {
    background-color: mediumslateblue;
}

.method-delete {
    background-color: indianred;
}