

html {
  background: #fff;
  font-size: 100%;
  min-height: 100%;
  width: 100%;
  margin-bottom: 1px; 
  overflow: -moz-scrollbars-vertical !important;
  overflow-y: scroll;
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}

body, input, textarea, select {
  font: 18px/32px Georgia, Times, "Times New Roman", serif;
  background-color: transparent;
  color: #333;
  -webkit-font-smoothing: antialiased;
}

body {
  background-color: #fff;
  height: 100%;
  width: 100%;
  position: relative;
	padding: 0;
	margin: 0;
  float: left;
}

p, section { 
  float: left;
  clear: both;
  width: 100%;
  margin-bottom: 32px;
}
strong { font-weight: bold;  }
em { font-style: italic; }

.indicator {
  width: 22px;
  height: 22px;
  float: left;
  background: url(/images/common/loading.gif) top left no-repeat;
}

html body #page .rightmost { margin-right: 0; }
html body #page .leftmost { clear: both; }

/* Tipped */
.tpd-tooltip {
  font-family: Georgia, Times, "Times New Roman", serif;
}
.tpd-size-large .tpd-content {
  font-size: 14px !important;
  line-height: 22px !important;
}

.icon_font {
    font-weight: normal;
    font-style: normal;
    line-height: normal;
    font-family: 'modernpics';
    font-size: 1.4em;
    position: relative;
    text-transform: none !important;
}
.r_icon { 
  font-family: 'RaphaelIcons';
  font-size: 1.4em;
  position: relative;
  top: .15em;
  text-transform: none !important;
}

