/*General Items:*/

@font-face {
    font-family: 'HelveticaExtended';
    src: url('HelveticaExtended.otf') format("opentype");
}

.blurred {
    filter: blur(12px);
}

.ui-autocomplete-loading {
    background: white url("images/loading-sm.gif") right center no-repeat;
    position: relative;
    top: 4px;
}

.searchContent {
    background: white;
    width: 400px;
    min-height: 600px;
    padding: 1px;
    border: 1px solid black;
    margin: 5px;
}

body {
    background: #f9fafc;
    background-image: url('wallpaper.jpg');
    background-repeat: no-repeat center center fixed;
    background-size: cover;
    height: 100%;
    
}

.dashboardBox {
    display: flex;
}

.dashboardBox div {
    /*height: 200px;*/
    /*padding: 6px;*/
}

.eventBox > div {
    height: auto;
}

.content-box.eventBox {
    margin-left: 0px;
    position:static;
    width:700px;
    background:#fcfcde;
    padding-bottom:5px;
}

.dashboardBox span {
    font-size: 24px;
    font-weight: bold;
}

#heirarchyBox, #popupMap {
    z-index: 50;
}

.equipment-box.drag {
        background-color: pink;
        cursor: not-allowed;
}

.equipment-grid {
    display:grid;
    grid-template: repeat(8,120px) / repeat(7,250px);
    place-items: left;
    plate-content: start;
    gap: 15px;
}

.staffAssigned {
    background-color: grey;
}

.list-scroll ol {
    counter-reset: li;
    list-style: none;
    padding: 0;
    margin-bottom: 4em;
}

.list-scroll li {
  position: relative;
  display: block;
  padding: 4px;
  margin: .3em 0;
  background: #FFF;
  color: #444;
  text-decoration: none;
  border-radius: 10px;
  box-shadow: 0 5px 7px -1px rgba(51, 51, 51, 0.23);
  cursor: pointer;
  border: 1px solid grey;
}

.staffMessage {
    color: red;
    font-size: 10px;
}

.draggable.dragging {
  opacity: 0.5;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  cursor: grabbing;
}

#equipment-main {
    display: grid;
    grid-template: 100% / 10% 90%;
    place-items: start;
    place-content: start;
    gap: 7px;
}

.markerTitle {
    font-weight: bold;
    font-size: 20px;
}

.equipment-box {
    border: 2px solid black;
    /*background: Cornsilk;*/
    place-self: stretch;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding: 4px;
    border-radius: 10px;
    
}

.unassigned {
    background: Cornsilk;
}

.assigned {
    background: Gold;
}

.oos {
    background: LightGray;
}

.equipment-title {
    font-weight: bold;
    float: left;
    
}

.equipment-material {
    float: right;
    color: red;
}

.equipment-assignment {
    background: white;
    clear: both;
    padding: 2px;
    margin: 5px;
    height: 20px;
    font-size: 12px;
    line-height: 20px;
}

.assignment {
    border: 1px solid black;
    color: black;
}

.onDeck {
    border: 1px dashed black;
    color: grey;
}

.equipment-time {
    float: right;
}

.equipment-team {
    float: left;
}

.equipment-gps {
    color: green;
    float: right;
}


.ui-autocomplete-category {
    font-weight: bold;
    padding: .2em .4em;
    margin: .8em 0 .2em;
    line-height: 1.5;
}

.message-box {
    position: fixed;
    width: 500px;
    height: 75px;
    line-height: 75px;
    border: 2px solid #a0a0a0;
    margin: 40px;
    padding: 4px;
    top: 0;
    right: 0;
    text-align: center;
    display: none;
    z-index: 9999;
}

.message-box > span {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}

.message-box.red {
    background-color: rgb(232,155,161,0.8);
}

.message-box.green {
    background-color: rgba(162,242,172,0.8);
}

.main_title {
	color:white;
	/*font-family:"Helvetica", sans-serif;*/
	font-family: "HelveticaExtended", sans-serif;
	font-weight:bold;
	font-size:3.5em;
	transform: scaleX(1.1);
	transform-origin: left center;
}

.cell-center {
    text-align: center;
}

.login_table {
	position:relative;
	width:300px;
	background-color:rgba(169,238,248,0.5);
	margin-top: 50px;
	margin-left: 300px;
	border-radius: 10px;
	padding: 10px;
	border: 1px solid black;
}

