@charset "utf-8";

/* CSS Document */
.voor-card-header > img {
    width: 45px !important;
}
#updated_case .voor-card-header {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
}

/*custom font*/

@font-face {
    font-family: 'Minion Pro';
    src: url('../../fonts/MinionPro-Regular.eot');
    src: url('../../fonts/MinionPro-Regular.eot?#iefix') format('embedded-opentype'), url('../../fonts/MinionPro-Regular.woff2') format('woff2'), url('../../fonts/MinionPro-Regular.woff') format('woff'), url('../../fonts/MinionPro-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('../../fonts/SourceSansPro-Semibold.eot');
    src: url('../../fonts/SourceSansPro-Semibold.eot?#iefix') format('embedded-opentype'), url('../../fonts/SourceSansPro-Semibold.woff2') format('woff2'), url('../../fonts/SourceSansPro-Semibold.woff') format('woff'), url('../../fonts/SourceSansPro-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('../../fonts/SourceSansPro-Regular.eot');
    src: url('../../fonts/SourceSansPro-Regular.eot?#iefix') format('embedded-opentype'), url('../../fonts/SourceSansPro-Regular.woff2') format('woff2'), url('../../fonts/SourceSansPro-Regular.woff') format('woff'), url('../../fonts/SourceSansPro-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('../../fonts/SourceSansPro-LightIt.eot');
    src: url('../../fonts/SourceSansPro-LightIt.eot?#iefix') format('embedded-opentype'), url('../../fonts/SourceSansPro-LightIt.woff2') format('woff2'), url('../../fonts/SourceSansPro-LightIt.woff') format('woff'), url('../../fonts/SourceSansPro-LightIt.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Minion Pro';
    src: url('../../fonts/MinionPro-Semibold.eot');
    src: url('../../fonts/MinionPro-Semibold.eot?#iefix') format('embedded-opentype'), url('../../fonts/MinionPro-Semibold.woff2') format('woff2'), url('../../fonts/MinionPro-Semibold.woff') format('woff'), url('../../fonts/MinionPro-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}


/*end custom fonts*/


/* Table of Contents
-----------------------------------------------------------------------------
1. Clean Base
2. Base Typography
3. Images
4. Links
5. Forms
6. Tables
7. Framework 
*/


/* 1. Clean Base
------------------------------------------------------------------------------*/

html,
body,
br,
hr,
div,
span,
a,
object,
iframe,
ul,
ol,
dl,
li,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
q,
address,
small,
big,
cite,
dfn,
ins,
del,
i,
em,
b,
strong,
sup,
sub,
strike,
pre,
code,
samp,
kbd,
var,
tt,
form,
fieldset,
legend,
label,
input,
textarea,
option,
.nobox {
    background: transparent;
    border: 0;
    font-size: 100%;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

blockquote,
q {
    quotes: none;
}

br {
    height: 0;
}

ul,
ol,
dl,
li {
    margin: 0;
    padding: 0;
}

html,
body {
    height: 100%;
    border: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
}


/* Class for clearing floats */

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.cf:after,
.cf:before {
    display: table;
    content: ''
}

.cf:after {
    clear: both;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/* 2. Base Typography
------------------------------------------------------------------------------*/

body {
    color: #515048 !important;
    font-family: 'Source Sans Pro' !important;
    font-weight: 300;
    font-size: 13px;
}


/*h1, h2, h3, h4, h5, h6 {
    
    font-weight: 700;
    text-transform: uppercase;
    color: #404041;
}

*/

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: inherit !important;
}

h1 {
    font-size: 35px !important;
    line-height: 54px;
    text-transform: uppercase;
    padding-bottom: 15px;
    font-weight: 600 !important;
    color: #54534a !important;
}

h2 {
    margin-bottom: 10px !important;
    font-size: 18px !important;
    line-height: 26px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
}

h3 {
    font-size: 18px !important;
}

h4 {
    font-size: 13px !important;
    line-height: 28px !important;
    font-family: 'Source Sans Pro';
}

h5 {
    margin-bottom: 20px !important;
    font-size: 27px !important;
    line-height: 30px !important;
}

h6 {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 20px;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17px;
    border-left: 5px solid #eee;
}

p strong {
    display: block;
    font-weight: 700;
}

p a {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}

p span {
    color: inherit;
    font-weight: 700;
}

p {
    line-height: 26px;
    font-size: 15px;
}

ul {
    padding: 0;
    margin: 0;
    margin-bottom: 15px;
    margin-left: 0px;
}

ul li {
    padding: 0;
    margin: 0;
    font-size: 13px;
    line-height: 20px;
    color: #404041;
    font-weight: 400;
    list-style-type: none;
}

ol {
    /* Box-model */
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
    margin-left: 18px;
}

ol li {
    /* Box-model */
    padding: 0;
    margin: 0;
    /* Typography */
    font-size: 16px;
    line-height: 24px;
    color: #2c2c2c;
    font-weight: 400;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}


/* 3. Images
------------------------------------------------------------------------------*/

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

.alignleft {
    float: left;
    margin: 0 20px 20px 0;
}

.alignright {
    float: right;
    margin: 0 0 20px 20px;
}

.aligncenter,
.alignnone {
    float: none;
    margin: 0 auto 20px;
}


/* 4. Link
------------------------------------------------------------------------------*/

a {
    color: #333333 !important;
    text-decoration: none;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

a:hover,
a:focus {
    color: #f8971d;
    outline: none;
}


/* 5. Forms
------------------------------------------------------------------------------*/

input,
button,
select,
textarea {
    font-weight: 300;
    font-size: inherit;
    line-height: inherit;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border: none;
    -webkit-text-size-adjust: none;
    outline: none
}

input[type='email'],
input[type='text'],
input[type='search'],
input[type='tel'],
input[type='password'],
textarea {
    padding: 0 10px 0 5px;
    display: block;
    width: 100%;
    height: 34px;
    font-size: 14px;
    line-height: 42px;
    color: #aeaeae;
    background: #eeeded;
    border: 1px solid #dbdbdb;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    font-style: italic;
    margin-bottom: 8px;
}

textarea {
    padding: 15px 22px;
    height: 122px;
    line-height: 24px;
    overflow: auto;
    resize: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    display: inline-block;
    padding: 0 18px;
    height: 42px;
    text-align: center;
    font-weight: 700;
    line-height: 39px;
    text-transform: uppercase;
    color: #ea7617;
    line-height: 42px;
    border: 1px solid #ea7617;
    background-color: transparent;
    cursor: pointer;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none;
    font-style: italic;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    background-color: #f28a00;
    border-color: #f28a00;
    color: #fff;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-input-placeholder {
    color: #aeaeae;
    font-size: 13px;
}

::-moz-placeholder {
    color: #aeaeae;
    font-size: 13px;
}

:-ms-input-placeholder {
    color: #aeaeae;
    font-size: 13px;
}

:-moz-placeholder {
    color: #aeaeae;
    font-size: 13px;
}

::placeholder {
    color: #aeaeae;
    opacity: 1;
    /* Firefox */
    padding: 5px;
}

.subscription-input ::-webkit-input-placeholder {
    color: #aeaeae;
    font-size: 13px;
    font-weight: 900;
}


.subscription-input ::-moz-placeholder {
    color: #aeaeae;
    font-size: 13px;
    font-weight: 900;
}

.subscription-input :-ms-input-placeholder {
    color: #aeaeae;
    font-size: 13px;
    font-weight: 900;
}

.subscription-input :-moz-placeholder {
    color: #aeaeae;
    font-size: 13px;
    font-weight: 900;
}

.subscription-input ::placeholder {
    color: #f8971d;
    opacity: 1;
    /* Firefox */
    padding: 5px;
    font-weight: 900;
}

.marketing-detail .subscription-input>p{
    margin-top:-28px;
}

@-moz-document url-prefix() {
     ::-webkit-input-placeholder {
        opacity: 1;
    }
     ::-moz-placeholder {
        opacity: 1;
    }
     :-ms-input-placeholder {
        opacity: 1;
    }
     :-moz-placeholder {
        opacity: 1;
    }
}

input:focus,
select:focus,
span:focus,
button:focus {
    outline: 1px solid #ddd;
}

button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button;
    background: transparent;
    cursor: pointer;
    border: none;
}

textarea:focus {
    outline: 1px solid #f28a00;
    border-radius: 10px !important;
}

button:focus,
select:focus,
input:focus {
    border: 1px solid #ddd !important;
}


}
select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    text-overflow: '';
    text-indent: 0.01px;
}
select::-ms-expand {
    display: none;
}
input[type=search] {
    -webkit-appearance: none;
}
input,
textarea,
button,
select,
a,
div {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
*:focus {
    background-color: transparent !important;
}
input {
    border-radius: 0;
    -webkit-appearance: none;
}

/* 6. Tables
------------------------------------------------------------------------------*/
table {
    border-spacing: 0;
    border-collapse: collapse;
}
td {
    text-align: left;
    font-weight: normal;
}

/* 7. Layout Framework
------------------------------------------------------------------------------*/

/* commomn css */
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.text-left {
    text-align: left;
}
.text-justify {
    text-align: justify;
}
.left {
    float: left;
}
.right {
    float: right;
}
.mm-page {
    min-height: 100%;
}
.wrapper {
    width: 100%;
    min-height: 100%;
}

/*sidebar start*/

/*sidebar-nav-end*/

/*header*/
/* header {
    height: 86px;
    display: block;
    width: 100%;
    padding-left: 35px;
} 
.navigation {
    display: block;
    width: 100%;
}*/
body>.wrapper{
    min-height:100vh;
    display: flex;
    flex-direction: column;
}
.logo {
    float: left;
    max-width: 196px !important;
}
.log img {
    float: left;
    padding-right: 10px;
}
.left-header {
    display: table;
}
.log {
    display: table-cell;
    vertical-align: bottom;
    padding-left: 60px;
}
.serch-header input {
    width: 212px;
    height: 24px;
    background: #eeeded;
    border: none;
    border: 1px solid #eeeded;
    padding-left: 25px;
    line-height: 2px;
}
.serch-header {
    padding-right: 50px;
    padding-top: 30px;
    display: none;
}
section.main-section-wrapper {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    width: 100%;
    flex:1;
    /* margin-top:87px; */
}
section.left-sidebar.sidebar.sidebar-collapsed .left-detail.menu {
    display: none;
}
.sidebar,
.toggle {
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}
.sidebar-collapsed {
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
}
section.left-sidebar.sidebar.sidebar-collapsed {
    width: 80px;
}
.sidebar-collapsed .toggle {
    right: -5px;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
}
a#togglebutton {
    position: absolute;
    left: 35px;
    top: 87px;
    z-index: 999;
}
/*left side-bar*/
.left-sidebar ul {
    margin-bottom: 20px;
    color: #2c2c2c;
}
.left-detail.menu ul li a:hover {
    color: #f9a236 !important;
    text-decoration: none;
}
.left-sidebar {
    padding-left: 35px;
    display: inline-block;
    background-color: #f4f4f4;
    padding-top: 40px;
    width: 260px;
}
.left-detail.menu h4 {
    margin-top: 0px;
    margin-bottom: 0px;
}
.home h4 {
    margin-bottom: 0px;
}
.home {
    padding-top: 20px;
    padding-bottom: 35px;
}
.left-detail p {
    font-size: 11px;
    line-height: 20px;
}
.home-orange {
    color: #f8971d !important;
    font-weight: 600;
    font-size: 14px;
}
.serch-header:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(../../images/search.png);
    background-size: 14px;
    position: absolute;
    background-repeat: no-repeat;
    top: 47px;
    margin-left: 7px;
}
.hide_section {
    max-height: 185px;
    overflow: hidden;
}

/*right sidebar*/
.right-sectionbar {
    width: calc(100% - 80px);
}
.background-img {
    max-height: 460px;
    overflow: hidden;
    height: 553px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.banner-box {
    width: 355px;
    height: 195px;
    position: absolute;
    top: 220px;
    left: 255px;
    background: #fff;
    border-radius: 20px;
}
.box-header {
    background: #688c8a;
    padding: 3px 8px;
    text-align: center;
    color: #fff;
    border-radius: 20px 20px 0px 0px;
    height: 50px
}
.box-header p {
    color: #fff;
    font-size: 13px;
}
.box-body {
    padding: 4px 15px;
}
span.box-tital {
    display: block;
    padding-bottom: 7px;
}
.maketing {
    float: left;
    width: 45%;
    padding-right: 30px;
}
.marketing-login .maketing h2 {
    font-size: 35px;
    margin-bottom: 20px;
    line-height: 40px;
}
.maketing p {
    font-size: 15px;
    padding-bottom: 10px;
    font-size: 13px;
}
.retail-bg p,
.retail-marketing p {
    font-size: 13px;
    margin-bottom: 13px !important;
}
a.btn {
    border: 1px solid #f8971d !important;
    padding: 3px 20px !important;
    border-radius: 50px !important;
    margin-top: 15px;
    font-size: 12px;
    display: inline-block;
    margin-bottom: 15px;
    cursor: pointer;
}
a.btn:hovper {
    color: #f8971d !important;
}
.r-mkt-text a.btn {
    display: table;
    text-align: center;
}
.retail-marketing {
    float: right;
    width: 50%;
    /*padding: 0px 25px;*/
    /* background-color: #f4f4f4;*/
}
.marketingMiddelen-detail p {
    font-size: 13px;
}
.Subscription-information .retail-marketing {
    padding: 0px 25px;
    padding-bottom: 50px !important;
}
.r-mkt-text {
    float: right;
    width: 60%;
    padding: 15px 15px 0px 25px;
}
.retail-marketing img {
    float: left;
    width: 30%;
}
.retail-marketing-img {
    min-height: 390px;
    float: left;
    width: 40%;
    background-position: center;
    background-size: cover;
}
.marketing-detail,
.abonnement {
    padding: 35px 50px;
    margin: 0px -25px;
}
p.box-text {
    color: #f8971d;
}
.marketing-detail.Subscription-information .retail-marketing-img {
    min-height: 322px;
}

/*footer*/
.footer {
    color: #fff;
    background-color: #688c8a;
    height: auto;
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.footer a {
    color: #fff !important;
    font-size: 15px;
}
.footer p {
    font-size: 15px;
    margin-bottom: 0px!important
}

/**/
.banner-bg {
    min-height: 212px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-bottom: 32px;
}
.marketing-2021-detail {
    padding: 0px 50px;
    text-align: center;
}

/*subscriptopn -information page */
.retail-bg {
    background-color: #f4f4f4;
    float: left;
    width: 100%;
}
.Subscription-information .retail-marketing,
.abonnement .retail-marketing {
    float: left;
    padding: 0px 25px;
}
p {
    margin-bottom: 0px !important;
}

/*information folder page */
.specification-folder ul {
    margin-left: 20px;
}
.list-dots:before {
    content: "";
    background: #54534a;
    height: 7px;
    width: 7px;
    display: block;
    border-radius: 50%;
    position: relative;
    top: 17px;
    left: -16px;
}
.specification-folder .retail-marketing {
    float: right;
    width: 40%;
    padding: 0px;
    margin-bottom: 50px;
}
.specification-folder .maketing {
    float: left;
    width: 60%;
    padding-right: 50px;
}
.specification-folder video {
    height: 330px;
    width: 405px;
}
.img-left {
    float: left;
    width: 50%;
}
.img-right {
    float: right;
    width: 50%;
    padding: 10px;
}

/*.img-right img {
   padding: 15px;
    width: 33.33%;
    float: left;
}*/
.specification-folder .home-orange {
    line-height: 25px;
}

/*log-in page */
div#app {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.login-banner {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    display: inline-block;
    width: 100%;
    height: 100%;
    background-image: url(../../images/login_BG.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-filter: filter: blur(3px);
    -moz-filter: filter: blur(3px);
    -ms-filter: filter: blur(3px);
    -o-filter: filter: blur(3px);
    filter: blur(3px);
}
.login-banner::after {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, .4);
    content: '';
}
.login-box {
    position: relative;
}
.login-box,
.register-box {
    width: 360px;
    margin: 7% auto;
}
.login-logo {
    position: absolute;
    top: -57px;
    left: 50%;
    display: block;
    max-width: 200px;
    margin: 0 auto;
    padding: 20px;
    border-radius: 50%;
    background: #f28a00;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    box-shadow: 0px 3px 8px -2px #36425a;
}
.login-logo,
.register-logo {
    font-size: 35px;
    text-align: center;
    margin-bottom: 25px;
    font-weight: 300;
}
.login-logo img {
    width: 65px;
    height: 65px;
}
.login-box-body {
    padding-top: 70px !important;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 5px 14px -5px #36425a;
}
.login-box-body,
.register-box-body {
    background: #fff;
    padding: 20px;
    border-top: 0;
    color: #666;
}
.login-title {
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.login-title h2 {
    margin: 0;
    color: #000;
    font-size: 25px;
    text-align: center;
}
.login-box .alert {
    position: absolute;
    bottom: -140px;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
}
.alert-success {
    margin: 10px 0;
    padding: 10px;
    border-color: #f28a00;
    background-color: transparent !important;
    color: #f28a00 !important;
}
.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.text-center {
    text-align: center;
}
.form-group {
    margin-bottom: 15px;
}
.has-feedback {
    position: relative;
}
.has-feedback .form-control {
    padding-right: 42.5px;
    padding-left: 10px;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.login-box-body .form-control-feedback,
.register-box-body .form-control-feedback {
    color: #777;
}
.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}
.login-box-body .has-feedback .form-control {
    height: 50px;
    border: none;
    border-radius: 40px;
    background-color: #FFF;
    box-shadow: 0px 2px 6px -2px #000 !important;
    border: 1px solid #e8e8e8;
}
.login-box-body ::placeholder {
    font-style: normal;
}
.login-box .checkbox,
.radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.loginbox-footer .left-footer {
    margin: 0px;
    padding-left: 15px;
}
.loginbox-footer .icheck {
    padding-top: 10px;
}
.loginbox-footer .ckeckbox {
    display: flex;
}
.checkbox label {
    padding-left: 0;
    color: #000;
}
.checkbox label,
.radio label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}
.checkbox label,
.radio label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}
.icheckbox_square-blue {
    margin-right: 5px;
    position: relative;
}
.icheckbox_square-blue,
.iradio_square-blue {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 22px;
    height: 22px;
    background: url(../../images/blue.png) no-repeat;
    border: none;
    cursor: pointer;
    margin-right: 7px !important;
}
.loginbox-footer {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
}
.footer-row {
    margin-left: -5px;
}
.right-footer button {
    background-color: #3e3935;
    padding: 10px 15px;
    font-weight: 600;
    font-size: 15px;
    border-color: #3e3935;
    box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.2);
    color: #fff;
    line-height: 20px;
    text-transform: capitalize;
    font-style: normal;
    border-radius: 25px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.right-footer button:hover {
    background-color: #f28a00;
    border-color: #f28a00;
}
.login-box-body .form-control-feedback {
    right: 8px;
    line-height: 55px;
}
.login-box-body .form-control-feedback,
.register-box-body .form-control-feedback {
    color: #777;
}
.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}

/* header Page */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary{
    background-color: #ffffff !important;
}

.header-section {
    /* position: fixed; */
    width: 100%;
    left: 0px;
    top: 0px;
    background-color: #ffffff;
    min-height: 87px;
    height:auto;
    z-index: 9;
    padding: 12px 0;
}
.header-section .wrapper {
    padding: 0px 33px;
    display: flex;
    vertical-align: top;
    width: 100%;
    align-items: center;
    flex-wrap: wrap;
}
/* .header-section .logo-new {
    float: left;
    width: auto;
    padding: 11px 0px 14px 0px;
} */
.header-section .user-block {
    float: left !important;
    width: auto !important;
    padding: 0px 0px 0px 45px !important;
    flex: auto !important;
}
.header-section .user-block a {
    float: left !important;
    width: auto !important;
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    font-size: 15px !important;
    color: #484848 !important;
    text-decoration: none !important;
    font-weight: 400 !important;
    line-height: 19px !important;
}
.header-section .user-block span.grs-txt {
    padding: 0px 10px !important;
}
.header-section .user-block span.logout-icon img {
    width: 19px !important;
    height: auto !important;
    vertical-align: middle !important;
}
.header-section .user-block span.user-new-1 img {
    width: 20px !important;
    height: auto !important;
    vertical-align: middle !important;
}
.header-section .marketingjaar-text-right {
    float: right;
    width: auto;
    display: flex; 
    flex-wrap: wrap;
    align-items: center;
    flex: 0 0 auto;
}
.header-section .marketingjaar-text-right label {
    color: #000000 !important;
    font-size: 15px !important; 
    line-height: 19px !important;
    font-weight: 400 !important;
    padding: 0px 18px 0px 0px !important;
    margin: 0px !important;
}
.header-section .marketingjaar-text-right span.year-txt,
.header-section .marketingjaar-text-right span.year-line {
    color: #000000 !important;
    font-size: 15px !important;
    line-height: 19px !important;
    font-weight: 400 !important;
    padding: 0px 0px 0px 0px !important;
    margin: 0px !important;
    width:auto !important;
}
.header-section .marketingjaar-text-right span.year-txt.selected {
    line-height: 19px !important;
    padding: 6px 10px 6px 10px !important;
    border-radius: 9px !important;
    background-color: #f29525;
    color: #ffffff !important;
    text-align: center !important;
    margin-left: 8px !important;
}
.header-section .marketingjaar-text-right span.year-line {
    padding: 0px 13px !important;
}
/*marketing subscription page*/
span.text {
    float: left;
    width: 60%;
    font-size: 11px;
}
.subscription-input {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    width: 90%;
}
.subscription-input input {
    width: 180px;
    height: 25px;
    border: none;
    color: #f8971d;
    font-weight: 900;
    line-height: 2px;
}
.maketing-sbcription {
    float: left;
    width: 50%;
}

/*droupdown select*/
.selection-box {
    padding-top: 40px;
    width: 80%;
    display: block;
    clear: both;
}
.selected {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 15px;
    position: relative;
}
.selected p {
    width: 73%;
    font-size: 11px;
}
select.select {
    padding: 6px;
    background: #eeeded;
    width: 100%;
    color:
}
.input-field.selected:after {
    width: 40px;
    background: #f8971d;
    content: "\25bc";
    text-align: center;
    line-height: 27px;
    color: #fff;
    font-size: 28px;
    position: absolute;
    right: 0px;
    height: 100%;
}
.voor-tital h2 {
    text-align: center;
    margin-bottom: 35px;
    font-size: 21px;
    line-height: 20px;
}
.voor-card-left {
    /* padding: 0px 25px; */
    display: inline-block;
    background: #fff;
    width: 100%;
    -webkit-transition: 1s ease all;
    padding-top: 40px;
}
.card-left-voor {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 1em;
    -moz-column-gap: 1em;
    column-gap: 1em;
    /* margin: 0px 0px 50px; */
    margin:0px;
    padding: 0;
    -moz-column-gap: 1.5em;
    -webkit-column-gap: 1.5em;
    column-gap: 1.5em;
    font-size: .85em;
}
.voor-tital {
    padding: 35px 50px;
}
.voor-card {
    position: relative;
}
.voor-card-header {
    background: #688c8a;
    padding: 15px;
    width: 100%;
    color: #fff;
    font-size: 20px;
    border-radius: 10px 10px 0px 0px;
    text-align: left;
}
.voor-card-header h3 {
    margin-top: 3px;
}
.voor-card-wrapper {
    position: relative;
}
.voor-card-body {
    background: #eeeeed;
    width: 100%;
    border-radius: 10px;
    position: relative;
}
.voor-card-innerbody ul li {
    line-height: 25px;
    padding: 5px 10px;
    border-bottom: 1px solid #688c8a;
}
.voor-card-innerbody ul {
    margin: 0px;
}
.li-height {
    height: 33px;
}
.voor-card-footer {
    padding: 5px 10px;
    line-height: 24px;
    background-color: #8fa6a6;
    color: #fff;
    border-radius: 0px 0px 10px 10px;
    font-size: 15px;
}
span.footer-price {
    float: right;
    padding-right: 15px;
}
.li-toggle-switch {
    position: relative;
    float: right;
}
.li-toggle-switch .onoffswitch {
    width: 60px;
    position: static;
}
.li-toggle-switch .onoffswitch-inner:before,
.li-toggle-switch .onoffswitch-inner:after {
    height: 25px;
    line-height: 25px;
    border-radius: 25px;
}
.li-toggle-switch .onoffswitch-switch {
    width: 13px;
}
.li-toggle-switch .onoffswitch-inner:before {
    content: "ja"
}
.li-toggle-switch .onoffswitch-inner:after {
    content: "nee"
}
.li-toggle-switch .onoffswitch-switch {}
.light-right {
    float: right;
    width: 35%;
}

/*table toggle on off swich */
.onoffswitch {
    position: absolute;
    width: 75px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    right: 15px;
    top: 15px;
}
.onoffswitch-checkbox {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border-radius: 20px;
}
.onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before,
.onoffswitch-inner:after {
    display: block;
    float: left;
    width: 50%;
    height: 30px;
    padding: 0;
    line-height: 30px;
    font-size: 14px;
    color: white;
    font-weight: bold;
    box-sizing: border-box;
}
.onoffswitch-inner:before {
    content: "AAN";
    padding-right: 10px;
    background-color: #f8971d;
    color: #FFFFFF;
    text-align: right;
}
.onoffswitch-inner:after {
    content: "UIT";
    padding-left: 10px;
    background-color: #54534a;
    color: #fff;
    text-align: left;
}
.onoffswitch-switch {
    display: block;
    width: 18px;
    margin: 9px;
    background: #FFFFFF;
    position: absolute;
    top: -3px;
    bottom: 3px;
    right: 0px;
    border-radius: 20px;
    transition: all 0.3s ease-in 0s;
}
.pop-up-body .onoffswitch-switch {
    top: -3px;
    bottom: -3px;
}
.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-switch {
    left: 0px;
}

/*end toggle swich*/
.maandel-section {
    padding: 35px 50px;
    /* margin-top: -295px;*/
}
.full-width-btn {
    width: 100%;
    border: 1px solid #f8971d;
    border-radius: 10px;
    line-height: 25px;
    padding: 10px;
}
.full-width-btn a {
    font-size: 20px;
    font-weight: 600;
}
.full-width-btn span {
    float: right;
    font-size: 20px;
    font-weight: 600;
}
.icon img {
    display: inline-block;
    padding-right: 10px;
}
.icon {
    float: left;
    /* padding-top: 30px; */
    width: 42%;
}
.checkbox-detal {
    float: right;
    width: 40%;
}
.checkbox-detal p i {
    font-weight: 600;
}
.grs-retail {
    background: #f8971d;
    padding: 6px 10px;
    color: #fff !important;
    width: 100%;
    margin-top: 10px;
    display: block;
    border-radius: 10px;
    text-decoration: none !important;
    cursor: pointer;
}
a.grs-retail:hover {
    color: #54534a;
}
.maandel-section .checkbox.icheck {
    float: left;
    margin-top: 30px;
}
.maandel-section p {
    margin-top: 30px;
}
.maandel-section .checkbox label,
.radio label {
    padding-left: 0px;
}

/*subscription pop-up*/
.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    opacity: 0;
}
.popup {
    margin: 70px auto;
    background: #fff;
    border-radius: 10px;
    width: 90%;
    position: relative;
    transition: all 2s ease-in-out;
}
.popup .close {
    position: absolute;
    top: -25px;
    right: -26px;
    transition: all 200ms;
    font-size: 22px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
    background: #fff;
    padding: 5px 15px 10px;
    border-radius: 100%;
    opacity: 1;
}
.popup .popup-content {
    max-height: 30%;
    overflow: auto;
}
a.button {
    text-align: center;
    display: block;
    margin-top: 50px;
}
.popup .li-toggle-switch {
    float: none;
}
.pop-up-7box {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    padding: 15px;
    flex-wrap: wrap;
    border-bottom: 1px solid #688c8a;
}
.popup p.strong {
    font-weight: 600;
}
.pop-up-body {
    height: 510px;
    overflow-y: scroll;
}

/*pop-up checkbox*/
.ckeckbox input[type="checkbox"] {
    width: 18px;
    height: 18px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    position: relative;
    border: 1px solid #d3d3d0;
    display: inline-block;
    border-radius: 0px;
    line-height: 2px;
}
.ckeckbox input[type="checkbox"]:checked:before {
    content: "\2714";
    position: absolute;
    left: 0;
    right: 0;
    top: 2px;
    bottom: 0;
    color: #f8971d;
    border-color: #f8971d;
    box-sizing: border-box;
    vertical-align: middle;
    text-align: center;
    line-height: 16px;
    font-size: 18px;
    font-weight: 100;
}
li.ckeckbox {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
}
li.ckeckbox input {
    margin-right: 5px;
    line-height: 2px;
}
.Oplage-input input {
    border: none;
    margin-left: 10px;
    width: 90px;
    height: 20px;
    font-style: normal;
    line-height: 2px;
}
li.Oplage-input label {
    float: left;
    margin-right: 5px;
    line-height: 20px;
}
li.Oplage-input {
    position: relative;
    left: 25px;
    margin-top: 5px;
}

/*added 15-07-2020*/
p.pop-up-box-tital,
.popup-box p strong {
    font-size: 16px;
    font-weight: 900;
    line-height: 25px;
    padding-bottom: 5px;
}
.popup-box ul li,
.popup-box p {
    font-size: 15px;
}
.popup .voor-card-header p {
    text-align: center;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 15px;
}
.popup h3 {
    float: left;
}

/*select*/
.popup select {
    border: 0 none;
    background: transparent;
    padding: 2px 10px 0px 10px;
    border: none;
    cursor: pointer;
    background-image: url(../../images/select.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 13px;
    padding-right: 25px;
    color: #404041;
    font-size: 14px;
    -webkit-appearance: none;
    -ms-appearance: none;
}
.popup select:focus {
    border: none;
    outline: none;
}
.p-box-7 p.pop-up-box-tital {
    visibility: hidden;
}
.p-box-5.popup-box .Oplage-input input {
    width: 140px;
    line-height: 2px;
}
.popup-footer {
    background-color: #8fa6a6;
    color: #fff;
    padding: 15px;
    border-radius: 0px 0px 5px 8px;
    font-size: 15px;
    width: 100%;
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    position: relative;
    flex-wrap: wrap;
}
.voor-card-wrapper h3 {
    margin: 0px !important;
}

/*.marketing-detail.Subscription-information.cf {
    
    flex-wrap: wrap;
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
}*/

/*.Subscription-information .retail-marketing{
        float: none;
        flex-basis: 50%;
}*/
.select-size {
    color: #f8971d;
    font-weight: 900;
}
.subscription-input ul li {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    float: left;
    background: #eeeded !important;
    padding: 5px 11px 5px 11px;
    margin: 0px 1px;
    font-weight: 900;
    line-height: 12px;
}
.checkbox-detal .ckeckbox input[type="checkbox"] {
    width: 22px;
    height: 22px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    position: relative;
    border: 1px solid #f8971d;
    display: inline-block;
    border-radius: 0px;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: none !important;
    outline: 0px auto -webkit-focus-ring-color !important;
    outline-offset: 0px !important;
}
.row {
    width: 100%;
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
}
.marketingMiddelen .marketing-detail {
    padding-bottom: 0px;
}
.img-block {
    padding-bottom: 50px !important;
}
.marketingMiddelen .specification-folder .retail-marketing {
    margin-bottom: 0px;
}
.marketingMiddelen-detail-left {
    float: left;
    width: 60%;
    padding-right: 50px;
}
.marketingMiddelen-detail {
    padding-bottom: 30px;
}

/*added 20-07-2020*/
.marketingMiddelen-detail-right {
    float: right;
    width: 40%;
}
.Middelen-vedio {
    padding-bottom: 40px;
}

/*21-07-2020*/
.maketing a.btn {
    margin-top: 0px;
}

/*22-07-2020*/
li.Oplage-input select {
    width: 100px;
    line-height: 15px;
    font-size: 12px;
    font-size: 12px;
    height: 20px;
    margin-bottom: 10px;
}
.form-control:focus {
    border-color: #f8971d !important;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgb(248, 151, 29) !important;
}
.error {
    color: red
}
.contentdesc {
    height: 230px;
    overflow: hidden;
}
ul.submenu li {
    list-style-type: disc;
    margin-left: 25px;
}
p em {
    color: #f8971d !important;
    font-weight: 600;
}
.voor-card-header h3 {
    display: flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -webkit-flex;
}
.folder h3 {
    padding-top: 20px;
    line-height: 30px;
}
.infotooltip {
    position: relative;
    display: inline-block;
    margin-top: -10px;
}
.infotooltip .tooltiptext {
    visibility: hidden;
    min-width: 380px;
    width: auto;
    padding: 150px;
    background-color: #f8971d;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 8px 10px;
    position: absolute;
    z-index: 1;
    top: 90%;
    left: 50%;
    margin-left: -190px;
    opacity: 1 !important;
    transition: opacity 0.3s;
    line-height: 18px;
    font-size: 14px;
}
.infotooltip .tooltiptext::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #f8971d transparent;
}
.infotooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}
.voor-card-header h3 {
    float: left;
}
.infotooltip img {
    margin-top: -15px;
    margin-left: 10px;
}
.marketingMiddelen-detail-right ul li {
    position: relative;
    font-size: 14px;
}
.marketingMiddelen-detail-right ul li:before {
    content: "";
    height: 10px;
    width: 10px;
    background: #f8971d;
    border-radius: 100%;
    display: inline-block;
    position: absolute;
    top: 8px;
    left: -20px;
}
.contact-info {
    display: flex;
    justify-content: center;
    padding-top: 50px;
}
.left-side,
.right-side {
    width: 30%;
    text-align: left;
}
.left-side img {
    float: left;
    padding-right: 15px;
    width: 60px;
}
.right-side img {
    float: left;
    padding-right: 15px;
    width: 60px;
}
p.heading {
    font-size: 15px;
    font-weight: 900;
    color: #54534a;
}
.left-detail.menu {
    display: block;
}

.subscription-input ul {
    width: 180px;
}
.market-bg {
    background-color: #f4f4f4;
}
.introtext {
    height: 55px;
    overflow: hidden;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.folder ul li {
    list-style-type: disc !important;
}
.marketingMiddelen-detail .folder.specification-folder ul:before {
    display: none !important;
}
ul.submenu {
    margin-bottom: 0px;
}
.marketing-readmore {
    height: 280px;
    overflow: hidden;
    margin-bottom: 12px;
}
input#save,a.d-close-folder{
    background: #f8971d;
    color: #fff !important;
    font-weight: 900;
    font-style: normal;
    padding: 10px 30px ;
    line-height: 2px;
    height: 31px;
    border-color: #f8971d;
    border-radius: 5px !important;
    -webkit-appearance: none;
    appearance: none;
}
input#save:hover,a.d-close-folder:hover {
    background: #fff;
    color: #f8971d !important;
}
.retail-marketing h2 {
    margin-top: 0px !important;
}
ul.list-dots li {
    list-style-type: none !important;
}
a.submenu-select img {
    width: 15px;
    height: 10px;
    text-align: right;
}
a.submenu-select {
    position: relative;
    left: 15px;
}
.submenu {
    display: none;
}
.maandel-section textarea {
    border: 1px solid #f8971d !important;
    margin-bottom: 20px !important;
    border-radius: 10px;
    padding: 10px;
}
.maandel-section textarea:focus {
    border: none !important;
}
.icon .grs-retail {
    margin-top: 31px;
    padding: 5px 15px;
    margin-bottom: 15px;
}
.icon a {
    text-decoration: none;
}
.hide_section p {
    margin-bottom: 0px !important;
}
.box-footer {
    padding-bottom: 30px;
}
p.popup-price-text {
    position: absolute;
    right: 80px;
}
body.modal-open {
    overflow: visible;
}
#terms-condition {
    cursor: pointer;
}
#price_toggle {
    text-decoration: none;
    cursor: pointer;
    padding: 10px;
    text-align: center;
}
.chart-bar {
    max-height: 180px !important;
}

