@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap');

@import url('https://cdnransel.blob.core.windows.net/cdn/SBDK/utility-new.css');
/*===============================================================================
Assets
===============================================================================*/
@import url('/sbdk/domain/18/includes/course--template--framework/css/assets/asset-search.css');
/*==============================================================================
resets
==============================================================================*/
@import url('/sbdk/domain/18/includes/elearn--template--framework/css/resets/reset.css');

/*==============================================================================
Assets
==============================================================================*/

/*@import url('/sbdk/domain/18/includes/elearn--template--framework/css/assets/asset-learning-plan.css');*/
@import url('/sbdk/domain/18/includes/elearn--template--framework/css/assets/asset-my-profile.css');
/*@import url('/sbdk/domain/18/includes/elearn--template--framework/css/assets/asset-registration.css');*/

/*==============================================================================
structure
==============================================================================*/
@import url('/sbdk/domain/18/includes/elearn--template--framework/css/structure/body-classes.css');
@import url('/sbdk/domain/18/includes/elearn--template--framework/css/structure/main-content.css');
@import url('/sbdk/domain/18/includes/elearn--template--framework/css/structure/main-footer.css');
@import url('/sbdk/domain/18/includes/elearn--template--framework/css/structure/main-header.css');
@import url('/sbdk/domain/18/includes/elearn--template--framework/css/structure/main-structure.css');

/*==============================================================================
layout
==============================================================================*/
@import url('/sbdk/domain/18/includes/elearn--template--framework/css/layout/animations.css');
@import url('/sbdk/domain/18/includes/elearn--template--framework/css/layout/braintree.css');
@import url('/sbdk/domain/18/includes/elearn--template--framework/css/layout/drop-menu.css');
@import url('/sbdk/domain/18/includes/elearn--template--framework/css/layout/patterns.css');
@import url('/sbdk/domain/18/includes/elearn--template--framework/css/layout/search.css');
@import url('/sbdk/domain/18/includes/elearn--template--framework/css/layout/drawer.css');
@import url('/sbdk/domain/18/includes/elearn--template--framework/css/layout/slick-custom.css');
@import url('/sbdk/domain/18/includes/elearn--template--framework/css/assets/asset-course-catalog.css');


/* rune - Anan du må gjøre det riktig og plassere det riktig */
.lc-login-password-label, .lc-login-username-label {
font-weight: 500;
}

.lc-forgot-password-button {
    margin-top: 2rem;
}

/* rune - Anan du må gjøre det riktig og plassere det riktig*/


:root {
  --bg-color: #fff0f0;

  --small-container: 45rem;
  --medium-container: 120rem;
  --large-container: 140rem;
  --big-container: 160rem;

  --primary-txt-color: #6b6259;
  --secondary-txt-color: #666;

  --primary-font-family: 'Inter', sans-serif;

  --primary-link-color: #444;
  --primary-link-hover-color: #000;
  --primary-link-bg-color: #F3F2F1;

  --primary-padding: 1.5rem;
  --primary-padding-top: 1rem;
  --primary-padding-right: 1.5rem;
  --primary-padding-bottom: 1rem;
  --primary-padding-left: 1.5rem;

  --primary-margin: 2rem;
  --primary-margin-top: 2rem;
  --primary-margin-right: 2rem;
  --primary-margin-bottom: 2rem;
  --primary-margin-left: 2rem;

  --grid-column-gap: 2rem;
  --grid-row-gap: 2rem;
  --grid-default-gutter: 2rem;

  --screen-px: 1.5rem;
  --screen-py: 2rem;

  --primary-box-shadow: 0px 1px 1px rgba(0,0,0, 0.2), 0px 3px 8px rgba(0,0,0, 0.05);
  --primary-border-radius: .33rem;

  --card-primary-bg-color: #fff;
  --card-secondary-bg-color: #fff;
  --card-primary-txt-color: #000;
  --card-secondary-txt-color: #666;

  --button-primary-bg-color: #c56b5d;
  --button-secondary-bg-color: #c56b5d;
  --button-alternative-bg-color: #c56b5d;

  --button-primary-txt-color: #fff;
  --button-secondary-txt-color: #fff;
  --button-alternative-txt-color: #fff;

  --pseudo-color: #c56b5d;
}

/* Start Daren */
.tab-login .RadMultiPage { display: contents; }
.tab-login .RadMultiPage div[id*="CourseCatalog"] { order:3; }
.tab-login .RadMultiPage div[id*="CurrentUserApplyFormSettings"] { order:2; }
.tab-login .RadMultiPage div[id*="CourseCatalog"] hr,
.tab-login .RadMultiPage div[id*="CourseCatalog"] br { display:none; }
.tab-login .RadMultiPage div[id*="CurrentUserApplyFormSettings"] br { display:none; }
/* End Daren */

