/* Main stylesheet for IPH */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, input {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 0.02em;
}
h1, h2, h3, h4, h5, h6{
	font-weight: 600;
}
body {
	line-height: 1;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a{
	text-decoration:none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 20px 0px;
	clear: both;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* Minimum width of 840 pixels. */
hgroup,#menu-main_menu, #main{
	margin: 0 auto;
	width: 960px;
	max-width: 960px;
	min-width: 960px;
	overflow: hidden;
}

button{	
    font-family: 'Open Sans', sans-serif;
}

input[type=text], input[type="password"] {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;
  border: 1px solid #DDDDDD;
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
}
 
input[type=text]:focus, input[type="password"]:focus {
  box-shadow: 0 0 5px rgba(81, 203, 238, 1);
  border: 1px solid rgba(81, 203, 238, 1);
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
}

.iph-clear {
	display: table;
	clear: both;
}

/* =rules
----------------------------------------------- */
/* letter spacing */
#menu-main_menu li a, #sidebarLeft h1,#sidebarLeft h3, #sidebarRight h3{
	letter-spacing: 0.05em;
}

/* =Menu
----------------------------------------------- */
#iphLogo {
	width: 200px;
	padding-top: 14px;
}

#site-navigation {/*} .menu-main_menu-container {*/
	background: #044265;
	background-size: 100%;
	width: 100%;
	position: relative;
	z-index: 100;
}

#menu-main_menu::after {
	display: table;
	clear: both;
}

#menu-main_menu {
	display: block;
	overflow: visible;
}

#menu-main_menu li {
	display: block;
	float: left;
	position: relative;
}

#menu-main_menu li a {
	color: #ffffff; 
	padding: 15px 23.5px 13px;
	position: relative; 
	display: block;
	text-transform: uppercase;
	font-size: 13.5px;
	background: #033c5c url(images/Blue-Navigation-Button.jpg);
	background-size: cover;
}

#menu-main_menu li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 256px;
}

#menu-main_menu li:hover ul {
	display: block;
}

#menu-main_menu li ul li {
	float: none;
	display: block;
}

#menu-main_menu li:hover > a,
#menu-main_menu li.current-page-ancestor > a,
#menu-main_menu li.current_page_item > a {
	background: #cccccc url(images/Grey-Navigation-Hover.jpg); 
	color: #043C5D;
}

/*#menu-main_menu li a:after { 
	content: " "; 
	display: block; 
	width: 0; 
	height: 0;
	border-top: 50px solid transparent;
	border-bottom: 50px solid transparent;
	border-left: 30px solid #043C5D;
	position: absolute;
	top: 50%;
	margin-top: -50px; 
	left: 100%;
	z-index: 2; 
}	
#menu-main_menu li a:before { 
	content: " "; 
	display: block; 
	width: 0; 
	height: 0;
	border-top: 50px solid transparent;           
	border-bottom: 50px solid transparent;
	border-left: 30px solid white;
	position: absolute;
	top: 50%;
	margin-top: -50px; 
	margin-left: 1px;
	left: 100%;
	z-index: 1; 
}	
#menu-main_menu li:first-child a {
	padding-left: 10px;
}
#menu-main_menu li:nth-child(1) a { background: #044265; padding-left: 25px;}
#menu-main_menu li:nth-child(1) a:after { border-left-color: #044265; }
#menu-main_menu li:nth-child(2) a { background: #06486D; }
#menu-main_menu li:nth-child(2) a:after { border-left-color: #06486D; }
#menu-main_menu li:nth-child(3) a { background: #064B73; }
#menu-main_menu li:nth-child(3) a:after { border-left-color: #064B73; }
#menu-main_menu li:nth-child(4) a { background: #08517A; }
#menu-main_menu li:nth-child(4) a:after { border-left-color: #08517A; }
#menu-main_menu li:nth-child(5) a { background: #085885; }
#menu-main_menu li:nth-child(5) a:after { border-left-color: #085885; }
#menu-main_menu li:nth-child(6) a { background: #0A5D8C; }
#menu-main_menu li:nth-child(6) a:after { border-left-color: #0A5D8C; }
#menu-main_menu li a:hover:after { border-left-color:#ffffff !important; }
 
#menu-main_menu li.current-page-ancestor a:after, #menu-main_menu li.current_page_item a:after {
	 border-left-color:#ffffff !important;
 }
*/	
/* =header
----------------------------------------------- */
hgroup {
	padding: 30px 0px;
	clear: both;
}

