/* Import Font Awesome CSS */
@import url("font-awesome.css");

/* CSS Document */
html{
font-size: 16px;
font-size: 1em;	
}


html,body {
  height: 100%;
	
  /* The html and body elements cannot have any padding or margin. */
}
body {
font-family: 'Lato', Trebuchet MS, Helvetica Neue, sans-serif;
padding-top:0!important;
}

/* to hide alt tags for search and other things */
.obscure {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}
/* end hide alt tags */

p{
  font-size: 1rem;
  line-height: 1.5!important;
}


@media (max-width:1145px) and (min-width:850px) {
  .homepagevotingalert{
    margin-top:80px !important;
  }
}


/* start responsive iframe div */

.fluid-wrapper {
    position: relative;
    padding-bottom: 50%; /* 16:9 */
    height: 0;
}
.fluid-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}
.block {
 padding: 10px;
}

.shadow {
    box-shadow: 3px 3px 4px #ccc;
}
.pull-left {margin-right:15px;}
.pull-right {margin-left:15px;}
/* end responsive iframe div */
/* start responsive iframeV2 div */
.responsive-iframe-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
 
.responsive-iframe-container iframe,   
.vresponsive-iframe-container object,  
.vresponsive-iframe-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* end responsive iframeV2 div */



a[href$='.swf'], a[href$='.fla'], a[href$='.swd'] {
    display:inline;
    padding-right:20px;
    padding-top:6px;
    line-height:20px;
    background:transparent url(/images/flash_icon.gif) center right no-repeat;
}
a[href$='.xls'], a[href$='.csv'], a[href$='.xlt'], a[href$='.xlw'], a[href$='.xlsm'], a[href$='.xlsx'] {
    display:inline;
    padding-right:20px;
    padding-top:6px;
    line-height:20px;
    background:transparent url(/images/excel_icon.gif) center right no-repeat;
}
a[href$='.ppt'], a[href$='.pps'], a[href$='.pptx'] {
    display:inline;
    padding-right:20px;
    padding-top:6px;
    line-height:20px;
    background:transparent url(/images/PowerPoint_icon.gif) center right no-repeat;
}
a[href$='.doc'], a[href$='.rtf'], a[href$='.txt'], a[href$='.wps'], a[href$='.docx'] {
    display:inline;
    padding-right:20px;
    padding-top:6px;
    line-height:20px;
    background:transparent url(/images/msword_icon.gif) center right no-repeat;
}
/* ------- End Icons -------- */

/* ------- Start Main Navigation -------- */

/* Nav mobile color fix */

@media only screen and (max-width: 769px){
  .nav-collapse .nav > li > a, .nav-collapse .dropdown-menu a {
    color: #FFF; }
}




.navbar .block {
    padding: 0px;
}


.navbar-inverse .navbar-inner {
  background-color:#000;
  background-image:none;
}
.navbar-inner {
  background:#244c5a;
  min-height:60px;
}
.navbar .nav > li {
  line-height:30px;
}
.navbar .nav > li > a, .navbar .nav .separator {
    color: #FFF;
    float: none;
    padding: 10px 12px;
    text-decoration: none;
    text-shadow: none;
	z-index:1100;position:relative;
}
.navbar .nav > li > a:focus, .navbar .nav > li > a:hover, .navbar .nav .separator:hover {
    background-color: #244c5a;
    color: #FFF;
    text-decoration: none;
}
.nav .separator {
    display: block;
}

.navbar .nav li.dropdown > a:hover .caret, .navbar .nav li.dropdown > a:focus .caret {
  border-bottom-color:#FFF;
  border-top-color:#FFF;
}
.navbar .nav .dropdown-toggle .caret {
  margin-top:14px;
}
.dropdown .caret {
  margin-left:4px;
}
/* -- new for nav --*/
.navbar .nav ul li .separator {
  color:#282828;
  float: none;
  padding: 10px 12px;
  text-decoration: none;
}

.dropdown-menu > li > ul > li > a {
  	border-bottom:1px solid #dedede;
    clear: both;
    color: #333;
    display: block;
    font-weight: normal;
    line-height: 20px;
    padding: 3px 15px;
    white-space: nowrap;
}
.dropdown-menu > li > ul > li > a:hover {
  background-color: #dedede;
  text-decoration:none;
}
/*-- end Nav -- */
/*Start Breadcrumbs*/
.breadcrumb {
  background:none;
  margin:15px 0;
  padding:0 5px;
}
/*.breadcrumb > li > a { color:#282828;}*/
/*End Breadcrumbs*/
/*-- New Homepage --*/
#header {
    background-color: #fbfbfb;
    background-image: -moz-linear-gradient(center top , #ffffff, #f5f5f5);
    background-repeat: repeat-x;
    border-bottom: 1px solid #ddd;
    box-shadow: 0 1px 0 #ffffff inset;
}

.quicklinks h3 {
  background:#244c5a;
  color:#FFF;
  font-size:1em;
  margin:0;
  padding:0 10px;
}

#above {
  border-bottom:1px solid #ddd;
  box-shadow:0px 7px 5px #DDD;
  margin-bottom: 20px;
  padding:20px 0;
}



