html {
    width: 100%;
    height: 100%;
    background-color: #f1f1f1;
}

body {
    padding: 0;
    overflow: hidden;
    background: transparent !important;
    font-family: 'Lato', sans-serif !important;
}

#wwm_app {

}

/*  myWWM standard css classes */
.clearfix {
    clear: both;
}

.table table {
    width: 100%;
}

.table thead th {
    font-weight: 400;
    border-top: none;
    color: #212529;
    text-align: center;
}

.table tbody td {
    cursor: pointer;
    font-size: 14px;
    color: #2e6da4;
    text-align: center;
    font-weight: 500;
    border: none;
    position: relative;
}

.table tbody tr:first-child {
    margin-top: 0px;
}

.table tbody tr td i:after {
    content: '';
    width: 1px;
    height: 15px;
    left: 10px;
    float: right;
    position: relative;
    display: block;
    background: rgba(0, 0, 0, 0.34);
}

.table tbody tr td i:last-child:after {
    display: none;
}

.box {
    -webkit-box-shadow: 0 3px 5px 0 rgba(33, 33, 33, 0.3);
    -moz-box-shadow: 0 3px 5px 0 rgba(33, 33, 33, 0.3);
    box-shadow: 0 3px 5px 0 rgba(33, 33, 33, 0.3);
    margin-bottom: 20px;
    padding-left: 0px;
    padding-right: 0px;
}

.box .boxheader {
    background-color: #e1e1e1;
    display: block;
    padding: 10px;
    width: 100%;
}

.box .boxheader .row {
    width: 100%;
}

.display-none {
    display: none;
}

.box .boxcontent {
    background-color: #fff;
    padding: 15px;
}

[role="navigation"] .categories {
    list-style: none;
    height: 100%;
}

.category {
    margin-top: 5px;
    transition: background-color 500ms;
    background-color: transparent;
    position: relative;
    line-height: 45px;
    height: 45px;
    border: 1px solid #ddd;
    cursor: pointer;
}

.category:hover {
    transition: background-color 500ms;
    background-color: rgba(0, 0, 0, 0.05);
}

.category.active {
    background: linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.1));
}
/*
.category-sub-item.active {
    background: linear-gradient(#1f648b, #2e6da4);
    color: #fff;
}
*/
.categories-expand-all {
    font-size: 13px;
}

.category a {
    color: #333333;
    display: table-cell;
    vertical-align: middle;
    height: 45px;
    width: 100%;
    line-height: 14px;
    text-align: left;
    padding-left: 15px;
    padding-right: 40px;
    font-size: 13px;
    font-weight: 500;
}

.category-items ul {
    list-style-type: none;
    font-size: 13px;
    padding: 0;
}

.category-items {
    border: 1px solid #ddd;
    border-top: none;
    border-bottom: none;
}

.category-sub-item-chevron-down {
    transition: 300ms;
    position: relative;
    color: rgba(0, 0, 0, 0.4);
    float: right;
    right: 16px;
}

.category-icon-chevron-down {
    transition: 300ms;
    position: absolute;
    font-size: 13px;
    left: calc(100% - 30px);
    top: 0px;
    color: rgba(0, 0, 0, 0.4);
}

.category-items ul li a {
    display: block;
    padding-left: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ddd;
    font-weight: 500;
    color: #333333;
}

.category-items ul ul li a
{
    padding-left: 40px;
}

.category-items ul ul ul li a
{
    padding-left: 55px;
}

.category-items ul ul ul ul li a
{
    padding-left: 70px;
}

.category-items ul li:hover {
    background: rgba(0, 0, 0, 0.05);
}

.category-items + ul li:last-child a {
    border-bottom: none;
}

.category-icon-chevron-down.chevron-rotated {
    transition: 300ms;
    transform: rotate(180deg);
}

.category-sub-item-chevron-down.chevron-rotated {
    transition: 300ms;
    transform: rotate(180deg);
}

.btn-wwm-primary {
    color: #212121;
    border: 1px solid rgb(187, 187, 187);;
    cursor: pointer;
    border-radius: 0;
}

.btn-wwm-primary:hover {
    color: #ffffff;
    background: #212121;
}

