.modal-content {
    border: 0;
}
.modal-footer {
    border-top: 0;
}
.modal-header {
    border-bottom: 0;
}
.btn {
    background-color: #6e9334!important;
    border: none;
}
.skin-primary{background-color: #b6c5d5}
.btn-primary{}
.loader { 
    position: fixed; 
    left: 0px; 
    top: 0px; 
    width: 100%;
    height: 100%; 
    z-index: 9999; 
    background: url(../../assets/img/loading.gif) 50% 50% no-repeat rgba(255, 255, 255, 0.9); 
}
.input-group-text {
    padding: 4px;
}
label {
    font-size: 13px;
    margin-bottom: 0;
}
.col-form-label-sm {
    font-weight: bolder;
}
.number {
    text-align: center;
}
.form-control, .input-group-text {
    border-radius: 0;
}
.input-group>.input-group-prepend:not(:first-child)>.input-group-text {
    margin-left: -1px;
}
.custom-select {
    text-align: center;
}
.form-group {
    margin-bottom: 8px;
}
.tab-padding-left-right {
    padding-left: 10%;
    padding-right: 10%;
}
.font-weight-bolder {
    font-weight: bolder;
}
.sidebar {
    background-color: #fff;
    width: 200px;
    position: fixed;
    top: 61px;
    padding: 10px;
    left: 0;
    height: 100vh;
    padding: 0;
    z-index: 999;
}
.sidebar .nav-item{color: #888; border-bottom: 0;}
.sidebar .nav-item .nav-link{
    font-size: 12px;
    border-radius: 0px;
    border: none;
}
.sidebar .nav-item .nav-link:hover {
    background-color: #000; 
    color: #fff; 
    background-color: #6e9334!important;
}
.sidebar .nav-item .nav-link.active {
    background-color: #b3ce4e!important;
    color: #fff;
}
.sidebar .nav-item .nav-link.active:hover{background-color: transparent;}
.content {
    width: calc(100% - 200px);
    min-height: 100vh;
    transition: all 0.5s;
    position: absolute;
    top: 0;
    right: 0;
    padding-top: 80px;
}
.content.active {
    width: 100%;
}
.footer-form {
    margin-top: 100px;
}
/*table.spouse-table-style>tbody>tr:nth-child(9){
    font-weight: bolder;
}*/


table.spouse-table-style > thead > tr > th,
table.spouse-table-style > tbody > tr > td {
    padding: 4px 10px;
    text-align: center;
    border: none;
}
.table th, .table td {
    padding: 8px;
    border-top: none;
    font-size: 12px;
}
.table thead th {
  border-bottom: none;
}
.table.table-bordered td {
    border-bottom: 1px solid #eee;
}

#fullLoginDetails {
    overflow-y: scroll;
    max-height: 420px;
}
.navbar-brand {
    padding-top: 0!important;
    margin-right: 0!important;
}
