
#id_captcha_1 {
    float: left;
    margin-right: 10px;
    width: 100%;
    max-width: 260px;
}

.captcha_refresh_icon a {
    cursor:pointer;
    color: #888;
    margin-left: 2px
}
.captcha_refresh_icon a:hover {
    color: #2a8350;
}

.popover { text-align: center; }
.popover p { margin: 0; padding: 0; }
.popover-title { display: none; }

.errorlist {
    list-style: none;
    display: block;
    color: #d50000;
    float: left;
    margin: 0;
}

.ajaxLoader {
    display: none;
    box-sizing: unset;
    width: 16px;
    height: 16px;
    padding: 10px;
    right: -30px;
    position: absolute; 
}

/* 
    Rates 
*/
.sellRatesSearch, .buyRatesSearch {
    width: 100%;
    padding: 15px;
}

.increasingPrice {
    color: #f00;    
}

.decreasingPrice {
    color: #008000;    
}

.currencyChanged {
    color: #ffa500;    
}

.disabledRoute > td, .disabledRoute > td > span {
    color: #cbcbcb;
}
.disabledRoute span.label {
    color: #fff;
}



.nav-tabs > li.disabledTab > a {
    color: #ccc !important;
}

.noChartData {
	color: #949494;
	font-size: 20px;
	padding: 50px 0;
	text-align: center;
	vertical-align: middle;
}

.header-navbar-fixed #main-container {
    padding-top: 0px !important;
}

#cheader {
	position: fixed;
	text-decoration: none;
	z-index: 1030;
}
#cheader .btn {
    padding: 3px 6px !important;
}

#cheader li.hidden-md button {
    margin-top: 80px;
}

.tooltip-inner {
    text-align:left;
    white-space:pre;
    max-width:none;
}

.table-weekly-usage {
	table-layout:fixed;
	width: 100%;
}

.table-weekly-usage td:first-child {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.table-weekly-usage tr td:last-child{
    text-align: right;
    width: 40%;
    padding: 0;
}

