.tabcon span {
    border-bottom: 2px solid #c3e678;
    text-align: center;
    padding: 6px 100px;
    font-family: samim;
    font-size: 20px;
}
span.arrow {
    float: left;
}
textarea,input,select {
	background-color: #FDFBFB;
	border: 1px #BBBBBB solid;
	padding: 2px;
	margin: 1px;
	font-size: 14px;
	color: #808080;
}
._info {
    color: #585858;
    background-color: rgba(115,102,255,.05);
    border-color: #7366ff;
    font-size: 15px;
}
h2{
    font-family: samim;
    font-size: 18px;
    font-weight: bold;
    color: #337ab7;
}
/*progressbar*/
#progressbar {
	margin-bottom: 30px;
	overflow: hidden;
	/*CSS counters to number the steps*/
	counter-reset: step;
}
#progressbar li {
    list-style-type: none;
    color: white;
    text-transform: uppercase;
    font-size: 14px;
    width: 33.33%;
    float: right;
    position: relative;
    text-align: center;
    letter-spacing: -1px;
    color: #333;
    z-index: 1;
}
#progressbar li:before {
content: counter(step);
    counter-increment: step;
    width: 30px;
    line-height: 30px;
    display: block;
    font-size: 15px;
    color: #333;
    background: #e6e6e6;
    border-radius: 3px;
    margin: 0 auto 5px auto;
    text-align: center;
}
/*progressbar connectors*/
#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: #177bff;
    position: absolute;
    right: -46%;
    top: 13px;
    z-index: -1;
}
#progressbar li:first-child:after {
	/*connector not needed before the first step*/
	content: none; 
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before,  #progressbar li.active:after{
	background: #177bff;
	color: white;
}

img {border: none;}
td { font-size: 11px; padding: 4px; font-family: samim;}

 @font-face{
     font-family: samim;
     font-style: normal;
     src:url(../fonts/Roboto-Regular.eot);src:url(../fonts/Roboto-Regular.eot?#iefix) format('embedded-opentype'),url(../fonts/Roboto-Regular.woff2) format('woff2'),url(../fonts/Roboto-Regular.woff) format('woff'),url(../fonts/Roboto-Regular.ttf) format('truetype');
     font-weight:300}
body{
background: #fafafa;
    font-family: samim;
    margin-top: 50px;
    direction: rtl;
	
}
ul, ul li {
    list-style-type: none;
}

.wallet-balance-widget .sell_balance {
    float: right;
    padding: 0 15px 0 0;
}
.wallet-balance-widget .sell_balance .credit_balance .key_wrapper {
    background: #fff;
}

.wallet-balance-widget .sell_balance .key_wrapper {
    height: 75px;
    float: right;
    width: 100%;
    color: #666;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 0 15px;
    background: #ffffff;
    border: 1px solid #e6e6e6;
}
.wallet-balance-widget .sell_balance .key_wrapper span.icon {
    float: right;
    font-size: 28px;
    margin-top: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    line-height: 64px;
    text-align: center;
}
.iconapper {
    width: 65px;
    float: right;
}
.wallet-balance-widget {
    padding: 0;
}
.ltr {
    direction: ltr;
    text-align: left !important;
}
.woocommerce-Price-currencySymbol {
    padding-right: 4px;
}
.wallet-balance-widget .sell_balance .key_wrapper span.woocommerce-Price-amount.amount {
display: block;
    padding: 15px 0 0;
    text-align: right;
    font-weight: 700;
    font-size: 15px;
}
.wallet-balance-widget .sell_balance .key_wrapper span.title {
text-align: right;
    display: block;
    padding: 3px 0 0;
    
}
.tab-content {

        float: right;
}
input, select {
    display: block;
    font-family: samim, tahoma;
}

.info li {
    font-size: 14px;
    letter-spacing: -.5px;
    line-height: 32px;
    color: #131313;
    font-family: samim;
}
.logo.img-responsive {
    text-align: center;
    margin: 0 auto;
    width: 70px;
}
label {
    display: inline-block;
    max-width: 100%;
    font-size: 14px;
    letter-spacing: -.5px;
    color: #131313;
    font-family: samim;
    font-weight: 300;
}
.w3-button.w3-light-grey.w3-block {
    border: none;
    display: inline-block;
    padding: 8px 16px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    color: #fff!important;
    background-color: #F44336!important;
    border-radius: 4px;
    width: 100%;
}
.nav {
	padding-right: 0;
}
.atas {	
	background:#CCCCCC url(../images/noisy-abu.png);
	border-radius:5px;
	padding:10px;
}
.bawah {
	margin-top:10px;
	min-height:60px;
	background:#59abe3;
	padding:10px;
	border-radius:5px;
}
h6 {
    color: #1DB198;
    width: 100%;
    margin: 30px 0;
    padding: 0;
    text-align: center;
}

button#act {
    width: 100%;
}

