* {
  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;
      height: 100%
   }
    body {
    background:url(../../../../../public/skins/backend/default/images/login/farsang.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /*float: right;*/
/*    width: 100%;
    height: 100%;*/
   }
      @font-face {
  font-family: 'BMehrBold';
  src: url('../../../../../public/skins/frontend/default/fonts/BMehrBold.eot?#') format('eot'),  /* IE6–8 */
       url('../../../../../public/skins/frontend/default/fonts/BMehrBold.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
       url('../../../../../public/skins/frontend/default/fonts/BMehrBold.ttf') format('truetype');  /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
}
   @font-face {
  font-family: 'BYekan';
  src: url('../../../../../public/skins/frontend/default/fonts/BYekan.eot?#') format('eot'),  /* IE6–8 */
       url('../../../../../public/skins/frontend/default/fonts/BYekan.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
       url('../../../../../public/skins/frontend/default/fonts/BYekan.ttf') format('truetype');  /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
}
   @font-face {
  font-family: 'BTitrTGEBold';
  src: url('../../../../../public/skins/frontend/default/fonts/BTitrTGEBold.eot?#') format('eot'),  /* IE6–8 */
       url('../../../../../public/skins/frontend/default/fonts/BTitrTGEBold.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
       url('../../../../../public/skins/frontend/default/fonts/BTitrTGEBold.ttf') format('truetype');  /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
}
   #header #logo {
       background: url("../../../../../public/skins/backend/default/images/login/logo-peymayesh.png") no-repeat;
       display: block;
       height: 72px;
       width: 422px;
       margin:7% 29% 0 0;
       /*position: absolute;*/
   }
   .panel{
       font-family:BMehrBold ;
       font-size: 20px;
       font-weight: bold;
       margin-top: 4%;
       /*text-align: center;*/
   }
   .panel .name{
       color:#811818
   }
  .ca-menu{
    padding:0;
    margin:20px;
    width: 316px;
	font-family: 'Dosis', sans-serif;
}
.ca-menu li{
    width: 64px;
    height: 64px;
    border: 4px solid #f6f6f6;
    overflow: hidden;
    position: relative;
    float:left;
    background: #fff;
    margin-right: 4px;
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    -webkit-border-radius: 125px;
    -moz-border-radius: 125px;
    border-radius: 125px;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
}
.ca-menu li:last-child{
    margin-right: 0px;
}
.ca-menu li a{
    text-align: left;
    width: 100%;
    height: 100%;
    display: block;
    color: #333;
    position: relative;
   -moz-box-shadow:0px 0px 3px #000000;
   -webkit-box-shadow:0px 0px 3px #000000;
   box-shadow:0px 0px 3px #000000;

}
.ca-icon{
    font-family: 'WebSymbolsRegular', cursive;
    font-size: 40px;
    color: #f6f6f6;;
    line-height: 60px;
    position: absolute;
    width: 64px;
    height: 66px;
    left: 0px;
    /*top: 30px;*/
    text-align: center;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
}
.ca-main{
    font-size: 24px;
    position: absolute;
    top: 110px;
    height: 80px;
    width: 170px;
    left: 50%;
    margin-left: -85px;
    opacity: 0.8;
    text-align: center;
}
.ca-sub{
    text-align:center;
    color: #000;
    font-size: 26px;
    position: absolute;
    height: 80px;
    width: 170px;
    left: 50%;
    margin-left: -85px;
    top: 110px;
    opacity: 0;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
}
.ca-menu li:hover{
    background: #f7f7f7;
    border-color: #fff;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
    box-shadow: 0 45px 60px -50px #000000;
}
.ca-menu li:hover .ca-icon{
    color: #555;
    font-size: 60px;
}
.ca-menu li:hover .ca-main{
    display: none;
}
.ca-menu li:hover .ca-sub{
    opacity: 0.8;
}

/* 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:5%; 
        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 {
	padding: 5% 20% 0 0;
        width: 300px;
}

.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;
    margin-top: -34px;
    padding-left: 2%;
    position: relative;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
#headerband{
   
    width:auto;
    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: relative;

}

@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); }
	
}
