
.header-banner-line { width:100%; border:0; }
.header-banner { 
    width:100%; height:90px; border:0; border-bottom:2px solid #8b0101; /*#0fbdd2;*/
    padding-bottom:10px; 
    /*Gradient header background*/
    background: #fefefd; /* Old browsers */
    background: -moz-linear-gradient(left, #e8f9f9 0%, #c0fff4 61%, #b0e0e6 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #fff 0%,#e8f9f9 61%,#e8f9f9 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #fff 0%,#e8f9f9 61%,#e8f9f9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8f9f9', endColorstr='#b0e0e6',GradientType=1 ); /* IE6-9 */
}
.header-bottom { float:right; padding-right:20px; margin-top:-25px; }
.HeaderTop
{
    BACKGROUND-IMAGE: url(/RowNetWeb/images/VertGradientTop.gif);
    BACKGROUND-REPEAT: repeat-x
}
.HeaderBottom
{
    BACKGROUND-IMAGE: url(/RowNetWeb/images/VertGradientBotomGray.gif);
    BACKGROUND-REPEAT: repeat-x
}
TABLE.RECORDHEADER
{
    background-color: #03396c;
    border: 0;
    padding: 3px 20px;
    color: white;
    font-size: 1.4em;
}
TD.HEADERBG
{
    BACKGROUND-COLOR: #eeeeee;
}
.RECORDHEADER2
{
    FONT-WEIGHT: bold;    
    COLOR: white;
    BACKGROUND-COLOR: gray;
    padding: 10px 0;
}
.LabelWhite
{
    FONT-WEIGHT: normal;
    COLOR: white;
    TEXT-DECORATION: none
}
TABLE.DATAHEADER
{
	color: #fff;
	font-size: 1.4em;
	background-color: #005b96;
	padding: 0 20px;
}
TABLE.WARNING
{
	color: #fff;
	font-size: 1.4em;
	background-color: #F44336;
	padding: 0 20px;
}
TABLE.INFO
{
	color: #fff;
	font-size: 1.4em;
	background-color: #000;
	padding: 0 20px;
}
.RowData
{
	font-weight: bold;
}

A.LinkBack
{
    padding: 4px 6px;
    border:1px solid #aaa;
	color: #333;
	font-size: 14px;
	font-weight: bold;
	background-color: #eeeeee;
	text-decoration: none;
}
A.LinkBack:hover
{
	color: red;
}
A.MenuItem:link
{
    FONT-WEIGHT: bold;
    COLOR: #333;
    TEXT-DECORATION: none
}
A.MenuItem:visited
{
    COLOR: #333;
}
A.MenuItem:hover
{
    COLOR: red;
}

.required                   { color: Red; }
.center                     { text-align: center; }
.strong                     { font-weight: bold; }
.search-header-container    { background-color:#26619c; border:0; padding:5px; }
.search-form-container      { padding: 5px 0 10px 0; border:0; box-shadow: 0px 0px 10px 0px #ccc; }
.search-form-container td:first-child { padding-left:15px; }
.divider-box                { padding:2px 5px; border:1px solid #ccc; background-color:#f3f3f3; margin:0 12px 0 10px; }
.grid-header                { color:White; background-color:#b0e0e6; font-size:1.2em; white-space:nowrap; }
.grid-pager td              { font-size:1.2em; padding:5px 15px; }
.estate-record .data        { padding:0 30px; }
.estate-record .docket-history-data td, .estate-record .docket-history-data th { padding:5px; }
.estate-record .docket-history-data a:link      { color: #333; }
.estate-record .docket-history-data a:visited   { color: #333; }
.estate-record .docket-history-data a:hover     { color: red; }
.estate-record .docket-history-data a:active    { color: #333; }
.request-copy-form .request-copy-select-all     { padding:10px 0; margin:auto; }
.request-copy-form .select-copies td            { padding: 5px; }
.request-copy-form .customer-info-form          { background-color: #f8f8f8; padding: 20px 10px; }

.sticky-bottom
{
    position: fixed;
    bottom: 0px;
    padding-top: 10px;
    width: 100%;
    text-align: center;
}
@media print {
    .no-print {
         display: none;
    }
}
.info-box {
    background-color: #f8f8f8;
    border: 1px solid #aaa;
    box-shadow: 0 0 3px 0 #ccc;
    color: #000;
    margin: 0 0 10px 0;
    padding: 20px 30px;
}
.info-icon {
    background-image: url('info-icon.png');
    background-repeat: no-repeat;
    background-position: 10px 10px ;
}
.check-icon {
    background-image: url('check-icon.png');
    background-repeat: no-repeat;
    background-position: 10px 5px;
}
.info-text{
    font-size:small;
    font-weight:bold;
}
.rounded-corners {
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.pull-right {
    float: right;
}
.pull-left {
    float: left;
}
.payment-option {
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    padding: 8px 20px;
    background-color: #ffd400;
    border: 2px solid orange;
    font-weight: bold;
    margin-right: 20px;
    width: 100px;
    text-align: center;
}

#dgSearchResults tr:hover td
{
    background:#ccc;
    /*cursor:pointer;*/
}
#dgSearchResults tr:last-child td
{
    background:transparent;
    cursor:default;
}
#dgSearchResults tr:first-child td
{
    background:transparent;
    cursor:default;
}
#dgSearchResults
{
    border:none !important;
}
#dgSearchResults td
{
    border:none !important;
} 

/*PAGINATION*/
.pagination-ln {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
 
.pagination-ln td {
    display: inline;
}
 
.pagination-ln td > a,
.pagination-ln td > span {
    position: relative;
    float: left;
    padding: 8px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #004085;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    margin-left: -1px;
    text-align:right;
}
 
.pagination-ln td > span {
    position: relative;
    float: left;
    padding: 8px 12px;
    line-height: 1.42857143;
    text-decoration: none;    
    margin-left: -1px;
    z-index: 2;
    color: #aea79f;
    background-color: #f5f5f5;
    border-color: #dddddd;
    cursor: default;
}
 
.pagination-ln td:first-child > a,
.pagination-ln td:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}
 
.pagination-ln td:last-child > a,
.pagination-ln td:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}
 
.pagination-ln td > a:hover,
.pagination-ln td > span:hover,
.pagination-ln td > a:focus,
.pagination-ln td > span:focus {
    color: #26619c;
    background-color: #eeeeee;
    border-color: #dddddd;
    font-weight: bold;
}
/*--LOADING SPINNER-- */
.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
    position: fixed;
    text-align: center;
    bottom: 50%;
    left: calc(50% - 70px);
    display: inline-block;
}

/* Safari */
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/*------------------------*/
/*--SEARCH FORM--*/

input{
    padding-top:2px !important;
    padding-bottom:2px !important;
}
label{
    padding-top:0px !important;
    padding-bottom:0px !important;
}
.container
{
    padding-top:10px !important;
    padding-bottom:10px !important;
    background-color: white !important;
}
.right-ln{
    text-align:right !important;
}
.modal-dialog
{
    min-width:1080px !important;
}
body{
    background-color: #e9ecef !important;
}

/*--PRINTING NOTICE IMAGE--*/
    @media print{
        body{
            visibility: hidden;
        }
        .print-img{
            visibility: visible;
            position: absolute;
            top: 0;
            left: 0;
        }
          
    }

/*--MODAL SLIDEOUT --*/
@media (max-width: 576px){
    .modal-dialog.modal-dialog-slideout{
        width: 80%
    }
}
.modal-dialog-slideout{
    min-height: 100%; margin: 0 auto 0 0 ;
    background: #fff;
}
.modal.fade .modal-dialog.modal-dialog-slideout {
    -webkit-transform: translate(-100%,0);
    transform: translate(-100%,0);
}
.modal.fade.show .modal-dialog.modal-dialog-slideout {
    -webkit-transform: translate(0,0);
    transform: translate(0,0);flex-flow: column;
}
.modal-dialog-slideout .modal-content{
    border: 0;

}

/*--DASHBOARD ITEMS--*/
.my-card {
    position:absolute;
    left:45%;
    top:-20px;
    border-radius:50%;
    Padding: 5px !important;
}
    
a:hover,
a:focus {
    color: #03A9F4;
}

img {
    max-width: 100%;
}

ul {
    margin: 0px;
    padding: 0px;
}

ul li {
    list-style: none;
    margin: 0;
}

ol {
    list-style: none;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}
.notice-category li {
    float: left;
    /*font-size: 13px;*/
    line-height: 13px;
    margin-top: 10px;
    width: 100%;
}
.notice-category li a {
    float: left;
    color: #888;
    margin-left: 15px;
}
.notice-category li a:hover {
    color: #03A9F4;
}
.notice-category .category-counter {
    margin-right: 15px;
}
.category-counter {
    /*font-size: 14px;*/
    color: #888;
    float: right;
}
.row{
    float:none;
    margin:0 auto;
}