#middle {
  box-shadow:0 7px 5px #DDD;
}
.quicklinks h3 a {
  color:#FFF;
}
#middle2015 {
  background-image: url("/images/homepage_icons/bg_tctx_1500x500.jpg");
  background-color:#244c5a;
  box-shadow:0px 7px 5px #DDD;
  color:#282828;
  padding-top:20px;
}



#middle2016 ul{
	list-style: none;
	padding: .5em 1em;
	margin-bottom: 0;
}
#middle2016 li{
	padding: .5em;
}
#middle2016 li a{
	font-weight: bold;
	color:#282828;
	text-decoration: underline;
}
#middle2016 li:hover {
   	background-color: #244c5a;
    color: white;
}
#middle2016 li:hover a{
	color: white;
}

#below {
  background-color:#D9e0e3;
  box-shadow:0px 7px 5px #DDD;
  color:#282828;
  padding-top:20px;
}
#below2015 {
  background-color:#D9e0e3;
  box-shadow:0px 7px 5px #DDD;
  color:#282828;
  padding-top:20px;
}

/*-- End New Homepage --*/

a.mlink{
	color: #282828
}

/* -------- Homepage styles -------- */

#news {
  margin-bottom:15px;
}
#news ul {
  list-style: none inside none;
  margin:0;
}
#news li {
  border-bottom: 1px solid #CCCCCC;
}
#news li a{
  color: #333333;
  display:block;
  line-height:18px;
  font-size:13px;
}
#news li a:active, #news li a:hover, #news li a:focus-visible {
  background:#EEEEEE;
  color:#282828;
}


/* -------- End Homepage Styles ------- */
form {
    margin: 0px;
}
.page-header {
  border-bottom:none;
  margin:5px;
  padding:0;
}
.main-box{
    background: none repeat scroll 0 0 #FFFFFF;
    margin-bottom: 20px;
}
#main{
  background:#FFF;
}
.blog {
  margin-bottom:15px;
}
.contact {
  background:#244c5a;
}
.contact h4 {
  color:#FFF;
  font-weight:normal;
  line-height:18px;
  text-transform:uppercase;
  margin: 8px;
}

.contact p {
  color:#FFF;
  line-height:16px;
  margin:5px 8px;
}
/* ----------Side Navigation----------- */
#sidebar {margin-bottom:15px;}
#sidebar h3 {
  
  font-size:20px;
  font-weight:normal;
  line-height: 32px;
  margin-bottom:0px;
  text-transform:uppercase;
}

.accordeonck {
    margin-bottom: 0!important; 
}

li.accordeonck a.selected {
    font-size: 16px!important;
}

li.accordeonck > a > span.separator {
   font-size: 17px !important;
   
}

/* ----------End Side Navigation 1-------- */

.homemain, .homemain a {
  font-weight:bold;
/*  line-height:20px;
  margin:0 0 25px 0;*/
	text-decoration: underline;
}
.homemain a {
	display: inline-block;
    color: #282828;
    padding: .2em;
}
.homemain a:hover{
	background-color: #244c5a;
    color: white;
}
.homemain-first, .homemain-last a {
  font-weight:bold;
  line-height:20px;
  margin:24px 0 25px 0;

}

.box ul {
    list-style-type: none;
    padding: 0;
    margin: 0 0 15px;
}
.box li {
  /*border-bottom: 1px solid #ccc;*/
  line-height: 30px;
  list-style:none;
}
.box li:last-child {
    border: medium none;
}
.box li a {
    display: block;
}
/* ----------Table Styles-------------- */

.table-responsive
{
    overflow-x: auto;
}
@-moz-document url-prefix() 
{
  fieldset { display: table-cell; }
}

/* ---------- End Table Styles --- */

/* ---------- End Body Styles --- */
/* ----------FOOTER-------------- */
  
.translate {
  margin-bottom:10px;
}
/*.footer-social {
  margin-top:10px;
  text-align:center;
}*/
.home-social img {
  padding: 0 4px 0 5px;
}
.footer-social a {
  color:#FFF;
}

.footer-social a:active, .footer-social a:hover {
  text-decoration:underline;
}
#footer2 {
  background:#000;
  color: #FFF;
  height: 300px;
  overflow: hidden;
  padding-top:15px;
}
/* Lastly, apply responsive CSS fixes as necessary */
@media (max-width: 767px) {
  #footer2 {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
    }
  }
#footer2 .block {
    text-align: center;
}
/*Other*/

