 
@font-face{
      font-family:"IRANSansWeb";
      font-style:normal;
      font-weight:400;
      src:url(../fonts/IRANSansWeb.woff) format("truetype")}
@font-face{
    font-family:"IRANSansWeb";
    font-style:normal;
    font-weight:bold;
    src:url(../fonts/IRANSansWeb_Bold.woff) format("truetype")
    }
/*
@font-face{
      font-family:"IRANSansWeb";
      font-style:normal;
      font-weight:400;
      src:url(http://dgfactor.ir/bot/fonts/IRANSansWeb.woff) format("truetype")}
@font-face{
    font-family:"IRANSansWeb";
    font-style:normal;
    font-weight:bold;
    src:url(http://dgfactor.ir/bot/fonts/IRANSansWeb_Bold.woff) format("truetype")
    }

 @font-face {

    src: url("http://dgfactor.ir/bot/fonts/B/BTitrBd.ttf");
    font-family: "BTitrBd";
  }
 @font-face {

    src: url("http://dgfactor.ir/bot/fonts/B/BYekan.ttf");
    font-family: "yekan";
  }

 @font-face {

    src: url("http://dgfactor.ir/bot/fonts/B/BKOODB.TTF");
    font-family: "koodak";
  }

 @font-face {

    src: url("http://dgfactor.ir/bot/fonts/B/BNazanin.ttf");
    font-family: "nazanin";
  }

  @font-face {

    src: url("http://dgfactor.ir/bot/fonts/B/BBardiya.ttf");
    font-family: "Bardiya";
  }

  @font-face {

    src: url("http://dgfactor.ir/bot/fonts/B/BHoma.ttf");
    font-family: "homa";
  }

   @font-face {

    src: url("http://dgfactor.ir/bot/fonts/B/BKamran.ttf");
    font-family: "kamran";
  }

    @font-face {

    src: url("http://dgfactor.ir/bot/fonts/B/BKarim.ttf");
    font-family: "karim";
  }

    @font-face {

    src: url("http://dgfactor.ir/bot/fonts/B/BRoya.ttf");
    font-family: "roya";
  }

    @font-face {

    src: url("http://dgfactor.ir/bot/fonts/B/BSINABD.TTF");
    font-family: "sina";
  }

    @font-face {

    src: url("http://dgfactor.ir/bot/fonts/B/BTraffic.ttf");
    font-family: "trafic";
  }

     @font-face {

    src: url("http://dgfactor.ir/bot/fonts/B/BZar.ttf");
    font-family: "zar";
  }
  */
 @font-face {

    src: url("../fonts/B/BTitrBd.ttf");
    font-family: "BTitrBd";
  }
 @font-face {

    src: url("../fonts/B/BYekan.ttf");
    font-family: "yekan";
  }

 @font-face {

    src: url("../fonts/B/BKOODB.TTF");
    font-family: "koodak";
  }

 @font-face {

    src: url("../fonts/B/BNazanin.ttf");
    font-family: "nazanin";
  }

  @font-face {

    src: url("../fonts/B/BBardiya.ttf");
    font-family: "Bardiya";
  }

  @font-face {

    src: url("../fonts/B/BHoma.ttf");
    font-family: "homa";
  }

   @font-face {

    src: url("../fonts/B/BKamran.ttf");
    font-family: "kamran";
  }

    @font-face {

    src: url("../fonts/B/BKarim.ttf");
    font-family: "karim";
  }

    @font-face {

    src: url("../fonts/B/BRoya.ttf");
    font-family: "roya";
  }

    @font-face {

    src: url("../fonts/B/BSINABD.TTF");
    font-family: "sina";
  }

    @font-face {

    src: url("../fonts/B/BTraffic.ttf");
    font-family: "trafic";
  }

     @font-face {

    src: url("../fonts/B/BZar.ttf");
    font-family: "zar";
  }

  

.list:hover{
background-color: #fff;
color: #000;
}


#changeCss{
 display: block;
text-align: center;
padding-top: 40px;

}
#changeCss:before{
    /* display: block;
    content: "استایل:"; */

}
.input-text{
    width: 20%;
    height: 30px;
    padding-right: 10px;
    color: darkblue;
    font-weight: 300;
}

