select {
    -webkit-appearance: none;
    appearance: none;
}

.dots {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
	margin-top:0px;
}




.show-eye-green{
	position:absolute; top:15px; left:28px; width: 98px;
  height: 37px;
  margin: 0 322px 105px 0;
  padding: 8px 16px;
  border-radius: 2px;
  background-color: #5e7b65;
	}

.pinky{
	padding: 15px 15px;
	}

.all_articles_link {
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.28;
  letter-spacing: normal;
  text-align: right;
  color: #5e7b65;
}


.theme-select {
  max-width: 360px;
  height: 45px;
  /*margin: 10px 0 0;*/
  padding: 12px 24.2px 12px 24px;
  border-radius: 2px;
  border: solid 1px #707070;
  background-color: #ffffff;
  
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.31;
  letter-spacing: normal;
  text-align: right;
  color: #707070;
  
  
}


a.all_articles_link:link, a.all_articles_link:visited, a.all_articles_link:hover, a.all_articles_link:active{
    text-decoration: none!important;
	color: #5e7b65!important;
    }	

.sort-results{
	font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.31;
  letter-spacing: normal;
  text-align: right;
  color: #8f919a;
	}



.article-box{
  min-height: 190px;
  border-radius: 2px;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
	}

.article-title{
margin: 0 24px 0 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.28;
  text-align: right;
  color: #333333;
	}


.article-credit{
  font-size: 14px;
  line-height: 1.29;
  text-align: right;
  color: #8f919a;
  padding-right:40px;
}

.article-content{
  font-size: 14px;
  line-height: 1.29;
  text-align: right;
  color: #333333;
   padding-right:40px;
	}

.tab-search-button {
    height: 45px;
}


.pagination-btn-active {
    width: 35px;
    height: 35px;
    border-radius: 52px;
    background-color: #e6f2e9;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.29;
    color: #000;
    border: none;
}

.pagination-btn {
  width: 35px;
  height: 35px;
border: none;
  background-color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.29;
  color: #000;
}


h4{
float: left;
display: inline-block;
max-width: 50%;
padding: 10px 10px;
margin: 10px 10px !important;
padding: 32px;
background-color: #d3ebd9;
}





h5 {
    float: right;
    display: inline-block;
    max-width: 50%;
    padding: 10px 10px;
    margin: 10px 10px !important;
    padding: 32px;
    background-color: #d3ebd9;
	font-size: 1.5rem!important;
}


.courtwatch-subtitle{
  width: 148px;
  height: 32px;
  font-size: 24px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.13;
  letter-spacing: 0.17px;
  text-align: right;
  color: #333333;
}

.related-documents {
  width: 100%;
  min-height: 89px;
  margin: 24px 0.1px 16px 0;
  padding: 16px;
  border-radius: 2px;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
}


.related-documents-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.28;
  text-align: right;
  color: #333333;
}



.related-documents-text{
  font-size: 14px;
  line-height: 1.29;
  text-align: right;
  color: #333333;
}

.share-box{
  width: 132px;
  height: 165px;
  margin: 15px;
  padding: 15px;
  border-radius: 2px;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
}

.share-text{
  font-size: 18px;
  font-weight: 600;
  line-height: 1.28;
  text-align: right;
  color: #333333;
}


/* reports css */

.report-share-text{
  font-size: 16px;
  font-weight: 600;
  line-height: 1.31;
  letter-spacing: 0.14px;
  color: #6f5a50;
	}


.report-share-box {
    width: 110px;
    height: 36px;
    margin: 8px 0;
    padding: 5px 13px 3px;
    border-radius: 2px;
    border: solid 1px #70907f;
    background-color: #ffffff;
    display: inline-block;
}

	
.report-share-box-gold{
  border: solid 1px #dba048;
  background-color: #ffdeac;
	}
	
	
	
/*
####################################################
M E D I A  Q U E R I E S
####################################################
*/
 
/*
::::::::::::::::::::::::::::::::::::::::::::::::::::
Bootstrap 4 breakpoints
*/
 
/* 
Extra small devices (portrait phones, less than 576px) 
No media query since this is the default in Bootstrap because it is "mobile first"
*/
 
 
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {  
 
}
 
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {  
 
}
 
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
 
 
 .report-share-box {
  width: 120px;
  height: 36px;
  margin: 8px 0;
  padding: 6px 16px 7px;
  border-radius: 2px;
  border: solid 1px #70907f;
  background-color: #ffffff;
  display:block;
}


.dots {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
	margin-top:30px;
}


.pinky{
	padding: 15px 50px;
	}

}
 
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {  
	.container {
		/* max-width: 1320px!important; */
	}
  
}


/* Extra small devices  */

@media (max-width: 320px) {
	.subtitle-center {
		font-size: 18px;
		line-height: 19px;
	}
}




.printMe {display: none;}
@media print {
	div {display: none;}
	.printMe {display: block;}
}





		
