body,h1,h2,h3,h4,h5,h6 {font-family: "Raleway", sans-serif;}
body, html {
	/* font-family: "Open Sans", sans-serif; */
    height: 100%;
    color: #777;
    line-height: 1.8;
	background-color:white;
}
@media all and (max-width: 2000px) and (min-width: 592px) {
  .margin-rt50 {
   margin-right:60px;
  }
}
img {user-drag: none;}
.w3-color, .w3-hover-color:hover {color: #fff!important;background-color: #ed1c25!important;}
.w3-text-color, .w3-hover-text-color:hover {color: #231f20!important;}
.inputPadding {padding:0px 20px;}
select {height:45px;}
.m8-fancy { border-radius:16px; }
.w3-tile {
  height:60px;
  margin-top:10px;
  /* padding-top:40px!important; */
  border: 1px solid rgba(241, 241, 241, 0.11) !important;
}
.w3-tile:hover {
    /* color: #fff !important;
    background-color: rgba(241, 241, 241, 0.116) !important; */
}
.w3-ellipsis {
  width:100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.w3-hover-zoom:hover {font-size:18px!important}
.w3-color-alarm-21, .w3-color-alarm-22,.w3-color-alarm-0 {
  color: #fff !important;
  background-color: #ff0000 !important;/*red*/
}
.w3-color-alarm-41,.w3-color-alarm-1 {
  color: #000 !important;
  background-color: #ffff00 !important;/*yellow*/
}
.w3-color-alarm-2 {
  color: #000 !important;
  background-color: #00ddff !important;/*blue*/
}
.w3-color-alarm-3 {
  color: #ffffff !important;
  background-color: #10148a !important;/*blue dark*/
}
.showHide_1 {
  visibility:hidden;
}
.hideSite_2,.hideProject_3,.hideProject_1,.hideSite_1,.hid0eSite_3 {
  display:none;
}
.center1 {
  height:100vh;
  position: relative;
}
.center2 {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(0%, -50%);
}
.slashedText {
  text-decoration: line-through;
}
.fixdatetime {
  min-width:100px;
}

ul {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 0;
}

li.w3-pale-red {
  order: -1;
}