﻿body {
    background-color: #d9e2e8 !important;
    font-family: Montserrat, Verdana, Arial, sans-serif;
    font-weight: bold;
    margin: 0;
    font-size: 14px;
}
input[type=text], input[type=password], input[type=number], input[type=date], input[type=email] {
    font-family: Montserrat, Verdana, Arial, sans-serif;
    font-weight: bold;
    padding: 5px;
    margin: 5px;
    height:40px;
    display: inline-block;
    border: 4px solid #8fc1e3 !important;
    border-radius: 6px !important;
    box-sizing: border-box;
    outline: none;
    font-weight: bold;
    color: forestgreen;
    font-size: 14px;
    margin-right: 15px;
    max-width: calc(100% - 15px);
    /*background-color:#ffffff;*/
}
select, textarea, input[type=date] {
    font-family: Montserrat, Verdana, Arial, sans-serif;
    font-weight: bold;
    padding: 5px;
    height: 40px !important;
    margin: 5px;
    display: inline-block;
    border: 3px solid #8fc1e3;
    border-radius: 6px;
    box-sizing: border-box;
    outline: none;
    font-weight: bold;
    color: forestgreen;
    font-size: 14px;
    margin-right: 15px;
    max-width: calc(100% - 15px);
    /*background-color:#ffffff;*/
}
input[type=checkbox] {
    width: 24px;
    height: 24px;
    margin: 5px;
    border: 2px solid #8fc1e3;
    border-radius: 4px;
    outline: none;
    cursor: pointer;
    vertical-align: middle;
}
input[type=text]:focus, input[type=password]:focus, input[type=number]:focus, select:focus, textarea:focus, date:focus {
    border: 1px solid #00a1de;
}
h1 {
    color: #000000;
    line-height: 120%;
    margin: 0 auto 2rem auto;
    max-width: 30rem;
}
.floatButt {
    position: fixed;
    bottom: 50px;
    right: 50px;
    cursor: pointer;
}
.bg-primary {
    background-color:lightgray;
}
.ui-dialog {
    font-family: Montserrat, Verdana, Arial, sans-serif;
    position: fixed;
}

.ui-dialog-titlebar-close {
    display:none;
}
.ui-dialog-titlebar {
    background-color: #5499e4; /* Blue */
    color: white; /* Text color */
}

/* Change the body (content) background color */
.ui-dialog-content {
    background-color: #e6f1f5;
}
.ui-widget {
    font-family: Montserrat, Verdana, Arial, sans-serif;
    font-size: 1.0rem;
    background-color: #e6f1f5;
}
.ui-button-setup {
    overflow: auto;
    white-space: nowrap;
    font-family: Montserrat, Verdana, Arial, sans-serif;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
    padding: 3px 3px 3px 3px;
    text-align: center;
}
.ui-button {
    font-family: Montserrat, Verdana, Arial, sans-serif;
    color: #000000;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    font-size: 1.0rem;
    width: 150px;
    border: 3px solid #d3d3d3;
    border-radius: 10px;
    margin-bottom:15px;
}
.ui-menu {
    font-family: Montserrat, Verdana, Arial, sans-serif;
}
.ui-panel-back {
    background-color: #e6f1f5;
    font-family: Montserrat, Verdana, Arial, sans-serif;
    font-weight: bold;
    margin: 0;
    padding: 5px;
}
hr {
    height: 5px;
    border: 0;
    width: 95%;
    height: 3px;
    background-color: #00a1de;
    column-span: all;
}
.sectionHeader {
    font-size: 14px;
    color: #00a1de;
    font-weight:bold;
    margin: 10px;
}
.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

    .inputfile + label {
        display: inline-block;
    }

        .inputfile:focus + label,
        .inputfile + label:hover {
            background-color: red;
        }

    .inputfile + label {
        cursor: pointer; /* "hand" cursor */
    }

    .inputfile:focus + label {
        outline: 1px dotted #000;
        outline: -webkit-focus-ring-color auto 5px;
    }
