body {
	color: #000;
	font: 12px/1.7em "Open Sans", "trebuchet ms", arial, sans-serif;
	/*background: #ededed;*//*background:url(../images/login_back.png)no-repeat 0 0;*/
	background: linear-gradient(135deg, #fffaf2, #fdebe1, #f7e9e4);
}
.form-control {
	margin-bottom: 0px;
	height:29px;
	font-size:13px;
	border: 1px solid #ccc;
    border-radius: 4px;
    outline: none;
    transition: all 0.3s ease;
    background-color: #edf1fd;
}
a {
	color: #056ec9;
	text-decoration: none;
}

#content {
	/*background: rgba(255,255,255,0);*/
	background: linear-gradient(135deg, #fffaf2, #fdebe1, #f7e9e4);
	width: 100%;
	min-height: 0px;
	padding: 0px 20px 25px 20px;
	margin-left: 0px;
	margin-right: 0px;
	position: relative;
	left: auto;
	top: auto;
}
h2 {
    font-size: 32px;
    color: #0f5bbd;
    font-weight: 600;
}
.modal-dialog {
    margin: 30px auto;
    width: 100%;
}
.show_content {
    width: 100%;
    float: left;
}
.show_left_menu {
    width: 0%;
    float: left;
}

.header-logos {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-wrap: wrap; /* makes it responsive on small screens */
    gap: 20px; /* space between logos and text */
    margin: 15px 0;
}

.header-logos .logo-img {
    width: 100px;
    height: auto;
}


.header-text {
	font-size: 26px;
    line-height: 1.4;
    color: #9b470a;
    font-weight: 600;
}
.table{
	border: 1px solid #e0e0e0;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
	}
	
.table thead {
    background: linear-gradient(1deg, #6ea8e5, #136ecd);  
}
.table thead th {
    padding: 12px;
    font-weight: 600;
    font-size: 14px;
}
.table > thead > tr > th {
	color: #fff;
	font-weight:600;
	text-align: center;
}

/* Body rows */
.table tbody tr {
    border-bottom: 1px solid #eee;
}

.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #f5f7ff !important;
}

/* Alternating row colors */
.table tbody tr:nth-child(even) {
    background: #e0e7fb;
}

/* Hover effect */
.table tbody tr:hover {
    background: #e0e3fb;
    transition: 0.3s;
}

/* Input fields inside table */
.table input.form-control,
.table select.form-control {
    
    border: 1px solid #81b6f5;
    border-radius: 6px;
    padding: 6px 10px;
    transition: border-color 0.3s, box-shadow 0.3s;
}

.table input.form-control:focus,
.table select.form-control:focus {
    border-color: #3086ed;
    box-shadow: 0 0 5px rgba(255, 152, 0, 0.4);
    outline: none;
}

/* Dropify file inputs in table */
.table .dropify-wrapper {
    border-radius: 6px;
    border: 1px dashed #4da1ff;
    background: #fffdf9;
}
.datepicker {
	background-color: #edf1fd !important;
}
