/*   
Template Name: Color Admin - Responsive Admin Dashboard Template build with Twitter Bootstrap 3.3.4
Version: 1.7.0
Author: Sean Ngu
Website: http://www.seantheme.com/color-admin-v1.7/admin/
*/

.navbar-logo,
.coming-soon .brand .logo,
.login .login-header .brand .logo {
	border-color: #4dcaca #31a3a3 #1d8888;
}
.navbar.navbar-inverse .navbar-brand,
.sidebar .nav > li.active > a,
.sidebar .nav > li.active > a:focus,
.sidebar .nav > li.active > a:hover,
.page-sidebar-minified .sidebar .nav > li.has-sub.active:focus > a,
.page-sidebar-minified .sidebar .nav > li.has-sub.active:hover > a,
.page-sidebar-minified .sidebar .nav > li.has-sub.active > a,
.label.label-theme,
.btn.btn-scroll-to-top {
	background: #00acac;
}
.navbar.navbar-inverse .navbar-brand {
	color: #fff !important;
}
.text-theme,
.sidebar .sub-menu > li.active > a:before {
	color: #00acac;
}
@media (max-width: 767px) {
	.navbar-inverse .navbar-header {
		background: #00acac;
	}
}

/* Added in v1.5 */

.gradient-enabled .navbar.navbar-inverse .navbar-brand,
.gradient-enabled .sidebar .nav > li.active > a,
.gradient-enabled .sidebar .nav > li.active > a:focus,
.gradient-enabled .sidebar .nav > li.active > a:hover,
.gradient-enabled.page-sidebar-minified .sidebar .nav > li.has-sub.active:focus > a,
.gradient-enabled.page-sidebar-minified .sidebar .nav > li.has-sub.active:hover > a,
.gradient-enabled.page-sidebar-minified .sidebar .nav > li.has-sub.active > a,
.gradient-enabled .label.label-theme,
.gradient-enabled .btn.btn-scroll-to-top {
	background: rgb(0, 210, 210); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwZDJkMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMGFjYWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(0, 210, 210, 1) 0%, rgba(0, 172, 172, 1) 100%); /* FF3.6+ */
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0%, rgba(0, 210, 210, 1)),
		color-stop(100%, rgba(0, 172, 172, 1))
	); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(
		top,
		rgba(0, 210, 210, 1) 0%,
		rgba(0, 172, 172, 1) 100%
	); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0, 210, 210, 1) 0%, rgba(0, 172, 172, 1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(0, 210, 210, 1) 0%, rgba(0, 172, 172, 1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(0, 210, 210, 1) 0%, rgba(0, 172, 172, 1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(
			startColorstr='#00d2d2',
			endColorstr='#00acac',
			GradientType=0
		); /* IE6-8 */
}
.pace-progress {
	background: #00acac;
}
.pace .pace-activity {
	border-top-color: #00acac;
	border-left-color: #00acac;
}

/* Added in v1.7 */

.page-with-light-sidebar .sidebar .nav > li.active > a > i {
	color: #00acac;
}
.page-with-light-sidebar .sidebar .nav > li.active > a .badge,
.page-with-light-sidebar .sidebar .nav > li.active > a .label.label-theme {
	background: #00acac;
}

/* Custom CSS */

.modal-dialog {
	margin-top: 0;
	margin-bottom: 0;
	height: 100vh;
	display: flex;
	min-height: 500px;
	flex-direction: column;
	justify-content: center;
}

/* ADDED BY ASA */
.input-wrap .error-message {
	position: relative;
	opacity: 0;
	bottom: auto;
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
	font-size: 12px;
	margin-bottom: 0;
	display: none;
	color: #ea1822 !important;
	font-family: "CenturyGothic", "Helvetica", "sans-serif";
	font-weight: 300;
	text-transform: initial;
}
.input-wrap.error input[type="text"],
.input-wrap.error input[type="email"],
.input-wrap.error input[type="tel"],
.input-wrap.error input[type="time"],
.input-wrap.error input[type="date"],
.input-wrap.error textarea,
.input-wrap.error select {
	border-bottom: 1px solid #ea1822;
}
.input-wrap.error .error-message {
	opacity: 1;
	display: block;
}
.input-wrap .required-field {
	display: inline-block;
	color: #ea1822;
}
.error {
	text-align: left !important;
}

.form-custom-fields-data .form-group label strong span {
	color: red;
}

#data-table {
	table-layout: auto;
	width: 100% !important;
}
#data-table td,
#data-table th {
	width: auto !important;
	white-space: normal;
	text-overflow: ellipsis;
	overflow: hidden;
}

