﻿body{
    color: #000;
}
.authentication{
    height: 60vh;
}
.help-block {
    font-size: 14px;
}
.help-block.with-errors{
    color: #ff5252;
}
.net-radio label {
  padding: 0 30px 0 5px;  
}
.net-radio {
  line-height: 40px;
}
.typeahead{
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
    overscroll-behavior: contain;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}
table.dataTable{
    margin-top: 0px;
}
.input_radio label{
    margin-left: 5px;
    margin-right: 20px;
}
#left-sidebar .side-nav li a{
    height: 30px;
    line-height: 30px;
}
#left-sidebar .sidebar-header{
    color: #e00;
}
.datepicker { 
    z-index: 999 !important;
}
