body{
    padding-bottom: 0 !important;
}

/* Header */
#header{
    vertical-align: middle;
    font-size: 12px;
    color: #fff;    
}

#header h1{
    display: inline-block;
    vertical-align: middle;
}

.tile.header .header-container{
    background: #14B5EB;
    text-align: left;
}

#header #headerContent{
    display: inline-block;
    color: #3B3B3B;
    width: calc(100% - 270px);
    width: calc(100% - 502px);
    vertical-align: middle;
    font-size: 12px;
}

#header #testimonials {
    float: left;
    padding: 0px 0 0 110px;
    xwidth: 425px;
    width: calc(100% - 210px);
}

#header #testimonials blockquote {
    /*background: url(/img/quoteLeft.gif) no-repeat;*/
    padding: 8px 0 12px 25px;
		padding: 8px 25px 12px 25px;
		position: relative;
}

#header #testimonials #quote {
    font-weight: bold;
    display: inline-block;
    font-size: 1.5em;
    line-height: normal;        
}

#header #testimonials .fa-quote-left {
    padding-right: 5px;
    position: absolute;
    left: 0;
    font-size: 1.5em;
    top: 12px;
}

#header #testimonials .fa-quote-right{
	padding-left: 5px;
	font-size: 1.5em;
	position: absolute;
    transform: translate(5px, 5px);
}

#header #testimonials blockquote #author {
    /*background: url(/img/quoteRight.gif) no-repeat right;*/
    padding: 0 25px 12px 0;
    font-size: 1.25em;
		
		padding: 0 0px 12px 0;
		display: inline-block;
}

#header #loginDetails {
    /*position: absolute;
    right: -6px;
    text-align: left;*/
    display: inline-block;
    width: 230px;
    text-align: right;
}

#header #loginDetails p{
    color: #3B3B3B;
    margin-bottom: 5px;
		margin-right: 10px;		
		font-size:1.1em;
}

#header #loginDetails .btn {
    margin-right: 10px;
    color: white;
}

.tile.header,
.tile.header .main-navigation{
    background: rgb(16,111,169);
    background: -moz-linear-gradient(0deg, rgba(16,111,169,1) 0%, rgba(0,50,99,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(16,111,169,1) 0%, rgba(0,50,99,1) 100%);
    background: linear-gradient(0deg, rgba(16,111,169,1) 0%, rgba(0,50,99,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#106fa9",endColorstr="#003263",GradientType=1);
}

.tile.header .main-navigation ul li a{
    color: #fff;
}

.tile.header .main-navigation ul li a:after{
    background: #fff;
}

/* Main Body */
.main_container.content_container{
    min-height: calc(100vh - 258px);
    background: white;
    padding: 8px;
}

#ama-page-22923 .main_container{
    background: white;    
}

.home_links li a {
    text-decoration: none;
    padding: 20px;
    background: #99bbdf;
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}

.link-boxes{
    display: grid;
    grid-template-columns: 1fr 1fr;
			grid-template-columns: 50% 50%;
    grid-gap: 1em;
    xpadding: 1em;
		margin: 0 0 1em 1em;		
}

.link-boxes .link-box,
.link-boxes .link-box-click{
    flex: 50%;
    xpadding: 16px;
    height: 280px;    
    background: #0d669f;
		border: 1px solid #0d669f;
    color: #fff;
    xpadding: 40px 20px;      
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;     
		cursor:pointer;
		position: relative;
    /*-webkit-transition: background-color 300ms linear;
    -ms-transition: background-color 300ms linear;
    transition: background-color 300ms linear; */
}

.link-boxes .link-box::before,.link-boxes .link-box-click::before
{
    content: "";
    /*background: url('/img/background-graphic.png') no-repeat;*/
    background-position: 60% 100%;
    background-size: 200%;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.2;
}

.link-box-inner{
padding: 40px 20px;
}

.link-box-head {
	font-size:1.2em;
}

.link-boxes .link-box-head,
.link-boxes .link-box-name{
    display: block;
    text-align: center;   
	width: 100%;	
}

.link-boxes .link-box-name{
    font-size: 1.2em;
    text-transform: uppercase;
}

.link-box-name-lg > .link-box-name{
    font-size: 2.5em;
    line-height: 1.25em;
}

.link-boxes .link-box:hover,
.link-boxes .link-box-click:hover{
    background: #14b5eb;
    text-decoration: none;
		/*background: #4472c457;*/
}

.link-boxes .link-box-click.clicked{
	xbackground: #4472c457 !important;
	background: none !important;
}

.link-box-close{
	position: absolute;
	right: 10px;
	top: 10px;
	color: black;
}

.link-boxes .link-box-click .back{
	display: none;
}

.link-boxes .link-box-click.clicked .front{
	display: none;
}

.link-boxes .link-box-click.clicked .back{
	display: block;
    width: 100%;
    width: calc(100% - 40px);
}

.back h3{
	font-size: 1.2em;
	text-transform: uppercase;
	text-align: center; 
	color: black;
}

.back .link-boxes{
  grid-template-columns: 1fr;
}

.back .link-boxes .link-box{
	height: auto;
    font-size: 0.8em;
}

#ama-field-71833{
    text-align: center;
}

.pt-1{
	padding-top: 10px;
}

.mb-2{
	margin-bottom: 20px;
}

/* Side Content */
#sideContentBlock{
    padding: 10px;
		text-align: center;
}

