/* FONT STACK */
body,
input, select, textarea {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

header,footer,nav {
	display:block;
}

h1, h2, h3, h5, h6 {
	line-height: 1.1;
}

/* BASE LAYOUT */

html {
	margin:0;
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-clip: border-box;
	background-color: rgb(223, 241, 249);
	background-image: url('ciz/testbackground.jpg');
	background-origin: padding-box;
	background-size: auto;
	display: block;
}

header {/*darker blue ribbon on top*/
	display: block;
	z-index: 200;
	border-bottom: white 1px solid;
	position: relative;
	padding: 10px;
	background-color: #09c;
	color: rgb(255, 255, 255);
	height: 18px;
}

header #logo{
	font-size: 13px;
	margin-left: 110px;
}

header #logo .extra{
	position: absolute;
	width: 60px;
	display: inline-block;
	background: url("ciz/logo.png") no-repeat 0px 0px;
	font-size: 0px;
	font-weight: bold;
	height: 59px;
	left: 30px;
	top: 10px;
}

#container {
	color: rgb(56, 64, 68);
	display: block;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	width:1230px;
	height: 100%;
	margin:0 auto;
}

#main {
	line-height:16px;
	padding:0;
	background-color:white;
	min-height:450px;
	z-index:50;
	position:relative;
	margin-bottom:1em;
	margin-left: auto;
	margin-right: auto;
	background:white url("ciz/dropshadow_v.png") repeat-x 50% 0;
}

#main-plain {
	line-height:16px;
	padding:0;
	background-color:white;
	min-height:450px;
	z-index:50;
	position:relative;
	margin-bottom:1em;
	margin-left: auto;
	margin-right: auto;
}

.outlinemain {
	top:-6px;
}

#content {
	padding:5px;
}

html.no-cssgradients {
	background-color: #aaa;
}

.ie6 html {
	height: 100%;
}

html * {
	margin: 0;
}

#grailsLogo {
	background-color: #abbf78;
}

/* replace with .no-boxshadow body if you have modernizr available */
.ie6 body,
.ie7 body,
.ie8 body {
	border-color: #255b17;
	border-style: solid;
	border-width: 0 1px;
}

.ie6 body {
	height: 100%;
}

a:link, a:visited, a:hover {
	color: #48802c;
}

a:hover, a:active {
	outline: none; /* prevents outline in webkit on active links but retains it for tab focus */
}

h1 {
	color: #48802c;
	font-weight: normal;
	font-size: 1.25em;
	margin: 0.8em 0 0.3em 0;
}

h2 {
	color: rgb(237, 28, 41);
	display: block;
	font-family: Arial, Verdana, sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 39.6px;
	margin-bottom: 18px;
	margin-top: 6px;
}

h3 {
	background-color: rgb(0, 153, 203);
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-top-left-radius: 0px;
	border-top-right-radius: 4px;
	color: rgb(255, 255, 255);
	display: block;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	height: 28px;
	line-height: 27.6px;
	margin-bottom: 0px;
	margin-left: -40px;
	margin-top: 10px;
	margin-right: auto;
	padding-left: 50px;
	width: 210px;
}

h3.hidden {
	visibility: hidden;
	display: none;
}

h4 {
	width: 325px;
	text-align: right;
	display: block;
	font-family: Arial, Verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0;
	margin-top: 0px;
}

h2.no-margin-bottom{
	margin-bottom: 0px;
}

ul {
	padding: 0;
}

img {
	border: 0;
}

/* GENERAL */

#grailsLogo a {
	display: inline-block;
	margin: 1em;
}

.content {
}

.content h1 {
	border-bottom: 1px solid #CCCCCC;
	margin: 0.8em 1em 0.3em;
	padding: 0 0.25em;
}

.scaffold-list h1 {
	border: none;
}

.header {
	margin-bottom: 16px;
}
.footer {
	margin-top: 30px;
}

.footer a {
	color: rgb(56, 64, 68);
}

.spinner {
	background: url(spinner.gif) 50% 50% no-repeat transparent;
	height: 16px;
	width: 16px;
    padding: 1.0em;
    position: relative;
    right: 0;
	top: 0;
	text-indent: -9999px;
}


/* CREATE/EDIT FORMS AND SHOW PAGES */

