/* seo:contrast-fix -- see tools/merge_aiml.py. This sheet is the old
   light theme; its universal colour rule made body text unreadable
   against the dark theme that superseded it. */
:root {
  background-color: transparent;
  font-size: 62.5%;
}

* {
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
  color: inherit;
}

* {
  box-sizing: border-box;
}

html,
body {
  color: var(--text-primary, #e6e8ef);
  font-family: 'Helvetica', 'Verdana', sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 100%;
}

html {
  overflow: hidden;
}

body {
  align-content: stretch;
  align-items: stretch;
  background: #ececec;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
}
/**
* Header
*/

.header {
align-content: center;
align-items: stretch;
background: #3f51b5;
box-shadow:
0 4px 5px 0 rgba(0, 0, 0, 0.14),
0 2px 9px 1px rgba(0, 0, 0, 0.12),
0 4px 2px -2px rgba(0, 0, 0, 0.2);
color: #fff;
display: flex;
flex-direction: row;
flex-wrap: nowrap;
font-size: 20px;
height: 56px;
justify-content: flex-start;
padding: 16px 16px 0 16px;
position: fixed;
transition: transform 0.233s cubic-bezier(0, 0, 0.21, 1) 0.1s;
width: 100%;
will-change: transform;
z-index: 1000;
}

.header h1 {
flex: 1;
font-size: 15px;
font-weight: 350;
margin: 0;
}

.header h2 {
flex: 1;
font-size: 10px;
font-weight: 300;
margin: 0;
}

.header button {
border: none;
cursor: pointer;
height: 24px;
margin-right: 16px;
opacity: 0.54;
outline: none;
overflow: hidden;
text-indent: -30000px;
transition: opacity 0.333s cubic-bezier(0, 0, 0.21, 1);
width: 24px;
}

.header #butRefresh {
background: url(../img/refresh.svg) center center no-repeat;
}

.header #butInstall {
background: url(/img/install.svg) center center no-repeat;
}

.header .powered-by {
color: white;
font-size: 0.6em;
text-decoration: none;
}

.main {
  flex: 1;
  overflow-x: hidden;
  overflow-y: auto;
  padding-top: 5px;
}

.main .fab {
  background-color: #3f51b5;
  border-radius: 50%;
  bottom: 1rem;
  height: 56px;
  padding: 12px;
  position: fixed;
  right: 1rem;
  width: 56px;
  z-index: 1000;
}

.main .fab .icon {
  display: inline-block;
  height: 100%;
  width: 100%;
}


img {
			padding: 0;
			display: block;
			margin: 0 auto;
			max-height: 100%;
			max-width: 100%;
}

.container-menu {
		  display: inline-block;
		  cursor: pointer;
}


.bar1, .bar2, .bar3 {
		  width: 35px;
		  height: 5px;
		  background-color: #fff;
		  margin: 6px 0;
		  transition: 0.4s;
}

.change .bar1 {
		  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
		  transform: rotate(-45deg) translate(-9px, 6px);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
		  -webkit-transform: rotate(45deg) translate(-8px, -8px);
		  transform: rotate(45deg) translate(-8px, -8px);
}

.navbar {
  overflow: hidden;
  background-color: #333;
  align-items: center;
  justify-content: space-between;
  /* position: fixed; */ /* Set the navbar to fixed position */
  top: 0; /* Position the navbar at the top of the page */
  width: 100%; /* Full width */
}