/*ADD THIS SNIPPET TO ASSET-SEARCH.CSS*/
.racTokenList:before {
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
}

.nlcLiteContainer {
   display: none;
}
#nlcWrapper {
    float: none;
    width: 100%;
    height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
}

.custom-background,
.help--main--header:before,
input[type=checkbox]:checked:before,
.loginAssetMain table tbody tr td.loginSubmit button,
.rtsUL li.rtsSelected:after,
td.passSubmit > input {
    background: var(--button-primary-bg-color) !important;
}

.wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;    
    //background-image: url(https://static.photocdn.pt/images/articles/2018/03/09/articles/2017_8/landscape_photography.jpg);
    background-size: cover;
    position: relative;
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    margin: 0;
    /*width: 100%;  */
}
.wrapper:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    z-index: 1;
}
.padding-10 {
   padding: 10px;
}
.padding-20 {
   padding: 20px;
}
.display-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.align-items-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.align-items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.align-items-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.justify-content-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.justify-content-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.justify-content-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.justify-content-space-between {
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.justify-content-space-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.flex-direction-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.flex-direction-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flex-wrap-wrap {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.flex-grow {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;  
}
.box-layout {
    box-shadow: 0px 1px 3px rgba(0,0,0, 0.2), 0px 3px 8px rgba(0,0,0, 0.05);
    background: #fff;
    border-radius: .33em;
}
.logo-wrap,
.tab-wrap,
.info-wrap  {
  overflow: hidden;
  margin: 0 auto;
  z-index: 9;
  width: 100%;
}
.logo-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.logo-wrap a {
    width: 100%;
    text-align: center;
}
.logo-wrap a img {
    width: 20rem;
    margin-bottom: 2rem;
}
.tab-items {
    background: #ffffff;
    border-bottom: .1rem solid #ecebe8;
}
.tab-items > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
.tab-item {
  color: rgba(0,0,0, 0.5);
  padding: 1.5rem 0;
  font-size: 14px;
  position: relative;
}
.tab-item:hover {
  color: rgba(0,0,0, 0.7);
  text-decoration: none;
  outline: none;
}
.tab-item-active {
  color: #6f7f7f;
  cursor: default;
}
.tab-item:hover {
  text-decoration: none;
}
.tab-item-active:hover {
  color: inherit;
}
.tab-item-active:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: var(--button-primary-bg-color);
}
.tab-item ~ .tab-item {
  //border-left: 1px solid #eee;
}
.tab-item em ~ span {
   margin-top: .5rem;
}
.tab-content {
  //padding: 20px;
}
.tab {
  //display: none;
}
.tab:not("is-open") {
  //display: none;
}
.tab.is-open {
  //display: flex;
}

.tab-signup {
    min-height: 550px;
}

.tab-login,
.tab-forgot {
  padding: 30px;
}
.form-control {
    padding: 1rem !important;
    border: .1rem solid #ccc;
    background: inherit !important;
    color: #000;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    outline: none;
    height: auto;
    box-shadow: none !important;
    font-size: inherit !important;
}
.form-control:focus {
    border-color: var(--pseudo-color) !important;
    box-shadow: 0 0px 0px rgba(0, 0, 0, .075), 0 0px 0px 1px var(--pseudo-color) !important;
}
.tab button, table.CourseCatalog > tbody > tr:nth-child(7) > td > a.form--submit {
    padding: 1.2rem !important;
    color: var(--button-primary-txt-color) !important;
    border: 0px;
    border-radius: var(--primary-border-radius);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--button-primary-bg-color) !important;
    font-family: inherit;
}

.info-buttons {
    margin-top: 20px;
}
.info-buttons .info-button {
    border-radius: 2px;
    color: #fff;
    padding: 6px 16px;
}
.info-buttons .info-button ~ .info-button {
   margin-left: 10px;
}


/*=======================================================================
REGISTRATION FORMULAR ASSET
=======================================================================*/
.RadTabStrip {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-between;
}
div:not(.tab) > .RadTabStrip {
    box-shadow: 0 1px 3px 0 rgba(0,0,0, 0.1);
    border-top-left-radius: .13em;
    border-top-right-radius: .13em;
    background: #fff;
}
.tab .RadTabStrip {
    background: #fff;
    //border-bottom: 1px solid #ddd;
}

