﻿:root {
  --primary-color :#388074;
  --primary-darkcolor :#30897a;
}
body{
  font-size:0.95rem;
  display:flex; flex-direction:column; min-height:100vh;
}
.form-signin {
  max-width: 580px;
  padding: 15px;
      margin-top: 1rem!important;
}
.Maintitle{
  font-weight: bold;
  color:var(--primary-color);
  display: block;
  font-size: 1.3rem;
  padding-top: 0rem;
}
.Subtitle {
    font-size: 1rem;
    display: block;
    color: #555;
    line-height: 1.1rem;
}
.accessbtn{
  padding: 0.375rem;  
}
#filters .dropdown-menu{
  width: 350px !important;
  z-index:1;
}
#filters .form-label {
    margin-bottom: 0.1rem;
}
.caseDetailsTD {
    border: 1px solid #e3e3e3;
    width: 100%;
    background: #eaeaea;
    display: block;
    padding-left: 5px;
}
.colHeading {
    font-weight: bold;
    color: #343A40;
    /*text-transform: uppercase;*/
    font-size: .9rem;
}
.filterUL {
    padding-top: 0px;
    padding-left: 0px;
    border: 1px solid #ddd;
    border-top: 1px solid #fff;
    list-style-type: none;
    border-radius: 0 0 5px 5px;
    box-shadow: 0px 2px 2px rgb(0 0 0 / 20%);
}
.filterUL1 {
    padding-top: 0px;
    padding-left: 0px;
    /*border: 0px solid #ddd !important;*/
    border-top: 1px solid #ddd;
    list-style-type: none;
    border-radius: 0 0 5px 5px;
    box-shadow: 0px 2px 2px rgb(0 0 0 / 0%) !important;
}
.filterUL li {
    display: inline-block;
    width: 100%;
    font-size: .9rem;
    color: #333;
    padding-left: 15px;
    border-bottom: 0px solid #ccc;
}
.filterUL li a {
    color: #333;
    display: inline-block;
    text-decoration: none;
}
.filterUL li a:hover,.filterUL li a:focus,.filterUL li a:active {
    color: #333;
    display: inline-block;
    text-decoration: underline;
}

.filterUL1 li {
    display: inline-block;
    width: 100%;
    font-size: .9rem;
    color: #333;
    padding-left: 15px;
    border-bottom: 0px solid #ccc;
}
.filterUL1 li a {
    color: #333;
    display: inline-block;
    text-decoration: none;
}
.filterUL1 li a:hover,.filterUL1 li a:focus,.filterUL1 li a:active {
    color: #333;
    display: inline-block;
    text-decoration: underline;
}


.text-bg-light {
    color: #000!important;
    background-color: #e3e3e3 !important;
}
.filterHeadT {
    border: 1px solid #ddd;
    border-radius: 5px 5px 0 0;
    color: #000000;
    font-weight: 500;
    font-size: .9rem;
    margin-bottom: 0;
}
.btn-outline-secondary {
      border-color: #c3c3c3 !important;
	  color: #000;
}
.btn-outline-secondary:hover,.btn-outline-secondary:focus,.btn-outline-secondary:active {
      background-color: #f8f9fa;
      color:#202124;
}
.searchBtn{
  background: var(--primary-color);
  border-color: var(--primary-darkcolor);
  color:#fff !important;
}
.searchBtn:hover,.searchBtn:focus{
  background: var(--primary-darkcolor);
  border-color: var(--primary-darkcolor);
  color:#fff !important;
}
#filters a.nav-link.dropdown-toggle{
  color:#5f6368;
}
.footerL {
    position: fixed;
    height: auto;
    bottom: 0;
    width: 100%;
}

#footer-container {
    background: #3B3D42;
    font-family: calibri, Arial, sans-serif;
    text-align: left;
    line-height: 23px;
    color: #d0d0d0;
    margin-top: 15px;
	font-size:0.85rem;
}
#footer-container .topfooter ol > li {
    padding-left: 5px;
    list-style-type: none;
    color: #d0d0d0;
}
#footer-container .topfooter ol > li > a {
    color: #d0d0d0;
}
#footer-container .topfooter {
    background: #3B3D42;
    padding: 10px;
}
.fooimg {
    margin: 0 2px 10px 2px;
}