.btn-wwm-primary.active {
    color: #ffffff;
    background: #212121;
}

.btn-wwm-primary a {
    color: #212121;
}
.btn-wwm-primary:hover > a {
    color: #ffffff;
}

.text-sm {
    font-size: 10px;
    margin-bottom: 0;
}

.text-sm-bold {
    font-size: 10px;
    font-weight: 700;
}

.btn-item-primary {
    background: #f0f0f0;
    font-weight: 500;
    width: calc(100% - 4px);
    margin-left: 2px;
    color: #007AAE;
    display: block;
    border-radius: 0px;
}

.item-no {
    margin-left: 5px;
    margin-top: 5px;
}

.item-box {
    transition: 300ms;
    cursor: pointer;
    height: 330px;
    border: 2px solid #f0f0f0;
    margin-bottom: 15px;
}

.item-box-header {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    margin-top: 30px;
}

.item-box-summary {
    display:block;
}

.category-box {
    transition: 300ms;
    cursor: pointer;
    height: 225px;
    border: 2px solid #f0f0f0;
    margin-bottom: 15px;
}

.category-box-summary {
    display:block;
}

.wwm-slider {
    position: relative;
    height: 35px;
}

.wwm-slider-switch {
    cursor: pointer;
    position: relative;
    display: inline-block;
    width: 50px;
    height: 12px;
    margin-top: 12px;
    margin-left: 10px;
    margin-bottom: 11px;
}

.wwm-slider [type="checkbox"] {
    display: none;
    opacity: 0;
    width: 0px;
    height: 0px;
}

.wwm-slider [type="checkbox"]:checked + .wwm-slider-switch:before {
    background: #d8ebf3;
    transition: .4s;
}

.wwm-slider [type="checkbox"]:checked + .wwm-slider-switch:after {
    background: var(--portal-color-var);
    transform: translateX(35px);
    transition: .4s;
}

.wwm-slider-switch:before {
    transition: .4s;
    cursor: pointer;
    content: '';
    display: block;
    background: #e1e1e1; /*#d8ebf3;*/
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.wwm-slider-switch:after {
    transition: .4s;
    cursor: pointer;
    position: absolute;
    content: '';
    height: 20px;
    width: 20px;
    border-radius: 10px;
    background-color: #666;
    left: -2px;
    top: -4px;
}

.item-image {
    transition: 300ms;
    object-fit: contain;
    margin: 0 auto;
    width: 100px;
    height: 100px;
}

.item-box:hover {
    transition: 300ms;
    border-color: var(--portal-color-var);
}

.item-box-content {
    text-align: left;
    font-size: 12px;
    margin-left: 10px;
    margin-right: 10px;
    height: 131px;
}

.nav-item-active {
    color: #007BAF !important;
    padding: 0;

}

.invisible {
    opacity: 0;
    display: none;
}

.nav-item-active:before {
    content: "\f054";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #007BAF;
    padding: 0 1px 0 0;
}

.wwmBlue {
    color: #007aae;
}

.wwmGrey {
    color: #ccc;
}

.processNav:hover .wwmGrey {
    color: #007aae;
}

.noMargins {
    margin: 0;
}

.noSelect {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.info-circle {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.1);
    color: var(--portal-color-var);
    display: block;
    text-align: center;
    line-height: 24px;
    position: absolute;
    margin-top: 7px;
    margin-left: -40px;
    cursor: pointer;
}

.info-circle:after {
    content: '\f129';
    font-family: FontAwesome;
    display: block;
}

h3 {
    color: #007aae;
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 500;
}

.bgWhite {
    background: white;
}

.has-danger input, .has-danger textarea {
    border-color: #f5c6cb;
}

.has-danger label {
    color: #ff2d40;
}

.has-danger .help-block {
    color: #ff2d40;
}

a {
    text-decoration: none;
    color: var(--portal-color-var);
}

a:hover, a:active, a:focus {
    text-decoration: none;
    color: #212121;
}

label {
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
}

a.disabled {
    color: #808080;
    background: rgba(0, 0, 0, 0.06);
    pointer-events: none;
}

/* myWWM Workflow Styles */
.processbar {
    background: white;
    padding: 20px 10px 20px 10px;
    color: #ccc;
    font-size: 12px;
}

.border-right {
    border-right: 1px solid #ddd;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: var(--portal-color-var);
    border-color: var(--portal-color-var);
}

.btn-primary.active {
    background-color: var(--portal-color-var);
    border-color: var(--portal-color-var);
    color: #fff;
}

.btn-primary {
    background-color: #eee;
    border-color: #ddd;
    color: #555;
}

.btn-primary:hover {
    opacity: 60%;
    background-color: var(--portal-color-var);
    border-color: var(--portal-color-var);
    color: #fff;
}

#uploadPicture {
    display: block;
    margin: auto;
    margin-top: 85%;
}

