﻿body {
}
form.user .form-control-user {
    font-size: 1.2rem;
    border-radius: 10rem;
    padding: 1.5rem 1rem;
}

form.user .btn-user {
    font-size: 1.2rem;
    border-radius: 10rem;
    padding: .75rem 1rem;
}
.cssPager td
{
    padding-left: 10px;     
    padding-right: 10px;
    text-align: center; 
}
/**/
._content-table td
{    
    border-bottom:1px solid silver;
    border-right:1px solid silver;
    border-top: 1px solid Silver;   
    border-left: 1px solid silver;
    height:28px;
    padding: 2px;
}
._content-table th
{    
   border-bottom:1px solid silver;
    border-right:1px solid silver;
    border-top: 1px solid Silver;   
    border-left: 1px solid silver;
    height:28px;
    text-align: center;
}
._content-table 
{    
    border-top:1px solid silver;
    border-left:1px solid silver;  
    border-top: 1px solid Silver;   
    border-left: 1px solid silver;
    border-bottom:none;
    border-right:none;
}
._content-table a
{    
     margin-right:2px;  
}

.table-bordered td, .table-bordered th {
    border: 1px solid #e3e6f0;
    
}

/* Sửa table gridview */
.dataTable>tbody>tr:hover:not(.cssPager) {
    background-color: #ffc;
    color: #000;
}
.dataTable>tbody>tr:nth-child(1) {
    background-color: #2e86de !important;
    color: #fff;
}
.dataTable>tbody>th:hover {
    background-color: #2e86de !important;
    color: #fff;
}
.cssPager tbody>tr>td {
    padding: 5px 10px;
}
/* ------------------- */
.table td, .table th {
    padding: .4rem;
    vertical-align: middle;
    border-top: 1px solid #e3e6f0;
}
/* Canh khoảng cách các row */
.card-body .row {
    display: flex;
    
    margin-bottom: 5px;
}
p {
    margin: 0;
}

/* Style của user profile */
.edit-profile .form-group {
    display: flex;
    flex-direction: column;
}

.edit-profile label {
    font-size: small;
}

.edit-profile .form-group input,
.edit-profile .form-group select {
    border: solid 1px #dfe6e9;
    border-radius: 5px;
    background-color: #fcfbfc;
    padding: 7px;
    text-align: center;
    color: #8395a7;
}

.edit-profile .row {
    justify-content: center;
    margin-bottom: 10px;
}

.edit-profile .btn {
    margin: 10px 0px;
}

.edit-profile .form-group input:focus {
    background-color: white;
    outline: none;
    box-shadow: 0 0 3px #54a0ff;
    border: solid 1px none;
    color: Black;
}

.profile-user {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px
}

.profile-user .profile-info {
    margin-left: 20px;
}

.profile-user .profile-info p,
.profile-user .profile-info h3 {
    margin-bottom: 3px;
    color: #2980b9;
}

.nhatky-filter {
    background-color: #f8f9fc;
    padding: 20px;
}

table.dataTable {
    animation: fadein 0.3s;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

.cssPager td span{ color:#e74c3c; font-weight: bold; }

.ajax__calendar_day {
    height: 17px;
    width: 22px;
    text-align: right;
    padding: 0 2px;
    cursor: pointer;
}
.ajax__calendar_dayname {
    height: 17px;
    width: 22px;
    text-align: right;
    padding: 0 2px;
}