﻿.dexDialogs_209dd2f7_b90f_48f1_9e05_2274f015b61c .dialog {
    display:none;
    border:1px solid #475cff;
    border-top:21px solid #475cff;
    border-radius:7px;
    background-color:#fbff9b;
    padding:20px;
    position:fixed;
    top:33%;
    left:50%;
    white-space:nowrap;
    z-index:1000;
}
.dexDialogs_209dd2f7_b90f_48f1_9e05_2274f015b61c.darkClassOLD {
  background-color: lightgray;
  filter: alpha(opacity=50); /* IE */
  opacity: 0.5; /* Safari, Opera */
  -moz-opacity: 0.80; /* FireFox */
  z-index: 20;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0px;
  left: 0px;
  display: none;
}
.dexDialogs_209dd2f7_b90f_48f1_9e05_2274f015b61c.darkClass {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.2);
  z-index: 20;
}
.dexDialogs_209dd2f7_b90f_48f1_9e05_2274f015b61c .unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.dexDialogs_209dd2f7_b90f_48f1_9e05_2274f015b61c .dialogTitle {
    position:absolute;
    top:-21px;
    left:0px;
    Xpadding-left:13px;
    padding-top:2px;
    height:21px;
    width:100%;
    font-family:Arial;
    font-weight:bold;
    color:white;
    font-size:15px;
    cursor: move;
}
.dexDialogs_209dd2f7_b90f_48f1_9e05_2274f015b61c .titleSpan {
    padding-left:13px;
}
