﻿@font-face {
    font-family: oswaldbold;
    src: url('fonts/Oswald-Bold.ttf')
}

@font-face {
    font-family: sourcesanslight;
    src: url('fonts/SourceSansPro-Light.otf')
}

@font-face {
    font-family: sourcesanssemibold;
    src: url('fonts/SourceSansPro-Semibold.otf')
}

body {
    background: #2b2929;
    font-family: sourcesanslight, "Helvetica Neue", Roboto, Arial, "Droid Sans", sans-serif;
    letter-spacing: 1px;
}

h1, h2, h3 {
    font-family: oswaldbold, Tahoma;
}

body .container.body .right_col {
    background: #ededed;
}

/* ------------------------------------ buttons ----------------------------------------------------------- */
.btn {
    padding-left: 10px;
    padding-right: 10px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}

.width-100 {
    width: 100%;
}

.width-90 {
    width: 90%;
}

.width-80 {
    width: 80%;
}

.width-50 {
    width: 50%;
}

.width-45 {
    width: 45%;
}

.width-25 {
    width: 25%;
}

.width-20 {
    width: 20%;
}

.mg-5 {
    margin: 5px;
}

.mg-top-5 {
    margin-top: 5px;
}

.mg-top-6 {
    margin-top: 6px;
}

.mg-top-2 {
    margin-top: 2px;
}

.mg-l-r-10 {
    margin-left: 10px;
    margin-right: 10px;
}

.mg-l-r-5 {
    margin-left: 5px;
    margin-right: 5px;
}

.btn-info {
    background: #43B3EE;
}

.btn-success {
    background: #3BCBBB;
    border-color: #3BCBBB;
}

.btn-symbol {
    background: rgb(122, 122, 122);
    border-color: darkgray;
    color: white;
}

.btn-calculator {
    padding: 5px;
    background: rgb(122, 122, 122);
    border-color: darkgray;
    color: white;
    font-size: 18px;
    font-weight: bold;
}

.cabutton {
    display: inline-block;
    margin: 2px;
    width: 38px;
    height: 38px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 4px;
    padding: 0px;
}

.cadigits {
    color: #181818;
    /* text-shadow: 1px 1px 0px #EBEBEB; */
    background-color: #EBEBEB;
    border-top: 2px solid #EBEBEB;
    border-right: 2px solid #EBEBEB;
    border-bottom: 2px solid #EBEBEB;
    border-left: 2px solid #EBEBEB;
    border-radius: 4px;
    box-shadow: 0px 0px 2px #030303, inset 0px -20px 1px #EBEBEB;
}

.cadigits:hover {
    /* background-color: #FFBA75;
	box-shadow: 0px 0px 2px #FFBA75, inset 0px -20px 1px #FF8000;
	border-top: 2px solid #FFF;
	border-right: 2px solid #FFF;
	border-bottom: 2px solid #AE5700;
    border-left: 2px solid #AE5700; */

    background-color: #3BCBBB;
    box-shadow: 0px 0px 2px #3BCBBB, inset 0px -20px 1px #3BCBBB;
    border-top: 2px solid #3BCBBB;
    border-right: 2px solid #3BCBBB;
    border-bottom: 2px solid #3BCBBB;
    border-left: 2px solid #3BCBBB;
}

/* #22B2A2 #3BCBBB #55E5D5
/* ------------------------------------ buttons ----------------------------------------------------------- */
/* ------------------------------------ symbols ----------------------------------------------------------- */
.symbol-plus {
    content: "\002b";
}

/* ------------------------------------ symbols ----------------------------------------------------------- */
#ships-dropdown {
    margin-bottom: 0px;
    background-color: #e8e8e8;
}

form .ng-dirty .ng-invalid, .form-control.ng-invalid {
    border: 1px solid red;
}

.loading-row td, .loading-div {
    font-size: 15px;
    color: #3BCBBB;
    background: transparent;
    height: 60px;
    vertical-align: middle !important;
    text-align: center;
    width: 100%;
}


.styleLessLi {
    list-style: none;
}


.dataTable, .dataTables_filter, .dataTables_info {
    color: #1a1a1a;
}

.dataTable td {
    font-family: sourcesanslight, Tahoma;
}

