@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;1,100;1,300;1,400;1,500;1,700&display=swap');

body {
	font-size:13px; font-family: 'Roboto', sans-serif !important;
}
h4 {
	font-size: 13px !important;
	margin-bottom: 0;
	font-weight:600;
}
.top0 {
	margin-top:0px !important;
}
.top-1 {
	margin-top: -1px;
}
.top3 {
	margin-top:3px !important;
}
.top5 {
	margin-top:5px !important;
}
.top10 {
	margin-top:10px !important;
}
.top15 {
	margin-top:15px !important;
}
.top20 {
	margin-top:20px !important;
}
.top22 {
	margin-top:22px !important;
}
.top23 {
	margin-top:22px !important;
}
.top30 {
	margin-top:30px !important;
}
.top32 {
	margin-top:32px !important;
}
.bot5 {
	margin-bottom:5px !important;
}
.bot10 {
	margin-bottom:10px !important;
}
.bot20 {
	margin-bottom:20px !important;
}
.bot30 {
	margin-bottom:30px !important;
}
.disabledbutton {
    pointer-events: none;
    opacity: 0.4;
}
.task-vert-align{
  vertical-align: middle;
  line-height: 1.7;}
.right5 {
	margin-right:5px !important;
}
.right0 {
	margin-right:0px !important;
}
.left5 {
	margin-left:5px !important;
}
.nav-sidebar>.nav-item .nav-icon.fa {
	font-size: 14px;
}
.nav-sidebar>.nav-item .nav-icon {
	margin-right: -3px;
}
.fa {
	margin-right: 2px;
}
.main-header {
	z-index: 1030;
}
/* ================= Notifications ================== */
.navbar-expand .navbar-nav .dropdown-menu {
	width: 300px;
}
/* ================= Sidebar ================== */

.layout-fixed .brand-link {
     width: auto; 
}



.main-sidebar {
 transition: margin-left .3s ease-in-out, width .3s ease-in-out;
	width: 230px;
}
.sidebar {
	padding-right: 0;
	padding-left: 0;
}
.nav-pills .nav-link {
	border-radius: 0rem !important;
}
.submenuleft {
	margin-left:8px;
}

 @media (min-width: 768px) {
 body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .content-wrapper, body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .main-footer, body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .main-header {
 transition: margin-left .3s ease-in-out;
 margin-left: 0px;
}
 .sidebar-mini .main-sidebar .nav-link {
 width: calc(250px - .5rem * 2);
 transition: width ease-in-out .3s;
}
}

 @media (min-width: 852px) and (max-width: 991px) {
 body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .content-wrapper, body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .main-footer, body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .main-header {
 transition: margin-left .3s ease-in-out;
 margin-left: 0px;
}
}


 @media (min-width: 992px) and (max-width: 1920px) {
 body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .content-wrapper, body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .main-footer, body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .main-header {
 transition: margin-left .3s ease-in-out;
 margin-left: 230px;
}
}
 @media (min-width: 992px) {
 .sidebar-mini.sidebar-collapse .main-sidebar, .sidebar-mini.sidebar-collapse .main-sidebar::before {
 margin-left: 0;
 width: 50px;
}
}
 
.navbar-white .nav-item .nav-link {
	padding:0.7rem 1rem 0.3rem 0.6rem;
}
.card-default .nav-item .nav-link {
	margin-right: 4px;
}

