
/*
    border:1px solid #00d1b2;
    border-width:0 0 0px 0;
*/
/* .is-module-tabs-list .is-tab-element a .is-tab-title {
    margin-bottom:3px;
    padding:2px 5px;
    opacity:0;
    display: block;
    width:100%;
    min-width:98px;
    top:unset;
    bottom:100%;
    left:-1px;
    z-index:-1;
    line-height:1.5;
    color:#999;
    background:#111 !important;
    transition:all .3s ease;
    border:0 none;
    white-space: initial;
    text-overflow: unset;
}
.is-module-tabs-list .is-tab-element a:hover .is-tab-title {
    opacity:1;
    z-index:1;
} */

.is-module-tabs-list .is-tab-element a:after {
    margin-top:3px;
    content: attr(href);
    color:#777;
    font-size:60%;
    position:absolute;
    top:100%;
    left:0;
    z-index:-1;
    opacity:0;
    transition:all .5s ease;
}
.is-module-tabs-list .is-tab-element  {
    position:relative;
}
.is-module-tabs-list .is-tab-element .is-tab-title {
    margin-bottom:5px;
    padding:2px 5px;
    opacity:0;
    display: block;
    width:auto;
    min-width:98px;
    position:absolute;
    top:unset;
    bottom:100%;
    left:0px;
    z-index:-1;
    line-height:1.5;
    color:#999;
    background:#111 !important;
    border:0 none;
    /* white-space: inherit;
    text-overflow: unset; */
    text-align:left;
    font-size:60%;
    transition:all .3s ease;
}
.is-module-tabs-list .is-tab-element:hover a:after,
.is-module-tabs-list .is-tab-element:hover .is-tab-title {
    opacity:1;
    z-index:1;
}

/**
 * Tab Title Arrows
 */
