﻿body {
    background-color: whitesmoke;
    font-family: 'Lato', sans-serif;
}

body.center {
    text-align: center;            
}

.number {
    font-family: 'Droid Sans', sans-serif; 
}

.hero-unit  div.chart{
    margin: auto;
    border: 1px solid #e5e5e5;
    box-shadow: 0 0 3px rgba(0,0,0,.15);
}

.hero-unit {
    padding: 20px 40px;
    background-color: whitesmoke;

}

.block {
    margin-top: 26px;
}

.invisible {
    visibility: hidden;
}

#today_counts {
    display: table;
    margin: auto;
}   

#today_data .number {
    font-size: 20px;
}

.user-container {
    text-align: center;
}     


.user {
    border: 1px solid #CCCCCC;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    display: inline-block;
    margin: 12px;
    padding: 0;
    text-align: center;
    width: 335px;
    background-color: #f9f9f9;
}

.number,
.percent {
    font-size: 16px;
    font-weight: bold;           
}

.percent{
    font-weight: normal;
}

.table thead th,
.count .description,
#user_summary .description {
    color: #999999;
    font-size: 85%;  
    line-height: normal;          
}

.table thead th {
    font-weight: normal;
    text-align: center;
}

.table td {
    text-align: center;
}

.table .description {
    text-align: right;
}

.table tbody tr.grey td {
    background-color: #efefef;
}

.table tbody tr.error td {
    background-color: #fff0f5;
}

.table tbody tr.info td {
    background-color: #f0f8ff;
}

.table tbody tr.success td {
    background-color: #f0fff0;
}   

h2 {
    border-top: 1px solid #e5e5e5;
    padding-top: 20px;
}          

h1 {
    text-align: center;
}

h3 {
    color: #333;
}

img#kit-logo {
    height: 15px;
    margin-top: -5px;
    margin-right: 3px;
    display: inline-block;
}
.navbar-default .navbar-brand {
    color: #111;
}

.navbar-default .navbar-brand:hover {
    color: #111;
}

#company-logo {
    height: 40px;
    margin-bottom: 12px;
}

h2 {
    margin-bottom: 0px;
}

.table {
    background-color: white;
    width: 800px;
    margin: auto;
    box-shadow: 0 0 3px rgba(0,0,0,.15);
    
}

#team_total_counts {
    margin-top: 20px;
}


.description {
    color: #999999;
}

.their-plate .number,
 .others-work .number {
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 0;
    padding: 30px 0;
    text-align: center;
    width: 150px;
    height: 20px;   
    color: #555;
     
}

.company {
    font-weight: normal;
    /*text-transform: capitalize;*/
}

.dropdown-menu {
    text-align: left;
}


.fun-fact {
    /*background-color: #fcf8e3;
    border: 1px solid #CCCCCC;*/
    border-radius: 10px;
    font-size: 18px;
    padding: 0 1px 2px 5px;
    position: relative;
    right: -12px;
}


.small {
    font-size: 0.75em;
    line-height: 2em;
}


.large-number-custom {
    font-size: 2em;
    font-weight: bold;
    display: table-cell;
}


.request-count {
    border-radius: 6px;
    box-shadow: 0 0 2px 0 #C0C0C0;
    display: none;
    line-height: normal;
    margin: 6px auto;
    padding: 6px 3px 6px 10px;
    position: relative;
    background-color: white;
}

.receiver {
    font-size: 120%;
    font-weight: bold;
    color: black;
}

.label-number {
    border-radius: 50px;
    display: table;
    height: 87px;
    margin-bottom: 8px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    text-align: center;
    width: 87px;
}

.large-number {
    display: inline-block;
    font-size: 4em;
    line-height: 1em;
    padding-top: 15px;
}

.label-default {
    background-color: #aaa;
}

.label-inverse {
    background-color: transparent;
    color: #555;
    padding: 3px;
    text-shadow: none;
    font-weight: normal;
    margin-bottom: 16px;
    width: 150px;
}

.label-inverse .large-number {
    padding: 0;
    font-size: 3em;

/*
.label-important {
    background-color: #f2dede;
    border: 1px solid #eed3d7;
    color: #b94a48;
}

.label-success {
    background-color: #dff0d8;
    border: 1px solid #d6e9c6;
    color: #468847
}

.label-warning {
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    color: #c09853
}

.label-default {
    background-color: white;
    color: #999;
    border: 1px solid silver;
}
*/

.chart-container {
    margin: auto;
    width: 1044px;
}

.meta-text {
    font-weight: bold;
}
