@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap');

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
	color: #333;
	background-color: #2c6667;
	background-image: url("images/main_background.jpg");
}
a:link, 
a:active,
a:visited {
	color: #005D6D;
	text-decoration: none;
}
a:hover {
	color:#008096;
	text-decoration: none;
}
h1 {
	font-size: 32px;
}
h2 {
	font-size: 28px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 18px;
}
#login {
	width: 100%;
	min-height: 100vh;
	font-size: 14px;
}
#login .logo img {
	max-height: 80px;
}
#login .aside {
	width: 100%;
    max-width: 600px;
	color: #fff;
}
@media (max-width:1399px) {
	#login .aside {
		max-width: 400px;
	}
}
@media (max-width:991px) {
	#login .aside {
		max-width: 100%;
	}
}
#login .main {
	background-color: #fff;
}
#login .login-form {
	width: 100%;
	max-width: 400px;
}
#login .login-form h3 {
	font-size: 26px;
	text-align: center;
	font-weight: 600;
}
#login .login-form .text-muted {
	color: #B5B5C3 !important;
	text-align: center;
}
#login .login-form .form-control.form-control-solid {
    background-color: #F3F6F9;
    border-color: #F3F6F9;
    color: #3F4254;
    -webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
	outline: none;
	box-shadow: none;
}
#login .login-form .form-control.form-control-solid:active,
#login .login-form .form-control.form-control-solid.active,
#login .login-form .form-control.form-control-solid:focus,
#login .login-form .form-control.form-control-solid.focus {
    background-color: #EBEDF3;
    border-color: #EBEDF3;
    color: #3F4254;
    -webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
}

#forgot-passwd {
	width: 100%;
	min-height: 100vh;
	font-size: 14px;
}
#forgot-passwd .logo img {
	max-height: 80px;
}
#forgot-passwd .aside {
	width: 100%;
	max-width: 600px;
	color: #fff;
}
@media (max-width:1399px) {
	#forgot-passwd .aside {
		max-width: 400px;
	}
}
@media (max-width:991px) {
	#forgot-passwd .aside {
		max-width: 100%;
	}
}
#forgot-passwd .main {
	background-color: #fff;
}
#forgot-passwd .forgot-passwd-form {
	width: 100%;
	max-width: 400px;
}
#forgot-passwd .forgot-passwd-form h3 {
	font-size: 26px;
	text-align: center;
	font-weight: 600;
}
#forgot-passwd .forgot-passwd-form .text-muted {
	color: #B5B5C3 !important;
	text-align: center;
}
#forgot-passwd .forgot-passwd-form .form-control.form-control-solid {
	background-color: #F3F6F9;
	border-color: #F3F6F9;
	color: #3F4254;
	-webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
	transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
	transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
	transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
	outline: none;
	box-shadow: none;
}
#forgot-passwd .forgot-passwd-form .form-control.form-control-solid:active,
#forgot-passwd .forgot-passwd-form .form-control.form-control-solid.active,
#forgot-passwd .forgot-passwd-form .form-control.form-control-solid:focus,
#forgot-passwd .forgot-passwd-form .form-control.form-control-solid.focus {
	background-color: #EBEDF3;
	border-color: #EBEDF3;
	color: #3F4254;
	-webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
	transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
	transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
	transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
}

/* FLEX */
.flex-root {
    -webkit-box-flex: 1;
    flex: 1;
    -ms-flex: 1 0 0px;
}
.flex-column-auto {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}
.flex-column-fluid {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}
.flex-row-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.flex-row-fluid {
    -webkit-box-flex: 1;
    flex: 1 auto;
    -ms-flex: 1 0 0px;
    min-width: 0;
}
.flex-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (min-width: 576px) {
  .flex-sm-root {
    -webkit-box-flex: 1;
    flex: 1;
    -ms-flex: 1 0 0px;
  }

  .flex-sm-column-auto {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }

  .flex-sm-column-fluid {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }

  .flex-sm-row-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .flex-sm-row-fluid {
    -webkit-box-flex: 1;
    flex: 1 auto;
    -ms-flex: 1 0 0px;
    min-width: 0;
  }
}
/* BUTTON */
.btn-lcp {
	background-color: #2C6667;
	border: 1px solid #2C6667;
	color: #fff;
}
.btn-lcp:hover {
	background-color: #008096;
	border: 1px solid #008096;
	color: #fff;
}
.panel .header {
    height: 100px;
}
.panel .main {
    min-height: calc(100vh - 100px);
    background-color: #fff;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
}
.panel .header .navbar {
    padding: 0;
}
.panel .header .navbar-brand {
	padding: 1px 0 0;
}
.panel .header .navbar-brand img {
    height: 60px;
}
.panel .header .navbar-dark .navbar-nav .nav-item {
	margin-right: 5px;
}
.panel .header .navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,1);
}
.panel .header .navbar-dark .navbar-nav .nav-link:focus,
.panel .header .navbar-dark .navbar-nav .nav-link:hover,
.panel .header .navbar-dark .navbar-nav .nav-link.active,
.panel .header .navbar-dark .navbar-nav .show>.nav-link {
    background-color: rgba(255,255,255,.1);
	border-radius: 5px;
}
.panel .main .heading {
	font-size: 16px;
	font-weight: 600;
	color: #005d6d;
	padding: 8px 10px;
	background-color: #f8f9fa;
	border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}