.status {
	border:1px #fff solid;
	border-radius:5px;
	background-color:#59abe3;
	font-size:16px;
	color:#fff;
	padding: 10px;
}


/*---------------------------------------*/
.tabula {
  width: 100%;
  border-collapse: collapse;
  margin-top:10px;
}

.tabula th, .tabula td {
  padding: 5px 10px;
}
.tabula tr {
  font: normal 14px Roboto Slab;
  background: #59abe3;
}
.tabula td {
  -webkit-transition: all 0.7s ease-in-out 0s;
  -moz-transition: all 0.7s ease-in-out 0s;
  -o-transition: all 0.7s ease-in-out 0s;
  transition: all 0.7s ease-in-out 0s;
}
.tabula tr:nth-child(2n+0) {
  background: #fff;
}

.tabula th {
  background: #b60e10;
  color: #fff;
  text-shadow: 1px 1px 0 #1F627F;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25), 0 0 100px rgba(0, 0, 0, 0.15) inset;
  font: 16px 'Roboto Slab',Arial, sans-serif;
}
.sell_balance {
    margin-bottom: 15px;
}
.user{
	line-height: 38px;
	padding: 0 15px;
	font-family: samim;
	font-size: 18px;
	text-shadow: 0 -1px 2px rgba(0,0,0,.25);
	display: block;
}

.nav.nav-tabs {
    margin-top: 25px;
}
.nav-tabs>li.active {
    border-bottom: 1px solid #fff;
}
.content_area {
    margin-top: 20px;
}
.tedt {
    background: #fff;
    padding: 15px;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    margin-bottom: 20px;
}
.navbar-default {
    background-color: #ffffff;
    border-color: #e6e6e6;
}
.breadcrumb {
    background-color: #ffffff;
    border: 1px solid #e6e6e6;
}
.nav-side-menu {
    overflow: auto;
    font-size: 12px;
    font-weight: 200;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    position: fixed;
    top: 20px;
    height: 100%;
    color: #2e353d;
    width: 180px;
    border-radius: 5px;
}
.simplepage__box.loginpage-box {
padding: 8px;
    margin: auto;
    float: none;
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    border-color: #dddddd;
}
.page-title {
    display: block;
    margin: -8px -8px 15px;
    font-size: 1.8rem;
    font-weight: 400;
    border-bottom: 1px solid #E7E7E7;
    padding: 15px;
    letter-spacing: -0.5px;
    background-color: #f7f7f7;
    border-radius: 5px 5px 0 0;
    color: #000;
}

.panel-bare h4 {
    font-weight: 700;
}
#secondary, #primary {
    padding: 0;
}
.footer.margii {
    margin-top: 20px;
    border-top: 1px solid #e7e7e7;
    padding-top: 10px;
    padding-right: 5px;
    font-weight: normal;
}

.panel-bare {
    text-align: justify;
    font-size: 14px;
    margin-top: 10px;
}
.nav-side-menu .brand {
  line-height: 50px;
  display: block;
  text-align: center;
  font-size: 17px;
}
.form-control-feedback {
    position: absolute;
    right: 0;
    z-index: 2;
    display: block;
    height: 34px;
    pointer-events: none;
    padding: 8px 9px;
    width: 40px;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    color: #2e353d;
    vertical-align: middle;
}
.has-feedback label~.form-control-feedback {
    top: 26px;
}
.boticon {
    font-size: 16px;
    vertical-align: middle;
    padding-left: 5px;
}
.nav-side-menu .toggle-btn {
  display: none;
}
.nav-side-menu ul,
.nav-side-menu li {
  list-style: none;
  padding: 0px;
  margin: 0px;
  line-height: 35px;
  cursor: pointer;
  /*    
    .collapsed{
       .arrow:before{
                 font-family: FontAwesome;
                 content: "\f053";
                 display: inline-block;
                 padding-left:10px;
                 padding-right: 10px;
                 vertical-align: middle;
                 float:right;
            }
     }
*/
}
.nav-side-menu ul :not(collapsed) .arrow:before,
.nav-side-menu li :not(collapsed) .arrow:before {
        font-family: 'Glyphicons Halflings';
content:"\e114";
display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
  float: right;
}
.nav-side-menu ul .active,
.nav-side-menu li .active {
  border-left: 3px solid #d19b3d;
  background-color: #4f5b69;
}
.nav-side-menu ul .sub-menu li.active,
.nav-side-menu li .sub-menu li.active {
  color: #d19b3d;
}
.nav-side-menu ul .sub-menu li.active a,
.nav-side-menu li .sub-menu li.active a {
  color: #d19b3d;
}
.nav-side-menu ul .sub-menu li,
.nav-side-menu li .sub-menu li {
    background-color: #dddddd;
    border: none;
  line-height: 32px;
  margin-left: 0px;
}