.category-list{
color: #1e0989;
background: #f6f7f9;
width:0px;
height: 175px;
position: fixed;
z-index: 3000;
margin-right: -23px;
padding: 20px;
border-left: 4px solid #8083b0;
box-shadow: 0 0 50px 0px #b0b1b1;
border-radius: 6px;
transition: all 0.4s !important;
top: 60px;
animation: animatezoom 1s linear;
}
.cat-option{
display:none;
}
.text-option{
    cursor:pointer;
    transform: rotate(-90deg);
    white-space: nowrap;
    padding: 25px 10px 12px 0;
}
.open-close-cat{
    display:none;
    color: #8083b0;
    position: absolute;
    font-size: 30px;
    left: 0;
    top: 79px;
    transform: rotate(-180deg);
}

.category-list label{
    position: absolute;
    top: -3px;
    color: #185b86;
 }

.open-close-cat:hover{
cursor:pointer;
color: red;
transition: all 0.4s !important;
}
#pro-list option:hover{
color:#fff;
background:red ;
}
/*DodgerBlue*/
.option-form{
width: 45%;
height: 20%;
border: 1px solid #e9e7e7;
color: grey;
font-family:"IRANSansWeb";
}
.alert {
    padding: 18px;
    font-size:14px;
    opacity: 1;
    transition: all 0.6s;
    margin-bottom: 15px;
    width: 100%;
    position: relative;
    display: block;
    top: 0;
    right: 0;
    z-index: 9000;
    box-shadow:  1px 1px 50px rgb(0,0,0, 0.3);
    margin-bottom:20px;
    border:1px solid transparent;
    border-radius:4px
}
.hov{
background:#f3f3f3;
padding: 8px;
border:1px solid #ccc;
}
::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}
.hov:hover{
font-style: italic;
background:yellow;
color: red;
cursor: pointer;

}
.del-btn{
display:none;
background: red;
border-radius: 2px;
position: absulote;
color: white;
width: 40px;
bottom: 70px;
right: 0;
height:35px;
padding: 0px 6px 0px 6px;
font-size:12px;
}
.unselect-btn{
display:none;
background: yellow;
border-radius: 2px;
position: absulote;
color: white;
width: 40px;
height:35px;
bottom: 70px;
right: 0;
padding: 0px 6px 0px 6px;
font-size:12px;
}

.edit-btn{
display:none;
background:#0078ff;
border-radius: 2px;
position: absulote;
color: white;
width: 40px;
height:35px;
bottom: 70px;
right: 0;
padding: 0px 6px 0px 6px;
font-size:12px;
}
.edit-btn:hover{
cursor:pointer;
background: #ccc;
}

.del-btn:hover{
cursor:pointer;
background: #ccc;
}
.alert.info {background-color: #2196F33;}
.closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}
.closebtn:hover {
    color: black;
}
.tdrow p{
    white-space: nowrap;
    width: auto;
    max-width:140px;
    text-align: center !important;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: pointer;
    
}
.tdrow {
  width: 160px;
  font-size: 12px;
  color: #185b86;
  text-align: center !important;
  font-family: "IRANSansWeb";
  border:1px solid #ededed;
  
 white-space: nowrap;
 padding: 4px;
}
.tdrow button{
    cursor: pointer;
    background: transparent;
    border: none;
}
#delete{
    background-color: #a800a0;
    background-size: 90px 90px;
    cursor: pointer;
    margin: 0px;
    padding: 4%;
    color: #fff;
    border-radius: 3px;
    border: 1px solid #8791c8;
    width: 30%;
    position: relative;
    }

.hover_icon{
    display: none !important;
    font-size: 17px !important;
    text-align:right;
    right: 0px;
    border: 1px moccasin #7a7f81;
    padding: 0;
    transition: all .9s;
    position: absolute;
    background: rgba(164, 213, 211, 0.8);
    width: 100%;
    /**/top: -30px;
    border-radius: 5px 5px 0 0;
    box-shadow: inset 0 0 10px 1px #79a4b0;
    color: #185b86;
}
#font:hover  .hover_icon select option{
 display: inherit !important;
 
  position: relative;
  padding: 0px;
}
textarea{
  overflow: hidden !important;
}
.hover_icon:hover{
   display: inherit !important;
  padding: 0px;
}

.hover_icon .close_box{
    left: 0px;
    padding: 0 8px 8px 8px;
    position: absolute;
    color: red;
    font-size: 20px;
    cursor:pointer;
}