hgroup img {
	float:left;
}

hgroup::after {
	display: table;
	clear: both;
}

#frmSearchAll{
	float:right;
	margin-top: 40px;
	position: relative;
}
#frmSearchAll .submit{
	position:absolute; 
	top: 15px; 
	right:5px; 
	width:18px; 
	height:14px; 
	display:inline-block; 
	text-indent:-9999px; 
	border:none; 
	background:url(images/magnifying_glass.png) 0 0 no-repeat;
	cursor:pointer;
}
#frmSearchAll .field{
	border-bottom: 2px solid #F5F5F5;
	color: #8F8F8F;
}

/* =Slider
----------------------------------------------- */

.slider_container{width:100%;min-width: 960px; display:none}
.slider_container .bx-wrapper {margin:0 auto;}
.slider{width:100%;list-style:none}
.slider > li{width:100%;height:auto;}
.slider_container .bx-prev{width: 33px; height: 75px; display:inline-block; position:absolute;left: 7% !important; background: url(images/arrow_left.png) 0 0 no-repeat !important; text-indent:-9999px; z-index: 999;top: 43%;}
.slider_container .bx-prev:hover{background-position:0 100%;}
.slider_container .bx-next{width: 33px; height: 85px; display:inline-block; position:absolute; top: 43%;right: 7% !important; background: url(images/arrow_right.png) 100% 0 no-repeat !important; text-indent:-9999px; z-index: 999;}
.slider_container .bx-next:hover{background-position:100% 100%;}
.slider > li {
    height: 610px;
    max-height: 610px;
    overflow: hidden;
}
.slider > li .slide-link{width:100%;height:100%;}
.slider > li img{height: 100%;/* width: 100%; */display: none;}
.slider > li.bx-child .mapBlock img{
    width:100% !important;
	float: none;
}
.bx-pager{width: 100%;text-align: center;margin-top: -30px; position: absolute;z-index: 1;}
.bx-pager .pager-link  {background: url(images/bx-pager-empty.png);text-indent: -9999px;display: inline-block;width: 13px;height: 13px;margin: 0 2px;}
.bx-pager .pager-link:hover,.bx-pager .pager-link:active, .pager-active {background: url(images/bx-pager-fill.png) !important; }

#slideImageWrapper{
    display: block;  position: relative;  padding: 0px;  width: 100%;  height: 100%;	
}

#overlay, #slideTextWrapper{
	position: absolute;	
    
	top: 210px;
    margin-left: -1px;
	display: none;
}

.admin-bar #overlay, #slideTextWrapper{
	top: 246px;
}

#overlay{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";       /* IE 8 */   /* IE 5-7 */  
	-moz-opacity: 0.30;          /* Netscape */  
	-khtml-opacity: 0.30;        /* Safari 1.x */  
	/* opacity: 0.3; */filter:  
	alpha(opacity=30);
	/* background: #000000; */
}
#slideText{
	width: 960px;
	margin: 0px auto;
}
#sliderWhiteText{
	margin: 110px 0 20px 0;
	font: 50px/60px 'Trebuchet MS',Arial;
	color: #ffffff;
	width: 470px;
}
#sliderWhiteText a{
	display:block;
	font-size: 25px;
	color: #ffffff;
}
.sliderWidget{
    float: left;	
    background: url(images/arrow_bg.png) no-repeat;
    margin-left: 60px;
    width: 230px;
    height: 110px;
    padding: 15px 20px 20px 15px;
}
.sliderWidget ul{
	list-style-image:url("images/dot-point-right.png");
	padding-left: 17px;
}
.sliderWidget, .sliderWidget a{
	color:#444444;
	font-size: 11px;
	line-height: 14px;
}
.sliderWidget:nth-child(2) {
	margin-left: 0px
}
.sliderWidget h3{
	color: #093e61;
	text-transform: uppercase;
	font-size: 16px;
	margin-bottom: 10px;
	font-weight: normal;
}

