* {
    margin: 0;
    padding: 0;
    font-family: 'Fira Sans', sans-serif;
}

body {
    background-color: #eee !important;
    font-family: 'Fira Sans', sans-serif;
}

.statscol {
    margin: 20px;
    background-color: #dfdfdf;
}

h3 {
    margin: 5px 0 6px;
    color: #73879C !important;
    font-size: 22px;
    font-weight: 400 !important;
    width: 100%;
    font-family: "Fira Sans Condensed" !important;
}

h3 small {
    font-family: "Fira Sans Condensed";
}

.invisbutton {
    background: transparent;
    border: none !important;
    font-size: 0;
    position: absolute;
}

h2 {
    margin: 5px 0 6px;
    display: block;
    color: #73879C !important;
    font-size: 16px;
    width: 100%;
    border-bottom: 2px solid #E6E9ED;
}

.icon {
    max-width: 1em;
}

.navb {
    z-index: 3;
    position: fixed;
    height: 50px;
    left: 0;
    right: 0;
    background-color: #11435d;
    margin: 0;
}

.btn-custom {
    background-color: #11435d !important;
}

.navb ul {
    float: right;
}

.navb li {
    width: 240px;
    border-bottom: none;
    height: 50px;
    font-weight: 500;
    line-height: 50px;
    font-size: 15px;
}

/* Option 1 - Display Inline */

/*.navb li {
    display: inline-block;
    margin-right: -4px;
    text-align: center;
}

.navb a {
    text-decoration: none;
    color: #fff;
    display: block;
    transition: .3s background-color;
}

.navb a:hover {
    text-decoration: none;
    background-color: #15435E;
    color: #fff;
}

.navb a.active {
    background-color: #fff;
    color: #444;
    cursor: default;
}

/*.sidebar {
    z-index: 2;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.46);
    position: fixed;
    background-color: rgb(255, 255, 255);
    min-width: 210px;
    top: 50px;
    bottom: 0;
    margin: 0;
}

.sidebar ul {
    float: right;
    width: 100%;
}*/

/* Option 1 - Display Inline */

/*.sidebar li {
    border-bottom: none;
    height: 50px;
    line-height: 50px;
    display: block;
    font-weight: 500;
    font-size: 15px;
}*/

.sidebar ul ul li {
    background-color: #f4f4f4;
}

.sidebar a {
    color: #757575;
    transition: .3s background-color;
}

.sidebar a svg{
    margin: 0 16px 0 20px;
}

.sidebar a:hover {
    color: #757575;
    text-decoration: none;
    background-color: #e9e9e9;
}

.sidebar-sticky {
    padding-top: 3rem;
    min-height: 100vh;
}

.sidebar-sticky ul li a {
    border-radius: 3px;
    padding: .8rem 1rem;
}

.sidebar-sticky ul li {
    margin-bottom: 5px;
}

.percent {
    display: inline-block;
    line-height: 110px;
    z-index: 2;
}

.percent:after {
    content: '%';
    margin-left: 0.1em;
    font-size: .8em;
}

#placeholder {
    width: 200px;
    height: 200px;
    position: absolute;
    right: 0;
    top: 300px;
    border: 3px solid #fff;
    opacity: 0.9;
    background: #ccc;
}

.cChart {
    position: relative;
    display: block;
    width: 110px;
    height: 110px;
    margin: 0 auto;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}

.cChart canvas {
    position: absolute;
    top: 0;
    left: 0;
}

.sidebar a.active {
    background-color: #e9e9e9;
    cursor: default;
}

.options, .infoblok {
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 2px 1px -1px rgba(0,0,0,.12);
    background-color: #fff;
    width: 100%;
    padding: 30px;
    overflow: auto;
}

/*.options div.collapse:first-of-type{
    margin-top: 15px;
}*/

.card {
    border-radius: 5px;
    width: 100%;
    padding: 20px;
    padding-left: 40px;
}

.Info {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.46);
    background-color: rgb(255, 247, 200);
    border-radius: 5px;
    width: 100%;
    padding: 20px;
    padding-left: 40px;
    margin-bottom: 40px;
    word-wrap: break-word;
}

.Info p {
    color: #ad9d3c;
}

.badge1 {
    position: relative;
}

.badge1[data-badge]:after {
    content: attr(data-badge);
    position: absolute;
    top: -10px;
    right: -10px;
    font-size: .7em;
    background: green;
    color: white;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    border-radius: 50%;
    box-shadow: 0 0 1px #333;
}

