 /* admin areas just on Desktop */

.no-admin-mobile{display: none;}
.admin-pages{display: block;}
.no-admin-mobile{
  width: 80%; height: 300px;
  background-color: rgba(255,0,0,0.3);
  margin: 12% auto;
  padding: 0 20px;
}
.no-admin-mobile div{
  width: 100%; height: 100%;
  display: flex;
  flex-direction: column;
}
.no-admin-mobile div p{
  color: #fff; text-align: center;
  font-size: 1.5em; direction: ltr; margin: 10px auto;
  font-family: "Trebuchet MS", sans-serif, Tahoma;
}

body{
  background-repeat: repeat;
  background-position: center 0;
  background-size: cover !important;
}
.admin-pages{
  width: 100%; height: 100%;
  position: absolute;
}
#ad_nav{
  height:60px;
  background-color: rgba(0, 0, 160, 0.2);
}
nav .logo{top:15px !important; opacity: 0.8}
.ad-name{
  display: flex;
  flex-direction: row;
  height:100%;
  max-width:600px; width: 100%;
  padding:0 20px;
}
.ad-name li{
  height:inherit; line-height: 60px;
  font-size: 1.5em; color: #fff;
  cursor: default;
}
.ad-name li a{
  color: #fff; font-size: 12px;
  padding-right: 20px;
  position: relative; top: 10px;
}
.ad-wrapper *{color: #fff;}
.intro-box{
  background-color: rgba(10,30,130,0.2);
  border-radius: 2px;
}
.admin-bg{
  /*background-color: rgba(255, 255, 255, 0.3);*/
  width: 100%; height: 100%;

}
section, .ad-wrapper{padding:20px 5px 0;}
footer{
  height:40px;padding-top: 7px;
  background-color: rgba(255, 255, 255, 0.8);
  position: fixed; bottom:0;
  z-index: 50;
}
footer *{
  font-family: "ConcordW00-Light", "Trebuchet MS", Tahoma, Arial;
  font-size: 11px; direction: ltr;
}
footer .copy p{ text-align: center;line-height: 13px}
footer .copy p a{color: #01B5D0;}
.login{
  width: 600px; height:350px;
  position: relative;
  margin: 130px auto;
  padding:20px 20px 0px 20px;
}
.login h3{ padding-bottom: 1em;}
.login .feedback {
  display:block;opacity:0.9;
  width: 500px; margin: auto;
}
.login ul{
  width: 500px; height:200px;
  position: relative;
  margin: 20px auto 0;
}
.login .hint{
  position: absolute; bottom: 0px; right: 0px;
  width: 55%; height: 40px;
  padding: 5px 20px;
  line-height: 30px;
  font-size: 0.8em; overflow: hidden;
  background-color: rgba(0,0,255,0.05);
}
.login .hint span{
  font-size: inherit; color: #00ff00 !important;
}
.input li{
  height: 70px; position: relative;
}
.input input{
  border:none; opacity:0.8;
  color: #222;
}
.input li .button{
  left: 0; top: 10px;
  height:40px; line-height: 0; color: #fff;
  background-color: rgba(100,0,255,0.7);
}
.input li .button:hover{
  background-color: rgba(100, 10, 255, 1);
}
.user-in{
  display:block;
  position: absolute; top:80px; left: 0;
  background-color: rgba(0, 0, 160, 0.3);
  color: #fff; font-size: 12px;
  padding:2px 20px;
}
.user-in p{
  color: #fff;
  font-size: 1em;
}
.land-box{
  width: 760px; height: 450px;
  display: block;
  margin: 100px auto 0;
  position: relative;
}
@media only screen and (max-height: 630px)  {
  .land-box{margin-top: 50px;}
}
.land-box ul{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.land-box .icons li{
  width: 190px; height: 170px;
  background: url(../images/admin/land-icons.png)
    no-repeat;
  overflow: hidden;
  position: relative;
}
.land-box .icons li a{
  font-size: 1.3em;
  padding-top: 120px;
  text-align: center;
}
#ad-ords{
  background-position: -750px center;
}
#ad-prds{
  background-position: -187px center;
}
#ad-blgs{
  background-position: -372px center;
}
#ad-sldrs{
  background-position: 7px center;
}
#ad-users{
  background-position: -1315px center;
}
#ad-counter{
  background-position: -1120px center;
}
#ad-agents{
  background-position: -943px center;
}
#ad-msgs{
  background-position: -564px center;
}
#ad-help{
  background-position: -1596px -40px;
}
#ad-logout{
  background-position: -1509px -40px;
}
.outer{
  width: 130px; height: 70px;
  flex-wrap: nowrap;
  position: absolute;
  left: 0; bottom: 0;
}
.outer li{
  width: 50%; height:100%;
  display: inline-block;
  background: url(../images/admin/land-icons.png)
    no-repeat;
  overflow: hidden;
}
.land-box li:hover{
  background-color: rgba(60,20,250,0.2);
}
.land-box li:hover a{
  color: #fff;
}
.land-box .outer li:hover{
  background-color: rgba(0, 0, 0, 0.05);
}
.land-box .icons li span{
  width:auto; height: 35px;
  min-width:35px;
  background-color: rgba(2, 255, 20, 0.7);
  font-family: "Trebuchet MS", tahoma, arial;
  position: absolute;top: 30px; left: 40px;
  font-size: 1.3em; text-align: center;
  line-height: 35px;
  padding-right: 10px; padding-left: 10px;
  border-radius: 35px;
}