.region h3{
	color: #093e61;
	text-transform: uppercase;
	font-size: 14px;
	margin-bottom: 10px;
	font-weight: normal;
}
.sliderWidget p .rightArrow{
	background: url(images/dot-point-right.png) no-repeat 5px 4px; 
}
.rightArrow{
	width: 15px;
	height: 15px;
	background: url(images/dot-point-right.png) no-repeat 5px 2px; 
	display: inline-block;
}
#disclaimerText, #subscribeText, .audioContactText{
    width: 700px;
    height: 500px;
    overflow: auto;
    padding: 30px 20px 20px 20px;
    font-size: 12px;
    line-height: 18px;
    background-color: rgb(245, 245, 245);
    border-color: rgb(227, 227, 227);
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: rgba(0, 0, 0, 0.298039) 0px 0px 10px 0px;
    box-sizing: border-box;
    color: rgb(51, 51, 51);
    display: inline-block;
    min-height: 20px;
    position: relative;
    text-align: left;
    transform: matrix(1, 0, 0, 1, 0, 0);
    transition-delay: 0s;
    transition-duration: 0.3s;
    transition-property: all;
    transition-timing-function: ease;
    display: none;
}
#subscribeText{
	width: 600px;
	height: 410px;
}
.audioContactText{
	width: 600px;
	height: 470px;
}
#disclaimerText button, #subscribeText button{
    background-color: rgb(230, 230, 230);
    border-bottom-color: rgb(173, 173, 173);
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(173, 173, 173);
    box-sizing: border-box;
    color: rgb(51, 51, 51);
    cursor: pointer;
    font-size: 13px;
    line-height: 18px;
    height: 34px;
    padding: 6px 12px;
    margin-top: 20px;
    margin-bottom: 30px;
}
#disclaimerText ul, #subscribeText ul{
	list-style-type: disc;
	margin-left: 50px;
}
/* =Main Body
----------------------------------------------- */
#main{
	padding-top:40px;
}

.region:first-child .office:first-child{
	margin-top: 5px;
}
.office1:first-child{
/*margin-top: 40px;*/
}
.region{
	width: 400px;
	float:left;
}
.region h3{
    background: url(images/arrow_footer.png) no-repeat;
	width: 144px;
	height: 95px;
	padding-top: 41px;
	text-align: center;
	float:left;
}
.region:nth-child(2){
	/*float: right;*/
	width: 240px;
}
.region:nth-child(2) .office{
	width: 273px;
}

.region:nth-child(3){
	width: 315px;
}
.region:nth-child(3) .office{
	width: 149px;
}
.office{
	width: 224px;
	margin-left: 10px;
	margin-bottom: 5px;
	float:left;
}
.office span{
	display: block;	
	color: #444444;
	font-size: 12px;
	line-height: 16px;	
}
.office .name{
	text-transform: uppercase;
	font-weight: bold;
}
.office1{
	/*width: 300px;*/
	margin-left: 10px;
	margin-bottom: 5px;
	float:left;
}
.office1 span{
	display: block;	
	color: #444444;
	font-size: 12px;
	line-height: 16px;	
}
.office1 .name{
	text-transform: uppercase;
	font-weight: bold;
}


/* =Page Set Up 
----------------------------------------------- */
#pageBanner{width: 100%;}
#leftGroup{
	width: 770px;
	float: left;
}
#sidebarLeft, #sidebarRight{
	width: 180px;
	float: left;
	font-size: 13px;
	display: inline;
}
#contentMiddle{
	width: 510px;
	float:left;
	margin: 0px 40px;
}

/*sidebarLeft*/
#sidebarLeft div, #sidebarLeft ul{
    margin-bottom: 25px;
	font: 12px/17px 'Trebuchet MS',Arial;
}

#sidebarRight div{
    margin-bottom: 25px;
	font: 14px/16px 'Trebuchet MS',Arial;
}

#keydates h3, #shareholderForms h3, #investorNews h3, #sharePrice h3, #subscribe h3{
	background: url(images/sidebar_arrow.png) no-repeat;
	color: #ffffff;
	width:171px;
	height:23px;
	padding: 10px 0px 3px 15px;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: normal;
}

