* { transition: all .3s ease; }
* { box-sizing: border-box;font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;  }
*[onclick] , *[ondblclick] , *[onmousedown] , *[onmousemove] , *[onmouseover] {cursor: pointer;}
html { direction: rtl; height: 100%; width: 100%; }
body { direction: rtl; height: 100%; width: 100%;background-color: var(--body-bg-color); color: var(--body-txt-color); margin: 0px; overflow: auto; font-family: Tahoma; font-size: 16px; }
p { font-size: 16px; }
td { font-size: 16px; }
label {font-size: 16px; }
hr { width: 90%; margin: auto; border: 2px outset rgb(255, 255, 255); }
a { text-decoration: none solid rgb(0, 0, 0); }
a:link { color: rgb(0, 0, 0); }
a:visited { color: rgb(0, 0, 0); }
a:hover { color: rgb(255, 0, 0); }
.red {color: #ff0000;}
input { font-size: 14px; font-weight: bold; }
input[type="email"], input[type="password"], input[type="tel"] { direction: ltr; }
div.xxx input[type="button"] { }
div.xxx input[type="button"]:hover { cursor: pointer; color: rgb(255, 0, 0); }
div.xxx input[type="submit"] { }
div.xxx input[type="submit"]:hover { cursor: pointer; color: rgb(255, 0, 0); }
.not-allowed { cursor: not-allowed; }
.pointer { cursor: pointer; }
.pointer:hover { cursor: pointer; color: red; }
.ltr { direction: ltr; }
summary { cursor: pointer; }
div.newLoc { width: 166px; background-color: rgb(234, 230, 230); color: rgb(0, 0, 0); margin: 10px 0px; height: 30px; text-align: center; font-size: 14px; font-weight: bold; font-family: Tahoma; border: 4px outset rgb(231, 218, 218); border-radius: 7px; }
div.newLoc:hover { background-color: rgb(231, 228, 229); box-shadow: rgb(183, 179, 179) 2px 2px 7px 1px; text-shadow: rgb(0, 0, 0) 1px 1px 1px; cursor: pointer; }
div.textOverFlow { width: inherit; height: inherit; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; padding: 0px; }
div.more { display: block; width: 300px; margin: 5px auto; background-color: rgb(255, 255, 255); color: rgb(0, 0, 0); direction: ltr; text-align: left; }
div.info { color: rgb(0, 0, 0); border-radius: 0px; font-size: 16px; margin: 1px auto 68px; padding: 0px; }