.top-bar {
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
    padding: 2px;
    /*overflow: hidden;*/
    height: 75px;
    width: 99%;
    /*background-color: #2F3337;*/
    background-image: linear-gradient( -48deg, #efef4e 5%, #efef4e 25%, #4b90d5 20%, #5e87b1 20%);
    z-index: 25;
}

.top-bar > span {
    color: white;
    
}

.nav-bar {
    position: fixed;
    width: 180px;
    background-color: #5e87b1;
    left: 0;
    top: 75px;
    padding: 0;
    overflow: hidden;
    min-height: 100%;
}

.nav-link {
    margin: 15px 0;
    padding: 3px 3px 3px 8px;
    width:100%;
}

.nav-link.selected {
    background: #d5cb46;  
}

.nav-link img {
    height: 28px;
    width: 28px;
    position: relative;
    left: 3px;
    top: 4px;
}

.nav-link a {
    text-decoration: none;
    color: #efefef;
    /*font-family:"Helvetica", sans-serif;*/
    font-family: "HelveticaExtended", sans-serif;
    font-size: 16px;
    position: relative;
    left: 10px;
    top: -2px;
}

.nav-link.selected a {
    text-decoration: none;
    color: black;
    /*font-family:"Helvetica", sans-serif;*/
    font-family: "HelveticaExtended", sans-serif;
    font-size: 16px;
    position: relative;
    left: 10px;
    top: -2px;
    font-weight: bold;
}

.nav-link:hover {
    background: #efef4e;
    
}

.nav-link a:hover {
    color: black;
}

.pointer:hover {
    cursor: pointer;
}

.logo {
    height: 200px;
    width: 200px;
    display: block;
    margin: auto;
}

.logoWithText {
    height: 74px;
    width: 205px;
    /*display: block;*/
    /*margin: auto;*/
    left: 0;
}

.content-box {
    margin: 10px 10px 10px 180px;
    background-color: white;
    border: 2px solid #a0a0a0;
    border-radius: 2px;
    padding: 5px 10px 25px 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    min-height: 100%;
    position: relative;
    top: 75px;
}

#welcome-box {
    border: 1px solid black;
    border-radius: 2px;
    /*width: 400px;*/
}

a {
    text-decoration: none;
}

a.button {
    background-color: cornflowerBlue;
    border: 1px solid black;
    color: white;
    padding: 10px 16px;
    text-align: center;
    display: inline-block;
    /*font-family: "Helvetica", sans-serif;*/
    font-family: "HelveticaExtended", sans-serif;
    border-radius: 6px;
    text-decoration: none;
    /*width: auto;*/
    margin: 5px 5px 5px 0;
    cursor: pointer;
}

a.button:hover {
    background-color: white;
    color: black;
    font-weight: normal;
}

.eType:hover {
    cursor: pointer;
}

div.small, span.small {
    font-size:12px;
}

div.large, span.large {
    font-size:40px;
    font-weight:bold;
}

div.mediumLarge, span.mediumLarge {
    font-size: 30px;
    font-weight: bold;
}

div.medium, span.medium {
    font-size: 18px;
    font-weight: bold;
}

div, span {
    color: black;
	/*font-family: "Helvetica", sans-serif;*/
	font-family: "HelveticaExtended", sans-serif;
	font-size:1em;
}

h1 {
    color:black;
    /*font-family: "Helvetica", sans-serif;*/
    font-family: "HelveticaExtended", sans-serif;
    font-size:2em;
    font-weight: bold;
    text-align: left;
}

fieldset legend {
    color:black;
    /*font-family: "Helvetica", sans-serif;*/
    font-family: "HelveticaExtended", sans-serif;
    font-size:1em;
    font-weight: bold;
    text-align: left;
    margin-bottom: 0;
}

fieldset {
    margin-bottom: 8px;
    display:inline-block;
}

h2 {
    color:black;
    /*font-family: "Helvetica", sans-serif;*/
    font-family: "HelveticaExtended", sans-serif;
    font-size:1.2em;
    font-weight: bold;
    text-align: left;
    margin-bottom: 0;

}


button {
    background-color: cornflowerBlue;
    border: 1px solid black;
    color: white;
    padding: 10px 16px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    cursor: pointer;
	/*font-family:"Helvetica", sans-serif;*/
	font-family: "HelveticaExtended", sans-serif;
	border-radius: 6px;
	display: block;
}

button:hover {
    background-color: white;
    color: black;
}

input:focus {
    border: 1px solid #ce7373;
}

input[type="checkbox"] {
    margin:10px;
}

.command-bar {
    border: 1px solid #a0a0a0;
    padding: 10px;
    margin: 10px 0;
    background: #f4f8ff;
}

.command-bar-hidden {
    display: none;
}


/*Popup menus:*/

.popupClose {
    background: white;
    color: black;
}

.popup-box {
    background-color:rgb(231, 213, 194);
    border: 1px solid #a0a0a0;
    border-radius: 18px;
    padding: 10px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    /*left: 400px;*/
    /*top: 50px;*/
    /*margin: 50%;*/
    /*width: 725px;*/
    /*height: 575px;*/
    position: fixed;
    z-index: 500;
    display: none;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -20%);
    max-width: 100%;
    max-height: 100%;
}

