<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* FORMS ------------------------------------------------------------*/
        
         input[type="text"],input[type="password"],textarea,.tableRegister input
        {
            padding: 5px 15px;
            direction:rtl;
            text-align:right;
            border: 1px solid #ccc;
            border-radius: 5px;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            margin:5px 0;
        }
         input[type="select"]
         {
             padding:0px 15px;
         }
          input[type="text"].en,input[type="password"].en,textarea.en,.tableRegister input .en
          {
              direction:ltr;
              text-align:left;
          }
         input[type="text"],input[type="password"],textarea
        {
            color: #606060;
            font-size: 14px;
        }
        
form a { color: #000; }
form .valid { background: url(/images/Control/valid.png) 6px 12px no-repeat;background-color:White; }
form .error { background: url(/images/Control/error.png) 6px 12px no-repeat;background-color:White; }
 form .en{background-position: right;}
 form .en{background-position: right;}

/*==== Tables ====*/
table.Grid {border-collapse:separate;border-spacing:0;width:100%;border-top:1px solid #f2f2f2;margin-bottom:18px;}
table.Grid,table.Grid td,table.Grid th { text-align:center;}
table.Grid th{padding:10px;color:#666;text-transform:uppercase;}
table.Grid td{padding:10px;color:#888;}
table.Grid tfoot td{border:0px;}
table.Grid th,table.Grid tr:hover{background-color:#ececec;}
table.Grid {
	border: 1px solid #e7e7e7;
	text-align: left;
	margin: 0 -1px 24px 0;
	width: 100%;
}
table.Grid tr th,
table.Grid thead th {
	color: #888;
	font-size: 17px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
table.Grid tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
    font-size: 17px;
}
table.Grid tr.odd td {
	background: #F2F7FC;
}

/*---------------------*/
.dropdownlist {
    width: 200px;
    height: 29px;
    border-radius: 3px;
    border: 1px solid #CCC;
    font-weight: 200;
    font-size: 15px;
    font-family: Verdana;
    box-shadow: 1px 1px 5px #CCC;
}

    .dropdownlist:hover {
        width: 200px;
        height: 29px;
        border-radius: 3px;
        border: 1px solid #CCC;
        font-weight: 200;
        font-size: 15px;
        font-family: Verdana;
        box-shadow: 1px 1px 5px #CCC;
    }


    /*Login Form (SignIn)*/
                        .form-signin {
  max-width: 330px;
  margin: 0 auto;
}
.form .form-heading,
.form .checkbox {
  margin-bottom: 10px;
}
.form .checkbox {
  font-weight: normal;
}
.form .form-control {
  position: relative;
  font-size: 14px;
  height: auto;
  padding: 10px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.form .form-control:focus {
  z-index: 2;
}
.form input[type="text"] {
  margin-bottom: -1px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.form input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}</pre></body></html>