.RadTabStrip_Default .rtsLevel1 {
    border-color: #eee !important;
}
.rtsTop .rtsLevel1 .rtsUL {
    margin-bottom: 0;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.rtsUL li {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    text-align: center;
    text-decoration: none;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.RadTabStrip_Bootstrap.rtsTop .rtsLevel1 .rtsLink, 
.RadTabStrip_Bootstrap .rtsLevel1 .rtsSelected .rtsLink {
    border-radius: 0;
    border-color: transparent;
    background-color: transparent;
    width: 100%;
}
.rtsLink {
    width: 100%;
    background-image: none !important;
    background-color: transparent !important;
    border-color: transparent !important;
    border-radius: 0 !important;
    padding: 15px 20px !important;
}
.rtsTxt {
    font-size: inherit;
    color: #bbb;
}
.rtsSelected .rtsTxt {
    color: #000;
}
.rtsUL li.rtsSelected:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 100%;
}
.RadTabStrip_Bootstrap.rtsTop .rtsLevel1 .rtsLink, 
.RadTabStrip_Bootstrap .rtsLevel1 .rtsSelected .rtsLink {
    border-radius: 0;
    border-color: transparent;
    background-color: transparent;
}
.RadMultiPage {
    border: none !important;
    float: none !important;
    margin-top: 0 !important;
    padding: 20px;
}
div:not(.tab) > .RadMultiPage {
    box-shadow: 0 1px 3px 0 rgba(0,0,0, 0.1);
    border-bottom-left-radius: .13em;
    border-bottom-right-radius: .13em;
}
.tab .RadMultiPage {
   padding: 0;
}
table.UserApplyFormSettings table {
    width: 100% !important;
}
table.UserApplyFormSettings table tr {
    display: flex;
}
table.UserApplyFormSettings table tr ~ tr {
    margin-top: 1rem;
}
table.UserApplyFormSettings table tr td {
    width: 100%;
}
table.CurrentUserApplyFormSettings > tbody > tr:first-child,
table.CurrentUserApplyFormSettings > tbody > tr:nth-child(2),
table.RegistrationSettings > tbody > tr:first-child,
table.RegistrationSettings > tbody > tr:nth-child(2),
table.GroupFormSettings > tbody > tr:first-child,
table.GroupFormSettings > tbody > tr:nth-child(2),
table.CourseCatalog > tbody > tr:first-child,
table.CourseCatalog > tbody > tr:nth-child(2),
table.CourseCatalog > tbody > tr:nth-child(4),
table.CourseCatalog > tbody > tr:nth-child(6) {
    display: none;
}
table.CurrentUserApplyFormSettings tbody tr td table {
    margin: 0 !important;
    width: 100%;
}
table.CurrentUserApplyFormSettings tbody tr td table tbody tr {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
table.CurrentUserApplyFormSettings tbody tr td table tbody tr ~ tr {
    margin-top: 20px;
}
table.CurrentUserApplyFormSettings tbody tr td table tbody tr td {
    //display: -webkit-box !important;
    //display: -ms-flexbox !important;
    //display: flex !important;
}

table.CurrentUserApplyFormSettings tbody tr td table tbody tr td ~ td {
    //margin-left: 20px;
}

table.CurrentUserApplyFormSettings tbody tr td table tbody tr td:first-child {
    //display: -webkit-box !important;
    //display: -ms-flexbox !important;
    //display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
table.CurrentUserApplyFormSettings tbody tr td table tbody tr td:last-child {
    width: 100% !important;
}
table.CurrentUserApplyFormSettings tbody tr td table tbody tr td:last-child .inputvalidator.dropDiv {
    width: 100% !important;
}
table.CurrentUserApplyFormSettings tbody tr td table tbody tr td:last-child .inputvalidator.dropDiv .stdtextblack {
    width: 100% !important;
}
table.CurrentUserApplyFormSettings tbody tr td table tbody tr td:last-child .inputvalidator.dropDiv .registration-input {
    width: 100% !important;
}
table.CurrentUserApplyFormSettings tbody tr td table tbody tr td:last-child .inputvalidator.dropDiv .registration-input input {
    padding: 8px 10px;
    border-radius: 2px;
}
.RadPicker {
    width: 100% !important;
}
.registration-submit {
    padding: 8px 12px;
    background: #3f51b5;
    border-radius: 3px;
    color: #fff;
}
.form-label-group {
    margin: 0;
}
.form-label-group ~ .form-label-group {
   margin-top: 2rem;
}
/*=======================================================================
FORGOT PASSWORD ASSET
=======================================================================*/
table.forgotPassword {
    width: 100% !important;
}
.forgotPasswordHeader {
    margin-bottom: 20px;
}
td.passEmail {
    display: none;
}
td.passInput {
    margin-bottom: 20px;
    display: block;
    border: 1px solid #ddd;
    border-radius: 3px;
}
td.passInput input {
     width: 100% !important;
}
table.forgotPassword > tbody > tr:nth-child(2) > td:first-child {
    display: none;
}
input.forgot{
    width: 100% !important;
    padding: 4%;
    margin-bottom: 0px;
    border: 1px solid #c0c0c0;
    border-radius: 3px;
}
input.forgot:focus {
    border-color: #66afe9;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
    outline: 0 none;
}
td.passSubmit > input {
    width: 100%;
    padding: 15px;
    color: #fff;
    border: 0px;
    border-radius: .13em;
}
td.passSubmit > input:hover {
    opacity: 0.8;
}
br {
    //display: none;
}

/*====================================================================
BUTTON - RIPPLE EFFECT
=================================================================== */
.css-only-ripple {
  position: relative;
  overflow: hidden;
}
.css-only-ripple:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px;
  height: 5px;
  background: rgba(255, 255, 255, .5);
  opacity: 0;
  border-radius: 100%;
  transform: scale(1, 1) translate(-50%);
  -webkit-transform: scale(1, 1) translate(-50%);
  -ms-transform: scale(1, 1) translate(-50%);
  -o-transform: scale(1, 1) translate(-50%);
  transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
}
.css-only-ripple.large-ripple:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 15px;
  background: rgba(255, 255, 255, .2);
  opacity: 0;
  border-radius: 100%;
  transform: scale(1, 1) translate(-50%);
  -webkit-transform: scale(1, 1) translate(-50%);
  -ms-transform: scale(1, 1) translate(-50%);
  -o-transform: scale(1, 1) translate(-50%);
  transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
}
.css-only-ripple.inverted:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 15px;
  background: rgba(0, 0, 0, .05);
  opacity: 0;
  border-radius: 100%;
  transform: scale(1, 1) translate(-50%);
  -webkit-transform: scale(1, 1) translate(-50%);
  -ms-transform: scale(1, 1) translate(-50%);
  -o-transform: scale(1, 1) translate(-50%);
  transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
}
@keyframes ripple {
  0% {
    opacity: 1;
    transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  }
  20% {
    opacity: 1;
    transform: scale(25, 25);
  -webkit-transform: scale(25, 25);
  -ms-transform: scale(25, 25);
  -o-transform: scale(25, 25);
  }
  100% {
    opacity: 0;
    transform: scale(40, 40);
  -webkit-transform: scale(40, 40);
  -ms-transform: scale(40, 40);
  -o-transform: scale(40, 40);
  }
}
@-webkit-keyframes ripple {
  0% {
    opacity: 1;
    transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  }
  20% {
    opacity: 1;
    transform: scale(25, 25);
  -webkit-transform: scale(25, 25);
  -ms-transform: scale(25, 25);
  -o-transform: scale(25, 25);
  }
  100% {
    opacity: 0;
    transform: scale(40, 40);
  -webkit-transform: scale(40, 40);
  -ms-transform: scale(40, 40);
  -o-transform: scale(40, 40);
  }
}
.css-only-ripple:focus:not(:active):after {
  animation: ripple 1s ease-out;
   -webkit-animation: ripple 1s ease-out;
   -moz-animation: ripple 1s ease-out;
}