#sideContentBlock #sideButtons {
    margin-bottom: 10px;
    padding-left: 0px;
}

#sideContent #advertisementBlock {
    margin-bottom: 20px;
}

#sideContent #advertisementBlock img {
    border: 1px solid #9E9E9E;
}

#homeStats{
	padding: 1.5em 0px !important;
	font-size: 1.15em;
}

/* Footer */
.tile.four-column-grid{
    padding: 20px 0 30px 0;
    padding: 0;
}

.tile.four-column-grid ul li{
    width: auto;
    margin: 0 !important;
}

#footerLinks {
    padding: 10px 0 5px;
    text-align: left;
}

#footerLinks li {
    display: inline;
    border-right: 1px solid white;
    padding: 0 8px 0 5px;
}

#footerLinks .lastLink {
    border-right: none;
}

#footerLinks li a{
    color: white;
}

#footer #copyright {
    color: #999;
    margin-bottom: 8px;
}

.tile.four-column-grid.blue{
    background: rgb(0,50,99);
    background: -moz-linear-gradient(0deg, rgba(0,50,99,1) 0%, rgba(16,111,169,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0,50,99,1) 0%, rgba(16,111,169,1) 100%);
    background: linear-gradient(0deg, rgba(0,50,99,1) 0%, rgba(16,111,169,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#003263",endColorstr="#106fa9",GradientType=1);
}

.tile.footer{
    background: none;
    background: url(/img/CRCPressLogo3.png) no-repeat 100% 4px;
    border-top: 0px;
    font-family: Open Sans, Helvetica, sans-serif;
}


.derm-table.table > tbody > tr > th{
	font-weight: bold;
	border-top: 0px;
}

.derm-table.table > tbody > tr > th.sortable,
.page-link{
	cursor: pointer;
}

.derm-table.table > tbody > tr > td{
 line-height: 1;
}

.blue-text.table a{
 color:#045080;
}

.modal-header .close{
	position: absolute;
	top: 10px;
	right: 10px;
}

/* Multiple Drig Search */
#ama-field-72122 .multipleDrugsDropdown,
#ama-field-72153 .multipleDrugsDropdown{
	margin-bottom: 15px;
}
.multipleDrugsDropdown .col-sm-6:first-child{
	padding-right: 15px;
}
.multipleDrugsDropdown .col-sm-6:last-child{
	padding-left: 15px;
}

.multipleDrugsDropdown option {
    color: black;
}

.multipleDrugsDropdown option.asmOptionDisabled {
    color: #999;
}

.multipleDrugsDropdown .list-group {
    margin-bottom: 0px;
    float: left;
    width: 100%;
    padding-left: 0;
}

.multipleDrugsDropdown .list-group-wrap {
    margin-bottom: 10px;
    xmargin-bottom: 5px;
}

.multipleDrugsDropdown .list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    padding: 5px 10px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
    overflow: hidden;
}