.title {
    font-family: Montserrat, Verdana, Arial, sans-serif;
    font-size: 18px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    padding-top: 5px;
}
.subtitle {
    font-family: Montserrat, Verdana, Arial, sans-serif;
    color: #4bbcfc;
    font-size: 18px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    padding-top: 5px;
}
.msgtitle {
    font-family: Montserrat, Verdana, Arial, sans-serif;
    color:#000000;
    font-size: 14px;
    text-align: center;
    padding-top: 5px;
}
.banner {
    font-size: 1.0rem;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    text-align: center;
    margin: 10px;
    white-space: nowrap;
    overflow: hidden;
    color: #000000;
}
.banner2
{
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	border: none;
	font: normal 26px/1 Montserrat, Verdana, Arial, sans-serif;;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	text-shadow: 3px 2px 0 rgba(0,0,0,1) ;
	/* Break */
	text-align:center;
	white-space: nowrap;
	overflow: hidden;
	/*text-overflow: ellipsis;*/
    padding-top: 10px;
	padding-bottom: 5px;
}
.menuBarDisplay {
    background: #ffffff;
    width: 100%;
    display: table;
    top: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    z-index: 998;
}
.menuTable {
    font-family: Montserrat, Verdana, Arial, sans-serif;
    font-size: 1.0rem;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    border: 5px solid red;
}
.menuTable tr {
    line-height: 25px;
}
.overlayTable {
    font-family: Montserrat, Verdana, Arial, sans-serif;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
}
    .overlayTable th {
        text-align: left;
    }
    .overlayTable tr {
        line-height: 25px;
    }
    .overlayTable td {
        text-align:left;
        color: #37517e;
    }
.gridtable {
    font-family: Montserrat, Verdana, Arial, sans-serif;
    font-weight: bold;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    line-height: 50px;
    overflow-x: auto;
}
    .gridtable th {
        color: #000000;
        font-weight: bold;
        border-bottom: 2px solid #d3d3d3;
    }
    .gridtable tr {
        border-bottom: 2px solid #d3d3d3;
    }
    .gridtable td {
        white-space: nowrap;
        overflow: scroll;
        text-overflow: ellipsis;
    }
table.gridNotes {
    /*font-family: Verdana, Trebuchet MS, Arial, Sans-Serif;
	font-size: 12px;*/
    font-family: Montserrat, Verdana, Arial, sans-serif;
    color: green;
    border-width: 1px;
    border-color: #666666;
    border-collapse: collapse;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

    table.gridNotes th {
        border-width: 1px;
        padding: 5px 5px 5px 5px;
        border-style: solid;
        border-color: #666666;
        color: #000000;
        background-color: gray;
    }

    table.gridNotes td {
        border-width: 1px;
        padding: 5px 5px 5px 5px;
        border-style: solid;
        border-color: #666666;
        background-color: lightgray;
    }
.wip {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: Black;
    filter: opacity(60);
    opacity: 0.6;
}
.modal
{
	position: fixed;
	z-index: 999;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background-color: Black;
	filter: alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity: 0.8;
}
.modalCenter
{
	z-index: 1000;
	position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 64px;
    height: 64px;
	border-radius: 10px;
	filter: alpha(opacity=100);
	opacity: 1;
	-moz-opacity: 1;
}
.modal2 {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0,0.7); /* Fallback color */
}

.modal2-content {
    background-color: #ffffff;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
    font-size: 28px;
    border-radius: 15px;
}
.poweredBy
{
	font-size:80%; 
	margin:auto; 
	text-align:center; 
	width:100%;
}
.saveMsg {
    font-size: 90%;
    font-weight: bold;
    margin: auto;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}
.box
{
	padding-left: 5px;
	padding-right: 10px;
    margin-right:5px;
    font-size: 1.0rem;
}
.boxTab {
    padding-top:10px;
    padding-bottom:0px;
    margin-bottom:5px;
    border-bottom-style:solid;
    border-bottom-width:thick;
    width: 100%;
    z-index: 997;
    font-size: 14px;
}
.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #c4c4c4;
    color: #37517e;
    overflow-x: hidden;
    transition: 0.5s;
    font-family: Montserrat, Verdana, Arial, sans-serif;
}

