﻿body
{
    font-family: 'Lato', sans-serif !important;
}

html,body
{
    height:100%;
    min-height:100%;
}

table
{
    vertical-align:top !important;
}

.table>ul>li a
{
    color:#fff !important;
    padding:7px 0;
    text-transform:capitalize;
    
}

.table>ul>li a:focus, .table>ul>li a:hover, .table>ul>li a:active
{
    border:none !important;
    color:lightblue !important;
    font-size:95%;
}

.sidebar
{
    background:#808080;
    color:#fff;
}

.sidebar h4
{
    text-align:center;
    font-size:1em;
    text-transform:uppercase;
    font-family: 'Lato', sans-serif !important;
}

.table tr td
{
    border-top:none !important;
}

.sidebar h4 span
{
    color:#ccc;
    font-weight:normal;
    font-size:1.5em;
    letter-spacing:1px;
}

.sidebar h5
{
    text-align:center;
    background:rgba(225,225,225,0.2);
    padding:10px;
    font-size:0.9em;
    text-transform:uppercase;
}

.sidebar h5 span
{
    color:#fff;   
}

.sidebar p span, .sidebar p
{
    color:#f8f8f8;
    font-weight:lighter;
    text-align:center;
}

.sidebar .btn
{
    color:#fff;
    font-size:1.3em;
    border-top:solid thin white;
    border-bottom:solid thin white;
}

.sidebar .btn:hover
{
    color:red !important;
}

.sidebar img
{
    width:70%;
    margin:5% 15%;
}

.sidebar .table td
{
    border-top:none !important;
    color:#fff !important;
}

.sidebar .table td a
{
    color:#ccc !important;
    line-height:25px;
    text-transform:capitalize;
}

.main .btn
{
    border-radius:0 !important;
}

.main .form-control
{
    max-width:300px;
    border-radius:0 !important;
}

.main .table>thead>tr>th, .main .table>tbody>tr>th, .main .table>tfoot>tr>th, .main .table>thead>tr>td, .main .table>tbody>tr>td, .main .table>tfoot>tr>td
{
    padding:5px !important;
    font-weight:normal;
}