html {
	height: 100%;
	scroll-behavior: smooth;
	font-size: 16px;
}

body {
	width: 100%;
	height: 100%;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	color: #111;
	text-rendering: optimizeLegibility;
	overflow-x: hidden;
	letter-spacing: 0.0625rem;
}

@media only screen and (min-width: 75rem) {
	.hidden-xl {
		display: none !important;
	}
}

/* SLICK */
.slider-default-1 {
	margin-bottom: 0 !important;
}

.slick-dots {
	line-height: 0;
}

.slick-dots li {
	width: auto;
  height: auto;
}

.slick-dots li button {
	width: 10px;
	height: 10px;
	border-radius: 31.25rem;
	-moz-border-radius: 31.25rem;
	-webkit-border-radius: 31.25rem;
}

.slick-dots li button:before {
	display: none;
}

/* DATATABLES */
div.dataTables_wrapper div.dataTables_length label,
div.dataTables_wrapper div.dataTables_filter label,
div.dataTables_wrapper div.dataTables_info {
  font-size: 13px;
  color: #333;
}

div.dataTables_wrapper div.dataTables_length select,
div.dataTables_wrapper div.dataTables_filter input {
	font-size: 13px;
  color: #555;
  background: #fff;
  border: 1px solid #9CADBC;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}

div.dataTables_wrapper div.dataTables_info {
  padding: 10px 0 0;
}

div.dataTables_wrapper div.dataTables_paginate .page-item .page-link {
  font-size: 13px;
  color: #333;
  border-color: #9CADBC;
}

div.dataTables_wrapper div.dataTables_paginate .page-item.disabled .page-link {
	background: #eee;
  color: #333;
  border-color: #9CADBC;
}

div.dataTables_wrapper div.dataTables_paginate .page-item.active .page-link {
  background-color: #156F77;
  color: #fff;
  border-color: #156F77;
}

/* DATEPICKER */
.datetimepicker {
  padding: 10px !important;
}

.datetimepicker table th {
  font-size: 14px !important;
  color: #000;
  padding: 5px;
}

.datetimepicker table th.today {
  background-color: #156F77 !important;
  color: #fff !important;
}

.datetimepicker table td {
  font-size: 13px !important;
  color: #000;
  padding: 5px;
}

.datetimepicker table td.today {
  background-color: #156F77 !important;
  color: #fff !important;
  background-image: -moz-linear-gradient(top, #156F77, #156F77) !important;
  background-image: -ms-linear-gradient(top, #156F77, #156F77) !important;
  background-image: -webkit-linear-gradient(top, #156F77, #156F77) !important;
  background-image: -o-linear-gradient(top, #156F77, #156F77) !important;
  background-image: linear-gradient(to bottom, #156F77, #156F77) !important;
}

.datetimepicker table td.active,
.datetimepicker table td span.year.active,
.datetimepicker table td span.month.active,
.datetimepicker table td span.hour.active,
.datetimepicker table td span.minute.active {
  background-color: #156F77 !important;
  background-image: -moz-linear-gradient(top, #156F77, #156F77) !important;
  background-image: -ms-linear-gradient(top, #156F77, #156F77) !important;
  background-image: -webkit-linear-gradient(top, #156F77, #156F77) !important;
  background-image: -o-linear-gradient(top, #156F77, #156F77) !important;
  background-image: linear-gradient(to bottom, #156F77, #156F77) !important;
}

/* PLUGIN */
a,
.btn {
	text-decoration: none;
	transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
}

a:hover,
a:focus {
	text-decoration: none;
	outline: none !important;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}

.btn.focus,
.btn:focus,
button:focus,
input:focus {
	outline: none !important;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
}

.container {
	max-width: 100%;
	width: 90%;
}

.clr {
	width: 100% !important;
	display: block !important;
	clear: both !important;
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Archivo', sans-serif;
	font-weight: 700;
	margin: 0 0 0.9375rem;
}

.custom-tooltip {
	font-size: 13px;
}

.daterangepicker .drp-buttons .btn {
	font-size: 12px !important;
}

.no-border {
	border: 0 !important;
}

.border-radius-0 {
	border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
}

.border-radius-500 {
	border-radius: 31.25rem !important;
	-webkit-border-radius: 31.25rem !important;
	-moz-border-radius: 31.25rem !important;
}

.text-right {
	text-align: right;
}

.alert {
	font-size: 14px;
	padding: 10px;
}

.alert-success {
	background: #D7F4DA;
	border-color: #D7F4DA;
	color: #2E9E3A;
}

.alert-danger {
	background: #FDE7E7;
	border-color: #FDE7E7;
	color: #F13232;
}

::selection {
  background: #156F77;
  color: #fff;
}

/* BACKGROUND & COLOR */
.bg1 {
	background: #f2e2e0;
}

.bg2 {
	background: #fcfffe;
}

.blue {
	color: #156F77;
}

/* BADGE */
.badge {
	font-size: 10px;
	padding: 5px 10px;
	letter-spacing: 0;
}

.badge-success {
  background: #D7F4DA;
  color: #2E9E3A !important;
}

.badge-danger {
  background: #FDE7E7;
  color: #F13232 !important;
}

.badge-warning {
  background: #fdfbcf;
  color: #c8c100 !important;
}

/* MARGIN & PADDING */
.mb-0 {
	margin-bottom: 0 !important;
}

.mb-5 {
	margin-bottom: 0.3125rem !important;
}

.mb-10 {
	margin-bottom: 0.625rem !important;
}

.mb-15 {
	margin-bottom: 0.9375rem !important;
}

.mb-20 {
	margin-bottom: 1.25rem !important;
}

.mb-30 {
	margin-bottom: 1.875rem !important;
}

.mb-40 {
	margin-bottom: 2.5rem !important;
}

.mb-50 {
	margin-bottom: 3.125rem !important;
}

.mb-60 {
	margin-bottom: 3.75rem !important;
}

.mb-70 {
	margin-bottom: 4.375rem !important;
}

.mb-80 {
	margin-bottom: 5rem !important;
}

.mb-90 {
	margin-bottom: 5.625rem !important;
}

.mb-100 {
	margin-bottom: 6.25rem !important;
}

.mt-0 {
	margin-top: 0 !important;
}

.mt-10 {
	margin-top: 0.625rem !important;
}

.mt-20 {
	margin-top: 1.25rem !important;
}

.mt-30 {
	margin-top: 1.875rem !important;
}

.mt-40 {
	margin-top: 2.5rem !important;
}

.mt-50 {
	margin-top: 3.125rem !important;
}

.mt-60 {
	margin-top: 3.75rem !important;
}

.mt-70 {
	margin-top: 4.375rem !important;
}

.mt-80 {
	margin-top: 5rem !important;
}

.mt-90 {
	margin-top: 5.625rem !important;
}

.mt-100 {
	margin-top: 6.25rem !important;
}

.pl-0 {
	padding-left: 0 !important;
}

.pr-0 {
	padding-right: 0 !important;
}

.pt-0 {
	padding-top: 0 !important;
}

.pt-50 {
	padding-top: 3.125rem !important;
}

.pb-50 {
	padding-bottom: 3.125rem !important;
}

.pl-pr-0 {
	padding-left: 0;
	padding-right: 0;
}

.pl-pr-5 {
	padding-left: 0.3125rem;
	padding-right: 0.3125rem;
}

/* BUTTON */
.btn {
  font-size: 14px;
  padding: 6px 13px;
}

.btn-sm {
	font-size: 0.8125rem !important;
}

.btn-block {
	width: 100%;
	display: block;
}

.btn-default1 {
	background: #156F77;
	border: 0.0625rem solid #156F77;
	color: #fff;
}

.btn-default1:hover,
.btn-default1:focus {
	background: #1e94ca;
	border: 0.0625rem solid #1e94ca;
	color: #fff;
}

.btn-default2 {
	background: transparent;
	border: 0.0625rem solid #156F77;
	color: #156F77;
}

.btn-default2:hover,
.btn-default2:focus {
	background: #156F77;
	border: 0.0625rem solid #156F77;
	color: #fff;
}

.btn-primary {
  background: #cbefff;
	border: 0.0625rem solid #cbefff;
  color: #22A8E6 !important;
}

.btn-primary:hover,
.btn-primary:focus {
  background: #22A8E6;
	border: 0.0625rem solid #22A8E6;
  color: #fff !important;
}

.btn-success {
  background: #D7F4DA;
	border: 0.0625rem solid #D7F4DA;
  color: #2E9E3A !important;
}

.btn-success:hover,
.btn-success:focus {
  background: #2E9E3A;
	border: 0.0625rem solid #2E9E3A;
  color: #fff !important;
}

.btn-danger {
  background: #FDE7E7;
	border: 0.0625rem solid #FDE7E7;
  color: #F13232 !important;
}

.btn-danger:hover,
.btn-danger:focus {
  background: #F13232;
	border: 0.0625rem solid #F13232;
  color: #fff !important;
}

.btn-pass {
	background: transparent;
	font-size: 14px;
	color: #000;
	border: 0;
	padding: 0;
}

.btn-action {
  width: 25px;
  font-size: 10px;
  padding: 5px 2px;
}

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

.btn-back-top {
	width: 3.4375rem;
	height: 3.4375rem;
  position: fixed;
  background: #156F77;
  bottom: 6.875rem;
  right: 2.5rem;
	font-size: 1.625rem;
	color: #fff;
  display: none;
	border: 0;
  z-index: 99;
  box-shadow: 0 0.1875rem 0.625rem -0.3125rem rgba(0,0,0,.75);
  -webkit-box-shadow: 0 0.1875rem 0.625rem -0.3125rem rgba(0,0,0,.75);
  -moz-box-shadow: 0 0.1875rem 0.625rem -0.3125rem rgba(0,0,0,.75);
}

.btn-back-top.show {
	background: #156F77;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
}

.btn-back-top:hover {
	opacity: 0.7 !important;
}

.btn-back-top i {
	font-size: 1.375rem;
	color: #fff;
}

/* BOX TEMPLATE */
.box-data {
	margin: 0 0 30px;
}

.box-data figure {
	position: relative;
	margin: 0 0 15px;
}

.box-data figure img {
	width: 100%;
}

.box-data .info-absolute {
	position: absolute;
	top: 10px;
	right: 10px;
	margin: 0;
}

.box-data h2 {
	font-size: 16px;
	margin: 0 0 10px;
}

.box-data h2 a {
	color: #111;
}

.box-data h2 a:hover,
.box-data h2 a:focus {
	color: #156F77;
}

.box-data p {
	font-size: 15px;
	margin: 0 0 15px;
}

.box-data ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	align-items: center;
}

.box-data ul li {
	margin-right: 5px;
}

.box-data ul li:last-child {
	margin: 0;
}

.box-data ul li a.btn {
	width: 100%;
	font-size: 11px;
	padding: 4px 7px;
	display: block;
}

.box-data ul li a,
.box-data ul li button,
.box-data ul li span {
	display: block;
}

/* FORM */
.form-control {
  font-size: 14px;
  border-color: #9CADBC;
}

.form-control::placeholder {
  font-size: 14px;
	color: #999;
}

.form-control:-moz-placeholder {
  font-size: 14px;
	color: #999;
}

.form-control::-moz-placeholder {
  font-size: 14px;
	color: #999;
}

.form-control::-webkit-input-placeholder {
  font-size: 14px;
	color: #999;
}

select.form-control {
	color: #999;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.form-group textarea {
	min-height: 100px;
}

.form-group {
	margin: 0 0 15px;
}

.form-group label {
	font-size: 14px;
	font-weight: 600;
	display: block;
	margin: 0 0 5px;
}

.form-group label.sub-title {
	background: #eee;
	padding: 3px 5px;
	display: block;
	margin: 0 0 10px;
}

.form-group p {
	font-size: 14px;
	margin: 0;
}

.form-group small {
	font-size: 11px;
	color: #A92A72;
	display: block;
	margin: 5px 0 0;
}

.form-group a.view-full {
	font-size: 12px;
  color: #156F77;
  display: block;
}

.form-group ul.check-access-level {
	list-style: none;
	padding: 0;
	margin: 0;
	margin: 0 0 15px;
}

.form-group ul.check-access-level ul {
	list-style: none;
	padding: 0 0 0 20px;
	margin: 0 0 15px;
}

.form-group ul.check-access-level li,
.form-group ul.check-access-level ul li {
	font-size: 15px;
	margin: 0 0 10px;
}

.form-group ul.check-access-level li:last-child,
.form-group ul.check-access-level ul li:last-child {
	margin: 0;
}

.form-group .required {
	color: red;
}

.form-group .image-container {
  width: 135px;
  position: relative;
  cursor: pointer;
}

.form-group .image-container .image-col {
	position: relative;
  overflow: hidden;
  border: 1px solid #9CADBC;
}

.form-group .image-container .image-col input[type="file"] {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  opacity: 0 !important;
  cursor: pointer;
}

.form-group .image-container .image-col img {
  width: 100%;
  height: 130px;
  object-fit: cover;
  object-position: center;
}

.form-group .image-container-flex {
	display: flex;
}

.form-group .image-container-flex .image-col {
	position: relative;
  overflow: hidden;
  border: 1px solid #9CADBC;
  margin-right: 10px;
}

.form-group .image-container-flex .image-col input[type="file"] {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  opacity: 0 !important;
  cursor: pointer;
}

.form-group .image-container-flex .image-col img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  object-position: center;
}

.form-group .pretty {
	font-size: 15px;
	margin: 0 0 10px;
}

.form-group .pretty .state label:before {
	border-color: #000;
}

.form-group .pretty.p-custom .state label {
	top: -2px;
	position: relative;
}

.form-group .pretty.p-custom .state label:before {
	top: 0;
}

.form-group .bootstrap-tagsinput {
	width: 100%;
	border-color: #9CADBC;
}

.form-group .bootstrap-tagsinput span.tag {
	background: #156F77;
  font-size: 12px;
  padding: 3px 5px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}

/* MODAL */
.modal-header {
	padding: 20px 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.modal-header h2 {
	font-size: 16px;
	margin: 0;
}

.modal-header button {
	background: transparent;
	padding: 0;
	border: 0;
	line-height: 1;
}

.modal-body {
	padding: 20px 15px;
}

.modal-body  ul.nav {
	border: 1px solid #999;
	margin: 0 0 20px;
}

.modal-body  ul.nav li.nav-item {
	width: 50%;
  text-align: center;
}

.modal-body  ul.nav li.nav-item a.nav-link {
	font-size: 13px;
	background: #f2f2f2;
	color: #999;
}

.modal-body  ul.nav li.nav-item a.nav-link.active {
	background: #156F77;
	color: #fff;
}

.modal-footer {
	justify-content: flex-start;
}

.modal-footer p {
	font-size: 12px;
	color: red;
	margin: 0;
}

/* TABLE */
.table-default {
  width: 100% !important;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  overflow: hidden;
}

.table-default th,
.table-default td {
  font-size: 13px !important;
  white-space: normal;
  text-align: center;
  vertical-align: middle;
}

.table-default th {
	background: #DBF0E9;
  color: #333 !important;
  padding: 15px 10px;
  text-transform: capitalize !important;
  vertical-align: middle !important;
  text-align: center !important;
}

.table-default td {
  color: #757575 !important;
  padding: 10px;
}

.table-default tr:hover > td {
  background: #f9fafb !important;
  color: #333 !important;
}

.table-default td.td-setting {
  white-space: nowrap;
}

.table-default td img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  object-position: center;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

/* SUMMERNOTE */
.note-editor {
	background: #fff;
}

.note-editable h1,
.note-editable h2,
.note-editable h3,
.note-editable h4,
.note-editable h5,
.note-editable h6,
.note-editable p,
.note-editable ul,
.note-editable ol {
  margin: 0 0 15px;
}

.note-editable ul,
.note-editable ol {
  padding-left: 20px;
}

.note-modal-backdrop {
  display: none !important;
}

.note-modal-content {
  margin-top: 20%;
}

.note-modal-content .note-modal-header,
.note-modal-content .note-modal-body,
.note-modal-content .note-modal-footer {
  padding: 10px 15px !important;
}

.note-modal-content .note-modal-body .form-group {
  padding: 0;
}

.note-modal-content .note-modal-footer {
  height: auto !important;
  text-align: right;
}

.note-modal-content .note-modal-footer .note-btn {
  float: unset;
}

/* LOGIN */
.login {
	background: url(../img/core/bg-login.jpg);
	background-size: cover;
	background-position: center;
}

.login .content {
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
}

.login .content .item {
	background: #fff;
	overflow: hidden;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.15);
}

.login .content .image img {
	width: 100%;
}

.login .content .form {
	height: 100%;
	padding: 30px;
}

.login .content .form h1 {
	font-size: 18px;
	margin: 0 0 30px;
}

.login .content .form img {
	height: 65px;
	margin: 0 0 20px;
}

.login .content .form .form-group {
	margin: 0 0 15px;
}

.login .content .form .form-group label {
	font-size: 15px;
	display: block;
	margin: 0 0 7px;
}

.login .content .form .form-group a {
	font-size: 13px;
	color: #F37A71;
	display: block;
	text-align: center;
	margin: 0 0 30px;
}

.login .content .form .form-group .form-control {
	border-color: #999;
}

.login .content .form .form-group .input-group .form-control {
	border-right: 0;
}

.login .content .form .form-group .input-group .input-group-text {
	background: transparent;
	border-color: #999;
	border-left: 0;
}

/* CARD */
.card {
	border-color: #156F77;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	box-shadow: 0px 12px 24px 0px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0px 12px 24px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 12px 24px 0px rgba(0, 0, 0, 0.15);
}

.card .card-body {
	padding: 15px;
}

.card .card-body h2.sub-title {
	font-size: 17px;
}

.card .card-body ul.nav {
	border: 1px solid #999;
	margin: 0 0 30px;
}

.card .card-body ul.nav li.nav-item {
	width: 50%;
  text-align: center;
}

.card .card-body ul.nav li.nav-item a.nav-link {
	font-size: 13px;
	background: #f2f2f2;
	color: #999;
}

.card .card-body ul.nav li.nav-item a.nav-link.active {
	background: #156F77;
	color: #fff;
}

.card.card-summary .card-body i {
	font-size: 28px;
	display: block;
	margin: 0 0 10px;
}

.card.card-summary .card-body h2 {
	font-size: 32px;
	margin: 0;
}

.card.card-summary .card-body h3 {
	font-size: 15px;
	margin: 0 0 5px;
}

.card.card-summary .card-body .option-report {
	display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 15px;
}

.card.card-summary .card-body .option-report .form-control {
	width: 30%;
}

.card.card-title .card-body h2 {
  font-size: 21px;
  margin: 0 0 15px;
  display: flex;
  align-items: center;
}

.card.card-title .card-body label {
  font-size: 13px;
  color: #777;
  margin: 0 0 5px;
  display: block;
}

.card.card-title .card-body ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}

.card.card-title .card-body ul li {
  width: calc(25% - 30px);
  margin-right: 30px;
}

.card.card-title .card-body ul li p {
  font-size: 15px;
  margin: 0;
}

.card.card-title .card-body ul li span.badge  {
  font-size: 14px;
  padding: 4px 10px;
}

/* SIDEBAR */
.sidebar {
  width: 250px;
  height: 100%;
  background: #fff;
  position: fixed;
  margin-left: -300px;
  padding: 30px 15px;
  overflow-y: auto;
  box-shadow: 1px 8px 10px 0 rgba(183, 192, 206, 0.9);
  -webkit-box-shadow: 1px 8px 10px 0 rgba(183, 192, 206, 0.9);
  -moz-box-shadow: 1px 8px 10px 0 rgba(183, 192, 206, 0.9);
	transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
}

.sidebar.active-nav {
  margin-left: 0;
}

.sidebar .sidebar-close {
  text-align: center;
  margin: 0 0 30px;
}

.sidebar .sidebar-close a {
	font-size: 26px;
	color: #156F77;
}

.sidebar .logo {
	margin: 0 0 20px;
}

.sidebar .logo img {
	width: 80%;
	margin: 0 auto;
}

.sidebar .main-navigation ul li {
	margin: 0 0 5px;
}

.sidebar .main-navigation ul li:last-child {
	margin: 0;
}

.sidebar .main-navigation ul li a {
	font-size: 14px;
	color: #000 !important;
	padding: 12px 10px;
	border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.sidebar .main-navigation ul li a:hover,
.sidebar .main-navigation ul li a:focus,
.sidebar .main-navigation ul li.active a {
	background: #fff;
	color: #156F77 !important;
}

.sidebar .main-navigation ul li a i {
	width: 25px;
}

.sidebar .main-navigation ul li span {
	font-size: 11px;
	padding: 20px 0 5px;
	display: block;
	text-transform: uppercase;
}

.sidebar .main-navigation ul li ul.dropdown-menu {
	background: transparent;
	position: relative !important;
	border: 0;
	transform: unset !important;
	padding-left: 12px;
	padding-bottom: 0;
}

.sidebar .main-navigation ul li ul.dropdown-menu li {
	margin: 0 0 25px;
}

.sidebar .main-navigation ul li ul.dropdown-menu li:first-child {
	margin: 10px 0 25px;
}

.sidebar .main-navigation ul li ul.dropdown-menu li:last-child {
	margin: 0 0 10px;
}

.sidebar .main-navigation ul li ul.dropdown-menu li a {
	font-size: 13px;
	padding: 0;
	text-transform: capitalize;
}

.sidebar .main-navigation ul li ul.dropdown-menu li a:hover,
.sidebar .main-navigation ul li ul.dropdown-menu li a:focus {
	background: transparent;
	color: #156F77 !important;
	padding-left: 10px;
}


.sidebar .main-navigation ul li ul.dropdown-menu li.active a {
	background: transparent;
	color: #fff !important;
	opacity: 0.6;
}

/* HEADER */
header {
	width: 100%;
	background: #156F77;
	padding: 12px 10px;
}

header .content {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

header .button a {
	background: #fff;
	font-size: 12px;
	color: #156F77;
	padding: 6px 11px;
}

header .secondary-navigation ul li {
	margin-right: 20px;
}

header .secondary-navigation ul li:last-child {
	margin: 0;
}

header .secondary-navigation ul li a {
	font-size: 13px;
	color: #fff;
	position: relative;
	padding: 0;
}

header .secondary-navigation ul li a:hover,
header .secondary-navigation ul li a:focus {
	background: transparent;
	color: #ccc !important;
}

header .secondary-navigation ul li a span {
	width: 13px;
	height: 14px;
	background: #fff;
	display: inline-block;
  font-size: 10px;
  color: red;
  text-align: center;
}

header .secondary-navigation ul li a.dropdown-toggle:after {
	display: none;
}

header .secondary-navigation ul li ul.dropdown-menu li {
	margin: 0 0 5px;
}

header .secondary-navigation ul li ul.dropdown-menu li:last-child {
	margin: 0;
}

header .secondary-navigation ul li ul.dropdown-menu li a {
	font-size: 13px;
	color: #000;
	padding: 5px 10px;
}

header .secondary-navigation ul li ul.dropdown-menu li a:hover,
header .secondary-navigation ul li ul.dropdown-menu li a:focus {
	background: transparent;
	color: #156F77 !important;
	padding-left: 15px;
}

/* MAIN CONTENT */
.my-container {
	transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
}

.my-container.active-container {
	min-height: 100vh;
	background: #f9fafb;
  margin-left: 250px;
}

.my-container .page-wrapper p {
	font-size: 15px;
}

.my-container .page-wrapper .title {
	margin: 0 0 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.my-container .page-wrapper .title2 {
	margin: 0 0 30px;
}

.my-container .page-wrapper .title h1,
.my-container .page-wrapper .title2 h1 {
	font-size: 22px;
	margin: 0;
}

.my-container .page-wrapper .title ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}

.my-container .page-wrapper .title2 ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.my-container .page-wrapper .title ul li,
.my-container .page-wrapper .title2 ul li {
  padding-left: 15px;
}

.my-container .page-wrapper .title ul li:last-child,
.my-container .page-wrapper .title2 ul li:last-child {
	margin: 0;
}

.my-container .page-wrapper .title ul li .input-group .input-group-text,
.my-container .page-wrapper .title2 ul li .input-group .input-group-text {
	background: transparent;
  font-size: 13px;
  padding-right: 5px;
  border-color: #9CADBC;
}

.my-container .page-wrapper .title ul li .input-group .form-control,
.my-container .page-wrapper .title2 ul li .input-group .form-control {
  padding-left: 0;
	border-left: 0;
}

.my-container .page-wrapper .title ul li .btn,
.my-container .page-wrapper .title2 ul li .btn {
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  box-shadow: 0px 12px 24px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 12px 24px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 12px 24px 0px rgba(0, 0, 0, 0.15);
}

.my-container .page-wrapper .title a.back {
	background: #FDE7E7;
  font-size: 20px;
  color: #F13232;
  padding: 3px 5px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}

/* DASHBOARD */
.page-default {
	padding: 30px 10px;
}

/* MENU DRAG N DROP */
.box-menu {
	padding: 10px 5px;
	border: 1px solid #ccc;
	cursor: pointer;
}

.box-menu .item {
	padding: 8px;
}

.box-menu .item .item-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 0 10px;
}

.box-menu .item .item-title h2 {
	font-size: 14px;
	margin: 0;
}

.box-menu .item .item-title ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
}

.box-menu .item .item-title ul li {
	margin-right: 5px;
}

.box-menu .item .item-title ul li:last-child {
	margin: 0;
}

.box-menu .item .item-title ul li span,
.box-menu .item .item-title ul li .btn {
	display: block;
}

.box-menu.child {
	border: 1px solid #ccc;
}

.box-menu.child .item:last-child > .item-title {
	margin: 0;
}

.box-menu.child .item {
	padding-top: 0;
	padding-bottom: 0;
}