.nav-item .nav-link {
	padding:0.6rem 0.5rem 0.5rem 0.6rem;
}
.nav-tabs .nav-link {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.nav-tabs .nav-link {
	border:none;
}

.nav-tabs {
	border-bottom: none;
}


.card {
	/* box-shadow: 0 0 1px rgb(0 0 0 / 13%), 0 1px 3px rgb(0 0 0 / 20%); */
    margin-bottom: 1rem;
}

.nav-item .nav-link {
	padding: 0.3rem 0.5rem 0.3rem 0.6rem;
	margin-bottom: 4px;
}
.card {
	border-radius: 0rem !important;
}
.card-header {
	border-top-left-radius: 0rem;
	border-top-right-radius: 0rem;
}
.card-body .card {
	margin-top:0;
	margin-bottom: 0;
}
.card-body .card:last-child {
	margin-bottom: 20px;
}


div.dataTables_wrapper div.dataTables_filter input {
	height: 30px;
}
.icontext {
	padding-top: 4px !important;
	font-size: 14px !important;
	font-weight: 700 !important;
	float: left !important;
	margin-left: 1px !important;
}
.nav-sidebar .nav-item > .nav-link {
	margin-bottom: 0rem;
	/*padding: 12px 15px 12px 15px;*/ padding: 5px 5px 5px 15px;
}

.round-success {
	border-radius: 10px;
}
.round-approved {
	border-radius: 10px;
}
.round-info {
	border-radius: 10px;
}
.round-rejected {
	border-radius: 10px;
}
.round-primary {
	border-radius: 10px;
}
.round-grey {
	border-radius: 10px;
}
.top4 {
	margin-top:-4px;
}
.btn-head {
	margin-bottom: -1px !important;
	margin-top: 2px;
}
.col-centered {
	margin-left:auto !important;
	margin-right:auto !important;
	float:none !important;
}
.navbar {
padding:.0rem .0rem;
}
.card {
	margin-top:0px;
}
.form-control {
	display: block;
	width: 100%;
	height: calc(2rem + 2px);
	padding: 0rem 0rem;
	font-size: 15px;
	border-radius: 0;
}
.pull-right {
	float:right;
}
.pull-left {
	float:left;
}
.brand-link {
	padding: .0 0rem;
}

.brand-link img {
	margin-left:auto;
	margin-right:auto;
	float:none;
	display:table;
}
.nav-link {
	padding: 0.8rem 1rem 0.5rem 1rem;
}
.fa-i-big {
	border-radius: 0.25rem;
	padding: 7px 6px 7px 7px !important;
	float: left !important;
	display: table-cell !important;
	width: 30px !important;
	margin-right: 3px;
	font-size: 14px !important;
	height: 30px !important;
	text-align: center !important;
	vertical-align: middle !important;
	line-height: 26px !important;
	cursor: pointer !important;
	margin-bottom: 2px;
}
.fa-i-small {
	border-radius: 0.25rem;
	padding: 4px 4px 0px 4px !important;
	float: left !important;
	display: table-cell !important;
	width: 23px !important;
	margin-right: 3px;
	font-size: 14px !important;
	height: 23px !important;
	text-align: center !important;
	vertical-align: middle !important;
	line-height: 26px !important;
	cursor: pointer !important;
	margin-bottom: 5px;
}

.fa-i-big img {
	/* margin-top: 5px !important; */
    width: 15px !important;
	height: 15px !important;
	margin-left: 1px !important;/* display: table-cell !important; */
}
.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}
 .dropdown-toggle::after {
margin-top: 21px;
}
.rightbd {
	border-right: 1px solid;
}

.tabledata tr td {
	padding: 5px !important;
}
.table th {/*padding: 0.35rem;*/
	padding:0.35rem;
}
.card-header {
	padding: 0.5rem 0.5rem 0.5rem 0.5rem;
}
 
.table td {
	padding: 0.35rem;
}
.header {
	padding: 0.5rem 1.25rem 0rem 1.25rem;
}

.card-body {
	padding: 0.5rem 0.5rem 0.5rem 0.5rem;
}
.modal-footer {
	display: block;
	float: right;
	text-align: right;
}

/* -------------------------
Choose file
 ------------------------- */
input[type=file]::-webkit-file-upload-button {
border:0;
}

.dataTables_filter label {
	margin-bottom: 0rem;
}
#accordion .card-header a:before {
	font: normal normal normal 18px/1 FontAwesome;
	content: "\f107";
	float: right;
	transition: all 0.5s;
}
.nav-tabs.flex-column .nav-link {
	border-bottom-left-radius: 0rem;
}
/* -------------------------
ION Slider
 ------------------------- */

.range {
	display: table;
	position: relative;
	height: 25px;
	margin-top: 0px;
	border-radius: 0px;
	cursor: pointer;
}
.range input[type="range"] {
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	-ms-appearance: none !important;
	-o-appearance: none !important;
	appearance: none !important;
	display: table-cell;
	width: 100%;
	height: 25px;
	cursor: pointer;
}
.range input[type="range"]::-webkit-slider-thumb {
 -webkit-appearance: none !important;
 -moz-appearance: none !important;
 -ms-appearance: none !important;
 -o-appearance: none !important;
 appearance: none !important;
 width: 11px;
 height: 25px;
 text-align: center;
 white-space: nowrap;
 vertical-align: baseline;
 border-radius: 0px;
}
 .range input[type="range"]::-moz-slider-thumb {
 -webkit-appearance: none !important;
 -moz-appearance: none !important;
 -ms-appearance: none !important;
 -o-appearance: none !important;
 appearance: none !important;
 width: 11px;
 height: 25px;
 text-align: center;
 white-space: nowrap;
 vertical-align: baseline;
 border-radius: 0px;
}
.range output {
	display: table-cell;
	padding: 3px 5px 2px;
	min-width: 40px;
	text-align: center;
	text-decoration: none;
	border-radius: 0px;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	width: 1%;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: -moz-none;
	-o-user-select: none;
	user-select: none;
}
.range input[type="range"] {
	outline: none;
}
 




 @media (min-width: 200px) and (max-width: 767px) {
.mview {
display:block !important;
}
.dview {
display:none !important;
}
}
 @media (min-width: 200px) and (max-width: 1280px) {
.iview {
display:block !important;
}
.tview {
display:none !important;
}
}
 @media (min-width: 1281px) and (max-width: 1900px) {
.iview {
display:none !important;
}
}
 @media (min-width: 768px) and (max-width: 1900px) {
.dview {
display:block !important;
}
.mview {
display:none !important;
}
}
 @media (min-width: 200px) and (max-width: 600px) {
.dropdown-menu.show {
top: 5% !important;
}
}
 @media (min-width: 601px) and (max-width: 768px) {
.dropdown-menu.show {
top: 10% !important;
}
}
 @media (min-width: 769px) and (max-width: 1180px) {
.dropdown-menu.show {
top: 2% !important;
}
}


