@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700);
body{
    font-size:16px;
    line-height:24px;
    /*font-family: 'Open Sans', sans-serif*/
	font-family:Arial, Helvetica, sans-serif;
}
@font-face {
    font-family: 'helvetica_2_bq_regular';
    src: url('../fonts/helveticatwobq-bold-webfont.woff2') format('woff2'),
         url('../fonts/helveticatwobq-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
a {
    color: #000;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: #3498db;
  outline: 0;
  outline: thin dotted \9;

          transition: all 0.6s ease 0s;
}
a:hover {
    text-decoration:none;
}
.topbar-main{
    width:100%;
    background:#0869a2;
    padding:15px 0;
}
.container{
	width:1000px;
}
.content-main{
    width:100%;
    padding:25px 0;
    /*background-image:url(../images/bg-pattern.jpg);*/
    background-repeat:repeat;
    background-position:center center;
}
.content-main h1.search {
    font-size: 25px;
    text-transform: uppercase;
    color: #0869a2;
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
    font-family: "Arial Black", Gadget, sans-serif;
}
.field{
    width: 40%;
    display:inline-block;
}
.field.large {
    width: 80%;
    border: solid 3px #97b1c8;
    margin-right: 2%;
    float: left;
    height: 45px;
}
.search-form input {
    width: 92%;
	border:none;
    padding: 8px 5px;
	font-weight:bold;
	color:#0869a2;
}
.field.large input {
    width: 70%;
    float:left;
}
.field.large input.small {
    width: 25%;
    float:right;
    border-left: solid 3px #97b1c8;
}
.search-form input.search-btn {
    width: 16%;
    background: #3498db;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    border: solid 3px #3498db;
    padding: 6px 10px;
    cursor: pointer;
    height: 45px;
    border-radius: 24px;
	font-weight:bold;
}
.search-form input.search-btn:hover{
	background: #0869a2;
}
.profile-main img {
    max-width: 100%;
    height: auto;
    border-right: solid 2px #000;
    border-bottom: solid 2px #000;
    padding-bottom: 5px;
}
.profile-main .col-sm-6{
	padding:0;
}
/*.search-form input.search-btn:hover {
    background: #0869a2;
    border: solid 1px #0869a2;
}*/
#example {
        width: 1100px;
        margin: 0 auto;
    }
.footerbar{
    width:100%;
    padding:15px 0;
    text-align:center;
    background:#e9e9e9;
    font-size:14px;
}
/*table.dataTable thead tr {
  background-color: #ca262f;
  color:#fff;
}*/
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #1c3563;
    border-color: #1c3563;
}
div.dataTables_wrapper div.dataTables_paginate {
    margin-top: 15px;
}
.page-link{
    color:#1c3563;
}
.header-right {
    text-align: right;
    color: #fff;
    padding-top: 11px;
}
.header-right a {
    color: #fff;
    margin: 0 7px;
}
/*.header-right a:hover {
    color: #ca2536;
}*/
table.dataTable thead tr {
  background-color: #ca262f;
  color:#fff;
}
.dataTable tr td input[type=checkbox] {
    float: right;
    margin-top: 7px;
    margin-right: 10px;
}
.search-form {
    margin-bottom: 35px;
	overflow:hidden;
}
.two-column {
    width: 49%;
    display: inline-block;
}
.my-custom-scrollbar {
position: relative;
height: 500px;
overflow: auto;
}
.table-wrapper-scroll-y {
display: block;
}
.my-custom-scrollbar table thead th { position: sticky; top: 0; z-index: 1; }
.my-custom-scrollbar table tbody th { position: sticky; left: 0; }
/*=============== Scroll ==============*/
/*.my-custom-scrollbar::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.my-custom-scrollbar::-webkit-scrollbar-track-piece  {
    background-color: #ccc;
}

.my-custom-scrollbar::-webkit-scrollbar-thumb:vertical {
    height: 30px;
    background-color: #7b7b7b;
}*/
/*=============== Scroll ==============*/

.my-custom-scrollbar table tr td input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    float: right;
    margin-top: 6px;
    margin-right: 8px;
}
.table .thead-dark th {
    color: #fff;
    background-color: #3498db;
    border-color: #3498db;
    border-bottom: 2px solid #3498db;
}
.page-holder {
  min-height: 100vh;
}

.bg-cover {
  background-size: cover !important;
}
.login{
    background-image:url(../images/login-bg.jpg);
}
/*.footerbar.login{
    position:absolute;
    bottom:0;
    margin:0;
}*/
.login-logo {
    width: 100%;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}