#sidebarLeft h3, #sidebarRight h3{
	text-transform: uppercase;
	font-size: 13px;
}
#keydates li, #investorNews li, #shareholderForms li, #sidebarRight .greyBG{
	padding: 15px;
	border-top: 1px solid #cccccc;
	background-color: #f5f5f5;
	width: 151px;
	color:  #5E5E5E;
}
#keydates li:first-child, #investorNews li:first-child, #shareholderForms li:first-child{
	border:none
}
#keydates li.current_page_item, #investorNews li:current_page_item, #shareholderForms li:current_page_item{
	background: #ffffff;
}
#keydates li a, #investorNews li a, #shareholderForms li a, .greyBG a{
	color: #444444;
}
#shareholderForms li{
	padding-left: 30px;
	background: #f5f5f5 url(images/form.png) no-repeat;
	background-position: 8px 7px;
	border-top: 1px solid #cccccc;
	width: 136px;
}
span.date{
	color: #093e61;
	display: block;
}
h6{
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 10px;
	color: #444444;
}
.small{
	font-size: 9px;
	font-weight: normal;
	display: block;
	clear: both;
	margin-top: 15px;
}
.upPrice, .downPrice{
	font-size: 14px;
	font-weight: 400;
}
.upPrice{
	color: green;
	float: left;        
}
.downPrice{
	color: #5E5E5E;
	float: left; 
}
.upArrow, .downArrow{
    float: left;
    display: block;
	width: 15px;
	height: 7px;
	margin:1px 0px;
}
.updownArrows{
    /* display: block; */  
    float: left;  
    margin: 2px 6px;  
}
/* =Middle Content 
----------------------------------------------- */
#contentMiddle{
	font: 13px/16px 'Trebuchet MS',Arial;
	color: #444444;
	letter-spacing: 0.01em;
}
#contentMiddle h1,#contentMiddle h2,#contentMiddle h3,#contentMiddle h4,#contentMiddle h5,#contentMiddle h6{
	margin-bottom: 20px;	
}
#contentMiddle h1, #search h1{
	color: #033c5c;
	font-size: 36px;	
	line-height: 36px;
}
#contentMiddle ul{
	list-style-image:url("images/dot-point-right.png");
	padding-left: 30px;
}
.newsList ul{
	padding-left: 60px !important;
}
.newsList li{
	padding-bottom: 20px;
}
#contentMiddle h2{
	color: #7d7f7f;
	font-size: 16px;	
}
#contentMiddle a{
	color: #093e61;
}
#contentMiddle .blueText{
	color: #093e61;
	font-weight: 600;
}
#contentMiddle p {
	margin-bottom: 20px;
	line-height: 18px;
}
#contentMiddle img.alignLeft{
    float: left;
    margin-bottom: 10px;
}
#contentMiddle img.alignRight{
    float: right;
    margin-bottom: 10px;
}

img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 20px
}
.alignleft{
	display: inline;
    float: left;
    margin-right: 24px;
    
}
.more_link, .less_link {
	text-decoration: none;	
	border: none; 
	cursor:pointer;
	color: #005a84;
	height: 18px;
}
.more_link {
	padding-right: 20px;
	background: url(images/dot-point-right.png) no-repeat 43px 3px; 
}
.less_link {
	padding-left: 20px;
	background: url(images/dot-point-left.png) no-repeat 5px 4px; 
	display:none;
}
.email{background: url(images/email.png) no-repeat 0px 0px; padding-left: 25px;}
.blurb_hide{
	display:none;
}

/* =Home 
----------------------------------------------- */
#main .group-network .partner-logo {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}
#content .group-network .partner-logo img {
	margin: 0 auto;
	max-width: 200px;
}

/* =Footer 
----------------------------------------------- */
#page > footer{
	background: #033c5c url(images/navbar_gradient_long.png); 
	background-size: 100% 100%;
	min-height: 200px;
	margin-top: 30px;
	font-size: 10px;
	line-height: 16px;
}
#page > footer a {
	color: #ffffff;
}
#footerArea{
	width: 960px;
	min-width: 960px;
	margin: 0px auto;
	padding: 40px 0px 10px;
	color: #ffffff;
}
.footerAddress h5{
	font-size: 12px;
	margin-bottom: 15px;
	text-transform: uppercase;
}
#page > footer .nav-menu{
	float: left;
	display: inline;	
	padding-right: 45px;
}
#page > footer .nav-menu li{
	margin-bottom: 15px;
	list-style-type: none;
	text-transform:uppercase;
	font-weight: bold;
}
#page > footer .nav-menu li:before{content: "> "; color: #fffff; }