fieldset,
.property-list {
	margin: 0.6em 1.25em 0 1.25em;
	padding: 0.3em 1.8em 1.25em;
	position: relative;
	zoom: 1;
	border: none;
}

.property-list .fieldcontain {
	list-style: none;
	overflow: hidden;
	zoom: 1;
}

.fieldcontain {
	margin-top: 1em;
}

.fieldcontain label,
.fieldcontain .property-label {
	color: rgb(56, 64, 68);
	text-align: right;
	width: 325px;
	vertical-align: top;
	padding-top: 1px;
}

.fieldcontain label.labelafter {
	text-align: left;
	margin-left: 0.5em;
}
.fieldcontain .property-label {
	float: left;
}

.fieldcontain .property-value {
	display: block;
	margin-left: 27%;
}

label {
	cursor: pointer;
	display: inline-block;
	margin: 0 1.25em 0 0;
}

input, select, textarea {
	background-color: #fcfcfc;
	border: 1px solid #cccccc;
	font-size: 1em;
	padding: 0.2em 0.4em;
}

input[type=radio] {
	vertical-align: middle;
	margin-left: 10px;
}

form input[readonly] {
	background-color: #ebebe4;
	border: 1px solid white;
}

.fieldcontain label {
	vertical-align: top;
}

label.input-field {
	text-align: left;
}

select {
	padding: 0.2em 0.2em 0.2em 0;
}

select[multiple] {
	vertical-align: top;
}

textarea {
	width: 250px;
	height: 150px;
	overflow: auto; /* IE always renders vertical scrollbar without this */
	vertical-align: top;
	resize: none;
}

input[type=checkbox], input[type=radio] {
	background-color: transparent;
	border: 0;
	padding: 0;
}

select, input[type=text], input[type=checkbox] {
	margin-left: 3px;
}

.datepickerplus select {
	margin-left: 0px;
}

.required-indicator {
	color: #48802C;
	display: inline-block;
	font-weight: bold;
	margin-left: 0;
	position: relative;
	top: 0.1em;
}

ul.one-to-many {
	display: inline-block;
	list-style-position: inside;
	vertical-align: top;
}

.ie6 ul.one-to-many, .ie7 ul.one-to-many {
	display: inline;
	zoom: 1;
}

ul.one-to-many li.add {
	list-style-type: none;
}

/* EMBEDDED PROPERTIES */

fieldset.embedded {
	background-color: transparent;
	border: 1px solid #CCCCCC;
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
	   -moz-box-shadow: none;
	-webkit-box-shadow: none;
	        box-shadow: none;
}

fieldset.embedded legend {
	margin: 0 1em;
}

/* same effects for browsers that support HTML5 client-side validation (these have to be specified separately or IE will ignore the entire rule) */

input:invalid, select:invalid, textarea:invalid {
	background: #fff3f3;
	border-color: #ffaaaa;
	color: #cc0000;
}

input:invalid:focus, select:invalid:focus, textarea:invalid:focus {
	   -moz-box-shadow: 0 0 0.5em #ffaaaa;
	-webkit-box-shadow: 0 0 0.5em #ffaaaa;
	        box-shadow: 0 0 0.5em #ffaaaa;
}

/* TABLES */


table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 1em;
}

tr {
	border: 0;
}

tr>td:first-child, tr>th:first-child {
	padding-left: 1.25em;
}

tr>td:last-child, tr>th:last-child {
	padding-right: 1.25em;
}

td, th {
	line-height: 1.5em;
	padding: 0.5em 0.6em;
	text-align: left;
	vertical-align: top;
}

.field {
	width: 50%;
}

thead th {
	white-space: nowrap;
}

th a {
	display: block;
	text-decoration: none;
}

th a:link, th a:visited {
	color: #666666;
}

th a:hover, th a:focus {
	color: #333333;
}

th.sortable a {
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 1.1em;
}

th.asc a {
	background-image: url(skin/sorted_asc.gif);
}

th.desc a {
	background-image: url(skin/sorted_desc.gif);
}

.odd {
	background: #f7f7f7;
}

.even {
	background: #ffffff;
}

th:hover, tr:hover {
	/*background: #E1F2B6;*/
}

.tab-menu {
	width: 204px;
}

.download-links_blok {
	width: 40%;
	padding: 10px 10px 10px 10px;
	display: inline-block;
	min-height: 100px;
	border-radius: 6px;
	border-style: solid;
	border-width: 1px;
	box-shadow: 2px 2px #888888;
	margin-bottom: 20px;
	vertical-align: top;
}

