* {
  margin: 0;
  padding: 0;
}
   html, body {
      font-family: tahoma,sans-serif,serif;
      font:normal 12px tahoma;
      margin:0;
      padding:0;
      border:0 none;
      direction: rtl;
      line-height: 25px;
   }

   body {
    background:url(../../../../../public/skins/backend/default/images/login/nikbana.jpg) no-repeat fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
/*    width: 100%;
    height: 100%;*/
   }
   #header #logo {
       background: url("../../../../../public/skins/backend/default/images/login/logo-nikbana.png") no-repeat;
       display: block;
       height: 72px;
       width: 422px;
       margin:7% 29% 0 0;
       /*position: absolute;*/
   }


/* opm login errorBox*/
    #opm_login_errorBox{
        background-image:url(../../../../../public/skins/backend/default/images/login/errorbox-new.png);
        width:435px;
        height:79px;
        margin:5% 83% 0 0;
        font-family:Tahoma, Arial, Helvetica, sans-serif;
        font-size:20px;
        color: #b94a48;
    }

    #opm_login_errorBox span{
        padding-top:2%; 
        padding-right:4%;
        position:absolute;
        font-size:14px;
        font-weight:bold;
        width:450px;

    }

#container{
    background:none repeat scroll 0 0 #f6f6f6;
    border:1px solid #ccc;
    box-shadow:0 0 5px rgba(0, 0, 0, 0.2);
    position:relative;
    margin:auto;
    width:970px;
}

#loginPage .texta textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"]{
   background: none repeat scroll 0 0 #fff;
    border: 1px solid #b3b3b3;
    display: block;
    font-size: 12px;
    font-family: "tahoma",arial,badr;
    margin: 2px 0 5px;
    padding: 5px;
    width: 100%;
    border-radius: unset;
}

.clr{
    clear:both;
}

#container, #footer {
    margin: auto;
    width: 970px;
}
#footer {
    font-family: "badr",Arial,Tahoma;
    font-size: 17px;
    font-weight: bold;
    padding-right:15px;
}

@media screen and (-webkit-min-device-pixel-ratio:0)
{

    #opm_login_errorBox span {
        padding-top: 25px;
        padding-right: 50px;
        position: absolute;
        font-size: 14px;
        font-weight: bold;
        width: 450px;
/*        margin-right: -680px;*/
}
}
img {
    max-width: none;
}

input, button, select, textarea{
    font:normal 12px tahoma ;
}

/*.form-box {
	margin-top: 45%;
}*/

.form-top {
	overflow: hidden;
	padding: 0 25px 15px 25px;
	background: #fff;
	-moz-border-radius: 4px 4px 0 0; -webkit-border-radius: 4px 4px 0 0; border-radius: 4px 4px 0 0;
	text-align: right;
}

.form-top-left {
	float: right;
	width: 75%;
	padding-top: 25px;
}

.form-top-left h3 { margin-top: 0; }

.form-top-right {
	float: left;
	width: 25%;
	padding-top: 5px;
	font-size: 66px;
	color: #ddd;
	line-height: 100px;
	text-align: right;
}

.form-bottom {
	padding: 25px 25px 30px 25px;
	background: rgba(18, 18, 18, 0.33);
	-moz-border-radius: 0 0 4px 4px; -webkit-border-radius: 0 0 4px 4px; border-radius: 0 0 4px 4px;
	text-align: right;
}
label{
    font-size: 16px;
    color: #fff;
}
.form-bottom form textarea {
	height: 100px;
}

.form-bottom form button.btn {
	width: 40%;
        margin-top:5%;
        margin-right:28%;
}

.form-bottom form .input-error {
	border-color: #19b9e7;
}
.middle-border {
	min-height: 300px;
	margin-top: 170px;
	border-right: 1px solid #fff;
	border-right: 1px solid rgba(255, 255, 255, 0.6);
}
#mask {
  position:absolute;
  z-index:9000;
  background-color:#000;
  display:none;
  top:0px;
  left:0px
   
}
   
#boxes .window {
  position:fixed;
  width:440px;
  height:200px;
  display:none;
  z-index:9999;
  padding:20px;
}
 
/* ظاهر پنجره پاپ را توسط این بلاک تغیر داده و سفارشی کنید */
#boxes #dialog1,#boxes #dialog2,#boxes #dialog3 {
  width:60%;
  height:50%; 
  background:#fff;
  overflow-y: scroll;
  opcity:0.9;
  padding: 0;
}
/* The Close Button */
.close {
    color: #aaa;
    float: left;
    font-size: 28px;
    font-weight: bold;
    padding-top: 1%;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
#headerband{
   
    width:60%;
    height:44px;
 
    background-image: -webkit-linear-gradient(top, rgb(249, 249, 249), rgb(233, 233, 233));
    background-image: -moz-linear-gradient(top, rgb(249, 249, 249), rgb(233, 233, 233));
    background-image: -o-linear-gradient(top, rgb(249, 249, 249), rgb(233, 233, 233));
    background-image: -ms-linear-gradient(top, rgb(249, 249, 249), rgb(233, 233, 233));
    background-image: linear-gradient(top, rgb(249, 249, 249), rgb(233, 233, 233));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f9f9f9', EndColorStr='#e9e9e9');
 
    border-bottom:1px solid #bababa;
 
    -webkit-box-shadow:
        inset 0px -1px 0px #fff,
        0px 1px 3px rgba(0,0,0,.08);
    -moz-box-shadow:
        inset 0px -1px 0px #fff,
        0px 1px 3px rgba(0,0,0,.08);
    box-shadow:
        inset 0px -1px 0px #fff,
        0px 1px 3px rgba(0,0,0,.08);
 
    -webkit-border-radius:4px 4px 0px 0px;
    -moz-border-radius:4px 4px 0px 0px;
    border-radius:4px 4px 0px 0px;
 
    font-size:14px;
    font-weight:bold;
    text-align:center;
    line-height:44px;
 
    color:#444444;
    text-shadow:0px 1px 0px #fff;
    position: fixed;

}

@media (min-width: 992px) and (max-width: 1199px) {
    
}

@media (min-width: 768px) and (max-width: 991px) {
    
}

@media (max-width: 767px) {
	
	.middle-border { min-height: auto; margin: 65px 30px 0 30px; border-right: 0; 
						border-top: 1px solid #fff; border-top: 1px solid rgba(255, 255, 255, 0.6); }
	
}