/* =Media Page
----------------------------------------------- */
#media h2, #policies h2{
	text-transform: uppercase;
	color: #005a84;
	margin-bottom: 5px;
}
#media .date, #policies .date{
	color: #8F8F8F;
}
#media .excerpt, #policies .excerpt{
	padding-left: 10px;
	margin: 10px 0px 0px 30px;
}
#media .excerpt a, #policies .excerpt a{
	text-transform: uppercase;
	font-weight: 600;
	color: #005a84;
}
#media .excerpt a{
	background: url(images/dot-point-right.png) no-repeat 0px 1px;
	padding-left: 15px;
}
#policies .excerpt a{
	background: url(images/dot-point-right.png) no-repeat 115px 3px;
	padding-right: 60px;
}
#policies .pdf{
	background: url(images/form.png) no-repeat 0px 2px;
	padding-left: 25px;
	padding-top: 6px;
	height: 30px;
}
#media li, #policies li{
	margin-bottom: 30px;
}

/* =Search Results Page
----------------------------------------------- */
#search{
	min-height: 400px;
	font-size: 14px;
	line-height: 20px;
}
#search .keyWord{
	color: #005a84;
	text-transform: uppercase
}
#search .searchResult{
	padding: 20px 10px;
	border-bottom: solid 1px #cccccc;
}
#search .view, #search span.date{
	display: inline;
	float:right;
}
#search a{
	color: #033c5c;
}
#search .searchResult a.view{
	background: url(images/dot-point-right.png) no-repeat 195px 4px;
	padding-right: 20px;
}
#search .title{
	font-weight: 600;
}
#search .content{
	font-size: 12px;
}
#search .noResults{
	color: #8F8F8F;
	margin-top: 20px;
}

/* =mp3 and contact form
----------------------------------------------- */
.mp3player{
	display:none;
}
.audioContactForm .email{
	background:none	;
	padding: 0px;
}
.audioContactForm input[type=text], .audioContactForm input[type=email], .audioContactForm input[type=submit] {
	height: 35px;
	position: relative;
	margin: 0 auto;
	display: block;
	box-sizing: border-box;
	-webkit-text-stroke: 0.1px;
	margin-bottom: .5em;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	border: thin solid #ccc;
	border-radius: 5px;
	color: #093e61;outline: none;
	width: 100% !important;
}

.audioContactForm input[type=submit]{
	color: #ffffff !important;
	background: #093e61 !important;
	border: none !important;
	box-shadow: none !important;
	border-radius: 5px !important;
	font-family: 'Roboto', sans-serif !important;
	font-weight: 300 !important;
	font-size: 16px !important;
	transition: all .3s ease !important;
	margin-top: 0px !important;
	cursor: pointer !important;
}

.audioContactForm  input[type=submit]:hover {
	background: #5E5E5E !important;
	color: #fff !important;
}

.ajax-loader{
	display:none;
}

div.wpcf7-mail-sent-ok {
	color: green !important;
	border: none;
}

div.wpcf7-validation-errors {
	color: red !important;
	border: none;
}
div.wpcf7-response-output{
	margin: 0px;
}

/* =Print
----------------------------------------------- */

@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}
	footer a[rel=bookmark]:link:after,
	footer a[rel=bookmark]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}
	a {
		text-decoration: none;
	}
	.entry-content img,
	.comment-content img,
	.author-avatar img,
	img.wp-post-image {
		border-radius: 0;
		box-shadow: none;
	}
	.author-avatar,
	#colophon,
	#respond,
	.commentlist .comment-edit-link,
	.commentlist .reply,
	.entry-header .comments-link,
	.entry-meta .edit-link a,
	.page-link,
	.site-content nav,
	.widget-area,
	img.header-image,
	.main-navigation {
		display: none;
	}
	.wrapper {
		border-top: none;
		box-shadow: none;
	}
	.site-content {
		margin: 0;
		width: auto;
	}

	.entry-header .entry-title,
	.entry-title {
		font-size: 21pt;
	}
	footer.entry-meta,
	footer.entry-meta a {
		color: #444;
		font-size: 10pt;
	}
	.author-description {
		float: none;
		width: auto;
	}

	/* Comments */
	.commentlist > li.comment {
		background: none;
		position: relative;
		width: auto;
	}
	.commentlist .avatar {
		height: 39px;
		left: 2.2em;
		top: 2.2em;
		width: 39px;
	}
	.comments-area article header cite,
	.comments-area article header time {
		margin-left: 50px;
		margin-left: 3.57142857rem;
	}
} 
/* sticky-list styles */
table.sticky-list  {
  display: block;
  font-family: sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size:90%;
  overflow: auto;
  width: 1000px; }
  
