﻿.table-hover > tbody > tr:hover > td {
    background-color: #e3e3e3 !important;
    cursor: pointer;
}
.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #f9f9f9;
}
.dataTable .details tr:nth-child(odd) td{
    background-color: #fff;
}
.dataTable .details tr:nth-child(even) td {
    background-color: rgba(196, 216, 230, 0.4) !important;
}
.dataTable .details, .dataTable .details:hover{
    background-color: #fff !important;
    cursor: default;
}
.dataTable .details td{
    padding-left: 10px;
}
.dataTable .details th{
    padding-left: 10px;
}
.accordionMainInfo, .accordionDataTable {
	background-color: #f9f9f9;
}
.accordionDataTable .dataTable thead,
.accordionDataTable .dataTable tr:nth-child(even) td {
	background-color: #fff;
}

.login .content .forget-password {
    border-top: 1px dotted #eee;
    padding-top: 10px;
    margin-top: 15px;
}

.login .logo {
    margin-top: 0px;
}

.loginContainer {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}