.overlay-content {
    position: relative;
    top: 10px;
    width: 100%;
    text-align: left;
    color: #000000;
    font-weight: bold;
    margin-top: 40px;
    font-size: 14px;
}

.overlay a {
    margin-top:5px;
    padding: 3px;
    text-decoration: none;
    font-size:14px;
    color: #000000;
    display: block;
    transition: 0.3s;
}

    .overlay a:hover, .overlay a:focus {
        color: #f1f1f1;
    }

.overlay .closebtn {
    position: absolute;
    color:#37517e;
    top: 25px;
    right: 25px;
}

.overlay .headerA {
    font-size: 14px;
    margin-top: 35px;
}

.overlay .headerB {
    float: right;
}

/*@media screen and (max-height: 450px) {
    .overlay a {
        font-size: 20px
    }

    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}
*/
table.vehicle {
    width: 320px;
    height: 640px;
    margin-left: auto;
    margin-right: auto;
}
    table.vehicle td {
        color: white;
        height: 35px;
        width: 20%;
        font-size: 14px;
        border: 0;
        margin: 0;
        padding: 0;
        vertical-align: middle;
        cursor: pointer;
        text-align: center;
    }

        table.vehicle td > div {
            height: 35px;
        }
.cssTable {
    display: table;
    padding: 5px 5px 5px 5px;
    color: black;
    width:100%;
}

.cssRow {
    display: table-row;
    padding: 5px 5px 5px 5px;
}

.cssCol {
    display: table-cell;
    padding: 5px 5px 5px 5px;
}
#on {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 20px solid green;
    display: inline-block;
}
#off {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 20px solid red;
    display: inline-block;
}
.gridViewCell {
    font-size:10px;
}
div.scrollmenu {
    background-color: #e6f1f5;
    overflow: auto;
    white-space: nowrap;
    font-family: Montserrat, Verdana, Arial, sans-serif;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 10px 10px 10px;
    text-align: center;
    border-radius: 15px;
}

    div.scrollmenu a {
        display: inline-block;
        text-align: center;
        padding: 5px;
        text-decoration: none;
        margin: 5px;
        border: 2px solid #8fc1e3;
        border-radius: 5px;
        box-sizing: border-box;
        outline: none;
        font-weight: bold;
        color: green;
        font-size: 1.0rem;
        width: 150px;
    }

        div.scrollmenu a:hover {
            color: #37517e;
            background-color: #777;
        }

.flex-grid {
    display: flex;
}

.flex-item {
    flex: 1;
}
.col {
    flex: 1;
    margin-right: 5px;
}

.red-star {
    color: red;
    vertical-align: middle;
    font-size: .95rem;
}
.green-forest {
    vertical-align: middle;
    color: forestgreen;
    font-size: 1.0rem;
}
.white-icon {
    vertical-align: middle;
    color: #ffffff;
}
.black-icon {
    vertical-align: middle;
    color: #000000;
}
.working {
    display:flex;
    align-items:center;
    justify-content:center;
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #2191c0;
    opacity: 0.75;
    overflow-x: hidden;
    transition: 0.1s;
    font-family: Montserrat, Verdana, Arial, sans-serif;
}

.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid blue;
    border-right: 16px solid green;
    border-bottom: 16px solid red;
    width: 80px;
    height: 80px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/* Styling the button (main selectmenu) */
.ui-selectmenu-button {
    background: #0078ae;
    color: white; /* Text color */
    font-size: 14px; /* Font size */
    border-radius: 10px; /* Rounded corners */
    padding: 10px;
}

/* Styling the dropdown menu */
.ui-selectmenu-menu {
    background-color: #fff; /* Dropdown background */
    border: 1px solid #ddd; /* Border color */
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Shadow */
}

/* Styling individual items */
.ui-menu-item-wrapper {
    padding: 8px 12px; /* Item padding */
    font-size: 14px;
    color: #333;
}

    /* Styling on hover */
    .ui-menu-item-wrapper:hover {
        background-color: #4CAF50; /* Hover background */
        color: white; /* Hover text color */
    }