/*===============================================
LOGIN
===============================================*/
.loginAssetMain {}
.loginAssetDescription,
.forgotPasswordHeader {
    margin-bottom: 20px;
    font-weight: normal;
    font-size: 14px;
    color: #666;
}
.loginAssetMain table {
    width: 100%;
}
.loginAssetMain table tbody tr td.loginPassInput {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
}
.loginAssetMain table tbody tr td:first-child {
    display: none;
}

td.loginUserInput,
td.loginPassInput {
    border: 1px solid #ddd;
    display: flex;
    flex-direction: row;
    align-items: center;
    /* justify-content: center; */
    position: relative;
    background: #fff !important;
    border-radius: 3px;
    overflow: hidden;
}
/*td.loginUserInput:before, 
td.loginPassInput:before,
td.passInput:before {
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    height: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    background: transparent;
    color: #a3a3a3;
}
td.loginUserInput:before {
    content: "\f007";
}
td.loginPassInput:before {
    content: "\f023";
}
td.passInput:before {
    content: "\f023";
}*/
td.loginUserInput:focus:before,
td.loginPassInput:focus:before {
    color: #2c74c0;
}

td.loginUserInput .RadAjaxPanel {
    width: 100%;
}

td.loginUserError, 
td.loginPassError {
    display: flex;
    width: 100%;
    background: #eeeeee;
    padding: 0;
    border-radius: 3px;
    margin-top: -1px;
    color: #a3a3a3 !important;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    /* z-index: 100 !important; */
}
td.loginUserError span:first-child,
td.loginPassError span:first-child {
    padding: 10px;
    color: #a3a3a3;
    font-size: 14px;
    width: 100%;
    border-top: 2px solid #ddd !important;
}