.multipleDrugsDropdown .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.multipleDrugsDropdown .list-group-item:hover{ 
		background-color: #fcf8e3; 
		border: 1px solid #faebcc;
}

#multipleDrugsResults, #multipleClassResults h3 {
    margin-bottom: 0px;
    padding-top: 20px;
}

h3.tblClassReactions {
    margin-bottom: 20px;	
	font-weight: bold;	
}

.contentBlock table.tblClassReactions {
    border-width: 1px;
    border-color: #666666;
    border-collapse: collapse;
}

.contentBlock table.tblClassReactions th,
.contentBlock table.tblClassReactions td{
		border-style: solid;
    border-color: #1D576B;
}

.contentBlock table.tblClassReactions th {
    border-width: 1px;
    padding: 8px;
    background-color: #89C1D2 !important;
		font-weight: bold;
}

.contentBlock table.tblClassReactions a{
	color: #045080;
}

.btn-sidebar {
	font-size: 1.25em;
	width: 80%;
	margin-bottom: 1em;
}

.btn-tm {
	font-size: 1em;
}

.form-horizontal .control-label{
	text-align: left;
}

/* Search Results */
.search_az{
	overflow: hidden;
	padding-top: 20px;
	padding-bottom: 20px;
}

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

#search_scroll_loader, #search_scroll_nodata{
    width: 100%;
    font-size: 12px;
    text-align: center;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #DFDFDF;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

#search_scroll_loader p,#search_scroll_nodata p{
    xfont-family: Muli-regular;
    line-height: 1.5em;
    letter-spacing: 0.05em;
    padding-bottom: 1.5em;
}

#search_scroll_nodata {
    display: none;
}


/* Carousel */
.slider{
	padding: 0 40px 0px 40px;
  position: relative;
  line-height: 1;	
}

.multiple-items .slick-arrow{
	position: absolute;
    top: 50%;
    left: 15px;
    width: 40px;
    height: 50px;
    margin-top: -25px;
    font-size: 60px;
		font-size: 0px;
    font-weight: 100;
    line-height: 30px;
    color: #ffffff;
    text-align: center;
    xbackground: #222222;
    xborder: 3px solid #ffffff;
    x-webkit-border-radius: 23px;
    x-moz-border-radius: 23px;
    xborder-radius: 23px;
    xopacity: 0.5;
    filter: alpha(opacity=50);
		xbackground: url(/images/chevron-left.svg) no-repeat 50% #0d0d0d;
		background: #0d0d0d;
    border-radius: 4px;
		border: 0px;
		
		display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;		
}

.multiple-items .slick-arrow.slick-disabled {
    display: none!important;
}

.multiple-items .slick-arrow.slick-next {
    left: auto;
    right: 15px;
		xbackground-image: url(/images/chevron-right.svg);
}

.multiple-items .slick-slide{
text-align: center;
}


.xmultiple-items .slick-slide{
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.127659574468085%;
    *margin-left: 2.074468085106383%;
		
}

.multiple-items .slick-slide[data-slick-index="0"] {
    xmargin-left: 0;
}

.multiple-items .glightbox{
    display: inline-block;
    padding: 4px;
    line-height: 20px;
    border: 1px solid #ddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
		background: white;
}

.multiple-items .glightbox img {
    display: block;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
		border: 1px solid #ddd;
}

.multiple-items .slick-arrow.slick-prev svg, 
.multiple-items .slick-arrow.slick-next svg{
    display: block;
    width: 25px;
    height: auto;
    margin: 0;
    padding: 0;
}

.multiple-items .slick-arrow.slick-prev path, 
.multiple-items .slick-arrow.slick-next path{
    fill: #fff;
}