table.sticky-list   th {
    background-color: rgb(0, 112, 192);
    color: white;
    font-weight: bold;
    padding: 5px 10px;
    text-align: center;
  }
table.sticky-list   td {
    background-color: none;
    color: rgb(111, 111, 111);
    padding: 5px 10px;
  }
		

/* Make the action buttons aligned to the right */
table.sticky-list th.sticky-action,
table.sticky-list td.sticky-action {
text-align: right;
white-space:nowrap;
}
/* Do not wrap text in the table header */
table.sticky-list th,
table.sticky-list .sticky-nowrap {
white-space:nowrap;
}
/* Make every other row in the list slightly grey */
table.sticky-list tr:nth-child(2n+2) {
background: #f7f7f7;
}
table.sticky-list,
table.sticky-list * {
border: none;
}
table.sticky-list form,
table.sticky-list button,
table.sticky-list form input {
display: inline-block !important;
}
/* Style the action buttons */
table.sticky-list button {
background:none!important;
border:none;
padding:0!important;
cursor: pointer;
font-style: normal;
font-weight: normal;
text-transform: none;
font-size: inherit;
color: inherit;
margin-left: 5px;
text-decoration: underline;
}
/* Pagination styles */
div[id^="sticky-list-wrapper"] ul.pagination {
list-style: none;
margin: 0;
}
div[id^="sticky-list-wrapper"] ul.pagination li {
display: inline-block;
margin-right: 5px;
}
div[id^="sticky-list-wrapper"] ul.pagination li.active a,
div[id^="sticky-list-wrapper"] ul.pagination li.disabled a {
color: inherit;
text-decoration: none;
cursor: default;
}
/* Upload field styles */
div[class^="file_"] .remove-entry {
cursor: pointer;
text-decoration: none;
border-bottom: none;
}
div[class^="file_"] a.remove-entry img {
display: inline-block;
}
div[class^="file_"] + input[type="file"] {
display: none;
}
/* sticky-list styles */
/* Make the action buttons aligned to the right */
table.sticky-list th.sticky-action,
table.sticky-list td.sticky-action {
text-align: right;
white-space:nowrap;
}
/* Do not wrap text in the table header */
table.sticky-list th,
table.sticky-list .sticky-nowrap {
white-space:nowrap;
}
/* Make every other row in the list slightly grey */
table.sticky-list tr:nth-child(2n+2) {
background: #f7f7f7;
}
table.sticky-list,
table.sticky-list * {
border: none;
}
table.sticky-list form,
table.sticky-list button,
table.sticky-list form input {
display: inline-block !important;
}
/* Style the action buttons */
table.sticky-list button {
background:none!important;
border:none;
padding:0!important;
cursor: pointer;
font-style: normal;
font-weight: normal;
text-transform: none;
font-size: inherit;
color: inherit;
margin-left: 5px;
text-decoration: underline;
}
/* Pagination styles */
div[id^="sticky-list-wrapper"] ul.pagination {
list-style: none;
margin: 0;
}
div[id^="sticky-list-wrapper"] ul.pagination li {
display: inline-block;
margin-right: 5px;
}
div[id^="sticky-list-wrapper"] ul.pagination li.active a,
div[id^="sticky-list-wrapper"] ul.pagination li.disabled a {
color: inherit;
text-decoration: none;
cursor: default;
}
/* Upload field styles */
div[class^="file_"] .remove-entry {
cursor: pointer;
text-decoration: none;
border-bottom: none;
}
div[class^="file_"] a.remove-entry img {
display: inline-block;
}
div[class^="file_"] + input[type="file"] {
display: none;
}
/* #subscribe{display:none;} */