.login-box{
    width:100%;
    padding:25px;
    border:solid 1px #fff;
    border-radius:8px;
    background:#fff;
    margin-top: 20px;
}
.login-main {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    display: table;
    height: 100%;
}
.login-box input:not([type=radio]) {
    width: 100%;
    border: solid 1px #ebebeb;
    border-radius: 4px;
    padding: 7px 10px;
    margin-top: 15px;
}
.login-box input.submit-btn {
    background: #1c3563;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
}
.login-box input.submit-btn:hover {
    background: #ca262f;
}
.profile-main{
    width:100%;
    border:solid 2px #000;
    padding:0;
    margin-bottom:5px;
    background:#fff;
}
.profile-main h2 {
    font-size: 16px;
    color: #1c3563;
    padding-top: 10px;
}
.profile-main h2 a {
    color: #0869a2;
    text-transform: uppercase;
    font-weight: bold;
}
.profile-wrapper{
	margin-bottom:35px;
}
.profile-main h2 a:hover{
    color:#0869a2;
}
.profile-main label{
    font-weight:bold;
    margin:0;
    font-size:18px;
	color:#047e95;
}
.profile-main p {
    margin-bottom: 0;
    font-size: 14px;
    color: #047e95;
    line-height: 1.5;
}
.profile-main h3 {
    font-size: 20px;
    color: #0869a2;
    margin-top: 0;
    font-weight: bold;
	padding-top:10px;
}
.profile-right {
   font-size:14px; 
   border-left: solid 2px #000;
}
.blue-btn {
    background: #1c3563;
    padding: 10px 20px;
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    border-radius: 6px;
    margin-top: 10px;
}
.blue-btn:hover {
    background: #ca2536;
    color:#fff;
}
.profile-bottom{
  font-family:"Times New Roman", Times, serif;
}
/*.summary-radio {
    float: right;
}*/
.summary-radio input[type="radio"] {
    float: none;
    display: inline-block;
}
.table {
    text-align: center;
    background:#fff;
}
.table td, .table th {
    padding: 5px;
    font-size: 13px;
}
.profile-main p a{
    text-decoration:underline;
}
.box-title {
    font-weight: bold;
    text-transform: uppercase;
}
.attorny-box{
    border:solid 1px #ccc;
    background:#fff;
    padding:5px;
}
.attorny-box h5{
    text-transform:uppercase;
    color:#0869a2;
    font-weight:bold;
    margin:0;
}
.attorny-box .table thead th {
    background-color: rgba(0,0,0,.05);
}


.listings{
	padding:0;
	margin:0;
}
.listings li{
	display:block;
	list-style:none;
}
.listings li a {
    display: block;
    color: #000;
    padding: 5px 10px;
}
.listings li a:hover{
	background:#f2f2f2;
}
.case-info {
    background-image: url(../images/arrow.png);
    background-repeat: no-repeat;
    background-position: 94% center;
}
.brief {
    color: #000;
    font-size: 18px;
    font-weight: bold;
    background-color: #c5c5c5;
    padding: 10px;
    text-transform: uppercase;
	margin:0;
}
h3.theft-heading {
    font-weight: bold;
    text-align: center;
}
h3.theft-heading span{
	color:#0869a2;
	text-decoration:underline;
}
/*.tableFixHead          { overflow: auto; height: 450px; font-family:"Times New Roman", Times, serif }*/
.tableFixHead thead th { position: sticky; top: 0; z-index: 99; background-color:#3498db; color:#fff; text-align:center; line-height: 18px; vertical-align: middle; }
.table tr td a{
	text-decoration:underline;
}
.find-fast{
	border:solid 2px #000;
	text-align:center;
	font-size: 14px;
}
.find-fast h2 {
    font-family: "Arial Black", Gadget, sans-serif;
    font-size: 22px;
    text-transform: uppercase;
    border-bottom: solid 2px #000;
    margin: 0;
    padding: 10px 0;
}
.find-fast ul{
	padding:0;
	margin:0;
}
.find-fast ul li{
	list-style:none;
	display:block;
}
.find-fast ul li a {
    display: block;
    border-bottom: solid 2px #000;
    font-family: "Times New Roman", Times, serif;
    padding: 5px 0;
    line-height: 18px;
}
.find-fast ul li a:hover{
	color:#fff;
	background:#3498db;
}
.find-fast ul li a.active{
	color:#fff;
	background:#3498db;
}
.courts {
    border: solid 2px #000;
    padding: 7px 0;
    overflow: hidden;
	margin-bottom:20px;
    font-size:13px;
}
.courts table tr td {
    width: 50%;
    /* display: inline-block; */
    float: left;
	padding:0 4px;
}
.profile-main .img-fluid{
	width:100%;
	height:auto;
}

table {
    vertical-align: middle;
}

.blurred-text{
	color: transparent;
	text-shadow: 0 0 7px #000;
}