/*Graph css*/
.subscription-input {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    width: 90%;
}
.subscription-input input {
    width: 180px;
    height: 25px;
    border: none;
    color: #f8971d;
    font-weight: 900;
    line-height: 2px;
}
.maketing-sbcription {
    float: left;
    width: 50%;
}
.main_chart_class {
    position: relative;
}

/*.graph-info {
    float: right;
    display: block;
}*/
.graph-info p {
    font-size: 10px;
    float: left;
    padding-right: 12px;
    padding-top: 20px;
}
p.yellow:before {
    background: #ffa500;
    content: "";
    height: 10px;
    width: 10px;
    display: inline-block;
    margin-right: 5px;
}
p.green:before {
    background: #008b8b;
    content: "";
    height: 10px;
    width: 10px;
    display: inline-block;
    margin-right: 5px;
}
p.red:before {
    background: #ff0000;
    content: "";
    height: 10px;
    width: 10px;
    display: inline-block;
    margin-right: 5px;
}
p.blue:before {
    background: #0000ff;
    content: "";
    height: 10px;
    width: 10px;
    display: inline-block;
    margin-right: 5px;
}

/*Chart - 17-08-2020*/
#chart-1-container {
    margin-left: -10px !important;
}
#chart-2-container {
    margin-left: 10px;
}