.nav-side-menu li a {
    text-decoration: none;
    vertical-align: middle;
    font-size: 16px;

}
.nav-side-menu li a i {
    padding-left: 25px;
    width: 35px;
    padding-right: 10px;
    font-size: 16px;
    vertical-align: middle;
}
.nav-side-menu li:hover {
border-left: 3px solid #337ab7;
    background-color: #ddd;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.dt-button-collection {
    left: 466px !important;
    position: absolute;
    z-index: 1;
    top: 72px !important;
}
@media (max-width: 767px) {
  .nav-side-menu {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
    height: auto;
  }
  .nav-side-menu .toggle-btn {
display: block;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
    padding: 3px;
    color: #337ab7;
    font-size: 25px;
  }
  .brand {
text-align: right !important;
    font-size: 22px;
    padding-right: 44px;
    line-height: 50px !important;
  }
}
@media (min-width: 767px) {
  .nav-side-menu .menu-list .menu-content {
    display: block;
  }
}
body {
  margin: 0px;
  padding: 0px;
}
.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}
.input-group-append {
    margin-left: -1px;
}
.input-group-textt {
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    z-index: 2;
    position: absolute;
    top: 2px;
}
.w3-button.w3-light-grey i {
    background: #F44336;
    color: #fff;
    padding: 7px 10px;
    border-radius: 3px;
    font-size: 20px;
    text-align: center;
}
.mbg{
  font-family: 'Helvetica', arial, sans-serif;
  background: url('../img/textures.png');
  background-color: rgb(52, 58, 64);
  font-size: 14px;
}
.bg-trp{
  background-color: transparent;
  padding: 5px;
}
.btn-mrg{
  margin: 3px;
}
.cl-w{
	color:#fff;
}
.settings {
  width: 500px;
}
.div-t{
  overflow-x:auto; 
  overflow-y:auto; 
  max-height: 75vh;
}
.loader {
  z-index: 1;
  width: 50px;
  height: 50px;
  border: 10px solid #f3f3f3;
  border-radius: 50%;
  border-top: 10px solid #3498db;
  width: 5px;
  height: 5px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
@media screen and (max-width: 850px) {

.settings {
  width: auto;
  }  
}
@media only screen and (max-width: 1024px) {
    /* Desktop, Tablet & Mobile. */
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    /* Desktop & Tablet */
}
@media only screen and (max-width: 767px) {
    /* Tablet (Portrait) */
    .wallet-balance-widget .sell_balance {
    padding: 0;
}
}
@media only screen and (min-wdth: 480px) and (max-width: 767px) {
    /* Tablet (Portrait) & Mobile (Landscape) */
    .wallet-balance-widget .sell_balance {
    padding: 0;
}
}
@media only screen and (max-width: 479px) {
    /* Mobile */
    .wallet-balance-widget .sell_balance {
    padding: 0;
}
}
#login {
    width: 303px;
    margin: 10px auto;
    margin-top: 30px;
    overflow: hidden;
    border: 1px solid #337ab7;
    box-shadow: 1px 1px 24px rgb(0 0 0 / 10%);
    transition: all .5s ease-out;
    background: #fff;
}
.footer-wrapper {
    width: 100%;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 3000;
    background: #fff;
}
.footer-wrapper p {
    float: right;
    margin-top: 8px;
    margin-bottom: 5px;
    font-size: 8pt;
    text-align: center;
}
.linkmoon {
    display: flex;
}
.content {
    margin-bottom: 15px;
}
.card-footer.small.text-muted {
    text-align: center;
    border-top: 1px solid #f5f5f5;
    margin-top: 30px;
    letter-spacing: -.5px;
    font-size: 15px;
    padding-top: 15px;
}
th {
    font-weight: normal;
    letter-spacing: -.5px;
    background: #f5f5f5;
}

.dt-buttons {
    margin: 8px 0;
    float: right;
}
.dt-button {
padding: 3px 13px;
    background: #337ab7;
    color: #ffffff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin-left: 10px;
    border: 0;
}
.pointer {
    cursor: pointer;
}
.delete {
    text-align: center;
    font-size: 14px;
    padding: 5px;
    color: #2e353d;
    margin-bottom: 5px;
    display: table-cell;
}