body { margin: 20px; }

.f3-icon {
   font-family: 'f3icons';
   color: #000;
   opacity: 0.5;
   display: inline-block;
   padding: 2px;
   margin: 2px;
   speak: none;
   font-style: normal;
   font-weight: normal;
   font-variant: normal;
   text-transform: none;
   line-height: 1;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
}

.f3-icon:hover {
   opacity: 1;
}

.sharethis .f3-icon {
   font-size: 16px;
}

.new-item {
   padding-top: 20px;
   font-size: 40px;
   color: #eee;
   margin: 20px 0;
}

.f3-item-wrapper {
   position: relative;
}

.f3-item-menu {
   font-size: 15px;
   white-space: nowrap;
   color: #000;
   position: absolute;
   display: inline-block;
   width: 20px;
   z-index: 2;
   left: 0;
   top: 1px;
   padding: 5px 5px 0;
   border-top: 1px dotted #aaa;
   border-right: 1px dotted #aaa;
   border-bottom: 1px dotted #aaa;
   border-top-right-radius: 4px;
   border-bottom-right-radius: 4px;
   background-color: rgba(255,255,255,0.9);
   opacity: 0;

   -moz-transition-property: opacity;
   -webkit-transition-property: opacity;
   -o-transition-property: opacity;
   transition-property: opacity;

   -moz-transition-duration: 0.5s;
   -webkit-transition-duration: 0.5s;
   -o-transition-duration: 0.5s;
   transition-duration: 0.5s;
}

.f3-item-menu .f3-var {
   border: none;
   background-color: inherit;
   padding: 0;
}

.f3-edit-active .icon-edit {
   display: none;
}

.f3-item-menu .icon-save, .f3-item-menu .icon-cancel {
   display: none;
}

.f3-edit-active .icon-save, .f3-edit-active .icon-cancel {
   display: inline-block;
}

#forgotpassword {
   cursor: pointer;
}

.f3-item-wrapper .f3-edit {
   outline: 1px dotted #ccc;
   border-radius: 3px;

   -moz-transition-property: border;
   -webkit-transition-property: border;
   -o-transition-property: border;
   transition-property: border;

   -moz-transition-duration: 0.5s;
   -webkit-transition-duration: 0.5s;
   -o-transition-duration: 0.5s;
   transition-duration: 0.5s;
}

.f3-item-wrapper:hover .f3-edit {
   outline: 1px dotted #aaa;
}

.f3-item-menu .f3-icon {
   cursor: pointer;
   float: left;
}

.f3-item-wrapper:hover .f3-item-menu, .f3-edit-active.f3-item-menu {
   opacity: 1;
}

.f3-edit-active + .f3-var {
   border: 1px dotted #aaa;
   box-shadow: none;
}

.f3-item-wrapper .f3-icon:hover {
   opacity: 1;
}

.f3-item-menu[data-tag]:after {
   content: '{' attr(data-tag) '} ';
   font-family: Consolas, Courier;
   font-size: 80%;
   position: relative;
   margin-left: 10px;
   top: -4px;
}

.f3-edit-active[data-tag]:after {
   content: none;
}

.f3-image.f3-edit:hover:after {
   content: '{' attr(data-name) '} ';
   font-family: Consolas, Courier;
   font-size: 80%;
   position: relative;
   margin-left: 10px;
   top: -4px;
}

