.login-prompt input{
  display:block;
  background: #bbb;
  text-align: center;
  margin: 0.3em auto;
}
.login-prompt img{
  width:10vw;
}
.login-prompt{
  margin: auto;
  text-align:center;
  padding-top:30vh;
  width:fit-content;

}
body{
  background: linear-gradient(199deg, rgb(0 0 0) 0%, rgb(100 100 100) 100%);
  min-width: 100vw;
  min-height:100vh;
  margin:0;
  color:white;
}


.screen,.widget,.module{
  display:none;
  height: calc(100% - 4em);
}

.widget{
  position:absolute;
}

.activeScreen,.activeWidget,.activeModule{
  display:block !important;
}

.logout_widget{
  top:2em;
  right:2em;
}


.adminApp-modules-list{
    width: 20vw;
    height: calc(100vh - 2em);
    position: absolute;
    padding-top: 2em;
    overflow-y:scroll;
}
.adminApp-modules-list>div{
  padding:1em;
}
.adminApp-modules-list-item:hover{
  background: #c7a014;
}
.adminApp-right-content{
  margin-left: 20vw;
  background: white;
  height:calc(100vh - 2em);
  padding:1em;
  overflow:scroll;
  color: black;
}
.module-header{
  width:100%;
  text-align:right;
  font-size: 2em;
  padding-bottom: 1em;
}

.mod-overview-messages{
  background: #eee;
  min-height:10em;
  min-width:50vw;
  padding:0.5em;
}

.mod-overview-status{
  background: #eee;
  min-height:10em;
  min-width:50vw;
  padding:0.5em;
}
.mod-overview-status>div{
  display:flex;
  flex-direction: row;
  flex-grow: 0;
  flex-wrap: wrap;
}
.mod-overview-status>div>div{
  flex-grow:1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width:10em;
}

a{
  color:black;
}
input,select{
  background:white;
  color:black;
}
.content{
  width:100%;
  height:100%;
}

.map{
  width:100%;
  height:95%;
  min-width:100px;
  min-height:100px;
}

.m_users_usersList{
  display:flex;
}
.m_users_usersList:hover{
  background:#ffdc61;
}
.m_users_usersList>div{
  display:inline-block;
  flex: 1 1 0px;
  width:0;
  overflow: hidden;
  margin: 0 0.5em;
  height: 1.2em;
}

.modal{
  z-index:+1;
  position:fixed;
  width:calc(90vw - 2em);
  height:calc(90vh - 2em);
  top:5vh;
  left:5vw;
  background:white;
  padding:1em;
  border: 2px black dotted;
}

.autocomplete-suggestions {
  border:1px solid #999;
  background:#FFF;
  cursor:default;
  overflow:auto;
  color:black;
}
.autocomplete-suggestion {
  padding:2px 5px;
  white-space:nowrap;
  overflow:hidden;
}
.autocomplete-selected {
  background:#F0F0F0;
}
.autocomplete-suggestions strong {
  font-weight:normal;
  color:#3399FF;
}


.m{
  background: grey;
  width: 200%;
  aspect-ratio: 16/9;
  transform: scale(0.5);
  left: -50%;
  position: relative;
  transform-origin:top;
}
.mm{
  width:19%;
  height:100%;
  float:right;
  overflow:hidden;
}
.mmm{
  height: 300%;
  width: 1000%;
  filter: saturate(1.2) brightness(1.1) contrast(1.2);
  top: -100%;
  left: -450%;
  position: relative;
  background-color: rgb(229, 227, 223);
}

.highlightGreen{
  background:#00ff00;
}

.emailEditor{
  height:95%;
  width:95%;
}

.video-editor-preview{
  aspect-ratio: 16 / 9;
  border: 1px solid black;
  max-height: 90%;
  max-width: 90%;
}

button{
  color: black;
  background: white;
}

.video{
  max-width:100%;
}

.video-editor-controls>span{
      font-size: 2em;
      margin:1em;
}

.video_editor_map{
  width:100%;
  height:100%;
}