.dataTable th, .dataTables_info, .pagination {
    font-family: sourcesanssemibold, Tahoma;
}

.column-2-btn {
    width: 151px;
}

.pagination>li:first-child>a, .pagination>li:first-child>span,
.pagination>li:last-child>a, .pagination>li:last-child>span {
    -ms-border-radius: 0;
    border-radius: 0;
}

ul.nav-tabs>li,
.nav-pills>li>a {
    border-radius: 0px;
    font-family: sourcesanslight, Tahoma;
    font-size: 14px;
}

ul.nav-tabs>li.active {
    border-right-color: #3BCBBB;
    color: #000;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover {
    background: #3BCBBB;
    font-family: sourcesanssemibold, Tahoma;
}

.form-horizontal .checkbox, .checkbox {
    box-shadow: none;
    height: 20px;
    min-height: 20px;
    width: 20px;
}

.form-control {
    font-family: sourcesanslight, Tahoma;
}

.x_title h2 {
    font-family: sourcesanslight, Tahoma;
    color: #000;
    height: 24px;
    font-weight: bold;
    font-size: 20px;
}

.x_panel {
    border: #e0e0e0 2px solid;
    overflow: hidden;
}

.title_left h3 {
    font-size: 30px;
    color: #000;
}

.page-title {
    margin-bottom: 10px;
}

label.control-label {
    font-family: sourcesanssemibold, Tahoma;
    font-weight: bold;
    font-size: 14px;
    color: #000;
    margin-top: 5px;
}


.tile_stats_count .count {
    font-family: oswaldbold, Tahoma;
    color: #bdbdbe;
}

.tile_stats_count .count_top {
    font-family: sourcesanssemibold, Tahoma;
    color: #8d8d8f;
}

.tile_stats_count .count_bottom i {
    font-family: oswaldbold, Tahoma;

}

.tile_stats_count .count_bottom {
    font-family: sourcesanslight, Tahoma;
    color: #8d8d8f;
}



/*bootstrap override 5 columns*/
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

.intable-form-control {
    border: none;
    border-bottom: 1px solid #cecece;
    background: inherit;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}

.nav a {
    cursor: pointer;
}

.gm-style-iw+div {
    display: none;
}

/*start of fontsize-mediaqueries*/
@media (min-width: 768px) {}

@media (min-width: 992px) {}

@media (min-width: 1200px) {}

/*end of fontsize-mediaqueries*/
/* ------------------------------------ Custom alarm tooltip ---------------------------------------------- */
/* Tooltip container */
.catooltip {
    position: relative;
    display: inline-block;
    /* border-bottom: 1px dotted black; If you want dots under the hoverable text */
}

/* Tooltip text */
.catooltip .catooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: darkgray;
    color: black;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;

    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
    width: 120px;
    bottom: 100%;
    left: 50%;
    margin-left: -60px;
    /* Use half of the width (120/2 = 60), to center the tooltip */
}

/* Show the tooltip text when you mouse over the tooltip container */
.catooltip:hover .catooltiptext {
    visibility: visible;
}

/* ------------------------------------ Custom alarm tooltip ---------------------------------------------- */

/* ------------------------------------ Sensor tooltip ---------------------------------------------------- */
/* Tooltip container */
.sensortooltip {
    position: relative;
    display: inline-block;
    overflow: visible !important;
}

/* Tooltip text */
.sensortooltip .sensortooltiptext {
    visibility: hidden;
    width: auto;
    background-color: darkgray;
    color: black;
    text-align: center;
    padding: 5px 2px;
    border-radius: 6px;

    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 10;
    width: auto;
    bottom: 100%;
    left: 0%;
    overflow: visible !important;

    margin-left: 15px;
    /* Use half of the width (120/2 = 60), to center the tooltip */
}

/* Show the tooltip text when you mouse over the tooltip container */
.sensortooltip:hover .sensortooltiptext {
    visibility: visible;
}

/* ------------------------------------ Senaor tooltip ---------------------------------------------------- */
.tree_sensor_kpi {
    font-size: smaller;
    white-space: nowrap;
}