.upperCase {
	text-transform: uppercase;
}

/*ADDED BY MM*/

.checkbox label,
.radio label {
	min-height: 20px;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: 400;
	cursor: pointer;
	padding-top: 8px;
	line-height: 2;
}

textarea.form-control {
	min-height: 80px;
	resize: vertical;
	max-height: 300px;
}

.panel-heading {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}

#signIn {
	height: auto;
}

table.dataTable.dtr-inline.collapsed tbody td:first-child:before,
table.dataTable.dtr-inline.collapsed tbody th:first-child:before {
	top: 12px !important;
	left: 6px !important;
	height: 12px !important;
	width: 12px !important;
	display: block;
	position: absolute;
	color: white;
	border: 2px solid white;
	border-radius: 16px;
	text-align: center;
	line-height: 10px !important;
	box-shadow: 0 0 0px 1px #c7ccd0;
	box-sizing: content-box;
	content: '+';
	background-color: #00acac;
}

.nav-tabs > li > a {
	margin-right: 0px;
	line-height: 20px;
	min-height: 60px;
}
.nav > li > a {
	color: #fff;
	opacity: 0.9;
	text-align: center;
}

div.dataTables_length select {
	margin-right: 0px !important;
	height: 31px !important;
	width: auto !important;
	padding: 0px 0px !important;
}

.nav-tabs {
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
	background: #546b6b;
}

.panel-inverse > .panel-heading {
	margin-bottom: 1px;
}

#savePublishModalBtn {
	border: none;
	height: 30px;
	margin-top: 2px;
	font-weight: 400;
}

.nav-tabs > li {
	margin-bottom: 0;
	width: auto;
}

.nav-tabs > li > a {
	display: flex;
	align-items: center;
}

/*tbody .btn.btn-danger ,tbody  .btn.btn-info {*/
/*    margin-right: 15px;*/
/*}*/

.sidebar .nav > li > a {
	padding: 8px 20px;
	line-height: 20px;
	color: #a8acb1;
	text-align: left;
}

#categoryListWrapper .checkbox label {
	line-height: 1.6;
}

#postSEOAccordion .nav-tabs > li.active > a,
#postSEOAccordion .nav-tabs > li > a {
	display: flex;
	align-items: center;
	justify-content: center;
}

.nav.nav-tabs.menu-tab {
	display: block;
}

.Radio label span {
	margin-right: 10px;
}

/*.btn.btn-success:visited {*/
/*    opacity: 0.9;*/
/*    background: #f1dd02;*/
/*    border-color: #d2a503;*/
/*}*/

.btn.btn-white {
	font-weight: 400;
	color: #333;
	background: #fff;
	border-color: #e2e7eb;
	line-height: 1.6;
	font-size: 14px;
}

/*tbody .btn.btn-danger, tbody .btn.btn-info {*/
/*    margin-right: 15px;*/
/*    margin-bottom: 5px;*/
/*    min-width: 66px;*/
/*}*/

#confirmSavePublish .modal-content {
	margin: 0px auto;
}

/* ADDED BY RR */
.preview img {
	margin-bottom: 15px;
	/*padding: 15px;*/
	background-color: rgba(153, 153, 153, 0.2);
}

.nav-tabs > li.active {
	background-color: #ffffff;
}

.nav-tabs > li > a {
	display: flex;
	align-items: center;
	justify-content: center;
}

.nav-tabs li a h5 {
	margin: 0;
}

#postToMenuForm .row {
	display: flex;
	align-items: flex-start;
	margin-bottom: 5px;
}

#postToMenuForm .row input {
	margin: 4px 0 0;
}

#postToMenuForm .row label {
	margin: 0 0 0 5px;
}

/* LIBRARY TABLE */
#data-table.libary-table th:nth-of-type(5) {
	width: 180px !important;
	max-width: 200px;
}

/* NAVIGATION - MENU ITEM */
.mjs-nestedSortable-branch .menuDiv > span:nth-of-type(2) {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.mjs-nestedSortable-branch .itemTitle {
	margin: 5px;
}

.mjs-nestedSortable-branch .itemType {
	margin: 5px auto;
	margin-right: 10px;
}

.mjs-nestedSortable-branch .itemToggle {
	margin: 3px 0;
	color: #000000;
}

.mjs-nestedSortable-branch .disclose {
	display: none !important;
}

/* KNOWLEDGE BASE AND SILINGAN LIBRARY */
#data-table.silingan-table th:nth-of-type(2) {
	width: 250px !important;
	max-width: 250px;
}

#data-table.knowledge-table th:nth-of-type(2) {
	width: 250px !important;
	max-width: 250px;
}