#footer-container .topfooter .border-right{
    border-right: 1px solid #5d5d5d!important;
}
.text-info1 {
    color: #EF9F71!important;
}
.footerlinks {
    column-count: 2;
}
.footerlogolist {
    list-style-type: none;
    margin-bottom: 0rem;
    padding: 0;
}
.footerlogolist li {
    float: left;
}
.footerlogolist li.logos {
    margin: 0 auto;
    text-align: center;
    display: contents;
}
#footer-container .topfooter .border-end {
    border-right: 1px solid #5d5d5d!important;
}

.alert-success-cust {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.alert-danger-cust {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.login-footer{
	position: fixed;
	width: 100%;
	bottom: 0;
}
.ui-autocomplete
{
	font-size: 0.85rem;
	text-align:left;
	max-height:250px;
	overflow:auto;
}
.ui-menu .ui-menu-item-wrapper {
    position: relative;
    padding: 2px 1em 2px 0.4em;
    width: 100%;
    display: inline-block;
}
.ui-menu .ui-menu-item a{
	text-decoration:none;
}
.ui-menu .ui-menu-item a:hover,.ui-menu li:hover,.ui-menu .ui-menu-item a:focus,.ui-menu li:focus{
	background:#f2f2f2 !important;
	border:none;
	color:#212121;
	width:100%;
}
#captcha_div{
	    align-items: center;
    justify-content: start;
}
#captcha_image{
	border-radius: 4px;
	border: 1px solid #c5c5c5 !important;
}
#sel_search_by {
    position: absolute;
    width: 120px !important;
    margin-left: 190px;
    height: 30px;
    font-size: .9rem;
	padding: 0 0 0 5px;
}
.loader-gif
{
	height:65px;
	    filter: hue-rotate(335deg);
}
#example_pdf #report_body  tr.odd {
    background-color: rgba(28, 101, 130, 0.0);
}
table.dataTable.no-footer {
    border-bottom: 1px solid #dddddd;
}
#ui-datepicker-div
{
z-index:100 !important;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #F8F9FA;
	background: #F8F9FA;
	font-weight: normal;
	color: #202124;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #F8F9FA;
	background-color: #F8F9FA;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #202124;
	text-decoration: none;
}

element.style {
}
@media (min-width: 768px)
.navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}
.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}
.nav-link {
    color: #5a5a5a;
	}
	.nav-link:hover,.nav-link:focus {
    color: #5a5a5a;
	font-weight:500;
	}
	#report_body b {
    background: #ff0;
	color:#000;
}
/*#breadcrumb span.badge{
	white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width:120px
}*/


.topheader{
    background: #ffffff;
    color: #555;
    border-bottom: 1px solid #a5a5a563 !important;
}
.topheader ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.topheader ul li{
	float:left;
    border-right: 0.1rem solid #dedede !important;
	}
/*.topheader ul li:hover{
 * 	background:#f1f1f1;
 * 		}*/
.topheader ul li a {
    font-size: 85%;
    color: #555 !important;
    line-height: none;
    font-weight: 400;
	    padding: 0 0.5rem;
		text-decoration:none;
}
.topheader ul li a:hover{
    text-decoration:underline !important;

}

.static_con h1{
	font-size: 1.5rem !important;
}

font[color="green"] {
  color: #2D4D00;
}
#Highcontrast{
	color: #fff !important;
}
.headimg{
			max-height:75px !important;
		}

