#sd-footer{
	margin-top: 4rem;
	padding: 15px;
	width: 100%;
	background-color: rgb(245, 245, 245);
	border-top: 1px solid rgb(221, 221, 221);
}

@media (min-width: 992px) {
	.row-lg-flex {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}

	/*  .sub-chapter > [class*="col-"]:nth-child(even){
		padding-left: .5rem;
	}
	.sub-chapter > [class*="col-"]:nth-child(odd){
		padding-right: 0;
	} */

	.row-lg-flex > [class*="col-"] .panel {
		min-height: 100%;
	}
}
.sd-tablesorter-wrapper {
	text-align: right;
	margin-bottom: 4px;
}
.dropdown-item {
	display: block;
	width: 100%;
	padding: 0.25rem 1.5rem;
	clear: both;
	font-weight: 400;
	color: #212529;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
	color: #16181b;
	text-decoration: none;
	background-color: #f8f9fa;
}
.dropdown-item.active, .dropdown-item:active {
	color: #fff;
	text-decoration: none;
	background-color: #FAA50A;
}
.dropdown-item.disabled, .dropdown-item:disabled {
	color: #6c757d;
	pointer-events: none;
	background-color: transparent;
}

.login-container-without-background{
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: auto;
}

.login-container-with-background{
	position: absolute;
	background: #fff;
	width: 25%;
	top: 15%;
	right: 10%;
	border: 1px solid #e7e7e7;
}

@media (min-width: 769px) and (max-width: 992px) {
	.login-container-without-background > .login-form{
		width: 45%;
	}
	.login-container-with-background{
		width: 35%;
	}
}

@media (max-width: 768px){
	.login-container-with-background{
		right: 0;
		width: 95%;
		margin: 1rem;
	}
	.login-container-without-background >.login-form{
		width: 100%;
	}
	.login-container-without-background{
		margin: 5px;
	}
}

.login-container-with-background > .login-form{
	padding: 1rem;
}

.login-container-with-background > input[type="email"]{
	margin-bottom: -5rem;
}

.login-form input[type="email"]{
	margin-bottom: -20px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

.login-form input[type="password"]  {
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
}

.login-container-without-background > .login-form{
	width: 30%;
}

.login-form > .btn-group, .login-form .btn{
	width: 100%;
}


.sd-banner-image-wrapper {
	 position: relative;
	width: 100%;
	overflow-x: hidden; 
}

.bannerimage{
width: 100%;
height: 500px;
	
}
.sd-banner-image{
	
width: 100%;
height: 500px;
position: relative;
}


html, body {
	height: 100%;
}

 .sd-body  {
	height: auto;
	min-height: 100%;
}

main {
	padding-bottom:50px;
}

footer {
	margin-top: -50px;
}

.table  .sd-action{
	font-size: 1.6rem;
}
@media (max-width: 992px){
	.table  .sd-action{
		font-size: 2rem;
	}
}


.sd-action-active{
	color: #F8EB00;
}
.sd-action-inactive{
	color: #ccc;
}
.sd-action-finished{
	color: #FF0000;
}

.sd-container{
	margin-top:55px;
}
@media (min-width: 769px) and (max-width: 1090px) {
	.sd-container{
		margin-top: 100px;
	}
}

.indented-cell {
        padding-left: 20px !important;
}

.expand-row {
	background-color: #f7f7f9 !important;
	transition: background-color 0.3s ease;
}

.expand-btn {
	cursor: pointer;
}

.boldMainRow {
	font-weight: bold;
}

.hiddenExpandingRow {
	display: none;
}

.cancelCalendarColor{
	color:red;
}

.rightAligned{
	text-align: right;
}

table.dataTable thead > tr > th,
table.dataTable thead > tr > td {
  padding-right: 0 !important;
}

table.dataTable thead > tr > th.sorting,
table.dataTable thead > tr > th.sorting_asc,
table.dataTable thead > tr > th.sorting_desc {
  padding-right: 0 !important;
}

/* Price column alignment */
table.dataTable thead > tr > th.price-column,
table.dataTable tbody > tr > td.price-column {
	text-align: right !important;
	padding-right: 10px !important;
}