/*
* demo.css
* File include item demo only specific css only
******************************************************************************/

table tr {
	height: 60px;
}

.menu .app-brand.demo {
	height: 70px;
	margin-top: 12px;
	margin-bottom: 12px;
}

.app-brand-logo.demo svg {
	width: 22px;
	height: 38px;
}

.app-brand-text.demo {
	font-size: 1.75rem;
	letter-spacing: -0.5px;
	text-transform: lowercase;
}

.layout-navbar-fixed .layout-wrapper:not(.layout-horizontal):not(.layout-without-menu) .layout-page {
	padding-top: 76px !important;
}

.layout-navbar-fixed .layout-wrapper:not(.layout-without-menu) .layout-page {
	padding-top: 64px !important;
}

.content-wrapper .navbar {
	z-index: auto;
}

.demo-blocks>* {
	display: block !important;
}

.demo-inline-spacing>* {
	margin: 1rem 0.375rem 0 0 !important;
}

.demo-vertical-spacing>* {
	margin-top: 1rem !important;
	margin-bottom: 0 !important;
}

.demo-vertical-spacing.demo-only-element> :first-child {
	margin-top: 0 !important;
}

.demo-vertical-spacing-lg>* {
	margin-top: 1.875rem !important;
	margin-bottom: 0 !important;
}

.demo-vertical-spacing-lg.demo-only-element> :first-child {
	margin-top: 0 !important;
}

.demo-vertical-spacing-xl>* {
	margin-top: 5rem !important;
	margin-bottom: 0 !important;
}

.demo-vertical-spacing-xl.demo-only-element> :first-child {
	margin-top: 0 !important;
}

.rtl-only {
	display: none !important;
	text-align: left !important;
	direction: ltr !important;
}

[dir='rtl'] .rtl-only {
	display: block !important;
}

.layout-demo-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: 1rem;
}

.layout-demo-placeholder img {
	width: 900px;
}

.layout-demo-info {
	text-align: center;
	margin-top: 1rem;
}

.action-btn {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: none;
	background-color: #fff;
	transition: 0.2s ease;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}

.action-btn:hover {
	transform: scale(1.05);
}

.action-btn i {
	font-size: 16px;
}

.btn-view i {
	color: #C3B4FF !important
}

.btn-edit i {
	color: #ff9f43
}

.btn-delete i {
	color: #ff4c51;
}

.btn-toggle i {
	color: #00bad1;
}

.btn-rupee i {
	color: #28c76f;
}

.btn-separate i {
	color: #fd7e14;
}

.dataTables_length {
	text-align: left;
	padding-left: 1.25rem;
}

.dataTables_filter {
	text-align: right;
	padding-right: 1.25rem;
}

.dataTables_info {
	padding-bottom: 25px;
    white-space: nowrap;
	padding-left: 1.25rem;
}

.dataTables_paginate {
	margin: 2px 0;
    padding-left: 0;
	padding-right: 1.25rem;
	display: flex;
    white-space: nowrap;
    text-align: right;
    justify-content: flex-end;
    list-style: none;
}

.dataTables_length label,
.dataTables_filter label {
	font-weight: normal;
    text-align: left;
    white-space: nowrap;
	display: inline-block;
}

.dataTables_length select {
	font-size: 16px;
    padding: .426rem 2.625rem .426rem .9375rem;
    border-radius: 6px;
    margin: 0 5px;
    background-repeat: no-repeat;
    background-position: right .9375rem center;
    background-size: 22px 24px;
	width: auto;
    display: inline-block;
	background-color: #fff;
	min-height: calc(1.5em + .5rem + 2px);
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    appearance: none;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.dataTables_filter input {
	height: 38px;
    border-radius: 6px;
	margin-left: 0.5em;
    margin-right: 0;
	display: inline-block;
    width: auto;
    background-color: #fff;
    padding: 8px 16px;
	min-height: calc(1.5em + .5rem + 2px);
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    appearance: none;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.paginate_button {
	padding: 0;
    border: 0;
    border-radius: 5px;
	margin-left: 0.4rem;
}

.paginate_button .current {
	background: #696cff;
    color: #fff;
}

.dataTables_empty {
	text-align: center;
}

div.dataTables_wrapper div.dataTables_length,
div.dataTables_wrapper div.dataTables_filter {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 1rem;
}

div.dataTables_wrapper div.dataTables_filter {
    float: right;
}

div.dataTables_wrapper div.dataTables_info,
div.dataTables_wrapper div.dataTables_paginate {
    display: inline-block;
    vertical-align: middle;
    margin-top: 1rem;
}

div.dataTables_wrapper div.dataTables_paginate {
    float: right;
}

.dataTables_paginate a.paginate_button {
    padding: 6px 12px;
    border-radius: 6px;
    border: 1px solid #ccc;
    background: #fff;
    color: #212529;
    font-size: 14px;
    text-decoration: none;
    margin-left: 0.4rem;
    transition: all 0.2s;
}

.dataTables_paginate a.paginate_button:hover {
    background-color: #e9ecef;
    color: #212529;
}

.dataTables_paginate a.paginate_button.current {
    background-color: #696cff;
    color: #fff !important;
    border-color: #696cff;
    font-weight: 600;
}

.dataTables_paginate a.paginate_button.disabled {
    pointer-events: none;
    opacity: 0.5;
}

.select2-container .select2-selection--single {
	display: block;
	width: 100%;
	padding: 0.3rem 1.875rem 0.3rem 0.875rem;
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1.53;
	color: #697a8d !important;
	background-color: #fff !important;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%2867, 89, 113, 0.6%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right 0.875rem center;
	background-size: 17px 12px;

	border: 1px solid #d9dee3 !important;
	border-radius: 0.375rem !important;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	appearance: none;
	min-height: calc(2.5rem + 2px);
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: #697a8d !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
	color: #697a8d !important;
	padding-left: 0 !important;
	padding-right: 2rem !important;
	line-height: 2rem !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  	display: none;
}

.select2-container .select2-selection--multiple {
	display: block;
	width: 100%;
	padding: 0.3rem 1.875rem 0.3rem 0.875rem;
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1;
	color: #697a8d !important;
	background-color: #fff !important;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%2867, 89, 113, 0.6%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right 0.875rem center;
	background-size: 17px 12px;

	border: 1px solid #d9dee3 !important;
	border-radius: 0.375rem !important;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	appearance: none;
	min-height: calc(2.5rem + 2px);
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
	color: #697a8d !important;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
	color: #697a8d !important;
	padding-left: 0 !important;
	padding-right: 2rem !important;
	line-height: 2rem !important;
}