h1, h2, h3, h4, h5, h6 { 
  margin-bottom: 0;
  font-weight: bold;
  float: left;
  clear: both;
  width:100%;
  color: #333;
}
h1 { font-size: 28px; line-height: 34px; margin-bottom: 34px; font-family: 'BemboMT-SemiBoldItalic', Georgia, Times, "Times New Roman", serif; font-style: italic; font-weight: normal; }
h2 { font-size: 26px; line-height: 32px; margin-bottom: 32px; font-family: 'BemboMT-SemiBoldItalic', Georgia, Times, "Times New Roman", serif; font-style: italic; font-weight: normal; color: #333; }
h3 { font-size: 20px; line-height: 32px; }
h4 { font-size: 18px; line-height: 32px; }
h5 { font-size: 16px; line-height: 32px; }

.has-font, h1.has-font, h2.has-font, h3.has-font, h4.has-font, h5.has-font {
  font-family: "HelveticaNeue", "Helvetica Neue", "HelveticaNeueRoman", "HelveticaNeue-Roman", "Helvetica Neue Roman", Helvetica, sans-serif;
  text-transform: uppercase;
}

/*

a { color: #3e7cba; text-decoration: none; outline-style: none; }
a:hover { color: #447ed6; text-decoration: underline; }
*/
a { color: #0088cc;
  text-decoration: none;
  outline-style: none;
  background-color: #f0f8fd;
  padding: 3px 5px;
}
a:hover { text-decoration: underline; }


/*
input[type=button],
input[type=submit] { font-style: italic; background: #ebebeb; color: #808080; font-size: 13px; padding: 3px; border: 1px solid #cccccc; }
.bad { background: #feeae6; border: 1px solid #dc4228; }
*/
input[type='text'], input[type='password'], input[type='search'], textarea, select {
  border: 1px solid #ccc;
  font-size: 13px;
  line-height: 22px;
  color: #333;
  font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  padding: 5px;
	min-width: 200px;
	border-radius: 0;
}
textarea {
  font-family: Courier, "Courier New", monospace;
}

pre {
  font-family: Menlo, Monaco, "Andale Mono", "lucida console", "Courier New", monospace !important;
  font-size: 13px;
  line-height: 20px;
  padding: 0;
  margin: 0 0 32px 0;
  background: #2d3639;
	color: #E0E2E4;
  width: 100%;
  overflow: auto;
  overflow-Y: hidden;
}

pre code {
  display: block;
  padding: 15px 13px;
  /*font-family: "Lucida Console", "Droid Sans Mono", "Courier New", "Lucida Sans Unicode", monospace, sans-serif;*/
  
}

.button {
  display: block;
  position: relative;
  float: left;
  background-position: top center;
  background-repeat: repeat-x;
  border: 1px solid #999;
  color: #333;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 11px;
  padding: 6px 12px;
  text-align: center;
  line-height: 100%;
  cursor: pointer;
  min-width: 98px;
  line-height: 20px;
  background-color: #ececec;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ececec), to(#dcdcdc)); /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, #ececec, #e0e0e0); /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image:    -moz-linear-gradient(top, #ececec, #e0e0e0); /* Firefox 3.6-15 */
  background-image:      -o-linear-gradient(top, #ececec, #e0e0e0); /* Opera 11.10-12.00 */
  background-image:         linear-gradient(to bottom, #ececec, #e0e0e0); /* Firefox 16+, IE10, Opera 12.50+ */
  box-shadow: inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.2), 0 1px 0 rgba(0,0,0,.05);
  border-radius: 4px;
}
.button:hover,
.button a:hover {
	color: #333;
  text-decoration: none;
  background-color: #f0f0f0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#ececec)); /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, #f0f0f0, #ececec); /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image:    -moz-linear-gradient(top, #f0f0f0, #ececec); /* Firefox 3.6-15 */
  background-image:      -o-linear-gradient(top, #f0f0f0, #ececec); /* Opera 11.10-12.00 */
  background-image:         linear-gradient(to bottom, #f0f0f0, #ececec); /* Firefox 16+, IE10, Opera 12.50+ */
  border-color: #808080;
}


/* locked button */
.button-locked,
.button-locked:hover,
.button-locked:active,
.button-locked:active:hover {
	color: #808080;
	border: 1px dashed #999;
	background-color: #ececec;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e0e0e0), to(#ececec)); /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, #e0e0e0, #ececec); /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image:    -moz-linear-gradient(top, #e0e0e0, #ececec); /* Firefox 3.6-15 */
  background-image:      -o-linear-gradient(top, #e0e0e0, #ececec); /* Opera 11.10-12.00 */
  background-image:         linear-gradient(to bottom, #e0e0e0, #ececec); /* Firefox 16+, IE10, Opera 12.50+ */
  box-shadow: inset 0 1px 5px rgba(0,0,0,.1);/*inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.2), 0 1px 0 rgba(0,0,0,.05);*/
  text-shadow: 0 1px 0 rgba(255,255,255,.8);
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* list styling */
ul {
  list-style-type: disc;
  padding-left: 24px;
  margin-bottom: 32px;
  float: left;
  clear: both;
}
ul li { padding-left: 6px; }


/* Notes: used in docs and account page */
.note {
  color: #808080;
  font-size: 15px;
  position: relative;
  margin-bottom: 32px;
  float: left;
  clear: both;
  width: 100%;
  background: #ececec;
  border-radius: 5px;
}
.note a { background: none; padding: 0; margin: 0;  }
.note .padder { 
  float: left;
  padding: 12px 12px 12px 40px;
}
.note .ic { font-size: 11px; background: #e6e6e6; color: #707070; }
.note .icon_font {
  position: absolute;
  top: 15px;
  left: 12px;
  font-size: 25px;
}


/*
 * Layout
 */
#page {
  margin: 0 auto;
  width: 800px;
  padding: 0 30px;
  clear: both;
}

@media all and (max-width: 800px) {
  #page { width: 100%; }
}

#content { 
  float: left;
  clear: both;
  width: 100%;
}

/* Header */
#header {
  float: left;
  clear: both;
  position: relative;
  clear: both;
  width: 100%;
  height: 220px;
}
#logo {
  margin-top: 7px;
  float: left;
  width: 190px;
  height: 200px;
  background: none;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url('/images/default/common/strip-logo.svg');
}
.no-svg #logo {
  background-image: url('/images/default/common/strip-logo.png');
}
#logo:hover { border: 0; text-decoration: none; }

/*
 * Menu
 */
#menu {
  float: left;
  clear: both;
  width: 100%;
  line-height: 50px;
  background: #efefef;
  font-size: 16px;
  color: #efefef;
}

#menu .menu-buttons {
  height: 100%;
  width: 800px;
  padding: 0 30px;
  margin: 0 auto;
  position: relative;
}



#menu .item {
  float: left;
  position: relative;
  display: inline;
  height: 50px;
  line-height: 50px;
  margin-right: 0px;
  font-style: italic;
  color: #333;

}
#menu .item a {
  float: left;
  display: inline;
  word-wrap: no-wrap;
  text-decoration: none;
  background: #efefef;
  color: #333;
  padding: 0 12px;
  font-weight: normal;
  font-style: normal;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  text-shadow: 0 1px 0 rgba(255, 255, 255, .8);
  cursor: pointer;
}
#menu .item a:not(.active) {
  transition: background-color 150ms ease-out, color 150ms ease-out;
}
#menu .item a:hover,
#menu .item a.active {
  text-decoration: none;
  background-image: none;
  background-color: #e3e3e3;
  color: #262626;
}
#menu .item a.active {
  border-radius: 0px;
  background-color: #dcdcdc;
  background-image: linear-gradient(to bottom, #dcdcdc, #ececec);
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  box-shadow: 0 1px 5px rgba(0, 0, 0, .15) inset;
  color: #666;
}
#menu .item span { float: left; }

