.new-menu-link.ag_policy.green {
    background: linear-gradient(to bottom, rgba(228, 245, 252, 1) 0%, rgba(191, 232, 249, 1) 50%, rgb(159 239 192) 51%, rgba(42, 176, 60, 1) 100%);
	margin-top:0;
}
.new-menu-link.ag_policy.green i {
    color: GREEN !important;
}
#cons_buttons .text-icon:hover .icon.fa-leaf {
    color: #FFF;
}
#cons_buttons i.icon.fas.fa-leaf {
    color: GREEN;
}
#cons_buttons .text-icon:hover .fa-leaf~.icon-hover {
    background: GREEN;
}
.feedback_form{
    position: absolute;
    z-index: 9;
    bottom: 80px;
    padding: 15px;
    background: #FFF;
    border: 1px solid;	
}
.custom-page{
	font-family:Montserrat;
}
.custom-page h1, .custom-page h2, .custom-page h3, .custom-page h4, .custom-page h5{
	font-family:Montserrat !important;
font-weight:normal;	
}
.rsp_tbl th, .rsp_tbl td, .nonrsp_tbl th, .nonrsp_tbl td {
    border: 1px solid #000;
    font-size: 14px;
    padding: 5px;
	font-weight:normal;
	margin-top:0;
}
.rsp_tbl td, .nonrsp_tbl td {
	color:#000;
}


.rsp_tbl td.break-word {
    word-break: break-word;
}
.rsp_tbl tr.nohide {
    top: inherit;
    left: inherit;
    position: relative;
}







.new-menu-link.ag_policy{
	    margin-bottom: 20px;
    border: 1px solid #000;
    background: rgb(228,245,252);
    background: -moz-linear-gradient(top, rgba(228,245,252,1) 0%, rgba(191,232,249,1) 50%, rgba(159,216,239,1) 51%, rgba(42,176,237,1) 100%);
    background: -webkit-linear-gradient(top, rgba(228,245,252,1) 0%,rgba(191,232,249,1) 50%,rgba(159,216,239,1) 51%,rgba(42,176,237,1) 100%);
    background: linear-gradient(to bottom, rgba(228,245,252,1) 0%,rgba(191,232,249,1) 50%,rgba(159,216,239,1) 51%,rgba(42,176,237,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4f5fc', endColorstr='#2ab0ed',GradientType=0 );
}
/*--CIRCULAR TOOLBAR CSS---*/
#tbl_sort_length {
    float: none;
}

#tbl_sort_wrapper .toolbar {
    float: left;
    margin-top: 20px;
	  color: RED;
}


#tbl_sort.circulars tr td:first-child,#tbl_sort.circulars tr td:last-child {
    text-align: center;
}

div#tbl_sort_wrapper
{
border: 1px solid #000;
padding: 10px;
}

#tbl_sort_wrapper .dataTables_filter input
{
 margin-left:0;
}

#tbl_sort th {
    background-color: #d82b27;
    color: white;
    font-weight: bold;
    width: auto;
    cursor: pointer;
}
#tbl_sort td, #tbl_sort th {
    padding: 10px;
    border: 1px solid #ccc;
    text-align: left;
    vertical-align: middle;
}



@-webkit-keyframes pulse1 {
  0% {
    background-color: #222;
		opacity: 0.5;
   -webkit-transform: scale3d(1.05,1.05,1.05);
    transform: scale3d(1,1,1);
  }
  50% {
    background-color: #d82b27;
		opacity: 1;
   -webkit-transform: scale3d(1.05,1.05,1.05);
    transform: scale3d(1.05,1.05,1.05);
  }
  100% {
    background-color: #222;
		opacity: 0.5;
   -webkit-transform: scale3d(1.05,1.05,1.05);
    transform: scale3d(1,1,1);
	}
}
/*
#cons_buttons .col-sm-6.col-xs-12:last-child .text-icon-icon:last-child span
{
  animation-name: pulse1;
  animation-duration: 1.6s;
  animation-iteration-count: infinite;
    background-color: #d82b27;
    background: -webkit-gradient(linear, left top, left bottom, from(#d82b27), to(#d82b27));
    background: -webkit-linear-gradient(top, #d82b27, #d82b27);
    background: -moz-linear-gradient(top, #d82b27, #d82b27);
    background: -ms-linear-gradient(top, #d82b27, #d82b27);
    background: -o-linear-gradient(top, #d82b27, #d82b27);
	border: 1px solid #000;
}

#cons_buttons .col-sm-6.col-xs-12:last-child .text-icon-icon:last-child .icon {
    color: #FFF;
}
#cons_buttons .col-sm-6.col-xs-12:last-child .text-icon-title a
{
    font-size: 14px;
    text-transform: capitalize;
    color: #000;
    -webkit-animation: downarrow 0.8s infinite alternate ease-in-out;
    line-height: normal;
}	
*/




