/* Override some defaults */ html, body {

background-color: #eee;

} body {

padding-top: 40px; /* 40px to make the container go all the way to the bottom of the topbar */

} .container > footer p {

text-align: center; /* center align it with the container */

} .container {

width: 950px; /* downsize our container to make the content feel a bit tighter and more cohesive. NOTE: this removes two full columns from the grid, meaning you only go to 14 columns and not 16. */

}

/* The white background content wrapper */ .content {

background-color: #fff;
padding: 20px;
margin: 0 -20px; /* negative indent the amount of the padding to maintain the grid system */
-webkit-border-radius: 0 0 6px 6px;
   -moz-border-radius: 0 0 6px 6px;
        border-radius: 0 0 6px 6px;
-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.15);
   -moz-box-shadow: 0 1px 2px rgba(0,0,0,.15);
        box-shadow: 0 1px 2px rgba(0,0,0,.15);

}

/* Page header tweaks */ .page-header {

background-color: #f5f5f5;
padding: 20px 20px 10px;
margin: -20px -20px 20px;

}

.content .span12, .content .span4 {

min-height: 500px;

} .span4 .collections, .span4 .databases{

height: 250px;

} .database_list, .collections_list{

height: 210px;
overflow-y: auto;

} .clear{

clear: both;

} .header{

float: left;

} .query_link{

float: right;
line-height: 36px;

} label{

width: auto;

} .query_form, .sort_form, .skip_form, .fields_form, .limit_form, .submit_btn, .map_form, .reduce_form, .finalize_form, .out_form{

float: left;

} input, textarea{

margin: 0px 10px 0px 5px;
width: auto;

} .input_row{

margin: 10px 0px;

} input.number{

text-align: right;

} .query_result{

min-height: 300;

} tr.active{

color: #ffffff;
background-color: #0064cd;
background-repeat: repeat-x;
background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd));
background-image: -moz-linear-gradient(top, #049cdb, #0064cd);
background-image: -ms-linear-gradient(top, #049cdb, #0064cd);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd));
background-image: -webkit-linear-gradient(top, #049cdb, #0064cd);
background-image: -o-linear-gradient(top, #049cdb, #0064cd);
background-image: linear-gradient(top, #049cdb, #0064cd);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#049cdb', endColorstr='#0064cd', GradientType=0);
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
border-color: #0064cd #0064cd #003f81;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);

} loader{

top:70%;
left:60%;
width: 300px;
text-align: center;

} loader img{

height: 150px;
width: 150px;

} .sidebar-header h3{

float:left;

} .sidebar-header .add_remove{

padding-top: 10px;
float: right;
line-height: 26px;

} a:hover{

text-decoration: none;
cursor: pointer;

}