.panel .main .sidebar ul {
	padding: 0;
}
.panel .main .sidebar ul li {
	list-style-type: none;
	padding: 3px 0;
}
.panel .main .sidebar ul li i {
	color: #005d6d;
	width: 20px;
}
.panel .main .sidebar ul li a {
	display: block;
}
.nav-link.inner_tab.active,
.nav-link.tab.active {
	background-color: #2C6667;
	border: 1px solid #2C6667;
	color: #fff;
}
.nav-link.inner_tab,
.nav-link.tab {
	color: #2C6667;
}
.tickets-header h3 {
	font-size: 22px;
	line-height: 31px;
}
.tickets-header.small h3 {
	font-size: 16px;
	line-height: 30px;
	color: #1f3987;
	padding-bottom: 5px;
	border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}
.search_bar .form-control {
	outline: none;
	box-shadow: none;
}
.search_bar .form-control:focus {
	border-color: #2C6667;
}
.table thead tr th {
	background-color: #2C6667;
	color: #fff;
	font-weight: 400;
}
.table tbody tr.subject td {
	white-space: nowrap;
	font-size: 20px;
    font-weight: 400;
	background-color: #f8f9fa;
	padding: 0;
}
.table tbody tr.ticket_subject td {
	white-space: nowrap;
	font-size: 20px;
    font-weight: 400;
	background-color: #f8f9fa;
	border: 1px solid rgba(0, 0, 0, 0.1);
}
.table tbody tr.ticket_subject td h2 {
	font-size: 26px;
	font-weight: 400;
}
.table tbody tr.ticket_subject td span {
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 5px;
	font-size: 14px;
}
.table tbody tr.subject td a {
	display: block;
	padding: 1rem .5rem;	
}
.table tbody tr.ticket_details td span {
	display: block;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 300;
	margin-bottom: 5px;
}
.table tbody tr.open td {
	background-color: #198754;
	color: #fff;
}
.table tbody tr.closed td {
	background-color: #6c757d;
	color: #fff;
}
.table tbody tr.top_divider td {
	height: 10px;
}
.table tbody tr.divider td {
	height: 20px;
}


/* TICKETS */
.ticket {
	border: 1px solid #ddd;
}
.ticket .author {
	padding: 15px;
	background-color: #f8f9fa;
	border-right: 5px solid #ddd;
}
@media (max-width:991px) {
	.ticket .author {
		border-right: none;
		border-bottom: 3px solid #ddd;
	}
}
.active {
	color: #00a510;
}
.inactive {
	color: #c60000;
}
.ticket .message {
	padding: 0 0 15px;
}
.new_message {
	margin-bottom: 20px;
}
.new_message textarea {
	height: 300px !important;
	margin-bottom: 20px;
	resize: none;
}
.new_message .form-label {
	font-size: 18px;
}

#table_password,
#table_profile,
#table_page,
#table_page_settings {
	border-top: 1px solid #ddd;
}
#table_password .label,
#table_profile .label,
#table_page_settings .label,
#table_page .label {
	background-color: #f8f9fa;
	padding: 10px;
	border-top: none;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
#table_password .value,
#table_profile .value,
#table_page_settings .value,
#table_page .value {
	padding: 10px;
	border-top: none;
	border-bottom: 1px solid #ddd;
	border-left: 4px solid #ddd;
	border-right: 1px solid #ddd;	
}
#table_profile .email_accounts {
	list-style-type: none;
	margin: 10px auto;
	padding: 0;
}
#table_profile .email_accounts li {
	padding: 5px 0;
}

.show_password {
	cursor: pointer;
	width: 50px;
}
.show_password svg {
	margin: auto;
}
.show_password .fas {
	position: absolute!important;
	right:16px!important;
}
.show_password .progress {
	width: 100%;
	height: 100%;
	border-radius:0;
}
.show_password .progress .progress-bar {
	width:0;
	opacity:0.3;
}
.password-progress-bar {
	background-color: #0098b3!important;
}