.checkbox-detal .ckeckbox input[type="checkbox"] {
    margin-left:0px;
}
/*added 20-08-2020*/
.selection-box select.select {
    border: 1px solid #eeeded;
    background-color: transparent;
    z-index: 999;
}
.selection-box select {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.marketingMiddelen-detail-left img {
    height: auto !important;
    width: auto !important;
}

/*added 10-12-2020*/
div#saveModal {
    background: #00000094;
}
div#saveModal p:before {
    content: "\2713";
    position: absolute;
    top: 30px;
    left: 15px;
    font-size: 25px;
    font-weight: 900;
}
div#saveModal p {
    margin-top: 0px !important;
    color: #fff !important;
    padding-left: 30px;
}
div#saveModal .modal-content {
    border-radius: 15px;
    overflow: hidden;
    margin: 0px auto;
    top: 50%;
}
div#saveModal .modal-body {
    background: #51A351 !important;
    border-radius: 10px;
}
@media (min-width: 768px) {
    div#saveModal .modal-dialog {
        width: 600px;
        margin: 50px auto;
    }
    
    div#saveModal .modal-dialog {
        width: 40% !important;
        top: 45%;
        transform: translate(0%, -50%);
    }
}
.modal-dialog.folder-specification {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    width: 100% !important;
    height: 100%;
    margin: 0px;
}
html body div#saveModal.modal.rgb-save-modal-new .modal-dialog {
    padding: 0px 0px;
}
html body div#saveModal.modal.rgb-save-modal-new .modal-content {
    background: #51A351 !important;
    border-radius: 10px;
}
html body div#saveModal.modal.rgb-save-modal-new .modal-content .modal-header {
    background: transparent !important;
    border-radius: 0px;
    border: 0px;
    position: relative;
    padding-top: 50px;
}
html body div#saveModal.modal.rgb-save-modal-new .modal-content .modal-body {
    background: transparent !important;
    border-radius: 0px;
    border: 0px;
}
html body div#saveModal.modal.rgb-save-modal-new .modal-content .modal-footer {
    background: transparent !important;
    border-radius: 0px;
    border: 0px;
    text-align: center;
    padding-bottom: 50px;
    padding-top: 30px;
}
html body div#saveModal.modal.rgb-save-modal-new .modal-content .modal-body p::before {
    display: none;
}
html body div#saveModal.modal.rgb-save-modal-new .modal-content .modal-body p {
    padding: 0px;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
}
html body div#saveModal.modal.rgb-save-modal-new .modal-content .modal-header h4 {
    text-align: center;
    color: #fff;
    font-size: 25px !important;
    font-weight: 600;
    line-height: 35px !important;
}
html body div#saveModal.modal.rgb-save-modal-new .modal-content .modal-header button.close {
    color: #fff;
    opacity: 1;
    font-size: 30px;
    font-weight: 400 !important;
    height: 30px;
    line-height: 30px !important;
    vertical-align: top;
    text-shadow: none !important;
    position: absolute;
    right: 15px;
    top: 5px;
    margin: 0px !important;
    padding: 0px !important;
    border-radius: 0px !important;
    outline: none !important;
    border: 0px !important;
    box-shadow: none !important;
}
html body div#saveModal.modal.rgb-save-modal-new .modal-content .modal-header button.close:hover {
    color: #fff;
    background-color: transparent;
}
html body div#saveModal.modal.rgb-save-modal-new .modal-content .modal-footer button.savepopup {
    border-radius: 10px;
}
html body div#saveModal.modal.rgb-save-modal-new .modal-content .modal-footer button.savepopup,
html body div#saveModal.modal.rgb-save-modal-new .modal-content .modal-footer button.savepopup:hover {
    background-color: #f28a00;
    border-color: #f28a00;
    color: #fff;
    outline: none;
    min-width: 93px;
}
html body div#saveModal.modal.rgb-save-modal-new .modal-content .modal-footer button.savepopup:hover {
    background-color: #333333;
    border-color: #333333;
    color: #fff;
}
.marketing-2021-detail>div.marketing-detail{
    text-align:left;
    padding:0px;
    margin:0;
}
.marketing-2021-detail>div.marketing-detail .main_chart_class{
    float:left;
    width:50%
}
@media (max-width: 1199px) {
    .marketing-2021-detail>div.marketing-detail .main_chart_class{
        width:50%
    }
    .marketing-2021-detail>div.marketing-detail .maketing-sbcription{
        width:50%
    }
    .marketing-detail .subscription-input>p {
        margin-top: 0px;
    }
        /* overlapping menu */
        /* .main-section-wrapper{
            position: relative;
        } */
        body>.wrapper>.header-section{
            width:90%;
        }
        a#togglebutton {
            top: 20px;
            right:20px;
            left:auto;
        } 
        section.left-sidebar.sidebar.sidebar-collapsed .left-detail.menu {
            display: block;
        } 
        .left-detail.menu {
            display:block;
        }
        .left-sidebar{
           position:absolute;
           left:-550px;
           width:250px !important;
           z-index:9;
        }
        section.left-sidebar.sidebar.sidebar-collapsed {
          left: 0;
        }
        .left-sidebar + .right-sectionbar, .left-sidebar ~ .right-sectionbar {
            width:100%;
        }
        section.left-sidebar.sidebar.sidebar-collapsed ~ .right-sectionbar{
            position: relative;
        }
        section.left-sidebar.sidebar.sidebar-collapsed ~ .right-sectionbar:after{
            position: absolute;
            content:"";
            width:100%;
            height:100%;
            top:0;
            left:100%;
            background:rgba(0,0,0,0.5);
            transition: all .5s ease-in-out;
        }
        section.left-sidebar.sidebar.sidebar-collapsed ~ .right-sectionbar:after{
            left:0;
        }
}
@media(max-width: 1024px) {
    html body div#saveModal.modal.rgb-save-modal-new {
        padding-right: 0px !important;
    }
    
    html body div#saveModal.modal.rgb-save-modal-new .modal-dialog {
        padding: 0px 0px;
        width: calc(100% - 20px);
        margin: 11px auto;
    }
    .left-side, .right-side {
        width: 40%;
    }
}
@media (max-width: 1023px) {
    /* selectort popup */
    .popup .voor-card-header{
        display:flex;
        flex-wrap:wrap;
    }
    .popup .voor-card-header p{
        position:static;
        padding:0 !important;
        left:auto;
        right:auto;
        text-align: left;
        line-height:20px;
    }
    .popup .voor-card-header .onoffswitch{
        top:10px;
    }
    .popup .popup-footer p{
        position:static;
    }
    /* selectort popup */
    /* .marketing-2021-detail>div.marketing-detail .main_chart_class, .marketing-2021-detail>div.marketing-detail .maketing-sbcription{
        float:none;
        width:100%
    } */
    .marketing-2021-detail>div.marketing-detail .main_chart_class, .marketing-2021-detail>div.marketing-detail .maketing-sbcription{
        float:none;
        width: 70%;
        margin:0 auto;
    }
    .marketing-2021-detail>div.marketing-detail>div.subscription-input{
        justify-content:center;
    }
    .marketing-2021-detail>div.marketing-detail>div>a.grs-retail{
        margin: 0 auto;
    }
}