/** myWWM Workflow Process Line **/
.processLine {
    position: relative;
    z-index: 1;
}

.processNav:hover {
    color: #007aae !important;
    cursor: pointer;
}

#processNext {
    left: 35px;
    position: relative;
!important;
}
/*
#processNext .fa {
    color: #007aae !important;
}
*/
.processLine:before {
    border-top: 5px solid #dfdfdf;
    content: "";
    margin: 0 auto;
    position: absolute;
    top: 22%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: -1;
}

.processLine.active:before {
    border-color: var(--portal-color-var);
}

.processLine.current:before {
    border-top: 5px solid var(--portal-color-var);
}

.processLine.current:after {
    position: absolute;
    left: 50%;
    right: 0;
    top: 22%;
    border-top: 5px solid #dfdfdf;
    content: '';
    z-index: -1;
}

/**---------------------**/

/*-----------------------*/

.lightbox {
    top: 0px; /*50*/
    display: none;
    position: fixed;
    z-index: 99;
    right: 0;
    width: 50%;
    min-width: 500px;
    background-color: #fff;
    height: 100%;
    box-shadow: -2px 0 5px 0 rgba(33, 33, 33, 0.3);
    opacity: 0;
}

.lightbox-overlay {
    content: ' ';
    position: fixed;
    display: block;
    z-index: 98;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
}

.lightbox-blur {
    filter: blur(2px);
}

@media (max-width: 768px) {
    .lightbox {
        width: 100% !important;
    }
}

.lightbox-content-overlay {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: fixed;
    z-index: 101;
    background-color: rgba(0, 0, 0, 0.45);
}

.lightbox-header {
    background: #212121;
    color: #fff;
    font-size: 18px;
    padding: 30px;
}

.lightbox-btn-close {
    float: right;
    font-size: 20px;
    cursor: pointer;
}

.lightbox-btn-close:after {
    content: "\f00d";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #fff;
    padding: 0 1px 0 0;
    font-size: 20px;
}

.lightbox-toolbar {
    background-color: #e1e1e1;
    padding: 10px 30px;
}

.lightbox-content {
    padding: 25px;
    max-height: calc(100vh - 145px);
    overflow-y: auto;
}

.button {
    color: #212121;
    float: right;
    border: 1px solid #212121;
    cursor: pointer;
    padding: 5px 20px;
}

.button:hover {
    background-color: #a9a9a9;
    color: #fff;
}

.fast-tab {
    margin-top: 15px;
}

.fast-tab-title {
    color: var(--portal-color-var);
    font-size: 18px;
    position: relative;
    cursor: pointer;
    margin-bottom: 50px;
}

.fast-tab-title:after {
    content: '\f107';
    font-family: FontAwesome;
    display: block;
    position: absolute;
    right: 0;
    top: 5px;
    width: 30px;
    text-align: center;
    font-size: 18px;
}

.fast-tab-title.expanded:after {
    content: '\f106';
    font-family: FontAwesome;
    display: block;
    position: absolute;
    right: 0;
    top: 5px;
    width: 30px;
    text-align: center;
    font-size: 18px;
}

.fast-tab-content {
    display: none;
}

.fast-tab:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #ccc;
    top: -20px;
    transition: 0.7s;
    position: relative;
}