.is-tab-title:after, .is-tab-title:before {
	top: 100%;
	left: 15%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.is-tab-title:after {
	border-color: rgba(44, 59, 69, 0);
	border-top-color: #111;
	border-width: 3px;
	margin-left: -3px;
}
.is-tab-title:before {
	border-color: rgba(28, 33, 36, 0);
	border-top-color: #111;
	border-width: 4px;
	margin-left: -6px;
}


/**
 * Bookmark Extras
 */
.bookmarks-dropdown-container {
    max-width: 350px;
}
.bookmark-inner-response {
    margin:-8px 0;
    padding:5px;
    /* max-width: 350px;
    max-height: 650px; */
    overflow: auto;
}
.bookmark-folder-children {
    margin:1px 0 1px 5px;
}
.bookmark-items-main-container {
    margin:5px;
}
.main-bookmark-title {
    margin-left:1px;
}

.is-bookmarks-main-container .dropdown-content .button.is-dark,
.is-bookmarks-main-container .dropdown-content .button.is-info,
.is-bookmarks-main-container .dropdown-content .button.is-link,
.is-bookmarks-main-container .dropdown-content .button.is-warning,
.is-bookmarks-main-container .dropdown-content .button.is-success,
.is-bookmarks-main-container .dropdown-content .button.is-danger {
   border-left: 1px solid #f5eeee !important;
}
.is-bookmarks-main-container .dropdown-content .button:first-of-type {
    /* border-left: 0 none !important; */
 }
.is-bookmarks-main-container .bookmarks-options-buttons .input {
   width:50px;
}

.bookmark-item-title,
.bookmark-folder-title {
    justify-content: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.bookmark-folder-children .bookmark-folder-title {
    /* max-width:150px; */
}

.field.bookmark-item-buttons,
.bookmark-folder-item-buttons.field:not(:last-child),
.bookmark-folder-item {
    margin-bottom:1px !important;
}
.bookmark-folder-item:last-of-type {
    margin-bottom:0 !important;
}
/** 
 * icons
 */
.bookmarks-dropdown-container .material-icons,
.bookmarks-dropdown-container .st-icon {
    margin-top:0 !important;
    margin-right:0 !important;
    top:0 !important;
}

@media screen and (max-width:600px) {
    
    .bookmark-inner-response {
        max-width: 280px;
        max-height: 400px;
        overflow: auto;
    }
}
/**
 * Bookmark Extras ends
 */



/**
 * Extras
 */
 

.stay-logged-in-info .to-date {
    display:block;
    margin-top:5px;
 }
.not-logged-in.is-cms-active .click-target,
.is-cms-active .is-main-container-first,
.is-cms-active .is-main-container-additional {
    display:none;
}
.is-cms-active.not-logged-in .is-main-container-first {
    margin-top: -3%;
}

/**
 * Extras ends
 */
 
.dropdown-menu .material-icons {
    top: 2px;
}
.local-storage-viewer pre {
    overflow:auto;
}

.help-response-inner {
    font-size:.85em;
}
.help-response-inner .field * {
    font-size:inherit !important;
}
.is-feed-description img {
    max-width:350px;
    border:1px solid #6f6767;
}
.webui-popover {
    max-width: 650px;
}
.footer-speedtab-navi {
    position: relative;
    top: -3px;
}
.footer-speedtab-navi ul,
.footer-speedtab-navi li {
    margin-top:0 !important;
    vertical-align:top !important;
}
.mtop0 {
    margin-top:0 !important;
    top:0 !important;
}
.mtop1 {
    margin-top:1px !important;
}
.mtop2 {
    margin-top:1px !important;
}
.mtop3 {
    margin-top:1px !important;
}
.mtop5 {
    margin-top:1px !important;
}
.mtop10 {
    margin-top:10px !important;
}
.mtop15 {
    margin-top:15px !important;
}
.mtop20 {
    margin-top:20px !important;
}
.mtop25 {
    margin-top:25px !important;
}
.mtop30 {
    margin-top:30px !important;
}
.select-language li {
    display:inline-block;
}
.select-language .button {
    min-width:35px;
}
.is-fullview-note-article.is-type-code.is-zoomed-out {
    /* width:500px;
    min-width:500px; */
}
.is-note-inner .st-icon {
    text-indent: -999px;
    white-space: nowrap;
    overflow: hidden;
}
.is-module-notes-list .is-linkbox-quicksave .input {
    z-index: 1069;
}
.is-module-notes-list .is-linkbox-quicksave .input:hover {
    opacity: 1 !important;
    border-color: #23d160 !important;
}

.storage-settings-footer-container .dropdown-menu {
    min-width: 16rem;
}
.is-type-text .message-body {
    white-space: unset;
}

.is-note-element.is-zoomed-out .is-linkbox-quicksave,
.is-note-element.is-zoomed-out.is-hidden-quicklink-save {
    display:none;
}

.highlight-hidden-quick-save .message-header {
    color: #23d160 !important;
}
.highlight-hidden-quick-save .message-body {
    background-color: #23d160 !important;
}

/* .is-linkbox-quicksave {
    display:none;
} */
.button.module-multi-button.edit-module {
    display:none;
}
.is-switch-language {
    margin-top:-4px;
}

.is-fullview-note-article.is-type-code, 
.is-fullview-note-article.is-type-code .message-body {
    max-height: unset;
}

.is-note-element.is-type-code.is-zoomed-out pre.language-php {
    height:100%
}
.is-note-element.is-zoomed-out code.language-php {
    line-height: 1.75 !important;
}



.update-one-note-form .callback-ajax-response {
    margin-top: 10px;
}
.is-favicon.is-dark {
    background-color: #363636;
}
.remove-self {
    cursor:zoom-out;
}
html {
    background-color: transparent !important;
}
.mce-branding.mce-widget.mce-label.mce-flow-layout-item.mce-last {
    display:none;
}
.mce-fullscreen #st-header {
    display: none !important;
}
div.mce-edit-area {
    /* padding: 10px; */
}
.is-type-links .message-body {
    white-space: unset;
}
.mce-label.mce-charactercount {
    margin: 2px 0 2px 2px;
    padding: 8px;
    font-size: 12px;
}
.add-a-new-note-form .is-note-inner {
    height: unset !important;
    height: auto !important;
}
.is-note-element.is-type-html.is-zoomed-out .is-note-inner {
    margin-bottom: 0;
}
.cropper-buttons .button {
    border-color:transparent !important
}

.mce-path {
    /* display: none !important; */
}

.is-unclickable {
    pointer-events:none;
}
.word-break-all {
    word-break: break-all;
}

.is-module-container:last-of-type .is-content-for {
    padding: 0;
}
.menu-user-special-settings .message:not(:last-child) {
    margin-bottom: .5rem;
}

.short-select,
.set-content-color-container select {
    width:100px;
}

.highlight-special,
.highlight-special .message-headers {
    /* background:#3273dc !important; */
    border: 1px solid #23d160;
}

#notes-fullview-container .is-note-element.is-type-html.is-zoomed-out {
    width:900px;
}
.is-note-inner .number {
    font-size: 1rem;
    height: unset;
    margin-right: 0rem;
    min-width: unset;
    padding: 0.25rem 0rem;
}