/* Mobile menu */

 .mobileview .dropdown-toggle::after {
 margin-top: 0px;
}

.dropdown-menu {
	position: absolute;
	width:100%;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 10rem;
	padding: 0.5rem 0;
	margin: 0.125rem 0 0;
	font-size: 1rem;
	text-align: left;
	list-style: none;
	background-clip: padding-box;
	border-radius: 0rem;
	box-shadow: none;
}
.mobileview .btn {
	border-radius: 0;
}
/* Dashboard */

.modules {
	font-weight: 400;
	font-size: 14px;
	line-height: 27px;
	letter-spacing: 0;
}
.box {
	position: relative !important;
	border-radius: 3px !important;
	margin-bottom: 0 !important;
	width: 100% !important;
	/* border-top: 3px solid !important; */
    border: 0;
}

.box-body {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	padding: 10px;
}
.content {
	min-height: 0px !important;
	padding: 10px 15px 5px 15px !important;
}
.section-title h5 {
	/* font-family: "Poppins",Arial,Helvetica,sans-serif; */
    font-weight: 500;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 1px;
	margin-bottom: 2px;
	margin-top: 5px;
}

.section-title .title-header {
	padding-left: 22px;
}
.title {
	font-size: 25px !important;
	line-height: 30px;
	font-weight: 400;
	margin-top: 0 !important;
}


@media (min-width: 992px) {
	.sidebar-mini.sidebar-collapse .content-wrapper {
		margin-left: 50px !important;
	}

	.sidebar-mini.sidebar-collapse .main-header {
		margin-left: 50PX !important;
	}
}


<!-- =================== CSS for Treeview Start =================== -->
.fa {
	position: relative;
	top: 1px;
	display: inline-block;
	font: normal normal normal 18px/1 FontAwesome;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.fa-plus-sign:before {
	content: "\f055";
}
.fa-minus-sign:before {
	content: "\f056";
}
.alignment {
	padding-top: 11px;
	display: block;
	padding-left: 28px;
}
.tree ul li:last-child:before {
	width:22px;
}
.tree, .tree ul {
	margin:0;
	padding:0;
	list-style:none;
}
.tree ul {
	margin-left:1em;
	position:relative
}
.tree ul ul {
	margin-left:.5em
}
.tree ul:before {
	content:"";
	display:block;
	width:0;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	border-left:1px solid
}
.tree li {
margin-top:6px;
	padding:0 0em 0 2em;
	line-height:2em;
	color:#369;
	position:relative;
	line-height:1;
}
.tree ul li:before {
	content:"";
	display:block;
	width:20px;
	height:0;
	border-top:1px solid;
	margin-top:-1px;
	position:absolute;
	top:0.5em;
	left:0
}
.tree ul li:last-child:before {
	background:#fff;
	height:auto;
    top:0.5em;
	bottom:0
}
.indicator {
	margin-right:5px;
}
.tree a {
	text-decoration: none;
	color:#369 !important;
	line-height:1;
}
.tree ul li a {
	text-decoration: none;
	color:#369 !important;
}
.tree ul li button, .tree li button:active, .tree li button:focus {
	text-decoration: none;
	color:#369 !important;
	border:none;
	background:transparent;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	outline: 0;
}
.text-disable {
	color:#666666 !important;
}

.dropdownbtn{width: auto; margin-left: -144px;
    margin-top: 0px; font-size:14px;}
	
<!--=================== CSS for Treeview End ===================-->


<!--=================== Form control ===================-->
.select2-container--default .select2-selection--single{height: calc(2rem + 2px) !important;}