.fast-tab.expanded:after {
    transition: 0.7s;
    top: 0px;
}

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile + label {
    width: 100%;
    border: 1px solid #212121;
    color: #212121;
    font-weight: 700;
    padding: 5px;
    cursor: pointer;
}

.inputfile + label:hover {
    border: 1px solid #212121;
    color: #fff;
    background: #212121;
    font-weight: 500;
}

.fileupload i {
    margin-right: 10px;
    margin-top: 6px;
}

.padding-right-off {
    padding-right: 0;
}

.padding-left-off {
    padding-left: 0;
}

.dropbox {
    border: 2px dotted #212121;
    height: 200px;
}

.dropbox:after {
    content: "\f016";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 38px;
    color: #212121;
    display: block;
    margin: 0 auto;
    text-align: center;
    line-height: 200px;
}

.treeview {
    border: 1px solid #ccc;
    padding: 10px;
    height: 300px;
    margin-bottom: 10px;
}

.jstree-themeicon-custom {
    width: 24px !important;
    height: 24px !important;
    -webkit-background-size: contain !important;
    background-size: contain !important;
}

.tabpage[data-expanded="false"] {
    opacity: 0;
    display: none;
}

.dropzone {
    height: 200px;
    border: 2px dashed #212121;
    cursor: pointer;
    overflow-y: scroll;
}

.dropzone .dz-message {
    text-align: center;
    line-height: 200px;
}

.dropzone .dz-success-mark {
    display: none;
}

.dropzone .dz-error-mark {
    display: none;
}

.dropzone .dz-image {
    margin-left: 10px;
    margin-top: 10px;
}

.dropzone .dz-details {
    margin-left: 10px;
}

.dropzone .dz-preview {
    float: left;
    margin-right: 10px;
}

.error {
    border-color: #d9534f;
}

.loading-spinner {
    position: relative;
    margin-top: calc(50% - 100px);
    top: -100px;
    left: calc(50% - 50px);
    z-index: 100;
    color: #007aae;
}

.sk-fading-circle {
    margin: 100px auto;
    width: 40px;
    height: 40px;
    position: relative;
}

.sk-fading-circle .sk-circle {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.sk-fading-circle .sk-circle:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #007aae;
    border-radius: 100%;
    -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
    animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}

.sk-fading-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}

.sk-fading-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}

.sk-fading-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.sk-fading-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
}

.sk-fading-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg);
}

.sk-fading-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.sk-fading-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg);
}

.sk-fading-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg);
}

.sk-fading-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.sk-fading-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg);
}

.sk-fading-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg);
}

.sk-fading-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.sk-fading-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.sk-fading-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.sk-fading-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

.sk-fading-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}

.sk-fading-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

.sk-fading-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.sk-fading-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}

.sk-fading-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

.sk-fading-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}

.sk-fading-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
    0%, 39%, 100% {
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
}

@keyframes sk-circleFadeDelay {
    0%, 39%, 100% {
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
}

.pagination > li, .pagination > li > a, .pagination > li > span {
    color: black !important;
}

.fa.fa-info-circle {
    color: var(--portal-color-var);
}

.dropbox {
    border: 2px dotted #212121;
    height: 200px;
}

.dropbox:after {
    content: "\f016";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 38px;
    color: #212121;
    display: block;
    margin: 0 auto;
    text-align: center;
    line-height: 200px;
}

.treeview {
    border: 1px solid #ccc;
    padding: 10px;
    height: 300px;
    margin-bottom: 10px;
}

.jstree-themeicon-custom {
    width: 24px !important;
    height: 24px !important;
    -webkit-background-size: contain !important;
    background-size: contain !important;
}

.tabpage[data-expanded="false"] {
    opacity: 0;
    display: none;
}

.dropzone {
    height: 200px;
    border: 2px dashed #212121;
    cursor: pointer;
    overflow-y: scroll;
}

.dropzone .dz-message {
    text-align: center;
    line-height: 200px;
}

.dropzone .dz-success-mark {
    display: none;
}

.dropzone .dz-error-mark {
    display: none;
}

.dropzone .dz-image {
    margin-left: 10px;
    margin-top: 10px;
}

.dropzone .dz-details {
    margin-left: 10px;
}

.dropzone .dz-preview {
    float: left;
    margin-right: 10px;
}

.error {
    border-color: #d9534f;
}

.sk-fading-circle {
    margin: 100px auto;
    width: 40px;
    height: 40px;
    position: relative;
}

.sk-fading-circle .sk-circle {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.sk-fading-circle .sk-circle:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #007aae;
    border-radius: 100%;
    -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
    animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}

.sk-fading-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}