@-webkit-keyframes downarrow {
	  0% { -webkit-transform: translateY(0); opacity: 0.3 }
	  100% { -webkit-transform: translateY(0.2em); opacity: 1 }
	}

span.down {
    position: absolute;
    top: 0;
    font-size: 12px;
    text-transform: capitalize;
    white-space: nowrap;
    color: #CCC;
    -webkit-animation: downarrow 0.6s infinite alternate ease-in-out;
    line-height: normal;
    left: 30%;
}
span.down .arrow {
    border-color: transparent;
    border-style: solid;
    border-width: 0 6px;
    display: block;
    height: 0;
    opacity: 1;
    text-indent: -9999px;
    transform-origin: 50% 50%;
    width: 0;
    border-top: 8px solid #d82b27;
    margin: 3px 0;
    left: 20%;
}




.blink {  
text-shadow: -2px 2px 0 #FFF, 
2px 2px 0 #FFF, 
2px -2px 0 #FFF, 
-2px -2px 0 #FFF; 
background:#EEE;
font-family:cursive;
color:#DC143C;
Font-weight:900;
font-size:12px;
margin-left:10px;
-webkit-animation: blink 1.5s step-end infinite;
animation: blink 1.5s step-end infinite;
}
@-webkit-keyframes blink { 50% { visibility: hidden; }}
@keyframes blink { 50% { visibility: hidden; }}

.menu-highlight-newoption
{
background-image: url("/consumer/wp-content/uploads/2019/07/new.gif");
background-repeat: no-repeat;
background-position: 70%;
}



.new-menu-link
{
text-align:center;
    padding: 5px 5px;
    margin-top: 25px;
    background: #fff;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    border: 1px solid #d3d4d7;
	

}

.new-menu-link a
{
		   /* background-image: url(/consumer/wp-content/uploads/2019/07/New_blinker3.gif);*/
    background-repeat: no-repeat;
    background-size: 30px;
padding:0 5px;
	background-position:right;
	color:#000;
}



.new-menu-link h6
{
    width: auto;
    padding: 3px;
}


#consumer_left_slider .nivo-caption {
    top: 42%;
    text-align: left;
    padding: 0;
}


#consumer_left_slider .nivo-caption a{
    padding: 7px;
	font-size:12px;
}

#consumer_left_slider .nivo-caption i{
    padding: 0px;
}

#page-content .block {
    /*background: url(/consumer/wp-content/uploads/2019/07/0843_transparent.png);*/
    background-repeat: no-repeat;
    background-size: cover;
}


#page-content .container {
    box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
	min-height :65vh;
	overflow:hidden;
}
.page-footer
{
background:#252936;
}




.fa-caret-down:before {
    content: none !important;
}




/*------------------------------*/
/* ----RELIABILITY INDICES----- */
/*------------------------------*/
#reliability_indices {
    width: 100%;
    height: 100%;
    display: inline-block;
	box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}
#reliability_indices .grand-child
{
	float: none;
    display: block !important;
	margin-bottom: 8px;
}


#reliability_indices.tree
{
    text-align: center;
    display: flex;
    box-shadow: none;
}

#reliability_indices.tree ul {
    padding: 20px 0; position: relative;
	
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	display:flex !important;
}