.joomla_addthis {
    margin-top: 15px;
    margin-bottom: 15px;
}
.nsb_container {
    margin-top: 15px;
    margin-bottom: 15px;
}
.border-right {
    border-right: 1px solid #F1F1F1;
    margin-right: 20px;
    padding-right: 20px;
}
.form-horizontal .control-group > label {
    float: left;
    padding-top: 5px;
}
.form-horizontal .controls {
    margin-left:160px;
}
.form-actions {
    background-color: transparent!important;
}

.social-links,footer,.navbar-inner {
padding-right:20px;
}

.block .logo {
text-align:center;
}
  
header .form {
padding-top:0;
}

ul.the-icons {
    list-style: none;
    margin-left: 0;
}

.tip-wrap {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    overflow: hidden;

}
.tip-title {
  display:none;

}
.tip-text {
    background-color: #eee;
  padding:5px;
  border:1px solid #ccc;
}
/* ---- accordions ---- */
.ui-accordion {
    width: 100%;
}
.ui-accordion .ui-accordion-header {
    cursor: pointer;
    margin-top: 1px;
    position: relative;
}
.ui-accordion .ui-accordion-li-fix {
    display: inline;
}
.ui-accordion .ui-accordion-header-active {
    border-bottom: 0 none !important;
}
.ui-accordion .ui-accordion-header a {
    display: block;
    font-size: .7em;
  	line-height:1em;
    padding: 0.5em 0.5em 0.5em 0.7em;
}
.ui-accordion-icons .ui-accordion-header a {
    padding-left: 1.5em;
}
.ui-accordion .ui-accordion-header .ui-icon {
    left: 0.5em;
    margin-top: -8px;
    position: absolute;
    top: 50%;
}
.ui-accordion .ui-accordion-content {
    border-top: 0 none;
    display: none;
    margin-bottom: 2px;
    margin-top: -2px;
    overflow: auto;
    padding: 1em 2.2em;
    position: relative;
    top: 1px;
}
.ui-accordion .ui-accordion-content-active {
    display: block;
}


.ui-accordion-header {
  background:#e6e6e6;
  border: 1px solid #d3d3d3;
  color:#555555;
  font-size:16px;
  font-weight:normal;
  padding-left:10px;
}
.ui-accordion-header a {
  color:#555555;
}


.ui-icon {
    background-repeat: no-repeat;
    display: block;
    overflow: hidden;
    text-indent: -99999px;
}

.ui-icon {
    background-image: url("../images/ui-icons_454545_256x240.png");
    height: 16px;
    width: 16px;
}
.ui-state-default .ui-icon {
  background-image:url("../images/ui-icons_454545_256x240.png"); 
}
.ui-state-active .ui-icon {
  background-image:url("../images/ui-icons_454545_256x240.png");
}
.ui-icon-triangle-1-n {
    background-position: 0 -16px;
}
.ui-icon-triangle-1-ne {
    background-position: -16px -16px;
}
.ui-icon-triangle-1-e {
    background-position: -32px -16px;
}
.ui-icon-triangle-1-se {
    background-position: -48px -16px;
}
.ui-icon-triangle-1-s {
    background-position: -64px -16px;
}
.ui-icon-triangle-1-sw {
    background-position: -80px -16px;
}
.ui-icon-triangle-1-w {
    background-position: -96px -16px;
}
.ui-icon-triangle-1-nw {
    background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s {
    background-position: -128px -16px;
}
.ui-icon-triangle-2-e-w {
    background-position: -144px -16px;
}

/* ---- end accordions ---- */
/* ---- Start Tabs ---- */
.nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus-visible {
  background-color:#244c5a;
  color:#FFF;
  font-weight:bold;
}
.nav-tabs > li > a {
  background-color:#EEEEEE;
}
.nav > li > a:hover, .nav > li > a:focus-visible {
  background-color:#DDDDDD;
}
/* ---- End Tabs ---- */
/*RESPONSIVE*/

@media only screen and (max-width : 480px){
  
	#header {padding:10px 0 0px;}
  	#footer, #footer2015 {height:500px;}
  .box_hr1 {
  background:#1b75b4;
  background: url(/images/human_resources/test/hr_bg_1.jpg);
  background-position: left top;
  background-repeat: repeat;
  height:300px;
}
.box_hr1 h3 {
  color:#FFF;
  font-size:28px;
  line-height:38px;
  padding:10px;
  text-align:center;
}
    .blue h2 {
  font-size:46px;
  line-height:56px;
}
.green h3 {
  font-size:28px;
  line-height:40px;
}
}
@media (min-width: 768px) and (max-width: 1199px){
  .dropdown-menu,.dropdown-menu a {border:0!important;}
}
@media (max-width: 767px) {
  .border {margin:10px 0 5px;}
  .logo{text-align:center!important;}
.addthis_toolbox.addthis_default_style.addthis_32x32_style {display:none;}
	#header {padding:0px;}
  	#main {margin-top: 10px;}
  [class*="span2"], .uneditable-input[class*="span2"], .row-fluid [class*="span2"] {
    /*background:#FFF;*/
    float:left;
    width:50%;
}

}
@media only screen 
and (min-width : 481px) {
  .box_hr1 {
  background:#1b75b4;
  background: url(/images/human_resources/test/hr_bg_1.jpg);
  background-position: left top;
  background-repeat: repeat;
  height:300px;
}
.box_hr1 h3 {
  color:#FFF;
  font-size:38px;
  line-height:48px;
  padding:15px;
  text-align:center;
}
  .blue h2 {
  font-size:86px;
  line-height:96px;
}
/*.green h3 {
  font-size:48px;
  line-height:60px;
}*/
}


  @media (max-width: 767px) {
  .homemainlast, .homemainlast a {
padding-bottom: 10px;

  }
  }


/* Desktops and laptops ----------- */
@media only screen 
and (min-width : 980px) {


  	.box_hr1 {
  background:#1b75b4;
  background: url(/images/human_resources/test/hr_bg_1.jpg);
  background-position: left top;
  background-repeat: repeat;
  height:400px;
}
.box_hr1 h3 {
  color:#FFF;
  font-size:48px;
  line-height:68px;
  padding:20px;
  text-align:center;
}
}
/* --TEST ----- */

/* -- START KUNENA FORUM --*/
div#Kunena + div {
display: none;
}
/* -- END KUNENA FORUM --*/
/* -- Homepage divs -- */
#quicklinks2 h3, #news2 h3, #pa2 h3 {
  color:#FFF;
  text-transform:uppercase;
}