.sk-fading-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}

.sk-fading-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.sk-fading-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
}

.sk-fading-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg);
}

.sk-fading-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.sk-fading-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg);
}

.sk-fading-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg);
}

.sk-fading-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.sk-fading-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg);
}

.sk-fading-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg);
}

.sk-fading-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.sk-fading-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.sk-fading-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.sk-fading-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

.sk-fading-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}

.sk-fading-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

.sk-fading-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.sk-fading-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}

.sk-fading-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

.sk-fading-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}

.sk-fading-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
    0%, 39%, 100% {
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
}

@keyframes sk-circleFadeDelay {
    0%, 39%, 100% {
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
}

.vakata-context {
    z-index: 1000;
}

.validation-error {
    font-size: 12px;
}

.input-danger {
    border-color: #dc3545 !important;
}

.typeahead-menu {
    left: 15px;
    width: calc(100% - 30px);
}

.typeahead-menu .dropdown-item:hover {
    background: #0056b3;
    color: #fff !important;
    cursor: pointer;
}

.article-img {
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 64px;
    height: 48px;
    float: left;
    margin-right: 10px;
    margin-top: 5px;
    right: 5px;
}

.pos-wrapper label {
    margin-right: 5px;
}

.breadcrumb-item {
    cursor: pointer;
}

.tag-box {
    position: relative;
    display: block;
    width: 100%;
    height: 38px;
}

.tag-box-wrapper input[type="text"] {
    border: none;
    outline: none;
    width: calc(100% - 2px);
}

.tag-box-token {
    display: inline-block;
    position: relative;
    cursor: default;
    font-size: 10px;
    overflow: hidden;
    padding: 3px;
    margin-right: 4px;
    border: 1px solid #1f648b;
    background: #2e6da4;
    border-radius: 4px;
    color: #fff;
}


.image-selection img
{
    object-fit: contain;
    width: 125px;
    max-width: 125px;
    max-height: 200px;
}

.image-selection
{
    cursor: pointer;
    float: left;
    width: 125px;
    margin-right: 10px;
}

.breadcrumb-item.active {
    color: #007aae;
}

.basket {
    cursor: pointer;
}

.basket-maximize {
    position: absolute;
    float: right;
    font-weight: 400;
    line-height: 1.5;
    display: block;
    color: #666;
    top: -10px;
    font-size: 24px;
    left: 100%;
}

.basket-content, .favorites-content {
    width: calc(100% + 20%);
    min-height: 350px;
    position: absolute;
    background: #fff;
    border: 1px solid #e1e1e1;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    top: calc(100% + 20px);
    border-radius: 5px;
    z-index: 5;
}

.basket-content table tr, .favorites-content table tr {
    line-height: 30px;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.15);
    height: 72px;
}

.basket-content .table tbody td, .favorites-content .table tbody td {
    top: 0px;
    font-size: 11px;
    color: rgba(0, 0, 0, 0.8);
    font-weight: 500;
}

.basket-title, .basket-value {
    font-weight: 500;
}

.basket-content.fadeIn {
    animation-duration: 150ms;
}

.basket-content.fadeOut {
    animation-duration: 150ms;
}

.basket-item {
    width: 100%;
    display: block;
}

.basket-item-amount {
    margin-left: 2px;
    margin-right: 2px;
}

.basket-cart {
    position: absolute;
    line-height: 48px;
    right: 5px;
    top: 5px;
}

.basket-cart-info {
    display: block;
    position: absolute;
    background: var(--portal-color-var);
    color: var(--portal-color-font-var);
    top: 0px;
    width: 24px;
    height: 24px;
    right: 2px;
    font-size: 12px;
    text-align: center;
    line-height: 23px;
    border-radius: 50%;
}

