html {
    height:100%;
}

body {
    height: 100%;
    background-color: #f5f5f5;
}

.dataTable .selected td:first-child::before {
    display: block;
    position: absolute;
    content: "\f00c";
    color: #ffffff;
    background-color: #B0BED9;
    right: 4px;
    font-family: FontAwesome;
    z-index: 1002;
}

.richards_dt_cell {
    overflow: auto;
    padding: 0px;
    /*width:100%;*/
    white-space: nowrap;
}

.richards_dt_cell::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}
.richards_dt_cell::-webkit-scrollbar-track {
	background-color: #e9e9e9;
	-webkit-border-radius: 2px;
}
.richards_dt_cell::-webkit-scrollbar-thumb:vertical {
	background-color: #cbd5d7;
	-webkit-border-radius: 3px;
}
.richards_dt_cell::-webkit-scrollbar-thumb:vertical:hover,
.richards_dt_cell::-webkit-scrollbar-thumb:horizontal:hover {
	background: #9edae7;
}
.richards_dt_cell::-webkit-scrollbar-thumb:horizontal {
	background-color: #cbd5d7;
	-webkit-border-radius: 3px;
}
tr.group,
tr.group:hover {
    background-color: #ddd !important;
}
.DTTT_button {
    padding: 10px 8px;
}

.richards_dt_table-hover{
    background-color: #E7ECF8 !important;
}

.no-bottom-margin {
    margin-bottom: 0px;
}

.tab-content{
    background-color: white;
    padding:20px;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

#wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -60px;
}

#footer {
    height: 60px;
    background-color: #E7E7E7;
}
#footer div p {
    padding:10px 0 0 0;
    font-size: 15px;
    font-weight: bold;
}

/* Lastly, apply responsive CSS fixes as necessary */
@media (max-width: 767px) {
    #footer {
      margin-left: -20px;
      margin-right: -20px;
      padding-left: 20px;
      padding-right: 20px;
    }
}

.form-signin {
    max-width: 300px;
    padding: 19px 29px 29px;
    margin: 60px auto 20px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
    box-shadow: 0 1px 2px rgba(0,0,0,.05);
}

.form-signin .form-signin-heading,
.form-signin .checkbox {
    margin-bottom: 10px;
}

.form-signin input[type="text"],
.form-signin input[type="password"] {
    font-size: 16px;
    height: auto;
    margin-bottom: 15px;
    padding: 7px 9px;
}

.error {
    display: none;
}

.failure {
    color: #771717;
}

.login {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
}

.well {
    background-color:white;
}

.label.heading, .badge.heading{
    font-size:14px;
    padding:5px 15px;
    margin-bottom:10px;   
}
.clear {
    clear:both;
}
.emp {
    font-weight:bold;
}
table.default tbody{
    color:#555555!important;
    font-size:12px !important;
}
table.default thead{
    font-size:12px !important;
}

/* DATATABLES */
div.dataTables_length label {
    width: 460px;
    float: left;
    text-align: left;
}
 
div.dataTables_length select {
    width: 75px;
}
 
div.dataTables_filter label {
    float: right;
    margin-right:3px;
    width: 460px;
}
 
div.dataTables_info {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #fff;
}
 
div.dataTables_paginate {
    float: right;
}

table {
    margin: 1em 0;
    clear: both;
}
/* END DATATABLES */