.warningArea {
    position: absolute;
    left: 250px;
    top: 50px;
    right: 0;
}

/*.main {
    z-index: 1;
    background-color: #f9fafb !important;
    position: absolute;
    left: 210px;
    top: 50px;
    right: 0;
    bottom: 0;
    padding: 50px 50px;
}*/

.form-horizontal {
    width: 100%;
}

.column {
    float: left;
    width: 50%;
    padding: 10px;
}

.settingbar {
    margin: 0 auto;
    width: 600px;
}

/*.logo {
    position: absolute;
    padding: 6px;
    top: 5px;
}*/

.logo h3 {
    display: inline;
    margin-left: 6px;
    color: white !important;
    vertical-align: bottom;
    font-family: 'Fira Sans' !important;
}

.logo img {
    width: 300px;
    margin: 5px 0px;
}

.centerdiv {
    display: block;
    margin: 0 auto;
}

/*.dropdown-menu a {
    font-size: 13px;
    line-height: 30px;
    color: #444 !important;
}

.dropdown-item {
    white-space: normal !important;
}*/

.daterangepicker .input-mini {
    width: 200px !important;
}

.lister {
    background-color: #f2f2f2;
    border-radius: 5px;
    width: 100%;
    padding: 20px;
    padding-left: 40px;
}

#myProgress {
    width: 100%;
    background-color: grey;
}

#myBar {
    width: 1%;
    height: 10px;
    background-color: green;
}

#chartdiv {
    width: 100%;
    height: 400px;
}

.testt {
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 998;
    width: 100%;
    height: 100%;
    position: fixed;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.testt h1,
.testt h2,
.testt h3 {
    /*position: absolute;
    top: 60%;
    left: 45%;*/
    display: none;
}

/* Absolute Center Spinner */

.cssload-thecube {
    position: fixed;
    z-index: 999;
    width: 73px;
    height: 73px;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
}

.cssload-thecube .cssload-cube {
    position: relative;
    transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
}

.cssload-thecube .cssload-cube {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

.cssload-thecube .cssload-cube:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(43, 160, 199);
    animation: cssload-fold-thecube 2.76s infinite linear both;
    -o-animation: cssload-fold-thecube 2.76s infinite linear both;
    -ms-animation: cssload-fold-thecube 2.76s infinite linear both;
    -webkit-animation: cssload-fold-thecube 2.76s infinite linear both;
    -moz-animation: cssload-fold-thecube 2.76s infinite linear both;
    transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
}

.cssload-thecube .cssload-c2 {
    transform: scale(1.1) rotateZ(90deg);
    -o-transform: scale(1.1) rotateZ(90deg);
    -ms-transform: scale(1.1) rotateZ(90deg);
    -webkit-transform: scale(1.1) rotateZ(90deg);
    -moz-transform: scale(1.1) rotateZ(90deg);
}

.cssload-thecube .cssload-c3 {
    transform: scale(1.1) rotateZ(180deg);
    -o-transform: scale(1.1) rotateZ(180deg);
    -ms-transform: scale(1.1) rotateZ(180deg);
    -webkit-transform: scale(1.1) rotateZ(180deg);
    -moz-transform: scale(1.1) rotateZ(180deg);
}

.cssload-thecube .cssload-c4 {
    transform: scale(1.1) rotateZ(270deg);
    -o-transform: scale(1.1) rotateZ(270deg);
    -ms-transform: scale(1.1) rotateZ(270deg);
    -webkit-transform: scale(1.1) rotateZ(270deg);
    -moz-transform: scale(1.1) rotateZ(270deg);
}

.cssload-thecube .cssload-c2:before {
    animation-delay: 0.35s;
    -o-animation-delay: 0.35s;
    -ms-animation-delay: 0.35s;
    -webkit-animation-delay: 0.35s;
    -moz-animation-delay: 0.35s;
}

.cssload-thecube .cssload-c3:before {
    animation-delay: 0.69s;
    -o-animation-delay: 0.69s;
    -ms-animation-delay: 0.69s;
    -webkit-animation-delay: 0.69s;
    -moz-animation-delay: 0.69s;
}

.cssload-thecube .cssload-c4:before {
    animation-delay: 1.04s;
    -o-animation-delay: 1.04s;
    -ms-animation-delay: 1.04s;
    -webkit-animation-delay: 1.04s;
    -moz-animation-delay: 1.04s;
}

@keyframes cssload-fold-thecube {
    0%,
    10% {
        transform: perspective(136px) rotateX(-180deg);
        opacity: 0;
    }
    25%,
    75% {
        transform: perspective(136px) rotateX(0deg);
        opacity: 1;
    }
    90%,
    100% {
        transform: perspective(136px) rotateY(180deg);
        opacity: 0;
    }
}

@-o-keyframes cssload-fold-thecube {
    0%,
    10% {
        -o-transform: perspective(136px) rotateX(-180deg);
        opacity: 0;
    }
    25%,
    75% {
        -o-transform: perspective(136px) rotateX(0deg);
        opacity: 1;
    }
    90%,
    100% {
        -o-transform: perspective(136px) rotateY(180deg);
        opacity: 0;
    }
}

@-ms-keyframes cssload-fold-thecube {
    0%,
    10% {
        -ms-transform: perspective(136px) rotateX(-180deg);
        opacity: 0;
    }
    25%,
    75% {
        -ms-transform: perspective(136px) rotateX(0deg);
        opacity: 1;
    }
    90%,
    100% {
        -ms-transform: perspective(136px) rotateY(180deg);
        opacity: 0;
    }
}

@-webkit-keyframes cssload-fold-thecube {
    0%,
    10% {
        -webkit-transform: perspective(136px) rotateX(-180deg);
        opacity: 0;
    }
    25%,
    75% {
        -webkit-transform: perspective(136px) rotateX(0deg);
        opacity: 1;
    }
    90%,
    100% {
        -webkit-transform: perspective(136px) rotateY(180deg);
        opacity: 0;
    }
}

@-moz-keyframes cssload-fold-thecube {
    0%,
    10% {
        -moz-transform: perspective(136px) rotateX(-180deg);
        opacity: 0;
    }
    25%,
    75% {
        -moz-transform: perspective(136px) rotateX(0deg);
        opacity: 1;
    }
    90%,
    100% {
        -moz-transform: perspective(136px) rotateY(180deg);
        opacity: 0;
    }
}

body.transform {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

form a {
    float: left;
}

.divider-new,
body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
}

h2 svg {
    margin-right: 2px;
}

a.collapsed small svg, a.collapsed h3 small svg, a.collapsed svg {
    transform: rotate(180deg);
}

.klik tr, #nieuwsbriefOverzichtTabel tr, #advertentieOverzichtTabel tr, #artikelRapportage tr {
    cursor: pointer;
}