.textarea.is-note-content {
    max-height: none !important;
    min-height: unset !important;
    height:auto;
}
.webui-popover.top > .webui-arrow, 
.webui-popover.top-right > .webui-arrow, 
.webui-popover.top-left > .webui-arrow {
    bottom: -10px;
}
.webui-popover.bottom > .webui-arrow, 
.webui-popover.bottom-right > .webui-arrow, 
.webui-popover.bottom-left > .webui-arrow  {
    top: -10px;
}
.webui-popover.left > .webui-arrow, 
.webui-popover.left-top > .webui-arrow, 
.webui-popover.left-bottom > .webui-arrow {
    right: -10px;
}
.webui-popover.left > .webui-arrow, 
.webui-popover.left-top > .webui-arrow, 
.webui-popover.left-bottom > .webui-arrow,
.webui-popover.top > .webui-arrow, 
.webui-popover.top-right > .webui-arrow, 
.webui-popover.top-left > .webui-arrow,
.webui-popover.bottom > .webui-arrow, 
.webui-popover.bottom-right > .webui-arrow, 
.webui-popover.bottom-left > .webui-arrow {
    border-top-color: transparent !important;
    border-right-color: transparent !important;
    border-bottom-color: transparent !important;
    border-left-color: transparent !important;
}

.display-none {
    display:none;
}
.is-module-type-tabs .is-module-tabs-list li, .is-module-type-tabs .is-module-tabs-list img {
    width:initial;
    height:initial;
}
.is-module-tabs-list a {
    width:98px;
    height:56px;
}
.img-112 .is-module-tabs-list a {
    width:112px;
    height:64px;
}
.img-128 .is-module-tabs-list a {
    width:128px;
    height:73px;
}
.img-144 .is-module-tabs-list a {
    width:144px;
    height:82px;
}

.is-show-always-pages  .st-icon {
    top: 1px;
    font-size: 14px;
}
.is-module-type-news .is-content-for {
    padding: 0 !important;
}
.is-module-type-news  .is-404-error {
    left:unset;
    right:0;
}
.new-page-first-paginator-container{
    margin-top:15px;
}
.is-module-content {
    min-height: 40px;
}
.module-is-from-type {
    position: absolute;
    bottom: 2px;
    right: 3px;
    font-size: 10px;
    color: #6e6256;
    line-height: 1;
    padding: 0;
    z-index: 1;
    cursor: default;
    pointer-events: none;
    /* opacity:.7; */
}
.is-module-type-news .module-is-from-type {
    display:none;
}
.is-active.always-visible .notification.server-err {
    display:none;
}