.admin{ cursor: default;}
.sidebar{
  min-width: 170px;
  width: 17% !important;
  height:100%; min-height: 590px;
  background-color: rgba(0, 0, 100, 0.2);
  position: fixed !important; top:60px; right:0;
  z-index: 40;
}

.user-in-main{
  position: relative; top: 0;
  right:0;
  width:100%; height: 50px;
  padding: 2px 5px;
  background-color: rgba(255, 255, 255, 0.6);
  overflow: hidden;
}
.user-in-main *{ font-size: 12px;}
.user-in-main #uname{
  font-size: 18px;
  text-align: center;
}
.user-in-main a{
  position: absolute; left:5px;
  color: #ff0000; top: 0;
}
.user-in-main a:hover{
  color: #B40A0A;
}
.adpgs ul{
  display: flex;
  flex-direction: column;
}
.adpgs ul li{
  width: 100%; height: 40px;
  padding-right: 30px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  background: url(../images/top-blog-arrow.png)
    no-repeat -15px center;
  position: relative;
}
.adpgs ul li:last-child{
  border:none;
  display: flex;
  flex-direction: row;
  padding: 0;
  background: none;
}
.adpgs ul li:last-child div{
  width:50%; height: 100%;
}
.adpgs ul li:last-child div a{
  text-align: center;
  font-size: 1.1em;
  font-family: tahoma, arial;
}
.adpgs ul li:last-child .back{
  background: url(../images/admin/ad-back.png) no-repeat center;
}
.adpgs ul li:last-child .back:hover{
  background-color: rgba(255, 30, 30, 0.2);
}
.adpgs ul li:last-child .help{
  background: url(../images/admin/ad-help.png) no-repeat center;
}
.adpgs ul li:last-child .help:hover{
  background-color: rgba(30, 255, 30, 0.2);
}
.adpgs ul li:hover{
  background-color: rgba(20, 90, 255, 0.3);
}
.adpgs ul li:last-child:hover{background: none !important;}
.sel-menu{
  background: url(../images/top-blog-arrow.png)
    no-repeat -3px center !important;
  background-color: rgba(20, 90, 255, 0.5) !important;
}
.adpgs ul li a{
  font-size: 16px; color: #fff;
  line-height: 40px;

}
.adpgs span{
  min-width: 25px; height:25px;
  padding:0 5px;
  position: absolute;
  left:10px; top:7px;
  background-color: rgba(2, 255, 20, 0.8);
  font-family: "Trebuchet MS", tahoma, arial;
  font-size: 13px; text-align: center;
  line-height: 25px; color: #fff;
  border-radius: 25px;
}