/************************************** google maps info box ************************************************/
.infobox {
    border: 0px solid black;
    /* margin-top: 2px; */
    /* background:#333; */
    /* color:#FFF; */
    font-family: Arial, Helvetica, sans-serif;
    /*font-size:10px;*/
    text-align: center;
    /* padding: .1em 1em; */
    /* -webkit-border-radius: 5px; */
    /* -moz-border-radius: 5px; */
    /* border-radius: 5px; */
    /* text-shadow:0 -1px #000000; */
    /* -webkit-box-shadow: 0 0  8px #000; */
    /* box-shadow: 0 0 8px #000; */
}

.infobox .infoBoxDefault {
    margin-bottom: 0px;
}

.infobox .infoboxExtra {
    display: block;
    text-align: left;

    padding-top: 5px;
    border-top: 1px solid black;
}

.infobox .infoboxExtra .infoboxCii {
    font-weight: 800;
}

.infobox .infoboxExtra.infoboxExtraHidden {
    display: none;
}

.infobox a {
    color: black;
}

.infoboxExtra {
    /*color: green;*/
}

/************************************** google maps icons styling *******************************************/
.gm-fullscreen-control {
    transform: scale(0.7);
    /* Makes the button 70% of its original size */
    /* Keeps the button anchored to top right */
    /* transform-origin: top right;  */
    margin: 5px;
}

.gm-bundled-control {
    transform: scale(0.7);
    /* Makes the button 70% of its original size */

    /* Keeps the button anchored to top right */
    /* transform-origin: top right;  */
    margin: 5px;
}

/* Map type control (Satellite/Map buttons) */
.gm-style-mtc button {
    transform: scale(0.7);
    /* padding: 0 6px !important;
    height: 24px !important;
    font-size: 10px !important; */
}

/* Map type dropdown menu */
.gm-style-mtc div[role="menu"] {
    transform: scale(0.7);
    transform-origin: top left;
}

/* ------------------------------------ CII Attention popup ----------------------------------------------- */
/*
    CII WARNING TOOLTIP
*/
#ciiWarningTooltip {
    margin: 9px 0 6px;
    margin-left: 11px;
    /* color: #FFE500; #E74C3C; */
    color: #E74C3C;
}

/* ---------------------------------- End CII Attention popup --------------------------------------------- */
/*************************************** Custom Checkbox ****************************************************/
.checkbox-wrapper {
    position: relative;
    cursor: pointer;
    padding: 5px;
    /* background-color: white; */
    background-color: inherit;
    border-radius: 2px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.checkbox-wrapper input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkmark {
    position: relative;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 2px solid #ddd;
    border-radius: 3px;
    transition: all 0.3s ease;
}

.checkbox-wrapper:hover .checkmark {
    border-color: #2196F3;
}

.checkbox-wrapper input:checked~.checkmark {
    background-color: #2196F3;
    border-color: #2196F3;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 50%;
    top: 40%;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 3px 3px 0;
    transform: translate(-50%, -50%) rotate(45deg);
}

.checkbox-wrapper input:checked~.checkmark:after {
    display: block;
    animation: check 0.3s ease-in-out;
}

@keyframes check {
    0% {
        opacity: 0;
        transform: translate(-50%, -50%) rotate(45deg) scale(0.8);
    }

    100% {
        opacity: 1;
        transform: translate(-50%, -50%) rotate(45deg) scale(1);
    }
}

.checkbox-wrapper label {
    font-family: sourcesanssemibold, Tahoma;
    font-weight: bold;
    font-size: 14px;
    color: #000;
    display: flex;
    padding: 5px;
    margin-bottom: 0px;
    align-items: center;
    gap: 12px;
    height: 23px !important;

}

/************************************* End Custom Checkbox **************************************************/
/*********************************** Efficiency Data Colors *************************************************/
.color-data-period-a {
    color: #FF80FF;
    font-weight: bold;
}

.color-line-period-a {
    color: #FF00FF;
    font-weight: bold;
}

.color-data-period-b {
    color: #6666ff;
    font-weight: bold;
}

.color-line-period-b {
    color: #0000b0;
    font-weight: bold;
}

/********************************* End Efficiency Data Colors ***********************************************/
/********************************* Diverse background colors ************************************************/
.bg1 {
    background-color: bisque !important;
}

.bg2 {
    background-color: aquamarine !important;
}

.bg3 {
    background-color: blueviolet !important;
}

.bg4 {
    background-color: darkcyan !important;
}

.bg5 {
    background-color: cyan !important;
}

.bg6 {
    background-color: #6C6C6C !important;
}

.bg7 {
    background-color: rgb(193, 200, 206) !important;
}

.bg8 {
    background-color: rgb(224, 229, 233) !important;
}

.bghmm {
    background-color: rgba(25, 35, 86, 1);
    // real hmm blue: rgba(25, 35, 86, 1)
}

.bg-coral {
    /* background-color: lightcoral; */
    background-color: rgba(240, 128, 128, 0.4);
    // real hmm red rgba(238, 31, 41, 1)
}

.bg-lightblue {
    background-color: lightblue;
}

.bg-lightgreen {
    /* background-color: lightgreen; */
    background-color: rgba(144, 238, 144, 0.4);
}

/* table th td {
    border: 4px white;
    border-spacing: 10px;
} */
/************************************************************************************************************/
.color-white {

    color: white;
}

.font-larger {
    /* font-size: larger; */
    /* font-weight: 200; */
}

.font-bold {

    font-weight: bold;
}

.dataTable th, .dataTable td {
    padding: 8px;
    border: 2px solid white;
    text-align: left;
    line-height: 1.2;
}

/************************************** New bootstrap metal looks *******************************************/
.btn-metal {
    border: none;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2), -3px -3px 6px rgba(255, 255, 255, 0.5);
    transition: all 0.1s ease;
}

