/*************** Style updates **********************/
.c-app {
	background-color: #F3F2E8;
	background-image: url(../images/bg-pattern.png);
}

.c-footer {
	background: #f3f2e8;
	border-top: 1px solid #c7a600;
}

.c-footer a {
	color: inherit;
}

.c-footer a:hover {
	color: #c7a600;
}

.c-header,
.c-header .c-subheader {
	background: #f3f2e8;
	border-color: #c7a600;
}

a {
	color: #c7a600;
}

.bg-primary {
	background-color: #C7A600 !important;
}

.card {
	border-color: #c7a600;
}

.form-control {
	border: 0;
	background-color: #F3F2E8;
	border-radius: 0;
}

.btn-primary {
	color: #fff;
	background-color: #c7a600;
	border-color: #c7a600;
}

.btn-link {
	color: #c7a600;
}

.btn {
	border: 2px solid transparent;
}

.btn-outline-light {
	color: #ffffff;
	border-color: #ffffff;
}

.btn-group-lg>.btn,
.btn-lg {
	border-radius: 1px;
}

.input-group-text {
	color: #ffffff;
	background-color: #c7a600;
	border-color: #c7a600;
}

.btn-primary.focus,
.btn-primary:focus {
	color: #fff;
	background-color: #c7a600;
	border-color: #8c7500;
	box-shadow: 0 0 0 0.2rem rgb(199 166 0 / 55%);
}

.form-control:focus {
	box-shadow: 0 0 0 0.2rem rgb(199 166 0 / 55%);
}

.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #9c8200;
	border-color: #9c8200;
}

.top-bar {
	height: 40px;
	display: block;
	background: #C7A600;
	width: 100%;
	padding: 5px 0;
}

.artwork {
	background: url(../images/top-bar-art.svg);
	height: 30px;
	background-size: cover;
}

.sign_up_box a.btn {
	width: 150px;
	border-radius: 3px;
}

.dropdown-item.active,
.dropdown-item:active {
	background-color: #c7a600;
}

.btn-primary.disabled,
.btn-primary:disabled {
	background-color: #9c9c9c;
	border-color: #9c9c9c;
}

.btn-success {
	background-color: #c9a909;
	border-color: #c9a909;
}

.custom-control-input:checked~.custom-control-label::before {
	border-color: #947c02;
	background-color: #947c02;
}

.dashboard-tiles .card-body a {
	font-size: 1rem;
}

.bg-warning {
	background: #638377 !important;
}

.bg-success {
	background: #636f83 !important;
}

.bg-info {
	background: #83636f !important;
}

.bg-dark.thaali_mgmt {
	background: #837763 !important;
}

.bg-info.reports {
	background: #676383 !important;
}

.bg-dark.takhmeen_mgmt {
	background: #808363 !important;
}

.bg-dark.receipt_mgmt {
	background: #698363 !important;
}

@media (hover: hover),
not all {
	.btn-primary:hover {
		background-color: #d9c352;
		border-color: #d9c352;
	}

	a:hover {
		text-decoration: underline;
		color: #c7a600;
	}
}

@media (min-width: 600px) {
	.top-bar-container {
		margin-bottom: 10vh;
	}
}

@media (max-width: 600px) {
	.c-header-nav-link>img {
		width: 30vw;
	}
}

/*************** End of Style updates **********************/
fieldset.fmb-border {
	border: 1px solid #ddd !important;
	padding: 0 1.4em 1.4em 1.4em !important;
	margin: 0 0 1.5em 0 !important;
	border-radius: .25rem;
}

legend.fmb-border {
	font-size: 1.2em !important;
	display: inline-block;
	width: fit-content;
	text-align: left !important;
}

.image-center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
}

.logo-wrapper {
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #ccc;
}

.form-group label code {
	font-size: 100%;
	color: #e83e8c;
	word-wrap: break-word;
}

.dashboard-tiles div[class^=col-sm] {
	display: flex;
}

.dashboard-tiles div[class^=col-sm] .card {
	width: 100%;
}

.dashboard-tiles div[class^=col-sm] .card a {
	margin-top: auto;
}

.dashboard-tiles div[class^=col-sm] .card-body {
	display: flex;
	flex-direction: column;
}

.mumin-login .c-wrapper .container {
	/*margin-top: 10vh;*/
}

.menuRow {
	padding: 10px 0;
}

.timepicker-hour,
.timepicker-minute {
	text-align: center;
	display: block;
}

li.picker-switch.accordion-toggle table tr td {
	width: 100%;
}

li.picker-switch.accordion-toggle {
	margin-top: 10px;
}

#manageOrderOptionForm .form-control {
	margin-bottom: 10px;
}

.timepicker-hours .hour {
	padding: 10px;
}

.timepicker-minutes .minute {
	padding: 0 10px;
}

.rowActionButton button {
	background: #f44336;
}

#actionButtons button {
	background: #43a047;
}

/********************************* Responsive ***************************************/

@media only screen and (max-width: 576px) {
	.c-footer div {
		margin: auto !important;
	}

	.mumin-login .c-wrapper .container {
		margin-top: 50px;
	}

	.menuRow {
		padding: 15px 0;
	}

	#distributorReportTable tr {
		display: flex;
		flex-direction: column;
		border-bottom: 2px solid;
	}

	ul.nav.nav-tabs {
		display: flex;
		flex-direction: column;
	}

	.nav-tabs-boxed .tab-content div[class^="col-"] {
		padding-left: 0px;
		padding-right: 0px;
	}

	.nav-tabs-boxed .tab-content {
		padding: 20px 10px;
	}

	.bootstrap-datetimepicker-widget .datepicker table tr td,
	.bootstrap-datetimepicker-widget .datepicker table tr th {
		width: 40px;
		height: 40px;
	}

	.c-avatar {
		max-width: 32px;
		max-height: 32px;
	}

	.thaliAddTable tr,
	.thaliUpdateTable tr {
		display: flex;
		flex-direction: column;
		border-bottom: 2px solid #c7a600;
	}

	.thaliAddTable thead,
	.thaliUpdateTable thead {
		display: none;
	}

	.thaliAddTable .mb-4,
	.thaliAddTable .my-4,
	.thaliUpdateTable .mb-4,
	.thaliUpdateTable .my-4 {
		margin-bottom: 0 !important;
	}
}