@media screen and (min-width:600px) {
    
    /* .is-module-tabs-list .is-tab-element a .is-tab-title {
        padding:4px 5px;
        position: absolute;
        top: 90%;
        left: 0;
        z-index: 0;
        font-size: 1px;
        line-height: 1;
        overflow: unset;
        white-space: initial;
        text-overflow: ellipsis;
        text-align: left;
        background: whitesmoke ;
        width: 100%;
        color: #666;
        margin: 7px 0px 0;
        transition: all .1s ease; 
        opacity: 0;
        display:block;
    }
    .is-module-tabs-list .is-tab-element a:hover {
        z-index: 500;
    }
    .is-module-tabs-list .is-tab-element a:hover .is-tab-title {
        opacity: .9;
        top: 100%;
        font-size:10px;
        z-index: 5;
    }
    .is-tab-title:after, 
    .is-tab-title:before {
        bottom: 100% !important;
        left: 50% !important;
        border: solid transparent !important;
        content: " " !important;
        height: 0 !important;
        width: 0 !important;
        position: absolute !important;
        pointer-events: none !important;
        z-index: 1050 !important;
    }
    .is-tab-title:after {
        border-color: rgba(48, 13, 13, 0) !important;
        border-bottom-color: whitesmoke !important;
        border-width: 5px !important;
        margin-left: -5px !important;
    }
    .is-tab-title:before {
        border-color: rgba(245, 245, 245, 0) !important;
        border-bottom-color: #f5f5f5 !important; 
        border-width: 6px !important;
        margin-left: -6px !important;
    }  */

    .is-changesomething-form {
        min-width:500px;
    }
    .is-gapless .is-changesomething-form {
        margin-left:25px;
    }
    header,
    .shadow1,
    .is-note-element.is-zoomed-out,
    .is-main-container-first,
    .is-main-container-additional,
    .is-changesomething-form,
    .module-wrapper .is-module-container {
        box-shadow: 0px 4px 8px #171515;
    }
    
    .shadow2,
    .edit-tabs-image-container .dropdown-menu img,
    .update-pagination-formular,
    .update-a-module-formular,
    .edit-pages-ajax-response-box .update-a-page-formular,
    .fake-select .dropdown-inner,
    .edit-pages-got-modules,
    .edit-pages-got-module-inner.display-none,
    .edit-pagination-content-ajax-response {
        box-shadow: 2px 3px 5px #777272;
    }
    
}

header .material-icons, 
header .st-icon {
    margin-right: initial;
}
header .is-main-title-text {
    padding: 0 5px;
}
.icomoon-headline {
    margin-top:70px;
}
.add-a-page-formular {
    /* margin-top:-40px; */
}

#always-visible-pages {
    margin-bottom:20px;
}

.is-module-setting-buttons i {
    font-size:14px !important;
}

.module-multi-form {
    margin:-1px 0 2px 0;
    padding:15px 15px  15px;
    min-height:220px;
    color:#eee;
    background:rgba(2,2,2,.7);   
    border-top:1px solid #353333; 
}
.module-multi-form h2 {
    padding-bottom:10px;
    color:#C4BFBF; 
    border-bottom:1px solid #353333;
}
.is-module-type-tabs .module-multi-form .button {
    border: 1px solid #ddd;
}
.is-module-type-tabs .module-multi-form .input {
    border: 1px solid #ddd;
}
.is-module-setting-buttons a {
    opacity: .5;
}
.is-module-setting-buttons:hover a,
.is-module-setting-buttons a.is-active {
    opacity: 1;
}
/**
 * New Page Icons
 */
 .add-a-module-to-page .st-icon,
 .add-a-page-to-main .st-icon {
     top:1px;
 }
 
