<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*--------------------------------*/
.tasto_alert{
	color: #fff;
	background-color: #900;
	font-size: 14px;
	padding: 4px 8px;
	border: 1px solid #CCdCCC;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	cursor:pointer;
	border-radius:4px;
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}
  #alert_box, #confirm_box{
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  margin: 0px auto;
  padding: 15px;
  left: 0;
  top: 0;
 /* animation-duration: 10s;
  animation-fill-mode:forwards;
  animation-delay:10s;*/

  overflow: hidden;
  position: fixed;
  background: rgb(0, 0, 0, 0.3);
  z-index: 999999;
  }
  #d_box_full
  {
  height: 30px;
  }
  #confirm_dest_link_yes, #confirm_dest_link_yes a:link ,#confirm_dest_link_yes a:hover, #confirm_dest_link_no {
	  color:#FFF;
	  text-decoration:none;
  }
.alert-frame {
  background: #fff;
  min-height: 110px;
  width: 100%;
  max-width: 400px;
  box-shadow: 5px 5px 10px rgb(0, 0, 0, 0.2);
  border-radius: 8px;
  animation: open-frame 0.3s linear;
  padding:15px;
	margin: auto;
}
   /* min-height: 140px;*/
   /* margin-top: 25%;*/

.alert-container {
	margin-bottom:15px;
	line-height:17px;
	color: #222;
}
.warn {
  color: #D90000;
  border: 1px solid #E84E1C;
  border-radius: 5px;
  background-color: #FFFBFB;
  padding: 2%;
  margin-bottom: 10px;
  width: 100%;
}

.window_loader{
  margin: 0 0 2em;
  /*height: 100px;*/
  width: 20%;
  text-align: center;
  padding: 1em;
  margin: 0 auto 1em;
  display: inline-block;
  vertical-align: top;
}

/*
  Set the color of the icon
*/
svg path,
svg rect{
  fill: #FF6700;
}</pre></body></html>