.navBarWrapper {
    display: table;
    margin-left: auto;
    margin-right: auto;
}

.ui-dialog-titlebar {
    background: #0078ae;
    color: white;
    font-weight: bold;
    border: none;
    padding: 10px;
}

/* Change close button */
.ui-dialog-titlebar-close {
    background: white;
    border-radius: 50%;
    width: 20px;
    height: 20px;
}

/* Style the dialog box */
.ui-dialog {
    background-color: #c4c4c4;
    color: #37517e;
    border-radius: 10px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
    border: 2px solid #0073e6;
}

/* Dialog content area */
.ui-dialog-content {
    font-size: 14px;
    color: #333;
}

/* Button panel */
.ui-dialog-buttonpane {
    background: #f1f1f1;
    padding: 10px;
}

/* Style buttons */
.ui-dialog-buttonset button {
    background: #0073e6;
    color: white;
    border: none;
    padding: 8px 12px;
    border-radius: 5px;
    cursor: pointer;
}

    .ui-dialog-buttonset button:hover {
        background: #005bb5;
    }
/* BOSS Table Theme */

.boss-table {
    width: 100%;
    border-collapse: collapse;
    background: #e8f7ff;
    border: 1px solid #0b56c4;
    border-radius: 10px;
    overflow: hidden;
    font-family: 'Segoe UI', Arial, sans-serif;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

    /* Header */
    .boss-table thead {
        background: linear-gradient(to bottom, #1ca8ff, #003cb3);
        color: #0B6E4F;
    }

    .boss-table th {
        padding: 14px 16px;
        text-align: left;
        font-size: 15px;
        font-weight: 600;
        border-bottom: 2px solid #58d600;
        letter-spacing: .5px;
    }

    /* Body */
    .boss-table td {
        padding: 12px 16px;
        border-bottom: 1px solid #b8e8ff;
        color: #003366;
        font-size: 14px;
    }

    /* Alternating Rows */
    .boss-table tbody tr:nth-child(even) {
        background: #dff4ff;
    }

    .boss-table tbody tr:nth-child(odd) {
        background: #f7fcff;
    }

    /* Hover Effect */
    .boss-table tbody tr:hover {
        background: #b7ecff;
        transition: background 0.2s ease;
    }

    /* Links */
    .boss-table a {
        color: #008d1f;
        text-decoration: none;
        font-weight: 600;
    }

        .boss-table a:hover {
            color: #005f14;
            text-decoration: underline;
        }

    /* Selected Row */
    .boss-table .selected-row {
        background: linear-gradient(to right, #58d600, #1ca8ff);
        color: #ffffff;
    }

    /* Buttons Inside Table */
    .boss-table .btn-action {
        background: linear-gradient(to bottom, #58d600, #008d1f);
        color: #ffffff;
        border: none;
        padding: 6px 12px;
        border-radius: 6px;
        cursor: pointer;
        font-size: 13px;
        font-weight: 600;
    }

        .boss-table .btn-action:hover {
            background: linear-gradient(to bottom, #6ff500, #00a328);
        }

/* Responsive */
.table-responsive {
    overflow-x: auto;
    border-radius: 10px;
}
.boss-button {
    background-color: #007bff; /* Bootstrap-style blue */
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-left:auto;
    margin-right:auto;
}

    .boss-button:hover {
        background-color: #0056b3;
    }
.cssTable {
    display: table;
    padding: 5px 5px 5px 5px;
    color: black;
}

.cssRow {
    display: table-row;
    padding: 5px 5px 5px 5px;
}

.cssCell {
    display: table-cell;
    padding: 5px 5px 5px 5px;
}
/* iPads in Portrait (768px - 834px) */
@media screen and (min-width: 768px) and (max-width: 834px) {
    .container {
        padding: 20px;
        font-size: 1.1rem;
    }
}

/* iPads in Landscape (1024px - 1366px) */
@media screen and (min-width: 1024px) and (max-width: 1366px) {
    .container {
        padding: 40px;
        font-size: 1.2rem;
    }
}


