/*General Items:*/

.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;
    background-size: cover;
    height: 100%;
}

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

.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:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight:bold;
	font-size:3.5em;
}

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

.login_table {
	position:relative;
	width:300px;
	background-color: rgb(246,219,179);
	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, orange 0%, orange 20%, #2F3337 20%, #2F3337 20%);
    z-index: 25;
}

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

.nav-bar {
    position: fixed;
    width: 220px;
    background-color: #2F3337;
    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: orange;    
}

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

.nav-link a {
    text-decoration: none;
    color: #efefef;
    font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 16px;
    position: relative;
    left: 10px;
    top: -2px;
}

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

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

.pointer:hover {
    cursor: pointer;
}

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

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

.content-box {
    margin: 10px 10px 10px 230px;
    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: orange;
    border: 1px solid black;
    color: white;
    padding: 10px 16px;
    text-align: center;
    display: inline-block;
    font-family:"Lucida Sans Unicode", "Lucida Grande", 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.medium, span.medium {
    font-size: 18px;
    font-weight: bold;
}

div, span {
    color: black;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:1em;
}

h1 {
    color:black;
    font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size:2em;
    font-weight: bold;
    text-align: left;
}

h2 {
    color:black;
    font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size:1.2em;
    font-weight: bold;
    text-align: left;

}


button {
    background-color: orange;
    border: 1px solid black;
    color: white;
    padding: 10px 16px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    cursor: pointer;
	font-family:"Lucida Sans Unicode", "Lucida Grande", 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:"Lucida Sans Unicode", "Lucida Grande", 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:"Lucida Sans Unicode", "Lucida Grande", 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;
}

#overlay {
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 400;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
}

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

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

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

.large-text {
    font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size:40px;
    font-weight:bold;
}

.small-text {
    color: black;
    font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size:12px;
}