#quicklinks2 ul {
  list-style:none;
  margin-left:0;
}
#quicklinks2 ul li {
  font-size:18px;
  line-height:28px;
}
#quicklinks2 a {
  color:#FFF;
}
#news2 {
  height:470px;
  overflow-x:hidden;
  overflow-y:hidden;
}
#news2 ul {
  list-style:none;
  margin-left:0;
}
#news2 ul li {
  margin-bottom:10px;
}
#news2 a {
  color:#FFF;
}
#pa2 {
  color:#FFF;
  font-size:12px;
  height:450px;
  overflow-x:hidden;
  overflow-y:auto;
}

#pa2 ul {
  list-style:none;
  margin-left:0;
}
#pa2 ul li {
  margin-bottom:15px;
}
#pa2 a {
  color:#FFF;
  text-decoration:underline;
}
/* -- 2016 Styles -- */

.green h3, .green h4{
  background:#39b24a;
  color:#FFF;
  text-align:center;
  text-transform:uppercase;
}
.green h3 a {
  color:#FFF;
  display:block;  
}
.green h4 a {
  background:#39b24a;  
  color:#FFF;
  display:block; 
  font-weight:normal;
  padding:10px 0;
  transition: all 0.3s ease 0s; 
}
.green h3 a:hover, .green h4 a:hover {
  background:#177b1e;
  text-decoration:underline;
}
button.bluetctx {
  background:#156e92;
  border:none;
  border-radius:3px;
  color:#FFF;
  font-family:"Lato", sans-serif;
  font-size:21px;
  margin: 0 0 10px 0;
  padding:15px;
  text-decoration:none;
  text-transform:uppercase;
  transition: all 0.3s ease 0s;
}
button:hover.bluetctx {
  background:#042b38;
}
.blue2tctx {
  padding:20px;
  margin: 5px 0 5px 0;
  background:#244c5a;
  transition: all 0.3s ease 0s;
}
.top-buffer {
  margin-top:5px; 
}


/* Image Styles ----------- */

.thumbnail pull-left {
  	margin-right:15px;
}

.thumnbnail pull-right {
  	margin-left:15px;
}

.caption {
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
  padding-bottom: 0.5em;
  
}
/* End Image Styles ----------- */

/* Hometabs Middle 2016 ----------- */

.homenotices a {
  color:#FFF;
    text-decoration:none;
}

.homenotices a:hover {
  text-decoration:underline;
}

.homenotices ul {
  list-style:none;
  margin-left:20;
 
}

.homenotices li {
  color:#FFF;
  font-size:16px;
   line-height: 115%;
  margin-top: 20px;
  
}

.headerstabs li {
  color:#FFF;
  font-size:18px;
}


.homemainlast, .homemainlast a {
  font-weight:bold;
  line-height:20px;
  margin:0 0 27px 0;

}


