@font-face {
  font-family: 'BTitrBold';
  src: url('fonts/BTitrBold.eot?#') format('eot'),  /* IE6–8 */
       url('fonts/BTitrBold.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
       url('fonts/BTitrBold.ttf') format('truetype');  /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
}

body {
   margin: 0;
   font: 12px/1.3em tahoma, Arial;
   background:#FEFEF4;
   line-height:1em;
   direction:rtl;
   background-image: url("../images/bg-login.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;

}
@media screen and (max-width: 600px) {
    body {
        background-image: url(../images/body.gif) ;
        background-repeat: repeat;
        background-attachment: scroll;
        background-position: center;
        background-size: auto;
    }
}

/* Links */
a:link, a:visited {
  color: #0066CC;
  text-decoration: none;
}

a:hover, a:active {
  color: #990066;
  text-decoration: none;
}

/* ------------------ Table Styles bartik ------------------ */

table {
  border: 0;
  border-spacing: 0;
  font-size: 0.923em;
  margin: 5px 0 15px 0px;
  width: 100%;
}

.acnt,.unvalfrm{
  font: normal 15px BTitrBold;
  color:red;
}

.LabelTd,td p{font: normal 17px BTitrBold; color: #800000 }

.fail{color: red;}
.success{color: green;}

table select{font: normal 13px BTitrBold;}

tr td,tr th {
  padding:5px;
  border: 1px solid #fff;
  vertical-align: middle;
}

td p{margin:0px; color:#3A3A3A;}

tr .star{text-align:center; height: 15px;background: #D3D3D3;}

/*==================forms====================*/
form{
    opacity: 0.9;
}
form:hover{
    opacity: 1;
}
.description {
  font: normal 11px tahoma;
  line-height: 1.2em;
  margin: 5px;
  color: #555;
}

.mandatory{  
  color:#f00;
  font: normal 15px BTitrBold;
  }

input, textarea, select{
  background: #fff;
  border: 1px solid #444;
  border-radius:2px;
  -moz-border-radius:2px;
  -webkit-border-radius:2px;
  font: normal 15px BTitrBold;
  color:#111111;
  vertical-align:middle;
  padding:2px;
  opacity: 0.9;
  filter: alpha(opacity = 90);
  }
input:hover, textarea:hover, select:hover {
  border: 1px solid #111;
  opacity: 1;
  filter: alpha(opacity = 100);
  }

input:focus, textarea:focus, select:focus {
    background: #F0FFF0;
    border: 1px solid #111; 
  }

.reset{cursor: pointer;}

.submit{
  padding:1px 6px 3px 6px;
  cursor: pointer;
  color:#fff;
  background: #00207A;
  border: 1px solid #111;
  margin-left: 5px;
}

.submit:hover{
  cursor: pointer;
  background: #FF4500;
  border: 1px solid #000;
}

.submit:focus{
  background: #0066CC;
}

.subverify {
  color:#fff;
  border-radius:2px;
  -moz-border-radius:2px;
  -webkit-border-radius:2px;
  font: normal 15px BTitrBold;
  vertical-align:middle;
  padding:1px 5px;
}

/* --- header ----  */

.header{
  height: 90px;
  width: 405px;
  background:url(../images/head-login.jpg) no-repeat;
}

.header-admin{
  height: 90px;
  width: 405px;
  background:url(../images/head-login-admin.jpg) no-repeat;
}

/* -=-=-=-=-=-=-=-= layout style  -=-=-=-=-=-=-=-=-=-*/
.page {
  width: 405px;
  height: 375px;
  padding: 20px;
  border: 2px solid #fff;
  border-radius:10px;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  box-shadow: 0px 0px 5px 2px rgba(50, 10, 10, 0.50);
  -moz-box-shadow: 0px 0px 5px 2px rgba(50, 10, 10, 0.50);
  -webkit-box-shadow: 0px 0px 5px 2px rgba(50, 10, 10, 0.50);
  background:#eee;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

/* ---------------- footer -------------*/

.footer{
    margin-top: 5px;
    font-size:11px;
    height:30px;
    color:#A9A9A9;
    text-align:left;
    direction: ltr;
    border-top: 1px solid #abc;
}

.footer p{
  margin: 24px 0px 0px 40px;
  color: #A9A9A9;
  text-align: left;
  float: left;
}
.footer img{
  width: 40px;
  height: 37px;
}

.copyright{
  height: 40px;
  background: url(../images/footer-logo.png) no-repeat left;
  float:left;
}