.page-icon-container  .fontsize-buttons {
    margin-left: -45px;
    padding: 3px;
    position: absolute;
    top: 0px;
    left: 50%;
    z-index: 15;
    min-width: 90px;
    max-height: 35px;
    white-space: nowrap;
    text-align: center;
    background: #e0dddd;
    border: 1px solid #aaa;
    opacity: .2;
    transition:all .3s;
}
.page-icon-container  .fontsize-buttons:hover {
    margin-left: -50px;
    padding: 10px 0;
    min-width: 100px;
    max-height: 50px;
    background: #fff;
    border: 1px solid #aaa;
    opacity: 1;
}
.select-page-icon-container {
    margin: 15px 0;
    padding: 15px;
    max-height: 450px;
    overflow: auto;
    text-align: center;
    font-size:2em;
    background: #e0dddd;
    border: 1px solid #aaa;
}
.update-module-controller-container:hover,
.edit-pages-content-of-paginations:hover {
    background: #f5f3f3;
}
.new-tab-use-image-container .button.is-active.is-outlined {
    border-color: whitesmoke;
}
.page-icon-container {
    position: relative;
    transition: font-size .2s;
}
.page-icon-container i {
    margin: 3px;
    padding: .4em;
    min-width: 70px;
    display: inline-block;
    text-align: center;
    font-size: 24px;
    background: #fff;
    border: 1px solid #345;
    cursor:pointer;
    font-size:inherit !important;
}
.edit-tabs-image-container,
.add-new-pagination-item {
    margin-left:1px;
}
.edit-tabs-image-container .dropdown-menu {
    top: -4px;
    left: 35px;
}
.edit-tabs-image-container .dropdown-menu img {
    border:1px solid #999;
}
.show-only-positions .dropdown-menu {
    top: -9px;
    min-width: 7rem;
    max-width: 9rem;
}
.show-only-positions p {
    display:none;
}
.show-only-positions p.current-position {
    display:block;
    /* color:#ff2b56; */
    font-weight: bold;
}
.fontsize-has-changed.page-icon-container i {
    min-width: unset;
}
.page-icon-container i:hover {
    color:#ff2b56;
}
.page-icon-container i.is-active {
    background: #aaa;
    border: 1px solid #f89;
}
.add-a-tab-help {
    font-size: .95em !important;
}
.add-a-tab-help .title {
    /* margin: 0 0 10px; */
    font-weight: bold;
    border-color: #999;
}
.add-a-tab-help .delete {
    margin-top: -5px;
}
.add-a-tab-help.box:not(:last-child) {
    margin-bottom: 13px;
}
.add-a-page-ajax-response {
    padding:0 10px;
}
.add-a-page-ajax-response .delete {
    margin-left: 10px;
    position: relative;
    top: 0px;
}
.new-tab-use-image-container {
    display:inline-block;
    vertical-align:middle;
    width:100%;
}
.new-tab-use-image-container img,
.new-tab-use-image-container label {
    display:inline-block;
    vertical-align:middle;
}
.new-tab-use-image-container img {
    margin-right: 15px;    
    border:1px solid whitesmoke;
}
.new-tab-use-image-container .delete {
    margin-left: 15px;    
    display:inline-block;
    vertical-align:middle;
    opacity: .5;
}
.new-tab-use-image-container .dropdown-divider {
    margin: 15px 0;
}
.is-tabs-preview a {
    border-color:red !important;
}
.checkbox-title-right {
    margin-left: 5px;    
}
.checkbox.save-tab-img-as-private-blob {
    top:1px;
}
.new-module-type-description dt {
    font-weight:bold;
}
.new-module-type-description dd {
    margin-bottom: 15px;
    padding: 10px 0;
    border-bottom: 1px solid #d4d4d4;
}
.new-module-type-description dl:last-of-type dd:last-of-type {
    padding: 10px 0;
    border-bottom: 0px solid #e0d4d4;
    margin-bottom: 0;
}
.select-module-type-container .field.has-addons,
.select-module-prefetch-container,
.field.has-addons.set-position {
    margin-left: 5px;    
}
.is-page-position-title {
    margin-right:15px;
    min-width: 100px;
    max-width: 200px;
    overflow:hidden;
    justify-content: left;
}


