body {
	color:#071b8d;
	font-size:14px;
	background-color:#f8f8f8;
	padding:2rem;
}

.container-fluid {
    max-width: 900px;
}

h1 {
    margin-bottom:2rem;
}

header {
    margin-bottom:1rem;
}

nav ul {
    padding:0;
    margin:0;
}

nav ul li {
    list-style-type:none;
    display:inline-block;
    margin-left:2rem;
}

/* customizations */
a {
	color:#33A0FF;
}
a:hover, a:focus, a:active {
	text-decoration: none;
	color:#333;
}

.btn {
	border-radius:0;
	border:0;
	font-weight:600;
}

.btn-xs {
	border-radius:0;
	border:0;
	padding:5px;
	font-weight:600;
}

.btn-primary {
	background-color:#33A0FF;
}

.form-control {
	border-radius:0;
}

.dataTables_wrapper .dataTables_filter input, .dataTables_wrapper select {
	padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

label {
	color: #595959;
	margin-left: 0.6rem;
	font-size: 0.8rem;
	font-weight: 600;
}

table.dataTable {
    border:1px solid #d6d6d6;
}

.table-striped tbody tr:nth-of-type(even) {
    background-color:transparent !important;
}

table.dataTable tbody th, table.dataTable tbody td {
    padding:1rem;
}

nav ul li {
    padding:1rem 0;
}

.tab-pane {
    border:1px solid #dee2e6;
    border-top:0;
    padding:2rem;
}

/*table cell font style*/
th, td {
    font-size: 12px;
}
th {
	font-weight: 600;
}
/*table cell font style -end*/

/* table row */

a.button {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    text-decoration: none;
    color: initial;
}

/*FOR DISPLAYING IMAGE IN MEMBER UPDATE PAGE*/
#display-image{
    width: 100%;
    justify-content: center;
}

.user-img{
    width: 120px;
    height: 120px;
}

.cell {
    vertical-align: middle;
    display: table-cell;
}
/*FOR DISPLAYING IMAGE IN MEMBER UPDATE PAGE*/