#data-table.knowledge-table th:nth-of-type(4) {
	width: 150px !important;
	max-width: 150px;
}

#data-table.knowledge-table th:nth-of-type(5) {
	width: 100px !important;
	max-width: 100px;
}

#data-table.knowledge-table th:nth-of-type(6) {
	width: 180px !important;
	max-width: 180px;
}

#data-table .btn {
	margin-bottom: 5px;
}

#data-table .btn:not(:last-of-type) {
	margin-right: 2px;
}

.input-wrap {
	margin-bottom: 10px;
}

/* BOOTSTRAP - MULTISELECT */
.multiselect-native-select {
	display: block;
	margin-bottom: 5px;
}

.multiselect-native-select .btn-group {
	width: 100%;
}

.multiselect-native-select .multiselect {
	position: relative;
	display: block;
	width: 100%;
	min-height: 34px;
	padding: 6px 12px;
	font-size: 12px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	text-align: left !important;
	border: 1px solid #ccd0d4;
	border-radius: 3px;
	box-shadow: none !important;
}

.multiselect-native-select .multiselect::after {
	position: absolute;
	content: "\f0d7";
	top: 50%;
	right: 12px;
	display: block !important;
	color: #242a30;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;

	transform: translateY(-50%);
}

.multiselect-native-select .multiselect .multiselect-selected-text {
	text-align: left !important;
}

.multiselect-native-select .multiselect-filter i {
	position: absolute;
	content: "\f0d7";
	top: 11px;
	right: 11px;
	display: block !important;
	color: #d3d3d3;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
}

.multiselect-native-select input.multiselect-search {
	position: relative;
	margin-left: 0 !important;
}

.multiselect-native-select .multiselect-option {
	width: 100%;
	text-align: left;
	background: white;
	border: 0;
}

.multiselect-native-select .multiselect-option:not(:last-of-type) {
	border-bottom: 1px solid #d3d3d3;
}

.multiselect-native-select .multiselect-option .form-check {
	padding: 0 5px !important;
	display: flex;
	align-items: flex-start;
}

.multiselect-native-select .multiselect-option .form-check .form-check-label {
	margin-left: 5px !important;
	max-width: 350px;
}

.open > .multiselect-container.dropdown-menu {
	width: 100%;
	overflow-y: auto;
	max-height: 300px;
}

@media only screen and (max-width: 1200px) {
	#data-table .btn {
		display: block;
		margin: 0 auto 5px !important;
		width: 100%;
		max-width: 100px;
	}
}

@media only screen and (max-width: 520px) {
	#data-table .btn {
		display: inline-block;
		max-width: unset;
		width: auto;
	}
}

/* PROPERTY TABLE */
#facility-table td .btn {
	margin-bottom: 5px;
	width: 100%;
	max-width: 100px;
}

#site-data-table tbody tr td:nth-of-type(5),
#site-data-table tbody tr td:nth-of-type(6) {
	width: 50px;
}

#site-data-table td .btn {
	margin-bottom: 5px;
}

@media only screen and (max-width: 1200px) {
	#site-data-table td .btn {
		margin-bottom: 5px;
		width: 100%;
		max-width: 100px;
	}
}

#data-table-units .image-section img,
#progress-data-table .image-section img,
#site-data-table .viewBtn {
	object-fit: contain;
}

#progress-data-table .btn {
	margin-bottom: 5px;
}

.panel-heading .row .col-md-6 .btn-modal-save {
	font-size: 15px;
}

#data-table-units tr > td {
	padding: 10px;
}

#data-table-units tr > td:nth-of-type(2),
#data-table-units tr > td:nth-of-type(3),
#data-table-units tr > td:nth-of-type(4),
#data-table-units tr > td:nth-of-type(5) {
	white-space: unset;
}

#data-table-units tr > td:nth-of-type(2) {
	width: 150px !important;
	max-width: 300px;
}

#data-table-units tr > td:nth-of-type(3) {
	width: 150px !important;
	max-width: 100px;
}

#data-table-units tr > td:nth-of-type(5) {
	width: 50px !important;
	max-width: 50px;
}

#data-table-units tr > td:nth-of-type(2) span,
#data-table-units tr > td:nth-of-type(3) span {
	width: 100%;
	min-width: 200px;
}

#data-table-units tr > td > img {
	width: 100px !important;
	height: 100px !important;
	object-fit: contain;
}

#data-table-units tr > td > .btn {
	display: block;
	width: 100%;
	max-width: 140px;
	margin: 0 auto 5px;
}