.card {
  position: relative;
  display: block;
  margin-bottom: 0.75rem;
  background-color: #fff;
  border-radius: 0.25rem;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.card-block {
  padding: 1.25rem;
}

.card-block::after {
  content: "";
  display: table;
  clear: both;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: #f5f5f5;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header::after {
  content: "";
  display: table;
  clear: both;
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.modal-backdrop{z-index: 1040;}

.modal-footer{display: none;}

.nav-collapse.collapse.navbar-responsive-collapse {z-index:1070;position:relative;}

a.btn.btn-navbar {z-index:1070; position:absolute; right: 0;} 
  
    @media (min-width: 979px) and (max-width: 1079px) {
#above2015 {
margin-top:80px;
}

}
.customforumlogin {
  position: absolute;
  margin-top: -25px;
}

td{
  word-wrap: break-word;
}

.navbar-inner li{
  list-style-type: unset !important;
}

ul{
list-style-type: circle;
}





/*******************************************************************************************************************************************/
/*******************************************************************************************************************************************/
/*******************************************************************************************************************************************/
/*******************************************************************************************************************************************/
/********************************Patch to fix old css code by Khoa Pham- July 2020***********************/
/*******************************************************************************************************************************************/
/*******************************************************************************************************************************************/
/*******************************************************************************************************************************************/
/*******************************************************************************************************************************************/

select{
	max-width: 100%;
}
blockquote {
  border-left:5px solid #177077;
padding-left: 1em;
}

a{
  text-decoration:underline;
  color: #244c5a;
  overflow-wrap: break-word;
  /*word-break: break-word;*/
}
a:hover{
text-decoration: none;
	background-color: #244c5a;
	color: white;
}
.alert-danger a {
    color: #721c24;
}
.alert-danger a:hover{
    background-color: #721c24;
	color: white;
}
img {
    max-width: 100%;
    height: auto;
}
a.n2-ow {
    text-decoration: underline!important;
}
/*@media (min-width: 1200px) {
  .row {
    margin-left: -15px!important;
  }
}*/
/*Patch old accordion style*/
.accordion-group {
    margin-bottom: 2px;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.accordion-heading .accordion-toggle {
    display: block;
    padding: 8px 15px;
}
.accordion-inner {
    padding: 9px 15px;
    border-top: 1px solid #e5e5e5;
}

/*Patch for old Boostrap style*/
.alert-error {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

/*Social icons style*/

#footer2015 .fa {
	padding: 11px;
    /* font-size: 1.4em; */
    width: 40px;
    height: 40px;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
    background: white;
    color: #282828
}
#footer2015 .fa:hover {
    opacity: 0.7;
}

#footer2015 li {
    background-color: #244c5a;
    padding: 0;
    border: none;
}
#footer2015 .footer-links a {
    color: white;
    line-height: 1.5;
    padding: 10px;
}
#footer2015 .footer-links a:hover{
	color:#244c5a;
	background-color: white;
}

.social-icons span.fa-stack.fa-lg {
    color: #347384;
    width: 2.3em;
    height: 2.3em;
}
.social-icons span.fa-stack.fa-lg:hover {
    color: #282828;
}
.social-icons ul li:hover{
	border-top: 2px solid white;
}

.svg-inline--fa.fa-stack-2x {
    width: 100% !important;
}

/* Fixing main menu */
#fixed-top-1 {
    background-color: #244c5a;
}

.navbar-nav .nav-item a{
	text-decoration: none;
    display: block;
}
.court-nav-2 .navbar-nav .nav-item a {
    color: white;
    padding: 20px 10px 7px 10px;
}
.court-nav-2 .navbar-nav .nav-item a:hover{
	background-color: #468baa;
	
}
.court-nav-2 .navbar-nav .dropdown-menu .nav-item a {
    color: #282828;
}
.court-nav-2 .navbar-nav .dropdown-menu .nav-item a:hover {
    color: white;
}

.flyout-menu {
	list-style:none;
	padding-inline-start:10px!important;
	
}
.dropdown-menu {
    margin: 0;
    min-width: 250px;
	max-height: 90vh;
	overflow: auto;
}
.navbar-nav >.nav-item.parent{
	display: block!important;
}
li.nav-item{
    list-style-type: none;
}
#MainTCTXNav .navbar-nav .nav-item a {
    color: white;
}


#MainTCTXNav .navbar-nav .dropdown-menu .nav-item a{
	color: #282828
}
#MainTCTXNav .navbar-nav .dropdown-menu .nav-item a:hover{
	color: white;
	background-color: #244c5a;
}
/*#MainTCTXNav .custom{
	margin-right: auto;
}*/
@media screen and (max-width:1199px){
.navbar.fixed-top{
	max-height: 100vh;
	overflow: auto;
	}
}

.court-nav-2{
	top: 56px !important;
	background-color: #468baa;
}