/* Mobile Advert */
.mobileAdvert{
	width: 80%;
	border: 1px solid #9E9E9E;
	background: #f7faef;
	display: inline-block;
	text-align: left;
	font-family: "Open Sans Semibold",sans-serif;
}

.mobileAdvert,
.mobileAdvert h5,
.mobileAdvert p{
	color: #173b93;	
}

.mobileAdvertLogo{
    text-align: center;
    padding: 6px;
    border-bottom: 2px solid #7189ba;
    height: 77px;
}

.mobileAdvertLogo img{
	border: none !important;
	height: 65px;
}

.mobileAdvertBody{
    padding: 6px;	
}

.mobileAdvertText h5{
    font-weight: bold;
    font-size: 0.9em;
		font-family: "Open Sans Semibold",sans-serif;
}

.mobileAdvertText p{
    font-size: 0.65em;
    font-size: 0.75em;
    line-height: 1.4;
    font-family: "Open Sans Semibold",sans-serif;		
}
		
.mobileAdvert .slick-slider{
	padding: 0;
}

.mobileAdvert .advert{
	display: flex;
	height: 100%;
}
		
.mobileAdvert .advertImage{
	width: 190px;
	background: url('/img/mobile_advert_phone.png') no-repeat top center;
	height: 135px;
	width: 66%;
}

.mobileAdvertText,
.mobileAdvertText h5{
	margin-bottom: 4px;
}

.mobileAdvert .advertText{
    width: calc(100% - 190px);
		width: 33%;
    padding: 0px 0px 6px 6px;
    font-size: 0.75em;
    line-height: 1.4;
    font-family: "Open Sans Semibold",sans-serif;
}

.mobileAdvert .advertImage.advertFull{
	width: 100%;
	xheight: 100%;
}

.mobileAdvertFooter{
   height: 18px;
   background: #006794;
	 xmargin-bottom: 16px;
}

.mobileAdvert .advertImage{
	height: 100px;
	margin-bottom: 4px;
}
.mobileAdvert .advertText{
	width: 100%;
}

/* Compare Drugs Graph */
#compareDrugs #compareGraph {
    margin: 0 auto;
    xwidth: 750px;
    height: 500px;
    border: 1px dotted #ccc;
		cursor :pointer;
}

#compareDrugs #compareGraph h3 {
    position: relative;
    padding-left: 80px;
		padding-top: 20px;
		font-weight: bold;
}

#compareDrugs #compareGraph #reactions {
    position: relative;
    top: -20px;
}

#graph-area-line svg {
    overflow: visible !important;
}

/* Updated chart */
#graph-area-line svg {
    overflow: visible !important;
}
#graph-area-options{
    margin: 10px auto;
    xwidth: 750px;
}
#graph-area-options .checkbox-inline, 
#graph-area-options .radio-inline {
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 30px;
    font-size: 14px;  
		padding-left: 0;
}    

#graph-area-options .checkbox-inline:hover, 
#graph-area-options .radio-inline:hover {
    color: #c0c013;
}

#graph-area-options input[type="checkbox"] {
    visibility: hidden;
    margin-left: -20px;
}
#graph-area-options label {
    cursor: pointer;
    text-decoration: underline;
}
#graph-area-options input[type="checkbox"] + label:before {
    border: 1px solid #333;
    content: "\00a0";
    display: inline-block;
    font: 16px/1em sans-serif;
    height: 16px;
    margin: 0 .25em 0 0;
    padding: 0;
    vertical-align: top;
    width: 16px;
}
#graph-area-options input[type="checkbox"]:checked + label:before {
    background: #000;
    color: #fff;
    content: "\2713";
    text-align: center;
}
#graph-area-options input[type="checkbox"]:checked + label:after {
    font-weight: bold;
}

#graph-area-options input[type="checkbox"]:focus + label::before {
    outline: rgb(59, 153, 252) auto 5px;
}