#reliability_indices .cntr
{
   display: inline-block;
}

#reliability_indices.tree li {
	float: left; text-align: center;
	list-style-type: none;
	position: relative;
	padding: 20px 5px 0 5px;
	
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

/*We will use ::before and ::after to draw the connectors*/

#reliability_indices.tree li::before, .tree li::after{
	content: '';
	position: absolute; top: 0; right: 50%;
	border-top: 1px solid #ccc;
	width: 50%; height: 20px;
}
#reliability_indices.tree li::after{
	right: auto; left: 50%;
	border-left: 1px solid #ccc;
}

/*We need to remove left-right connectors from elements without 
any siblings*/
#reliability_indices.tree li:only-child::after, .tree li:only-child::before {
	display: none;
}

/*Remove space from the top of single children*/
#reliability_indices.tree li:only-child{ padding-top: 0;}

/*Remove left connector from first child and 
right connector from last child*/
#reliability_indices.tree li:first-child::before, .tree li:last-child::after{
	border: 0 none;
}
/*Adding back the vertical connector to the last nodes*/
#reliability_indices.tree li:last-child::before{
	border-right: 1px solid #ccc;
	border-radius: 0 5px 0 0;
	-webkit-border-radius: 0 5px 0 0;
	-moz-border-radius: 0 5px 0 0;
}
#reliability_indices.tree li:first-child::after{
	border-radius: 5px 0 0 0;
	-webkit-border-radius: 5px 0 0 0;
	-moz-border-radius: 5px 0 0 0;
}

/*Time to add downward connectors from parents*/
#reliability_indices.tree ul ul::before{
	content: '';
	position: absolute; top: 0; left: 50%;
	border-left: 1px solid #ccc;
	width: 0; height: 20px;
}

#reliability_indices.tree li a{
	border: 1px solid #AAA;
	padding: 2px;
	text-decoration: none;
	display: inline-block;
	font-size:10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	box-shadow:0 10px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19)
}

/*Time for some hover effects*/
/*We will apply the hover effect the the lineage of the element also*/
#reliability_indices.tree li a:hover, #reliability_indices.tree li a:hover+ul li a {

background: rgb(178,225,255) !important; /* Old browsers */
background: -moz-linear-gradient(top,  rgba(178,225,255,1) 0%, rgba(102,182,252,1) 100%) !important; /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(178,225,255,1) 0%,rgba(102,182,252,1) 100%) !important; /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(178,225,255,1) 0%,rgba(102,182,252,1) 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b2e1ff', endColorstr='#66b6fc',GradientType=0 ) !important; /* IE6-9 */
	
	
	color: #000 !important; border: 1px solid #94a0b4 !important;
}
/*Connector styles on hover*/
#reliability_indices.tree li a:hover+ul li::after, 
#reliability_indices.tree li a:hover+ul li::before, 
#reliability_indices.tree li a:hover+ul::before, 
#reliability_indices.tree li a:hover+ul ul::before{
	border-color:  #94a0b4 !important;
}




#reliability_indices .parent ul {visibility: hidden;  opacity: 0; transition: visibility 0s, opacity 0.5s linear;}
#reliability_indices .parent:hover > ul {   visibility: visible !important; opacity: 1;}


#reliability_indices .parent:last-child:after {
    border: none !important;
}