.basket-item-amount {
    text-align: center;
}

.basket-item-name {
    text-align: left;
}

.no-padding {
    padding: 0;
}

.basket-item-no {
    position: absolute;
    top: 25px;
    text-align: center;
    width: 100%;
    font-size: 10px;
    left: 0;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.6);
}

.basket-item-no-kredit {
    position: absolute;
    top: 40px;
    text-align: center;
    width: 100%;
    font-size: 10px;
    left: 0;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.6);
}
.basket-item-description{
    font-size: 10px;
}
.basket-btn {
    transition: 200ms;
    float: left;
    color: rgba(0, 0, 0, 0.35);
    background: #fff;
    border-radius: 5px;
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.basket-btn:hover {
    transition: 200ms;
    background: rgba(0, 0, 0, 0.15);
    color: var(--portal-color-var);
}

.basket-item-amount {
    float: left;
}

.basket-empty {
    display: block;
    border: none !important;
    font-size: 14px !important;
}

.basket-empty td {
    display: block;
    text-align: center;
    margin-top: 150px;
    color: rgba(0, 0, 0, 0.7);
    font-size: 14px !important;
}

.cart-badge {
    position: absolute;
    font-size: 27px;
    top: calc(50% - 22px);
    left: calc(50% - 14px);
}

.item-box-badge:after {
    content: attr(data-item-amount);
    display: block;
    position: absolute;
    color: var(--portal-color-var);
    text-align: center;
    top: 7px;
    font-weight: 500;
    font-size: 11px;
    font-family: "Lato";
    margin-left: auto;
    margin-right: auto;
    width: 94%;
}

.item-box-badge {
    position: absolute;
    padding: 8px;
    color: #fff;

    font-size: 14px;
    transform: rotate(45deg);
    background: linear-gradient(135deg, transparent 25px, var(--portal-color-var) 0) top left, linear-gradient(225deg, transparent 25px, var(--portal-color-var) 0) top right;
    background-size: 75% 100%;
    background-repeat: no-repeat;
    width: 140px;
    top: 20px;
    right: -17px;
    text-align: center;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .2);
}

.favorites {
    text-align: center;
    line-height: 48px;
    border-left: 1px dashed rgba(0, 0, 0, 0.35);
}

.favorites i {
    color: rgb(218, 83, 44);
    font-size: 25px;
}

.favorites .fa-heart:after {
    content: attr(data-favorites-amount);
    position: absolute;
    top: 0;
    left: calc(50% + 8px);
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 23px;
    display: block;
    width: 24px;
    height: 24px;
    background: #2a88bd;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-family: "Lato", sans-serif;
}

.favorite-container {
    cursor: pointer;
}

.basket-content tr {
    display: table;
}

.basket-empty {
    display: block !important;
}

.favorites .fa-heart:after {
    content: attr(data-favorites-amount);
    position: absolute;
    top: 0;
    left: calc(50% + 8px);
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 23px;
    display: block;
    width: 24px;
    height: 24px;
    background: #2a88bd;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-family: "Lato", sans-serif;
}

.groupbox {
    margin-top: 45px;
    margin-bottom: 25px;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    width: 100%;

}

.bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
    box-shadow: none !important;
}

.groupbox-title {
    border: 1px solid var(--portal-color-var);
    color: var(--portal-color-var);
    border-radius: 5px;
    padding: 9px 18px 9px 18px;
    position: relative;
    top: -13px;
    background: #fff;
}

.groupbox-content {
    text-align: start;
    padding: 15px;
}

.favorite-container {
    cursor: pointer;
}

.basket-content tr {
    display: table;
}

.basket-empty {
    display: block !important;
}

.steps .step:first-child {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.47);
}

.step {
    float: left;
    padding-left: 28px;
    padding-right: 28px;
    padding-top: 16px;
    padding-bottom: 16px;
}

/*STUDIO JS API CSS*/
.window-cell-right {

}

.lightbox-button-group .btn {
    font-size: 12px !important;
}

#optional-adjustments-items tbody th, #mandatory-adjustments-items tbody th {
    vertical-align: middle;
}