.module-positions-list,
.page-positions-list {
    padding: 5px 15px 10px;
    background: #fff;
    border: 1px solid #89a3bd;
}
.form-help-box,
.module-positions-list {
    margin-top: 9px;
    margin-bottom: 15px;
}
.positions-list-allowed-values {
    margin:0 0 0 10px;
    font-size: 12px;
}
.module-positions-list li,
.page-positions-list ul li {
    margin: 5px 0;
}
.page-positions-list .material-icons,
.page-positions-list .st-icon {
    margin-right: 5px;
}
.module-positions-list-header {
    margin-bottom: 6px;
}
.is-main-links .material-icons,
.is-main-links .st-icon {
    font-size: inherit;
}

.save-page-position,
.save-module-position {
    width:60px;
}

.new-page-title-description .box {
    padding: 10px 15px;    
}
.new-page-title-description p {
    margin: 10px 0;    
}
.form-submit-button-container {
    margin-top: 11px;   
}
.form-submit-button-container .is-inline-block {
    vertical-align:top;   
}

.page-icon-main-container {
    margin-bottom: 5px !important; 
}
.select-module-type-container {
    margin-bottom: -5px !important; 
}
.select-module-type-container .field {
    display: inline-flex;
    vertical-align: top;
}

.update-content-tabs-formular .set-position,
.update-content-news-formular .set-position,
.update-content-notes-formular .set-position,
.update-pagination-formular .set-position,
.select-module-type-field {
    margin-left: 0 !important;    
}
.update-pagination-formular {
    
}
.page-icon-main-container > .is-inline-block {
    margin-bottom: 5px;  
}
.load-main-forms-as-columns.columns.column.is-12 {
    margin-bottom: 2px;  
}
.icons-total {
    margin-left: 5px;    
    font-size: 10px!
}

.new-page-remove-livetest i {
    margin-top: 2px; 
}


.add-a-page-formular .is-inline-block {
    vertical-align: top;
}


.form-help-box ul {
    margin:15px 10px;
}







@media screen and (max-width:600px) {
    
    .page-icon-main-container {
        margin-bottom: 0 !important; 
    }
    .module-wrapper .is-module-container {
        margin: 55px 3px 5px !important;
    }
    .is-module-content {
        padding: 15px 0px;
    }
    .is-fullview-note-article {
        width: 95% !important;
        max-width: unset;
        min-width: unset;
        max-height:80% !important;
        overflow:auto;
    }
    
}
/* 
.is-active.add-a-module-form {
    margin-top:30px !important;
} */
.load-main-forms-as-columns .column {
    /* margin-left: 0 !important; 
    margin-right: 0 !important;  */
}

.load-main-forms-as-columns .is-module-container {
    /* margin-left: 0 !important; 
    margin-right: 0 !important;  */
    background-color: whitesmoke;
}
.load-main-forms-as-columns .message-body {
    border-bottom:0 none;
}
@media screen and (max-width:480px) {
    
    .is-get-feed-container {
        /* max-width: 302px; */
    }
    .is-returned-feed-container {
        /* max-width: 300px; */
    }
    .feed-full-main {
        max-height: unset;
    }
    
}






















/**
 * Feeds Layouts
 */
.feed-full-main.fontsize-has-changed * {
    font-size:inherit !important
}
body.zoomed-video-view #module-wrapper {
    max-width:2000px;
}
body.zoomed-video-view .main-inner-wrap {
    padding-bottom: 0;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
}
/**
 * Feeds Fullview
 */
 .is-module-container.feeds-1200-view {
    margin:55px auto 5px !important;
    max-width:1200px;
    min-height:500px;
}
.feeds-full-view {
    
}
body.zoomed-video-view .is-returned-feed-container {
    min-height:500px;
}





/**
 * Edit Pages called
 */
.edit-pages-items-container {
    position:relative;
}
.edit-pages-items-container .box {
    margin-bottom: 0;
    transition:all .3s;
}

