/* tables */
table.tablesorter {
	font-family:arial;
	background-color:#FFF; //#CDCDCD;
	margin:10px 0pt 15px;
	font-size: 10pt;
	width: 100%;
	text-align: center; //left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #f5f5f5; //#e6EEEE;
	border: 1px solid #FFF;
	font-size: 10pt;
	padding: 4px;
}
table.tablesorter thead tr .header {
	background-image: url(bg.gif); 
	background-repeat: no-repeat;
	background-position: center left; //center right;
	cursor: pointer;
	border-right: 1px solid #f9f9f9; 
	padding-left: 20px;
	height: auto;
}
table.tablesorter tbody td {
//	color: #3D3D3D;
	padding: 4px;
//	background-color: #FFF;
	vertical-align: middle;
}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #8dbdd8;
}

td img { 
	max-width: 32px; 
	min-height: 32px; 
}

td.positive { color: green; }

td.negative { color: red; }

td.col-right { text-align: right; }	

td.col-right-grey {
	text-align: right;
	background-color: #f5f5f5;
}

html,
body {
	height: 100%;
}

#wrap {
	height: auto;
	margin: 0 auto -70px;
	min-height: 100%;
	padding: 0 0 70px;
}

#footer {
	background-color: #f5f5f5;
	height: 70px;
}

#footer > .container {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
}

#wrap > .container { padding: 72px 15px 0; }

#appview-container { padding-top: 0px; }

#market-cap-table { padding: 0; }

#market-cap-table  hr { 
	margin-top: 5px;
	margin-bottom: 5px;
}

.marketplaces  { 
	margin-bottom: 5px;
}

.marketplaces  hr { 
	margin-top: 5px;
	margin-bottom: 5px;
}

#bnc-social { margin-top: 15px; }

#currencyCalcDetails p { margin-top: 20px; }

.label-calc-market {
	font-weight: normal; 
	font-size: 14px;
	margin-top: 55px;
	padding-top: 7px;
	padding-bottom: 7px;	
}

#login-form {
	width: 300px;
	background: #f0f0f0;
	border: 1px solid white;
	margin: 30px auto 0;
	padding: 1em;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;	
}

#sign-up-form {
	margin: 10px 50px 20px;
	width: 400px;
}

#sign-up-form input { width: 200px;	}

#sign-up-form fieldset { margin-bottom: 2em; }

#sign-up-form .form-group { margin-left: 15px; }

#contact-form {
	margin: 20px auto;
	max-width: 500px;
	min-width: 300px;
}

#last-refresh {
	float: left;
	padding-left: 0px;
}

#beta { 
	margin: 3px 10px 0;
}

#logo { 
	margin-bottom: 10px; 
	margin-top: 10px; 
}

.coin-exchanges {
	float: left;
	margin-top: 5px;	
	min-height: 480px;
	width: 100px;
}

#coin-history-chart {
	float: left;
	position: relative;
	left: 5px;
	top: 5px;
	width: 85%	
}

.coin-graph { min-width: 750px; }

.exp-coin-market {
	float: left; 
	width:70px;	
	margin-right: 10px;
	min-height: 100px;
}

.chart-container ( height: 100px; )

.coin-markets-nav { margin-left: 90px; }

#coin-summary-panel { 
	min-width: 600px;
}

#coin-summary { margin: 10px 0 10px 0; }

.mp-summary, .mk-summary { margin-top: 10px; }

.summary-item {
    float: left;
	font-weight: bold;
	margin-right: 5px;
    min-width: 200px;
    text-align: right;
}

#coin-icon {
	padding-right: 10px;
	padding-top: 20px;
}

#coin-icon img {
	height: 41px;
	width: 41px;
}

#coin-market-names { padding-left: 40px; }

.other-coins {
	float: right; 
	margin-right: 15px;	
	padding-top: 25px; 
}	

.exp_col {
	width: 32;
	vertical-align : middle;		
}

.col-right { text-align: right; }	

.col-center { text-align: center; }	

.col-grey { background-color: #f5f5f5; }

.select2-container .select2-choice {
    height: 30px;
    padding: 0 0 0 12px;
    line-height: 30px;    
}

.select2-dropdown-open .select2-choice .select2-arrow b {
    background-position: -18px 3px;
}

.btn-xp {
	padding-left: 10px;
	padding-right: 10px;	
}	

.currency-input {
	height: 30px;
}

#exchangeStatus {
	display: none;	
	padding-top: 20px;
}

#exceptTable {  }

#exchangeDetails { min-width: 700px; }

.expand {
	cursor:pointer !important;
	width: 32px;
}

.expand-child { display: none; }

.rank-graph {
	height:50px;	
	width:200px;
}

.graph {
	float: left;
	position: relative;	
}

#ranking-filter { padding: 6px; }

#ranking-currency_shortcuts { margin-right: 5px; }

.rank-filter { height: 32px; }

#display-other { width: 220px; }

.error { color: red; }

#recaptcha_privacy {
    display:none;
}

.input-recaptcha{
 width:172px;   
}

.form-group.required .control-label:after {
  content:"*";
  color:red;
}

.method-icon { margin-right: 40px; margin-top: 8px; }

.method-textbox {
	text-align: top;
	vertical-align:text-top;
	padding-left: 150px;	
}

.method-section {
	max-width: 600px;
	margin: 0 auto;
}

.guide-bullet-text {
	padding-top: 5px;
	padding-left: 50px;	
}

.img-guide {
	padding-bottom: 20px;	
	padding-top: 20px;	
}

#currency-group-1, #currency-group-2 {
	margin-bottom: 5px;
	max-width: 220px;
	min-width: 100px;
	padding-left: 10px;
	padding-right: 10px;
	padding_top: 5px;
}

.currencySelectHdr {
	padding-bottom: 5px;
}

#inputCurrency1 {
	margin-bottom: 5px;
	margin-top: 10px;
}

#currency-calc {
	max-width: 450px;
	padding-bottom: 7px; 
	padding-top: 0px;
}

#market-calc {
	max-width: 400px;
	padding-bottom: 10px;
	padding-top: 0px;
}

#inputCurrency2 {
	margin-top: -5px;	
}

.currency-result {
	margin-bottom: -10px;	
	padding-top: 5px;	
}

.currencyCalcTitle { 
	padding-top: 10px;	
	padding-left: 10px;
}

.currencyInputTitle { 
	padding-top: 18px;	
}

.coin-name { font-size: 16px; }

.coin-id { font-size: 24px; }

.converted-value { font-size: 24px; }

.ranking-controls { margin-top: 5px; }

.coin-logo {
	min-width: 51px:
}

#marketplaceTable .btn-xs {
	margin-top: -5px;
	margin-bottom: -5px;
	padding-left: 15px;
	padding-right: 15px;
}