﻿

/* Fonts */
@import url(font-awesome.min.css);
@import url(fonts.css);
/* SLick */
@import url(slick.css);
@import url(slick-theme.css);

/* Photo Gallery */
@import url(lightbox.min.css);


/* Parts Components*/
@import url(components/page-loader.css);
@import url(components/top-nav.css);
@import url(components/header.css);
@import url(components/typography.css);
@import url(components/breadcrumbs.css);
@import url(components/tabs.css);
@import url(components/forms.css);
@import url(components/table.css);
@import url(components/footer.css);
@import url(components/pagination.css);
@import url(components/modal.css);

/* Pages */
@import url(pages/login-page.css);
@import url(pages/homepage.css);
@import url(pages/about-us.css);
@import url(pages/faq.css);
@import url(pages/services.css);
@import url(pages/case-query.css);
@import url(pages/encyclopedias-list.css);
@import url(pages/encyclopedias-details.css);
@import url(pages/courts-list.css);
@import url(pages/courts-details.css);
@import url(pages/contact-us.css);
@import url(pages/important-sites.css);
@import url(pages/sitemap.css);
@import url(pages/news-list.css);
@import url(pages/news-details.css);
@import url(pages/statistics.css);
@import url(pages/error-page.css);
@import url(pages/courts.css);
@import url(pages/newsletter.css);
@import url(pages/SJC-president.css);
@import url(pages/photo-gallery.css);
@import url(pages/easy-access.css);
@import url(pages/privacy.css);
@import url(pages/feedback.css);
@import url(pages/user-manuals.css);
@import url(pages/search-page-result.css);
@import url(pages/services-tab-page.css);
@import url(pages/where-to-start.css);

html, body{
    height: 100%;
    overflow: auto;
    overflow-x: hidden;
}

body{
    font-family:'PF Din Regular', sans-serif !important;
    font-weight:400;
    font-size:18px;
    background: #FAFAFA;
    line-height:1.7em;
}

.cookies_banner_wrapper {
  position: fixed;
  bottom: 0;
  z-index: 99;
  background: #fff;
  padding: 20px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0;
  -webkit-box-shadow: 0px -8px 20px #00000024;
  box-shadow: 0px -8px 20px #00000024;
  display:none;
}

@media (min-width: 1097px) and (max-width: 1099px) {
	.loader{font-size:50px;}
body{

	zoom:0.5;
}
.hero-banner{
	height:100%;
	background-position:unset;
	background-size: 100% 100%;

}

.hero-banner .stick-links{
	display:none;
}
 div.ms-webpart-cell-vertical-inline-table br{
	display:none;
}

.ms-webpart-cell-vertical, div.ms-webpart-cell-vertical-inline-table{
	margin-bottom:0;
}
}

@media (width: 1280px) {
		.loader{font-size:50px;}
		
		.search-container h2{font-size:44px;}
		.search-container .sub-txt{font-size:20px;}

body{
	zoom:0.75;
}
.hero-banner{
	height:100%;
	background-position:unset;
	background-size: 100% 100%;

}

.hero-banner .stick-links{
	display:none;
}
 div.ms-webpart-cell-vertical-inline-table br{
	display:none;
}

.ms-webpart-cell-vertical, div.ms-webpart-cell-vertical-inline-table{
	margin-bottom:0;
}
}
@media (width: 1536px) {
			.search-container h2{font-size:44px;}
		.search-container .sub-txt{font-size:20px;}
		.loader{font-size:50px;}

body{
	zoom:0.75;
	
}
.hero-banner{
	height:100%;
	background-position:unset;
	background-size: 100% 100%;

}

.hero-banner .stick-links{
	display:none;
}
 div.ms-webpart-cell-vertical-inline-table br{
	display:none;
}

.ms-webpart-cell-vertical, div.ms-webpart-cell-vertical-inline-table{
	margin-bottom:0;
}
	
	
}



a:link{
    color: #911235;
}

a:visited, a:hover{
    text-decoration: none;
    color: #b90c3d;
}

.btn, .pri-btn, a.btn
{
    color: #fff;
    background: #911235;
}

.active-BW {
    -webkit-filter: grayscale(100%) brightness(95%) contrast(120%);
    -o-filter: grayscale(100%) brightness(95%) contrast(120%);
    -ms-filter: grayscale(100%) brightness(95%) contrast(120%);
    -moz-filter: grayscale(100%) brightness(95%) contrast(120%);
    filter: grayscale(100%) brightness(95%) contrast(120%);
  }

  /* .top-nav .container-fluid
  {
      padding:0 0 0 70px ;
  }
   */

.main-page-wrapper{
    height: 100%;
}
.sec-container
{
    padding: 0 30px;
}
.md-section-wrapper
{
    position: relative;
    padding-bottom: 50px;
}

.md-section-wrapper .container-fluid
{
    padding:50px 120px 0 70px ;
}

 button, a{
    border: none;
    transition: all 0.3s ease-in;
    min-width: auto;
    text-decoration: none;
}

button:hover{
    border-color: none;
    background-color: transparent;
}

 ::-webkit-scrollbar
{
	width: 16px;
	background-color: #c0bebe;
    z-index: 99999999;
}

::-webkit-scrollbar-thumb
{
	border-radius: 12px;
	--webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #911235;
    z-index: 99999999;
} 

table.dataTable thead .sorting,table.dataTable thead .sorting_desc,table.dataTable thead .sorting_asc{
    background-image: unset!important;
}

.disclaimer
{
    background: #f1f1f1;
    border: 1px solid #d8d5d5;
    padding: 10px;
    color: #333;
    margin: 0 0 30px 0;
    font-size: 18px;
    border-radius: 5px;
}

.disclaimer .fa
{
   margin-inline-end: 20px;
   color: #911235;
    font-size: 26px;
}

.news-letter
{
    display: none;
}