#menu .version-badge {
  margin-left: 8px;
  font-size: 11px;
  line-height: 14px;
  text-shadow: 0 1px 1px rgba(0,0,0,.8);
  border-radius: 6px;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
  padding: 3px 7px;
  margin-top: 10px;

  background: #3882db;
  background-image: linear-gradient(to bottom, #3882db, #2b7edc);
  box-shadow: inset 0 2px 0 rgba(187,216,248,.1), inset 0 0 1px rgba(0,0,0,.1);
  color: #eaeaea;
}


#menu .toggle {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 100%;
  cursor: pointer;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#333), to(#333)); /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #2c2c2c, #333333, #2c2c2c); /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image:    -moz-linear-gradient(top, #2c2c2c, #333333, #2c2c2c); /* FF3.6+ */
  background-image:     -ms-linear-gradient(top, #2c2c2c, #333333, #2c2c2c); /* IE10 */
  background-image:      -o-linear-gradient(top, #2c2c2c, #333333, #2c2c2c); /* Opera 11.10+ */
  background-image:         linear-gradient(to bottom, #2c2c2c, #333333, #2c2c2c);
  border-left: 1px solid #111;
}

#menu .toggle .icon {
  position: relative;
  float: left;
  height: 15px;
  width: 100%;
  margin-top: 12.5px;  
  overflow: hidden;
}
#menu .toggle .icon i {
  width: 20px;
  height: 2px;
  background: #efefef;
  float: left;
  clear: both;
  margin-left: 10px;
  margin-bottom: 4px;
  text-shadow: 0 1px 1px rgba(0,0,0,.3);
}


/*
 * Userbar: Sign in / Projects
 */

#userbar {
  float: right !important;
}
#userbar a,
#userbar a:hover {
  background: none;
}
#userbar a:hover { color: #efefef; }
#userbar a, #userbar span { float: left; }
#userbar .close-icon {
  float: left;
  font-family: Arial, Baskerville, monospace;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 20px;
  margin-left: 5px;
}

/* Responsive menu */

@media all and (max-width: 800px) {
  #menu { height: auto;}
  #menu .menu-buttons { width: 100%; }
}
@media all and (max-width: 750px) {
  #userbar { float: left !important; }
}
/*
@media all and (max-width: 500px) {
  #userbar { float: right; position: relative !important; }
}*/


/* just registered */
#just-registered {
  float: left;
  clear: both;
  background: #333;
  color: #efefef;
  width: 100%;
  line-height: 50px;
  font-size: 15px;
}
#just-registered .center {
  margin: 0 auto;
  width: 800px;
  padding: 0 30px;
  clear: both;
  position: relative;
}
@media all and (max-width: 800px) {
  #just-registered .center { width: 100%; }
}
#just-registered .message {
  float: left;
  line-height: 20px;
  padding: 15px;
  padding-right: 50px;
  box-sizing: content-box !important;
}
#just-registered .close {
  position: absolute;
  top: 0;
  right: 30px;
  width: 50px;
  height: 50px;
  color: #ccc;
  line-height: 50px;
  text-align: center;
  font-size: 27px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  cursor: pointer;
}
#just-registered .close:hover {
  color: #fff;
}