.boxs:hover .hover_icon{
 display: inherit !important;
  position: absolute;
 transition: all .9s;
 z-index: 10;
}

.hover_icon input,.hover_icon span,.hover_icon i{
padding:5px;
}
.hover_icon > input:hover,.hover_icon i:hover {
cursor: pointer;
color:#fff;
}
.hover_icon #font{
    width: 60px;
    direction: ltr;
    background: #e9e7e8;
    border: none;
    color: #124672;
}
.hover_icon #size{
    width: 37px;
    direction: ltr;
    background: #e9e7e8;
    border: none;
    color: #124672;
}

.hover_icon input[type=color]{
    width: 25px;
    position: relative;
}


.str{
    color:#000;
    font-size:14px;
}
.mbl{
    font-size:14px;
    color:red;
}
.fa-undo{
    padding: 10px;
}

table {
    border-collapse:collapse;
    border-spacing:1;

}
img {
    border:0;
}
 
 
caption,th {
  border: 1px solid #c0dffc;
  padding: 2px;
  background: #cce3f8;
}
h1,h2,h3,h4,h5,h6 {
    font-size:100%;
    font-weight:normal;

}
 
/* width: 500px;display: block;margin-right: auto;margin-left: auto;bg2.jpg*/

.page-bg{
     background-size:100% 100%;
     background-repeat: no-repeat;
     background-attachment: fixed;
     background-image:url('../images/bg5.jpg') ;
     -webkit-filter: blur(0px); /* Safari 6.0 - 9.0   drop-shadow(0px 0px 10px rgba(0,0,0,.5));*/
     filter: blur(0px);
     left: 0;
     right: 0;
     z-index: -33;
     width: 100%;
     height: 120%;
     position: fixed;
     margin-top: -60px;
}
 
 
.container{
    width: 93%;
    height: 100%;
    position: relative;
    display: block;
    margin-right: auto;
    margin-left: auto;
    font-size: 18px;

}
.clr{
    clear: both;
}
.button {
    background-color: DodgerBlue; /* Green */
    border: none;
    color: white;
    padding: 10px 22px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;

    position:relative;
    border:1px solid DodgerBlue;
    font-family: "IRANSansWeb";
}
.button:hover {
    background-color: #fff;
    color:#666;
    box-shadow:0 8px 16px 0 rgba(0,0,0,0.2);
}
  .color{
    width: 20px;
    height: 20px;
    border-radius:  0px;
    display:inline-table;
    cursor: pointer;
    transition: all 0.4s !important;
    border:1px dotted #000;
  }
  .default{
    background-color: #fff;
  }
  .orange{
    background-color: #e74b0d;
  }
  .pink{
    background-color: #e61ef3;
  }
  .green{
    background-color: #1f9f25;
  }
.all_tmp{
    cursor: pointer;
    user-select: none;
}
.confrim{
    padding: 15px;
    margin-top: 10px;
}

.confrim span{
    padding: 5px 29px 5px 29px;
    background-color: #292625;
    margin-left: 15px;
    border-radius: 5px;
    border: 1px solid #bfbaba;
}

.confrim span:hover{
    background-color: #cccccc;
    }
.f_name{
    bottom: 0px;
    position: fixed !important;
    width: 490px;

}

.search_temp{
width: 20%;
height: auto;
background-color: #eee;
font-family: "IRANSansWeb";
font-size: 16px;
color:#999;
}

.new_rec{
     animation:opac 0.6s ;
}
 


.list2{
    display: none;
}
.list2:before{
    display: block;
    content: "»";
    font-size: 20px;
    position: absolute;
    margin-top: 11px;
    color: #3bf90b;
    margin-right: -21px;
}

.t_list:before{
    display: block;
    content: "»";
    font-size: 20px;
    position: absolute;
    margin-top: 0px;
    color: #f0f5f8;
    left: 19px;
    margin-top: 0px;
}
.t_list:hover  .list2{
    display: block;
    position: absolute;
    left: -163px;
    width: 95% !important;
    border-bottom: 4px solid #ef4913;
    background-color: rgb(207, 204, 204);
    height: auto;
    border-radius: 2px;
    margin-top: -38px;
    padding-bottom: 6px;
    transition: all 0.6s;
}
.tr_factors td{
  border: 1px solid #c0dffc;
  text-align: center;
}

