@import url("animations-oX_YszB.css");
@import url("fonts-GyCOjAb.css");

* { font-family: inherit; font-size: inherit; font-weight: 400; margin: 0; padding: 0; }
strong { font-weight: 500; }

html, body { min-height: 100%; height: 100%; }
body { background: #e9ecef; color: #333; font-family: 'Open Sans', Verdana, sans-serif; font-size: 1.0rem; }

.layout-focus {}
.layout-focus>.document { max-width: 900px; width: 100%; margin: 0 auto; }
.layout-focus>.header { background-color: #008DEF; box-shadow: 0 5px 5px #999; margin-bottom: 40px; }

.layout-app { height: 100%; }
.layout-app>.document { width: 100%; box-sizing: border-box; }
.layout-app>.document.document-full { }
.layout-app>.document.document-center { max-width: 900px; margin: 0 auto; }
@media screen and (min-width: 900px) {
    .layout-app>.document.document-full { padding: 0 10px; }
}

.widget-logo { text-align: center; width: 100%; }
.widget-logo svg { max-width: 200px; }
.widget-logo svg path { stroke: #FFF; fill: none; }

.widget-user-nav { display: flex; width: 100%; font-size: 0.7rem; background-color: #000; color: #999; box-sizing: border-box; justify-content: space-between; }
.widget-user-nav span,
.widget-user-nav a { padding: 5px 10px; display: inline-block; }
.widget-user-nav a { color: inherit; text-decoration: none; transition: 0.5s; }
.widget-user-nav a:hover { color: #FFF; }
.widget-user-nav .language,
.widget-user-nav .logout { width: 100px; flex-shrink: 0; flex-grow: 0; }
.widget-user-nav .logout { text-transform: lowercase; }
.widget-user-nav .logout,
.widget-user-nav .name { text-align: right; }
.widget-user-nav .name { display: none; text-align: right; width: 100%; }
@media screen and (min-width: 900px) {
    .widget-user-nav .name { display: block; }
    .widget-user-nav { padding: 0 10px; }
}

.widget-title-bar { background-color: #008DEF; display: flex; width: 100%; flex-wrap: nowrap; justify-content: flex-start; align-items: flex-start; box-sizing: border-box; color: #FFF; }
.widget-title-bar .logo { width: 60px; flex-grow: 0; flex-shrink: 0; font-size: 0; padding-left: 10px; }
.widget-title-bar .logo svg { width: 100%; margin-left: -4px; }
.widget-title-bar .logo svg path { fill: none; stroke: #FFF; }
.widget-title-bar .product,
.widget-title-bar .organisation { font-size: 1.1rem; font-weight: 300; padding: 18px 10px 0 10px; }
.widget-title-bar .product { flex-grow: 0; flex-shrink: 0; }
.widget-title-bar .organisation { flex-grow: 1; flex-shrink: 1; overflow: hidden; }
.widget-title-bar .organisation a { color: inherit; text-decoration: none; font-weight: 400; overflow: hidden; text-overflow: ellipsis; display: block; width: 100%; white-space: nowrap;}
@media screen and (min-width: 900px) {
    .widget-title-bar { padding: 0 10px; }
    .widget-title-bar .logo { width: 80px; }
    .widget-title-bar .logo svg { margin-left: -5px; }
    .widget-title-bar .product,
    .widget-title-bar .organisation { padding: 27px 10px 0 10px; }
}

.widget-menu-bar { border-bottom: 1px solid #CCC; font-size: 0; }
.widget-menu-bar .hamburger { padding: 5px 10px; }
.widget-menu-bar .hamburger a { color: #999; text-transform: uppercase; text-decoration: none; padding-left: 1px; }
.widget-menu-bar .hamburger a svg { stroke: #008DEF; width: 20px; }
.widget-menu-bar .hamburger a span { font-weight: 300; display: inline-block; vertical-align: top; font-size: 1.0rem; padding-left: 10px;}
.widget-menu-bar .hamburger a:hover { color: #00abef; }
.widget-menu-bar ul { display: none; background-color: #FFF; border-top: 1px solid #e9ecef; box-shadow: 0 5px 5px #999; }
.widget-menu-bar ul li { list-style-type: none; }
.widget-menu-bar ul li a { color: #008DEF; display: block; border-bottom: 1px solid #e9ecef; padding: 10px 10px; text-decoration: none; font-size: 1.0rem; }
.widget-menu-bar ul li a:hover { color: #00abef; border-bottom-color: #008DEF; }
.widget-menu-bar.active ul { display: block; }
@media screen and (min-width: 900px) {
    .widget-menu-bar { margin-bottom: 20px; }
    .widget-menu-bar .hamburger { display: none; }
    .widget-menu-bar ul { display: block; background-color: #00abef; border-top: 0 none; padding: 0 20px; }
    .widget-menu-bar ul li { display: inline-block; padding-right: 30px; }
    .widget-menu-bar ul li a { color: #FFF; border-bottom: 2px solid #00abef; transition: 0.5s; padding: 10px 0 8px 0; }
    .widget-menu-bar ul li a:hover { color: #FFF; border-bottom-color: #FFF; }
}

.widget-header-block { padding: 10px 10px; }
.widget-header-block h1 { font-size: 1.5rem; font-weight: 300; line-height: 1.5; }
.widget-header-block p { line-height: 1.5; }

.widget-subheader-block { padding: 20px 10px; }
.widget-subheader-block h2 { font-size: 1.2rem; font-weight: 300; line-height: 1.5; }

.widget-toolbar { margin: 0 auto; padding: 10px 10px; box-sizing: border-box; width: 100%; }
.widget-toolbar ul { list-style-type: none; text-align: right; }
.widget-toolbar ul li { display: inline-block; }
.widget-toolbar ul li a,
.widget-toolbar ul li button { cursor: pointer; color: #FFF; border: 0 none; border-bottom: 3px solid #2141C2; background-color: #008DEF; display: inline-block; padding: 5px 10px 2px 10px; text-decoration: none; border-radius: 6px; transition: 0.5s; }
.widget-toolbar ul li a:hover,
.widget-toolbar ul li button:hover { background-color: #00abef; border-bottom-color: #008DEF; }
.widget-toolbar ul li a.secondary,
.widget-toolbar ul li button.secondary { border-bottom: 3px solid #3b3b3b; background-color: #999; }
.widget-toolbar ul li a.secondary:hover,
.widget-toolbar ul li button.secondary:hover { background-color: #CCC; border-bottom-color: #999; }

.widget-large-selector { margin: 0 auto; padding: 10px 10px; box-sizing: border-box; width: 100%; }
.widget-large-selector ul { list-style-type: none; }
.widget-large-selector ul li { border-bottom: 4px solid #e9ecef; display: flex; justify-content: flex-start; align-items: stretch; }
.widget-large-selector ul li>a,
.widget-large-selector ul li>form,
.widget-large-selector ul li>div { display: block; padding: 15px 15px 11px 15px; text-decoration: none; background-color: #FFF; transition: 0.5s; border-bottom: 2px solid #FFF; width: 100%; }
.widget-large-selector ul li>a.main,
.widget-large-selector ul li>form.main,
.widget-large-selector ul li>div.main { flex-shrink: 1; flex-grow: 1; width: calc(100% - 70px); }
.widget-large-selector ul li>a.sub,
.widget-large-selector ul li>form.sub,
.widget-large-selector ul li>div.sub { flex-shrink: 0; flex-grow: 0; width: 70px; border-left: 1px solid #e9e9e9; color: #CCC; font-size: 0.8rem; text-align: center; line-height: 40px; }
.widget-large-selector ul li>form.sub { line-height: 0px; }
.widget-large-selector ul li>a.sub.large,
.widget-large-selector ul li>form.sub.large,
.widget-large-selector ul li>div.sub.large { width: 100px; }
.widget-large-selector ul li>form.sub button { color: #FFF; border: 0 none; border-bottom: 3px solid #2141C2; background-color: #008DEF; display: inline-block; padding: 5px 10px 2px 10px; text-decoration: none; border-radius: 6px; transition: 0.5s; cursor: pointer; }
.widget-large-selector ul li>form.sub button:hover { background-color: #00abef; border-bottom-color: #008DEF; }
.widget-large-selector ul li .item h2 { font-weight: 500; color: #666; transition: 0.5s; }
.widget-large-selector ul li .item h2 .badge { font-size: 0.7rem; background-color: #CCC; color: #FFF; font-weight: 500; border-radius: 20px; display: inline-block; padding: 1px 7px; }
.widget-large-selector ul li .item p { font-size: 0.9rem; color: #999; transition: 0.5s; }
.widget-large-selector ul li:hover>a,
.widget-large-selector ul li:hover>form,
.widget-large-selector ul li:hover>div { color: #008DEF; border-bottom: 2px solid #CCC; }
.widget-large-selector ul li:hover>a:hover { border-color: #008DEF; }
.widget-large-selector ul li:hover>a.sub,
.widget-large-selector ul li:hover>form.sub,
.widget-large-selector ul li:hover>div.sub { border-left-color: #e9e9e9; }
.widget-large-selector ul li:hover>a .item h2,
.widget-large-selector ul li:hover>form .item h2,
.widget-large-selector ul li:hover>div .item h2 { color: #008DEF; }
.widget-large-selector ul li:hover>a .item p,
.widget-large-selector ul li:hover>form .item p,
.widget-large-selector ul li:hover>div .item p { color: #00abef; }
.widget-large-selector .empty-message { line-height: 1.8; }
.widget-large-selector .empty-message a { color: #008DEF; }

.widget-instructions { margin: 0 auto; padding: 10px 10px; box-sizing: border-box; width: 100%; }
.widget-instructions ol { padding: 0 20px; margin: 0 10px; }
.widget-instructions li { padding: 10px 0; border-bottom: 1px dotted #CCC; background-color: #FFF; }
.widget-instructions li::marker { color: #008DEF; margin-right: 10px; }
.widget-instructions p { padding: 10px 20px; }
.widget-instructions pre { background-color: #3b3b3b; color: #CCC; margin: 10px 20px; padding: 5px 10px; overflow-x: scroll; font-family: monospace; font-size: 1.2rem; }
.widget-instructions .button { color: #FFF; border: 0 none; border-bottom: 3px solid #2141C2; background-color: #008DEF; display: inline-block; padding: 5px 10px 2px 10px; text-decoration: none; border-radius: 6px; transition: 0.5s; }
.widget-instructions .button:hover { background-color: #00abef; border-bottom-color: #008DEF; }

.widget-form { padding: 10px 10px; }
.widget-form .row { background-color: #FFF; padding: 15px; border-bottom: 1px solid #e9ecef; margin: 0 -10px; }
.widget-form .row>label { display: block; width: 100%; font-size: 0.9rem; padding: 0px 3px 5px 3px; }
.widget-form .row>input[type="text"],
.widget-form .row>input[type="email"],
.widget-form .row>input[type="number"],
.widget-form .row>select { background-color: #e9ecef; border: 1px solid #CCC; font-size: 1.0rem; padding: 5px; border-radius: 2px; width: 100%; box-sizing: border-box; color: #3b3b3b; }
.widget-form .row>input[type="text"]:focus,
.widget-form .row>input[type="email"]:focus,
.widget-form .row>input[type="number"]:focus,
.widget-form .row>select:focus { outline: 0 none; border-color: #CCC; }
.widget-form .row>.select-list {}
.widget-form .row>.select-list>.quick-select { text-align: right; font-size: 0.7rem; }
.widget-form .row>.select-list>.quick-select a { font-size: inherit; color: #CCC; }
.widget-form .row>.select-list>.quick-select a:hover { color: #666; }
.widget-form .row>.select-list>.select-item { display: block; border-bottom: 1px dotted #e9ecef; width: 100%; box-sizing: border-box; padding: 5px; }
.widget-form .row>.select-list>.select-item:last-child { border-bottom: 0 none; }
.widget-form .row>.select-list>.select-item>input { margin-right: 5px; }
.widget-form .row>.select-list>.select-item>label {}
.widget-form .row.actions { }
.widget-form .row.actions button { color: #FFF; border: 0 none; border-bottom: 3px solid #2141C2; background-color: #008DEF; display: inline-block; padding: 5px 10px 2px 10px; text-decoration: none; border-radius: 6px; transition: 0.5s; }
.widget-form .row.actions button:hover { background-color: #00abef; border-bottom-color: #008DEF; }
@media screen and (min-width: 900px) {
}

.widget-confirm-fullpage { background-color: #FFF; }
.widget-confirm-fullpage .message { padding: 15px; }
.widget-confirm-fullpage .buttons { padding: 20px 10px; border-top: 1px solid #e9ecef; }
.widget-confirm-fullpage .buttons form { display: inline-block; }
.widget-confirm-fullpage .buttons a,
.widget-confirm-fullpage .buttons button { cursor: pointer; color: #FFF; border: 0 none; border-bottom: 3px solid #3b3b3b; background-color: #999; display: inline-block; padding: 5px 10px 2px 10px; text-decoration: none; border-radius: 6px; transition: 0.5s; margin-right: 20px; }
.widget-confirm-fullpage .buttons a.primary,
.widget-confirm-fullpage .buttons button.primary { color: #FFF; border-bottom: 3px solid #2141C2; background-color: #008DEF; }
.widget-confirm-fullpage .buttons a:hover,
.widget-confirm-fullpage .buttons button:hover { background-color: #CCC; border-bottom-color: #999; }
.widget-confirm-fullpage .buttons a.primary:hover,
.widget-confirm-fullpage .buttons button.primary:hover { background-color: #00abef; border-bottom-color: #008DEF; }

.widget-editor { display: flex; width: 100%; align-items: stretch; box-sizing: border-box; }
.widget-editor .menu { width: 50px; flex-grow: 0; flex-shrink: 0; background-color: #FFF; border-right: 2px solid #e9ecef; font-size: 0; }
.widget-editor .menu a { width: 100%; display: block; border-bottom: 2px solid #e9ecef; padding: 5px; box-sizing: border-box; }
.widget-editor .menu a:hover { }
.widget-editor .menu a svg path,
.widget-editor .menu a svg rect,
.widget-editor .menu a svg text { stroke: #008DEF; fill: #008DEF; transition: 0.5s; }
.widget-editor .menu a:hover svg path,
.widget-editor .menu a:hover svg rect,
.widget-editor .menu a:hover svg text { stroke: #2141C2; fill: #2141C2; }
.widget-editor .menu a.active { background-color: #00abef; }
.widget-editor .menu a.initial-mobile { background-color: #00abef; }
.widget-editor .menu a.active svg path,
.widget-editor .menu a.active svg rect,
.widget-editor .menu a.active svg text,
.widget-editor .menu a.initial-mobile svg path,
.widget-editor .menu a.initial-mobile svg rect,
.widget-editor .menu a.initial-mobile svg text { stroke: #FFF; fill: #FFF; }
.widget-editor .pane { display: none; background-color: #FFF; width: 100%; flex-grow: 1; flex-shrink: 1; }
.widget-editor .pane.pane-visible { display: block; }
.widget-editor .pane.pane-main { background-color: #e9ecef; overflow: hidden; }
.widget-editor .pane .widget-form { padding: 0; }
.widget-editor .pane .widget-form .row { padding: 15px; border-bottom: 1px solid #e9ecef; margin: 0; }
.widget-editor .pane .widget-form .row button { cursor: pointer; color: #FFF; border: 0 none; border-bottom: 3px solid #3b3b3b; background-color: #999; display: inline-block; padding: 5px 10px 2px 10px; text-decoration: none; border-radius: 6px; transition: 0.5s; margin-right: 20px; }
.widget-editor .pane .widget-form .row button:hover { background-color: #CCC; border-bottom-color: #999; }
@media screen and (min-width: 900px) {
    .widget-editor { justify-content: flex-start; padding: 10px 10px; }
    .widget-editor .menu a.mobile-only { display: none; }
    .widget-editor .menu a.initial-desktop { background-color: #00abef; }
    .widget-editor .menu a.initial-desktop svg path,
    .widget-editor .menu a.initial-desktop svg rect,
    .widget-editor .menu a.initial-desktop svg text { stroke: #FFF; fill: #FFF; }
    .widget-editor .pane.pane-main { display: block; order: 999; flex-grow: 0; flex-shrink: 0; width: calc(100% - 50px - 400px); }
    .widget-editor .pane.pane-sub { width: 400px; flex-grow: 1.1; flex-shrink: 1.1; }
    .widget-editor .pane.pane-initial-visible { display: block; }
}
.widget-editor .preview { border: 1px solid #CCC; box-shadow: 5px 5px 5px #BBB; max-width: 900px; min-height: 500px; box-sizing: border-box; margin: 0 auto; position: relative; }
.widget-editor .preview.loading-swirl { animation: swirl-in-fwd .7s ease-out both; }
.widget-editor .preview.loading-scale-center { animation: scale-in-center .7s cubic-bezier(.25,.46,.45,.94) both; }
.widget-editor .preview.loading-scale-vertical { animation: scale-in-ver-center .7s cubic-bezier(.25,.46,.45,.94) both }
.widget-editor .preview.loading-scale-horizontal { animation:scale-in-hor-center .7s cubic-bezier(.25,.46,.45,.94) both }
.widget-editor .preview.loading-flip-horizontal { animation:flip-in-hor-bottom .7s cubic-bezier(.25,.46,.45,.94) both }
.widget-editor .preview.loading-flip-vertical { animation:flip-in-ver-right .7s cubic-bezier(.25,.46,.45,.94) both }
.widget-editor .preview.loading-slit-horizontal { animation:slit-in-horizontal .7s ease-out both }
.widget-editor .preview.loading-slit-vertical { animation:slit-in-vertical .7s ease-out both }
.widget-editor .preview.loading-slide-top { animation:slide-in-top .7s cubic-bezier(.25,.46,.45,.94) both }
.widget-editor .preview.loading-slide-left { animation:slide-in-left .7s cubic-bezier(.25,.46,.45,.94) both }
.widget-editor .preview.loading-slide-right { animation:slide-in-right .7s cubic-bezier(.25,.46,.45,.94) both }
.widget-editor .preview.loading-slide-bottom { animation:slide-in-bottom .7s cubic-bezier(.25,.46,.45,.94) both }
.widget-editor .preview.loading-fade { animation:fade-in .7s cubic-bezier(.39,.575,.565,1.000) both }
.widget-editor .preview.loading-puff { animation:puff-in-center .7s cubic-bezier(.47,0.000,.745,.715) both}
.widget-editor .preview>.background { position: absolute; top: 0; left: 0; right: 0; width: 100%; height: 100%; z-index: 1000; }
.widget-editor .preview>.content { position: relative; z-index: 2000; }

.widget-editor-text { }
.widget-editor-text .ql-toolbar.ql-snow { max-width: 900px; margin: 0 auto; }
.widget-editor-text .preview>.content { min-height: 500px; font-size: 1.2rem; color: #000; }
.widget-editor-text .preview>.content .ql-container { border: 0 none; }
.widget-editor-text .preview>.content .ql-toolbar { background-color: #e9e9e9; }
.widget-editor-text .preview>.content .ql-toolbar .ql-picker.ql-font .ql-picker-label[data-value="DancingScript"]::before,
.widget-editor-text .preview>.content .ql-toolbar .ql-picker.ql-font .ql-picker-item[data-value="DancingScript"]::before { content: "Dancing Script"; font-family: "Dancing Script", serif;}
.widget-editor-text .preview>.content .ql-toolbar .ql-picker.ql-font .ql-picker-label[data-value="EBGaramond"]::before,
.widget-editor-text .preview>.content .ql-toolbar .ql-picker.ql-font .ql-picker-item[data-value="EBGaramond"]::before { content: "EB Garamond"; font-family: "EB Garamond", serif;}
.widget-editor-text .preview>.content .ql-toolbar .ql-picker.ql-font .ql-picker-label[data-value="Karla"]::before,
.widget-editor-text .preview>.content .ql-toolbar .ql-picker.ql-font .ql-picker-item[data-value="Karla"]::before { content: "Karla"; font-family: Karla, sans-serif;}
.widget-editor-text .preview>.content .ql-toolbar .ql-picker.ql-font .ql-picker-label[data-value="Roboto"]::before,
.widget-editor-text .preview>.content .ql-toolbar .ql-picker.ql-font .ql-picker-item[data-value="Roboto"]::before { content: "Roboto"; font-family: "Roboto", sans-serif;}
.widget-editor-text .preview>.content .ql-toolbar .ql-picker.ql-font .ql-picker-label[data-value="KleeOne"]::before,
.widget-editor-text .preview>.content .ql-toolbar .ql-picker.ql-font .ql-picker-item[data-value="KleeOne"]::before { content: "Klee One"; font-family: "Klee One", serif;}
.widget-editor-text .preview>.content .ql-toolbar .ql-picker.ql-font .ql-picker-label[data-value="KaushanScript"]::before,
.widget-editor-text .preview>.content .ql-toolbar .ql-picker.ql-font .ql-picker-item[data-value="KaushanScript"]::before { content: "Kaushan Script"; font-family: "Kaushan Script", serif;}
.widget-editor-text .preview>.content .ql-toolbar .ql-picker.ql-font .ql-picker-label[data-value="OpenDyslexic"]::before,
.widget-editor-text .preview>.content .ql-toolbar .ql-picker.ql-font .ql-picker-item[data-value="OpenDyslexic"]::before { content: "OpenDyslexic"; font-family: "OpenDyslexic", sans-serif;}

.widget-editor-text .preview>.content .ql-toolbar .ql-picker.ql-size .ql-picker-options .ql-picker-label::before,
.widget-editor-text .preview>.content .ql-toolbar .ql-picker.ql-size .ql-picker-options .ql-picker-item::before { content: "Aa - Normaal"; font-size: 1rem; }
.widget-editor-text .preview>.content .ql-toolbar .ql-picker.ql-size .ql-picker-options .ql-picker-label[data-value="small"]::before,
.widget-editor-text .preview>.content .ql-toolbar .ql-picker.ql-size .ql-picker-options .ql-picker-item[data-value="small"]::before { content: "Aa - Klein"; font-size: 0.75rem; }
.widget-editor-text .preview>.content .ql-toolbar .ql-picker.ql-size .ql-picker-options .ql-picker-label[data-value="large"]::before,
.widget-editor-text .preview>.content .ql-toolbar .ql-picker.ql-size .ql-picker-options .ql-picker-item[data-value="large"]::before { content: "Aa - Groot"; font-size: 1.25rem; }
.widget-editor-text .preview>.content .ql-toolbar .ql-picker.ql-size .ql-picker-options .ql-picker-label[data-value="huge"]::before,
.widget-editor-text .preview>.content .ql-toolbar .ql-picker.ql-size .ql-picker-options .ql-picker-item[data-value="huge"]::before { content: "Aa - Heel groot"; font-size: 1.5rem; }
.widget-editor-text .preview>.content .ql-toolbar .ql-picker.ql-size .ql-picker-options .ql-picker-label[data-value="gigantic"]::before,
.widget-editor-text .preview>.content .ql-toolbar .ql-picker.ql-size .ql-picker-options .ql-picker-item[data-value="gigantic"]::before { content: "Aa - Gigantisch"; font-size: 1.75rem; }

.widget-editor-text .preview>.content .ql-editor { font-family: 'Open Sans'; line-height: 1.5; padding: 10px 20px; min-height: 500px; }
.widget-editor-text .preview>.content p { margin: 5px; font-size: 1.0rem; }
.widget-editor-text .preview>.content .ql-size-small { font-size: 0.5rem; }
.widget-editor-text .preview>.content .ql-size-large { font-size: 2.0rem; }
.widget-editor-text .preview>.content .ql-size-huge { font-size: 3.0rem; }
.widget-editor-text .preview>.content .ql-size-gigantic { font-size: 4.0rem; }

.widget-editor-text .preview>.content .ql-align-justify { text-align: justify; }
.widget-editor-text .preview>.content .ql-align-left { text-align: left; }
.widget-editor-text .preview>.content .ql-align-center { text-align: center; }
.widget-editor-text .preview>.content .ql-align-right { text-align: right; }
.widget-editor-text .preview>.content .ql-font-serif { font-family: serif; }
.widget-editor-text .preview>.content .ql-font-monospace { font-family: monospace; }
.widget-editor-text .preview>.content .ql-font-DancingScript { font-family: "Dancing Script", serif; }
.widget-editor-text .preview>.content .ql-font-EBGaramond { font-family: "EB Garamond", serif; }
.widget-editor-text .preview>.content .ql-font-Karla { font-family: Karla, sans-serif; }
.widget-editor-text .preview>.content .ql-font-Roboto { font-family: "Roboto", sans-serif; }
.widget-editor-text .preview>.content .ql-font-KleeOne { font-family: "Klee One", serif; }
.widget-editor-text .preview>.content .ql-font-KaushanScript { font-family: "Kaushan Script", serif; }
.widget-editor-text .preview>.content .ql-font-OpenDyslexic { font-family: OpenDyslexic, sans-serif; }

.widget-editor-time { }
.widget-editor-time .preview>.content { padding-top: 100px; text-align: right; }
.widget-editor-time .preview>.content .date { font-size: 1.5rem; padding: 10px 20px; }
.widget-editor-time .preview>.content .time { font-size: 2.0rem; padding: 10px 20px; }
.widget-editor-time .preview>.content .timezone { padding: 10px 20px; }

.widget-editor-video { }
.widget-editor-video .preview { border: 1px solid #CCC; box-shadow: 5px 5px 5px #BBB; max-width: 900px; box-sizing: border-box; margin: 0 auto; font-size: 0; background-color: #000; min-height: 300px; }

.widget-editor-feed {}
.widget-editor-feed .preview>.content { border: 1px solid #CCC; box-shadow: 5px 5px 5px #BBB; max-width: 900px; min-height: 500px; box-sizing: border-box; margin: 0 auto; }
.widget-editor-feed .preview>.content .items { font-size: 0; }
.widget-editor-feed .preview>.content .items .item { display: flex; width: 100%; border-bottom: 2px solid #333; font-size: 0; }
.widget-editor-feed .preview>.content .items .item:last-child { border-bottom: 0 none; }
.widget-editor-feed .preview>.content .items .item .image { width: 15%; flex-grow: 0; flex-shrink: 0; }
.widget-editor-feed .preview>.content .items .item .image img { width: 100%; }
.widget-editor-feed .preview>.content .items .item .text { flex-grow: 1; flex-shrink: 1; font-size: 1.5rem; padding: 10px; }
.widget-editor-feed .preview>.content .items .item .text h2 { color: #FFF; }

.widget-editor-table {}
.widget-editor-table .preview { border: 1px solid #CCC; box-shadow: 5px 5px 5px #BBB; max-width: 900px; min-height: 500px; box-sizing: border-box; margin: 0 auto; padding: 15px; }
.widget-editor-table .preview .title { }
.widget-editor-table .preview .title input { border: 1px solid transparent; font-size: 2rem; width: 100%; background-color: transparent; margin: 0 -5px; padding: 2px 5px; }
.widget-editor-table .preview .title input:hover { border-color: #e9ecef; }
.widget-editor-table .preview .intro { }
.widget-editor-table .preview .intro textarea { border: 1px solid transparent; width: 100%; background-color: transparent; margin: 0 -5px; padding: 2px 5px; }
.widget-editor-table .preview .intro textarea:hover { border-color: #e9ecef; }
.widget-editor-table .preview .table table { width: 100%; }
.widget-editor-table .preview .table table tr th,
.widget-editor-table .preview .table table tr td { background-color: transparent; color: inherit; }
.widget-editor-table .preview .table table tr th input,
.widget-editor-table .preview .table table tr td input { background-color: transparent; color: inherit; border: 0 none; width: 100%; height: 100%; padding: 3px; box-sizing: border-box; }

.widget-table { margin: 0 10px 0 0; padding: 0 10px; box-sizing: border-box; width: 100%; }
.widget-table table { width: 100%; border-collapse: collapse; background-color: #FFF; }
.widget-table table thead {}
.widget-table table thead tr {}
.widget-table table thead tr th,
.widget-table table thead tr td,
.widget-table table tbody tr th,
.widget-table table tbody tr td { text-align: left; padding: 10px 5px 10px 0; border-bottom: 1px solid #e9ecef; vertical-align: top; }
.widget-table table tbody tr td.code { font-family: monospace; white-space: pre-wrap; }
.widget-table table thead tr :first-child,
.widget-table table tbody tr :first-child { padding-left: 15px; }
.widget-table table thead tr :last-child,
.widget-table table tbody tr :last-child { padding-left: 15px; }
.widget-table table thead tr th { font-weight: 300; }

.widget-dashboard { padding: 10px; display: flex; width: 100%; box-sizing: border-box; flex-wrap: wrap; }
.widget-dashboard .dashboardwidget { background-color: #FFF; padding: 15px; width: 100%; border: 2px solid #e9ecef; box-sizing: border-box;}
.widget-dashboard .dashboardwidget .label { text-transform: uppercase; font-size: 0.9rem; font-weight: 300; }
.widget-dashboard .dashboardwidget .value { font-size: 1.2rem; text-align: right; color: #008DEF; }
@media screen and (min-width: 900px) {
    .widget-dashboard .dashboardwidget { width: calc(33% - 4px); }
}

.widget-login-button { padding: 50px 0; }
.widget-login-button a { background-color: #008DEF; border-bottom: 3px solid #2141C2; display: inline-block; text-decoration: none; color: #FFF; width: 100%; border-radius: 5px; padding: 20px; text-align: center; font-size: 1.3rem; cursor: pointer; transition: 0.5s; }
.widget-login-button a:hover { background-color: #00abef; border-bottom-color: #008DEF; }

.widget-flashes { margin: 10px; }
.widget-flashes .flash { border: 1px solid #CCC; padding: 10px; box-sizing: border-box; border-radius: 5px; }
.widget-flashes .flash-error { border-color: #9b2121; background-color: #f1d9d9; color: #9b2121 }
@media screen and (min-width: 900px) {
}

.widget-image { background-color: #FFF; padding: 10px; margin-bottom: 10px; }
.widget-image img { text-align: center; max-width: 100%; }

.widget-news { padding: 10px 10px; }
.widget-news h1 { font-size: 1.5rem; font-weight: 300; line-height: 1.5; }
.widget-news .news-item { background-color: #FFFFFF; padding: 15px; margin: 10px 0; }
.widget-news .news-item h2 { font-size: 1.1rem; color: #008DEF; margin-bottom: 10px; }
.widget-news .news-item p { line-height: 1.5; }