.popup-box > h1 {
    text-align: center;
}

.alert-table {
	display: none;
	/*height: 35px;*/
	background-color: lightCoral;
	border: 1px solid black;
	border-radius: 4px;
	padding: 8px;
}

.header-text {
    text-transform: uppercase;
    color: black;
    /*font-family:"Helvetica", sans-serif;*/
    font-family: "HelveticaExtended", sans-serif;
    font-size:1.3em;
    display: block;
    margin: auto;
    text-align: center;
}

.rightText {
    display: block;
    margin: auto;
    text-align: right;
    font-style: italic;
    font-size:0.8em;
}

.textbox {
	background: rgb(255,255,255);
	width:240px;
	height:19px;
	padding: 5px;
	border-top-left-radius: 8px;
	border-top-right-radius: 0;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 0;
	border: 1px solid black;
    /*display: inline-block;*/
}

.text-icon {
    background: rgb(238,238,238);
    border-top-left-radius: 0;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 8px;
    border: 1px solid black;
    width:40px;
    height:29px;
    display: inline-block;
    position: relative;
    left: -1px;
    top: 6px;
}

.icon {
    height: 25px;
    width: 25px;
    position: relative;
    top: 1px;
    left: 6px;
}

a:hover {
    font-weight: bold;
    cursor: pointer;
}

.active {
	background-color: white;
}

.clearfix::after {
    content:"";
    clear:both;
    display:table;
}

p {
    margin:10px;
}

/*Floating input label stuff:*/
.float-container, .input-container {
    position: relative; 
    background: rgb(255,255,255);
    width:260px;
	height:38px;
	padding: 0 4px;
	border-radius: 0 4px 4px 0;
	border: 1px solid #a0a0a0;
    left: -1px;
}

.float-icon {
    background: rgb(238,238,238);
    border-radius: 4px 0 0 4px;
    border: 1px solid #a0a0a0;
    width:40px;
    height:38px;
    display: inline-block;
    position: relative;
    /*left: -1px;*/
    top: 6px;
}

.float-container input {
  border: none;
  outline: 0;
  width: 260px;
  font-size: 14px;
  padding: 12px 0 0;

}

.input-container input {
  border: none;
  outline: 0;
  width: 260px;
  font-size: 14px;
  padding: 12px 0 0;
}

.float-container label {
    position: absolute;
    font-size: 14px;
    transform: translate(0, 9px) scale(1);
    transform-origin: top left;
    transition: all .1s ease-in-out;
    
}

.float-container.active label {
    text-transform: uppercase;
    color: darkgray;
    transform: translate(0, 2px) scale(.75);
}

.flyout {
    border: 1px solid black;
    border-radius: 4px;
}

.fieldWhite {
    background-color: white;
}

.fieldGrey {
    background-color: #D2D8D8;
}

table {
  /*font-family:"Helvetica", sans-serif;*/
  font-family: "HelveticaExtended", sans-serif;
  border-collapse: collapse;
  /*width: 100%;*/
}

td, th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}

tr:nth-child(even) {
  background-color: #dddddd;
}

.hidden {
    display: none;
}

.queryOption {
    border: 1px solid #a0a0a0;
    padding: 10px;
    margin: 10px 0;
    background: white;    
    cursor: pointer;
    border-radius: 5px;
}

.queryOption, .queryCondition {
    border: 1px solid #a0a0a0;
    padding: 10px;
    margin: 10px 0;
    background: white;    
}



.highlight {
    margin:5px 0;
    height:2px;
    background: LightGray;
    text-decoration: underline wavy red;
}

.highlight:hover {
    font-weight: bold;
}

.heirarchy {
    background: white;
}

.out {
    background-image: url('../icons/out.png');
    background-repeat: no-repeat;
    background-position: right; 
    /*background-size: contain;*/
    background-size: 7%;
}

#FqueryOptionSelect {
    z-index: 510;
}

#map {
    height: 600px;
    width: 1200px;
}



#welcome-box {
    background-color: white;
    min-width: 300px;
}

.cell {
    flex:1;
    text-align:center;
    padding:12px;
}

.home-icon {
    height: 35px;
    width: 35px;
    float: left;
    position: relative;
    top: 7px;
}

.large-text {
    /*font-family:"Helvetica", sans-serif;*/
    font-family: "HelveticaExtended", sans-serif;
    font-size:40px;
    font-weight:bold;
}

.small-text {
    color: black;
    /*font-family:"Helvetica", sans-serif;*/
    font-family: "HelveticaExtended", sans-serif;
    font-size:12px;
}

.loader {
    width: 48px;
    height: 48px;
    border: 5px solid #FFF;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    }

    @keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
} 