/* Some Bootstrap Buttons */
.btn-fyi-marketing {
	color: #fff;
	background-color: #0098b3;
	border-color: #0098b3;
}
.btn-fyi-marketing:hover {
	color: #fff;
	background-color: #007d93;
	border-color: #007d93;
}
.btn-check:focus + .btn-fyi-marketing, .btn-fyi-marketing:focus {
	color: #fff;
	background-color: #007d93;
	border-color: #007d93;
	box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}
.btn-check:checked + .btn-fyi-marketing, .btn-check:active + .btn-fyi-marketing, .btn-fyi-marketing:active, .btn-fyi-marketing.active, .show > .btn-fyi-marketing.dropdown-toggle {
	color: #fff;
	background-color: #007d93;
	border-color: #007d93;
}
.btn-check:checked + .btn-fyi-marketing:focus, .btn-check:active + .btn-fyi-marketing:focus, .btn-fyi-marketing:active:focus, .btn-fyi-marketing.active:focus, .show > .btn-fyi-marketing.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}
.btn-fyi-marketing:disabled, .btn-fyi-marketing.disabled {
	color: #fff;
	background-color: #0098b3;
	border-color: #0098b3;
}


.btn-outline-fyi-marking {
	color: #007d93!important;
	border-color: #007d93;
}
.btn-outline-fyi-marking:hover {
	color: #fff!important;
	background-color: #007d93;
	border-color: #007d93;
}
.btn-check:focus + .btn-outline-fyi-marking, .btn-outline-fyi-marking:focus {
	box-shadow: 0 0 0 0.25rem rgba(0, 125, 147, 0.5);
}
.btn-check:checked + .btn-outline-fyi-marking, .btn-check:active + .btn-outline-fyi-marking, .btn-outline-fyi-marking:active, .btn-outline-fyi-marking.active, .btn-outline-fyi-marking.dropdown-toggle.show {
	color: #fff;
	background-color: #007d93;
	border-color: #007d93;
}
.btn-check:checked + .btn-outline-fyi-marking:focus, .btn-check:active + .btn-outline-fyi-marking:focus, .btn-outline-fyi-marking:active:focus, .btn-outline-fyi-marking.active:focus, .btn-outline-fyi-marking.dropdown-toggle.show:focus {
	box-shadow: 0 0 0 0.25rem rgba(0, 125, 147, 0.5);
}
.btn-outline-fyi-marking:disabled, .btn-outline-fyi-marking.disabled {
	color: #007d93;
	background-color: transparent;
}

/* Colorpicker */
.swatch_submenu_container {
	position: absolute;
	width: 140px;
	z-index: 9999;
}
.swatch_row {
	background-color: #fbfaf6;
	height: 30px;
	overflow: hidden;
	padding: 5px;
	position: relative;
}
.swatch_row_name {
	background-color: #fbfaf6;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.swatch_row_name p {
	padding-top: 10px;
}

.col-default {
	padding:5px;
}
.col-default div[id*="swatch_window_option"] {
	border: 1px solid #c6c5c3 !important;
	cursor: pointer;
	height: 24px !important;
	overflow: visible !important;
	position: relative;
	width: 25px !important;
}
.col-default div[id*="swatch_window_option"]::after {
	background: #fff none repeat scroll 0 0;
	border: 1px solid rgb(173, 173, 173);
	border-radius: 0 3px 3px 0;
	color: gray;
	content: "↓";
	font-size: 19px;
	height: 32px;
	position: absolute;
	right: -16px;
	top: -5px;
	width: 16px;
	z-index: 8;
	text-align:center;
}
.col-default div[id*="swatch_window_option"]::before {
	background: transparent none repeat scroll 0 0;
	border: 3px solid rgb(255, 255, 255);
	border-radius: 3px 0 0 3px;
	color: gray;
	content: "";
	font-size: 19px;
	height: 30px;
	left: -4px;
	outline: 1px solid rgb(173, 173, 173);
	position: absolute;
	top: -4px;
	width: 27px;
	z-index: 1;
}
.col-default div[id*="swatch_container_option"] {
	border: 1px solid rgb(173, 173, 173) !important;
	border-radius: 5px 0 5px 5px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.22);
}
.col-default div[id*="swatch_container_option"] .swatch_row {
	-moz-border-bottom-colors: none !important;
	-moz-border-left-colors: none !important;
	-moz-border-right-colors: none !important;
	-moz-border-top-colors: none !important;
	border-color: -moz-use-text-color -moz-use-text-color #e3e3e3 !important;
	border-image: none !important;
	border-style: none none solid !important;
	border-width: 0 0 1px !important;
	cursor: pointer;
	text-align: left;
}
.col-default div[id*="swatch_container_option"] .swatch_row:first-child {
	border-radius: 5px 0 0;
}
.col-default div[id*="swatch_container_option"] .swatch_row:last-child {
	border-bottom: 0 none !important;
	border-radius: 0 0 5px 5px;
}
.col-default div[id*="swatch_container_option"] .swatch_row .swatch_row_name p {
	padding-left: 12px;
}
.col-default div[id*="swatch_container_option"] .swatch_row .swatch_row_name {
	background: #fff none repeat scroll 0 0 !important;
}
.col-default div[id*="swatch_container_option"] .swatch_row:hover .swatch_row_name {
	background: #fbfaf6 none repeat scroll 0 0 !important;
}
.swatch_submenu_container {
	margin-left: -100px;
	top: 37px;
}
.swatch_submenu_container.open {
	top: 33px;
}
.swatch_submenu_container::after {
	background: #fff none repeat scroll 0 0;
	content: "";
	height: 3px;
	position: absolute;
	right: 0;
	top: -3px;
	width: 16px;
}
.col-default[class*="swatch-window-col"] {
	position: relative;
}
.col-default.unavailable[class*="swatch-window-col"]::after {
	background: red none repeat scroll 0 0;
	content: "";
	height: 2px;
	left: 1px;
	position: absolute;
	top: 17px;
	transform: rotate(-45deg);
	width: 35px;
	z-index: 5;
}
.col-default.is-invalid {
	width: 48px;
	border: 1px solid #dc3545;
	border-radius: 6px;
	background-color: #dc3545;
}
.col-default.is-valid {
	width: 48px;
	border: 1px solid #198754;
	border-radius: 6px;
	background-color: #198754;
}

