@media (min-width: 1200px) {
	.container {
		max-width: 1170px;
	}
}

html, body {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	background: #ffffff;
	font-family: 'Roboto', Arial, Helvetica;
	font-size: 14px;
	color: #212121;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Montserrat', Arial, Helvetica;
	font-weight: 500;
}

h1, .h1 {
	font-size: 2rem;
}
h2, .h2 {
	font-size: 1.8rem;
}

a, .page-link {
	color: #359846;
	text-decoration: none;
}
a:hover, .page-link:hover {
	color: #1e712c;
	text-decoration: none;
}

.page-item.active .page-link {
	background-color: #359846;
	border-color: #359846;
}
.page-item.active .page-link:hover, .page-link:hover {
	color: #1e712c;
}

.thead-dark a {
	color: #ffffff;
}

select.form-control {
	padding-right: 25px;
	/* background-image: url("data:image/svg+xml, <svg version='1.1' xmlns='http://www.w3.org/2000/svg' width='14px' height='14px' viewBox='0 0 1200 1000' fill='rgb(51,51,51)'><path d='M1100 411l-198 -199l-353 353l-353 -353l-197 199l551 551z'/></svg>"); */
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20fill%3D%22%23555555%22%20%0A%09%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%22-261%20145.2%2024%2024%22%20style%3D%22enable-background%3Anew%20-261%20145.2%2024%2024%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20d%3D%22M-245.3%2C156.1l-3.6-6.5l-3.7%2C6.5%20M-252.7%2C159l3.7%2C6.5l3.6-6.5%22%2F%3E%0A%3C%2Fsvg%3E");
	background-repeat: no-repeat;
	background-position: calc(100% - 7px) 50%;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
}

.alert p, .alert ul {
	margin-bottom: 0;
}

.sidebar {
	border-bottom: 1px solid #cccccc;
}
.sidebar-sticky {
	position: static;
}
@media (min-width: 768px) {
	.sidebar {
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		z-index: 100; /* Behind the navbar */
		padding: 0;
		box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
		border-bottom: 0px solid;
	}
	.sidebar-sticky {
		position: -webkit-sticky;
		position: sticky;
		top: 48px; /* Height of navbar */
		height: calc(100vh - 48px);
		padding-top: .5rem;
		overflow-x: hidden;
		overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
	}
}
.sidebar .nav-link {
	font-weight: 500;
	color: #333;
}
.sidebar .nav-link i {
	margin-right: 4px;
	color: #999;
}
.sidebar .active .nav-link {
	color: #359846;
}
.sidebar .nav-link:hover {
	background-image: linear-gradient(to right, #2c7238 0%, #3a974a 100%);
	background-repeat: repeat-x;
	color: #fff;
}

.sidebar .nav-link:hover i,
.sidebar .active .nav-link i {
	color: inherit;
}

.sidebar-heading {
	font-size: .75rem;
	text-transform: uppercase;
}

.navbar, .bg-dark {
	background-color: #359846 !important;
}
.navbar-brand {
	padding-top: .75rem;
	padding-bottom: .75rem;
	font-size: 1rem;
	background-color: rgba(0, 0, 0, .25);
	-webkit-box-shadow: none;
	box-shadow: none;
	/*
	box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);
	*/
}
.navbar .form-control {
	padding: .75rem 1rem;
	border-width: 0;
	border-radius: 0;
}
.form-control-dark {
	color: #fff;
	background-color: rgba(255, 255, 255, .1);
	border-color: rgba(255, 255, 255, .1);
}
.form-control-dark:focus {
	border-color: transparent;
	box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}

.border-top {
	border-top: 1px solid #e5e5e5;
}
.border-bottom {
	border-bottom: 1px solid #e5e5e5;
}

.table thead th {
	border-top: 0px solid;
}
.table td .form-group {
	margin-bottom: 0;
}

table.multiple-input-list tr > td:first-child {
	padding-left: 0;
}
table.multiple-input-list tr > td:last-child {
	padding-right: 0;
}

.select2-container {
	display: block;
	clear: both;
}

.select2-container--default .select2-selection--single {
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
}
.select2-container .select2-selection--single {
	width: 100%;
	height: auto;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #495057;
	font-size: .9rem;
}
.ui-icon-close {
	position: absolute;
}
li.ui-state-default .select2-container .select2-selection--single .select2-selection__rendered {
	padding: 0 2rem .375rem .75rem !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
	padding: .375rem 2rem .375rem .75rem;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 1.6;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 1.5rem;
	top: .375rem;
	right: .5rem;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20fill%3D%22%23555555%22%20%0A%09%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%22-261%20145.2%2024%2024%22%20style%3D%22enable-background%3Anew%20-261%20145.2%2024%2024%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20d%3D%22M-245.3%2C156.1l-3.6-6.5l-3.7%2C6.5%20M-252.7%2C159l3.7%2C6.5l3.6-6.5%22%2F%3E%0A%3C%2Fsvg%3E");
	background-repeat: no-repeat;
	background-position: center center;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
	display: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	float: right;
	margin-right: 0;
	margin-left: .25rem;
}
.select2-container--default .select2-selection--multiple {
	border-color: #ced4da;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
	border-color: #ced4da;
}
.select2-dropdown {
	border: 1px solid #ced4da;
}
.select2-results__option .wrap:before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 400;
	color: #999;
	content: "\f0c8";
	width: 25px;
	height: 25px;
	padding-right: 10px;
}
.select2-results__option[aria-selected=true] .wrap:before {
	content: "\f14a";
}

.select2-container, .select2-dropdown, .select2-search, .select2-results {
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-ms-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
}

.note-editor.note-frame {
	border-color: #ced4da;
}

.info-box {
	display: block;
	min-height: 90px;
	background: #f1f2f3;
	width: 100%;
	box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	border-radius: .25rem;
	margin-bottom: 15px;
	color: #ffffff;
}
.info-box-icon {
	border-top-left-radius: .25rem;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: .25rem;
	display: block;
	float: left;
	height: 90px;
	width: 90px;
	text-align: center;
	font-size: 45px;
	line-height: 90px;
	background: #359846;
	color: hsla(0,0%,100%,.75);
}
.info-box-content {
	padding: 5px 10px;
	margin-left: 90px;
	color: #212121;
}
.info-box-text {
	display: block;
	font-size: 14px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-transform: uppercase;
}
.info-box-number {
	display: block;
	font-weight: bold;
	font-size: 18px;
}
.loaderstyles
{
	position: absolute;
	display: none;
	opacity: 0.6;
	z-index: 100000;
	filter: alpha(opacity=60);

}
.popUpCommonDiv
{
    display:none;
    position:fixed;
    _position:absolute; 
    background:#F0F0F0;
    border:2px solid #cecece;
    z-index:9999;
    padding:12px;
    font-size:13px;
}
.multiple-select
{
	background-image: none !important;
}