/* Nexus */
@media  only screen and (max-width: 767px) { 
    .marketing-2021-detail>div.marketing-detail .grs-retail{
        display:inline-block;
        margin:20px 0 0!important;
    }    
    /* a#togglebutton {
        top: -30px;
        left:20px;
    }  */
    .right-sectionbar {
        width: calc(100% - 105px);
        transition: all .5s ease-in-out;
        -webkit-transition: all .5s ease-in-out;
    }
    .right-sectionbar .banner{
        margin-left:20px;
    }
    .left-sidebar + .right-sectionbar .banner,.left-sidebar ~ .right-sectionbar .banner{
        margin-left:0px;
    }
    .Middelen-vedio {
        padding-bottom: 0px;
    }
    span.text{
        width:50%;
    }
    h3{
        font-size: 14px !important;
    }
    .marketing-2021-detail>div.marketing-detail .main_chart_class, .marketing-2021-detail>div.marketing-detail .maketing-sbcription{
        float:none;
        width:100%;
        margin:0;
        margin-bottom:10px;
    }
    section.left-sidebar{
        top:55px;
    }
    #folder_package .popup .pop-up-body .pop-up-7box{
        display: block;
    }
    #folder_package .popup .pop-up-body .pop-up-7box .popup-box{
        margin:15px 0;
    }

}
@media screen and (max-width:767px) and (orientation:portrait) {
    .left-side, .right-side {
        width: 100%;
    }
    body>.wrapper>.header-section{
        width:100%;
    }
    body>.wrapper>.header-section .user-new-1{
        display:none;
    }
    .header-section .logo-new {
        flex-basis:45%;
    }
    body>.wrapper>.header-section .user-block {
        flex: 0 0 40% !important;
        display: flex;
        padding:0px !important;
    }
    .header-section .marketingjaar-text-right{
       justify-content:center !important;
    }
}


.header-section .marketingjaar-text-right a:hover span.year-txt{
    color: #f8971d !important;
}
.header-section .marketingjaar-text-right a:hover span.year-txt.selected {
    background-color: transparent !important;
    color: #f8971d !important;
}
