@charset "utf-8";
/* CSS Document */
/* icon sizing */
.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }
.material-icons.md-15 { font-size: 16px; }

.table-condense {font-size: 13px;}


@media (max-width: 990px) { 
	
	.card-deck {
	    display: block;
	    width: 100%;
	    margin-bottom: .75rem;
	    table-layout: fixed;
	    border-spacing: 1.25rem 0;
	}
	.card-deck .card {
	    display: block;
	    margin-bottom: .75rem;
	    vertical-align: top;
	}
  
  .card-deck .card:not(:first-child) {
    
}
	.placeholder { 
		display: none;
}
  
}
.halfspace {
	line-height: 10px;
}

.banner-color {
background: #002A86;	
	
}

.aboutusicon {
	
	height: 50px;
	width: 50px;
	display:inline-block;	
	background: url("../images/Icons/CourthouseIconRev.png");
	background-size: 50px 50px;
	
}

.aboutusicon:hover {
	
	height: 50px;
	width: 50px;
	display:block;
	display:inline-block;
	background: url("../images/Icons/CourthouseIcon.png") no-repeat;
	background-size: 50px 50px;
}

.filecomplainticon { 
	
	height: 50px;
	width: 50px;
	display:inline-block;	
	background: url("../images/Icons/ComplaintFormIconRev.png") no-repeat;
	background-size: 50px 50px;
	
}

.filecomplainticon:hover {
	
	height: 50px;
	width: 50px;
	display:block;
	display:inline-block;
	background: url("../images/Icons/ComplaintFormIcon.png") no-repeat;
	background-size: 50px 50px;
}

.recentnewsicon{
	
	height: 50px;
	width: 50px;
	display:inline-block;	
	background: url("../images/Icons/NewspaperIconStraightRev.png");
	background-size: 50px 50px;
	
}

.recentnewsicon:hover {
	
	height: 50px;
	width: 50px;
	display:block;
	display:inline-block;
	background: url("../images/Icons/NewspaperIconStraight.png") no-repeat;
	background-size: 50px 50px;
}


.iconpng {
	height: 50px;
	width: 50px;
}

.noroll {
  display: flex;
  flex-direction: column;
  min-height: 50vh;
}

.footer {
  margin-top: 15px;
} 

.read-more-state {
  display:none;
	
}


.read-more-target {
  opacity: 0;
  max-height: 0;
  font-size: 0;
  transition: .25s ease;
}

.read-more-state:checked ~ .read-more-wrap .read-more-target {
  opacity: 1;
  font-size: inherit;
  max-height: 999em;
}

.read-more-state ~ .read-more-trigger:before {
  content: 'Show more';
}

.read-more-state:checked ~ .read-more-trigger:before {
  content: 'Show less';
}

.read-more-trigger {
  cursor: pointer; 
  padding: 0 .0em; 
  border: 0px solid #ddd;

  
}
.read-more-trigger:hover {
	text-decoration: underline;
}


 
.lnkbtn{
        
        border: none;      
        text-decoration: none;       
	background: #F0F1F2;
    }

    .lnkbtn:hover{
        
		text-decoration: underline;
    }

    .lnkbtn:visited{
        color: blue;
    }

    .lnkbtn:active{
        border: 1px solid red;
    }



.icon {
font-size: 0px;
	position: relative;
  /* Adjust these values accordingly */
  top: 3px;
  left: 0px;
	
}
.nav-link { 
    position: relative;
  
}

.nav-link:hover {
  opacity: 2;
}

.nav-link::before {
  transition: 100ms;
  height: 2px;
  content: "";
  position: absolute;
  background-color: #031D44;
}

.nav-link-ltr::before {
  width: 0%;
  bottom: 2px;
}

.nav-link-ltr:hover::before {
  width: 95%;
}

.img-banner {
    width: 100%;
}
.icon-color {
	color:#F9F0F1;
	background:#000000;
	 font-size: 60px;
}

.navbarbold a{ 
font-weight: bold;
	color: black;

}

.navbar {
	
	padding-left: 0px;
	
}



.navbar a {
	font-weight:600;
    color:#000000;	

}

.navbar .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);		
}

.navbar .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}


.logo {
	
	background-color: #F8F9FA;
	height: 125px;	
	
}
.hr_no_space{
    padding: 0px;
    margin: 0px;    
  }