#graph-area-options .checkbox-inline:nth-child(1) input[type="checkbox"] + label:before {
    background: #ffcc00;
}
#graph-area-options .checkbox-inline:nth-child(2) input[type="checkbox"] + label:before {
    background: #0000ff;
}
#graph-area-options .checkbox-inline:nth-child(3) input[type="checkbox"] + label:before {
    background: #00ff00;
}
#graph-area-options .checkbox-inline:nth-child(4) input[type="checkbox"] + label:before {
    background: #ff9900;
}

.compare-graph-wrap{
	margin-bottom: 30px;
}

#compareDrugs .tblReactions {
    vertical-align: text-top;
    border-top: 1px solid #D5D4D5;
    border-bottom: 1px solid #D5D4D5;
    position: relative;
    top: -1px;
}

#compareDrugs table{
	width: 100%;
}

#compareDrugs .tblReactions tr .colOdd {
    background: #F5F6F5;
}
#compareDrugs .tblReactions tr td {
    vertical-align: text-top;
    border-right: 1px solid #D5D4D5;
		word-break: break-word;
}

#compareDrugs .tblReactions tr td a {
    xdisplay: block;
    xmargin-bottom: 5px;
}

.tblReactionsHeader{
	color: #ffffff; 
	background-color: #3276b1; 
	border-color: #285e8e;
}

.tblReactionsMatched{
	font-weight:bold; 
	background-color:yellow;
}

.morris-hover{
	position:absolute;
	z-index:20;
}
.morris-hover.morris-default-style{
	border-radius:10px;
	padding:6px;
	color:#666;
	background:rgba(255, 255, 255, 0.8);
	border:solid 2px rgba(230, 230, 230, 0.8);
	font-family:sans-serif;
	font-size:12px;
	text-align:center;
}
.morris-hover.morris-default-style .morris-hover-row-label{
	font-weight:bold;
	margin:0.25em 0;
}
.morris-hover.morris-default-style .morris-hover-point{
	white-space:nowrap;
	margin:0.1em 0;
}

#compare-no-drugs{
	margin: 20px 0px;
}

#saveSearchResults{
	margin-top: 0.75em;
}

#drugNames td{
	vertical-align: center;
}
.compare-drugs-table{
	width:80%; 
	margin: 0 auto;
}


@media only screen and (max-width: 990px){
	.compare-drugs-table{
		width: 100%;
		margin: 0;
	}
}

@media only screen and (max-width: 767px){
	#compareDrugs table td[class*=col-], 
	#compareDrugs table th[class*=col-] {
			display: block;
			width: 100%;
	}
	#compareDrugs thead tr {
			position: relative;
			top: 0px;
			left: 0px;
			margin-bottom: 0px;
	}	
	#compareDrugs tbody td[data-name]:before,
	#compareDrugs tbody td[data-text]:after{
			display: block;
			padding: 5px 0px 15px 0px;
	}
	
	#compareDrugs tbody td[data-name]:before{
			content: attr(data-name);			
			border-bottom: 1px solid #D5D4D5;
			margin-bottom: 10px;
			font-weight: 600;
	}	
	#compareDrugs tbody td[data-text]:after {
			content: attr(data-text);
	}	
	#graph-area-options .checkbox-inline{
		 display: block;
		 margin-left: 0;
	}
	
	.stuck #sideContentBlock{
		position: static !important;
	}
	
	.back-to-top{
		margin: 20px 0px 0px 0px !important;
	}
	
	.back-to-top a{
		 visibility: visible !important;
		 position: static !important;
	}
	
	#symbols{
		margin-left: 0px !important;
		margin-right: 0px !important;
	}
	
		
  .compare-drugs-table tr:first-child{
		margin-bottom: 0px !important;
	}
	
	.compare-drugs-table td{
		display: inline-block;
		border-top: 0 !important;
	}
	.compare-drugs-table td.compare-drugs-table-name{
		width: calc(100% - 103px);
	}
	.compare-drugs-table td.compare-drugs-table-checkbox{
		width: 56px;
	}
	.compare-drugs-table td.compare-drugs-table-remove{
		width: 38px;
	}	
}