/* -- Start middle header styles -- */
.blog h1, .item-page h1, .bfPage h1 {border-bottom:1px solid #244c5a; color:#282828; /*font-size:36px;*/}
.blog h1 a, .item-page h1 a{color:#282828;}
.blog h2, .item-page h2, .item-page h2 a {background:#244c5a; color:#FFF; /*font-size:26px;*/ font-weight:normal;padding:1px 15px 1px 10px;}

.blog h2 a{
  color:white;
}
	
.blog h3, .item-page h3{
    color: #282828;
    /*color: white;*/
    /*font-size: 1.2em;*/
     font-weight: bold; 
    line-height: 1.5;
    /*text-align: center;*/
}

.blog h4, .item-page h4 {
	color: #282828;
	/*font-size:16px; 
	font-weight:bold;*/
}
.blog h5, .item-page h5 {
  color: #282828; 
}
/*-- end middle header styles -- */

/*.blog li {list-style:inside;}*/

#logo1, #logo2 {
  margin:0;
  margin-right:10px;
  padding-top:20px;
 z-index: 5000;
}
.blue h2 {
  background:none;
  color:#282828;
  text-align:center;
  /*text-transform:uppercase;*/
}


/*Google Search Styles*/

div#gsc-iw-id1 {
    border-radius: .25em;
    min-width: 150px;
    min-height: 46px;
    padding-top: 6px;
}


form.gsc-search-box {
    font-size: 1rem;
    margin-bottom: 0!important;
}

button.gsc-search-button.gsc-search-button-v2 {
    background-color: #244c5a;
    padding: 10px 15px;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    border: 1px solid white;
}

.gsc-option-menu-container.gsc-inline-block {
    min-width: 110px;
}

form.gsc-search-box {
	margin-bottom: 0;
	font-size: 1em;
}

/*-----Left sidebar-------*/
.accordeonck ul{
padding-inline-start: 0;
}


/* --------- Start right sidebar2 -----*/
#sidebar2 .custom{
  background:#D9e0e3;
  color:#282828;
  margin-bottom:20px;
  margin-top: 20px;
}
#sidebar2 p {
  padding: 0 10px;
}

#sidebar2 h4 {
  background:#244c5a;
  color:#FFF;
  font-size:16px;
  font-weight:normal;
  margin:0 0 10px;  
  padding:5px 10px;
}
#sidebar2 h4 a {
  background:#244c5a;
  color:#FFF;
  display:block;
  font-size:16px;
  font-weight:normal;
  margin:0;
  padding:2px 8px;
}
#sidebar2 h4 a:hover {
  background:#468baa;
  color:#FFF;
}
/* --------- End right sidebar2 -------*/

/* ---------- Body Styles ------- */
anchor {
    display: block;
    position: relative;
    top: -45px;
    visibility: hidden;
  	content:"anchor";
}

.bluebox{
  background:#244c5a;
  color:#FFF;
  display:block;
/*  font-size:21px;*/
  font-weight:normal;
  line-height:30px;
/*  margin:0 0 10px 0;*/
}


.box h3 {
  margin:0;  
}
.box h3, .box h3 a {
  background:#244c5a;
  color:#FFF;
  display:block;
  font-size:16px;
  font-weight:normal;
  line-height:24px;
  margin:0 0 10px 0;
  padding:0 0;
  text-align:center;
  /*text-transform:uppercase;*/
}
box h7, .box h7 a {
  background:#244c5a;
  color:#FFF;
  display:block;
  font-size:0.82em;
  font-weight:normal;
  line-height:24px;
  margin:0 0 10px 0;
  padding:20px 20px 20px 20px;
  text-align:center;
  text-transform:uppercase;
}
box h8, .box h8 a {
  background:#244c5a;
  color:#FFF;
  display:block;
  font-size:0.82em;
  font-weight:normal;
  line-height:24px;
  margin:0 0 10px 0;
  padding:9px 20px 9px 20px;
  text-align:center;
  text-transform:uppercase;
}
.box h3 a:hover {
  background:#468baa;
  color:#FFF;
}
.box h7 a:hover {
  background:#468baa;
  color:#FFF;
}

.box h8 a:hover {
  background:#468baa;
  color:#FFF;
}


/*Popular Service */
.popularServices .homemain span{
    font-size: 1.6rem;
    width: 30px;
    margin-right: .5em;
    text-align:center;
	}

.popularServices .homemain svg {
    font-size: 1.6rem;
    width: 30px;
    margin-right: .5em;
    text-align: center;
}

.popularServices .allService{
background-color: #347384;
color:white;
display:block;
}
.popularServices .allService:hover{
background-color: white;
color: #282828;
}

.popularServices .court-box{
color:#282828;
}
.popularServices .court-box:hover{
		color:white;
text-decoration:underline;
	}
	.popularServices .court-box:hover .card-text{
		background-color: #244c5a;
		color: white;
	}

.courtPage{
background-color: #347384;
color:white;
display:block;

}
.courtPage:hover{
background-color: white;
color: #282828;
}


/*Patch for Breezzing form*/

.bfElemWrap .controls.form-inline {
    display: block;
	padding: .5em 0;
}
.bfElemWrap .controls.form-inline label{
    display: inline-block;
}
.bfElemWrap .controls.form-inline input,
.bfElemWrap .controls.form-inline textarea{
    border: 1px solid lightgray;
    border-radius: .25em;
}

.bfElemWrap .controls.form-inline .radio{
	margin-left: .5em;	
} 
.bfElemWrap .controls.form-inline .input-append {
    display: inherit;
}

.bfElemWrap .hasTooltip {
    display: block!important;
}


