.searchM{margin-right:30px;}

.search-wrapper {
    position: absolute;
}
.search-wrapper.active {}

.search-wrapper .input-holder {    
    height: 100%;
    width:26px;
    overflow: hidden;
    position: absolute;
    transition: all 0.3s ease-in-out;
}
.search-wrapper.active .input-holder {
    width:250px;
    height:70px;
}
.search-wrapper .input-holder .search-input {
    width:100%;
    height: 30px;
    padding:0px 5px 0 5px;
    opacity: 0;
    position: absolute;
    top:0;
    left:0;
    box-sizing: border-box;
    border: 1px solid #eb6927;
    border-radius: 2px;
    outline: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color:#445052;
    transform: translate(0, 50px);
    transition: all .3s cubic-bezier(0.900, 100.115, 0.000, 1.570);
    transition-delay: 0.3s;
    z-index: 5000;
}

.search-wrapper.active .input-holder .search-input {
    opacity: 1;
    transform: translate(0, 0);
}
.search-wrapper .input-holder .search-icon {
    border:none;
    background: transparent;
    padding:0px;
    outline:none;
    position: absolute;
    z-index: 2;
    float:right;
    cursor: pointer;
    background-image: url("../image/HeaderIcons/SearchIconm.png");
    background-size: 25px 25px;
    background-repeat: no-repeat;
}
.search-wrapper .input-holder .search-icon span {
    width:25px;
    height:25px;
    display: inline-block;
    vertical-align: middle;
}
.search-wrapper .close {
    position: relative;
    opacity: 0;
    right:0;
    z-index: 1;
    top:3px;
    width:25px;
    height:25px;
    cursor: pointer;
    transform: rotate(-180deg);
    transition: all .3s cubic-bezier(0.285, -0.450, 0.935, 0.110);
    transition-delay: 0.15s;
}
.search-wrapper.active .close {
    right:-24px;
    opacity: 0.4;
    transform: rotate(45deg);
    transition: all .35s cubic-bezier(0.000, 0.105, 0.035, 1.570);
    transition-delay: 0.3s;
}
.search-wrapper .close::before, .search-wrapper .close::after {
    position:absolute;
    content:'';
    background: #445052;
    border-radius: 2px;
}
.search-wrapper .close::before {
    width: 4px;
    height: 25px;
    left: 10px;
    top: 0px;
}
.search-wrapper .close::after {
    width: 25px;
    height: 4px;
    left: 0px;
    top: 10px;
}





