.loginAssetMain table tbody tr td.loginRemember {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    margin-bottom: 20px;
}
.loginAssetMain table tbody tr td.loginRemember .stdtextblack {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.loginAssetMain table tbody tr td.loginRemember .stdtextblack input[type=checkbox], .loginAssetMain table tbody tr td.loginRemember .stdtextblack input[type=radio]{
    margin: 0;
}
input[type=checkbox]:before {
    content: '';
    background: #ddd;
    display: block;
    width: 13px;
    height: 13px;
    border-radius: 3px;
}
input[type=checkbox]:checked:before {
    background: #2c74c0;
}

.loginAssetMain table tbody tr td.loginRemember .stdtextblack label {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    color: #A3A3A3;
}
.loginAssetMain table tbody tr td.loginRemember .stdtextblack input[type=checkbox] ~ label, .loginAssetMain table tbody tr td.loginRemember .stdtextblack input[type=radio] ~ label {
    //margin-left: 10px;
}
.loginAssetMain table tbody tr td.loginSubmit button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;    
width: 100%;
border-color: none;
    color: #fff;
    background-color: #2c74c0;
    background-image: none;
    border-radius: .2rem;
    padding: 15px;
}
.loginAssetMain table tbody tr td.loginSubmit button.rbHovered {
    border-color: none !important;
    color: #000 !important;
    background-image: none !important;
    opacity: 0.8;
}
.loginAssetMain table tbody tr td.loginSubmit button .rbText {
    color: #fff;
    font-size: 16px;
}

.GroupFormSettings tr:nth-child(4) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.GroupFormSettings tr:nth-child(4) > td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 10px;
}
.GroupFormSettings tr:nth-child(4) > td:first-child {
    
}
.GroupFormSettings tr:nth-child(4) > td:first-child span:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #FEEFB3;
    padding: 10px;
    border-radius: 3px;
    color: #9F6000;
    margin: 10px 0;
}
.GroupFormSettings tr:nth-child(4) > td:last-child table {
    width: 100%;
}
.GroupFormSettings tr:nth-child(4) > td:last-child table tbody tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.GroupFormSettings tr:nth-child(4) > td:last-child table tbody tr ~ tr {
    margin-top: 10px;
}
.GroupFormSettings tr:nth-child(4) > td:last-child table tbody tr td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.GroupFormSettings tr:nth-child(4) > td:last-child table tbody tr td input ~ label {
    margin-left: 10px;
}
.GroupFormSettings tr:nth-child(4) > td:last-child table tbody tr td input {
    margin: -3px 0 0 0 !important;
}
.GroupFormSettings tr:nth-child(4) > td:last-child table tbody tr td label {
    margin-bottom: 0 !important;
    font-weight: normal !important;
}

