/**
 * Global
 */
body {
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
    font-size: 14px;
    line-height: 22px;
    background-color: #F2F4F4;
}
strong {
    font-weight: bold;
}
a {
    color: #00bdff;
    text-decoration: none;
    transition: all 0.2s
}
a:hover {
    color: #00a4dd;
}
input {
  filter: none;
}
.tox-tinymce-aux {
    z-index: 200002!important;
}
.publish {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #fff!important;
    background-color: #009ef7;
    border-radius: 5px;
    padding: 10px 0px;
    text-align: center;
    width: calc(100% - 41px);
}

.message {
    position: fixed;
    z-index: 10010;
    bottom: 50px;
    left: -400px;
    width: 300px;
    border-radius: 10px;
    padding: 15px;
    transition: all 0.2s;
}
.message.show {
    left: 10px;
}
.message.m200 {
    background-color: rgba(223,255,221,1.00);
    border: 1px solid rgba(33,146,0,1.00);
}
.btn {
	background-color: #009ef7!important;
	color: #fff!important;
	width: auto!important;
	border: 0px!important;
	font-size: 16px!important;
	border-radius: 5px!important;
	padding: 10px 20px!important;
}
.btn2 {
	background-color: #ccc!important;
	color: #000!important;
	width: auto!important;
	border: 0px!important;
	font-size: 16px!important;
	border-radius: 5px!important;
	padding: 10px 20px!important;
}
h1 {
    font-size: 20px;
    font-weight: 600;
    margin: 0px 0px 10px 0px;
    padding: 0 0 10px 0px;
}
h1 a {
    float: right;
    background-color: #00bdff;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    border: 0px;
    border-radius: 100px;
    padding: 5px 20px;
    text-align: center;
    margin: -3px 0px 20px 0px;
    font-size: 12px;
    text-decoration: none;
    transition: all 0.2s
}
h1 a:hover {
    background-color: #00a4dd;
	color: #fff;
}
h1 select {
    float: right;
	border:0px;
	border-radius: 100px;
	padding: 5px 20px;
	font-size: 18px;
	margin: -5px 0px 0px 0px;
}
h1 .selectbox div.selector {
	top: -5px;
	height: 35px;
	width: 35px;
	line-height: 29px;
	font-size: 18px;
}


h2 {
    font-size: 20px;
    margin: 0px 0px 20px 0px;
}
h2 a {
    float: right;
    background-color: #00bdff;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    border: 0px;
    border-radius: 100px;
    padding: 5px 20px;
    text-align: center;
    margin: -3px 0px 20px 0px;
    font-size: 12px;
    text-decoration: none;
    transition: all 0.2s
}
h2 a:hover {
    background-color: #00a4dd;
	color: #fff;
}
hr {
	border: 0px;
	margin: 20px 0px;
	border-bottom:1px solid #ccc;
}
.shipped {
    background-color: rgba(10,255,0,0.20);
    color: rgba(0,172,14,1.00);
}
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}

.selectbox {
	position: relative;
}
.selectbox div.selector {
	position: absolute;
	top: 0px;
	right: 0px;
	background-color: #00bdff;
	border-radius: 100px;
	height: 41px;
	width: 41px;
	text-align: center;
	color: #fff;
	line-height: 33px;
	font-size: 20px;
	pointer-events: none;
}

span.w50 {
	display: inline-block;
	width: 50%;
	vertical-align: top;
}

/**
 * Tabel layout
 */
.tbl thead th {
    background-color: #333;
    color: #fff;
    text-align: left;
    padding: 0px 5px;
    font-weight: bold;
    line-height: 37px;
    height: 37px;
    border-bottom:1px solid #ccc;
}
.tbl tbody tr td {
    background-color: #fff;
    text-align: left;
    padding: 0px 5px;
    line-height: 37px;
    height: 37px;
}
.tbl tbody tr:nth-child(even) td {
	background-color: #F1F1F1;
}
.tbl tbody tr:hover td {
    background-color: #C9E8FF;
}
.tbl thead tr th.center, .tbl tbody tr td.center {
    text-align: center;
}

/**
 * Inlog pagina
 */