table.table td, table.table th {
    padding-top: 0.6rem;
    padding-bottom: 0.5rem;
    vertical-align: middle;
}

table th {
    font-size: 1rem;
}

#nieuwsbriefKlik {
    display: none;
}

/*.main{
    margin-top: 1rem;
}*/

.navbar .dropdown-menu{
    border-radius: unset;
}

.navbar .dropdown-menu a:hover {
    color: unset !important;
}

.nav-item.dropper.text-nowrap a:first-of-type{
    color: white;
}

.dropdown-menu.dropdown-menu-right.show .dropdown-item{
    color:unset !important;
}

.bg-dark {
    background-color: #11435d !important;
}

nav.sidebar{
    background-color: #fafafa;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.35);
    overflow-x: hidden;
    transition: all .15s ease-in-out;
    z-index: 10;
    position: fixed;
}

.navbar-nav .dropdown-menu{
    position: absolute;
}

tbody tr th, .table .thead-dark.dca th{
    font-weight: 400 !important;
}

.table .thead-dark.dca th {
    background-color: #11435d;
    font-size: 17px;
    /*border-bottom-color: #11435d;*/
    border-bottom: unset;
}

#nieuwsbriefOverzicht, #overzichtAdvertenties, #geenData, #advertDetail, .newsKlikTableHide, #nieuwsbriefDetailMeer, #artikelRapportageDetail, #businesscase, #triggerfingerForm, #selectDatum, #newCron, #newCronRun {
    display: none;
}

.sidebar-sticky input, .sidebar-sticky select{
    width: 100%;
    margin-bottom: 10px;
}

.notifBlok svg {
    color: #e4e2e2;
    float: right;
}

.notifBlok{
    min-height: 170px;
}

.notifBlok h3 {
    z-index: 5;
}

.sidebar-sticky {
    padding-top: 1rem;
}

/*nav.sidebar{
    position: unset;
}

/*.sidebar-sticky {
    position: fixed;
}*/

.options, .infoblok {
    margin-top: 20px;
    margin-bottom: 20px;
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
    border-radius: 0;
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    height: 57px;
}

