﻿/*in use for trustspay credit card input box*/
.paymentPanel {
      margin: auto;/*center*/
      background-color: #F5F5F7;
      border: 1px solid #ddd;
      padding: 20px;
      display: block;
      width: 270px;
      border-radius: 6px;
      box-shadow: 0 2px 4px rgba(0,0,0,.1);
    }

.noUi-value {
        color: #000;
        margin-top: 5px;
    }

.noUi-horizontal .noUi-handle {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    top: -9px;
}

.row-centered {
    text-align: center !important;
}

.col-centered {
    display: inline-block !important;
    float: none !important;
    margin-right: -4px !important;
}

.xs-margin-top-20 {
    margin-top: 20px;
}

.timeline-v2 > li .cbp_tmlabel {
    color: #000;
}

.blog-topbar, .navbar-nav, .footer-v8 {
    font: 13px/1.6 'Roboto Slab', sans-serif;
}

.themecolor {
    color:#72c02c;
}

li > a {
    color: #555;
}

/* new header/footer custom styles*/
li.no-content::before {
	content: none;
}

li.no-padding {
	padding-left: 0px !important;
	padding-right: 12px !important;
}

.contact-font {
	font-size:14px !important;
}

html {
    position: relative;
    min-height: 100%;
}

.footer-v8 {
    background-color: #000;
    min-height: 57px;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}

.push {
	min-height: 84px;
}

li.no-content::before {
    content: none;
}

li.no-padding {
    padding-left: 0px !important;
    padding-right: 12px !important;
}

.contact-font {
    font-size: 14px !important;
}

.username-not-transformed {
	text-transform: none !important;
}

.coins-color {
	color:#72c02c !important;
}

    /*end new header/footer*/



.error{ color: red;font-weight: normal;display:block; }

.centerImage
{
text-align:center;
display:block;
}

.goog-te-gadget-simple img{display:none;}
.goog-te-menu-value:hover{ text-decoration: none;}

.table-borderless tbody tr td, .table-borderless tbody tr th, .table-borderless thead tr th {
    border: none;
}

.text-bold { font-weight: bold; }
.tooltips { text-decoration: none;color: black;}
.tooltips:hover { text-decoration: none;color: black;}