.view_fac{
    position: relative;
    background: #f3f0f0;
    width: auto;
    border: 1px solid #ccc;
    cursor: pointer;
    font-size: 16px;
    padding: 5px 19px 5px 5px;
    color: #666;
}
.view_fac:hover{
     background: #798cc0;
     color: white;
    }
#view_list_tmp{
    display: none;
    position: absolute;
    width: 251px;
    height: 350px !important;
    overflow-y: auto;
}
.sel{
color: #d49646;
text-align: center;
font-size: 20px;
position: absolute;
z-index: 1;
cursor: pointer;
background: #eee;
width: 100%;
border-radius: 0px 0px 10px 10px;
 }
 #query_fact{
     width: 250px;
    height: 45px;
    font-size: 19px;
 }
 .sel:hover{
 color: #fff;
 }

.container > header{
padding: 20px 30px 20px 30px;

position: relative;
display: block;
text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
text-align: center;
}
.container > header h1{
    position: relative;
    color: #e6edf0;
    font-weight: 100;
    font-style: normal;
    font-size: 30px;

    text-shadow: 0px 1px 1px rgba(255,255,255,0.8);
}
.container > header h1 span{

    font-size: 20px;
    line-height: 20px;
    display: block;
    font-weight: 400;
    font-style: italic;
    color: #e6edf0;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
}
.container > header h2{
    font-size: 16px;
    font-style: italic;
    color: #2d6277;
    text-shadow: 0px 1px 1px rgba(255,255,255,0.8);
}
/* Header Style */
.freshdesignweb-top{
    line-height: 24px;
    font-size: 11px;
    background: rgba(0, 0, 0, 0.05);
    text-transform: uppercase;
    z-index: 9999;
    position: relative;
    box-shadow: 1px 0px 2px rgba(0,0,0,0.2);
}
.freshdesignweb-top a{
    padding: 0px 10px;
    letter-spacing: 1px;
    color: #333;
    text-shadow: 0px 1px 1px #fff;
    display: block;
    float: left;
}
.freshdesignweb-top a:hover{
    background: #fff;
}
.freshdesignweb-top span.right{
    float: right;
}
.freshdesignweb-top span.right a{
    float: left;
    display: block;
}
.freshdesignweb-demos{
    text-align:center;
    display: block;
    line-height: 30px;
    padding: 20px 0px;
}
.freshdesignweb-demos a{
    display: inline-block;
    margin: 0px 4px;
    padding: 0px 4px;
    color: #fff;
    line-height: 20px;
    font-style: italic;
    font-size: 13px;
    border-radius: 3px;
    background: rgba(41,77,95,0.1);
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.freshdesignweb-demos a:hover{
    background: rgba(41,77,95,0.3);
}
.freshdesignweb-demos a.current,
.freshdesignweb-demos a.current:hover{
    background: rgba(41,77,95,0.3);
}

#items{
  list-style:none;
  margin:0px;
  margin-top:4px;
  padding-left:10px;
  padding-right:10px;
  padding-bottom:3px;
  font-size:17px;
  color: #333333;

}
hr { width: 85%;
  background-color:#E4E4E4;
  border-color:#E4E4E4;
    color:#E4E4E4;
}
#cntnr{
  display:none;
  position:fixed;
  border:1px solid #B2B2B2;
  width:150px;      background:#F9F9F9;
  box-shadow: 3px 3px 2px #E9E9E9;
  border-radius:4px;z-index: 10000000;
}

li{

  padding: 3px;
  padding-left:10px;
}


#items :hover{
   color: white;
   cursor: pointer;
  background:#284570;
  border-radius:2px;
          -webkit-filter: blur(5px); /* Safari 6.0 - 9.0 */
    filter: blur(5px);
}

.dateands{
overflow: hidden;

width: 100%;
height: 100%;
margin-right: 10px;
/*margin-right: -16px;*/
margin-top: -12px;
padding: 10px 10px 10px 10px;
}

.showon{
    overflow-y:hidden;
    position: fixed;
     width:100%;
     height:100%;
     background-color:rgba(3, 3, 3, 0.45);
     z-index:1005;
     display:none;
     transition: all 0.3s;
     animation:flash 1s ;
     left: 0;
     right: 0;
     top: 0;
     bottom: 0;
}