#reliability_indices .year {
    float: left;
    width: 100%;
    height: 370px;
    margin: 0 auto;
	  text-align: center;
	  border: 1px solid #A9A9A9;
    background-color: #F5F5F5;
}
#reliability_indices .grandparent
{
background: rgb(242,246,248); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(242,246,248,1) 0%, rgba(216,225,231,1) 50%, rgba(181,198,208,1) 51%, rgba(224,239,249,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(242,246,248,1) 0%,rgba(216,225,231,1) 50%,rgba(181,198,208,1) 51%,rgba(224,239,249,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(242,246,248,1) 0%,rgba(216,225,231,1) 50%,rgba(181,198,208,1) 51%,rgba(224,239,249,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f6f8', endColorstr='#e0eff9',GradientType=0 ); /* IE6-9 */
}

#reliability_indices .parent a
{
background: rgb(225,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(225,255,255,1) 0%, rgba(225,255,255,1) 7%, rgba(225,255,255,1) 12%, rgba(253,255,255,1) 12%, rgba(230,248,253,1) 30%, rgba(200,238,251,1) 54%, rgba(190,228,248,1) 75%, rgba(177,216,245,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(225,255,255,1) 0%,rgba(225,255,255,1) 7%,rgba(225,255,255,1) 12%,rgba(253,255,255,1) 12%,rgba(230,248,253,1) 30%,rgba(200,238,251,1) 54%,rgba(190,228,248,1) 75%,rgba(177,216,245,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(225,255,255,1) 0%,rgba(225,255,255,1) 7%,rgba(225,255,255,1) 12%,rgba(253,255,255,1) 12%,rgba(230,248,253,1) 30%,rgba(200,238,251,1) 54%,rgba(190,228,248,1) 75%,rgba(177,216,245,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1ffff', endColorstr='#b1d8f5',GradientType=0 ); /* IE6-9 */
}

#reliability_indices .grand-child
{

background: rgb(252,234,187) !important; /* Old browsers */
background: -moz-linear-gradient(top,  rgba(252,234,187,1) 0%, rgba(252,205,77,1) 50%, rgba(248,181,0,1) 51%, rgba(251,223,147,1) 100%) !important; /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(252,234,187,1) 0%,rgba(252,205,77,1) 50%,rgba(248,181,0,1) 51%,rgba(251,223,147,1) 100%) !important; /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(252,234,187,1) 0%,rgba(252,205,77,1) 50%,rgba(248,181,0,1) 51%,rgba(251,223,147,1) 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceabb', endColorstr='#fbdf93',GradientType=0 ) !important; /* IE6-9 */
}

#reliability_indices p
{
	margin:0;
}

/* ------------END------------- */







/*------------------------------*/
/* --GO LIVE TOWN REPORTS CSS-- */
/*------------------------------*/

.town-reports .parent1 a
{
background: rgb(225,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(225,255,255,1) 0%, rgba(225,255,255,1) 7%, rgba(225,255,255,1) 12%, rgba(253,255,255,1) 12%, rgba(230,248,253,1) 30%, rgba(200,238,251,1) 54%, rgba(190,228,248,1) 75%, rgba(177,216,245,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(225,255,255,1) 0%,rgba(225,255,255,1) 7%,rgba(225,255,255,1) 12%,rgba(253,255,255,1) 12%,rgba(230,248,253,1) 30%,rgba(200,238,251,1) 54%,rgba(190,228,248,1) 75%,rgba(177,216,245,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(225,255,255,1) 0%,rgba(225,255,255,1) 7%,rgba(225,255,255,1) 12%,rgba(253,255,255,1) 12%,rgba(230,248,253,1) 30%,rgba(200,238,251,1) 54%,rgba(190,228,248,1) 75%,rgba(177,216,245,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1ffff', endColorstr='#b1d8f5',GradientType=0 ); /* IE6-9 */
}
.town-reports .grand-child .tooltiptext {
    visibility: hidden;
    width: 300%;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    opacity: 0;
    transition: opacity .6s;
    margin-top: -95%;
    margin-left: -185%;
}
.town-reports .grand-child:hover .tooltiptext {
  visibility: visible;opacity:1;left:90%;
}


.town-reports .year
{
	width:100% !important;
	height:auto !important;
}

.town-reports li {
    margin: 0 auto;
}

.town-reports .ac-container{
	margin: 0 auto;
}
.town-reports .ac-container label {
	  border:1px solid;
	  margin:0;
    padding: 20px;
    position: relative;
    z-index: 20;
    display: block;
    cursor: pointer;
    text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
    line-height: 33px;
    font-size: 19px;
    font-weight: 400;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 1%, #eaeaea 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(100%,#eaeaea));
    background: -webkit-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
    background: -o-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
    background: -ms-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
    background: linear-gradient(top, #ffffff 1%,#eaeaea 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 );
    box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3), 1px 0px 0px 0px rgba(255,255,255,0.9) inset, 0px 2px 2px rgba(0,0,0,0.1);

}
.town-reports .ac-container label:hover{
	background: #fff;
}
.town-reports .ac-container input:checked + label,
.town-reports .ac-container input:checked + label:hover{
	background: #c6e1ec;
	color: #3d7489;
	text-shadow: 0px 1px 1px rgba(255,255,255, 0.6);
	box-shadow: 
		0px 0px 0px 1px rgba(155,155,155,0.3), 
		0px 2px 2px rgba(0,0,0,0.1);
}
.town-reports .ac-container label:hover:after,
.town-reports .ac-container input:checked + label:hover:after{
	content: '';
	position: absolute;
}

.town-reports .ac-container input{
	display: none;
}
.town-reports .ac-container article{
	margin-top: -1px;
	overflow: hidden;
	height: 0px;
	position: relative;
	z-index: 10;
	transition: 
		height 0.3s ease-in-out, 
		box-shadow 0.6s linear;
}
.town-reports .ac-container input:checked ~ article{
	transition: 
		height 0.5s ease-in-out, 
		box-shadow 0.1s linear;
	box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3);
}
.town-reports .ac-container input:checked ~ article.ac-small{
	height: 140px;
}
.town-reports .ac-container input:checked ~ article.ac-medium{
	height: 180px;
}
.town-reports .ac-container input:checked ~ article.ac-large{
	height: 550px;
}
/* ------------END------------- */



/*---------TOOLTIP CSS----------*/
.ttip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.ttip .tooltiptext {
    visibility: hidden;
    width: auto;
    background-color: black;
    color: #fff;
    border-radius: 6px;
    padding: 5px;
    z-index: 1;
    opacity: 0;
    transition: opacity .6s;
    margin-left: 20px;
	  position:absolute;
	  text-transform: none;
}

/* ------------END------------- */

/*-----------CGRF-----------*/
/* AjaX Loading Image */
#loading-image
{
	  display:none;
	  z-index:999;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgb(255, 255, 255);
    opacity: 0.7;
}
#loading-image img {
    position: absolute;
    left: calc(-25px + 50vw);
    top: calc(-25px + 50vh);
}
button.download_pdf {
    background-color: #4A75B5;
    color: #FFF;
    white-space: nowrap;
    border-radius: 5px;
    padding: 5px 10px;
    margin: auto;
    display: flex;
    transition: all 0.3s;
    border: 1px solid #0450c1;
    box-shadow: 0 5px 6px 0 rgba(0,0,0,0.2), 0 3px 10px 0 rgba(0,0,0,0.19);
}
button.download_pdf:hover {
    background-color: #cee1ff;
    border: 1px solid #FFF;
    color: #000;
}
.cgrf_search_div.new #tbl_sort_length {
    float: left !important;
}

.cgrf_search_div.new .fltr {
    float: left;
    margin-right: 2vw;
}

.cgrf_search_div {
    box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    /*max-width: 650px;*/
    width: 100%;
    display: table;
    margin: 0 auto;
}

.CGRF label {
    /*width: 28%;*/
    white-space: nowrap;
}

.cgrf_search_div label
{
    font-size: 12px;
    font-weight: bold;
    margin-right: 10px;
}
.cgrf_search_div section
{
	background-color:#fff;
}
.cgrf_search_div .ac-container{
	margin: 0 auto;
}
.cgrf_search_div .ac-container .acc_label {
    padding: 10px 20px;
    position: relative;
/*    z-index: 20; */
    display: block;
    cursor: pointer;
    font-size: 19px;
    border: 1px solid;
    margin: 0;
	background: rgb(226,226,226); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=0 ); /* IE6-9 */

	font-weight:400;
}


.cgrf_search_div .ac-container .acc_label:hover{
background: rgb(233,246,253); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(233,246,253,1) 0%, rgba(211,238,251,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(233,246,253,1) 0%,rgba(211,238,251,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(233,246,253,1) 0%,rgba(211,238,251,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9f6fd', endColorstr='#d3eefb',GradientType=0 ); /* IE6-9 */
}


.cgrf_search_div .ac-container .acc_collapse:checked + .acc_label,
.cgrf_search_div .ac-container .acc_collapse:checked + .acc_label:hover{
	text-shadow: 0px 1px 1px rgba(255,255,255, 0.6);
	box-shadow: 
		0px 0px 0px 1px rgba(155,155,155,0.3), 
		0px 2px 2px rgba(0,0,0,0.1);

	
background: rgb(210,223,237); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(210,223,237,1) 0%, rgba(200,215,235,1) 26%, rgba(190,208,234,1) 51%, rgba(166,192,227,1) 51%, rgba(175,199,232,1) 62%, rgba(186,208,239,1) 75%, rgba(153,181,219,1) 88%, rgba(121,155,200,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(210,223,237,1) 0%,rgba(200,215,235,1) 26%,rgba(190,208,234,1) 51%,rgba(166,192,227,1) 51%,rgba(175,199,232,1) 62%,rgba(186,208,239,1) 75%,rgba(153,181,219,1) 88%,rgba(121,155,200,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(210,223,237,1) 0%,rgba(200,215,235,1) 26%,rgba(190,208,234,1) 51%,rgba(166,192,227,1) 51%,rgba(175,199,232,1) 62%,rgba(186,208,239,1) 75%,rgba(153,181,219,1) 88%,rgba(121,155,200,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2dfed', endColorstr='#799bc8',GradientType=0 ); /* IE6-9 */


}
.cgrf_search_div .ac-container .acc_label:hover:after,
.cgrf_search_div .ac-container .acc_collapse:checked + .acc_label:hover:after{
	content: '';
	position: absolute;
}

.cgrf_search_div .ac-container .acc_collapse{
	display: none;
}
.cgrf_search_div .ac-container article{
	margin-top: 0px;
	overflow: hidden;
	height: 0px;
	position: relative;
	z-index: 10;
	transition: 
		height 0.3s ease-in-out, 
		box-shadow 0.6s linear;
}
.cgrf_search_div .ac-container .acc_collapse:checked ~ article{
	transition: 
		height 0.5s ease-in-out, 
		box-shadow 0.1s linear;
	box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3);
}
.cgrf_search_div .ac-container .acc_collapse:checked ~ article.ac-small{
	height: 150px;
}
.cgrf_search_div .ac-container .acc_collapse:checked ~ article.ac-medium{
	height: 220px;
}
.cgrf_search_div .ac-container .acc_collapse:checked ~ article.ac-large{
	height: auto;
}
.CGRF select {
  border: 0;
  padding:10px;
  overflow:hidden;
  float:none;
  text-align:center;
}


.cgrf_search_div.new +#tbl_data #tbl_sort_wrapper {
    border: none;
    margin: auto;
	padding-top:0;
}
.cgrf_search_div.new .ac-container .acc_collapse:checked ~ article{
box-shadow:none;
}
.cgrf_search_div.new {
    box-shadow: none;
}
.cgrf_search_div.new .CGRF {
    padding: 10px;
}
.cgrf_search_div.new select {
}

.cgrf_search_div.new #orders-year, .cgrf_search_div.new #hearing-year, .cgrf_search_div.new #hearing-month{
    background: none;
    padding: 10px 0 0 0;
	display:table;
}

.cgrf_search_div.new #orders-zone, .cgrf_search_div.new #hearing-zone{
    padding:3px;
	color:#000;
	margin-top:5px;
		border:1px solid #0066ff;
}

.cgrf_search_div.new .cgrf-select
{
	display:flex;
	float:none;
	margin: 5px 0 10px 0;
}
.cgrf_search_div.new .cgrf-select label.hearing-month, .cgrf_search_div.new .cgrf-select label.hearing-year, .cgrf_search_div.new .cgrf-select label.orders-year {
	display:inline-block;
	text-transform: uppercase;
	float:left;
	margin:0;
	padding: 0.3vw 0.7vw;
    border: 1px solid #0066ff;
	border-right: none;
    font-size: 14px;
    color: #27408B;
    background: rgb(254,252,234);
    background: -moz-linear-gradient(top, rgba(254,252,234,1) 0%, rgba(230,230,230,1) 100%);
    background: -webkit-linear-gradient(top, rgba(254,252,234,1) 0%,rgba(230,230,230,1) 100%);
    background: linear-gradient(to bottom, rgba(254,252,234,1) 0%,rgba(230,230,230,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefcea', endColorstr='#e6e6e6',GradientType=0 );
}
.cgrf_search_div.new .cgrf-select label.hearing-month:last-child, .cgrf_search_div.new .cgrf-select label.hearing-year:last-child, .cgrf_search_div.new .cgrf-select label.orders-year:last-child {
    border-right: 1px solid #0066ff;
}

.cgrf_search_div.new .cgrf-select input[type=radio]{
    display:none;
}

.cgrf_search_div.new .cgrf-select input[type=radio]:checked + .hearing-month,
.cgrf_search_div.new .cgrf-select input[type=radio]:checked + .orders-year,
.cgrf_search_div.new .cgrf-select input[type=radio]:checked + .hearing-year {
    background: #1e90ff;
    color: #FFF;
    box-shadow: inset 0 2px 4px rgba(0,0,0,0.15), 0 1px 2px rgba(0,0,0,0.05);
    border: 1px solid #000;
}




.cgrf_search_div + #tbl_data #tbl_sort_wrapper #tbl_sort th{
background-color:#4A75B5;
}
.cgrf_search_div + #tbl_data #tbl_sort_wrapper #tbl_sort th:hover {
    background-color: #6d8ec1;
}


select.orders-year, select.cgrf-month {
    height: 50px;
}
.CGRF select.orders-year option, .CGRF select.cgrf-month option, .CGRF select.hearing-year option, .CGRF select.hearing-month option {
    display: table-cell;
	  float:left;
    padding: 0.3vw 1vw;
    border: 1px solid #0066ff;
    font-size: 14px;
	color:#27408B;
	background: rgb(254,252,234); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(254,252,234,1) 0%, rgba(230,230,230,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(254,252,234,1) 0%,rgba(230,230,230,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(254,252,234,1) 0%,rgba(230,230,230,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefcea', endColorstr='#e6e6e6',GradientType=0 ); /* IE6-9 */

}
.CGRF h6 {
    margin: 0;
}




.CGRF select option:checked {
    box-shadow: inset 0 2px 4px rgba(0,0,0,0.15), 0 1px 2px rgba(0,0,0,0.05);
    border: 1px solid #000;
	background:#AAA;
}

.CGRF
{
	padding:20px;
	/*text-align:center;*/
}
.cgrf_search_div input
{
	width:auto;
/*	margin-top: 20px; */
    padding: 2px 5px;
    font-size: 12px;
    line-height: normal;	
}

.CGRF input.hasDatepicker {
    width: 80px;
}

.cgrf_search_div input::placeholder {
    font-size: inherit;
}

.CGRF #zone, .CGRF #complaint_type
{
	border:1px solid;
	padding: 2px 5px;
	font-size : 12px;
}

.cgrf_table
{
	font-size:13px;
	color:#000;
	border:1px solid #000;
}

.cgrf_table td, .cgrf_table th {
    padding: 5px !important;
}

.cgrf_table th
{
padding-right:15px !important;
}

.cgrf_table .nowrp
{
	white-space:nowrap;
}

.CGRF .param {
    margin: 0px 5px;
    text-align: left;
    /*width: 50%;*/
    float: left;
}


.CGRF .param h5
{
	width:30%;
	float:left;
}

.CGRF .param label.error
{
	position: absolute;
    margin-top: 0;
    font-size: 10px !important;
}
.CGRF input.cgrf_btn {
    border: 1px solid #000 !important;
    height: 25px;
    width: 60px;
    color: #FFF;
    border: 1px solid;
	background: rgb(136,191,232); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(136,191,232,1) 0%, rgba(74,117,181,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(136,191,232,1) 0%,rgba(74,117,181,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(136,191,232,1) 0%,rgba(74,117,181,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#88bfe8', endColorstr='#4a75b5',GradientType=0 ); /* IE6-9 */
transition:all 0.5s;
}
.CGRF input.cgrf_btn:hover {
    color: #000;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(241,241,241,1) 50%, rgba(225,225,225,1) 51%, rgba(246,246,246,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 );
}


.CGRF .param.imp {
    width: 100%;
    text-align: center;
    margin: 10px 0;
}

.CGRF .param.imp label {
    width: auto;
    color: #d82b27;
    font-size: 12px;
}

.CGRF .param.imp select, .CGRF .param.imp input {
    font-size: 12px !important;
}





/*--------------------*/






/*------------------------------*/
/* -------MEDIA QUERY CSS------ */
/* -------RESPONSIVENESS------- */
/*-(WRITE OTHER CSS ABOVE THIS)-*/
/*------------------------------*/

/* ------FOR SMALL DEVICES----- */
@media (max-width: 600px)
{
	.town-reports li a{
	min-width: 25px;
  }
	
}


/* -----FOR MEDIUM DEVICES----- */
@media (min-width: 600px)
{
	#reliability_indices.tree li a
	{
		font-size : 14px;
		padding: 5px 10px;
	}
	
	.town-reports li a{
	min-width: 45px;
  }

	.cgrf_search_div .ac-container .acc_collapse:checked ~ article.ac-small
{
    height: 275px;
}

}


/* ----TABLET/LARGE DEVICES---- */
@media (min-width: 768px)
{
 #HP_BUTTON_LINKS a {
    padding: 11px 0px;
    width: 100%;
    min-height: 58px;
	 font-weight:500;
	 font-size:14px;
 }
#HP_BUTTON_LINKS .vc_column-inner {
    padding: 0 5px;
}

#HP_BUTTON_LINKS
{
    padding: 0 10px;
}
 #HP_BUTTON_LINKS .wpb_column:last-child a  {
    padding: 18px 0px;
 }
.cgrf_search_div .ac-container .acc_collapse:checked ~ article.ac-small
{
    height: 250px;
}
.CGRF .param {
    margin: 5px;
}	
}

@media(min-width:992px){
/* CGRF NEW CSS */	
	
#tbl_sort.cgrf_table th {
    white-space: nowrap;
}
#tbl_sort.cgrf_table td {
    width: 5%;
}
#tbl_sort.cgrf_table td:nth-child(2) {
    word-break: break-all;
}
#tbl_sort.cgrf_table td:nth-child(3) {
    width: 20%;
}
#tbl_sort.cgrf_table td:nth-child(4) {
    width: 30%;
}
}

/* -----DESKTOP RESOLUTIONS---- */
@media (min-width:1200px)
{
.town-reports li a{
	min-width: 60px;
}	
	#reliability_indices .year {
		
		width: 50%;
	}
.cgrf_search_div .ac-container .acc_collapse:checked ~ article.ac-small
{
    height: 180px;
}
	.CGRF .param {
    margin: 10px 5px;
}
}



@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {
		table.rsp_tbl, .rsp_tbl thead, .rsp_tbl tbody, .rsp_tbl tr, .rsp_tbl th,.rsp_tbl td { 
			display: block; 
			font-size:12px;
		}
	.rsp_tbl thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	.rsp_tbl tr { border: 1px solid #000; }
	
	.rsp_tbl td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #AAA; 
		position: relative;
		padding-left: 50% !important; 
	}
.rsp_tbl td.full-width {
    padding: 10px !important;
}
	.rsp_tbl td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 0;
		left: 0;
		width: 48%; 
		padding: 0 1%;
		white-space: nowrap;
		/* Label the data */
		content: attr(data-column);
		background: aliceblue;
		height: 100%;
		display: flex;
		align-items: center;
		color: #000;
		font-weight: bold;
	}
.rsp_tbl td.full-width::before {
    padding: 0 !important;
    width: 0 !important;
}

}

svg.svg-inline--fa.fa-2 {
    display: none !important;
}