table.CurrentUserApplyFormSettings tbody tr td table tbody tr td:last-child .inputvalidator.dropDiv > span > span[style="display: inline;"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex !important;
    padding: 10px;
    color: #dd1619;
    font-size: 14px;
    width: 100%;
    border-top: 1px solid #ddd !important;
    background: #eee;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

/*=============================================================
CONTAINER
=============================================================*/

.main--container {
    max-width: 800px;
    //margin: 0 auto 0 auto;
    padding-left: 10px;
    padding-right: 10px;
    clear: both;
    width: 100%;
}
body.sub-page .main--container {
    margin: 0 auto 0 auto;
}
.main--container.container--small {
    max-width: 500px;
}
@media(min-width: 980px) {
.main--container {
    padding-left: 20px;
    padding-right: 20px;
}
}

/*=========================================================
HELP TEMPLATE
=========================================================*/
.help--main {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
.help--main--nav {
    position: absolute;
    top: 0;
    z-index: 9;
    color: #fff;
    min-height: 80px;
    padding: 0 10px;
    width: 100%;
}
@media(min-width: 980px) {
.help--main--nav {
    padding: 0 20px;
}
}
.help--main--nav .help--main--nav--menu {
    margin-right: auto;
}
.help--main--nav--menu a,
.help--main--nav--login a {
    color: #fff;
    background: transparent;
    transition: background 0.2s ease;
}
.help--main--nav--menu a:hover,
.help--main--nav--login a:hover {
    box-shadow: 0px 1px 3px rgba(0,0,0, 0.2), 0px 3px 8px rgba(0,0,0, 0.05);
    background: rgba(255,255,255, 0.2);
    color: #fff;
    text-decoration: none;
}
.help--main--nav--menu a:focus,
.help--main--nav--login a:focus {
    text-decoration: none;
}
.help--main--nav--menu a {
    width: 45px;
    height: 45px;
    font-size: 1.8rem;
    border-radius: 50%;
}
.help--main--nav--menu a span {
    content: "";
    background: #fff;
    width: 20px;
    height: 3px;
    border-radius: 3px;
}
.help--main--nav--menu a span ~ span {
    margin-top: 0.3rem;
}
.help--main--nav--menu  a ~ a {
    margin-left: 1rem;
}
.help--main--nav--login a {
    padding: .8rem 1.5rem;
    border-radius: 2rem;
}
.help--main--nav--login a.avatar-item {
    padding: 0 1.5rem 0 0;
}
.help--main--nav--login a ~ a {
    margin-left: 1rem;
} 
.help--main--nav--menu a em ~ span,
.help--main--nav--login a em ~ span  {
    margin-left: 1rem;
}
.avatar-item {}
.avatar-item-image {
    height: 35px;
    width: 35px;
    overflow: hidden;
    border-radius: 50%;
}
.avatar-item-image img {
    height: 100%;
}
.avatar-item-image ~ .avatar-item-text {
    margin-left: 1rem;
}
.avatar-item-text {}



.help--main--header {
    min-height: 30rem;
    background: var(--header-bg-color);
    content: "";
    //background-image: url(/useruploaded_files/admingeneratedfiles/filesystem/5503/o.jpg);
    //background-size: cover !important;
    //background-repeat: repeat;
    //background-position: center center;
    position: relative;
    margin-bottom: -63px;
    padding-top: 80px;
    padding-bottom: 63px;
}
@media(min-width: 980px) {
.help--main--header {
    margin-bottom: -63px;
    padding-bottom: 113px;
}
}
body.help--subpage .help--main--header {
    //min-height: 150px;
}
.help--main--header:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
    opacity: .92;
}
.help--main--header--container{}
.help--main--content {
   position: relative;
   margin-bottom: 3rem;
}
.help--main--content p {
   -webkit-tap-highlight-color: transparent;
   letter-spacing: 0.2px;
   line-height: 2.4rem;
   margin-bottom: 0;
}
.help--main--content ul {
   padding-left: 2rem;
   margin-bottom: 0;
}
.help--main--content ul li {
   -webkit-tap-highlight-color: transparent;
   letter-spacing: 0.2px;
   line-height: 2.4rem;
}
.help--main--header--container--search .head-text{
    font-size: 2.4rem;
    font-weight: 500;
    margin: 0.67em 0 0.27em;
    text-align: center;
    text-shadow: 0px 3px 10px rgba(0,0,0, 0.2);
}
@media(min-width: 980px) {
.help--main--header--container--search .head-text{
    font-size: 2.8rem;
}
}
.help--main--header--container--search .lead-text {
    font-size: 1.8rem;
    text-align: center;
    max-width: 530px;
    margin-bottom: 3rem;
    text-shadow: 0px 3px 10px rgba(0,0,0, 0.2);
}
.help--main--content--container {}
.topic-items {
    overflow: hidden;
}
.topic-item {
   cursor: pointer;
}
.topic-item:hover {
   background: #f2f2f2;
}
.topic-item ~ .topic-item {
   border-top: 1px solid #eee;
}
.topic-item-active {}
.topic-item-question {
   position: relative;
   width: 100%;
   font-size: 16px;
   padding: 2rem 4rem 2rem 2rem;
}
.topic-item-question:after {
    position: absolute;
    right: 2rem;
    content: "\f078";
    display: inline-block;
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    color: #aaa;
}
.topic-item-question.is-open:after {
    content: "\f077";
}
.topic-item-question.is-open {
    background: #f2f2f2;
}
.topic-item-question i ~ span {
    margin-left: 20px;
}
.topic-item-list {
    display: none;
    background: #f2f2f2;
    width: 100%;
}
.topic-item-list.is-open {
    display: flex;
    width: 100%;
    border-top: 1px solid rgba(0,0,0, 0.1);
    background: #E8F0FE;
}
.topic-item-list ul {
    width: 100%;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.topic-item-list ul li {}
.topic-item-list ul li ~ li {
    //border-top: 1px solid rgba(0,0,0, 0.08);
}
.topic-item-list ul li a {
    display: flex;
    padding: 1rem 2rem;
}

.help--main--header--container--search {
    position: relative;
    color: #fff;
}
@media(min-width: 980px) {
.help--main--header--container--search {
    min-width: 500px;
}
}
.help--main--header--container--search .searchAssetContainer {
    width: 100%;
    box-shadow: 0px 1px 3px 1px rgba(60,64,67,.15);
    border-radius: 20px;
    overflow: hidden;
}
.actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 3rem 0 3rem 0;
}
@media(min-width: 980px) {
.actions {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
}
.actions .action {
    width: calc(100%);
    padding: 20px 0;
    border: 1px solid transparent;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.2s ease;
    margin-bottom: 3rem;
}
@media(min-width: 980px) {
.actions .action {
    width: calc(100% * 1/2 - 20px);
    margin-bottom: 0;
}
}
.actions .action:hover {
    border: 1px solid #aaa;
    text-decoration: none;
}
.action .action-icon {
    width: calc(20%);
    font-size: 40px;
    color: #666;
}
.action .action-title {
    width: calc(70%);
    color: #707070;
}
.action-icon ~ .action-title {
    margin-left: 10px;
}
.sep {
    position: relative;
    text-align: center;
}
.sep:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #dcd5d5;
    position: absolute;
    left: 0;
    top: 39px;
}
/*.h3, h3 {
    font-size: 18px;
    text-align: center;
    font-weight: normal;
    color: #c5c5c6;
    margin: 3rem 0 0 0;
    position: relative;
    display: inline-flex;
    background: #eeeeee;
    padding: 0 30px;
}*/

.coat-of-arms {
    width: 45px;
    height: 45px;
    background: #ffbc00;
    //background: rgba(255,255,255, 0.4);
    border-radius: 50%;
    font-size: 25px;
    text-shadow: 0px 1px 1px rgba(0,0,0, 0.2);
    color: #fff;
    box-shadow: 0px 1px 3px rgba(0,0,0, 0.2), 0px 3px 8px rgba(0,0,0, 0.05);
}



/*========================================================
SANDBOX DRAWER
=======================================================*/
body:after {
    background-color: transparent;
    position: fixed;
    content: "";
    right: 0;
    width: calc(100%);
    top: 00px;
    z-index: 9999999;
    height: calc(100% - 0px);
    visibility: hidden;
    transition-property: background-color;
    transition-duration: .2s;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition: all .2s;
    -webkit-transition: all .2s ease;
}
@media(min-width: 980px) {
body:after {
    top: 0px;
    height: calc(100% - 0px);
}
}
body.drawer-open:after {
    background-color: rgba(0,0,0,.5);
    visibility: visible;
    pointer-events: auto;
    opacity: 1;
}
body.drawer-open {
    overflow: hidden;
}
.help--drawer {
    position: fixed;
    left: 0;
    top: 0;
    width: 304px;
    min-width: 304px;
    max-width: 304px;
    background: #fff;
    content: "hej";
    height: calc(100% - 0px);
    z-index: 99999999999999999999;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
    transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
@media(min-width: 980px) {
.help--drawer {
    top: 0px;
    height: calc(100% - 0px);
}
}
body.drawer-open .help--drawer {
    -webkit-transform: translate3d(0%,0,0);
    transform: translate3d(0,0,0);
    box-shadow: 0 2px 4px -1px rgba(0,0,0,.14),
                0 4px 5px 0 rgba(0,0,0,.098),
                0 1px 10px 0 rgba(0,0,0,.084);
}
/*=============================================================
PATTERNS - DRAWER MENU
=============================================================*/

.help--drawer > div {}
.help--drawer div ul {
    position: absolute;
    top: 60px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    overflow-y: scroll;
    margin: 0;
    max-height: calc(100% - 60px);
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow-y: scroll; /* has to be scroll, not auto */
    -webkit-overflow-scrolling: touch;
}
.help--drawer ul li {
}
.help--drawer ul li a {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    color: #666;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
    padding: 15px 25px 15px 25px;
    //border-bottom: 1px solid #eee;
    position: relative;
}
.help--drawer ul li.is-open a {
    background: #eee;
}
.help--drawer ul li a.item-module:before {
    position: absolute;
    right: 15px;
    content: "\f078";
    display: inline-block;
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    color: #aaa;
}
.help--drawer ul li.is-open a.item-module:before,
.help--drawer ul li.current-item a.item-module:before {
    content: "\f077";
}
.help--drawer ul li a.item-module:hover {
    background: rgba(0, 0, 0, 0.1)
}
.help--drawer ul li .item-module-status {
    margin-right: 15px;
    font-size: 12px;
    background: rgba(0,0,0, 0.1);
    border-radius: 50%;
    padding: 4px;
    color: #888;
    margin-left: auto;
}
.item-folder-submenu {
    position: relative;
    background: #eee;
    padding-left: 30px;
    margin-bottom: 1px;
}
.item-folder-submenu:before {
    background: #ddd;
    display: block;
    top: 0;
    left: 30px;
    position: absolute;
    width: 1px;
    content: "";
    height: 100%;
    border-radius: 0;
    z-index: 9;
}


.help--drawer .menu-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    border-bottom: 1px solid #ddd;
    height: 60px;
}
.help--drawer .menu-header-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 20px;
    padding: 0 0 0 60px;
    position: relative;
    color: #666;
}
.help--drawer .menu-header-item:hover {
   background: #eee;
}
.help--drawer .menu-header-item:before {
    content: "\f060";
    position: absolute;
    left: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* border-right: 1px solid #eee; */
    /* display: inline-block; */
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 0 25px;
    font-size: 14px;
}
.help--drawer .menu-header-item span {
    margin-top: 3px;
    display: block;
    font-size: 16px;
    color: #666;
}