.btn-metal:hover {
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3), -2px -2px 4px rgba(255, 255, 255, 0.6);
    transform: scale(1.03);
}

.btn-metal:active {
    box-shadow: inset 3px 3px 6px rgba(0, 0, 0, 0.2), inset -3px -3px 6px rgba(255, 255, 255, 0.5);
    transform: scale(0.95);
}

.btn-metal.btn-primary {
    background: linear-gradient(145deg, #0d6efd, #0a58ca);
    color: white !important;
}

.btn-metal.btn-secondary {
    background: linear-gradient(145deg, #6c757d, #565e64);
    color: whitesmoke !important;
}

.btn-metal.btn-success {
    background: linear-gradient(145deg, #198754, #146c43);
}

.btn-metal.btn-danger {
    background: linear-gradient(145deg, #dc3545, #b02a37);
}

.btn-metal.btn-warning {
    background: linear-gradient(145deg, #ffc107, #e0a800);
    color: black;
}

.btn-metal.btn-info {
    background: linear-gradient(145deg, #0dcaf0, #0aa2c0);
    color: white;
}

.btn-metal.btn-light {
    background: linear-gradient(145deg, #f8f9fa, #d3d4d5);
    color: #000;
}

.btn-metal.btn-dark {
    background: linear-gradient(145deg, #212529, #1a1e21);
}

.ls-1 {
    letter-spacing: 1px !important;
}

.ls-2 {
    letter-spacing: 2px;
}

.color-black {
    color: black;
}

.cursor-none {
    cursor: none;
}

.cursor-pointer {
    cursor: pointer;
}

/************************************************************************************************************/
.test-border {
    border-color: black !important;
    border-style: dotted !important;
}

.flex-align-row {
    width: 98%;
    /* border: 1px solid black; */
    display: flex;
    align-items: stretch;
    gap: 5px;
    margin-left: 6px;
}

.flex-align-row div {
    flex: 1;
    /* border: 1px solid black; */
    display: flex;
    align-items: center;
    padding-top: 3px !important;
    padding-left: 4px !important;
    margin: 0px !important;
}

.alignrow_mg_l {
    margin-left: 10px;
}

.item-5pct {
    flex: 0 0 5% !important;
}

.item-10pct {
    flex: 0 0 10% !important;
}

.item-20pct {
    flex: 0 0 20% !important;
}
.item-30pct {
    flex: 0 0 30% !important;
}

.item-33pct {
    flex: 0 0 33% !important;
}

.item-40pct {
    flex: 0 0 50% !important;
}

.item-50pct {
    flex: 0 0 50% !important;
}

.item-60pct {
    flex: 0 0 60% !important;
}

.item-66pct {
    flex: 0 0 66% !important;
}

.item-70pct {
    flex: 0 0 70% !important;
}
.mg-l-10 {
    margin-left: 10px !important;
}

.mg-l-15 {
    margin-left: 15px !important;
}

.mg-l-25 {
    margin-left: 25px !important;
}

.mg-r-10 {
    margin-right: 15px !important;
}

.mg-r-5 {
    margin-right: 5px !important;
    margin-bottom: 3px !important;
}

.panel-shadow {
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1), -2px -2px 3px rgba(255, 255, 255, 0.5);
}

/*************************************** New Radio Buttons **************************************************/
#menu_toggle {
    margin: 0 !important;
    padding: 10px 15px 15px 0px !important;
}

.toggle {
    padding: 14px 0px 0px 0px !important;
}

.text-centered {
    display: flex;
    justify-content: center;
    align-items: center;
}

/************************************************************************************************************/
#idGoogleMap {
    padding: 0px;
}

/*************************************** Other table design *************************************************/
.table-container {
    max-width: 100%;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    overflow: hidden;
}

.table-header {
    background-color: #0d6efd;
    color: white;
    padding: 8px 12px;
    font-weight: 600;
    font-size: 14px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.table-body {
    max-height: 300px;
    overflow-y: auto;
}

.table-row {
    border-bottom: 2px solid #dee2e6;
}

.table-row:last-child {
    border-bottom: none;
}

.table-row:hover {
    background-color: rgba(13, 110, 253, 0.04);
}

.table-header-row {
    background-color: #f1f3f5;
    border-bottom: 3px solid #adb5bd;
    position: sticky;
    top: 0;
    z-index: 10;
    font-size: 13px;
}

.table-cell {
    padding: 6px 8px;
    align-items: center;
    position: relative;
    font-size: 12px;
}

/* Vertical divider lines */
.table-cell:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 2px;
    background-color: #dee2e6;
}

.badge {
    font-weight: 500;
    font-size: 11px;
    padding: 3px 6px;
}

/* Customize scrollbar */
.table-body::-webkit-scrollbar {
    width: 6px;
}

.table-body::-webkit-scrollbar-track {
    background: #e9ecef;
}

.table-body::-webkit-scrollbar-thumb {
    background: #adb5bd;
    border-radius: 3px;
}

/* @media (max-width: 576px) {
    .table-cell {
        padding: 4px 6px;
        font-size: 11px;
    }
} */
/************************************************************************************************************/
.text-vertical-center {
    vertical-align: middle !important;
}

.text-align-center {
    text-align: center !important;
    vertical-align: middle !important;
}

.text-align-right {
    text-align: right !important;
    vertical-align: middle !important;
}

/************************************************************************************************************/
.showcase_mark {
    display: block;
    position: absolute;
    /* overflow:   hidden; */
    /* top: 45px; */
    /* top: 60px; */
    top: 30px;
    /* background: linear-gradient(145deg, #ffc107, #e0a800); */
    background: linear-gradient(145deg, rgba(255, 193, 7, 0.4), rgba(224, 168, 0, 0.4));
    /* transform: rotate(-45deg); */
    transform: rotate(-0deg);
    padding: 1px 3px;
    border-radius: 3px;
    color: black;
    font-weight: bold;
    margin-left: -10px;
    z-index: 1000;
}

.irs--big .irs-bar {
  border: 1px solid #0d6efd !important;
  background: linear-gradient(to bottom, #ffffff 0%, #0d6efd 30%, #b9d4ec 100%) !important;
}
.irs--big .irs-shadow {
  background-color: rgba(66, 139, 202, 0.5);
}
.irs--big .irs-from,
.irs--big .irs-to,
.irs--big .irs-single {
  background-color: #0d6efd !important;
  background: linear-gradient(to bottom, #0d6efd 0%, #3071a9 100%) !important;
}
.irs--big .irs-grid-pol {
  background-color: #0d6efd !important;
}
.irs--big .irs-grid-text {
  color: #0d6efd !important;
}

/************************************************************************************************************/
/************************************************************************************************************/