
/*************************** 
GLOBAL STYLES 
****************************/
* { margin: 0; }
html, body { height: 100%; }
body {
	background: #fff;
	color: #363636;
	font: 14px/21px Arial, Helvetica, sans-serif;
}
.wrapper { 
	width: 960px; 
	margin: 0 auto; 
	position: relative; 
}
ul, li { list-style: none inside; margin: 0; }
p { margin-bottom: 1.1em; text-decoration: none; }
a { text-decoration: none; }
a img { border: none; }
strong { font-weight: bold; }
table { border-spacing: 0; }
input, textarea { outline: none; }
.inputContainer { }
input[type="submit"]:focus, input[type="button"]:focus { outline : none; }
input[type="submit"]:hover, input[type="button"]:hover { cursor: pointer; }
aside { display: block; }

/*#HEADING STYLES#*/

h1, h2, h3, h4, h5 { margin-bottom: 10px; }
h1 { font: 36px/40px 'rokkittregular'; color: #898989; }
h2 { font: 30px/34px 'rokkittregular'; color: #898989;}
h3 { font: 25px/29px 'rokkittregular'; color: #898989;}
h4 { font: 20px/24px 'rokkittregular'; color: #898989;}
h5 { font: 18px/22px 'rokkittregular'; color: #898989;}
h1 .subtitle { 
	font: 14px/21px Arial, Helvetica, sans-serif; 
	display: block; 
	color: #939393; 
}

/*#HEADER STYLES#*/
.header { padding-bottom: 41px; margin-bottom: 15px; }
.header-sub { padding-bottom: 5px; margin-bottom: 10px; }
.header-sub .header-wrapper { background: #1b75bc; height: 39px; }
.header .header-wrapper { background: #1b75bc; height: 39px; }
#home .header { margin-bottom: 50px; }
.logo { float: left; width: 150px; }
.logo a { display: block;  }
.logo#home-logo { 
	width: 388px; 
	height: 111px; 
	position: absolute; 
	top: 30px; 
}

/*# MAIN NAVIGATION #*/
.header .nav { float: right; }
.header-sub .nav { float: right; }
.nav ul li { float: left; }
.nav ul li a { 
	display: block; 
	color: #fff; 
	padding: 9px 12px; 
	font-size: 16px; 
}
.nav ul li#newsletter a { 
	position: relative; 
	background: url(https://www.calpassplus.org/MediaLibrary/calpassplus/publicweb/images/icon-newsletter.jpg) no-repeat; 
	height: 39px; 
	width: 54px;
	padding: 0; 
}
.nav ul li#newsletter a span { 
	color: #74a735; 
	position: absolute; 
	top: 47px; 
	right: 0; 
	width: 79px; 
	text-align: right; 
	font-size: 12px; 
	line-height: 14px; 
}
.nav ul li.alt a {
	background: #8cc63f;
}


/*************************** 
CONTENT STYLES
****************************/

/* HOME */
#home-content2 { background: url(https://www.calpassplus.org/MediaLibrary/calpassplus/publicweb/images/home-content-bg.jpg) no-repeat top right;}
.home-wrapper { background: url(https://www.calpassplus.org/MediaLibrary/calpassplus/publicweb/images/CPPSmall.png) no-repeat 100% 45px;
width: 960px; 
	margin: 0 auto; 
	position: relative; }

.welcome { padding-top: 10px; width: 956px; font-size: 16px; color: #939393;}


/*************************** 
FOOTER STYLES 
****************************/
.footer {
	background: #1b75bc;
	padding: 10px;
	color: #fff;
	margin-top: 10px;
}

/*# Public Performance Data #*/
.fixed-footer {
    height: 50px;
    position: fixed;
    bottom:0px;
    background: #1b75bc;
	padding: 10px;
	color: #fff;
	margin-top: 20px;
    width: 960px;
}

.footer p { margin: 0; }
.footer#home-footer { padding: 5px 10px 0; }
.footer#home-footer > div { float: left; padding-bottom: 5px; }
.footer#home-footer .address { 
	width: 25%; 
	padding-right: 20px;  
}
.footer#home-footer .updates { 
	padding-left: 20px; 
	width: 70%; 
	border-left: #fff 1px solid;
}

.address {
  float: left;
  }

.footer-links {
  float: right;
  margin-left: 10px;
  color: #fff;
  }

.footer-links a {
  color: #fff;
  }

.address a {
  color: #fff;
  }

/***************************
DROPDOWN STYLES
****************************/

/*# EXPLORE DROPDOWN #*/
.explore-dropdown { margin-bottom: 35px; }
.explore-dropdown > ul { position: relative; height: 58px; }
.explore-dropdown > ul > li { 
	float: left; 
	position: absolute;
	background: #1b75bc; 
	width: 182px;
	text-align: center;
	margin-right: 10px;
	z-index: 1000;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: #909090 3px 3px 8px;
	-moz-box-shadow: #909090 3px 3px 8px;
	-webkit-box-shadow: #909090 3px 3px 8px;
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	-ms-transition: background .3s ease-in-out;
	-o-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out; 
}
.explore-dropdown > ul > li:after {
	content: " ";
	font-size: 1px;
	display: inline;
	overflow: hidden;
	height: 0;
}
.explore-dropdown > ul > li:nth-child(1) { left: 0; }
.explore-dropdown > ul > li:nth-child(2) { left: 192px; }
.explore-dropdown > ul > li:nth-child(3) { left: 384px; }
.explore-dropdown > ul > li:nth-child(4) { left: 576px; }
.explore-dropdown > ul > li > a { 
	display: block;
	font: 24px/24px 'rokkittregular';
	color: #fff;
	padding: 18px 0;
}
.explore-dropdown > ul > li:hover { background: #0e5084; }
.explore-dropdown > ul > li > a > span { display: block;}
.explore-dropdown > ul > li.long-title > a { padding: 6px 0; }
.explore-dropdown ul ul {
	text-align: left;
	display: none;
}
.explore-dropdown ul ul li a {
	color: #fff;
	display: block;
	padding: 7px 8px;
	border-top: #1b75bc 1px solid;
	font-size: 13px;
	line-height: 15px;
}
.explore-dropdown ul ul li:first-child a { margin-top: 10px; }
.explore-dropdown ul ul li:last-child a { padding-bottom: 25px; }
/***************************
FORM STYLES
****************************/

/*# SELECT GROUP #*/
.select-group { margin-top: 1px; margin-bottom: 22px; min-height: 67px; margin-left: auto; margin-right: auto; width: 650px;}
.chart-select-group {margin-left: auto; margin-right: auto; width: 600px;}
.select-group > div { float: left; }
.select-group label { 
	font: 24px/32px 'rokkittregular'; 
	color: #1b75bc;
	display: block;
	margin-bottom: 5px; 
}
.select-group .spacer-or { margin: 0 24px; }
.select-group .spacer-or span { color: #8dbadd; font: 24px/32px 'rokkittregular'; }

.chart-select-group .select-wrapper {width: 250px;}
/*# CUSTOM SELECT #*/
.select {
	position: absolute;
	width: 158px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 27px;
	padding: 0 24px 0 8px;
	border: #000 1px solid;
	color: #898989;
	font-size: 14px;
	line-height: 25px;
	background: url(https://www.calpassplus.org/MediaLibrary/calpassplus/publicweb/images/select-arrow.jpg) no-repeat right;
	overflow: hidden;
}
select.styled { height: 29px; }


/***************************
HOME PAGE PANEL-STYLE MENU (Reports)
***************************/
/*# HOME PAGE PANEL-STYLE MENU (Reports) #*/
.home-panel-menu .hoverpanels{
	width:666px;
	overflow:hidden;
}

.home-panel-menu .panel{
	border:none; /*1px solid #000000;*/
	width:300px;
	float:left;
	padding:10px;
    margin-right:5px;
	margin-bottom:5px;
	min-height:280px;
	background:#e8e8e8;
}

.home-panel-menu .panel:hover{
	/* background:#FFEFD5; */
}

.home-panel-menu .panel p, .home-panel-menu .panel li{
	/*font-size: 1.3em;*/

}

.home-panel-menu .panel > a > h1{
	/*font-size: 1.5em;*/
    /* color:#1d3767;      dark blue*/
    color:#1e75bc;      /*light blue*/
    /* font-size: 14px; */
}


.home-panel-menu .panel > a > h2{     
	background: #1e75bc; 
	width: 280px;
	text-align: center;	
	margin-left: 10px;
	z-index: 100;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: #909090 1px 5px 8px;
	-moz-box-shadow: #909090 1px 5px 8px;
	-webkit-box-shadow: #909090 1px 5px 8px;
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	-ms-transition: background .3s ease-in-out;
	-o-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out; 
    
    display: block;
	font: 19px/24px verdana ,arial, helvetica, sans-serif;
	color: #fff;
	padding: 18px 0;
}











/*#PIPELINE STYLES#*/
.pipeline { margin: 10px 0 40px; }
.pipeline > ul > li {
	float: left;
	width: 137px;
	height: 197px;
	background-repeat: no-repeat;
	color: #fff;
	position: relative;
}
.pipeline > ul > li > a.title {
	font-size: 20px;
	line-height: 20px;
	padding: 38px 0 20px 38px;
	width: 99px;
 	display: block;
	font-family: 'rokkittregular';
	color: #fff;
}
.pipeline > ul > li > span.subtitle {
	display: block;
	font-family: 'rokkittregular';
	font-size: 18px;
	position: absolute;
	bottom: 17px;
	left: 14px;
	width: 110px;
	line-height: 17px;
}
.pipeline li#ece { background-image: url(https://www.calpassplus.org/MediaLibrary/calpassplus/publicweb/images/pipeline-bg-ece.jpg); }
.pipeline li#ece a.title { width: 130px; position: absolute; z-index: 100; padding-left: 14px; }
.pipeline li#elementary { background-image: url(https://www.calpassplus.org/MediaLibrary/calpassplus/publicweb/images/pipeline-bg-elementary.jpg); }
.pipeline li#middle { background-image: url(https://www.calpassplus.org/MediaLibrary/calpassplus/publicweb/images/pipeline-bg-middle.jpg); }
.pipeline li#high { background-image: url(https://www.calpassplus.org/MediaLibrary/calpassplus/publicweb/images/pipeline-bg-high.jpg); }
.pipeline li#high a.title { padding-top: 45px; padding-bottom: 30px; }
.pipeline li#high span.subtitle {  }
.pipeline li#cc { background-image: url(https://www.calpassplus.org/MediaLibrary/calpassplus/publicweb/images/pipeline-bg-cc.jpg); }
.pipeline li#cc span.subtitle {  }
.pipeline li#university { background-image: url(https://www.calpassplus.org/MediaLibrary/calpassplus/publicweb/images/pipeline-bg-university.jpg); }
.pipeline li#university a.title { padding-top: 45px; padding-bottom: 30px; }
.pipeline li#labor { background-image: url(https://www.calpassplus.org/MediaLibrary/calpassplus/publicweb/images/pipeline-bg-labor.jpg); }

.pipeline .second-level { 
	position: absolute; 
	top: 95px;
	background-repeat: no-repeat;
	background-position: top;
	border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;	
}
.pipeline .second-level li a {
	display: block;
	font-size: 12px;
	line-height: 13px;
	padding: 7px 10px;
	border-top: #fff 1px solid;
	color: #fff;
}
.pipeline .second-level .pipeline-firstitem {
    display: block;
	font-size: 12px;
	line-height: 13px;
	padding: 7px 10px;
	color: #fff;
}

.pipeline .second-level li:first-child a { border-top: none; }
.pipeline .second-level li:last-child a { padding-bottom: 20px;}
.pipeline li#ece .second-level { background-color: #72ae3a; left: 1px; }
.pipeline li#elementary .second-level { background-image: url(https://www.calpassplus.org/MediaLibrary/calpassplus/publicweb/images/pipeline-dropdown-bg-elementary.jpg); background-color: #4669b9; left: 1px; }
.pipeline li#middle .second-level { background-image: url(https://www.calpassplus.org/MediaLibrary/calpassplus/publicweb/images/pipeline-dropdown-bg-middle.jpg); background-color: #992454; }
.pipeline li#high .second-level { background-image: url(https://www.calpassplus.org/MediaLibrary/calpassplus/publicweb/images/pipeline-dropdown-bg-high.jpg); background-color: #f78f30; }
.pipeline li#high .second-level a { }
.pipeline li#cc .second-level { background-image: url(https://www.calpassplus.org/MediaLibrary/calpassplus/publicweb/images/pipeline-dropdown-bg-cc.jpg); background-color: #f9c324; }
.pipeline li#cc .second-level a {  }
.pipeline li#university .second-level { background-image: url(https://www.calpassplus.org/MediaLibrary/calpassplus/publicweb/images/pipeline-dropdown-bg-university.jpg); background-color: #0d788e; }
.pipeline li#labor .second-level { background-image: url(https://www.calpassplus.org/MediaLibrary/calpassplus/publicweb/images/pipeline-dropdown-bg-labor.jpg); background-color: #6e42a1; }

/*#GALLERY STYLES#*/ 
.sub-gallery ul li { float: left; width: 232px; margin-right: 10px; }
.sub-gallery ul li:last-child { margin-right: 0; }
.sub-gallery ul li img { width: 100%; }


.label {
  font-weight: bold;
}

.col50 {
  float: left;
  width: 40%; 
  padding-left: 10px; 
  padding-right:10px;
}

input.k-input.required 
{
  border: solid 1px red;
  }

input.k-textbox.required 
{
  border: solid 1px red;
  }

.attendee-form {
    float; left;
    clear: both;
    width: 100%;
  }

.status.invalid {
    color: red;
    font-weight: bold;
  }

/*# Self Registration #*/
.self-registration-wrapper {
    width: 100%;
    clear: both;
  }

.self-registration-sub-header {
  width: 100%;
    clear: both;
  padding-bottom: 10px;
  }

.self-registration-sub-footer {
  padding-top: 10px;
  width: 100%;
    clear: both;
  }

.col-50-percent {
  width: 50%;
  float: left;
  }


.form-item {
    padding-bottom: 10px;
  }

.self-registration-btn {
  width: 250px; 
  color: white; 
  font-weight:bold; 
  background-color: #FE761B; 
  background-image: none, linear-gradient(to bottom, #1B75BC 0px, #1B75BC 100%); 
border-radius: 4px 4px 4px 4px;
  border-color: #C5C5C5;
   background-position: 50% 50%;
  -moz-box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    font-family: inherit;
    line-height: 1.66em;
    margin: 0;
    padding: 2px 7px;
    text-align: center;
    text-decoration: none;
  border-style: solid;
    border-width: 1px;
    font-family: inherit;
    font-size: 100%;
}

.login-button {
	background: #1b75bc; 
    font: 16px verdana,arial,helvetica,sans-serif;
    padding: 10px 40px;
    color: #ffffff;
    margin: 10px 0px;
}

.forgot-pw-link {
   margin: 10px 0px;
  }

.button {
  	text-align: center;
	z-index: 100;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: #909090 3px 3px 8px;
	-moz-box-shadow: #909090 3px 3px 8px;
	-webkit-box-shadow: #909090 3px 3px 8px;
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	-ms-transition: background .3s ease-in-out;
	-o-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out; 
   cursor: pointer;
  }


.ppd-button {
	background: #1b75bc; 
    padding: 5px 20px;
    color: #ffffff;
    margin: 5px 0px;
}

.large-button {
	background: #1b75bc; 
    padding: 5px 20px;
    color: #ffffff;
    margin: 5px 0px;
}

.btn-help-with-this {
  	background: #1b75bc; 
    padding: 5px 20px;
    color: #ffffff;
    margin: 5px 0px;
  }

.pnl-help-with-this {
  clear: both;
  height: 450px;
  }

.pnl-help-with-this .hwt-questions{
  width: 400px;
  height: 200px;
  color: #898989;
  }

.pnl-help-with-this .hwt-subject{
  width: 400px;
  }

.error-message {
  color: red;
  font-weight: bold;
  }

.settings-2col-wrap {
  background-color: #FFFFFF;
  float: left;
  overflow: auto;
  padding: 0;
  width: 100%;
  display: block;
  margin: 0 0 30px;
  height: 500px;
  
  }

.settings-2col-wrap .profile-2col {
  display: block;
  float: left;
  margin: 0;
  padding-right: 5%;
  width: 40%;
  }

.first {
  margin-left: 0;
  padding-left: 0;
  }

.settings-2col-wrap .center {
  clear: both;
  text-align: center;
  }

.settings-2col-wrap .form-item label {
  color: #999999;
  margin-bottom: 3px;
  display: block;
  font-weight: bold;
  }

.settings-2col-wrap .form-item input.textbox {
    border: 1px solid #333333;
    color: #333333;
    font-size: 16px;
    height: 24px;
    margin-bottom: 8px;
    width: 100%;
}

.chart-details {
  text-align: center;
  }


.file-input .k-button.k-upload-button {
  width: 200px;
  }

.FormButton {
  text-align: center;
	z-index: 100;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: #909090 3px 3px 8px;
	-moz-box-shadow: #909090 3px 3px 8px;
	-webkit-box-shadow: #909090 3px 3px 8px;
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	-ms-transition: background .3s ease-in-out;
	-o-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out; 
   cursor: pointer;
  
  background: #1b75bc; 
    font: 16px verdana,arial,helvetica,sans-serif;
    padding: 10px 40px;
    color: #ffffff;
    margin: 10px 0px;
  }

#mou-form .form-item {
    padding-bottom: 5px;
  }

#mou-form .form-item .textbox input{
    border: 1px solid #333333;
    color: #333333;
    font-size: 16px;
    height: 24px;
    /*margin-bottom: 8px;*/
    width: 100%;
}

#mou-form {
    font-size: 12px;
    margin-left: auto;
    margin-right: auto;
    width: 940px;
  }

#mou-form .form-item input.textbox {
    border: 1px solid #333333;
    color: #333333;
    /*font-size: 16px;*/
    height: 24px;
    /*margin-bottom: 8px;*/
    width: 100%;
}

#mou-form .form-item input.CalendarTextBox {
    border: 1px solid #333333;
    color: #333333;
    /*font-size: 16px;*/
    height: 24px;
    margin-bottom: 8px;
    width: 75%;
    margin-right: 10px;
}

fieldset {  
  border: 1px solid #333333;
  -moz-border-radius:5px;  
  border-radius: 5px;  
  -webkit-border-radius: 5px;
  padding: 10px;
  margin: 10px;
  width: 400px;
  clear: both;
}

.mou-form-50 {
  width: 440px;
  float: left;
  margin-right: 15px;
  margin-left: 15px;
  }

.mou-form-legend {
  font-weight: bold;
  }

.ErrorLabel, .EditingFormErrorLabel {
    color: #FF0000;
    display: block;
    padding-bottom: 10px;
    text-align: left;
}

.no-data-label {
  font: 16px Arial,Helvetica,sans-serif; 
  color: #8e8e8e;
  }

.chart-wrapper {
  text-align: center;
  }

.tooltip { 
  text-decoration: none; 
  cursor: help;
  color:#0000FF;
}


.grid-title {
  font: 16px Arial,Helvetica,sans-serif;
  color: #8e8e8e;
  margin-bottom: 10px;
  margin-top: 20px;
}
  
.chart-disclaimer {
  fill: red;
  font-style: italic;
  font-size: 0.9em;
  }

.myprofile-error {
  color: red;
  }

.TextBoxField, .LogonTextBox, .TextAreaField, .hwt-questions {
    border: 1px solid #C0C0C0;
    color: #000000;
    margin-left: 5px;
    /*font-size: 16px;*/
    /*height: 24px;*/
    /*margin-bottom: 8px;*/
    /*width: 100%;*/
}

.EditingFormLabel {
  vertical-align: top;
  }

.lb-refresh-button {
  width: 115px; 
  color: white; 
  font-weight:bold; 
  background-color: #1B75BC; 
  background-image: none, linear-gradient(to bottom, #1B75BC 0px, #1B75BC 100%); 
border-radius: 4px 4px 4px 4px;
  border-color: #C5C5C5;
   background-position: 50% 50%;
  -moz-box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    font: 15px verdana,arial,helvetica,sans-serif;
    margin: 0;
    padding: 6px 7px;
    text-align: center;
    text-decoration: none;
  border-style: solid;
    border-width: 1px;
}

#filterPanel {
  height: 100px;
  }

.k-tabstrip-items .k-state-default {
  width: 150px;
  font-size: 1em;
  }

.milestone-header, .momentumpoint-header {
  margin-left: 10px;
  color: #898989;
  margin-top: 10px;
  margin-bottom: 10px;
  }

.fy-section-header {
  font-weight: bold;
  color: #FFFFFF;
   }

./*k-panelbar > .k-item > .k-link, .k-panel > .k-item > .k-link,
.k-panelbar > .k-item > .k-link .k-state-selected
, .k-panelbar > .k-item > .k-link .k-state-focused {
  background-image: none, linear-gradient(to bottom, rgb(255, 239, 213) 0px, rgb(255, 228, 181));
  color: #FFFFFF;
  }
*/

.k-widget .k-header .k-tabstrip {
  background-image: none, linear-gradient(to bottom, #FFFFFF 0px, #FFFFFF 100%);
  border: none;
  }

.k-content .k-state-active {
  border-radius: 0 4px 4px 4px;
  }

#loadingPanel {
  background: url("https://www.calpassplus.org/MediaLibrary/calpassplus/publicweb/WaitingGifs/ajax-loader_rounded_1B75BC_blue.gif") no-repeat scroll center center transparent;
  height: 75%;
  width: 75%;
  font-weight: bold;
  padding-top: 100px;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}

.refresh-button {
  width: 115px; 
  color: white; 
  font-weight:bold; 
  background-color: #1b75bc; 
  background-image: none, linear-gradient(to bottom, #1b75bc 0px, #1b75bc 100%); 
border-radius: 4px 4px 4px 4px;
  border-color: #1b75bc;
   background-position: 50% 50%;
  -moz-box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    font: 15px verdana,arial,helvetica,sans-serif;
    margin: 0;
    padding: 4px 7px;
    text-align: center;
    text-decoration: none;
  border-style: solid;
    border-width: 1px;
}


.explain-method {
    color: #0033CC;
    cursor: pointer;
    font-size: 10px;
    font-weight: normal;
    text-decoration: underline;
}

.upload-missing-data {
    color: #000080;
    cursor: pointer;
    font-size: 10px;
    font-weight: normal;
    text-decoration: underline;
}

.explain-missing-data {
    color: #000080;
    cursor: pointer;
    font-size: 10px;
    font-weight: normal;
    text-decoration: underline;
}



#clickhere {
  cursor: pointer;
  color: blue;
  }

.print-button {
  cursor: pointer;
  width: 215px; 
  color: white; 
  font-weight:bold; 
  background-color: #8CC63F; 
  background-image: none, linear-gradient(to bottom, #8CC63F 0px, #8CC63F 100%); 
border-radius: 4px 4px 4px 4px;
  border-color: #8CC63F;
   background-position: 50% 50%;
  -moz-box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    font: 14/21px verdana,arial,helvetica,sans-serif;
    margin: 0;
    padding: 4px 7px;
    text-align: center;
    text-decoration: none;
  border-style: solid;
    border-width: 1px;
  }

.export-button {
   cursor: pointer;
  width: 180px; 
  color: white; 
  font-weight:bold; 
  background-color: #8CC63F; 
  background-image: none, linear-gradient(to bottom, #8CC63F 0px, #8CC63F 100%); 
border-radius: 4px 4px 4px 4px;
  border-color: #8CC63F;
   background-position: 50% 50%;
  -moz-box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    font: 14/21px verdana,arial,helvetica,sans-serif;
    margin: 0;
    padding: 4px 7px;
    text-align: center;
    text-decoration: none;
  border-style: solid;
    border-width: 1px;
  }

@media print {
  .content-panel { display: none;}
  #print-panel {display: none;}
  .header {display: none;}
  .header-sub {display: none;}
  .footer, .lb-refresh-button {display: none;}
  #organizer {
    margin: 0;
    padding: 0 0;
    width: 100%;
    display: inline;
}
  #filterPanel {
    padding-top: 10px;
    margin: 0;
    position: relative;
    width: 860px;
}
  .wrapper {
    margin: 0;
    position: relative;
    width: 860px;
}

  }


.sharing-summary, .data-available {
    cursor: pointer;
    color: #1b75bc;
}


.dialog-label {
  float: left;
  text-align: right;
  width: 100px;
  font-weight: bold;
  margin-right: 5px;
  }

.dialog-text {
  float: left;
  }

.dialog-action {
  width: 100%;
  text-align: center;
  }

.instructions {
  width: 100%;
  color: white; 
  font-weight:bold; 
  background-color: #8CC63F; 
  background-image: none, linear-gradient(to bottom, #8CC63F 0px, #8CC63F 100%); 
border-radius: 4px 4px 4px 4px;
  border-color: #8CC63F;
   background-position: 50% 50%;
  -moz-box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    font: 15px verdana,arial,helvetica,sans-serif;
    margin: 0;
    padding: 4px 7px;
    text-align: center;
    text-decoration: none;
  border-style: solid;
    border-width: 1px;
  margin-bottom: 10px;
  }

.notification {
  margin-top: 5px;
  margin-bottom: 5px;
  font-weight: bold;
  }

.textbox {  
border-radius: 4px 4px 4px 4px;
  border-color: #DCDCDC;
  -moz-box-sizing: border-box;
    margin: 0;
    padding: 4px 7px;
  border-style: solid;
    border-width: 1px;
  }


.blue-button {
  /*width: 115px; */
  color: white; 
  font-weight:bold; 
  background-color: #1b75bc; 
  background-image: none, linear-gradient(to bottom, #1b75bc 0px, #1b75bc 100%); 
border-radius: 4px 4px 4px 4px;
  border-color: #1b75bc;
   background-position: 50% 50%;
  -moz-box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    font: 15px verdana,arial,helvetica,sans-serif;
    margin: 0;
    padding: 4px 7px;
    text-align: center;
    text-decoration: none;
  border-style: solid;
    border-width: 1px;
}


.green-button {
  cursor: pointer;
  width: 215px; 
  color: white; 
  font-weight:bold; 
  background-color: #8CC63F; 
  background-image: none, linear-gradient(to bottom, #8CC63F 0px, #8CC63F 100%); 
border-radius: 4px 4px 4px 4px;
  border-color: #8CC63F;
   background-position: 50% 50%;
  -moz-box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    font: 15px verdana,arial,helvetica,sans-serif;
    margin: 0;
    padding: 4px 7px;
    text-align: center;
    text-decoration: none;
  border-style: solid;
    border-width: 1px;
  }



/* Minification failed (line 805, error number 1019): Unexpected token, found ' ' */