.content{
  width: 83% ; max-width: 1121px;
  min-height: 800px;
  position: absolute; right:17%;
  margin: 60px auto auto;
  padding: 20px;
  background-color: rgba(0, 0, 30, 0.5);
}
.content .error{
  display: inline-block;
  margin-bottom: 20px;
  padding:5px 30px;
}
.prd-pars{
  max-width:900px; width:100%; height: 40px;
  margin:auto;
  display: flex;
  flex-direction: row;
}
.prd-pars li{
  width: 224px; height: 100%;
  margin: auto;
  background-color: rgba(255,255,255,0.2);
}
.prd-pars li:hover{
  background-color: rgba(255,255,255,0.4);
}
.prd-pars .sel{
  background-color: #5474D1 !important;
}
.prd-pars a{
  text-align: center;
  line-height: 40px;
}
.content *{color: #fff !important;}
.content hr{
  margin: 30px auto;
  border-color: rgba(255, 255, 255, 0.1) !important;
}
.content .notifi{
  width: 100%;
  margin-bottom: 30px;
  color: #00ff1e !important;
  font-size: 1.2em;
  text-align: center;
}
.ad-items{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width:100%; margin: auto;
}
.ad-item, .ad-item img{
  width: 100%; height: 120px;
  position: relative;
}
.ad-item{
  width: 21%;height: 175px ;margin: 0 auto 15px auto;
}
.ad-item:hover{
  transform: translateY(-10px);
}
.ad-item img.off{
  transform: scale(1.00) !important;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
}
.ad-item .code{
  position: absolute; top: 95px; left: 5px;
  font-size: 0.8em; z-index: 10;
  text-shadow: 0 0 5px #000;
}
.ad-item .name{
  text-align: center;
}
.ad-item .date{
  width: 80px; height: 25px;
  line-height:25px;
  font-size: 0.7em;
}
.ad-item .del{
  width:45px; height: 40px;
  display: block;
  position: absolute;top:0; right: 0;
  background-color: #F91E1E;
  text-align: center; cursor: pointer;
  line-height: 0px;
  padding-top: 21px;
  font-size: 1.5em;
  opacity: 0.7;
  border-radius: 0 0 0 35px;
}
.ad-item .del:hover{
  opacity:1;
}
.prd-new-btn{
  max-width:900px; width:100%; height: 40px;
  margin: 0 auto 40px ; line-height: 40px;
  font-size: 1em; display: block;
  background-color: #16E435;
  border-radius: 1px;
  text-align: center;
}
.prd-new-btn:hover{
  background-color: #14BD2D;
}
.in-con{
  width:100%; margin: auto;
  padding: 0 2px 30px;
  position: relative;
}
.in-con .preview{
  width:100%; max-width: 480px;
  height: 300px;
  position: absolute; left:10px;
  top: 0px; z-index: 3;
}
.in-con .preview img{width:100%; height:100%;}
.in-con li{
  position: relative; min-height: 60px;
  padding-bottom: 30px !important;
}
.in-con .name{ line-height: 2em;
  display: inline;
}
.in-con .hlp{
  font-size: 0.7em;
  opacity: 0.6;
  padding-right: 30px;
}
.in-con .hlp a{
  font-size: 15px; color: #02FF1C !important;
}
.in-con .txt-fld{
  width: 50%; height: 35px;
  background-color: rgba(255, 255, 255, 0.2);
  border: none; display: block;
  border-radius: 1px;
}
.in-con .en{
  font-family: "Trebuchet MS", sans-serif, Tahoma, arial;
  direction: ltr; text-align: left;
}
.in-con .num{
  width: 200px; text-align: center;
  display: inline;
}
input[type="radio"]{display: none}
input[type="radio"] + label {
  width: 60px;
 padding: 0 40px;
}
input[type="radio"] + label span{
  display: inline-block;
  width: 25px; height: 25px;
  vertical-align: middle;
  margin: 0 10px;
  border-radius: 50%;
  cursor: pointer;
  background-color: #eee;
}
input[type="radio"]:checked + label span#green{
  background-color: #02FF1C;
}
input[type="radio"]:checked + label span#red{
  background-color: #F91E1E;
}
.in-con .file{
  width: 250px; text-align: right;
  display: inline;
}
.in-con li.imgs{
  background-color:rgba(255,255,255,0.1);
  padding: 10px;
}
.in-con .row-cells{
  display: flex;
  flex-direction: row;
  position: relative;
}
.in-con .row-cells li{
  width: 33%; text-align: center; margin:auto;
}
.in-con .row-cells li .cntr{
  padding:0;
}
.in-con .row-cells li input{
  direction: ltr;
}
input[type="file"]{display: none}
input[type="file"] + label{

}
input[type="file"] + label span{
  width: 80%; height: 40px;
  display: inline-block; cursor: pointer;
  font-family: "Trebuchet MS" , sans-serif, tahoma;
  text-align: center; direction: ltr;
  line-height:40px;
  background: url(../images/admin/upload.png) no-repeat;
  background-position: right;
  background-color: rgba(255,255,255,0.3);
  border-radius: 1px;
}
input[type="file"] + label span:hover{
  background-color: rgba(120,150,255,0.4);
}
.in-con .prev{
  display: block; margin: auto;
  background-color: #f83f3f !important;
  text-align: center;
  border-radius: 2px;
}
.in-con #m{
  width: 140px; height: 90px; line-height: 90px;
  background: url(../images/admin/mobile.png) no-repeat center;
}
.in-con #t{
  width: 190px; height: 110px; line-height: 110px;
  background: url(../images/admin/tablet.png) no-repeat center;
}
.in-con #d{
  width: 100%; max-width: 300px; height: 140px; line-height: 120px;
  background: url(../images/admin/pc.png) no-repeat center;
}
.in-con .setted{
  background-color: rgba(2, 255, 28, 0.8) !important;
}
.in-con .desc-cell{
  min-height: 300px; max-height: 800px;
  padding: 10px; margin-top: 20px;
}
.in-con .fix-top{margin-top:0;}
.in-con textarea{
  width: 100%; max-width: 100%;
  min-height: 400px;
  height: 100%; max-height: 800px;
  background-color: rgba(255, 255, 255, 0.2);
  border: none; display: block;
  border-radius: 1px;
  padding: 10px;
  font-family: "B Yekan", monospace, arial, tahoma;
  text-align: left;
  direction: ltr;
}
.in-con textarea:focus ,
.in-con .txt-fld:focus{
  outline: 0px;
  background-color: rgba(150,180,250, 0.4);
}
.in-con .btns{
  display: flex;
  flex-direction: row;
}
.in-con .btn{
  width: 40%; height: 40px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  margin: auto; cursor: pointer;
}
.in-con .update{
  background-color: rgba(2, 255, 28, 0.8);
}
.in-con .cancel{
  background-color: #f83f3f;
}
.in-con .btn:hover{
  opacity:0.8;
}
.in-con .back2list{
  width: 200px; height: 40px;
  display: block;
  line-height: 40px;
  margin: 20px; padding-right: 15px;
  border-radius: 2px;
  background : #5071CD;
}
.in-con .back2list:hover{
  padding-right: 5px;
  background : #6E8FE9;
}
.in-con .ltr{
  direction: ltr;
  display: inline-block;
}
.inline .rate{
  min-width: 40%; padding-left: 30px;
}
.inline .rate input{
  width: 200px; height: 50px;
  text-align: center; cursor: default;
  font-size: 1.5em;
  background-position: 10px center;
  background-repeat: no-repeat;
  direction: ltr;
}
.inline .rate .lk{
  background-image: url(../images/like.png);
}
.inline .rate .dlk{
  background-image: url(../images/dislike.png);
}
.in-con .show-all{
  text-align: center;
  width: 300px; height: 100px;
  margin: -25px auto auto;
  line-height: 80px;
  color: #36BCFF !important; cursor: pointer;
}
.in-con .show-all:hover{
  color: #02FF1C !important;
}
#show-all{display:none}
.in-con .title{
  font-size: 1.4em;
  background-color: #6E8FE9 ;
  padding: 3px 20px;
  border-radius: 2px;
}
.in-con .cmt-txt{
  padding-right: 30px;
  text-align: justify;
  width: 95%;
  font-size: 0.9em;
}
.in-con .del-cmt{
  width: 25px; height: 25px;
  display: block;
  position: absolute; top: 0px; left: 0px;
  background: #F91E1E;
  text-align: center;
  line-height: 30px;
  font-size: 20px;
  z-index: 3;
}
.in-con .del-cmt:hover{
  transform: scale(1.2);
}
.in-con .cmt-notifi{
  display: block;
  margin: 20px auto;
  width: 40%;
}
.in-con .del-all{
  width: 30%;
  display: block;
  background-color: #F91E1E !important;
  text-align: center;
  opacity: 0.7;
}
.in-con .del-all:hover{
  opacity: 1;
}
.in-con .full-txt{width: 95%;}
.in-con .meta{min-height:220px;}
.in-con .meta textarea{
  padding: 10px; min-height: 200px;
  width: 80%;
  font-family: "B Yekan", monospace, arial, tahoma;
}
.in-con .rt{
  display: block; text-align: right;
}
.in-con .light-num{
  font-family: "ConcordW00-Thin", "Trebuchet MS", sans-serif, arial, tahoma;
  direction: ltr;
  text-align: center;
}
.in-con .cntr-visit{
  font-size: 16em;
  color: #00FF00 !important;
  line-height: 1em;
}
.in-con .cntr{
  padding-bottom: 10px !important;
}
.cntr li{
  width: 20%; min-height: 80px;
  border-left: 1px solid rgba(255,255,255,0.1);

}
.cntr li p:first-child{padding-right: 20px;}
.cntr li:last-child{border: none;}
.cntr .light-num{
  line-height: 100px;
  font-size: 3em;
  color: #36BCFF !important;
  overflow-x: auto;
}
.usrs-box{
  width: 40%; min-height: 90px;
  max-height: 620px;
  position: absolute;
  left:5px; top: 0px; z-index: 2;
  background-color: rgba(255,255,255,0.1);
  border-radius: 2px;
  overflow-y: auto;
  overflow-x: hidden;
}
.usrs-box hr{margin:5px; width:95%;}
.usrs-box li{
  padding: 10px 20px 10px 0 !important;
  padding-right: 20px;
}
.usrs-box .usr{
  margin-top: 5px; width: 80%; display:block;
  background-color: rgba(255,255,255,0.1);
  padding: 5px 20px;
}
.usrs-box .usr span{
  display: inline-block;
  width:70%; text-align: left;
  direction: ltr;
  font-family: "Trebuchet MS", sans-serif, tahoma, arial;
  font-weight: bold;
  color: #6E8FE9 !important;
}
.usrs-box li .del-cmt{
  width:35px; height: 35px; line-height: 40px;
  font-size: 25px;
}
.usrs-box .limited{
  background-color: rgba(0,200,255,0.1) !important;
}
.in-con .mini-textarea{
  min-height:200px;
  margin-top: 0;
}
.in-con .inp80{width:80%;}
.wrap{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.w50{width: 48%;}
.blue-bold{
  font-size: 1.4em;
  font-weight: bold;
  color: #6E8FE9 !important;
}
.left{float: left;}
.fdate{
  padding-left: 15px !important;
  font-size: 0.9em !important;
}
.orders >li{
  margin: auto;
  margin-bottom: 30px;
  height: 150px; overflow: hidden;
  padding:10px 10px 0px 10px !important;
}
.orders >li:hover{
  background-color: rgba(255, 255, 255, 0.2);
}
.tel-fee{
  position: absolute; bottom: 0;
  height:60px; width: 100%;
}
.tel-fee li{
  line-height: 60px;
  min-height:60px;
  padding-bottom: 0px !important;
}
.in-con .ordfee{
  text-align: left;
  display: block; line-height: inherit;
  font-size: 0.8em; color: #aaa !important;
}
.ordfee span{
  font-size: 30px !important;
  font-weight: bold;
}
.ord-box{
  position: relative;
  width: 100%; min-height: 200px;
  display: block;
  background-color: rgba(255,255,255,0.1);
  padding:10px 10px 20px;
}
.ord-box li{
  min-height: 40px;
  padding-bottom: 10px !important;
}
.in-con .notcnf{
  position: absolute; left: -15px; top:-15px;
  width: 30px; height: 30px;
  background-color: rgba(0,255,50,1) !important;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.ord-box .payed{
  text-align: center;
  padding: 10px !important;
  padding-bottom: 0px !important;
}
.green{color: #00ff00 !important;}
.red{color: #ff0000 !important;}
.blue{color: #01B5D0 !important;}
.ord-tb{
  width:100%; min-height: 200px;
}
.ord-tb tr{
  height:60px;
}
.ord-tb th{
  background-color: rgba(255,255,255,0.2) !important;
}
.ord-tb th , .ord-tb td{
  position: relative;
  padding: 10px;
  background-color: rgba(255,255,255,0.1);
  text-align: center;
  font-size: 1.2em;
}
.ord-tb .c_items_name{
  font-size:1em; font-weight: 100;
  padding-right: 20px;
}
.ord-tb th span, .ord-tb td span{
  position: absolute; left: 10px; bottom: 10px;
  font-size: 0.6em; color: #aaa !important;
}
.ord-tb .ord-fee{
  text-align: center;
  font-size: 2.5em;
}
.help h3{
  width: 30%; height: 40px;
  font-size: 1.2em;
  line-height: 40px;
  background-color: rgba(200,220,255,0.2);
  padding-right: 20px;
  display: block;
  margin-bottom: 10px;
  border-radius: 2px;
}
.help p{
  text-align: justify;
  line-height: 2em;
  font-weight: 100;
}
.help hr{margin:20px auto !important;}
.mrxrinc{
  width: 700px; height: 260px;
  position: relative;
  display: block;
  margin: auto;
  background: url(../images/admin/mrxrinc.png) no-repeat center ;
}
.agnt-box .del-cmt{width:70px;height:30px; line-height: 35px;}
.agnt-box li .txt-fld{width:95%;}
.agnt-box li .name{display: block}
.agnt-box li label{padding:0 5px;}
.agnt-box li select option{
  background-color: rgba(0, 30, 60, 0.7);
}
.agnt-box iframe{
  min-width: 900px; min-height: 720px;
  overflow: hidden; outline: none;

}
.agnt-box li img{
  width: 100%; height: 100%;
  max-height: 600px;
  display: block;
  margin: 20px auto 5px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  overflow: hidden;
  border-radius: 3px;
  background-color: gba(255, 255, 255, 0.2);
}
.agnt-box input[type="file"]{display: none;}
.agnt-box input[type="file"] + label,
.agnt-box input.btn-change {
	width: 100%;
	height: 40px;
	display: block;
	text-align: center;
	background: #F5F9FB;
	color: #99ABB7 !important;
	font-size: 18px;
	border-radius: 4px;
	line-height: 40px;
	border: 1px solid #7B19BA;
	cursor: pointer;
	transition: 0.2s;
}
.agnt-box input[type="file"] + label:hover,
.agnt-box .btn-change:hover{
	background: #BCD3DE;
	color: #222 !important;
}
.editor{
  height: 60px;
  background-color: rgba(70, 78, 95, 0.7);
}
.editor ul{
  display: flex;
  flex-direction: row-reverse;
  text-align: left;
}
.editor li{
  width: 70px; height: 60px;
  background-image: url(../images/admin/editor.png);
  background-size: cover;
  cursor: pointer;
  transition: all 0.12s ease;
}
.editor li:hover{
  background-color: #232d42;
}
.editor li:active{
  background-color: #4f596e;
}
.editor .bold{
  background-position: 0 center;
}
.editor .italic{
  background-position: -70px center;
}
.editor .link{
  background-position: -140px center;
}
.editor .t1{
  background-position: -210px center;
}
.editor .t2{
  background-position: -280px center;
}
.editor .t3{
  background-position: -350px center;
}
.editor .hline{
  background-position: -420px center;
}
