﻿.loginclasshidden {
    display:none
}
@media screen and (max-width: 700px) {
    .loginclass {
        display: none
    }
    .loginclasshidden {
        display: block
    }
}
#nav-menu-left li.active label span {
    color: #434879 !important;
}
.nav label {
    color: #0b6198;
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
    width: 100%;
}
.chosen-time {
    float: left;
    width: 100%;
    margin-top: 40px;
}
    .chosen-time .form-control {
        font-size: 11px !important;
    }
table {
    border-color: grey;
}
.table td, .table tbody tr td, .table tbody tr th, .table tfoot tr td, .table tfoot tr th, .table thead tr td, .table thead tr th {
    padding: 15px !important;
}
.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 1px solid #999;
    background-color: #999;
    color: #fff;
}
.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
    background-color: white;
}
.table-striped.table > tbody > tr > td {
    border-color: #e8e8e8;
}
.btn {
    font-size: 13px;
    border: 1px solid transparent;
    border-radius: 0;
    outline: 0 !important;
}