.showon_data{
    overflow-y: scroll;
    overflow-x:hidden;
     padding-top: 0px;
     z-index: 1006;
     display: block;
     margin-right: auto;
     margin-left: auto;
     height:100%;
     z-index: 1006;
     width: 75%;
}
.subject_style{
    position: relative;
    resize: none;
    border: none;
    overflow: hidden;
    width: 95%;
    height: 90%;
    text-align: center;
    font-size: 22px;
    font-family: "BTitrBd";
     background-color:transparent;
}





.gift{
    position: relative;
    width: 160px;
    height: 104px;
    transform: rotate(329.6deg);
    top: 15px;
    left: -30px;
}
@keyframes rota {
   { transform: rotate(80deg);  }
}
.bank{

    cursor: pointer;
    width: 20px;
    padding:10px;
    height: 100px;
    position: relative;
    transition: all 0.9s;
     animation: rotate1 0.5s;
}
.bank:hover{
    cursor: pointer;
    width: 100px;
    height: 150px;
    position: relative;
    opacity: 0.4;
    animation: rotate1 0.5s;

}
@keyframes animatezoom{
    from{transform:scale(0)}
    to{transform:scale(1)}

}
.bank-img{
    width: 50px;
    height: auto;
    position: relative;
    border: 1px dotted #1e90ff;
    padding: 10px;
}

.payfull{
    width: 900px;
    height: auto;
    background-color: #fff;
    margin-top: 30px;
    padding: 40px;
    border-radius: 5px;
    box-shadow: 0px 0px 20px #c2bfbf;
    display: block;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

.err_pay{
    width: 450px;
    height: 50px;
    background-color: #FFBABA;
    border-radius: 3px;
    box-shadow: 0px 0px 0px #0b0c0b;
    padding: 20px 20px 0px 0px;
    text-align: right;
    color: #d50b0b;
}
.full_pay{
    width: 450px;
    height: 50px;
    background-color: #4CAF50;
    border-radius: 3px;
    box-shadow: 0px 0px 0px #0b0c0b;
    padding: 20px 20px 0px 0px;
    text-align: right;
    color: #fff;
}
.body_pay{
    border: 1px solid #ccc;
    height: auto;
    padding: 20px;
    color: #4d4b4d;
}
.result_pay{
    font-family: 'tahoma';
    font-size: 14px;
    color: red;
}
.btn-sell
{
    border: 1px solid gray;
    background: #36b0b6;
    background: -moz-linear-gradient(top, #36b0b6 0%, #2a8a8f 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #36b0b6), color-stop(100%, #2a8a8f));
    background: -webkit-linear-gradient(top, #36b0b6 0%, #2a8a8f 100%);
    background: -o-linear-gradient(top, #36b0b6 0%, #2a8a8f 100%);
    background: -ms-linear-gradient(top, #36b0b6 0%, #2a8a8f 100%);
    background: linear-gradient(top, #36b0b6 0%, #2a8a8f 100%);
    padding: 5px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    text-align: center;
    width: 50%;
     animation: animatezoom 0.5s;
}
.btn-sell:hover
{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    background: #1e6468;
    border: 1px solid gray;
    -moz-box-shadow: inset 0 5px 10px #133e40;
    -webkit-box-shadow: inset 0 5px 10px #133e40;
    box-shadow: inset 0 5px 10px #133e40;
    color: #CAE4DC;
}







.draggable {
    cursor: move;
}
.resizable {
    border: 1px dashed #000000;
    position: relative;
    min-height: 50px;
}
.ui-resizable-handle {
    width: 5px;
    height: 5px;
    background-color:#999 ;
    border: 1px solid #ffffff ;
    position: absolute;
}
.ui-resizable-nw {
    left: -5px;
    top: -5px;
    cursor: nw-resize;
}
.ui-resizable-ne {
    top: -5px;
    right: -5px;
    cursor: ne-resize;
}
.ui-resizable-sw {
    bottom: -5px;
    left: -5px;
    cursor: sw-resize;
}
.ui-resizable-se {
    bottom: -5px;
    right:-5px;
    cursor: se-resize;
}
.ui-resizable-n {
    top: -5px;
    left:50%;
    cursor: n-resize;
}
.ui-resizable-s {
    bottom: -5px;
    left: 50%;
    cursor: s-resize;
}
.ui-resizable-w {
    left:-5px;
    top:calc(50% - 5px);
    cursor: w-resize;
}
.ui-resizable-e {
    right:-5px;
    top:calc(50% - 5px);
    cursor: e-resize;
}