
.viewinvoice{
	text-align:right;
	cursor:pointer;
}
table{
  width:100%;
  table-layout: fixed;
}
.tbl-header{
  background-color: rgba(255,255,255,0.3);
 }
.tbl-content{
  max-height:140px;
  min-height:140px;
  overflow-x:auto;
  margin-top: 0px;
}
tr:hover{
	background-color: #1F2228;
}
th{
  padding: 20px 15px;
  text-align: left;
  font-weight: 500;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
}
td{
  padding: 15px;
  text-align: left;
  vertical-align:middle;
  font-weight: 300;
  font-size: 12px;
  color: #fff;

  border-bottom: solid 1px rgba(255,255,255,0.1);
}


/* demo styles */

@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,300,700);




/* follow me template */
.made-with-love {
  margin-top: 40px;
  padding: 10px;
  clear: left;
  text-align: center;
  font-size: 10px;
  font-family: arial;
  color: #fff;
}
.made-with-love i {
  font-style: normal;
  color: #F50057;
  font-size: 14px;
  position: relative;
  top: 2px;
}
.made-with-love a {
  color: #fff;
  text-decoration: none;
}
.made-with-love a:hover {
  text-decoration: underline;
}


/* for custom scrollbar for webkit browser*/

::-webkit-scrollbar {
    width: 6px;
} 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
} 
::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
}

.global-section .user-info ul {
    padding: 0;
    margin: 0;
}

.global-section .user-info ul li {
    position: relative;
   
    list-style: none;
    height: 35px;
    margin: 0;
    font-size: 13px;
    text-transform: capitalize;
    color: #d5d5d5;
    line-height: 36px;
    background-color: #29292D;
    margin-bottom: 1px;
    transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    text-align: left !important;
    padding: 0px 50px;
}

.global-section .user-info ul li:hover {
    background-color: #1F2228;
}

.global-section .user-info ul li i {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    line-height: 35px;
    background-color: #1F2228;
    width: 35px;
}
svg {
  width: 50px;
  display: block;
  margin: 0px auto 0;
}
.path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
}
.path.circle {
  -webkit-animation: dash 0.9s ease-in-out;
  animation: dash 0.9s ease-in-out;
}
.path.line {
  stroke-dashoffset: 1000;
  -webkit-animation: dash 0.9s 0.35s ease-in-out forwards;
  animation: dash 0.9s 0.35s ease-in-out forwards;
}
.path.check {
  stroke-dashoffset: -100;
  -webkit-animation: dash-check 0.9s 0.35s ease-in-out forwards;
  animation: dash-check 0.9s 0.35s ease-in-out forwards;
}

@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes dash-check {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}
@keyframes dash-check {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}
.textpay {
	float: left;
	display: block;
	margin-bottom: 15px;
	font-size: 12px;
	color: #54585E;
	width: 100%;
}

.txpayment {
	float: left;
	display: block;
	margin-bottom: 15px;
}

.txpayment li {
	margin: 12px;
	font-size: 13px;
	color: #54585E;
	text-align: left;
	width: 100%;
}

.txpayment li span {
	color: gold;
}
.paid
{

 display:none;
 width:100%;
}
.codeform
{

 display:none;
 width:100%;
}
.receipt
{

 width:100%;
}
.profiledont{
	 margin-bottom:20px;
	 margin-top:20px;
								  
}
	.profiledont h1{
	font-family: 'grinddemolished';
								  
}

 @media only screen and (max-width: 700px) {
	.btnpro {
	 margin-bottom:10px;
	}
}

.chackuser{
	font-size:15px;
	position: absolute;
	left:85%;
	top:10px;
}
@media only screen and (max-width: 600px) {
  .chackuser{
	display:none;
  }
}

 .infoshop{
	float:left;
	display:block;
	margin-bottom:15px;
}
 .infoshop li{
	margin:12px;
	font-size:13px;
	color:#f8f9fa;
	text-align:left;
}
.havecode{
	color:#BBBD2C;
	cursor:pointer;
	background:#1D2025;
	padding:3px;
	border:2px dashed #27282C;
}