@media (max-width: 575.98px) { 
		.navbar-brand.text-start.w-25{
			width: 80%!important;
		}
		.navbar-brand {
			padding-top: 0.3125rem;
			padding-bottom: 0.3125rem;
			margin-right: 0.5rem;
			font-size: 0.9rem;
			text-decoration: none;
			white-space: nowrap;
		}
		.navbar-toggler {
			background-color: #f3f3f3;
			border: 1px solid #ccc;
		}
		.form-signin {
			max-width: 550px;
			padding: 10px;
			margin-top: 2rem!important;
		}
		#main_content .col-md-9, .sorting_1,#example_pdf_wrapper{
			padding-right: 0;
			padding-left: 0;
		}
		table.dataTable tbody th, table.dataTable tbody td {
			padding: 0 !important;
		}
		#report_body  .sorting_1{
			display:none !important;
		}
		#report_body {
			font-size: 0.875rem;
			line-height: 20px;
		}
		#report_body button{
			margin-top: 10px;
			line-height: 20px;	
		}
		.nav-link:hover, .nav-link:focus {
			color: #5a5a5a;
			font-weight: 500;
			background: #d5f7f2;
		}
		.navbar-expand .navbar-collapse {
			display: block !important;
			flex-basis: auto;
		}
		.navbar-expand .navbar-nav {
			flex-direction: column !important;
		}
		#navbarSupportedContent ul li{
			border: 1px solid #ebebeb;
			width: 100%;
			margin-bottom:5px;
		}
		#captcha_div {
			padding: 0;
			margin: 0;
		}
		#captcha_div .col-md-3{
			width: 120px !important;
			padding: 0;
			margin-right: 5px;
		}
		#captcha_div button{
			width: 80px !important;
		}
		#captcha_div #main_search{
			width: 100% !important;
		}
		#captcha {
			text-align: center;
				letter-spacing: 5px;
				font-size: 1.2rem;
		}
		#captcha_div .col-md-auto.p-0{
			margin-bottom:5px;
			text-align:center;
		}
		#navbarCollapse .input-group.w-25.me-auto{
			width: 100% !important;
		}
		#div_container {
			padding: 5px!important;
		}
		#search_timer{
			width: 100%;
			text-align: center !important;
		}
		#footer-container {
			text-align: center;
		}
		.footerlinks {
			column-count: 2;
			text-align:left;
		}
		#captcha_image{
			width: 200px;
			height: 40px;
		}
		#search_text{
			transition: all 1s ease-out;
			width: 100%;
		}
		/*#search_text:focus,#search_text:hover,#search_text:active{
			width: 94vw !important;
			left: -8rem !important;
			top: 1rem !important;
			transition: all 1s ease-out;
		}*/
		.headimg{
			height:38px !important;
		}
		.Maintitle {
			font-size: 0.8rem;
			letter-spacing: -1px;
		}
		.Subtitle {
			font-size: 0.7rem;
		}
		.filterUL .modal-body ul{
			padding-left: 0rem;
			margin-bottom: 0rem;
		}
		.filterUL .modal-body ul li{
			padding-bottom: 5px;
		}
		.filterUL li{
			padding-bottom: 5px;
			padding-left: 10px;
		}
		.badge {
			padding: 0.45em 0.85em;
		}
		.input-group.w-50.me-auto{
			width: 100%!important;
		}
		#example_pdf{
			
		}
}



.highcontrast {
    background: #1a1a1a !important;
    color: #fff !important;
}
.highcontrast .bg-light {
    background-color: #1a1a1a !important;
}
.highcontrast .bg-light.show {
	    border: 1px solid #fff !important;
}


.highcontrast .topheader {
    background: #1a1a1a ;
    color: #ffffff;
    border-bottom: 1px solid #a5a5a563 !important;
}
.highcontrast .topheader ul li a {
    font-size: 85%;
    color: #fff !important;
	}
.highcontrast #navbarSupportedContent label {
	color: #ff0 !important;
}
.highcontrast .form-select , .highcontrast .form-control{
	background-color: #1a1a1a !important;
	border: 1px solid #ffffff !important;
	color:#fff !important;
}
.highcontrast  .nav-tabs .nav-item.show .nav-link, .highcontrast .nav-tabs .nav-link.active {
    color: var(--bs-nav-tabs-link-active-color);
    background-color: #232323;
    border-color: var(--bs-nav-tabs-link-active-border-color);
}