/** placeholder **/


/**
 * checkbox design
 */

.pretty.p-default input[type="checkbox"] {
    position: relative;
    width: 1px;
    height: 1px;
    opacity: 0;
}

.pretty.p-default input[type="checkbox"]:checked + .state label {
    border-color: #2a88bd;
}

.pretty.p-default input[type="checkbox"]:checked + .state label:after {
    transition: 300ms;
    content: '\f00c';
    font-family: FontAwesome;
    color: #fff;
    display: block;
    position: relative;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    left: 1px;
    top: 1px;
    line-height: 20px;
    font-size: 12px;
    background: #2a88bd;
}

.pretty.p-default.disabled input[type="checkbox"] + .state label:after {
    transition: 300ms;
    content: '\f00d';
    font-family: FontAwesome;
    color: #fff;
    display: block;
    position: relative;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    left: 1px;
    top: 1px;
    line-height: 20px;
    font-size: 12px;
    background: rgba(0,0,0,0.3);
    pointer-events: none;
}

.pretty.p-default label {
    transition: 300ms;
    width: 24px;
    height: 24px;
    color: transparent;
    border: 1px solid rgba(0,0,0,0.3);
    border-radius: 12px;
    cursor: pointer;
}

.ph-col-2, .ph-col-4, .ph-col-6, .ph-col-8, .ph-col-10, .ph-col-12 {
    margin: 0 auto;
}

.textflow-container {
    position: absolute;
    left: calc(100% - 55px);
    color: rgba(0, 0, 0, 0.4);
    font-size: 12px;
    font-weight: bold;
}

.daterangepicker .calendar {
    display: block!important;
}
.start-date{
    color: white!important;
}
.in-range{
    color: white!important;
    background-color: rgba(42,136,189, 0.5)!important;
}
.end-date{
    color: white!important;
    background-color: rgb(42,136,189)!important;
}
.wwm-checkbox [type="checkbox"] + label::before{
    content: '\a0';
    display: inline-block;
    vertical-align: 0.2rem;
    width: 1.2rem;
    height: 1.2rem;
    background-color: white;
    border-radius: 3px;
    line-height: 1rem;
    border: 1px solid;
}
.wwm-checkbox [type="checkbox"]:checked + label::before{
    content: '\f00c';
    font-weight: 400;
    font-size: 1.1rem;
    color: #007aae;
    font-family: 'FontAwesome';
}
.wwm-checkbox [type="checkbox"]:disabled + label::before{
    font-weight: 400;
    font-size: 1.1rem;
    color: grey;
    background-color: gainsboro;
    font-family: 'FontAwesome';
}
.wwm-checkbox [type="checkbox"]:hover + label::before{
    background-color: gainsboro;
}
.wwm-checkbox [type="checkbox"]{
    position: absolute;
    clip: rect(0, 0, 0, 0);
}

.page-link {
    margin-left: 5px;
    margin-right: 5px;
    border: none !important;
    color: var(--portal-color-var);
}

.page-link:hover {
    color: var(--portal-color-var);
}

.page-link:focus {
    box-shadow: 0 0 0 0.2rem var(--portal-color-var); !important;
}

.page-item.active {
    border: none !important;
    background:  transparent !important;
}

.page-item.active .page-link{
    background: var(--portal-color-pagination-var) !important;
    border: 1px solid var(--portal-color-var) !important;
    color: var(--portal-color-font-var) !important;
}

.card-img-top {
    width: 100%;
    height: 100px;
}

.card-deck {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.card.participants {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card.participants:hover {
    transform: scale(1.05);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.upload-btn-wrapper {
    position: relative;
    width: 100%;
    height: 150px;
    border: 2px dashed #ccc;
    border-radius: 12px;
    text-align: center;
}

.upload-btn-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

.upload-btn-wrapper i.fa {
    font-size: 24px;
    margin-bottom: 5px;
}

.upload-btn-wrapper input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
}

.includedInTA{
    position: relative;
    display: inline-block;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 8px 12px;
    z-index: auto;
}

.download-icon-style{
    color: var(--portal-color-var);
}

.download-icon-style:hover {
    color: black;
}