#brand-name {
   color: #444d58;
   font-size: 18px;
   margin-left: 10px;
   margin-right: 5px;
   font-weight: lighter;
   font-family: "Poppins",cursive !important;
}

.navbar-brand
{
    color: white;
    text-decoration: none;
    font-size: 14px;
    font-weight: lighter;
    margin-top: 3px;
}

.navbar-brand:hover{
    color: white;
}

.navbar-brand img
{
    display: inline-block;
    width: 33px;
    margin-top: -15px;
}

textarea 
{
    resize: none !important;
}

h4.caption
{
    margin-bottom: 30px !important;
    border-bottom: 1px #ccc solid !important;
    padding-bottom: 13px !important;

}

.table td, .table th 
{
    font-size: 11px !important;
}

table.dataTable tbody th, table.dataTable tbody td {
    font-weight: lighter;
    padding: 10px 0px 0px 12px;
}

select.form-control,input.form-control,div.form-control,button.form-control,a.form-control
{
    height: 28px !important;
    padding-top: 7px;
}

select.form-control
{
    padding-top: 4px;
}

.dropdown-toggle , .date-range-toggle , .date-picker .btn
{
    height: 28px !important;
}

.btn 
{
    font-weight: 100;
}

.container
{
    padding-left: 0px;
    padding-right: 0px;
}

.container-fluid
{
    padding-left: 10px;
    padding-right: 10px;
}

.dropdown-user .username , .dropdown-user .username-hide-mobile
{
    font-size: 13px !important;
    font-weight: 100;
}

label.full-width
{
    width: 100%;
}

.page-header .page-header-menu .hor-menu .navbar-nav > li > a
{
    padding: 10px 18px 8px 18px !important;
    font-weight: lighter !important;
}

.page-header .page-header-menu .hor-menu .navbar-nav > li.active > a
{
    background: #4c87b9 !important;
    color: #fff !important;
}

.page-header .page-header-menu .hor-menu .navbar-nav > li.active > i
{
    color: #fff !important;
}

.note.note-warning
{
    background: #F1F1F1;
    border-bottom: 1px solid #f3cc31;
    border-top: 1px solid #f3cc31;
    border-right: 1px solid #f3cc31; 
}

.tabdrop ul.dropdown-menu
{
    height: 200px;
    overflow-y: scroll;
}

.image-container
{
    height: 250px;
    text-align: center;
    border: 1px #F1F1F1 solid;
    margin: 5px;
}

.image-container img
{
    width: 100% !important;
    height: 90%  !important;
    display: block;
}

.image-container span
{
    margin-top: 5px;
    font-weight: 700;
}

.console-table
{
    color : #333;
    width: 98%;
}

.console-table tr
{
    border-bottom: 1px #ccc solid;
}

.console-table td,.console-table th
{
    padding: 5px;
}

.console-table i
{
    margin-left: 20px;
}

.console-table i.green
{
    color: #3d9082;
}

.console-table i.red
{
    color: #e7505a;
}
    