.highcontrast .Maintitle {    color: #ff0 ;	}
.highcontrast .Subtitle {    color: #fff ;	}
.highcontrast #filters a.nav-link.dropdown-toggle {
    color: #ff0;
}
.highcontrast .btn-outline-secondary , .highcontrast .btn-secondary{
    border-color: #fff !important;
    color: #000 !important;
	background-color: #fff!important;
}
.highcontrast #div_container #search_timer , .highcontrast .caseDetailsTD span ,.highcontrast .caseDetailsTD font, {
	color: #ff0 !important;
}
.highcontrast .fa.fa-times.text-dark{
	color:#000 !important;
}
.highcontrast #report_body tr td {color: #ff0 !important; background: #1a1a1a !important;}

.highcontrast #search_timer {color: #fff !important; }

.highcontrast #report_body button { color: #fff !important;}

.highcontrast table.dataTable tr.even {
    background-color: transparent !important;
}

.highcontrast .caseDetailsTD {
    background: transparent !important;
	}


.highcontrast .colHeading , .highcontrast .filterHeadT , .highcontrast .filterUL li a{
    font-weight: bold !important;
    color: #ff0 !important;}

.highcontrast .text-bg-light {
    color: #000!important;
    background-color: #fff!important;
}
.highcontrast .dataTables_wrapper .dataTables_length, .highcontrast .dataTables_wrapper .dataTables_filter, .highcontrast .dataTables_wrapper .dataTables_info, .highcontrast .dataTables_wrapper .dataTables_processing, .highcontrast .dataTables_wrapper .dataTables_paginate {
    color: #ff0 !important;
}
.highcontrast .modal {
    --bs-modal-bg: #1a1a1a !important;
    --bs-modal-border-color: #fff !important;
	}

.highcontrast .alert-danger-cust,.highcontrast .alert-success-cust {
    color: #ff0 !important;
    background-color: #1a1a1a !important;
    border-color: #1a1a1a !important;
}

.highcontrast .modal-header .btn-close,.highcontrast .modal-header .close {
    background-color: #fff !important;
}


.highcontrast .dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .highcontrast .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .highcontrast .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    cursor: default;
    color: #fff!important;
	}

.highcontrast .shadow {
    box-shadow: 0 .5rem 1rem rgba(255,255,255,.15)!important;
}
.highcontrast a , .highcontrast .nav-link , .highcontrast .text-dark{
    color: #fff !important;
}
.highcontrast .topheader .col-sm-12 {
	background: #101010 !important;
}
.highcontrast #Defaultcontrast{
	    background: #fff !important;
    color: #000 !important;
}
.highcontrast table.dataTable thead tr {
    background-color: #000!important;
    border-color: #fff!important;
    color: #fff;
}
.highcontrast table.dataTable thead tr th {
    color: #fff !important;
}

.highcontrast .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #333 !important;
	}

.highcontrast font[color="green"], .highcontrast span[style="color:#212F3D"] {
    color: #ff0 !important;
}

.highcontrast span[style="opacity: 0.5;"]{
	    opacity: 1 !important;
}
.highcontrast ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}


.highcontrast .table>:not(caption)>*>* {
    padding: .5rem .5rem;
    color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
    background-color: transparent;}


.highcontrast #accordionCitVol .accordion-collapse {
	background-color: #1A1A1A!important;
}

.highcontrast .accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: #2f2f2f;
    box-shadow: inset 0 calc(-1* var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}


.highcontrast .accordion-button {
    color: #ffffff;
    background-color: #1a1a1a;
	}

.highcontrast .accordion-button::after {
    filter: contrast(0);
}
.highcontrast .accordion-item {
    background-color: #1a1a1a;
}

.highcontrast .ui-autocomplete {
    background: #1a1a1a;
}