body .container-fluid{
    margin-top: 57px;
}

th svg {
    float: right;
}

/*tr.open th svg {
    transform: rotate(180deg);
    font-size: 110%;
}*/

/*tr[koparentid] {
    background-color: rgba(0,0,0,.05);
}*/

.gebruiker {
    margin-top: 20px;
}

.btn-dca {
    color: #fff;
    background-color: #11435d;
    border-color: #11435d;
}

.btn-dca:hover {
    color: #fff;
    background-color: #0d2e40;
    border-color: #0d2e40;
}

.rightButton{
    float: right;
    margin-top: 15px;
}

.table {
    color: #494949;
}

#nieuwsbriefDetail {
    min-height: 400px;
}

/*select {
    background: #11435d;
color: white;
font-size: 16px;
padding: 3px 10px 3px 10px;
height: 30px;
border-radius: 2px;
border: none;
}*/

.adTitelContainer h3 {
    font-size: 35px;
    font-family: "Bree Serif" !important;
}

.adTitelContainer{
    text-align: center;
    /*margin: 2.5rem;*/
    margin: 1rem 2.5rem 2.5rem;
}

#nbInfoblokken{
    margin: 30px;
}

#nieuwRegelKlikkers button {
    margin-bottom: 1rem;
}

.main{
margin-left: auto;
padding-right: 20px;
padding-left: 20px;
}

.browser {
    display: none;
}

#nbAfbCont{
    text-align: center;
    margin-top: 40px;
}

#nbAfbCont img {
    max-width: 300px;
}

td.handwijzer button {
    background-color: #3da0d5;
    color: #fff;
}

td.handwijzer {
    width: 38px;
}

#unitTableTitle {
    margin-top: 25px;
}

@media only screen and (max-width: 1320px){
    .nav-link {
        font-size: 80%;
    }
    .sidebar a svg {
        margin: 0 8px 0 10px;
    }
    #selectAdverteerder h2, #selectAdverteerder select, #selectDatum input {
        font-size: 90% !important;
    }
    #selectAdverteerder, #selectDatum{
        padding: 0;
    }
}

@media only screen and (max-width: 1023px){
    .sidebar a svg {
        display: none;
    }
    .sidebar{
        padding-left: 10px;
        padding-right: 10px;
    }
    #selectAdverteerder h2, #selectAdverteerder select, #selectDatum * {
        font-size: 80% !important;
    }
    .table .thead-dark.dca th, .table {
        font-size: 90% !important;
    }
    h1, h2, h3 {
        font-size: 17px !important;
    }
    #nbInfoblokken {
        margin: unset;
    }
    .adTitelContainer {
        margin: 1rem;
    }
    .options {
        padding: 15px;
        margin-bottom: 15px !important;
        margin-top: 15px !important;
    }
    .main{
        padding-right: 15px;
        padding-left: 15px;
    }        
    .notifBlok {
        min-height: unset;
    }    
    .options, .infoblok {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
    .infoblok {
        display: none;
    }
    .showMobile {
        display: block !important;
    }
}

@media only screen and (max-width: 767px){
    body { font-size:62.5%; }
    .main{
        padding-right: 5px;
        padding-left: 5px;
    }        
    .options {
        margin-bottom: 5px !important;
        margin-top: 5px !important;
    }
    .notifBlok svg {
        display: none;
    }    
    /*h1, h2, h3 {
        font-size: 14px !important;
    }*/
}

@media print {
    .nav, .sidebar{
        display: none !important;
    }
    .main {
        max-width: unset !important;
        flex: unset !important;
    }
    .infoblok {
        display: none !important;
    }
    .btn-group{
        display: none !important;
    }
    .infoOptions{
        display: none;
    }
    .table .thead-dark.dca th {
        font-size: 12px;
        padding-top: 0.1rem;
        padding-bottom: 0.1rem;
    }
    table.table td {
        padding-top: 0.3rem !important;
        padding-bottom: 0.3rem !important;
        font-size: 14px !important;
    }
    .adTitelContainer h3{
        border-top: 1.3px solid #11435d;
        margin: unset;
    }
    button#nieuwsbriefDetailMeer {
        display: none !important;
    }
    #nbInfoblokken{
        display: none;
        margin: unset;
    }
    td.handwijzer {
        display: none;
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    #oudeIE {
        display: block;
    }
    .testt {
        display: none !important;
    }
    .sidebar-sticky {
        display: none;
    }
    .main {
        padding: 0;
        margin: 0 15px;
    }
 }