.flex-container {
   display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
   display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
   display: -ms-flexbox;      /* TWEENER - IE 10 */
   display: -webkit-flex;     /* NEW - Chrome */
   display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.vertical.flex-container {
   -webkit-box-orient: vertical;
   -moz-box-orient: vertical;
   -ms-flex-direction: column;
   -webkit-flex-direction: column;
   flex-direction: column;
}

.centered.flex-container {
   -webkit-box-align: center;
   -moz-align-items: center;
   -webkit-align-items: center;
   -ms-align-items: center;
   align-items: center;

   -webkit-box-pack: center;
   -moz-justify-content: center;
   -webkit-justify-content: center;
   -ms-justify-content: center;
   justify-content: center;
}

.fill.flex-child {
   -webkit-box-flex: 1;       /* OLD - iOS 6-, Safari 3.1-6 */
   -moz-box-flex: 1;          /* OLD - Firefox 19- */
   -webkit-flex: 1;           /* Chrome */
   -ms-flex: 1;               /* IE 10 */
   flex: 1;                   /* NEW, Spec - Opera 12.1, Firefox 20+ */
   -webkit-flex-grow: 1;
}

.overlay {
   font-family: 'Droid Sans', sans-serif;

   -webkit-transition: 200ms opacity;
   -moz-transition: 200ms opacity;
   -ms-transition: 200ms opacity;
   transition: 200ms opacity;

   padding: 20px;
   background-color: rgba(255, 255, 255, 0.75);
   bottom: 0;
   left: 0;
   position: fixed;
   right: 0;
   top: 0;
   z-index: 9999;
}

.item-editor {
   border-radius: 3px;
   background: white;
   box-shadow: 0 4px 23px 5px rgba(0, 0, 0, 0.2), 0 2px 6px rgba(0,0,0,0.15);
   color: #333;
   margin: 0 auto;
   min-width: 60%;
   min-height: 200px;
   height: 90%;
   position: relative;
}

.editor-header, .editor-footer {
   padding: 10px;
}

.editor-header {
   box-shadow: 0px 1px 6px rgba(0,0,0,0.15);
}

.editor-footer {
   text-align: right;
   box-shadow: 0px -1px 6px rgba(0,0,0,0.15);
}

.editor-content {
   overflow: auto;
   min-height: 1px;
   padding: 10px;
}

.f3-var, .item-editor .f3-image {
   box-sizing: border-box;
   border-radius: 4px;
   border: 1px solid #ccc;
   padding: 4px 6px;
   display: inline-block;
   background-color: #fff;

   webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
   -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
   box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);

   -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
   -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
   transition: border linear 0.2s, box-shadow linear 0.2s;
}

.f3-var[data-value=""], .f3-var:not(data-value) {
   min-height: 1em;
}

.f3-var.dz-clickable[data-value=""], .f3-var.dz-clickable:not(data-value) {
   min-height: 40px;
}

.f3-default-value {
   font-style: italic;
}