@media only screen and (max-width: 991px) {
	#data-table-units tr > td:nth-of-type(2),
	#data-table-units tr > td:nth-of-type(3),
	#data-table-units tr > td:nth-of-type(4),
	#data-table-units tr > td:nth-of-type(5) {
		white-space: nowrap;
	}
}

/* CMS LOGIN */
.forgotpass:link,
.forgotpass:visited {
	display: block;
	font-weight: 600;
	text-align: right;
	text-decoration: none;
}

.login-content-forgotpass h3 p {
	font-size: 16px;
	color: white !important;
	font-weight: 600;
	line-height: 1.2;
	text-align: center;
}

/* DOWNLOADABLE FILES */
.downloadable-phead-btns {
	display: flex;
	align-items: stretch;
	justify-content: flex-end;
	margin-bottom: 20px;
}

.downloadable-phead-btns select,
.downloadable-phead-btns a:link,
.downloadable-phead-btns a:visited {
	margin-left: 15px;
	width: 100%;
	max-width: 150px;
}

.downloadable-phead-btns a:link:not(:last-of-type),
.downloadable-phead-btns a:visited:not(:last-of-type) {
	max-width: 100px;
}

#property-file-table .file-details {
	word-break: break-all;
}

/* ACCREDITATION */
.acc-details .modal-dialog {
	max-width: 900px;
	width: 100%;
	box-shadow: unset;
	background-color: white;
}

.acc-details .modal-header {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 2;
	background: white;
}

.acc-details .modal-body {
	position: relative;
	padding-bottom: 0;
	margin-top: 30px;
}

.acc-details .modal-footer {
	position: fixed;
	width: 100%;
	z-index: 2;
	background: white;
	bottom: 0;
}

.acc-details .modal-content {
	max-width: 900px;
	overflow: auto;
	height: 95%;
	background-color: white;
	box-shadow: none;
}

.acc-details .row {
	padding-top: 15px;
	padding-bottom: 15px;
}

.acc-details .row:not(:last-of-type) {
	border-bottom: 1px solid #eeeeee;
}

.acc-info {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	border-bottom: 0;
	margin-bottom: 10px;
}

.acc-info p {
	margin-bottom: 0;
}

.acc-value {
	font-weight: 600;
	margin-left: 10px;
	color: #000000;
}

.acc-value img {
	display: block;
	margin-top: 10px;
	width: 100%;
	height: 100%;
	min-width: 50px;
	min-height: 20px;
	max-height: 200px;
	max-width: 200px;
	object-fit: contain;
}

/* REPEATER FORM GROUP */
.repeater-group-form {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
}

.repeater-group-form label {
	width: 33.33333333%;
}

.repeater-group-form > label + input {
	width: 62%;
	margin: 0 15px;
	font-size: 12px;
	padding: 6px 12px;
	border: 1px solid #ddd;
	border-radius: 3px;
}

.repeater-group-form .repeater-group-container {
	margin-top: 15px;
	width: 100%;
}

/*** CSS for Computation Management ***/

.flex {
	display: flex;
	align-items: center;
	justify-content: left;
	flex-wrap: wrap;
}

.label-block {
	display: block;
}

.label-large {
	font-size: 14px;
	font-weight: bold;
}

.bootstrap-tagsinput {
	display: block;
	width: 100%;
	margin-bottom: 0;
}

.input-group-prepend {
	margin-right: -1px;
}

.input-group {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 100%;
}

.input-group-append,
.input-group-prepend {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.input-group-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0.375rem 0.75rem;
	margin-bottom: 0;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	text-align: center;
	white-space: nowrap;
	background-color: #e9ecef;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.interest-rate-panel .panel-body .dataTables_wrapper .panel-heading {
	display: none;
}

.panel-title.large {
	font-size: 16px;
	padding-top: 5px;
}

.input-group-append {
	margin-left: -1px;
}

.interest-rate-field .row {
	margin: 0px -5px;
}

.interest-rate-field .row > [class*=col-] {
	padding: 0px 5px;
}

.interest-rate-field label {
	margin-bottom: 0 !important;
}

.interest-rate-panel .interest-rate-field,
.interest-rate-panel .dataTables_wrapper {
	margin: 0px -15px;
}

.interest-rate-panel .interest-rate-field {
	padding-bottom: 30px;
	border-bottom: 5px solid #f2f2f2f2;
}

.interest-rate-field .interest-border-right {
	position: relative;
}

.interest-rate-panel .interest-rate-field {
	margin: 0px -15px;
	padding: 0px 10px 20px;
}

.interest-rate-field .interest-border-right:before {
	content: '';
	width: 1px;
	height: 100%;
	background: #f2f2f2;
	position: absolute;
	right: -2px;
	top: 0;
}