.menu-items {
	width: 100%;
	background-clip: border-box;
	background-color: rgba(0, 0, 0, 0);
	background-image: url(ciz/menuschaduw.png);
	background-attachment: scroll;
	background-origin: padding-box;
	background-size: auto;
	background-repeat: repeat-x;
	color: rgb(56, 64, 68);
	display: block;
	margin-left: -15px;
	margin-right: -55px;
	min-height: 25px;
	padding-left: 30px;
	padding-top: 1px;
}

.tab-content {
	margin-left: 30px;
}

.bsn {
	color: #48802c;
	border-bottom: solid;
	border-bottom-color: #48802c;
	font-weight: normal;
	font-size: 12px;
}

.page-content {
	align-content: center;
	margin-left: 10px;
	width: 900px;
}

.logindiv {
	margin: 0 auto;
	width: 350px;
}

.logindiv .credentials {
	width: 695px;
	float: right;
}

/* PAGINATION */

.pagination {
	border-top: 0;
	margin: 0;
	padding: 0.3em 0.2em;
	text-align: center;
	   -moz-box-shadow: 0 0 3px 1px #AAAAAA;
	-webkit-box-shadow: 0 0 3px 1px #AAAAAA;
	        box-shadow: 0 0 3px 1px #AAAAAA;
	background-color: #EFEFEF;
}

.pagination a,
.pagination .currentStep {
	color: #666666;
	display: inline-block;
	margin: 0 0.1em;
	padding: 0.25em 0.7em;
	text-decoration: none;
	   -moz-border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	        border-radius: 0.3em;
}

.pagination a:hover, .pagination a:focus,
.pagination .currentStep {
	background-color: #999999;
	color: #ffffff;
	outline: none;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}

.no-borderradius .pagination a:hover, .no-borderradius .pagination a:focus,
.no-borderradius .pagination .currentStep {
	background-color: transparent;
	color: rgb(56, 64, 68);
	text-decoration: underline;
}

/* ACTION BUTTONS */

.buttons {
	background-color: #efefef;
	overflow: hidden;
	padding: 0.3em;
	   -moz-box-shadow: 0 0 3px 1px #aaaaaa;
	-webkit-box-shadow: 0 0 3px 1px #aaaaaa;
	        box-shadow: 0 0 3px 1px #aaaaaa;
	margin: 0.1em 0 0 0;
	border: none;
}

button[disabled]{
    background-color:#ccc;
    cursor:default;
    opacity:0.65;
    filter:Alpha(Opacity=35);

}

.buttons input,
.buttons a {
	background-color: transparent;
	border: 0;
	color: #666666;
	cursor: pointer;
	display: inline-block;
	margin: 0 0.25em 0;
	overflow: visible;
	padding: 0.25em 0.7em;
	text-decoration: none;

	   -moz-border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	        border-radius: 0.3em;
}

.buttons input:hover, .buttons input:focus,
.buttons a:hover, .buttons a:focus {
	background-color: #999999;
	color: #ffffff;
	outline: none;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
	   -moz-box-shadow: none;
	-webkit-box-shadow: none;
	        box-shadow: none;
}

.no-borderradius .buttons input:hover, .no-borderradius .buttons input:focus,
.no-borderradius .buttons a:hover, .no-borderradius .buttons a:focus {
	background-color: transparent;
	color: rgb(56, 64, 68);
	text-decoration: underline;
}

.buttons .delete, .buttons .edit, .buttons .save {
	background-position: 0.7em center;
	background-repeat: no-repeat;
	text-indent: 25px;
}

.ie6 .buttons input.delete, .ie6 .buttons input.edit, .ie6 .buttons input.save,
.ie7 .buttons input.delete, .ie7 .buttons input.edit, .ie7 .buttons input.save {
	padding-left: 36px;
}

.buttons .delete {
	background-image: url(skin/database_delete.png);
}

.buttons .edit {
	background-image: url(skin/database_edit.png);
}

.buttons .save {
	background-image: url(skin/database_save.png);
}

.next {
	left: 461px;
}
.previous {
	left: 245px;
}

a.skip {
	position: absolute;
	left: -9999px;
}

.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
	border-bottom: 0;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
	display: none;
}