.navbar a {
  float: left;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.logo {
float: right;
overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 16px;
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: red;
}
.title{ 
font-size: 24px;
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.label {
display: block;
font: 1rem 'Fira Sans', sans-serif;
}

.input,
label {
margin: .4rem 0;
}


.highlight
{
background-color: blue;
}
.find_selected
{
background-color: green;
}

.item_found {
background: yellow;
color: black;
}


h1,
h2,
h3,
h4 {
  margin-bottom: 1rem;
  font-size: 1.4rem;
}

h1 {
  font-size: 5.4rem;
  color: #ffffff;
  margin-bottom: 5rem;
}

h1 > span {
  font-size: 2.4rem;
  font-weight: 500;
}

h2 {
  font-size: 3.2rem;
  margin-bottom: 4rem;
  font-weight: 700;
}

h3 {
  font-size: 2rem;
  font-weight: bold;
}

/* UTILITIES */

/*
.container {
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 80rem;
  margin: 0 auto;
  padding: 2rem;
}
*/

.container {
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 5px 0 5px 0;
}

.flex-column {
  display: flex;
  flex-direction: column;
}

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

.justify-center {
  justify-content: center;
}

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

.hidden {
  display: none;
}

/* BUTTONS */


.btn{
  background-color:#FFA500;/* Orange */
  border:none;
  border-radius:2px;
  color:white;
  padding:10px 22px;
  text-align:center;
  text-decoration:none;
  display:inline-block;
  font-size:20px;
  cursor: pointer;
  
}

.btn2{
  background-color:#4CAF50;/* Green */
  border:none;
  border-radius:2px;
  color:white;
  padding:10px 22px;
  text-align:center;
  text-decoration:none;
  display:inline-block;
  font-size:20px;
  cursor: pointer;
  width: 250px ;
  
}

.btn3{
  background-color:#4CAF50;/* Green */
  border:none;
  border-radius:2px;
  color:white;
  padding:10px 22px;
  text-align:center;
  text-decoration:none;
  display:inline-block;
  font-size:18px;
  cursor: pointer;
  width: 350px ;
  
}

.btn4{
  background-color:#FFA500;/* Orancge */
  border:none;
  border-radius:2px;
  color:white;
  padding:10px 22px;
  text-align:center;
  text-decoration:none;
  display:inline-block;
  font-size:18px;
  cursor: pointer;
  width: 350px ;
  
}

.btn:hover {
  cursor: pointer;
  box-shadow: 0 0.4rem 1.4rem 0 rgba(86, 185, 235, 0.5);
  transform: translateY(-0.1rem);
  transition: transform 150ms;
}

.btn[disabled]:hover {
  cursor: not-allowed;
  box-shadow: none;
  transform: none;
}

/* FORMS */
form {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

input {
  margin-bottom: 1rem;
  width: 20rem;
  padding: 1.5rem;
  font-size: 1.7rem;
  border: none;
  box-shadow: 0 0.1rem 1.4rem 0 rgba(86, 185, 235, 0.5);
}

input::placeholder {
  color: #aaa;
}

footer {
  background-color: #3f51b5;
  width: 100%;
}

.social {
  display: flex;
  justify-content: space-around;
  list-style: none;
  margin: 0;
  padding: 5px 5px;
}

.social-link {
  color: white;
}

/**
 * workorder  card
 */

 .bg {
  /* The image used */
  background-image: url("../img/background8.png");

  /* Full height */
  height: 100%;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: repeat;
  background-size: cover;
}

.bg2 {
  /* The image used */
  background-image: url("../img/cloudservices1.png");

  /* Full height */
  height: 100%;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: repeat;
  background-size: cover;
}

.video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

 .workorder-card {
  background: #fff;
  border-radius: 2px;
  box-shadow:
    0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.2),
    0 1px 5px 0 rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  margin: 0px;
  padding: 16px;
  width: 100%;
  position: relative;
}

.workorder-card .remove-city {
  background-color: transparent;
  border: none;
  float: right;
  font-size: x-large;
}

.workorder-card .location {
  font-size: 1.75em;
}

.workorder-card .date,
.workorder-card .description {
  font-size: 1.25em;
}

.workorder-card .current {
  display: flex;
}

.workorder-card .current .icon {
  height: 128px;
  width: 128px;
}

.workorder-card .current .visual {
  display: flex;
  font-size: 4em;
}

.workorder-card .current .visual .scale {
  font-size: 0.5em;
  vertical-align: super;
}

.workorder-card .current .visual,
.workorder-card .current .description {
  flex-grow: 1;
}

.workorder-card .current .description .label {
  color: #666;
}

.workorder-card .future {
  display: flex;
}

.workorder-card .future .oneday {
  flex-grow: 1;
  text-align: center;
}

.workorder-card .future .oneday .icon {
  height: 64px;
  margin-left: auto;
  margin-right: auto;
  width: 64px;
}

.workorder-card .future .oneday .temp-high,
.workorder-card .future .oneday .temp-low {
  display: inline-block;
}

.workorder-card .future .oneday .temp-low {
  color: #666;
}

.workorder-card .alignleft {
	float: left;
}
.workorder-card .alignright {
	float: right;
}

.workorder-card .aligncenter {
	float: center;
}

.embed-container { 
  position: relative; 
  padding-bottom: 56.25%; 
  height: 0; 
  overflow: hidden; 
  max-width: 100%; 
} 
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }