@font-face {
    font-family: 'Akkurat';
    src:  url('../fonts/Akkurat.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Akkurat';
    src:  url('../fonts/Akkurat-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'CoopRubrik';
    src: url('../fonts/CoopNew-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

div.form-group {
    margin-bottom: 15px
}

.table.no-border td {
    border: none!important;
}

div#company_select {
    position: fixed;
    top: 0;
    right: 0;
    background: #333333;
        padding: 3px 6px;
    color: #FFF;
    border-radius: 0px 0px 0px 10px;
    z-index: 1;
    display: flex;
    align-items: center;
    font-size: 0.8em;
}


#company_select div.vat a.selected {
    color: #FFF;
    opacity: 1;
}

#company_select div.vat a:hover {
    opacity: 1;
}


#company_select div.vat a {
    opacity: .4;
    cursor: pointer;
    padding: 10px !important;
    transition-duration: 200ms;
}

.table.dashboard-products td:nth-child(1) {
    width: 90%;
}
.table.dashboard-products td:nth-child(2) {
    width: 10%;
}

#edit_asset ul {
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.trumbowyg-modal {
    overflow: visible!important;
}


#checkout_button .spinner-border {
    width: 1rem;
    height: 1rem;
}

div#loading {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffffffb8;
    z-index: 999999999999;
    backdrop-filter: blur(5px);
}


div#loading_inner {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


.select2 {
    max-width: 100%!important;
}

.board {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.board div {
    width: 25%;
    padding: 10px;
    font-size: 0.9em;
}

.board div img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 5px;
    margin-bottom: 10px;
}

.board div span {
    font-weight: bold;
    font-size: 1.2em;
    display: block;
    margin-bottom: 5px;
}

@media only screen and (max-width: 1000px) {

    .board div {
        width: 33%;
    }

}

@media only screen and (max-width: 780px) {

    .board div {
        width: 50%;
    }

}

@media only screen and (max-width: 520px) {

    .board div {
        width: 100%;
    }

}


form.fill-form {
    text-align: left;
    /*width: 50%;*/
    margin: auto;
}




.info-group label {
    font-weight: bold!important;
}

form.fill-form div {
    text-align: left;
}

form.fill-form div.form-group {
    
    margin-bottom: 20px;
}

/*
.fill-form input[type="text"],
.fill-form textarea,
.fill-form input[type="date"],
.fill-form select
 {
    margin-bottom: 20px;
}*/

#edit_asset ul li {
    padding: 5px 10px;
    background: #FFF;
    border: solid 1px rgb(51 51 51 / 16%);
    border-radius: 5px;
    cursor: pointer;
    width: 100%;
    text-align: center;
}

#edit_asset ul li.selected {
    background: #0088cc;
    color: #FFF;
}
#edit_asset ul li.selected:hover {
    background: #0072ab;
}

#edit_asset ul li:hover {
    background: #F8F8F8;
}

tr.inactive {
    background: #ff00000f;
}

tr.active {
    background: #00ff140f;
}

.swal2-styled.swal2-confirm {

    background: var(--profile, #0088cc)!important;

}

.message-alert {
    padding: 10px 20px;
    border-radius: 5px;
    border: solid 2px rgb(0 0 0 / 6%);
}

.alertbox {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.alertbox .close {
    color: inherit;
}


.message-alert h3 {
    color: inherit!important;
}

.warning_template {
    color: #664d03;
    background: #fff3cd;
}

.danger_template {
    color: #842029;
    background: #f8d7da;
}

.light_template {
    background: var(--light);
    color: var(--dark);
}

.dark_template {
    background: var(--dark);
    color: var(--light);
}

.profile_dark_template {
    background: var(--profile_dark);
    color: #FFF;
}

.profile_light_template {
    background: var(--profile_light);
    color: #FFF;
}


.cookieAcceptBar {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: left;
    background-color: #333;
    color: #fff;
    padding: 20px;
    z-index: 99999;
    font-size: 0.9em;
    line-height: 1.3em;
}

.cookieInner h4 {
    color: #FFF!important;
}

.cookieAcceptBar a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

#cookieAcceptBar button {
  cursor: pointer;
  border: none;
  text-transform: uppercase;
  margin-top: 10px;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
}

.trumbowyg-editor-box a:not(.btn) {
    color: blue;
}

div.pages .col {
    text-align: center;
    padding: 15px;
    background: #FFF;
    margin: 10px;
    border-radius: 5px;
}

div.pages .description {
    text-align: left;
    margin-top: 10px;
}

div.pages .col {
    text-align: center;
}

div.pages img, div.pages video {
    width: 100%;
    height: 350px;
}

div.pages img {
    object-fit: cover;
    object-position: center;

}



table.products tr {
    position: relative!important;
}

span.upcoming {
    color: #0088cc;
}

span.active {
    color: green;
}

span.expired {
    color: red;
}

b, strong {
    font-weight: bold;
}



nav#sidebar h3 {
    color: #FFF!important;
}

#csrf_token, #salt_token {
    display: none!important;
}

div#upload_status {
    font-size: 0.8em;
}

table.prices thead 
{
    font-weight: bold;
}

pre {
    text-align: left;
}

.btn-round {
    border-radius: 50%;
    padding: 2px;
    /* aspect-ratio: 1 / 1; */
    /* padding: 0; */
    width: 25px;
    height: 25px;
}
span.price_increase {
    display: inline-block;
    margin-left: 5px;
    font-weight: bold;
}

.swal2-html-container {
    font-size: 0.9em!important;
}



table.table.middle {
    vertical-align: middle!important;
}


a.close.closecart {
    float: right;
    color: rgb(0 0 0 / 30%);
}

.callback span {
    display: block;
}


.colorpicker {
    display: block;
    position: relative;
    border: solid 1px rgb(0 0 0 / 30%);
    border-radius: 3px;
    color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 37px;
}

.colorpicker.colorwrap div {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-around;
}

.colorpicker span {
    color: #FFF;
    text-align: center;
    display: block;
    padding: 8px 5px;
    font-size: 0.85em;
}

.colorpicker_box {
    position: absolute;
    padding: 5px 10px;
    background: #FFF;
    box-shadow: 1px 1px 10px #00000036;
    border-radius: 3px;
    z-index: 99999999999999999;
}

.colorpicker_box a {
    display: block;
    text-align: center;
}

.colorpicker_box ul {
    list-style: none;
    padding: 0;
}

.colorpicker_box li {
    padding: 10px 20px;
    margin-bottom: 3px;
    border: solid 1px rgb(0 0 0 / 11%);
    border-radius: 3px;
    cursor: pointer;
}

li.transparent-box {
    background: linear-gradient(to top left, rgba(0,0,0,0) 0%, rgba(0,0,0,0) calc(50% - 0.8px), rgba(255,0,0,1) 50%, rgba(0,0,0,0) calc(50% + 0.8px), rgba(0,0,0,0) 100%);
}

a {
    text-decoration: none;
    color: #0099a9;
}

div.folder {
    display: inline-block;
    width: calc(33% - 10px);
    margin-right: 10px;
    height: 300px;
    overflow-y: scroll;
    position: relative;
    font-weight: normal;
    font-size: 0.9em;
    /* overflow-x: hidden; */
}

tr.selected {
    display: table-row;
    padding: unset;
    border-radius: unset;
}

.swal2-actions button {
    margin-right: 5px;
}

.swal2-container {
    z-index: 999999999999!important;
}


.box_wrap {
    background-size:cover!important;
    background-position: center center!important;
}

.box_wrap h3 {
    color: #FFF!important;
    text-shadow: 1px 1px 2px #000000d6;
}

.box.extralight {
    background: #fafafa;
    color: #000;
    box-shadow: 0 7px 7px #00000012;
    border-radius: 5px;
    border: solid 1px #00000014;
    padding: 20px;
    margin-bottom: 30px;
}

.box.whitebox {
    background: #FFF;
    box-shadow: 0 7px 7px #00000012;
     border: solid 1px #00000014;
         border-radius: 5px;

}

table.align-middle tr {
    vertical-align: middle!important;
}

.table-borderless > tbody > tr > td,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > td,
.table-borderless > tfoot > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > thead > tr > th {
    border: none;
}

span.filename {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    /*width: 200px;*/
    white-space: nowrap;
}

div.folder table img {
    max-height: 32px;
    max-width: 32px;
}
.bootstrap-tagsinput .tag {
    background: #08c;
    padding: 2px 8px;
    border-radius: 5px;
}

.bootstrap-tagsinput {
    display: block!important;
}

.bootstrap-tagsinput .tag [data-role="remove"] {
    font-size: 0.8em;
}

img.thumbimg {
    max-width: 100%;
    max-height: 220px;
}

div.folder table tr.clicked {
    background: #00cb9e!important;
    color: #FFF;
}

div.folder table tr.clicked:hover td {
    background: #199f81!important;
}

div#folder_details {
    width: 300px;
    float: left;
    height: 320px;
    border: dotted 2px #eee;
    text-align: center;
    padding: 10px;
}


div#folders {
    padding: 10px;
    background: #FFF;
    margin-left: -10px;
    margin-right: -10px;

    width: 100%;
    overflow-x: scroll;
    white-space: nowrap;
    float: left;
}

div.folder table {
    width: 100%;
}


div.folder table tr {
    cursor: pointer;
        font-size: 0.9em;
}

div.folder table tr:nth-child(odd) {
    background: #F8F8F8;
}

div.folder table tr:even(odd) {
    background: #FFF;
}

div.folder table td:nth-child(2) {
    /*width: 200px;*/
}

div.folder table tr:hover td {
    background: #EEE;
}

div.folder table td {
    padding: 5px;
    vertical-align: middle;
}

div.folder table td:first-child {
    width: 32px;
}

div.folder table tr td:last-child {
    border-radius: 0px 10px 10px 0px;
    width: 30px;
}

div.folder table tr td:first-child {
    border-radius: 10px 0px 0px 10px;
}

div.folder table tr.selected {
    background: #0088cb!important;
    color: #FFF;
}

div.folder table tr.selected:hover td {
    background: #1e6b9b!important;
}

.screen {
       width: 280px;
    height: 345px;
    padding: 10px;
    margin: 10px 10px 10px 0px;
    background: #EFEFEF;
    display: inline-block;
    border-radius: 3px;
    box-shadow: 0px 2px 0px rgb(0 0 0 / 9%);
}

.preview_wrap {
    height: 260px;
    display: table-cell;
    vertical-align: middle;
    width: 260px;
    text-align: center;
}

.screen_edit a {
    width: calc(50% - 2px);
}

.workspace::after {
  content: "";
  clear: both;
  display: table;
}

div#layouts {
    padding:  20px 10px;
}

div.layout div {
    position: absolute;
}

.layout_wrap {
    display: inline-block;
}


#layouts .layout {
    outline: solid 10px #888;
    position:  relative;
}


.align_bottom {
    vertical-align: bottom!important;
}

.pull-left {
    float:  left;
}

.pull-right {
    float:  right;
}

table.position input[type="number"] {
    width: 100px;
    display: inline-block;
}

.dropdown-toggle::after {
    right: 9px!important;
}

.ui-resizable-helper { border: 1px dotted #00F;
}

.ui-resizable-handle {
  background-color: rgba(0,0,0,.75);
  width: 8px;
  height: 8px;
}



.dropdown-menu {
    left: 0;
    right: 0;
}

.form-control.normal {
    width:  250px;
}

div#dim {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(255 255 255 / 70%);
    z-index: 9;
    display: none;
}



div#preview_layout {
    overflow: hidden;
    position:  relative;
}

div#preview_layout > div {
    position:  absolute;
    top:  0;
    left: 0;
    /*min-width: 200px;
    min-height:  200px;*/
    width:  200px;
    height:  200px;
    /*background: #EFEFEF;*/
}


table.sites span 
{
    font-size: 0.8em;
    display: block;
    font-family: monospace;
}


#dimContentHead h2 {
    display: inline-block;
    margin: 0;
    color: #999;
    text-shadow: 1px 1px 0px rgb(255 255 255);
}

#dimContentHead a {
    float: right;
    color: #f51313;
    font-size: 25px;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

#dimContentHead a:hover {

    color: #ff4e4e;
}

div#dimContent {
    position: fixed;
    left: 50%;
    width: 94%;
    z-index: 99999999999;
    display: none;
    margin-top: 20px;
}

div#dimContentHead {
    position: relative;
    left: -50%;
    background: rgb(255 255 255 / 64%);
    padding: 5px 10px;
    display: block;
    overflow: auto;
    backdrop-filter: blur(15px);
    box-shadow: 0 8px 6px rgb(0 0 0 / 21%);
    border-radius: 4px 4px 0px 0px;
}

div#dimContentInner {
    position: relative;
    left: -50%;
    background: rgb(255 255 255 / 64%);
    padding: 10px;
    display: block;
    overflow: auto;
    backdrop-filter: blur(15px);
    box-shadow: 0 8px 6px rgb(0 0 0 / 21%);
    border-radius: 0px 0px 4px 4px;
}
.workspace .sidebar {
    width:  280px;
    padding:  10px;
    float:  left;
}

.sidebar_toggle:hover {
    background: #EFEFEF;
}

a.sidebar_toggle {
    position: absolute;
    left: -30px;
    border-radius: 5px 0px 0px 5px;
    top: calc(50% - 80px);
    height: 80px;
    padding: 30px 10px 25px 10px;
    box-shadow: -3px 0px 3px rgb(0 0 0 / 8%);
    background: #FFF;
}

a.sidebar_closed {
    right: 0px;
    position: fixed;
    left: inherit;
    z-index: 99;
}


.overflow-y {
    height: 100%;
    overflow-y: scroll;
    /* width: calc(100% + 10px); */
}

.content-wrap {
    padding: 40px;
    background: #EFEFEF;
}

div#rightbar {
    position: fixed;
    top: 0;
    right: 0;
    width: 380px;
    bottom: 0;
    background: rgb(255 255 255 / 87%);
    z-index: 99;
    backdrop-filter: blur(8px);
    box-shadow: 0 0 10px rgb(0 0 0 / 7%);
    padding: 20px;
    display:  none;
}

.workspace .content {
    padding: 10px;
    float: left;
    width: calc(100% - 280px);
}




.workspace {
    margin: 0px -20px 0px -20px;
}

.workspace.clearfix::after {
  content: "";
  clear: both;
  display: table;
}


.input-icon {
  position: relative;
}

.input-icon > i {
  color:  #9f9f9f;
  position: absolute;
  display: block;
  transform: translate(0, -50%);
  top: 50%;
  pointer-events: none;
  width: 25px;
  text-align: center;
  font-style: normal;
  margin-left:  3px!important;
}

.input-icon > input {
    padding-left: 35px;
    padding-right: 0;
}

.input-icon-right > i {
  right: 0;
}

.input-icon-right > input {
  padding-left: 0;
  padding-right: 25px;
  text-align: right;
}

/*
a:visited {
    color:  #0099a9;
}*/

div#preview_layout {
    outline: solid 10px #949494;
}

label {
    display: inline-block;
    font-weight: 500;
}

.grey {
    color: grey;
}

.mx-left {
        margin-right: auto;
}

p {
   margin: 0;
}

.box {
    border-radius: 20px;
    padding: 10px 20px;
    background: #EFEFEF;
    margin-bottom: 10px;
}

.container.full {
    max-width:  100%;
    margin:  0;
}

.white {
    background:  #FFF;
}

.front .col-md-6 {
    margin-bottom: 20px;
}

.permission .icon {
     cursor:  pointer;
     transition-duration:  200ms;
     -webkit-transition-duration:  200ms;
}

.permission .icon:hover {
    opacity:  .5;
}

.with-sidebar {
    margin-top: -60px;
    margin-left: -20px;
}

ul.toolbar {
    padding: 0;
    list-style: none;
}

ul.toolbar li {
    display:  inline-block;
        vertical-align: top;
}

.permission {
    padding: 10px 5px 5px 5px;
    background: #FAFAFA;
    border: solid 3px #EFEFEF;
}

.permission.closed .icon:after {
    content: "";
    display: inline-block;
    background: url(/images/caret_right.png) no-repeat top left;
    width: 30px;
    height: 20px;
    background-size: contain;
}

.permission.opened .icon:after {
    content: "";
    display: inline-block;
    background: url(/images/caret_down.png) no-repeat top left;
    width: 30px;
    height: 20px;
    background-size: contain;
}


.permission.no_children .icon:after {
    background:  none!important;
}


.permission .sub {
    display:  none;
}

.permission.opened .sub {
    display: block;
    margin-left: 32px;
    margin-top: 10px;
}


ul.ref {
    list-style:  none;
    padding: 0;
    margin:  0;
}

ul.ref li {
    display: inline-block;
    width: calc(20% - 15px);
    margin-right: 10px;
    margin-bottom: 10px;
}

span.orange {
    color: orange;
}

.d-flex.right ul.dropdown-menu {
    margin-left: -110px;
}

@media only screen and (max-width: 993px) {

    .d-flex.right ul.dropdown-menu {
        margin-left: inherit;
    }

}



@media only screen and (max-width: 900px) {

    ul.ref li {
        width:  calc(25% - 13px);
    }

    ul.ref.count5 li {
        width:  calc(33% - 11px);
    }

    ul.ref li:nth-child(1), ul.ref li:nth-child(2) {
        width:  calc(50% - 12px);
    }

}


@media only screen and (max-width: 580px) {

    ul.ref li {
        width:  100%!important;
    }



}

.blue {
    color: #0088cb;
}


.front .row {
    margin-bottom: 30px;
}

.container-small {
    max-width:  1000px;  
    margin-left:  auto;
    margin-right:  auto;
}

.big {
    font-size:  4em;
}

.center {
    text-align:  center;
}

.space-top {
    margin-top: 30px;
}

.space-bottom {
    margin-bottom:  30px;
}

span.productprice {
    font-size: 40px;
    margin-bottom: 10px;
    display: block;
}

span.productprice span {
    color:  #0099a9;
}

.theme {
    color:  #0099a9;
}

span.stockcode {
    font-weight: bold;
    padding: 5px 15px;
    background: #ffee00;
    display: inline-block;
}

.theme-bg {
    background:  #0099a9;
}

ul.produkter li.removed {
    opacity: 0.3;
}

a:hover, a:active  {
    color: #0099a9
}

.container {
    max-width: 1680px;
}

input.noborder {
    border: none;
}

.btn-block {
    display:  block;
        width: 100%;
}

li.notchecked {
    border: solid 5px red!important;
}

h1,h2,h3,h4,h5,h6 {
    /*color: #39b8c5;*/
    font-weight:  200;
}

body {
    font-weight:  200;
}

main {
	padding: 40px 15px;
}

.ck-content {
	min-height:  200px;
}

form.small, form.short {
	width: 300px;
}

.spacer {
	padding: 30px;
}

.red {
	color: red;
}

.green {
	color:  green;
}


div#top h2 {
    font-weight: 100;
    font-size: 70px;
    color: rgb(255, 255, 255);
}

div#top {
    text-align: center;
}

.wrapper.sidebar div#top {
        color: #FFF;
    background: #a730a2;
    background: linear-gradient(225deg, #0088cc 0%, #0ca3ef 50%, #0088cc 100%);
    padding: 10px 0px 0 0px;
    position: relative;
    overflow: hidden;
}


element.style {
}


div.doodle {
    background-image: url(/images/doodle2.png);
    width: 1000px;
    background-size: contain;
    height: 300px;
    background-repeat: no-repeat;
    margin: auto auto;
    background-position: center center;
    margin-top: 50px;
    margin-bottom: -80px;
}
html {
	position: relative;
	min-height: 100%;
}
body {
	/*margin-bottom: 300px; /* Margin bottom by footer height */
}




a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper.sidebar {
    display: flex;
    width: 100%;
    align-items: stretch;
}

#sidebar {
    min-width: 250px;
    max-width: 250px;
    background: #0088cc;
    color: #fff;
    transition: all 0.3s;
    position:  relative;
}

#sidebar.active {
    margin-left: -250px;
}

#sidebar .sidebar-header {
    padding: 20px;
    /*background: #0298e3;*/
}

#sidebar ul.components {
    padding: 20px 0;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
    color: #FFF;
}

#sidebar ul li a:hover {
    color: #0088cc;
    background: #fff;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #fff;
    background: #0298e3;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #0098e3;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #0088cc;
}

a.article,
a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}

#content {
    width: 100%;
    padding: 60px 20px 20px 20px;
    min-height: 100vh;
    transition: all 0.3s;
}

#sidebar ul li a i {
    margin-right: 5px;
}

nav#sidebar.hide {
    margin-left: -250px;
}

.btn-grey {
    padding: 10px 15px;
    background: #fff;
    border: none;
    border-radius: 0;
    box-shadow: 1px 1px 3px rgb(0 0 0 / 10%);
}

input.layer_title_fill {
    padding: 0px 3px;
    border: none;
}

.navbutton {
    position: absolute;
    right: -18px;
    z-index: 2;
    top: 10px;
}

nav#sidebar.hide .navbutton {
    right:  -50px;
}

tr.layer .icon {
    width: 32px;
    height: 32px;
    margin-top: 32px;
    border-radius: 3px;
    background-size: contain!important;
    background-repeat: no-repeat!important;
    background-position: center center!important;
}

table.move a.btn-sm {
    padding: 0rem 0.3rem;
}

tr.layer .btn-light {
    color: #000;
    background-color: #EFEFEF;
    border-color: #EFEFEF;
}


.group_title {
    font-weight: 400;
    margin: 10px 0;
    cursor:  pointer;
    transition-duration:  200ms;
}

.group_title:hover {
    color:  #999;
}


.group_box.opened .group_content {
    display:  inline-block;
}

.group_box.opened .group_title i.opened {
    display:  inline-block;
}

.group_box.opened .group_title i.closed {
    display:  none;
}

.group_title i.opened {
    display: none;
}

h4 span.layer_title {
    font-size: inherit;
    display: inline;
}

.group_content {
    display:  none;
}

.group_box {
    padding: 5px 10px;
    background: rgb(195 195 195 / 25%);
    margin-bottom: 5px;
    border-radius: 5px;
    border: solid 1px rgb(195 195 195 / 25%);
}


div.position input[type="number"] {
    width: 90px;
    display: inline-block;
        margin-bottom: 10px;
}
div.position {
    padding:  5px 20px 5px 5px
}

tr.layer .btn-light:hover {
    color: #000;
    background-color: #CCC;
    border-color: #CCC;
}

table.small label {
    display: block;
}


.form-control.small, .small .form-control {
    font-size: 0.8em;
}

#guide-h, #guide-t, #guide-b {
    border-top: 2px dashed #0088cc;
    width: 100%!important;
    height: unset!important;
}
#guide-v, #guide-l, #guide-r {
    border-left: 2px dashed #0088cc;
    height: 100%!important;
    width: unset!important;
}

.guide {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999999!important;
}

button#sidebarCollapse {
    font-size: 22px;
    padding: 2px 8px;
    color: #FFF;
    background: #0072ab;
    border-radius: 50px;
}

body.menu_hidden #content {
    padding-top: 60px;
}

.layershandle {
    cursor:  pointer;
}

.layershandle svg {
    width: 20px;
}

.layershandle svg path {
    fill: #999;
}

.layershandle:hover svg path {
    fill:  #333;
}

tr.layer {
    background: #F8F8F8;
    border-bottom: solid 1px #EFEFEF;
}

tr.layer td {
    padding-bottom: 5px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 580px;
    text-align: center;
    background: linear-gradient(225deg, #0088cc 0%, #0ca3ef 50%, #0088cc 100%);
    color: #FFF;
    font-weight: 400;
    overflow: hidden;
    padding: 30px 10px 10px 10px;
    font-size: 0.9em;
}

footer .doodle {
    margin-top: 10px;
}

div.gallery a {
    position: relative;
    width: 320px;
    display: inline-block;
}

div.gallery div {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    transition-duration: 300ms;
    -webkit-transition-duration: 300ms;
}

div.gallery div {
    position: relative;
    width: 320px;
    height: 200px;
    display: inline-block;
}

.inline {
    display: inline-block;
}


form.spacing .form-group {
    margin-bottom:  15px;
}

.breadcrumbs {
    padding: 10px;
    background: #F8F8F8;
    border-radius: 10px;
    border: solid 1px #e7e7e7;
    margin: 10px 0px 20px 0px;
}

.cover-screen {
    margin-top: 7px;
    float: left;
}

.specification {
    padding: 20px 10px 10px 10px;
    background: #FAFAFA;
    color: #333;
    margin-bottom: 20px;
}

div.specification ul li {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 20px;
}

div.specification ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

img {
    max-width: 100%;
}
img {
    vertical-align: middle;
    border-style: none;
}

ul.btv {
    color: #FFF;
    text-shadow: 0 0 20px rgb(0 0 0 / 20%);
    list-style: none;
    text-align: center;
    font-size: 40px;
}

.smallbox {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.8;
}

table.list {
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin-bottom: 50px;
}

div.specification ul li span {
    font-weight: bold;
    display: block;
}

ul.produkter {
    list-style: none;
    margin: 0;
    padding: 0;
}

.block {
    display:  block;
}

video {
    max-width: 100%;
    max-height: 100%;
    /* filter: grayscale(0.8); */
}

section.full {
    margin-left: -27px;
    margin-right: -27px;
}


video.low_res {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

ul.produkter .alert a {
    display:  inline-block;
}

ul.produkter li img {
    object-fit: contain;
    width: 100%;
    height: 220px;
}

.price {
    margin-top: 15px;
    font-size: 25px;
}

ul.produkter li h5 {
    line-height: 1.2em;
    height: 3.6em;
    font-size: 15px;
    font-weight: 400;
    font-family: inherit;
}

ul.produkter li {
    text-align: center;
    float: left;
    padding: 10px;
    border: solid 1px #EFEFEF;
    border-radius: 10px;
    position: relative;
    height: 385px;
    margin-right: 20px;
    width: 350px;
    margin-bottom: 20px;
}

.productlabel {
    position: absolute;
    top: 0;
    right: 0;
    left: 50%;
    bottom: 50%;
    overflow: hidden;
}

table.layers {
    width: 100%;
}

ul.produkter a {
    display: block;
}

.productlabel span {
    display: block;
    position: absolute;
    transform: rotate(45deg);
    right: -35px;
    width: 100%;
    top: 35px;
}

span.layer_title {
    display: block;
    font-weight: 400;
    font-size: 15px;
    color: #888;
    padding: 5px 0;
    width: 174px;
    cursor:  pointer;
    white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
}

span.layer_title:hover {
    color: #000;
}

.productlabel span.inch {
    background: #0ab;
    color: #FFF;
}


.crop-area .ui-resizable-handle {
   border: solid 2px #cc5200!important; 
}

.crop-area .ui-resizable-se {
    right: 0px!important;
    bottom: 0px!important;
}

.crop-area .ui-resizable-sw {
    left: 0px!important;
    bottom: 0px!important;
}

.crop-area .ui-resizable-s {
    bottom: 0px!important;
}

.crop-area .ui-resizable-w {
    left:  0px!important;
}

.crop-area .ui-resizable-nw {
    left:  0px!important;
    top: 0px!important;
}

.crop-area .ui-resizable-n {
    top:  0px!important;
}

.crop-area .ui-resizable-ne {
    top:  0px!important;
    right: 0px!important;
}

.crop-area .ui-resizable-e {
    right: 0px!important;
}



.ui-resizable-handle {
    padding: 7px!important;
    background: #FFF!important;
    border: solid 2px #0088cb!important;
    width: 9px!important;
    height: 9px!important;
    display: none!important;
}

#preview_layout .active .ui-resizable-handle {
    display:  block!important;
}

.ui-resizable-n, .ui-resizable-s {
    width: 7px!important;
}

.ui-resizable-e, .ui-resizable-w  {
    height:  7px!important;
}

.ui-resizable-se {
    right: -2px!important;
    bottom: -2px!important;
}

table.space td {
    padding: 3px 12px 3px 0px;
}

.center {
    text-align: center;
}

table.weekdays td {
    width: 64px;
}

.ui-resizable-sw {
    left:  -2px!important;
    bottom: -2px!important;
}

.push_bottom {
    margin-bottom: 20px;
}

div#playlist_schedule {
    padding: 10px;
    border-radius: 3px;
    background: #F8F8F8;
}

.ui-resizable-s {
    bottom: -2px!important;
}

.ui-resizable-w {
    left:  -2px!important;
}

.ui-resizable-nw {
    left:  -2px!important;
    top: -2px!important;
}

.ui-resizable-n {
    top:  -2px!important;
}

.ui-resizable-ne {
    top:  -2px!important;
    right: -2px!important;
}

.ui-resizable-e {
    right: -2px!important;
}

.ui-resizable-handle:hover {
    background:  #0088cb!important;
}

.highlight {
    animation: blink-animation 500ms;
}

tr.layer.highlight_layer {
        background: #F4F4F4;
        border-bottom:  solid 1px rgb(0 136 203 / 18%)
}

.form-check-input:checked {
    background-color: #0088cb;
    border-color: #0088cb;
}


.pointer {
    cursor:  pointer;
}

 @keyframes blink-animation {
    from {
        opacity: 0%;
    }
    to {
        opacity: 100%;
    }
}

.btn-primary {
    color: #fff;
    background-color: #0088cb;
    border-color: #0284c4;
}

.btn-primary:hover {
    background-color: #0072ab;
    border-color: #007ebc;
}


.btn-outline-primary {
    color: #0088cb;
    border-color: #0088cb;
}

.btn-outline-primary:hover {
    background-color: #0088cb;
    border-color: #0088cb;
}

.locked .ui-resizable-handle {
    display:  none!important
}

#preview_layout .active.locked .ui-resizable-handle {
    display: none!important;
}


.scroll_horizontal {
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
}

.scroll_vertical {
    height: 100%;
    overflow-y: auto;
    white-space: nowrap;
}

/* width */
.scroll_horizontal::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

/* Track */
.scroll_horizontal::-webkit-scrollbar-track {
  background: #f1f1f1;
  cursor:  pointer;
}

/* Handle */
.scroll_horizontal::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
.scroll_horizontal::-webkit-scrollbar-thumb:hover {
  background: #555;
}


#rightbar_content .scroll_horizontal {
    width: 320px;
    margin-bottom: 15px;
}

#animation_duration {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

.aniprev {
    display: inline-block;
    margin-right: 3px;
    padding: 3px 6px;
    background: rgb(0 0 0 / 27%);
    color: #FFF;
    border-radius: 3px;
    margin-bottom: 3px;
    cursor: pointer;
    transition-duration: 200ms;
    -webkit-transition-duration: 200ms;
}

.aniprev:hover, .aniprev.selected {
    background:  #0088cb;
}

.workspace.layer_active #preview_layout {
    overflow: visible;
}

#folder_contents {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: -20px;
}


#folder_contents > div {
    width: -webkit-calc(20% - 20px);
    width: -moz-calc(20% - 20px);
    width: calc(20% - 20px);
    margin: 10px;
    position: relative;
    flex-shrink: 1;
    margin-bottom: 20px;
    background: #F8F8F8;
    margin-top: 5px;
    border-radius: 10px 10px 4px 4px;
    padding: 60px 10px 10px 10px;
    box-shadow: 0px 0px 2px rgb(0 0 0 / 17%);
}

#folder_contents .media_preview {
    height: 200px;
}

#folder_contents .media_preview img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}


@media screen and (max-width: 1200px) {

    div.pages .row {
        display: block;
    }

    div.pages .col {
        margin: 0px 0px 10px 0px
    }

    div.pages img, div.pages video {
        width: unset;
        height: unset;
    }

}

@media screen and (max-width: 1200px) {

    #folder_contents > div {

      width: -webkit-calc(33% - 20px);
      width:    -moz-calc(33% - 20px);
      width:         calc(33% - 20px);

    }


}

@media screen and (max-width: 900px) {

    #folder_contents > div {

      width: -webkit-calc(50% - 20px);
      width:    -moz-calc(50% - 20px);
      width:         calc(50% - 20px);

    }

   
}

@media screen and (max-width: 600px) {

    #folder_contents > div {

      width: -webkit-calc(100% - 20px);
      width:    -moz-calc(100% - 20px);
      width:         calc(100% - 20px);

    }

 

}

a.remove {
    background: #f61413;
    color: #FFF;
    padding: 2px 6px;
    font-size: 0.8em;
    border-radius: 2px;
}


.file_header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    border-radius: 10px 10px 0 0;
    background: rgb(0 136 204 / 68%);
    color: #FFF;
    text-align: center;
    padding: 12px;
    word-break: hidden;
    font-size: 0.9em;
    text-shadow: 0 0 black;
}

.file_header span {
    width: 90%;
    display: block;
    height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-left: auto;
    margin-right: auto;
}

.fileinfo {
    background: rgb(0 0 0 / 5%);
    margin: 10px -10px -10px -10px;
    color: #333;
    font-size: 0.8em;
    text-align: center;
    border-radius: 0px 0px 4px 4px;
    /* border-top: solid 1px #000; */
    box-shadow: inset 0px 4px 5px rgb(0 0 0 / 4%);
}

.fileinfo span {
    display: block;
}

.icon-type {
    position: absolute;
    top: 10px;
    left: 4px;
    color:  #FFF;
}


#folder_contents > div.selected  {
    background: #00cb9e!important;
}

#folder_contents > div.selected .file_header  {
    background: none!important;
}

.folder table tfoot {
    position: sticky;
    bottom: 0;
    inset-block-end: 0;
    border-radius: 0!important;
    border-top: solid 1px rgb(0 0 0 / 9%);
    box-shadow: 0 0 18px rgb(0 0 0 / 13%);
    border-bottom: solid 1px rgb(0 0 0 / 9%);
}

div.folder table tfoot tr:nth-child(even) {
    background: #FFF;
}

.context {
    position: absolute;
    z-index: 99999999999999999;
    padding: 0;
    background: rgb(224 224 224 / 81%);
    color: #FFF;
    backdrop-filter: blur(6px);
    border-radius: 3px;
    min-width: 120px;
    outline: solid 1px hsl(0deg 0% 0% / 5%);
    box-shadow: 1px 1px 16px rgb(0 0 0 / 37%);
    color: #000;
}

.context table {
    width: 100%;
}

.context table tr td:nth-child(1) {
    width: 20px;
    color: rgb(0 0 0 / 25%);
}

.cart-contents-wrap table thead {
    font-weight:  bold;
}

.context table tr {
    transition-duration: 200ms;
    cursor: pointer;
}

.context table tr:hover {
    background: #0088cc;
    color: #FFF;
}

.context table tr:hover td:nth-child(1) {
    color: inherit;
}

.context table td {
    padding: 5px;
}

.crop-area img {
    width: 100%!important;
    height: 100%!important;
    object-fit: contain;
}

table.products img {
    width: 150px;
    height: 150px;
    object-fit: cover;
}

table.products td:nth-child(1) {
    width: 150px;
}

table.products td:nth-child(3),
table.products td:nth-child(4),
table.products td:nth-child(5)
 {
    width: 64px;
    text-align: center;
}

.inline-block {
    display: inline-block;
}
tr.discount td {
    color: #dc3545!important;
}

table.dataTable thead>tr>th.sorting:before, table.dataTable thead>tr>th.sorting_asc:before, table.dataTable thead>tr>th.sorting_desc:before, table.dataTable thead>tr>th.sorting_asc_disabled:before, table.dataTable thead>tr>th.sorting_desc_disabled:before, table.dataTable thead>tr>td.sorting:before, table.dataTable thead>tr>td.sorting_asc:before, table.dataTable thead>tr>td.sorting_desc:before, table.dataTable thead>tr>td.sorting_asc_disabled:before, table.dataTable thead>tr>td.sorting_desc_disabled:before {
    content: inherit!important;
}

table.dataTable thead>tr>th.sorting:after, table.dataTable thead>tr>th.sorting_asc:after, table.dataTable thead>tr>th.sorting_desc:after, table.dataTable thead>tr>th.sorting_asc_disabled:after, table.dataTable thead>tr>th.sorting_desc_disabled:after, table.dataTable thead>tr>td.sorting:after, table.dataTable thead>tr>td.sorting_asc:after, table.dataTable thead>tr>td.sorting_desc:after, table.dataTable thead>tr>td.sorting_asc_disabled:after, table.dataTable thead>tr>td.sorting_desc_disabled:after {
    content: inherit!important;
}


thead td, label {
    font-weight: bold;
}

.quantity input[type="number"] {
    width: 64px;
}

.cart-contents-wrap table.table tr td.options_wrap {
    width: 115px!important;
}

#cart table a.btn-info {
    padding: 2px 4px;
    border-radius: 3px;
}


.contact-form {
    padding: 30px 30px;
    border-radius: 40px 40px 40px 5px;
    color: #FFF;
    background: #00000026;
    box-shadow: 0px 6px 36px #ffffff29;
}
.contact-form label {
    font-size: .6em;
    color: #FFF;
}

.contact-form input, .contact-form textarea {
    border: solid 5px #ffffff;
}

.contact-form .form-control:focus  {
    border-color: #ffffff;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgb(255 255 255 / 26%);
}

.contact-form .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .25rem rgb(255 255 255 / 26%);
}