.tab-content > .active,
.pill-content > .active {
	display: block;
}

.tabs-below > .nav-tabs {
	border-top: 1px solid #ddd;
}

.tabs-below > .nav-tabs > li {
	margin-top: -1px;
	margin-bottom: 0;
}

.tabs-below > .nav-tabs > li > a {
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}

.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
	border-top-color: #ddd;
	border-bottom-color: transparent;
}

.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
	border-color: transparent #ddd #ddd #ddd;
}

.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
	float: none;
}

.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
	min-width: 74px;
	margin-right: 0;
	margin-bottom: 3px;
}

.tabs-left > .nav-tabs {
	float: left;
	margin-right: 19px;
	border-right: 1px solid #ddd;
}

.tabs-left > .nav-tabs > li > a {
	margin-right: -1px;
	-webkit-border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
}

.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
	border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}

.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
	border-color: #ddd transparent #ddd #ddd;
	*border-right-color: #ffffff;
}

.tabs-right > .nav-tabs {
	float: right;
	margin-left: 19px;
	border-left: 1px solid #ddd;
}

.tabs-right > .nav-tabs > li > a {
	margin-left: -1px;
	-webkit-border-radius: 0 4px 4px 0;
	-moz-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
}

.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
	border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}

.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
	border-color: #ddd #ddd #ddd transparent;
	*border-left-color: #ffffff;
}

#loading_pagepart{
	text-indent:-999em;
	background:url(ciz/ui-anim_basic_16x16.gif) 0 50% no-repeat;
	width:50px;
	height:18px;
	display:none;
	padding:2px 0 2px 22px;
}

button {
	background-color: rgb(0, 153, 204);
	background-image: none;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	border-style: solid;
	border-width: 1.11111px;
	border-radius: 4px;
	border-bottom-color: rgb(0, 108, 166);
	border-left-color: rgb(57, 158, 198);
	border-right-color: rgb(57, 158, 198);
	border-top-color: rgb(57, 158, 198);
	box-shadow: rgba(255, 255, 255, 0.2) 0px 1px 0px 0px inset, rgba(0, 0, 0, 0.0470588) 0px 1px 2px 0px;
	box-sizing: border-box;
	color: rgb(255, 255, 255);
	cursor: pointer;
	display: inline-block;
	filter: none;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	height: 27.5347px;
	margin: 0px;
	min-width: 110px;
	padding-bottom: 6px;
	padding-left: 14px;
	padding-right: 14px;
	padding-top: 6px;
	position: relative;
	text-align: center;
	text-indent: 0px;
	text-rendering: auto;
	text-shadow: rgba(0, 0, 0, 0.74902) 0px 1px 1px;
	vertical-align: middle;
	width: initial;
	word-spacing: 0px;
	writing-mode: lr-tb;
	-webkit-writing-mode: horizontal-tb;
}

a.linkbutton, a.linkbutton:visited, a.linkbutton:hover {
	color: #ffffff;
	text-decoration: none;
}

.linkbutton {
	background-color: rgb(0, 153, 204);
	background-image: none;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	border-style: solid;
	border-width: 1.11111px;
	border-radius: 4px;
	border-bottom-color: rgb(0, 108, 166);
	border-left-color: rgb(57, 158, 198);
	border-right-color: rgb(57, 158, 198);
	border-top-color: rgb(57, 158, 198);
	box-shadow: rgba(255, 255, 255, 0.2) 0px 1px 0px 0px inset, rgba(0, 0, 0, 0.0470588) 0px 1px 2px 0px;
	box-sizing: border-box;
	color: rgb(255, 255, 255);
	cursor: pointer;
	display: inline-block;
	filter: none;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	height: 27.5347px;
	margin: 0px;
	min-width: 110px;
	padding-bottom: 6px;
	padding-left: 14px;
	padding-right: 14px;
	padding-top: 6px;
	position: relative;
	text-align: center;
	text-indent: 0px;
	text-rendering: auto;
	text-shadow: rgba(0, 0, 0, 0.74902) 0px 1px 1px;
	vertical-align: middle;
	width: 50px;
	word-spacing: 0px;
	writing-mode: lr-tb;
	-webkit-writing-mode: horizontal-tb;
}

.displaySelected li {
	font-size: 12px;
	margin-left: 20px;
	margin-top: 4px;
}