.jumbotron_rk {
	display: none;
  padding: 0rem 0rem;
  margin-bottom: .5rem;
  background-color:#FBFBFB;
  border-radius: 0rem;
}



.stats {
	
	font-size: 11px;
	line-height: .5;
}

.cjcaddress
{
	line-height: 1.5;
	font-size: 14px;
	
}
.breadcrumbblue a {
	
	color: white;
	background-color: #002A86;
	text-decoration: underline;
}

@media (min-width: 992px) {
  .gutter .col-lg-4 {
    border: 0px #F3F266 thin;
	  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
	  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
  }
  .gutter .col-lg-4:last-child {
    border-right: none;
	  padding-left: 15px;
  }
}

/* Decorations */
.gutter .col-lg-4:first-child {
  background: #F3EFCF;
}
.gutter .col-lg-4:last-child {
  background: #F3EFCF;
}
.gutter .col-lg-8 {
  background: #c69;
}
.gutter .row > div {
     
  min-height: 80px;
  padding: 4px 0 0 8px;
}
@media (min-width: 992px) {
  .gutter .row {
    margin: 8px 0;
  }
}
.rowlocationcolor {
	
	background-color:#0000CC;
	color: #F8F2F2;
}

.fakeitblue {
	background-color:#002A86;
	color: #FBF8F8;
	line-height: 1.5;
	font-size: 14px;
	margin-left: .2px;
	margin-right: 0px;
	padding-top: 30px;
	padding-bottom: 0px;
	
}
.fakeitblueagain {
	background-color:#002A86;
	color: #FBF8F8;	
	font-size: 14px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 20px;
	padding-bottom: 0px;
}
.athinblueline {	
	background-color:#002A86;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-top: 1px;
	padding-bottom: 6px;
	

}

.bluetitle {
	background-color:#002A86;
	color: #FBF8F8;	
	font-size: 14px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 8px;
	padding-bottom: 2px;	
		
}
	
.googlewidth {
	position: relative;
	width: 400px;
  /*padding-right: -30px;
  padding-left: 20px;*/
	padding-left: 0px;
	padding-right: 0px;
}
.cse .gsc-control-cse,
.gsc-control-cse {
padding:0px !important;
border-width:0px !important;

}

.bg-lightyellow{
	background-color:#FBF8CF;
	
}
.dafoot {		
		background-color:#003399;
	color: white;	
} 
.dafoot hover {
	text-decoration: underline;
}
.dafoot a {
	color: white;
}
@media screen and (max-width: 575px){
	.placeholder { 
		display: none;
}
}

.newsborder {
border-top-style: none;
  border-right-style: solid;
  border-bottom-style: none;
  border-left-style: none;
	border-color: aliceblue;
	
}

.backgroundimg
{
	background-image:url("../images/nySCourtofAppealsAngle.png");	
	background-position: bottom right;
	background-repeat: no-repeat;	
	background-color: #002A86;
}
@media screen and (max-width: 1200px) {
		.backgroundimg 
		{ 
		background: #002A86;
		
			}
	}
.Col-moveleft-padding
{
	position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 45px;
}
@media screen and (max-width: 575px) {
	.Col-moveleft-padding{ 
	padding-left: 5px;
	}
	
}

.breadcrumb {
	font-size: 13px;
}
.breadcrumbpadding
{
	padding-left: 14rem;
	font-size: 13px;
}
@media screen and (max-width: 575px){
	.breadcrumbpadding { 
		padding-left: 0rem;
}
}
	
@media (min-width: 1199.98px) {
 .breadcrumbpadding { 
		padding-left: 16rem;

}
}
	
.moreinfo {
	padding-left: 95px;
		
		}
@media screen and (max-width: 575px){
		
	.moreinfo { 
		padding-left: 15px;
}
	.img-small {
		width:375px;
		hieght:75px;
	}
}

.alert {
  padding: 20px;
  background-color: #f44336;
  color: white;
  text-align: justify; Important!
}
.alertlink {
	color: white;
	text-decoration: underline;
}

.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

.closebtn:hover {
  color: black;
}

/*google translate edit */

.goog-logo-link {
   display:none !important;
}

.goog-te-gadget {
   color: transparent !important;
	
}

.goog-te-gadget .goog-te-combo {
   color: black !important;
}