.login {
    background-image: url("/images/backgrounds/per099tyi0kes9g56e4e.jpg");
    background-size: cover;
    background-position: center;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.login form > div {
    display: table;
    height: 100%;
    vertical-align: middle;
}
.login form > div >div {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}
.login form {
    background-color: rgba(0,0,0,0.75);
    position: fixed;
    width: 300px;
    padding: 0px 50px;
    top: 0px;
    left: 0px;
    text-align: center;
    height: 100%;
}
.login form img {
    display: block;
    max-width: 80%;
	max-height: 140px;
    margin: 0px auto 30px auto;
}
.login form span {
    position: relative;
}
.login form input {
    background-color: #fff;
    color: #000;
    border: 0px;
    padding: 10px 20px 10px 40px;
    width: calc(100% - 60px);
    margin: 0px 0px 20px 0px;
}
.login form input[type=submit] {
    background-color: #00bdff;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    border: 0px;
    padding: 10px 0px;
    text-align: center;
    width: 100%;
    margin: 0px 0px 20px 0px;
    transition: all 0.2s;
}
.login form input[type=submit]:hover {
    background-color: #009571;
}
.login form span i {
    position: absolute;
    top: 3px;
    left: 18px;
}



.sidebar {
    position: fixed;
    z-index: 101;
    left: 0px;
    top: 0px;
    width: 200px;
    background-color: #000;
    height: calc(100% - 40px);
    padding: 20px 0px;
}
.sidebar img {
    display: block;
    width: 80%;
	margin: 0px auto 30px auto;
}
.sidebar ul {
    padding: 30px 20px;
}
.sidebar ul li {
    display: block;
    padding: 10px 0px;
}
.sidebar ul li strong {
    display: block;
    color: #fff;
	font-weight: bold;
	padding: 0px 0px 10px 0px;
	border-bottom: 1px solid #ccc;
}
.sidebar ul li a {
    color: #9899ac;
    font-size: 14px;
    transition: all 0.2s;
}
.sidebar ul li:hover a, .sidebar ul li.active a {
    color: #fff;
}
.sidebar ul li i {
    color: #9899ac;
    font-size: 14px;
    opacity: 0.5;
    margin: 0px 10px 0px 0px;
    transition: all 0.2s;
}
.sidebar ul li:hover i, .sidebar ul li.active i {
    color: #0eaf88;
    opacity: 0.9;
}
.sidebar .xmlfeed {
    position: absolute;
    bottom: 20px;
    background-color: rgba(14,175,136,0.40);
    color: rgba(232,232,232,1.00);
    border-radius: 5px;
    display: block;
    width: calc(100% - 40px);
    margin: 0px 20px;
    text-align: center;
    padding: 10px 0px;
    font-weight: bold;
    transition: all 0.2s;
}
.sidebar .xmlfeed:hover {
    opacity: 1;
    background-color: rgba(14,175,136,1.00);
    color: #fff;
}

.topbar1 {
    position: fixed;
    z-index: 101;
    left: 200px;
    top: 0px;
    width: calc(100% - 200px);
    height: 65px;
    background-color: #fff;
    box-shadow: 0px 0px 3px -1px #ccc;
}
.topbar1 a {
	color: #000;
	float: right;
	margin: 14px 30px 0px 0px;
	vertical-align: middle;
	line-height: 20px;
}
.topbar1 a i {
	display: inline-block;
	font-size: 20px;
	margin: 0px 0px 0px 10px;
}
.topbar1 ul {
    float: left;
    margin: 17px 0px 0px 30px;
}
.topbar1 ul li {
    float: left;
    margin: 0px 5px 0px 0px;
}
.topbar1 ul li a {
    display: block;
    padding: 6px 17px;
    font-weight: 600;
    border-radius: 5px;
    background-color: #fff;
    transition: all 0.2s;
    color: #333;
    margin: 0px;
}
.topbar1 ul li.active a, .topbar1 ul li a:hover {
    color: #009ef7;
    background-color: #F2F4F4;
}



.topbar2 {
    position: fixed;
    z-index:100;
    left: 200px;
    top: 65px;
    padding: 0px 30px;
    width: calc(100% - 260px);
    height: 55px;
    background-color: #fff;
    box-shadow: 0px 0px 3px -1px #ccc;
    line-height: 45px;
    color: #666;
}
.topbar2 .langselect {
    float: right;
}
.topbar2 .langselect select {
    border:1px solid #ccc;
    background-color: #fff;
    padding: 5px 10px;
}
.topbar2 h1 {
    display: inline-block;
    font-size: 20px;
    color: #000;
    line-height: 55px;
}
.topbar2 em {
    display: inline-block;
    line-height: 55px;
    margin: 0px 10px;
}


.content {
    position: absolute;
    padding: 50px;
    left: 200px;
    top: 120px;
    width: calc(100% - 300px);
    min-height: calc(100% - 220px);
}


.content .block {
    display: inline-block;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 1px 0px #ccc;
    overflow: hidden;
    padding: 2rem;
    width: 100%;
    text-align: left;
	margin: 0px auto 30px auto;
}
.content .block.m {
    max-width: 60%;
}
.content .block.l {
    max-width: calc(100% - 4rem);
}

table th {
    font-weight: 600;
    font-size: 18px;
}
table th, table td {
    padding: 1rem 0;
    border-bottom: 1px dashed #e4e6ef;
    vertical-align: middle;
}
table td img {
    display: inline-block;
    vertical-align: middle;
}
table tr:hover td {
    background-color: rgba(219,254,255,1.00);
}



.sitemap {
    margin: 0px;
}
.sitemap li {
    font-size: 14px;
    font-weight: 600;
}
.sitemap li > div {
    border-bottom: 1px solid #ccc;
    padding: 10px 0px;
}
.sitemap li:last-child div {
    border-bottom:0px;
}
.sitemap li ol li > div {
    border-bottom: 1px solid #ccc!important;
    padding: 10px 0px;
}
.sitemap li ol li:last-child > div {
    border-bottom:0px!important;
}
.sitemap > li  ol {
    margin: 4px 0px 0px 20px;
}
.sitemap > li  a {
    color: #000;
}
.sitemap > li  ol {
	border-bottom:1px solid #ccc;
}
.sitemap > li  ol  li ol {
    margin: 0px 0px 0px 20px;
}
.sitemap > li span {
    float: right;
    cursor: pointer;
}


.addnewpage, .addmodule, .smalladd {
	float: right!important;
	font-size: 12px!important;
	padding: 7px 10px 10px 10px !important;
	line-height: 14px;
}
.addnewpage i, .addmodule i {
	font-size: 10px!important;
}
.addmodule {
    display: inline-block;
    float: none!important;
    margin: 20px 0px 0px 0px;
}

.overlay {
	background-color: rgba(0,0,0,0.00);
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 1002;
	transition: all 0.2s;
	display: none;
}
.overlay.show {
	display: block;
	background-color: rgba(0,0,0,0.20);
}
.overlay2 {
	background-color: rgba(0,0,0,0.00);
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 1004;
	transition: all 0.2s;
	display: none;
}
.overlay2.show {
	display: block;
	background-color: rgba(0,0,0,0.20);
}
.popup {
	text-align: left;
	background-color: #fff;
	position: fixed;
	width: 40%;
	top: 0px;
	right: -1000px;
	height: 100%;
	z-index: 1003;
	box-shadow: 0px 0px 3px 0px #666;
	transition: all 0.2s;
	overflow: auto;
}
.popup.show {
	right: 0px;
}
.popup2 {
	text-align: left;
	background-color: #fff;
	position: fixed;
	width: 60%;
	top: 0px;
	right: -2000px;
	height: 100%;
	z-index: 1005;
	box-shadow: 0px 0px 3px 0px #666;
	transition: all 0.2s;
	overflow: auto;
}
.popup2.show {
	right: 0px;
}

.popup, .popup2 {
	padding: 30px;
}
.popup .hdr, .popup2 .hdr {
    border-bottom: 1px solid #ccc;
    margin: 0px 0px 10px 0px;
}
.popup .close, .popup2 .close2 {
	color: #bbb;
	float: right;
	font-size: 30px;
}

.popup .tabs, .popup2 .tabs {
    border-bottom: 1px solid #ccc;
}
.popup .tabs ul, .popup2 .tabs ul {
	overflow: hidden;
	margin: 0px 0px 10px 0px;
}
.popup .tabs ul li, .popup2 .tabs ul li {
	float: left;
	padding: 5px 20px;
	background-color: rgba(236,236,236,1.00);
	margin: 0px 10px 0px 0px;
	cursor: pointer;
	border-radius: 5px;
}
.popup .tabs ul li.active, .popup2 .tabs ul li.active {
	background-color: #009ef7;
	color: #fff;
}

.popup .tabcontent, .popup2 .tabcontent {
	position: relative;
	margin: 20px 0px;
	height: calc(100% - 167px);
}
.popup .tab, .popup2 .tab {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
	width: 100%;
	height: 100%;
	overflow: auto;
}
.popup .tab.active, .popup2 .tab.active {
	display: block;
}
.popup form label, .popup2 form label, .block form label, .modal form label {
	display: inline-block;
	width: 200px;
	margin: 0px 0px 10px 0px;
}
.modal form label {
    width: 100%;
}
.popup form label.checkboxlabel, .popup2 form label.checkboxlabel, .block form label.checkboxlabel {
	width: calc(100% - 100px);
}
.popup form input, .popup2 form input, .block form input, .modal form input {
	width: calc(100% - 230px);
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	border-radius: 5px;
	border: 1px solid #ccc;
	padding: 5px 10px;
	margin: 0px 0px 10px 0px;
}
.popup form input[type=checkbox], .popup form input[type=radio], .popup2 form input[type=checkbox], .popup2 form input[type=radio], .block form input[type=checkbox], .block form input[type=radio], .modal form input[type=checkbox], .modal form input[type=radio] {
	width: auto;
}
.popup form textarea, .popup2 form textarea, .block form textarea, .modal form textarea {
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	width: calc(100% - 230px);
	border-radius: 5px;
	border: 1px solid #ccc;
	padding: 5px 10px;
	margin: 0px 0px 10px 0px;
}
.popup form select, .popup2 form select, .block form select, .modal form select {
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	width: calc(100% - 208px);
	border-radius: 5px;
	border: 1px solid #ccc;
	padding: 5px 10px;
	margin: 0px 0px 10px 0px;
}
.modal form label {
    width: 100%;
}
.modal form input {
	width: calc(100% - 30px);
}
.modal form select {
	width: calc(100% - 8px);
}



.pagemodules {
	list-style: decimal;
	margin: 0px 0px 0px 20px;
	width: calc(100% - 20px);
}
.pagemodules li {
	width: 100%;
	border-bottom: 1px solid #ccc;
}	
.pagemodules div {
	float: right;
}
.pagemodules div a {
	float: left;
	margin: 10px 20px 0px 0px;
}
.pagemodules li > a {
	display: block;
	font-weight: bold;
}
.pagemodules li > em {
	display: block;
	color: #ccc;
	margin: -5px 0px 5px 0px;
}


/**
 * modal
 */ 
.modalOverlay {
	position: fixed;
	z-index: 200000;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 0;
    display: none;
    transition: all 0.2s;
}
.overflow {
    overflow: hidden;
}
.modal {
	position: fixed;
	z-index: 200001;
	left: calc(50% - 200px);
	top: 25%;
	width: 400px;
	overflow: auto;
	border-radius: 10px;
	background-color: #fff;
	opacity: 0;
    display: none;
    transition: all 0.2s;
    box-shadow: 0 0 17px -8px #000;
}
.modal.big {
	left: calc(50% - 400px);
	width: 800px;
}
.modal .left {
    float: left;
    width: calc(50% - 40px);
    margin: 0px 40px 0px 0px;
    text-align: left;
}
.modal .right {
    float: right;
    width: calc(50% - 40px);
    margin: 0px 0px 0px 40px;
    text-align: left;
}
.modalOverlay.show {
    display: block;
    opacity: 0.4;
}
.modal.show {
    display: block;
    opacity: 1;
}
.modal .ttl {
    background-color: #009ef7;
    color: #fff;
    font-size: 18px;
    padding: 20px;
}
.modal .ttl .closeModal {
    float: right;
    color: #fff;
}
.modal .txt {
    background-color: #fff;
    padding: 20px;
	max-height: 500px;
	overflow: auto;
}

.tox-statusbar__branding {
    display: none!important;
}


.CodeMirror {
    border: 1px solid #ccc;
    border-radius: 5px;
}
.CodeMirror > div {
    display: block;
}


.listitems li, .blockbrands li, .blocklook li, .slides li, .usps li {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 5px 10px;
    margin: 0px 0px 5px 0px;
}
.listitems li:hover, .blockbrands li:hover, .blocklook li:hover, .slides li:hover, .usps li:hover {
    background-color: rgba(231,231,231,1.00);
}

.blocklook .delete {
    float: right;
}

.blockbrands li span, .blocklook li span {
	float: right;
	margin: 0px 20px 0px 0px;
	cursor: pointer;
}

.tbl {
    width: 100%;
}
.tbl th, .tbl td {
    padding: 5px 10px;
    font-size: 12px;
}
.tbl th {
    font-weight: bold;
    font-size: 14px;
}

.imgblock {
    float: left;
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 150px;
    padding: 10px;
    margin: 20px;
}
.imgblock img {
    display: block;
    width: 100%;
}
.imgblock a {
    display: block;
    width: 100%;
    text-align: center;
    margin: 10px 0px 0px 0px;
}

.folderlist {
	display: inline-block;
	width: 20%;
	background-color: rgba(219,219,219,1.00);
	height: calc(100vh - 230px);
	overflow-y: scroll;
	overflow-x: hidden;
	vertical-align: top;
	padding: 10px 0px;
	border-radius: 10px;
}

.folderlist ul {
	
}
.folderlist li {
	padding: 2px 20px;
	cursor: pointer;
}
.folderlist li.open, .folderlist li:hover {
	background-color: rgba(255,255,255,0.30);
}
.folderlist li span {
	white-space: nowrap;
	width: calc(100% - 30px);
	display: inline-block;
}
.folderlist li.closed ul {
	display: none;
}
.fileinfo {
	display: inline-block;
	width: calc(40% - 40px);
	height: calc(100vh - 230px);
	background-color: rgba(219,219,219,0.70);
	vertical-align: top;
	border-radius: 10px;
	padding: 10px 20px;
}
.preview {
	display: inline-block;
	width: calc(38% - 40px);
	height: calc(100vh - 230px);
	border-radius: 10px;
	background-color: rgba(219,219,219,0.30);
	vertical-align: top;
	padding: 10px 20px;
}