.datatable tr.highlight_timer td {
	background: #fdf5e3
}
.cboxIframe {
	width: 100%;
	height: 100%;
}
/*#cboxOverlay {*/
/*	background: #ddd;*/
/*	opacity: 0.9;*/
/*	filter: alpha(opacity = 90);*/
/*	position: fixed;*/
/*	width: 100%;*/
/*	height: 100%;*/
/*}*/
/*#colorbox, #cboxOverlay, #cboxWrapper {*/
/*	position: absolute;*/
/*	top: 0;*/
/*	left: 0;*/
/*	z-index: 9999;*/
/*	overflow: hidden;*/
/*	-webkit-transform: translate3d(0,0,0);*/
/*}*/

/*#cboxTitle {*/
/*	position: absolute;*/
/*	top: -30px;*/
/*	left: 15px;*/
/*	font-weight: bold;*/
/*	background: #fff;*/
/*	padding-left: 15px;*/
/*	padding-right: 15px;*/
/*}*/
#cboxClose {
	border: 0;
	padding: 0;
	margin: 0;
	text-indent: -9999px;
	width: 20px;
	height: 20px;
	position: absolute;
	top: -20px;
	background: url(images/colorbox-controls.png) no-repeat 0 0;
	background-position-x: 0;
	background-position-y: 0;
}
/*#cboxClose {*/
/*	position: absolute;*/
/*	top: -30px;*/
/*	right: 15px;*/
/*}*/

.md_link {
	display: none;
}
#inner_tabs .nav-item {
	width: 25%;
	text-align: center;
}
#inner_tabs .nav-link {
	font-size: 14px;
}
#outer_tabs .nav-item {
	width: 20%;
	cursor: pointer;
	text-align: center;
}

@media (max-width: 1399.98px) {/*xxl*/
	#inner_tabs .nav-item {
		width: 50%;
	}
	#outer_tabs .nav-item {
		width: 33%;
	}
}
@media (max-width: 1199.98px) {/*xl*/
	#outer_tabs .nav-item {
		width: 50%;
	}
	#outer_tabs .nav-link {
		font-size: 14px;
	}
}

@media (max-width: 991.98px) { /*md*/
	.sidebar { display: none }
	#navbarSupportedContent {
	}
	#navbarSupportedContent .navbar-nav {
		margin-top: 10px;
		background-color: #fff;
		box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	}
	#navbarSupportedContent .nav-link {
		padding-left: 12px;
		color: black;
	}
	#navbarSupportedContent .nav-link:hover {
		color:  #007d93;
	}
	.md_link {
		display: block;
	}
	#desktop_logout {
		display: none;
	}
	#inner_tabs .nav-item {
		width: 50%;
	}
	#outer_tabs .nav-item {
		width: 50%;
	}
}

div.grecaptcha-badge{
	width:0 !important;
}


.select2-container {
	z-index:1061!important;
}
.select2-search {
	z-index:1061!important;
}
.select2-search input {
	z-index:1062!important;
}
.select2-search__field {
	z-index: 1062!important;
}

/*.select2-dropdown, .select2-container {*/
/*	z-index:10000*/
/*}*/
/*.select2-search {*/
/*	z-index:10001*/
/*}*/
/*.select2-search input {*/
/*	z-index:10002*/
/*}*/
#cboxClose { background-position: -50px -25px;!important; }