.edit-pages-is-active {
    margin-top: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.page-main-config-buttons .multi-button.is-active {
    background-color:#3273dc !important;
}
.page-main-config-buttons .multi-button.is-active i {
    color:#fff !important;
}
.edit-pages-called .app-module {
    pointer-events:none;
}
.edit-pages-called .main-inner-wrap {
    vertical-align: top;
}
.edit-pages-title .edit-page-title-text {
    margin-left: 8px;
}
.edit-pages-items-container h2,
.edit-pages-items-container h3 {
    margin: 10px 0 15px 5px !important;
}
.edit-dropdown-menu-items {
    margin-top: 20px;
    margin-bottom: 20px;
}

.edit-pages-got-modules {
    margin-top:10px;
    margin-bottom:4px;    
}
.edit-pages-got-module-inner {
    margin: 10px 1px 7px 0;
}


.is-delete-data-button-container .target-visible {
    display:inline-block !important;
}
.is-delete-data-button-container .target-invisible {
    position:relative;
    top:5px;
}
.edit-pagination-content-ajax-response {
    margin: 10px 1px 9px 0;
    padding: 0;
    /* background: #e8f6f4; */
}
/* .edit-pages-got-module-inner .box.is-paddingless {
    padding:5px !important;
} */
.edit-pages-items-container .box.is-paddingless {
    padding:5px 5px 5px 4px !important;
}
.edit-pages-items-container > .box.is-paddingless {
    padding:10px 10px !important;
}
.edit-pages-got-module-inner.display-none {
    border: 0 solid #3273dc;
    border-width:0 0 0 0px;
}
.edit-pages-ajax-response-box .notification {
    margin-top:5px;
}
.is-edit-page-item-title-container .is-static {
    min-width: 60px;
}
.change-position.is-static {
    opacity:.3;
}
.edit-page-button-icon {
    margin:1px 0 0 5px;
}
.reload-edit-pages-form {
    position:absolute;
    right:0;
    top: 0px;
    z-index:1;
}
.is-edit-page-item-title-container  span.button.is-disabled {
    min-width: 150px;
    background:#fff;
    justify-content: left;
    text-align:left;
}
.update-module-controller-container .fake-select  {
    margin-right:1px;
}
.update-a-module-formular .select-module-prefetch-container {
    margin-left:0px !important;
}
.update-a-module-formular .form-help-box {
    margin:0px 0 20px !important;
}
form.update-pagination-formular {
    margin:10px 0 8px !important;
}
.is-edit-page-item .form-submit-button-container .button.is-small.is-danger,
.is-edit-page-item .form-submit-button-container .button.is-small.is-success {
    margin-left:5px !important;
}
.is-edit-page-item-title-container .edit-pages-content-title {
    width: 150px;
    display:inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
} 
.change-positions-from-table-modul .button {
    margin: 0 -1px !important;
}
.edit-pages-formular {
    min-width: 600px;
}

.is-edit-page-item-title-container .button.is-static {
    text-transform: lowercase;
}
/* .update-a-module-formular {
    margin: 10px 0px 4px;   
} */
.update-content-news-formular,
.update-content-notes-formular,
.update-content-tabs-formular,
.update-a-module-formular,
.edit-pages-ajax-response-box .update-a-page-formular {
    margin: 10px 0px 4px;    
    border: 1px solid #a8a6a5;
}
.edit-pages-ajax-response-box .update-a-page-formular .message-header * {
    display:none; 
}
.edit-pages-ajax-response-box .update-a-page-formular .message-body {
    border-top: calc;
}
.edit-pages-ajax-response-box .notification.is-danger  {
    margin-top: 8px;
}
.edit-page-controller-container > .fake-select, 
.edit-pageinner-button {
    margin-right:1px;
}
.is-edit-page-item .button.is-link.edit-page-multi-button {
    text-decoration:none;
}
.change-position-of-item-button .is-static {
    opacity:.5;
}
.button.is-active .material-icons.edit-page-button-icon {
    margin-top: 3px;
    transform: rotate(180deg);
}
.fake-select span.button.is-disabled {
    min-width: unset;
    justify-content: center;
}

.fake-select  {
    min-width: unset;
    position:relative;
    justify-content: center;
}
.fake-select .button span {
    margin-left:10px;
}

.fake-select .button.is-disabled {
    display:block;
}
.fake-select .dropdown-inner {
    margin-top: 1px;
    padding:0 5px;
    display:none;
    min-width: 155px;
    position:absolute;
    top:100%;
    right:0;
    z-index:50;
    background:#fff;
    border:1px solid #888;
}
.fake-select .dropdown-inner .button   {
    margin:6px 0;
    display:block;
    width: 100%;
    text-align: left;
}
/* .fake-select:hover .dropdown-inner {
    display:block;
} */
.is-edit-page-item > .fake-select > .fake-select-for-current {
    margin-left:3px;
    margin-right:3px;
}
.dropdown-inner-header {
    margin: 0px -5px 0 -5px;
    padding: 2px 10px;
    display: block;
    font-size: .6em;
    color: #a1a5a9;
    border-bottom: 1px solid #cbd1d8;
    pointer-events:none;
}










@media screen and (max-width:650px) {
    
    main {
        margin: 0 1px;
    }
    .edit-pages-called main {
        overflow: auto !important;
    }

    .local-storage-viewer .message-body {
        padding:0;
    }
    .local-storage-viewer .message-body .box {
        padding:15px;
    }
    .local-storage-viewer .message-body .notification {
        padding-left:5px;
        padding-right:5px;
    }
    
    .main-bookmark-title {
        display:none;
        margin-left:0;
    }
}

@media screen and (max-width:450px) {
    
    .dropdown-more-button-title {
        display:none;
    }
    .is-more-button .icon {
        margin-left: -7px !important ;
    }
    html {
        background:whitesmoke !important ;
    }
    header .is-username  {
        max-width: 50px !important;
    }
    main {
        min-height:345px;
    }
    
    .is-main-container-additional {
        margin: 40px -10px 0 !important;
        padding: 7px 5px !important;
    }
    .is-main-container-additional .column {
        margin-bottom: 5px;
    }
    .is-main-container-additional .column:last-of-type {
        margin-bottom: 0px;
    }
    .is-sync-everywhere.columns:last-child {
        margin-bottom:0 !important;
    }
    .is-sync-everywhere .column:last-child {
        margin-top:-12px !important;
    }
    .switch_login_function {
        margin:0 0px;
        padding: 15px 0 10px;
    }
    footer {
        margin-top: 20px;
    }
    .speedtab-cms .message-body {
        padding:0;
    }
    footer {
        float: left;
        width: 100%;
        clear:both;
    }
    header, footer {
        background: #2c3038;
    }
    .form-login {
        /* padding: 5px 3px; */
    }
    .not-logged-in main .main-column {
        padding: 5px 10px;
    }
}

main {
    clear:both;
}


/**
 * Colorpicker
 * https://github.com/laktek/really-simple-color-picker
 */
div.colorPicker-picker {
    height: 16px;
    width: 16px;
    padding: 0 !important;
    border: 1px solid #ccc;
    /* background: url(./css/img/arrow.png) no-repeat bottom right; */
    cursor: pointer;
    line-height: 16px;
    font-size:0.75em;
    font-weight:bold;
    text-align: center;
  }
  div.colorPicker-palette {
    width: 120px;
    position: absolute;
    border: 1px solid #598FEF;
    background-color: #EFEFEF;
    padding: 2px;
    z-index: 9999;
  }
  div.colorPicker_hexWrap {width: 100%; float:left;pointer-events:none; }
  div.colorPicker_hexWrap label {font-size: 95%; color: #2F2F2F; margin: 5px 2px; width: 25%}
  div.colorPicker_hexWrap input {margin: 5px 2px; padding: 0; font-size: 95%; border: 1px solid #000; width: 65%; }
  div.colorPicker-swatch {
    height: 12px;
    width: 12px;
    border: 1px solid #000;
    margin: 2px;
    float: left;
    cursor: pointer;
    line-height: 12px;
}
.update-a-page-formular div.colorPicker-picker,
.add-a-page-formular div.colorPicker-picker {
    width: 27px;
    height: 25px;
    margin: 0px -9px;
}
/**
 * Colorpicker ends
 */