.bfQuickMode .bfbs3-nonform-control, .bfQuickMode .nonform-control {
    float: right;
}

[class^="icon-"], [class*=" icon-"] {
	background-image: url(../images/glyphicons-halflings.png);
	display: inline-block;
    width: 14px;
    height: 14px;
    margin-top: 1px;
}

.icon-refresh {
    background-position: -240px -24px;
}
.icon-calendar {
    background-position: -192px -120px;
}
.icon-asterisk{
	background-position: -455px -95px;
}

table.gsc-search-box{
	max-width: 200px;
}


/*** Extra Styling for Navbar Navigation ***/

#kunena .tab-pane.fade.active{
			opacity: 1;
			display: block;
		}
		#kunena.layout .kfrontend .section{
    		display: block!important;
		}
		#kunena #search,#kunena #search-options{
			display: block!important;
		}
		#kunena.layout .kwho-admin {
    		color: black;
		}
		#kunena.layout .search-query {
    		height: 37px;
		}
		#kunena .thumbnail .btn.btn-small,
		#kunena .btn.dropdown-toggle .caret,
		#kunena.layout .kwho-admin .caret,
		#kunena .btn-toolbar.pull-right,
		#kunena .btn-small.pull-right
		{
    		display: none;
		}

.navbar-brand img{
  max-width: 130px;
}

		
		
  @media screen and (min-width:1199px) and (max-width:1460px){
    .translate-text{
      display: none;
    }
    
    div#gsc-iw-id1 {
        min-width: 115px;
    }

    table.gsc-search-box td.gsc-input {
      padding-right: 0!important;
    }
  }
		
/* Back To Top Button Element */
    #backToTopButton {
        display: none;
        margin-right: 3px;
        border-radius: 3px;
        border: solid;
        border-color: white;
        background-color: #244c5a;
        text-decoration: none;
        position: fixed;
        right: 0;
        top: 89%;
        z-index: 1000;
        }


/* Collapsible Left Navigation on Mobile - Khoa Pham - 20220415 */

@media (min-width: 768px){
.section_Menu {
    display: block !important;
    height: auto !important;
    visibility: visible;
}
.section_Menu .card-body{
    padding: 0 !important;
}
#sidebar-accordion .card{
    border: none !important;
}
}
@media (min-width: 768px){
#sidebar-accordion .card-header{
    display: none!important;
}

}

#sidebar-accordion .card-header{
    background-color: #081f2d; 
    padding:0;
}
#sidebar-accordion .section_Header{
    padding: 0.75rem 1.25rem;
    color: white;    
  display: block;
  font-size:1.2em;
  background-color: #081f2d; 
}
#sidebar-accordion .section_Header:after {
  content: "\f106";
  font-family: 'Font Awesome 5 Free';
  font-weight: bold;
  float: right;
}
#sidebar-accordion .section_Header.collapsed:after {
    content: "\f107";
}

#kform-login-desktop-submit a {
    visibility: hidden;
    display: none!important;
}



/*GTranslate styles */
select.gt_selector {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 10px);
    padding: 0.5rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

  .gtranslate_wrapper {
    width: 100%;
    max-width: 120px;
    margin-left: 1em;
}

/*Removes Expired text from news articles. */
span.list-published.label.label-warning {
  display:none;
}


/******************* BELOW ARE FIXES FOR SILTIDE ACCESSIBILITY ISSUES *******************/
/************** DO NOT REMOVE OR MODIFY WITHOUT CONSULTING WEBMASTERS *******************/
/************ Date: 10/29/2025 - Khoa Pham *******************/


/*Feedback Button*/ 
#btn-feedback {
	margin-right: -25px;
  border-radius: 0;
  background-color: #244c5a;
  border: none;
  text-decoration: underline;
	position: fixed;
	right: 0;
	top: 60%;
	z-index: 1000;
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
#btn-feedback:hover{
   background-color: white;
   color:#244c5a;
}

/* Kunena forum patch for old styles*/
#kunena.layout .navbar{
padding:0;
}
#kunena.layout .navbar-inner{
    width: 100%;
}
#kunena.layout .fa-2x {
    font-size: 1em;
}
#kunena.layout .fa-3x {
    font-size: 2em;
}
.visible-phone {
    display: none !important;
}

#kunena.layout .inputbox#catid{
    width: 100%;
    padding: .5em;
    border-radius: .25em;
    max-width: 300px;
    margin: 1em 0;
}

#kunena .shadow-lg {
    box-shadow: none!important;
}

#kunena.layout .kwho-user {
    overflow-wrap: break-word;
    word-break: break-word;
}



/* Skip to main content link 06/27/2023 */
a.skip-to-main-content-link {
    left:-999px;
    position:absolute;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
    z-index:-999;
}
a.skip-to-main-content-link:focus, a.skip-to-main-content-link:active {
    color: #244c5a;
    background-color: white;
    left: 0;
    top: 0;
    width: 20%;
    height: auto;
    overflow: auto;
    margin-top: 110px;
    border: 4px solid #244c5a;
    text-align: center;
    font-size: 1.2em;
    z-index: 1999;
}


