@CHARSET "UTF-8";

html {
	/* 	min-width: 800px; */
	height: 100%;
	max-height: 100%;
}

.ndl-dark-green-theme {
	background: #1A503E !important;
}

/********** search-area **********/
#search-box .bootstrap-select {
	height: 43px;
	border: none;
}

#search-box .bootstrap-select .btn {
	height: 41px;
	border: none;
	border-left: 1px solid #d2d2d2;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

#search-box .form-group {
	margin: 0px;
	padding: 0px;
}

#search-btn {
	height: 41px;
	padding: 7px 0px;
	margin: auto;
}

#search-box .btn-group {
	margin-top: 0px;
}

#search-key {
	padding-left: 10px;
	font-size: large;
	font-family: FontAwesome, Roboto, Helvetica, Arial, sans-serif;
}
/***** search box end ***********/
#loading-div {
	display: none;
	width: 100%;
	height: 100%;
	background: #ffffff;
	z-index: 5000;
	opacity: 0.5;
}

.checkbox {
	margin: 0px;
}

.checkbox .checkbox-material .check {
	width: 16px;
	height: 16px;
	border: 1px solid rgba(0, 0, 0, .54);
}

#loading-div>h1 {
	margin: auto;
	font-size: 150px;
	text-align: center;
	color: #1A503E;
}

/* common font */
.text-bolder {
	font-weight: 400;
}

.text-small {
	font-size: small !important;
}

body, .navbar {
	max-width: 1600px !important;
	margin: auto;
}

body {
	background-color: #f8f8f8;
	text-transform: none;
	min-height: 100%;
}

.no-padding {
	padding: 0px !important;
}

.border-left-right {
	-webkit-box-shadow: 0px -10px 23px 0px rgba(50, 50, 50, 0.45);
	-moz-box-shadow: 0px -10px 23px 0px rgba(50, 50, 50, 0.45);
	box-shadow: 0px -10px 23px 0px rgba(50, 50, 50, 0.45);
	background: #fff;
}

.btn:hover .svg, .active .svg {
	-webkit-filter: brightness(0.25);
	filter: brightness(0.25);
}

.content {
	margin-top: 40px;
}

.panel-heading, .panel-footer, .modal-title {
	text-align: center;
}

.modal-content .modal-footer {
	text-align: center;
	padding-bottom: 15px;
}

/* forms */
.form-group {
	margin: 2px;
	padding-bottom: 2px;
}

.form-group .form-control {
	margin-bottom: 0px;
}

.radio label {
	padding-left: 30px;
}

.form-group label.control-label {
	font-size: 14px;
	color: #444;
	margin-top: 8px;
}

.btn {
	text-transform: none !important;
	padding: 5px 25px;
	margin: auto;
	margin-bottom: 10px;
	font-weight: 400;
}

.form-group .bootstrap-select.btn-group {
	margin-top: 4px;
}

/* select */
.bootstrap-select>button {
	border: thin solid #cccccc;
	background: #ffffff;
	padding: 8px 0px 6px 5px;
	margin: 0px;
}

.dropdown-menu li {
	font-size: small;
}

.dropdown.bootstrap-select {
	margin: 4px 0px;
}

/* modal */
.modal-title {
	font-weight: 400;
}

form>.modal-body {
	padding: 10px;
}

#page-content {
	margin-top: 40px;
}

.nav-stacked>.btn-primary .active {
	background-color: #000000;
}

.colored-panel {
	background-color: #00AA9A;
}

/* scroll-bar */
::-webkit-scrollbar {
	width: 10px;
	height: 10px;
}

::-webkit-scrollbar-track-piece {
	background: #ddd;
}

::-webkit-scrollbar-thumb {
	background: #009688;
}

/* thumbnail */
.ndl-thumbnail {
	width: 100%;
	height: 100%;
	display: block;
	border: thin solid #bbbbbb;
	/*-webkit-filter: saturate(3);
	filter: saturate(3);*/
	background: #ccc;
}

/* log-in components */
#captcha {
	width: 100px;
	height: 45px;
	display: inline;
}

#recaptcha-btn {
	margin: 0px;
}