.item-folder-submenu li {
    //padding: 0 0 0 30px;
}
.item-folder-submenu li ~ .item-folder-submenu li {
    //padding: 0 0 0 50px;
}
span.item-module-type {
    margin-right: 15px;
}
li.current-item:not(.active) {
    position: relative;
}
li.current-item:not(.active):before {
    content: "";
    //background: red;
    width: 3px;
    height: 100%;
    position: absolute;
}
li.current-item {
    background: #eee;
}
.item-folder-submenu .item-status-0:before,
.item-folder-submenu .item-status-1:before,
.item-folder-submenu .item-status-4:before,
.item-folder-submenu .item-status-6:before {
    content: "";
    content: "\f00c";
    display: inline-block;
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: -9px;
    background: #ddd;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    background: #eee;
    color: #666;
    z-index: 99;
}

::-webkit-scrollbar {
  width: 8px;
  background-color: transparent;
}
::-webkit-scrollbar-thumb {
  background-color: #bbb;
  border-radius: 0;
}

/*=====================================
Warning, info, success and error
=====================================*/
.info,
.warning,
.success,
.error {
  padding: 1rem;
  border-radius: 3px;
  border-left: 5px solid;
}
.info:before,
.warning:before,
.success:before,
.error:before {
    content: "";
    width: 30px;
    height: 30px;
    background-color: inherit;
    border-radius: 50%;
    font-family: fontawesome;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    z-index: 9;
    margin-right: 1rem;
}
.info span,
.warning span,
.success span,
.error span {
   border-bottom: 2px solid;
}
.info {
  color: #059;
  background-color: #BEF;
  border-color: #059;
}
.info:before {
    content: "\f129";
    background-color: #059;
}
.warning {
  color: #9F6000;
  background-color: #FEEFB3;
  border-color: #9F6000;
}
.warning:before {
    content: "\f12a";
    background-color: #9F6000;
}
.success {
  color: #270;
  background-color: #DFF2BF;
  border-color: #270;
}
.success:before {
    content: "\f00c";
    background-color: #270;
}
.error {
  color: indianred;
  background-color: #FFBABA;
  border-color: indianred;
}
.error:before {
    content: "\f00d";
    background-color: indianred;
}
.help--main--content--container--text *:not(li) ~ *:not(li) {
    margin-top: 2rem;
}
.help--main--content--container--text h1,
.help--main--content--container--text h2,
.help--main--content--container--text h3,
.help--main--content--container--text h4,
.help--main--content--container--text h5,
.help--main--content--container--text h6 {
    margin-bottom: 0;
}
.help--main--content--container--text p mark {
    background: #feefb3;
    color: #000;
    border-radius: 3px;
    padding: .5rem .8rem;
}
.content-holder {
   padding: var(--primary-padding)
}
.hero {
    height: 45rem;
}
.hero__content {
    padding-bottom: 6.2rem;
    padding-top: 0;
}
.hero__content__inner {
   max-width: 80%;
   min-width: 80%;
   text-align: center;
}
.hero__description ~ .hero__search, .hero__search ~ .hero__menu {
    margin-top: 2rem;
}
.slideEditorMenu {
    z-index: 999;
}
.drawer__item:hover {
    background: var(--primary-link-bg-color);
}
.drawer__item {
    padding: var(--primary-padding);
}
.drawer__item i,
.drawer__item svg {
    font-size: 1.6rem;
}
.drawer__item i ~ span,
.drawer__item svg ~ span {
    margin-left: 1rem;
    font-size: 1.4rem;
}
.drawer__items li:nth-of-type(3) {
   border-bottom: .1rem solid var(--bg-color);
}

input[type=checkbox] + label:not(.lbl):before {
   width: 2rem;
}