.f3-focussed {
   outline: 0;
   border-color: rgba(82, 168, 236, 0.8);

   -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
   -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
   box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

.f3-var input, .f3-var textarea {
   font-family: 'Droid Sans', sans-serif;
   box-sizing: border-box;
   font-size: inherit;
   border: none;
   outline: none;
   display: inline-block;
}

td > .f3-var {
   width: 100%;
}

var {
   font-style: normal;
}

.f3-var > label {
   display: inline-block;
   border-radius: 2px;
   font-size: 90%;
   padding: 2px;
   margin: 0 4px;
   background-color: #e8a247;
}

.f3-var > label:first-of-type {
   margin-left: 0;
}

.f3-var > label:after {
   content: ": ";
}

.f3-var.error, input.error, textarea.error, select.error, .wrapper.error {
   background: #ff6b23 !important;
}

input.error[type="checkbox"], input.error[type="radio"] {
   outline: 2px solid #ff6b23 !important;
}

.f3-var[placeholder]:before {
   content: attr(placeholder);
}

.f3-active.f3-var[placeholder]:before {
   content: none;
}

.f3-var input, .f3-var textarea {
   margin: 0;
   padding: 0;
   width: 100%;
}

.f3-var[data-value=""], .f3-var:not([data-value]) {
   min-height: 1em;
}

.f3-var[data-value=""]:after, .f3-var:not([data-value]):after {
   content: "\00A0";
}

.f3-active[data-value=""]:after, .f3-active:not([data-value]):after {
   content: none;
}

.f3-var[data-dimension*="text"] {
   width: 100%;
   min-height: 5em;
}

button, input[type="submit"] {
   display: inline-block;
   padding: 4px 12px;
   margin: 0 2px;
   cursor: pointer;
   background-color: #f5f5f5;
   border: 1px solid #cccccc;
   border-radius: 4px;
}

button:hover, input[type="submit"]:hover {
   color: #333333;
   background-color: #e6e6e6;
   background-position: 0 -15px;
}

button[disabled], input[type="submit"][disabled] {
   opacity: 0.5;
}

.select-selected {
   font-weight: bold;
}

.select-selected:after {
   content: "✓";
}

.select-wrapper, .select-group > div {
   z-index: 1;
   position: absolute;
   white-space: nowrap;
   font-style: normal;
}

.select-wrapper {
   top: 0;
   left: 0;
   overflow: auto;
   max-height: 100%;
   background-color: #fff;
   box-shadow: 0 4px 23px 5px rgba(0, 0, 0, 0.2), 0 2px 6px rgba(0,0,0,0.15);
}

.select-element {
   padding: 0.4em;
   overflow: hidden;
   text-overflow: ellipsis;
}

.select-element[data-value=""] span:before {
   content: "(none)";
}

.select-hover {
   text-decoration: underline;
   cursor: pointer;
   background-color: #e8a247;
}

.select-group {
   position: relative;
   padding-right: 24px;
}

.select-group > span {
   cursor: default;
   display: block;
   padding: 4px;
   overflow: hidden;
   text-overflow: ellipsis;
}

.select-group:after {
    content: ">";
    position: absolute;
    top: 0;
    right: 10px;
    color: #909090;
}

.select-group > div {
   margin-left: 10px;
   display: none;
   left: 75%;
   width: 200px;
   margin-top: -22px;
   bottom: 0;
}

.select-group:hover div {
    display: block;
}

.icon-stumbleupon:before {
   content: "\e600";
}

.icon-delicious:before {
   content: "\e601";
}

.icon-linkedin:before {
   content: "\e605";
}

.icon-facebook:before {
   content: "\e608";
}

.icon-googleplus:before {
   content: "\e609";
}

.icon-twitter:before {
   content: "\e60b";
}
.icon-tumblr:before {
   content: "\e60d";
}

.icon-mail:before {
   content: "\e606";
}

.icon-envelope:before {
   content: "\e620";
}

.icon-edit:before {
   content: "\e621";
}

.icon-save:before {
   content: "\e622";
}

.icon-delete:before {
   content: "\e623";
   position: relative;
   left: -2px;
}

.icon-move {
   cursor: pointer;
}

.icon-move:before {
   content: "\e624";
}

.icon-publish:before {
   content: "\e625";
}

.icon-cancel:before {
   content: "\e602";
}

.icon-test:before {
   content: "\e603";
}

.hidden {
   display: none;
}

.f3-menu-editor td, .f3-menu-editor th {
   padding: 5px;
}

.f3-menu-editor .f3-var {
   white-space: nowrap;
   text-overflow: ellipsis;
}

.f3-menu-editor .icon-move {
   width: 16px;
   opacity: 0;
   top: 8px;
   left: -5px;
   position: relative;
}

.f3-menu-editor tr:hover .icon-move {
   opacity: 1;
}

.f3-menu-editor .ui-sortable-helper.f3-menu-sub .icon-move {
   opacity: 1;
}

.f3-menu-editor .ui-sortable-helper.f3-menu-sub .icon-move:before {
   content: '\e604';
   color: #ccc;
   font-size: 18px;
}

.f3-menu-editor .ui-draggable-dragging {
   width: 100%;
   position: relative;
   opacity: 0.8;
}

.f3-menu-editor .ui-draggable-dragging .f3-icon {
   display: table-cell;
   opacity: 1;
}

.f3-menu-editor .f3-menu-droptarget .f3-icon {
   position: relative;
   opacity: 1;
}

.f3-menu-editor .f3-menu-droptarget .f3-icon:before {
   content: "\2924";
   font-weight: bold;
   position: absolute;
   left: 0;
   top: -10px;
}

.f3-menu-editor .f3-menu-droptarget .f3-icon:after {
   content: "\2925";
   font-weight: bold;
   position: absolute;
   left: 0;
   bottom: -10px;
   height: 100%;
}

tr.f3-menu-disabled {
   opacity: 0.5;
   pointer-events: none;
}

.f3-menu-editor .ui-draggable-dragging:after {
   display: block;
   opacity: 1;
   position: absolute;
   font-style: italic;
   color: #333;
   left: 30px;
   bottom: -40px;
   padding: 5px 10px;
   margin-top: 5px;
   border-radius: 5px;
   background-color: rgba(100,100,100,0.25);
}

.f3-droppable-above {
   border-top: 2px solid #999;
}

.f3-droppable-below {
   border-bottom: 2px solid #999;
}

.f3-menu-editor .f3-menu-indent {
   padding: 10px;
}

[lang^="en"] .f3-menu-editor .ui-draggable-dragging:after {
   content: "Drop on item to add as child, drop above either arrow to add as sibling"
}

[lang^="nl"] .f3-menu-editor .ui-draggable-dragging:after {
   content: "Loslaten op een item voegt als sub-menu toe, loslaten boven een van pijlen voegt ernaast toe"
}

.f3-menu-params {
   display: none;
   clear: both;
   width: 220px;
   background-color: #fff;
   box-shadow: 0 4px 23px 5px rgba(0, 0, 0, 0.2), 0 2px 6px rgba(0,0,0,0.15);
   padding: 10px 10px 15px;
   margin: 10px;
   position: absolute;
   z-index: 1000;
}

.f3-menu-params button {
   float: right;
}

.f3-menu-param label {
   font-size: 10pt;
   margin-left: 0px !important;
   padding-bottom: 5px;
   display: inline-block;
}

.f3-menu-param .f3-var {
   width: 200px !important;
}

.f3-menu-param {
   margin-right: 5px;
   padding: 3px;
   position: relative;
}

.f3-menu-placeholder {
   height: 2px;
}

.f3-menu-placeholder td:last-child {
   background-color: #ccc;
}

.f3-menu-top.f3-menu-placeholder {
   margin-bottom: 5px;
}

.editor-content > label, .f3-website-var > label {
   font-family: 'Droid Sans', sans-serif;
   display: block;
   font-weight: bold;
   margin-top: 10px;
}

.editor-content > div.f3-var {
   -webkit-box-flex: 1;       /* OLD - iOS 6-, Safari 3.1-6 */
   -moz-box-flex: 1;          /* OLD - Firefox 19- */
   -webkit-flex: 1;           /* Chrome */
   -ms-flex: 1;               /* IE 10 */
   flex: 1;                   /* NEW, Spec - Opera 12.1, Firefox 20+ */
   -webkit-flex-grow: 1;
}

.editor-content label > i {
   display: inline-block;
   width: 20px;
   overflow: hidden;
   height: 20px;
   padding-left: 20px;
   font-weight: normal;
   background-color: #999;
   border-radius: 10px;
   color: #fff;
   position: relative;
   top: 6px;
   margin-left: 10px;
}

.editor-content label > i:before {
   content: "?";
   position: relative;
   left: -14px;
   top: -1px;
   font-style: normal;
   display: inline-block;
   width: 16px;
   height: 16px;
   font-weight: bold;
}

[data-dimension=f3-website-tag] > span, li.tagit-choice {
   background-color: rgb(34,155,210);
   border-top-left-radius: 3px;
   border-bottom-left-radius: 3px;
   display: inline-block;
   margin-right: 14px;
   padding: 0 10px 0 6px;
   color: white;
   font-size: 90%;
   position: relative;
   line-height: 20px;
   box-sizing: border-box;
   z-index: 1;
   font-style: normal;
}

li.tagit-choice > span {
  z-index: 1;
  position: relative;
}

var[data-dimension=f3-website-tag] {
   height: auto;
}

[data-dimension=f3-website-tag] > span:after {
   content: "";
   width: 4px;
   height: 4px;
   border-radius: 2px;
   background-color: white;
   position: absolute;
   right: -2px;
   top: 8px;
}

[data-dimension=f3-website-tag] > span:before, li.tagit-choice:before {
   content: "";
   position: absolute;
   width: 16px;
   height: 16px;
   -webkit-transform: rotate(45deg);
   -moz-transform: rotate(45deg);
   transform: rotate(45deg);
   top: 2px;
   right: -8px;
   border-radius: 4px;
   background-color: rgb(34,155,210);
}

ul.tagit .ui-helper-hidden-accessible {
   display: none;
}

.ui-autocomplete {
   background-color: white;
   box-shadow: rgba(0, 0, 0, 0.796875) 0px 0px 2px;
   border-radius: 2px;
   width: 100px !important;
   z-index: 10000;
   margin: 0;
   padding: 0;
}

.ui-autocomplete li {
   padding: 1px 5px 1px 0px;
   margin-left: 1px;
   list-style: none;
   cursor: pointer;
}

.ui-autocomplete li:hover {
   background-color: rgb(34,155,210);
   color: #fff;
}


.ui-autocomplete.user-complete {
   width: 200px !important;
}

.ui-autocomplete.user-complete {
   width: 200px !important;
}

ul.tagit {
   padding: 2px 5px;
   overflow: auto;
   margin: -2px 0 0 -4px;
}

ul.tagit li {
   display: block;
   float: left;
}

ul.tagit li.tagit-choice {
   position: relative;
}

ul.tagit li.tagit-choice a.tagit-close {
   width: 10px;
   height: 10px;
   color: white;
   position: absolute;
   right: -7px;
   top: 1px;
   font-weight: bold;
}

ul.tagit li.tagit-choice a.tagit-label {
   cursor: pointer;
   text-decoration: none;
}

ul.tagit li.tagit-choice .tagit-close {
   cursor: pointer;
}

ul.tagit li.tagit-choice input {
   display: block;
   float: left;
}

ul.tagit input[type="text"] {
   -moz-box-sizing:    border-box;
   -webkit-box-sizing: border-box;
   box-sizing:         border-box;

   -moz-box-shadow: none;
   -webkit-box-shadow: none;
   box-shadow: none;

   border: none;
   margin: 0;
   padding: 0;
   width: inherit;
   background-color: inherit;
   outline: none;
}

.ui-autocomplete a {
   display: inline-block;
   padding: 2px 4px;
   width: 100%;
   cursor: pointer;
}

.ui-helper-hidden-accessible {
   display: none;
}

.f3-var .tagit-hidden-field {
   display: none;
}

.ui-datepicker-calendar {
   background-color: white;
   padding: 4px;
   box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 8px;
   border-radius: 2px;
   border-collapse: collapse;
}

.ui-datepicker-calendar td {
   font-size: 10pt;
   text-align: center;
   padding: 2px 3px;
}

.ui-datepicker-calendar a {
   text-decoration: none;
}

.ui-datepicker-calendar a:hover {
   text-decoration: underline;
}

.ui-datepicker-days-cell-over {
   border: 1px solid #ccc;
}

.ui-datepicker-calendar th {
   padding: 2px 5px;
   font-size: 10pt;
}

.ui-datepicker-next, .ui-datepicker-prev {
   position: absolute;
   top: 4px;
   color: white;
   cursor: pointer;
}

.ui-datepicker-next {
   right: 4px;
}

.ui-datepicker-prev {
   left: 4px;
}

.ui-datepicker-title {
   text-align: center;
   color: white;
   padding: 4px;
   background-color: rgb(34,155,210);
}

.f3-image-preview {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   margin: 0;
}

.f3-image-filename {
   position: absolute;
   right: 15px;
   top: 15px;
   color: white;
}

.f3-image-filename {
   color: inherit;
}

.f3-image-progress {
   width: 100%;
   height: 10px;
   position: absolute;
   bottom: 0;
   display: block;
}

.f3-image-progress > span {
   background-color: lightgreen;
   width: 0;
   height: 10px;
   display: block;
}

.dz-error .f3-image-progress > span {
   background-color: red;
}

.dz-clickable {
   position: relative;
}

.dz-clickable:before {
   content: attr(caption);
   position: absolute;
   top: 0;
   left: 0;
   color: #fff;
   background-color: rgba(0,0,0,0.5);
   font-weight: bold;
   font-size: 12pt;
   padding: 5px;
   border-bottom-right-radius: 5px;
   z-index: 10000;
}

.f3-image-browser {
   font-family: 'Droid Sans', sans-serif;
   margin: 10px;
   font-size: 12pt;
   overflow: hidden;
}

.f3-image-browser figure {
   margin: 5px;
   cursor: pointer;
   position: relative;
   float: left;
}

.f3-image-browser figcaption {
   position: absolute;
   left: 0;
   bottom: 0;
   background-color: rgba(0,0,0,0.5);
   color: #fff;
   font-size: 80%;
   padding: 2px;
   display: inline-block;
}

.f3-image-browser dt {
   margin: 0;
   padding: 5px;
}

.f3-image-browser dd {
   margin: 0;
   padding: 0;
}

.f3-image-browser dl {
   margin: 0;
   padding: 0;
}

.f3-image-browser dl dl dt {
   padding-left: 20px;
}

.f3-image-browser dl dl dl dt {
   padding-left: 40px;
}

.f3-image-browser dl dl dl dl dt {
   padding-left: 60px;
}

.f3-image-browser > dl {
   margin-left: 0;
   width: 180px;
   height: 100%;
   overflow: auto;
   padding: 10px 0;
   font-size: 80%;
}

.f3-image-container {
   display: none;
   height: 100%;
   overflow: auto;
}

.f3-image-container img[data-caption] {
   position: relative;
}

.f3-image-container img[data-caption]:before {
   content: "XX";
}

.f3-image-browser dl.selected > dd > .f3-image-container {
   display: block;
   position: absolute;
   top: 10px;
   left: 200px;
}

.f3-image-browser dl.selected > dt, .f3-image-browser dt:hover {
   background-color: #e8a247;
   color: white;
}

.f3-image-browser dt:hover {
   cursor: pointer;
}

.f3-image-browser dl.selected > dt:hover {
   cursor: auto;
}

.inactive.news-item {
   opacity: 0.5;
}

.f3-var[data-placeholder][data-value=""]:after, .f3-var[data-placeholder]:not([data-value]):after {
   content: attr(data-placeholder);
   opacity: 0.5;
}

.f3-var[data-dimension="f3-website-image"] {
   position: relative;
}

.f3-active.f3-var:after {
   content: none !important;
}

.user-item {
   width: calc(50% - 5px);
   float: left;
   margin-bottom: 5px;
   margin-right: 5px;
}

.user-item .user-item-photo {
   float: left;
   padding-right: 10px;
   max-width: 75px;
   max-height: 100px;
}

.f3-search-results .highlight {
   background-color: #E4FC5B;
}
