body 
{
  background: #E0E0E0;
  font-family: 'Open Sans',"Trebuchet MS",arial,sans-serif;
  font-size: 13px;
}

.form-control
{
  font-size: 12px;
  font-weight: bold;
}

.navbar
{
  padding: 0px;
}

.navbar-brand
{
  padding-left: 10px;
}

.nav-item,
.search-query
{
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.donate
{
  background: #08C;
  padding-top: 3px;
  padding-bottom: 3px;
}

.donate a
{
  color: #FFF !important;
}

.search-query 
{
  background-color: #444;
  color: #FFF;
  width: 150px;
  font-size: 11px;
  font-weight: bold;
  margin-right: 10px;
}

.dropdown-item
{
  font-size: 12px;
}

.table td 
{
  vertical-align: middle;
}

.table-bordered th 
{
  background: #E9E9E9;
  color: #444;
  font-size: 10px;
  text-transform: uppercase;
}



.card 
{
  margin-top: 2em;
  margin-bottom: 2em;
}
    
.card-header 
{
  background: #E0E0E0;
  padding: 0.5em;
  padding-left: 1rem;
}	

.chart-holder {
    width: 100%;
    height: 250px;
}

.stats {
    width: 100%;
    display: table;
    padding: 0 0 0 10px;
    margin-top: .5em;
    margin-bottom: 1.9em;
}

.stats .stat {
    display: table-cell;
    width: 40%;
    vertical-align: top;
    
    font-size: 11px;
    font-weight: bold;
    color: #999;
}

.stat-value {
    display: block;
    margin-bottom: .55em;
    
    font-size: 30px;
    font-weight: bold;
    letter-spacing: -2px;
    color: #444;
}

.stat-time {
    text-align: center;
    padding-top: 1.5em;
}

.stat-time .stat-value {
    color: #08C;
    font-size: 40px;
}

.news-items {
    padding-left: 0px;
}

.news-items li {
    display: table;
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
    
    border-bottom: 1px dotted #CCC;
}

.news-items li:last-child { padding-bottom: 0; border: none; }

.news-item-date {
    display: table-cell;
}

.news-item-detail {
    display: table-cell;
    width:100%;
}

.news-item-title {
    font-size: 13px;
    font-weight: 600;
}

.news-item-date {
    width: 75px;
    vertical-align: middle;
    text-align: right;
}

.news-item-day {
    display: block;
    font-size: 24px;
    color: #888;
}

.news-item-preview {
    margin-bottom: 0;
    color: #777;
}

.news-item-month {
    display: block;
    padding-right: 1px;	
    font-size: 12px;
    font-weight: 600;
    color: #888;
}


.account-container {
    width: 380px; 
    display: block;
    margin: 60px auto 0 auto;
    
    background: #f9f9f9;
    
    border: 1px solid #d5d5d5;
    
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

    box-shadow:  0px 0px 2px #dadada, inset 0px -3px 0px #e6e6e6;
}

.content {
    padding: 16px 28px 23px;
} 

.account-container h1 {
    margin-bottom: .4em;
    
    color: #f90;
}

.button {-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; display: inline-block; float: right; margin-top: 18px;}

.register .login-other {
    margin-bottom: 1em;
}

.register .login-actions {
    margin-bottom: 0;
}

.register .login-fields input {
    width: 299px;
    padding-left: 6px;
}

.register h1 {
    color: #444;
}

.register span.login-checkbox {
    position: relative;
    top: -6px;
    
    width: 200px;
}

.register span.login-checkbox > input[type="checkbox"] + label {
    
    position: relative;
    
    line-height: 1.3em;
}


.obj-container {
    position: relative;
    float: left;    
}

.object {
    margin-right: 6px;
    
    border-radius: 4px;
}

.obj-header {
    text-align: center;
    color: #FFF;

       background-color: #686868;

       -webkit-border-top-left-radius: 4px;
       -webkit-border-top-right-radius: 4px;
       -moz-border-radius-topleft: 4px;
       -moz-border-radius-topright: 4px;
       border-top-left-radius: 4px;
       border-top-right-radius: 4px;

       text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}

.obj-name {
    padding: 5px 0;
    font-size: 16px;
    color: #FFF;
    border-bottom: 1px solid #FFF;
       border-bottom: 1px solid rgba(0, 0, 0, 0.3);
       border-radius: 4px 4px 0 0;
}
.obj-name2 {
    padding: 5px 0;
    font-size: 16px;
    color: #FFF;
    border-bottom: 1px solid #FFF;
       border-bottom: 1px solid rgba(0, 0, 0, 0.3);
       border-radius: 4px 4px 0 0;
    height: 45px;
    margin-top: 15px;
}

.obj-info {
    padding: 10px 0 10px;
    
    font-size: 16px;
    line-height: 0.8em;
    
    background-color: #797979;
    
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.obj-info span.term {
    display: block;
    margin-bottom: 0;
    
    font-size: 13px;
    line-height: 0;
    padding: 2em 0 1em;
}

.obj-info span.note {
    position: relative;
    top: -40px;
    
    display: inline;
    
    font-size: 17px;
    line-height: 0.8em;
}




.obj-features {
    border: 1px solid #DDD;	
    border-bottom: none;
}

.obj-features {
    padding-bottom: 1em;
}

.obj-features ul {
    padding: 0;
    margin: 0;
    
    list-style: none;
}

.obj-features li {	
    padding: 1em 0;
    margin: 0 2em;
    
    text-align: center;
    
    border-bottom: 1px dotted #CCC;
}

.obj-features li:last-child {
    border-bottom: none;
}



.obj-actions {
    padding: 1.15em ;
    
    background: #F2F2F2;
    
    background-color: whiteSmoke;
    background-image: -moz-linear-gradient(top, #F8F8F8, #E6E6E6);
    background-image: -ms-linear-gradient(top, #F8F8F8, #E6E6E6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#F8F8F8), to(#E6E6E6));
    background-image: -webkit-linear-gradient(top, #F8F8F8, #E6E6E6);
    background-image: -o-linear-gradient(top, #F8F8F8, #E6E6E6);
    background-image: linear-gradient(top, #F8F8F8, #E6E6E6);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
    border-color: #E6E6E6 #E6E6E6 #BFBFBF;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false);
    
    border: 1px solid #DDD;
    
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.obj-actions div {
    font-size: 20px;
    font-weight: bold;
    margin-top: 10px;
}
.obj-actions .btn {
    padding: 0.8em 0;
    margin: 0 1em;
    
    display: block;
    
    font-size: 16px;
    font-weight: 600;
}



/*-- Columns --*/

.object-list.object-1 .obj-container {
    width: 100%;
}
.object-list.object-2 .obj-container {
    width: 50%;
}

.object-list.object-3 .obj-container {
    width: 33.33%;
}

.object-list.object-4 .obj-container {
    width: 25%;
}

.object-list.object-5 .obj-container {
    width: 20%;
}
.object-list.object-6 .obj-container {
    width: 16.66%;
}









.object.best-value .obj-header {
    background-color: #677E30;
}

.object.best-value .obj-info {
    background-color: #81994D;
}







.object.skyblue .obj-header {
    background-color: #3D7AB8;
}

.object.skyblue .obj-info {
    background-color: #69C;
}



.object.lavendar .obj-header {
    background-color: #754F75;
}

.object.lavendar .obj-info {
    background-color: #969;
}



.object.teal .obj-header {
    background-color: #257272;
}

.object.teal .obj-info {
    background-color: #399;
}




.object.pink .obj-header {
    background-color: #FF3778;
}

.object.pink .obj-info {
    background-color: #F69;
}







.object.black .obj-header {
    background-color: #222;
}

.object.black .obj-info {
    background-color: #333;
}





.object.yellow .obj-header {
    background-color: #C69E00;
}

.object.yellow .obj-info {
    background-color: #E8B900;
}



.object.purple .obj-header {
    background-color: #4E2675;
}

.object.purple .obj-info {
    background-color: #639;
}





.object.red .obj-header {
    background-color: #A40000;
}
.object.red .obj-info {
    background-color: #C00;
}

.object.orange .obj-header {
    background-color: #D98200;
}
.object.orange .obj-info {
    background-color: #F90;
}

.object.blue .obj-header {
    background-color: #0052A4;
}
.object.blue .obj-info {
    background-color: #06C;
}

.object.green .obj-header {
    background-color: #677E30;
}
.object.green .obj-info {
    background-color: #81994D;
}

.shortcuts {
    text-align: center;	
}

.shortcuts .shortcut { 
    width: 30.50%;
    display: inline-block;
    padding: 12px 0;
    margin: 0 .9% 1em;
    vertical-align: top;	
    
    text-decoration: none;
    
    background: #F3F3F3;
    
    border-radius: 5px;
}

.shortcuts .shortcut .shortcut-icon {
    margin-top: .25em;
    margin-bottom: .25em;
    
    font-size: 32px;
    color: #888;
}

.shortcuts .shortcut:hover {
    background: #E8E8E8;
}

.shortcuts .shortcut:hover .shortcut-icon {
    color: #666;
}

.shortcuts .shortcut-label {
    display: block;
    
    font-weight: 400;
    color: #666;
}