div.helpComponent {
	float: right;
	vertical-align: top;
	margin-top: 2px;
	display: inline-block;
	width: 230px;
}


div.buttonWithHelp > div.helpComponent {
	float: none;
	vertical-align: top;
	margin-top: 2px;
	display: inline-block;
	width: 40px;
}

.helpIcon {
	vertical-align: top;
	display: inline-block;
	z-index: 100;
}

.helpText {
	vertical-align: top;
	display: inline-block;
	background-color: rgb(240, 240, 240);
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-collapse: collapse;
	border-top-left-radius: 0px;
	border-top-right-radius: 4px;
	margin-left: 25px;
	margin-top: -20px;
	width: 215px;
	padding: 4px;
	position: absolute;
	z-index: 10;
}

div.buttonWithHelp > div.helpComponent >  div.helpText {
	vertical-align: top;
	display: inline-block;
	background-color: rgb(240, 240, 240);
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-collapse: collapse;
	border-top-left-radius: 0px;
	border-top-right-radius: 4px;
	margin-left: 50px;
	margin-top: -20px;
	width: 135px;
	padding: 4px;
	position: absolute;
	z-index: 10;
	text-align: left;
}

div.infoText  {
	display: inline-block;
	color: #8A8A8A;
	font-size: 11px;
	margin-top: 0px;
	margin-left: 344px;
	width: 320px;
}

div .buttonWithHelp > div.infoText  {
	display: block;
	color: #8A8A8A;
	font-size: 11px;
	margin-top: 0px;
	margin-left: 344px;
	width: 320px;
}

button.searchAddress {
	margin-left: 4px;
	height: 24px;
	padding-top: 5px;
}

div#scrollable-content td.error {
	line-height: 1.5em;
	padding: 0.2em 0.3em;
	padding-left: 30px;
	text-align: left;
	color:red;
	vertical-align: top;
}

div#scrollable-content p.error {
	color: red;
}

div#scrollable-content td.tabHeading{
	 line-height: 1.5em;
	 padding: 0.5em 0.6em;
	 text-align: left;
	 color:#111111;
	 vertical-align: top;
	 font-size: 15px;
	 font-weight: bold;
 }

div#scrollable-content td.field{
	line-height: 1.5em;
	padding: 0.2em 0.3em;
	padding-left: 25px;
	text-align: left;
	color:#111111;
	vertical-align: top;
}

div.buttonWithHelp {
	text-align: right;
	margin-right: 100px;
}

div.documentUpload, div.buttonWithHelp{
	margin-left: 500px;
	margin-right: 0;
	text-align: left;
}

/*style class for PT environment */
div#main.PT {
	border-width: 4px; border-style: solid; border-color:orange;
}
div#main.devops {
	border-width: 4px; border-style: solid; border-color:limegreen;
}

header.PT {
	display: block;
	z-index: 200;
	border-bottom: white 1px solid;
	position: relative;
	padding: 10px;
	color: rgb(255, 255, 255);
	height: 18px;
	border-width: 4px; border-style: solid;
	background-color: orange;
	border-width: 4px; border-style: solid; border-color:orange;
}
header.devops {
	display: block;
	z-index: 200;
	border-bottom: white 1px solid;
	position: relative;
	padding: 10px;
	color: rgb(255, 255, 255);
	height: 18px;
	border-width: 4px; border-style: solid;
	background-color: limegreen;
	border-width: 4px; border-style: solid; border-color:limegreen;
}

fieldset#main_fieldset {
	border: hidden;
	margin: auto;
	padding: inherit;
}

.canvasSimpleDiv  {
	border:solid 1px #BABABA;
	cursor:wait;
	width:320px;
	height:150px;
}

#canvasSimple{
	cursor:pointer;
	width:320px;
	height:150px;
}

#canvasSimpleTd {
	vertical-align: top;
}

#signature {
	margin-bottom: 0em;
}

#signatureTd {
	color: rgb(56, 64, 68);
	text-align: right;
	width: 325px;
	vertical-align: top;
	padding-top: 1px;
	padding: 0.0em 0.0em;
	cursor: pointer;
	margin: 0 1.25em 0 0;
}

.screenreader-only{
	position:absolute;
	left:-10000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
}

#nullableBsnError,
#incorrectBsnError,
#nullableToeganscodeError {
	display:block;
}