.highcontrast .ui-menu .ui-menu-item a:hover,.highcontrast .ui-menu li:hover,.highcontrast .ui-menu .ui-menu-item a:focus,.highcontrast .ui-menu li:focus {
    background: #000000 !important;
    border: none;
    color: #fff;
    width: 100%;
}
.highcontrast button[style="color:#198754 !important"]{
	color:#fff !important
}

.highcontrast .filterUL li {
    background: #191919;
}

.highcontrast .modal-title {
    color: #fff;
}

#viewFiles-body object iframe{
min-height:600px !important;
}
.escrText {
    background: #595959;
    padding: 1px 2px;
    border-radius: 3px;
    color: #fff;
    font-weight: bold;
    text-decoration: underline;
    text-decoration-color: #595959;
    margin-left: 3px;
    text-shadow: 1px 0px 0px rgb(0 0 0 / 40%);
    border-left: 1px solid #555;
}


.offcanvas1 {
	width:50%;
	/* right: 0; */
	margin: 0.5rem;
	left: 49% !important;
	bottom:50px;
	height:70vh !important
}
.qdiv{
    border:1px solid  #fed7aa;
    background-color: #fff7ed;
	border-radius:1rem;
	    border-bottom-right-radius: 0;
	font-size:1rem;
	margin-bottom:10px;
}
.qdiv button.qbutton{
	-webkit-appearance: button;
	background-image: none;
	background-color: transparent;
	text-transform: none;
	cursor: pointer;
	text-align: left;
	border: none;
	font-weight: inherit;
	font-size: 1rem;
	line-height: 1rem;
	width: 100%;
	margin-top:0.25rem;
}
.qdiv p{
	line-height:initial;
	margin:0;
	margin-bottom:0.5rem;
}


.adiv{
    border:1px solid  #e5e7eb;
    background-color: #f9fafb;
	border-radius:1rem;
	    border-bottom-left-radius: 0;

	margin-bottom:10px;
}
.adiv button.abutton{
	-webkit-appearance: button;
	background-image: none;
	background-color: transparent;
	text-transform: none;
	cursor: pointer;
	text-align: left;
	border: none;
	font-weight: inherit;
	font-size: 1rem;
	line-height: 1rem;
	width: 100%;
	margin-top:0.25rem;
}

.adiv p{
	line-height:initial;
}
@-webkit-keyframes rotating1 {
    0%  {-webkit-transform: rotate(0deg);}
    100% {-webkit-transform: rotate(360deg);}   
}

.rotating {
    -webkit-animation: rotating1 2s infinite linear;
}
header .header-content .Supreme {
    color: var(--primary-color);
	font-size: 2rem;
	font-weight:bold;

}
header .header-content .Reports {
	text-transform: capitalize;
	font-size: 1.5rem;
}

.Fortnightly h3 {
	margin-bottom: 0px !important;
	margin-top: 5px !important;
}
.Reports h1 {
	margin-top: 20px !important;
}
header .header-content .Official {
	font-size: 1.5rem;
	text-align: center;
	text-transform: capitalize;
	display: block;
}
.w-35 {
    width: 35% !important;
}

/*
.bold_Word::after {
  content: " <hr>";
  display: block;
}*/

#viewFiles{
	    z-index: 1056 !important;
}

.parent .vertical-tab {
  position: fixed !important;
}
.ui-autocomplete{
  background: #fff;
  border: 1px solid #ccc;
  width: 282px;
  border-radius: 5px;
  list-style-type: none;
  }

  .ui-helper-hidden-accessible
  {
    display:none;
}
.ui-autocomplete
{
    position:absolute;
    cursor:default;
    z-index:1001 !important
}

	@media (max-width: 768px) {

  .topheader ul li a {
  font-size: 60%;}
  #captcha{
width: 65% !important;
  margin-bottom: 3px;
}
#bigHeading img.pt-2{
	width: 60px !important;
}
header .header-content .Supreme {
  font-size: 1rem !important;
  }
header .header-content .Reports {
  text-transform: capitalize;
  font-size: 0.8rem !important;
}
}