.tabs_div{font-family: "IRsanslight", Georgia, serif;min-height:290px;}
.tabs_div ul {background-color: #def0d8;}
.tabs_div ul li{background-color: #def0d8;padding:7px;}
.tabs_div div{padding:5px;}
.Buy{top:0;width:100%;}
.table{padding:5px;margin:0;}
.table tr{padding:2px;}
.table tr td{font-size:13px;padding:2px;}

.input-hidden{opacity:0;position:absolute;height:0;top:-3000px;z-index:-10;}
.input-group-addon{overflow:hidden;}

.container{width:100%;padding:0;max-width:1318px;}
h1,h2,h3,h4,h5,h6{direction:rtl;}

.header1{width:100%;height:40px;color:white;font-size:10px;padding:10px 50px 0 50px;background-color:#34525d;position:fixed;z-index:8;border-bottom:1px solid white;}
.header1-content{padding:0;max-width:1318px;margin: auto;}
.header1Icon{margin:0 15px 0 0;}
.header1SupportNumber{font-size:12px;}
.font-size-10{font-size:10px;}
.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
 }
@media screen and (min-width: 600px) {
    .block-vertical-search img{width:145px; height:200px;}
    .block-horizontal-search img{width:185px; height:125px;}
}
@media screen and (max-width: 600px) and (min-width: 500px){
    .block-vertical-search img{width:97px; height:133px;}
    .block-horizontal-search img{width:123px; height:83px;}
}
@media screen and (max-width: 500px) {
    .block-vertical-search img{width:78px; height:106px;}
    .block-horizontal-search img{width:98px; height:66px;}
}
.header1m{width:100%;height:60px;background-color:#e4e4e4;color:white;font-size:10px;padding:14px 0 14px 0;position:fixed;z-index:20;}
.header1m [class*=col-]{padding:0 0 0 0; margin:0 0 0 0;}
.header1Iconm{margin:0 auto;}

.header2{width:100%;height:85px;color:white;font-size:10px;padding:5px 20px 5px 20px;margin-top:40px;}

.Main-Panel{margin:15px 0 0 0;background-color: inherit;background: rgba(225,225,225,0);-webkit-box-shadow:none;-moz-box-shadow: none;box-shadow: none;position:relative;padding:0;}

.Home{padding:9px 0 0 20px;}

.Menu-Heading{background: #34525d;height:48px;width:100%;padding:0;}
.Menu-Heading-content{padding:0;}
.Menu-Heading-text{border-right:1px solid gray;padding:6px 0 0 0;height:48px;color:white;font-size:14px;-webkit-transition: all 0.7s ease;-moz-transition: all 0.7s ease;-o-transition: all 0.7s ease;transition: all 0.7s ease;}
.Menu-Heading-text:hover ,.Menu-Heading-text-m:hover ,.Menu-Body-text-m:hover{background-color:rgba(83, 110, 121, .8);cursor: pointer;}
.ActiveMenu,.ActiveMenuM{color:yellow;background-color:rgba(83, 110, 121, .8);}

.MenuM{background-color: #34525d;max-height:85%;width:100%;padding:0;margin-top:60px;position:fixed;z-index:18;right:0;overflow-x:hidden;border-bottom:2px solid black;}
.Menu-Heading-text-m{border-top:2px solid gray;height:48px;color:white;font-size:13px;-webkit-transition: all 0.7s ease;-moz-transition: all 0.7s ease;-o-transition: all 0.7s ease;transition: all 0.7s ease;}
.Menu-Body-M{border-top:1px dotted gray;max-height:450px;color:white;font-size:13;padding:5px;font-size:13px;background-color:rgba(83, 110, 121, .8);position:relative;overflow-x:hidden;}
.MenuPlus, .MenuMines,.MenuPlus-SUB, .MenuMines-SUB{font-size:20px;font-weight:900;padding-left:15px;padding:5px 0 0 15px;}

.p-right-15{padding-top:9px;right: 15px;}
.p-left-15{padding-top:9px;left: 15px;}
.p-top-9{padding:9px 15px 0 0;}
.aClass{color:white;}
.aClass:hover{color:white;}
.top-10{top:10px;}
.right-30{right:30px;}
.right-90{right:90px;}


.doc-image-area{height:330px;padding:15px 15px 15px 15px;border:1px solid #c4c4c4;}
.doc-vertical{width:100%;height:100%;}
.doc-horizontal{width:100%;height:100%;}

.doc-vertical img {height:auto;max-height:100%;max-width:calc(100% - 90px);margin:auto;display:block;border:1px solid black;border-radius:15px;}
.doc-horizontal img {width:auto;max-width:100%;max-height:270px;margin:auto;display:block;border:1px solid black;border-radius:15px;}

.LikeBoxV{width:35px;height:90%;background-color:#F1F1F1;border-radius:10px;display:block;position:absolute;top:15px;padding-top:20px;border:1px solid black;}
.LikeBoxV >[class*=fa-] {display: inline-block;width: 100%;}
.LikeBoxH{width:90%;height:35px;background-color:#F1F1F1;border-radius:10px;margin-left:auto;margin-right:auto;margin-top:10px;display:block;border:1px solid black;}

.buy-shopping-basket{color:green;}

.Menu-Body{width:100%;height:auto;padding:10px 0 10px 0;background-color:rgba(83, 110, 121, 1);font-size:12;color:white;position:absolute;z-index:7;}
.SubMenu-Body{width:100%;height:auto;padding:10px 0 10px 0;background-color:rgba(83, 121, 94, 1);font-size:12;color:white;position:relative;margin-top:31px;}
.SubMenu-Body-M{width:95%;height:auto;padding:10px 0 10px 0;background-color:rgba(83, 121, 94, 1);font-size:12;color:white;margin-top:31px;margin:28px 12px 5px 32px;overflow-x:hidden;}

.Menu-Body-text{padding:5px;background-clip: content-box;background-color:#34525d;margin:3px 0 3px 0;display:inline-block;-webkit-transition: all 0.7s ease;-moz-transition: all 0.7s ease;-o-transition: all 0.7s ease;transition: all 0.7s ease;}
.Menu-Body-text:hover{background-color:rgba(83, 100, 101, .8);cursor: pointer;}

.Menu-Body-text-M{padding:4px 8px 0 8px;background-clip: content-box;background-color:#34525d;display:inline-block;-webkit-transition: all 0.7s ease;-moz-transition: all 0.7s ease;-o-transition: all 0.7s ease;transition: all 0.7s ease;}
.Menu-Body-text-M:hover{background-color:rgba(83, 100, 101, .8);cursor: pointer;}

.SubMenu-Body-text{padding:5px;background-clip: content-box;background-color:#595379;margin:3px 0 3px 0;-webkit-transition: all 0.7s ease;-moz-transition: all 0.7s ease;-o-transition: all 0.7s ease;transition: all 0.7s ease;}
.addTopMargin{margin-top: 67px;}
.removeTopMargin{margin-top: 31px;}
.rotate-180{transform: rotate(180deg);}
.font-fa{font-family:'IRsanslight', Fallback, sans-serif;line-height: normal;font-size:13px;font-weight: normal;color:black;height:15px;}
.font-size-13{font-size:13px;}

.main{background-color:rgba(246, 230, 242, 1);border-top-left-radius:20px;border-top-right-radius:20px;padding:10px;margin-top:10px;overflow:hidden;}
.Main-Body{background-color:rgba(237, 242, 177, 0);margin:9px 0 0 0;padding:0;position:relative;overflow: auto;border:1px solid #c29ae7;overflow:hidden;}
.Main-Body-heading{background:rgba(194,154,231,1);}
.content-panel{margin:5px 0 5px 0;overflow: auto;padding:0;width:auto;}
.content-panel-body{padding:0;overflow: hidden;margin:0;height:100%;}
.col-half-offset2{margin-right:3.6%}
.panel-footer{background-color:white;}
.modal-body{max-height:300px;overflow-y:auto;}
.modal-header{padding:5px 5px;}

.free{position:absolute;top:3px;left:3px;width:40px;height:40px;background-image: url("../image/free.png");background-repeat: no-repeat;background-size: 40px 40px;z-index:3;}
.AddBuyBasket{position:absolute;bottom:53px;right:5px;width:25px;height:20px;background-image: url("../image/AddBuyBasket.png");background-repeat: no-repeat;background-size: 25px 20px;z-index:3;cursor: pointer;}
.bgNBM{position:absolute;top:-10px;width:16px;height:16px;border-radius:50%;background-color: red;z-index:3;font-size:11px;color:white;font-weight: bold;cursor: pointer;}

.bgNComment, .bgCommentAdd{
    background-repeat: no-repeat;background-position: 0 -2px;background-size: 22px 22px;
    position:absolute;width:22px;height:22px;font-size:11px;color:white;font-weight: bold;cursor: pointer;top:-1px;right:263px;
}
.bgNComment{background-image: url('../image/comment.png');}
.bgCommentAdd{background-image: url('../image/comment+.png');}
.bg-FloralWhite{background-color:FloralWhite;}
.LowOpacity{opacity:0.3;cursor:no-drop;}
.zoom-in {cursor: zoom-in;}
.RahCode{font-size:11px;}
.del{cursor: pointer;}
.upload-btn-wrapper input[type=file] {opacity: 0;position:absolute;}
.cursorp {cursor: pointer;}
.dropdown-menu .fa {font-size:13px;height:10px;}
.input-append .nput-group-addon{background-color:red;}
.activeLike {color:red;}
.activeBookmark {color:green;}

#cssTable td 
{
    text-align: center; 
    vertical-align: middle;
}
/*= input focus effects css
=========================== */
:focus{outline: none;}

.col-3{position: relative;margin:3px 3px 10px 3px;}
.inputeffect{color: #333; width: 100%; box-sizing: border-box; letter-spacing: 1px;height:35px;font-family: "yekan", Georgia, serif;}

.effect-16{border: 0; border-bottom: 1px solid #ccc; background-color: transparent;}

.effect-16 ~ .focus-border{position: absolute; bottom: 0; left: 0; width: 0; height: 2px; background-color: #3399FF; transition: 0.4s;}
.effect-16:focus ~ .focus-border,.has-content.effect-16 ~ .focus-border{width: 100%; transition: 0.4s;}
.effect-16 ~ label{position: absolute; left: 0; width: 100%; top:0; color: #aaa; transition: 0.3s; letter-spacing: 0.5px;z-index: 1;font-size: 12px;}
.effect-16:focus ~ label, .has-content.effect-16 ~ label{top: -10px; font-size: 10px; color: #3399FF; transition: 0.3s;}


.shakes {
    animation: shake 0.5s;
    animation-iteration-count: infinite;
}

@keyframes shake {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  10% { transform: translate(-1px, -2px) rotate(-1deg); }
  20% { transform: translate(-3px, 0px) rotate(1deg); }
  30% { transform: translate(3px, 2px) rotate(0deg); }
  40% { transform: translate(1px, -1px) rotate(1deg); }
  50% { transform: translate(-1px, 2px) rotate(-1deg); }
  60% { transform: translate(-3px, 1px) rotate(0deg); }
  70% { transform: translate(3px, 1px) rotate(-1deg); }
  80% { transform: translate(-1px, -1px) rotate(1deg); }
  90% { transform: translate(1px, 2px) rotate(0deg); }
  100% { transform: translate(1px, -2px) rotate(-1deg); }
}

.col-xs-x8{width:12.5%;}
.col-xs-x7{width:14.28%;}
.col-xs-x6{width:16.66%;}
.col-xs-x5{width:20%;}
.col-xs-x4{width:25%;}
.col-xs-x3{width:33.3%;}
.col-xs-x2{width:50%;}
.d-none{display:none;}
.btn-details{
    width:100%;height:120px;background-color:white;
    direction:rtl;float:right;margin-bottom:10px;
    border-top:1px solid #f1f1f1;text-align: justify;text-justify: inter-word;box-shadow: 0 4px 8px 0 rgba(0,0,0,0.8);transition: 0.3s;
}
.btn-details:hover {box-shadow: 0 8px 16px 0 rgba(0,0,0,0.8);}
.blog-entry{box-shadow: 0 4px 8px 0 rgba(0,0,0,0.8);transition: 0.3s;}
.blog-entry:hover {box-shadow: 0 8px 16px 0 rgba(0,0,0,0.8);}
.card-top:hover {background-color:#f2f2f2;}
.card-bottom{position:absolute;bottom:10px;}
.card-bottom >[class*=fa-] {right:-100%;}
.card-bottom > i::before {
 padding-left: 22px;
}
.card-bottom > a::before {
 padding-left: 22px;
}
.card-bottom > j::before {
 padding-left: 22px;
}

.btn-back-home{width:auto;position:absolute;margin:10px 10px 10px 10px;bottom:10px;}
.aImage{border-top-left-radius:5px;border-top-right-radius:5px;}

.row{margin:0;padding:0;}

.M-Brand{padding:0;margin:0;position:absolute;left:0px}
.blink {animation: blinker 1.3s linear infinite;}
@keyframes blinker {50% {opacity: 0;}}

.p-heading{background-color:gray;}
.footer{height: 100%;font-size:12px;direction:rtl;padding:0 30px 0 30px;position:relative;z-index:3;}
.footer-Panel{width:24.75%;position:relative;display:inline-block;padding:15px;background: rgba(225,225,225,0);-webkit-box-shadow:none;-moz-box-shadow: none;box-shadow: none;font-size:11px;}
.footer-heading{padding:5px;background-clip: content-box;font-size:14px;}
.footer-body{font-size:13px;padding:5px 70px 5px 70px;}
.dashed {border-top: 1px dashed gray;}

.card {
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.1), 0 1px 2px 0 rgba(0,0,0,.06);
}

.card {
    margin: 5px 5px 8px 5px;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1rem;
}

.gutters-sm {
    margin-right: -8px;
    margin-left: -8px;
}

.gutters-sm>.col, .gutters-sm>[class*=col-] {
    padding-right: 8px;
    padding-left: 8px;
}
.mb-3, .my-3 {
    margin-bottom: 1rem!important;
}

.bg-gray-300 {
    background-color: #e2e8f0;
}
.h-100 {
    height: 100%!important;
}
.shadow-none {
    box-shadow: none!important;
}
.rounded-circle {
    border-radius:50%;
    background-position: center center;
    background-size: cover;
}
.rounded-circlet {
    border-radius:50%;
    background-position: center center;
    background-size: cover;
    border:1px solid gold;
}
.rounded-circlei {
    border-radius:50%;float:left;margin-left:10px;
    background-position: center center;
    background-size: cover;
}
.dropdown-menu{top:17px;right:10px;}
.row-height {
    height:14px;
}
.client-bar{background-color:red;width:100%;min-height:30px;}
@media all and (max-width: 1000px) {.Main-Panel {margin-top:65px;}}
@media all and (max-width: 1000px) {.client-bar{margin-top:-5px;}}
@media all and (max-width: 1300px) {.Menu-Heading-text, .Menu-Body-text {font-size:14px;display:inline;}}
@media all and (max-width: 1200px) {.Menu-Heading-text, .Menu-Body-text {font-size:13px;display:inline;}}
@media all and (max-width: 1100px) {.Menu-Heading-text, .Menu-Body-text {font-size:12px;display:inline;}}

.AllMenu{background-color: orange;}

.img-gallery img {height: 200px; flex-grow: 1; object-fit: cover; margin: 5px;}

.PlaceBar{width:100%;height:auto;margin-top:3px;margin-bottom:3px;overflow-y:auto;}
.PageNumberBars{width:100%;height:80px;position:relative;}

@media screen and (min-width: 600px) {
    .PlaceBar{font-size:14px;}
}
@media screen and (max-width: 600px) and (min-width: 500px){
    .PlaceBar{font-size:12px;}
}
@media screen and (max-width: 500px) {
    .PlaceBar{font-size:10px;}
}

.arrow {
    float:right;margin-left:3px;z-index:4;margin-bottom:3px;
}
.line {
    width:auto;padding:5px 15px 5px 5px;color:blue;
    background:#34525d;
    height:30px;
}
.left {    
    width: 0;
    height: 0; 
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 15px solid #34525d;
}
.right {    
    width: 0;
    height: 0; 
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #34525d;
}
.flash{
    position: relative;
    right:0px;
    color: white;
    float: right;
}


#pointer0 {
  width: auto;margin-bottom:3px;
  height: 30px;float: right;
  position: relative;
  background: #34525d;margin-right:-14px;padding:4px 20px 0 2px;color:white;z-index:3;
}
#pointer0:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-right: 15px solid #f6e6f2;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
#pointer0:after {
  content: "";float: right;
  position: absolute;
  left: -14px;
  bottom: 0;
  width: 0;
  height: 0;
  border-right: 15px solid #34525d;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
#pointer1 {
  width: auto;margin-bottom:3px;
  height: 30px;float: right;
  position: relative;
  background: #34525d;margin-right:3px;padding:4px 20px 0 2px;color:white;z-index:2;
}
#pointer1:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-right: 15px solid #f6e6f2;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
#pointer1:after {
  content: "";float: right;
  position: absolute;
  left: -14px;
  bottom: 0;
  width: 0;
  height: 0;
  border-right: 15px solid #34525d;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}



.DocFile{margin-top: 5px;margin-bottom: 5px;}
.DocFile-vertical{
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 350px;
    width:100%;
    position: relative;
    display: block;
    overflow: hidden;
}
.DocFile-horizontal {
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 160px;
  width:100%;
  position: relative;
  display: block; }
.DocFile-vertical > a img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.DocFile-horizontal > a img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.DocFile-img{
    background-position: center center;
    border-radius:10px;
}
.block-vertical{width:100%; height:250px;}
.block-horizontal{width:100%; height:140px;}

.block-vertical img{width:100%; height:250px;}
.block-horizontal img{width:100%; height:140px;}

.block-horizontalE{width:100%; height:250px;}
.block-horizontalE img{width:200%; height:250px;}




.img-area{padding:5px;vertical-align: central;justify-content: center;display: flex;align-items: center;object-fit: cover;}
.explain-area{padding:5px;vertical-align: central;}
.result{background-color:white;padding:5px 5px;}
.resultLink, .resultPay{padding:5px 5px;}
.resultPay{}
.Line2Height{line-height: 2;}
.ScrollY{overflow-y: auto; max-height:250px;}
.ScrollY1{overflow: hidden; max-height:auto;}
.margin-b-5{margin-bottom:5px;}

#myImg:hover {opacity: 0.7;}




/* The Close Button */







@keyframes flicker {
    
  0%, 18%, 22%, 25%, 53%, 57%, 100% {

      text-shadow:
      0 0 4px #000,
      0 0 11px #000,
      0 0 19px #000,
      0 0 40px #000,
      0 0 80px #000,
      0 0 90px #000,
      0 0 100px #000,
      0 0 150px #000;
  
  }
  
  20%, 24%, 55% {        
      text-shadow: none;
  }    
}


.p-4{padding:10px 10px 1px 10px;}



a{
    text-decoration: none;
    color: inherit;
}
a:hover{
    text-decoration: none;
    color: inherit;
}
a:link {
    text-decoration: none;
    color: inherit;
}
a:active {
    text-decoration: none;
    color: inherit;
}
a:focus {
    text-decoration: none;
    color: inherit;
}
a:blur {
    text-decoration: none;
    color: inherit;
}
img {
  opacity: 1;
  transition: opacity 2.5s;
}

img[data-src] {
  opacity: 0;
}


/*Client area*/
.Dashboard{left:15px;top:5px;background-image: url("../image/Dashboard.png");background-repeat: no-repeat;background-size: 20px 20px;}
.BuyBasketIcon{left:15px;top:5px;background-image: url("../image/HeaderIcons/BuyBasket.png");background-repeat: no-repeat;background-size: 23px 18px;}
.ArchiveBuy{left:15px;top:5px;background-image: url("../image/ArchiveBuy.png");background-repeat: no-repeat;background-size: 20px 20px;}
.DesignVip{left:15px;top:5px;background-image: url("../image/Design.png");background-repeat: no-repeat;background-size: 20px 20px;}
.AddCredit{left:15px;top:5px;background-image: url("../image/AddCredit.png");background-repeat: no-repeat;background-size: 20px 20px;}
.Profile{left:15px;top:5px;background-image: url("../image/Profile.png");background-repeat: no-repeat;background-size: 20px 20px;}

.DashboardA{left:15px;top:5px;background-image: url("../image/DashboardA.png");background-repeat: no-repeat;background-size: 20px 20px;}
.BuyBasketIconA{left:15px;top:5px;background-image: url("../image/HeaderIcons/BuyBasketA.png");background-repeat: no-repeat;background-size: 23px 18px;}
.ArchiveBuyA{left:15px;top:5px;background-image: url("../image/ArchiveBuyA.png");background-repeat: no-repeat;background-size: 20px 20px;}
.DesignVipA{left:15px;top:5px;background-image: url("../image/DesignA.png");background-repeat: no-repeat;background-size: 20px 20px;}
.AddCreditA{left:15px;top:5px;background-image: url("../image/AddCreditA.png");background-repeat: no-repeat;background-size: 20px 20px;}
.ProfileA{left:15px;top:5px;background-image: url("../image/ProfileA.png");background-repeat: no-repeat;background-size: 20px 20px;}
.LogoutA{left:15px;top:5px;background-image: url("../image/LogoutA.png");background-repeat: no-repeat;background-size: 20px 20px;}

.clienthover-Body{margin:0 90px 0 0;width:35%;height:auto;background-color:#34525d;font-size:13px;color:white;position:absolute;z-index:7;}
.clienthover-text{border-top:1px solid white;padding:5px;}
.clienthover-text-top{border-top:none;padding-top:15px;}

.fa {
position: relative;
display: table-cell;
width: 60px;
height: 36px;
text-align: center;
vertical-align: middle;
font-size:20px;
}

.main-menu:hover,nav.main-menu .expanded {
width:160px;
overflow:visible;
-webkit-transform:translateZ(0) scale(1,1);
-webkit-transition:all .1s linear;
transition:all .2s linear;
}
.main-menu .nav-text {
position:relative;
display:table-cell;
vertical-align:middle;
padding-right:10px;
}

.main-menu:hover .nav-text {
   animation: cli .1s;
}
.main-menu li:hover>a{
color:#fff;
background-color:#5fa2db;
border-top-right-radius:5px;
border-bottom-right-radius:5px;
}

@keyframes cli {
    0%   {width:0;opacity:0;}
    99%   {width:0;opacity:0;}
    100% {width:100%;opacity:1;}
}

.main-menu {
background:#34525d;
border-right:1px solid #e5e5e5;
position:absolute;
border-top-right-radius:15px;
border-bottom-right-radius:15px;
bottom:10px;
right:10px;
width:45px;
overflow:hidden;
z-index:5;opacity:0.9;
}
@media all and (max-width: 1000px) {.main-menu {top:20px;}}
@media all and (min-width: 1000px) {.main-menu {top:59px;}}

.main-menu>ul {
margin:7px 0;
}

.main-menu li {
position:relative;
display:block;
width:160px;
}

.main-menu .nav-icon {
position:relative;
display:table-cell;
float: left;
width:55px;
text-align:center;
vertical-align:middle;
font-size:18px;
}

.no-touch .scrollable.hover {
overflow-y:hidden;
}

.no-touch .scrollable.hover:hover {
overflow-y:auto;
overflow:visible;
}

nav {
-webkit-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
-o-user-select:none;
user-select:none;
}

nav ul,nav li {
outline:0;
margin:0;
padding:0;
}
.area {
padding:0 10px 55px 10px;
min-height:350px;
width:100%;
border-top-right-radius:15px;
border-top-left-radius:15px;
border-bottom-right-radius:15px;
float: right;
background: #e2e2e2;
overflow-x:auto;
}
.area-design-1{background-color:white;padding-right:55px;}
.main-menu li>a {
position:relative;
display:table;
border-collapse:collapse;
border-spacing:0;
color:#999;
font-size: 14px;
text-decoration:none;
-webkit-transform:translateZ(0) scale(1,1);
-webkit-transition:all .1s linear;
transition:all .1s linear;
}
.main-menu ul {
margin-top:15px;
}

.bgNBClient{position: absolute;margin-top:-7px;margin-right:-9px;
    -webkit-transform: rotate(-8deg);
    -ms-transform: rotate(-8deg);
    transform: rotate(-8deg);
}


.box-area-external{overflow:hidden;margin-bottom:5px;padding:0;}
.box-area-internal{padding:8px 3px 8px 3px;border:1px solid green;border-radius:10px;background-color:white;overflow:hidden;}
.lable-text{width:100%;background-color: #f1f1f1;border-radius:10px;padding:10px;color:#000;margin-bottom:20px;text-align:center;opacity:0.5;}
.lable-text:hover{background-color: #e2e2e2;opacity:0.5;}
.marg-bott-25{margin-bottom:25px}
.pad-2{padding:2px;}

table .tableArchiveBuy{overflow-x:scroll;}
.tableArchiveBuy tr.header {
  font-weight: bold;
  cursor: pointer;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */
}

.tableArchiveBuy tr{
  background-color: #fff;
}

table .topheader{
  background-color: #f6dbd9;
}

.tableArchiveBuy tr:hover{
  background-color: #f6dbd9;
}

.tableArchiveBuy tr:not(.MainRow) {
    display: none;
    background-color:#fff;
    border-right: 2px solid black;
    border-left: 2px solid black;
}
.tableArchiveBuy .bottomfooter {
    border-bottom: 2px solid black;
}
.tableArchiveBuy .header :after {
  top: 1px;
  display: inline-block;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  text-align: center;
  padding: 3px;
  transition: transform .25s linear;
  -webkit-transition: -webkit-transform .25s linear;
}


.input {
	position: relative;
	z-index: 1;
	display: inline-block;
	margin: 1em;
	max-width: 350px;
	width: calc(100% - 2em);
	vertical-align: top;
}

.input__field {
	position: relative;
	display: block;
	float: right;
	padding: 0.8em;
	width: 60%;
	border: none;
	border-radius: 0;
	background: #f0f0f0;
	font-weight: 400;
	font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-appearance: none; /* for box shadows to show on iOS */
}

.input__field:focus {
	outline: none;
}

.input__label {
	display: inline-block;
	float: right;
	padding: 0 1em;
	width: 40%;
	color: #696969;
	font-weight: bold;
	font-size: 70.25%;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.input__label-content {
	position: relative;
	display: block;
	padding: 1.6em 0;
	width: 100%;
}
/* Chisato */

.input--chisato {
	padding-top: 1em;
}

.input__field--chisato {
	width: 100%;
	padding: 0.8em 0.5em;
	background: transparent;
	border: 2px solid;
	-webkit-transition: border-color 0.25s;
	transition: border-color 0.25s;
}

.input__label--chisato {
	width: 100%;
	position: absolute;
	top: 0;
	text-align: left;
	overflow: hidden;
	padding: 0;
	pointer-events: none;
	-webkit-transform: translate3d(0, 3em, 0);
	transform: translate3d(0, 3em, 0);
}

.input__label-content--chisato {
	padding: 0 1em;
	font-weight: 400;
	color: #b5b5b5;
	text-align:right;
}

.input__label-content--chisato::after {
	content: attr(data-content);
	position: absolute;
	top: -200%;
	right: 0;
	color: #da6484;
	font-weight: 800;
}

.input__field--chisato:focus,
.input--filled .input__field--chisato {
	border-color: #da6484;
}

.input__field--chisato:focus + .input__label--chisato,
.input--filled .input__label--chisato {
	-webkit-animation: anim-chisato-1 0.25s forwards;
	animation: anim-chisato-1 0.25s forwards;
}

.input__field--chisato:focus + .input__label--chisato .input__label-content--chisato,
.input--filled .input__label-content--chisato {
	-webkit-animation: anim-chisato-2 0.25s forwards ease-in;
	animation: anim-chisato-2 0.25s forwards ease-in;
}

@-webkit-keyframes anim-chisato-1 {
	0%, 70% {
		-webkit-transform: translate3d(0, 3em, 0);
		transform: translate3d(0, 3em, 0);
	}
	71%, 100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@-webkit-keyframes anim-chisato-2 {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	70%, 71% {
		-webkit-transform: translate3d(0, 125%, 0);
		transform: translate3d(0, 125%, 0);
		opacity: 0;
		-webkit-animation-timing-function: ease-out;
	}
	100% {
		color: transparent;
		-webkit-transform: translate3d(0, 200%, 0);
		transform: translate3d(0, 200%, 0);
	}
}

@keyframes anim-chisato-1 {
	0%, 70% {
		-webkit-transform: translate3d(0, 3em, 0);
		transform: translate3d(0, 3em, 0);
	}
	71%, 100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes anim-chisato-2 {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	70%, 71% {
		-webkit-transform: translate3d(0, 125%, 0);
		transform: translate3d(0, 125%, 0);
		opacity: 0;
		-webkit-animation-timing-function: ease-out;
	}
	100% {
		color: transparent;
		-webkit-transform: translate3d(0, 200%, 0);
		transform: translate3d(0, 200%, 0);
	}
}

.text-white{color:white;}
.text-green{color:green;}
.text-red{color:red;}
.text-black{color:black;}




.full {
    width: 100%;	
}
.gap {
	height: 30px;
	width: 100%;
	clear: both;
	display: block;
}
.footer {
	background: #EDEFF1;
	height: auto;
	padding-bottom: 5px;
	position: relative;
	width: calc(100% - 12px);
	border: 1px solid #DDDDDD;border-radius:5px;margin:0 7px 3px 0;
}
.footer p {
	margin: 0;
}
.footer img {
	max-width: 100%;
}
.footer h3 {
	border-bottom: 1px solid #BAC1C8;
	color: #54697E;
	padding: 3px 0 3px 0;
	text-transform: uppercase;
}
.footer ul {
	list-style-type: none;
	margin-right: 0;
	padding: 0;
	margin-top: 5px;
	color: #7F8C8D;
}
@media all and (max-width: 500px) {
    .footer ul {font-size: 7px;}
    .footer h3 {font-size: 10px;}
    .footer-bottom{font-size: 8px;}
    .footer [class*=col-]{padding:0 3px 0 3px;}
}
@media all and (max-width: 800px) and (min-width: 500px) {
    .footer ul {font-size: 10px;}
    .footer h3 {font-size: 15px;}
    .footer-bottom{font-size: 10px;}
    .footer [class*=col-]{padding:0 6px 0 6px;}
}
@media all and (min-width: 800px) {
    .footer ul {font-size: 13px;}
    .footer h3 {font-size: 18px;}
    .footer-bottom{font-size: 13px;}
    .footer [class*=col-]{padding:0 10px 0 10px;}
}
.newsemail{width:100%;}
.footer ul li a {
	padding: 0 0 5px 0;
	display: block;
}
.footer a {
	color: #78828D
}
.supportLi h4 {
	font-size: 20px;
	font-weight: lighter;
	line-height: normal;
	margin-bottom: 0 !important;
	padding-bottom: 0;
}
.social li {
	background: none repeat scroll 0 0 #B5B5B5;
	border: 2px solid #B5B5B5;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	float: left;
	height: 36px;
	line-height: 36px;
	margin: 0 4px 0 0;
	padding: 0;
	text-align: center;
	width: 36px;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}
.social li:hover {
	transform: scale(1.15) rotate(360deg);
	-webkit-transform: scale(1.1) rotate(360deg);
	-moz-transform: scale(1.1) rotate(360deg);
	-ms-transform: scale(1.1) rotate(360deg);
	-o-transform: scale(1.1) rotate(360deg);
}
.social li a {
	color: #EDEFF1;
}
.footer li a {
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}
.footer li a:hover {
	transform: scale(1.15);
	-webkit-transform: scale(1.03);
	-moz-transform: scale(1.03);
	-ms-transform: scale(1.03);
	-o-transform: scale(1.03);
}
.social li:hover {
	border: 2px solid #2c3e50;
	background: #2c3e50;
}
.social li a i {
	font-size: 16px;
	margin: 0 0 0 0px;
	color: #EDEFF1 !important;
}
.footer-bottom {
    height:65px;
    width:100%;
	background: #E3E3E3;
	border-top: 2px solid #DDDDDD;
	padding:5px;
    border-radius:10px;
}

* {
  box-sizing: border-box;
}

.rowGallery {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.columnGallery {
  -ms-flex: 16.6%; /* IE10 */
  flex: 16.6%;
  max-width: 16.6%;
  padding: 0 4px;
}

.columnGallery img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .columnGallery {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .columnGallery {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
}

.sui-tabs{display:inline-block;width:100%;margin:0;padding:0;outline:0;box-sizing:border-box;font-size:14px;border-color:#c4c4c4;color:#6d6d6d;background-color:#fff;border:1px solid #c4c4c4}

.sui-tabs-tablist,ul.sui-tabs-tablist,ol.sui-tabs-tablist{list-style:none;font-size:0;outline:0;margin:0;padding:0;background-color:#ecedee}

.sui-tabs-tablist>li{margin:0;padding-top:.7em;padding-bottom:.7em;padding-left:1.2em;padding-right:1.2em;font-size:14px;color:#6d6d6d;border-top:1px solid transparent;border-bottom:1px solid transparent;border-left:1px solid transparent;border-right:1px solid transparent;background-color:#ecedee;cursor:pointer;user-select:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-o-user-select:none;-ms-user-select:none;-webkit-touch-callout:none}

.sui-tabs-tablist>li:hover{color:#fff;background-color:#f9a216}

.sui-tabs-tablist>li.sui-tabs-tab-active,.sui-tabs-tablist>li.sui-tabs-tab-active:hover{color:#6d6d6d;background-color:#fff;cursor:default}

.sui-tabs-top .sui-tabs-tablist>li,.sui-tabs-bottom .sui-tabs-tablist li{display:inline-block}


.Facebook{width:32px;height:30px;background-size: 30px 30px;position:relative;display:block;background-image: url('../image/Facebook.png');background-repeat: no-repeat;background-position: 0 1px;opacity:.5;}
.Telegram{width:32px;height:30px;background-size: 30px 30px;position:relative;display:block;background-image: url('../image/Telegram.png');background-repeat: no-repeat;background-position: 0 1px;opacity:.5;}
.Instegram{width:32px;height:30px;background-size: 30px 30px;position:relative;display:block;background-image: url('../image/Instegram.png');background-repeat: no-repeat;background-position: 0 1px;opacity:.5;}
.Twitter{width:32px;height:30px;background-size: 30px 30px;position:relative;display:block;background-image: url('../image/Twitter.png');background-repeat: no-repeat;background-position: 0 1px;opacity:.5;}
.youtube{width:32px;height:30px;background-size: 30px 30px;position:relative;display:block;background-image: url('../image/youtube.png');background-repeat: no-repeat;background-position: 0 1px;opacity:.5;}

.MelliCode-OK{z-index:500;position:absolute;width:25px;height:27px;top:26px;background-size: 20px 20px;background-image: url('../image/OK.png');background-repeat: no-repeat;background-position: 5px 6px;padding-left:30px;opacity:.8;display:none;}
.MelliCode-NotOK{z-index:500;position:absolute;width:25px;height:27px;top:26px;background-size: 20px 20px;background-image: url('../image/NotOK.png');background-repeat: no-repeat;background-position: 5px 6px;padding-left:30px;opacity:.8;display:none;}

.detailBox {
    width:99%;
    border:1px solid #bbb;
    margin:5px;
}
.titleBox {
    background-color:#fdfdfd;
    padding:10px;
}
.titleBox label{
  color:#444;
  margin:0;
  display:inline-block;
}

.commentBox {border:1px solid red;background-color:white;
    padding:10px;
    border-top:1px dotted #bbb;
}
.actionBox .form-group * {
    width:100%;
}
.taskDescription {
    margin-top:10px 0;
}
.commentList {
    padding:0;
    list-style:none;
    max-height:200px;
    overflow:auto;
}
.commentList li {
    margin:0;
    padding:0;
    margin-top:3px;
    border-bottom:2px solid #f1f1f1;
}
@media screen and (min-width: 600px) {
    .commentList li, .detailBox{font-size:14px;}
}
@media screen and (max-width: 600px) and (min-width: 500px){
    .commentList li, .detailBox{font-size:12px;}
}
@media screen and (max-width: 500px) {
    .commentList li, .detailBox{font-size:10px;}
}
.commentList li > div {
    display:table-cell;
}
.commenterImage {
    width:40px;
    margin-right:5px;
    height:100%;
    float:right;
}
.commenterImage img {
    width:100%;
    border-radius:50%;
}
.commentText p {
    margin:0;
}
.sub-text {
    color:#aaa;
    font-family:verdana;
    font-size:11px;
}
.actionBox {
    border-top:1px dotted #bbb;
    padding:10px;
}
/*---------------------------congratulation method*/
.confetti {
    position: absolute;
    top: -10px;
    border-radius: 0;
}
.confetti--slow {
    -webkit-animation: confetti-slow 2.85s linear infinite forwards;
    animation: confetti-slow 2.85s linear infinite forwards
}
.confetti--medium {
    -webkit-animation: confetti-medium 2.25s linear infinite forwards;
    animation: confetti-medium 2.25s linear infinite forwards
}
.confetti--fast {
    -webkit-animation: confetti-fast 1.75s linear infinite forwards;
    animation: confetti-fast 1.75s linear infinite forwards
}
.confetti__slider {
      -webkit-perspective: 700px;
    perspective: 700px;
    overflow: hidden;
  perspective: 700px;
    position: absolute;
    overflow: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

@-webkit-keyframes confetti-slow {
  0% {
    -webkit-transform: translateZ(0) rotateX(0) rotateY(0);
            transform: translateZ(0) rotateX(0) rotateY(0)
  }
  100% {
    -webkit-transform: translate3d(25px,400px,0) rotateX(1turn) rotateY(180deg);
            transform: translate3d(25px,400px,0) rotateX(1turn) rotateY(180deg)
  }
}
@keyframes confetti-slow {
  0%{
    -webkit-transform: translateZ(0) rotateX(0) rotateY(0);
            transform: translateZ(0) rotateX(0) rotateY(0)
  }
  100% {
    -webkit-transform: translate3d(25px,400px,0) rotateX(1turn) rotateY(180deg);
            transform:translate3d(25px,400px,0) rotateX(1turn) rotateY(180deg)
  }
}
@-webkit-keyframes confetti-medium{
  0%{
    -webkit-transform: translateZ(0) rotateX(0) rotateY(0);
            transform: translateZ(0) rotateX(0) rotateY(0)
  }
  100% {
    -webkit-transform: translate3d(100px,400px,0) rotateX(100deg) rotateY(1turn);
            transform: translate3d(100px,400px,0) rotateX(100deg) rotateY(1turn)
  }
}
@keyframes confetti-medium {
  0% {
    -webkit-transform: translateZ(0) rotateX(0) rotateY(0);
            transform: translateZ(0) rotateX(0) rotateY(0)
  }
  to {
    -webkit-transform: translate3d(100px,400px,0) rotateX(100deg) rotateY(1turn);
            transform: translate3d(100px,400px,0) rotateX(100deg) rotateY(1turn)
  }
}
@-webkit-keyframes confetti-fast {
  0% {
    -webkit-transform: translateZ(0) rotateX(0) rotateY(0);
            transform:translateZ(0) rotateX(0) rotateY(0)
  }
  to {
    -webkit-transform: translate3d(-50px,400px,0) rotateX(10deg) rotateY(250deg);
            transform: translate3d(-50px,400px,0) rotateX(10deg) rotateY(250deg)
  }
}
@keyframes confetti-fast {
  0% {
    -webkit-transform: translateZ(0) rotateX(0) rotateY(0);
            transform: translateZ(0) rotateX(0) rotateY(0)
  }
  to {
    -webkit-transform: translate3d(-50px,400px,0) rotateX(10deg) rotateY(250deg);
            transform:translate3d(-50px,400px,0) rotateX(10deg) rotateY(250deg)
  }
}
label{
  position: relative;
  display: block;
  cursor: pointer;
  transition: all 0.3s ease;
}