.social-icons {
    overflow: hidden;
}

.pagination {
    overflow: auto;
    flex-wrap: wrap;
}



.tccfc-web-wrapper.d-flex.d-md-none.row.bg-light.tccfc-darker {
    margin-right: 0px !important;
}


/*
 * General Focus Indicator Styles
 * This is a highly accessible and robust focus style that uses a
 * combination of a box-shadow and a border. This "two-color" approach
 * ensures visibility on both light and dark backgrounds.
 *
 * This style is applied to all interactive elements on keyboard focus.
 * The :focus-visible pseudo-class is used to prevent the outline from
 * appearing on every mouse click, which can be an annoyance for some users.
 *
 * The styles meet WCAG 2.2 guidelines for Focus Appearance (Level AAA) by
 * providing a change of contrast of at least 3:1 and a sufficient area
 * around the element.
 */
:focus-visible {
  outline: none; /* Remove default browser outline */
  
  /* Create a custom focus indicator */
  /*
   * The box-shadow creates a "halo" effect outside the element.
   * - The first value is the horizontal offset.
   * - The second is the vertical offset.
   * - The third is the blur radius.
   * - The fourth is the spread radius, which controls the size of the halo.
   * - The fifth is the color. We use a bright, high-contrast color.
   */
  box-shadow: 0 0 0 3px #fff, 0 0 0 6px #282828;
  
  /* Add a transition for a smooth visual effect */
  transition: box-shadow 0.2s ease-in-out;
}

/*
 * Specific Styles for Interactive Elements
 * These styles ensure a consistent look and feel for all interactive
 * elements that can receive keyboard focus.
 */

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible {
  /* Inherit the primary focus style */
  box-shadow: 0 0 0 3px #fff, 0 0 0 6px #282828;
  border-color: #244C5A; /* Optional: Change the border color for added emphasis */
}

/*
 * Additional Considerations for Form Elements
 */
input:focus-visible,
select:focus-visible {
  box-shadow: 0 0 0 3px #fff, 0 0 0 6px #282828;
  border-color: #282828;
}

/*
 * Fallback for Older Browsers
 */
:focus {
  outline: 3px solid #282828;
}


/*
 * WCAG 2.2 AA 2.5.8 Target Size Fixes
 * These styles increase the size and spacing of interactive elements
 * to ensure they are easy to click or tap on all devices.
 */

/*
 * Fix for a general link and button target size
 * This increases the clickable area for all links and buttons,
 * providing a minimum tap size of 24x24 pixels.
 */
a, button, input, select {
  min-height: 24px;
  min-width: 24px;
  padding-top: 10px;
  padding-bottom: 10px;
  box-sizing: border-box; /* Ensures padding doesn't affect total width/height */
}

/*
 * Fix for main navigation links and other list items
 * This adds vertical and horizontal spacing to list-based navigation
 * to prevent accidental clicks on adjacent items.
 */
nav li, .nav li, ul.nav li {
  margin: 0 4px; /* Adds space between list items */
}

/*
 * Fix for the forum's pagination and other interactive buttons
 * This specifically targets the small page numbers and navigation links,
 * making them easier to tap. The increased padding ensures they meet
 * the minimum target size.
 */
#kunena .pagination a,#kunena .pagination button,#kunena .forum-buttons a {
  padding: 8px 12px; /* A generous padding for a larger tap target */
  margin: 0 2px; /* Adds a small gap between buttons */
  font-size: 1rem;
}

/*
 * Fix for general lists of links (e.g., forum topics)
 * This adds spacing to help users differentiate and select individual rows.
 */
ul.list-group-item a, .list-group-item a {
  display: block; /* Makes the entire block clickable */
  padding-top: 8px;
  padding-bottom: 8px;
}

/*
 * EXCEPTION FOR BREADCRUMBS
 * This ensures the breadcrumbs are not affected by the general rules,
 * while still maintaining an accessible tap target size.
 */
.mod-breadcrumbs__item a {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: -10px;
  margin-bottom: -10px;
  display: inline-block; /* Ensure the padding and margin are applied correctly */
}


.social-icons a {
    margin: 0px 4px;
}


.kattach a.btn.btn-outline-primary.border.btn-sm {
    display: none;
}

/*
 * This rule targets the post anchor tags, which appear next to the date.
 * It is designed to increase their clickable area and provide a visual
 * cue on hover, improving accessibility for users with motor impairments.
 */

.kdate + a[href^="#"] {
  /* Increase the clickable area of the link */
  padding: 8px 0;
  /* Use a negative margin to pull the link back into place,
   * preventing the padding from breaking the layout. */
  margin: -8px 0;

  /* Make the link a block-level element so padding is applied correctly */
  display: inline-block;
  min-width: 24px;
  min-height: 24px;

}