/*
 * Footer
 */
 
#footer {
  width: 100%;
  float: left;
  clear: both;
  font-size: 13px;
  text-transform: uppercase;
  color: #666;
  padding-top: 32px;
  border-top: 1px solid #d0d0d0;
  margin-bottom: 58px;

}

#all_projects {
  float: right;
  *display: none;
}
#all_projects * {
  box-sizing: content-box;
}
#all_projects .open {
  position: relative;
}
#all_projects .open .open_links { display: none; }
#all_projects .open:hover .open_links { display: block; }

#all_projects .open_button_wrapper {
  float: right;
}
#all_projects .open_links {
  position: absolute;
  bottom: 0px;
  right: 0;
}

#all_projects .open_links a {
  background: #ececec;
  width: 125px;
  border-top: 1px solid #fff;
  float: right;
  color: #666;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 22px;
}
#all_projects .open_links a:hover {
  background-color: #e3e3e3;
  color: #555;
}
#all_projects .open_links a span {
  float: left;
  padding: 4px 5px;
}

#all_projects .arrow {
  color: #999;
  font-size: 13px;
  margin: 0 3px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
#all_projects:hover .arrow { color: #888; }







/* Data formulieren */
.dataForm { clear: both;}
.dataForm .zend_form { width: 100%; float: left; margin-bottom: 1em; }
.dataForm dt,
.dataForm dd {
  float: left;
  display: inline;
  margin-bottom: 0.5em;
  padding: 3px 0;
}
.dataForm dt {
    float: left;
  clear: both;
  width: 40%;
  padding: 3px 0;
}
.dataForm dd { float: left; width: 60%; }
.dataForm label {
  float: left;
}
.dataForm label.required:after { color: #808080; content: " *"; }

.dataForm .errors {
  margin-top: 3px;
  clear: both;
  color: #ed430f;
}

.updated {
  clear: both;
  background: #c0f588;
  color: #4fa720;
  width: auto;
  margin-bottom: 1em;
  float: left;
}
.updated .padder { padding: 5px; }

form .bad { background: #feeae6; border: 1px solid #dc4228; }

/*
 * Paginator
 */
.pagination {
  float: left;
  clear: both;
  width: 100%;
  margin-bottom: 15px;
  font-size: 11px;
}
.paginationControl {
    float: right;
  text-align: right;
  clear: both;
  position: relative;
  line-height: 15px;
  color: #808080;
}
.paginationControl .arrow {
  float: left;
  width: 100%;
  margin-left: 5px;
  width: 17px;
  height: 25px;
  background-position: 0px 5px;
  background-repeat: no-repeat;
}
.paginationControl .next { background-image: url('/images/default/common/pagination/arrow_next.gif'); }
.paginationControl .next:hover { background-image: url('/images/default/common/pagination/arrow_next_hover.gif'); }
.paginationControl .next.disabled { background-image: url('/images/default/common/pagination/arrow_next_disabled.gif'); }
.paginationControl .previous { background-image: url('/images/default/common/pagination/arrow_previous.gif'); }
.paginationControl .previous:hover { background-image: url('/images/default/common/pagination/arrow_previous_hover.gif'); }
.paginationControl .previous.disabled { background-image: url('/images/default/common/pagination/arrow_previous_disabled.gif'); }


.paginationControl a.nr,
.paginationControl a.nr:hover {
  margin-left: 5px;
  color: #808080;
  background: #eaeaea;
  text-decoration: none;
  padding: 5px;
  float: left;
}
.paginationControl a.nr:hover { color: #808080; text-decoration: underline; }
.paginationControl a.current,
html .paginationControl a.current:hover {
  color: #333;
  background: #d9d9d9;
  cursor: default;
  text-decoration: none;
}

.indicator {
  position: relative;
  display: block;
  zoom: 1;
  width: 22px;
  height: 22px;
  background-image: url('/images/default/common/icons/loading.gif');
  background-repeat: no-repeat;
  background-position: top left;
}

/* Shim */
.iframeShim{position:absolute;border:0;margin:0;padding:0;background:none;overflow:hidden;}

.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}.clearfix{display:inline-block;}/* IE Mac Hide \*/ .clearfix{display:block;}/* IE Mac Hide End */