/** Autocomplete **/
.ac_results {
    padding: 0px;
    border: 1px solid black;
    background-color: white;
    overflow: hidden;
    z-index: 99999;
		/*AB - 24/08/17 - Autocomplete not showing on main site */
		position: fixed;
}

.ac_results{
		/*AB - 28/02/19 - Position was incorrect when scrolled down slightly */
		position: absolute;
}

.ac_results ul {
    width: 100%;
    list-style-position: outside;
    list-style: none;
    padding: 0;
    margin: 0;
}

.ac_results li {
    margin: 0px;
    padding: 2px 5px;
    cursor: default;
    display: block;
    text-align: left;
    /* 
    if width will be 100% horizontal scrollbar will apear 
    when scroll mode will be used
    */
    /*width: 100%;*/
    font: menu;
    font-size: 12px;
    /* 
    it is very important, if line-height not setted or setted 
    in relative units scroll will be broken in firefox
    */
    line-height: 16px;
    overflow: hidden;
}

.ac_loading {
    background: white url('/img/indicator.gif') right center no-repeat;
}

.ac_odd {
    background-color: #eee;
}

.ac_over {
    background-color: #003266;
    color: white;
}

.multipleDrugsAutocomplete .asmSelect {
	display:none;
}

/* Symbols */
.papers li * {
    vertical-align: bottom;
}

#symbols-icons img,
img.symbol-icon{
	width: 24px;
	height: 24px;
	border-radius: 4px;
	margin-left: 5px;
	display: inline-block;
}

#symbols-icons p{
	display: flex;
  align-items: center;
	margin-bottom: 5px;
}

#symbols-icons img{
	margin-left: 0px;
}

.back-to-top{
  margin-left: 10%;
  text-align: left;
  margin-right: 10%;
	margin-top: 20px;
}

.back-to-top a{
	visibility: hidden;
}

.non-stick .back-to-top.sticky a{
	visibility: visible;
}

.stuck .right_content #sideContentBlock,
.non-stick .back-to-top.sticky a{
	position: fixed;
	top: 64px;
	
}

.stuck .right_content #sideContentBlock{
	width: 32.8%;
}

.non-stick .stuck #sideContentBlock{
	position: static;
	width: 100%;
}

/*Search */
#search-clear-button{
	display: none;
}

#search-clear-button.show-button{
	display: inline-block;
}

.search_link{
	display: inline-block;
	width: calc(100% - 40px);
}

/* Tablemaker*/
.table-header th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6;
		font-weight: bold;
}

#ama-field-72682>table>tbody>tr>th:last-child,
table.hide-last-col>tbody>tr>th:last-child{
	display: none;
}

#ama-field-72692{
	overflow-y: scroll;
	max-height: 400px;
    border-color: #B2DAE2;
    border-width: thin;
    border-style: solid;
}

/*Modal*/
.ama-ajax-modal .modal-response{
	overflow: hidden;
}

.ama-ajax-modal .modal-response .alert{
    display: block;
    margin-bottom: 0px;
    text-align: center;	
}

/* Help Modal */
.copy-message{
	height: 40px;
}
.copy-message .alert{
  opacity: 0;
	padding: 5px 15px;
	margin: 10px 0px;
}
.copy-message.show-message .alert{
	opacity: 1;
	transition: none;	
}
.copy-message.hide-message .alert{
	opacity: 0;
	transition: opacity 0.5s ease;	
}

/*Value List Modal */
#filter-values{
    overflow-y: scroll !important;
    overflow-x: hidden;
    scrollbar-width: thin;
		height: 500px;
}
#filter-values::-webkit-scrollbar{
    width: 7px;
}

#filter-values::-webkit-scrollbar-track{ 
    background: #4d4d4d !important; 
}

#content-wrap.scroll-box::-webkit-scrollbar-track{
    background: #f1f1f1 !important;  
}

#filter-values::-webkit-scrollbar-thumb{
    background: #c1c1c1; 
}

#filter-values::-webkit-scrollbar-thumb:hover{
    background: #555; 
}
