input[type=checkbox]
{
  /* Double-sized Checkboxes */
  -ms-transform: scale(1.2); /* IE */
  -moz-transform: scale(1.2); /* FF */
  -webkit-transform: scale(1.2); /* Safari and Chrome */
  -o-transform: scale(1.2); /* Opera */
  transform: scale(1.2);
  padding: 20px;
}

/* Might want to wrap a span around your checkbox text */
.checkboxtext
{
  /* Checkbox text */
  font-size: 110%;
  display: inline;
}

textarea.hashtags-user {
    width: 295px;
    margin: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.post-header a {
    color: 000;
    text-decoration: auto;
}

.post-client-month a {
    color: #000;
    text-decoration: auto;
}

.chart-pie-left {
    width: 49%;
    float: left;
}

.alert {
    background-color: #e91e63;
    color: #fff;
    padding: 10px;
    border-radius: 7px;
}

.chart-pie-right {
    width: 49%;
    float: right;
}

.analytics-summary-item {
    box-shadow: 0 .25rem 1.75rem rgba(30, 34, 40, .07) !important;
    border-radius: 7px;
    margin-top: 10px;
    padding: 10px;
    background-color: #fff;
}

.analytics-header-left {
    width: 20%;
    float: left;
    padding-top: 13px;
    overflow: auto;
}

.analytics-header-right {
    width: 80%;
    float: left;
    overflow: auto;

}


.chart {
    box-shadow: 0 .25rem 1.75rem rgba(30, 34, 40, .07) !important;

    border-radius: 7px;
    margin-top: 10px;
    padding: 10px;
    background-color: #fff;
}

.analytics-header {
    overflow: auto;
}

.chart-left {
    width: 28%;
    float: left;
    text-align: center;
    overflow: auto;
}

.chart-right {
    width: 70%;
    float: right;
}

.notification {
    margin: 10px;
    padding: 5px;
    border-radius: 7px;
    color: #fff;
}

.notification.goedkeuren {
    background-color: #51bd6c;
}

.notification.afkeuren {
    background-color: #e34d4d;
}

.post.notifications {
    max-height: 422px;
    overflow: auto;
}

.post-actions.clients {
    margin-left: 10px;
    position: absolute;
    bottom: 0;
    height: 40px;
}

.notification.verwijderen {
    background-color: #e34d4d;
}

.notification.plannen {
    background-color: #f1b632;
}

.notification.bewerken {
    background-color: #dd7fda;
}

.notification.inloggen {
    background-color: #71a7d1;
}

.notification-date {
    color: #d3d3d3;
}

.prevbutton {
    font-size: 60px;
    position: absolute;
    top: 100;
    z-index: 998;
    text-decoration: auto;
    color: #e91e63;
    font-stretch: ultra-condensed;
    margin-left: 15px;
    font-weight: 800;
}

.nextbutton {
    font-size: 60px;
    position: absolute;
    top: 100;
    right: 15px;
    z-index: 998;
    text-decoration: auto;
    color: #e91e63;
    font-stretch: ultra-condensed;
    margin-left: 15px;
    font-weight: 800;
}

::-webkit-scrollbar {
    width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #ffffff;
    border-radius: 7px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #b4b9c3;
    border-radius: 7px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}


.form-container {
    width: auto;
    margin-top: 40px;
    padding: 30px;
    border-radius: 7px;
    background-color: #fff;
    box-shadow: 0 .25rem 1.75rem rgba(30, 34, 40, .07) !important;
}

.post-client-month {
    margin-top: 15px;
    margin-left: 15px;
    margin-right: 15px;
    font-weight: 600;
}

.post-client-stat-label {
    width: 33.333%;
    float: left;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 11px;
}

.post-client-stat {
    width: 33.333%;
    float: left;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 30px;
    font-weight: 600;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 5px solid white;
    border-radius: 14px;
}

.post-client-stats {
    overflow: auto;
    margin: 5px;
}

.post-client-stat.green {
    color: #ffffff;
    background-color: #51bd6c;
}

.post-client-stat.orange {
    color: #ffffff;
    background-color: #f1b632;
}

.post-client-stat.red {
    color: #ffffff;
    background-color: #e34d4d;
}

.post-client-stat.grey {
    color: #ffffff;
    background-color: #929292;
}

.post-client-stat.blue {
    color: #ffffff;
    background-color: #71a7d1;
}

input.form-control,
select#client,
select#month {
    width: 100%;
    border: 1px solid #afafaf;
    border-radius: 4px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 14px;
    padding: 10px;
}



button,
input[type="submit"] {
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 10px;
    border-radius: 5px;
    border: 1px solid #71a7d1;
    background-color: #71a7d1;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    min-width: 100px;
}

button.button {
    font-family: 'Open Sans';
}

input[type="file"] {
    padding-left: 10px;
    padding-top: 8px;
    padding-bottom: 7px;
    padding-right: 10px;
    border-radius: 5px;
    border: 1px solid #cfcfcf;
    font-size: 16px;
    font-weight: 500;
    margin: 5px;
    width: 100%;
}



input.btn.btn-primary {
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 10px;
    border-radius: 5px;
    border: 1px solid #71a7d1;
    background-color: #71a7d1;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}

.weeknummer {
    width: 100%;
    padding-left: 10px;
    padding-top: 10px;
}

input.btn.btn-secondary.ml-2 {
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 10px;
    border-radius: 5px;
    border: 1px solid #ff332b;
    background-color: #ff332b;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}

body > div.header > div.header-logo > a > img {
    max-height: 46px;
}

form.newuser {
    width: 95%;
    margin: 0 auto;
}

label {
    font-weight: 600;
    font-size: 12px;
}

h2 {
    font-size: 22px;
    margin-top: 0px;
}

.logo img {
    max-width: 300px;
}

.logo {
    max-width: 300px;
    max-height: 100px;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 30px auto;
    text-align: center;
}

.header-logo {

    width: 20%;
    height: 50px;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 10px;
    float: left;
}

.login-wrapper {
    display: grid;
    place-items: center;
}

.post-image {
    text-align: center;
}

div.post-image>img {
    max-width: -webkit-fill-available;
    aspect-ratio: 1/1;
    object-fit: contain;
}

div.slideshow.cycle-slideshow>img {
    aspect-ratio: 1/1;
    object-fit: contain;
    width: 100%;
}

.container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 15px
}

body {
    margin: 0px auto;
    background-color: #f1f1f1;
}

select#client {
    float: left;
    width: 25%;
    font-size: 16px;
    font-family: 'Open Sans';
}

select#month {
    float: left;
    width: 25%;
    margin-left: 10px;
    font-size: 16px;
    font-family: 'Open Sans';
}

body>div.header>div.header-client-select>form>button {
    margin-top: 5px;
    padding: 10px;
    margin-left: 10px;
    font-family: 'Open Sans';
}

.header {
    overflow: auto;
    box-shadow: 0 .25rem 1.75rem rgba(30, 34, 40, .07) !important;
    padding-right: 10px;
    padding-left: 5px;
    z-index: 999;
    position: sticky;
    top: 0px;
    background-color: #fafafa;
}

input#noimage {
    width: 20px;
    height: 20px;
}

.post {
    width: 330px;
    min-height: 300px;
    border-radius: 7px;
    margin: 10px;
    background-color: #fff;
    position: relative;
    padding-bottom: 70px;
    box-shadow: 0 .25rem 1.75rem rgba(30, 34, 40, .07) !important;
}

.posts_a {
    width: 100%;
    overflow: auto;

}

table.analytics-table-posts {
    box-shadow: 0 .25rem 1.75rem rgba(30, 34, 40, .07) !important;

    font-size: 12px;
    padding: 10px;
    border-radius: 7px;
    background-color: #fff;
}

table.analytics-table-posts td {

    padding: 10px;
}

@media screen and (max-width: 1400px) {

    select#client {
        float: left;
        width: 40%;
    }

    .post {

        width: 30vw;
    }

    .post-wrapper {
        display: inline-flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }


}


@media screen and (max-width: 1200px) {


    .post {
        width: 45vw;
    }

    .header-logo {
        width: 10%;
    }

    .header-client {
        width: 80% !important;
        float: left;
    }

    .newposts-buttons {
        float: left;
        width: 35% !important;
        text-align: right;
    }

    .header-client-select-left {
        width: 100%;
        overflow: auto;
    }
}


@media screen and (max-width: 700px) {

    .header-menu {
        width: 70% !important;

    }

    .edit-post {
        width: 100% !important;
    }

    .edit-post-edit {
        width: 100% !important;
    }

    div#postdiv {
        margin-top: 140px !important;
    }

    div#storydiv {
        margin-top: 140px !important;
    }

    .form-left,
    .form-right {
        width: 100% !important;
    }

    .buttonposts,
    .buttonanalytics {
        display: none !important;
    }

    .post {
        margin: 5 auto;
        width: 44vw;
    }

    .header-menu {
        width: 70%;
    }

    .header-client {
        width: 100% !important;
        float: left;
    }

    .header-client-select {
        float: left;
        width: 100% !important;
        margin-top: 10px;
    }

    .newposts-buttons {
        float: left;
        width: 80% !important;
        margin-left: 50px;
        text-align: center !important;
        margin-top: -125px;
    }

    select#client {
        float: left;
        width: 49%;
    }

    select#month {
        width: 48%;

    }

    body>div.header>div.header-client-select>form>button {
        margin-top: 5px;
        padding: 10px;
        margin-left: 10px;
        float: right;
    }


}

.header-client-select-analytics {
    width: 60%;
    margin: 8px;
    float: left;
}

.button-laden-analytics {
    margin-left: 10px;
}

@media screen and (max-width: 580px) {

    .header-menu {
        width: 70% !important;

    }

    .edit-post {
        width: 100% !important;
    }

    .edit-post-edit {
        width: 100% !important;
    }

    div#postdiv {
        margin-top: 120px !important;
    }

    div#storydiv {
        margin-top: 120px !important;
    }

    .form-left,
    .form-right {
        width: 100% !important;
    }

    .buttonposts,
    .buttonanalytics {
        display: none !important;
    }

    .post {
        margin: 5 auto;
        width: 90vw;
    }

    .header-menu {
        width: 70%;
    }

    .header-client {
        width: 100% !important;
        float: left;
    }

    

    .header-client-select {
        float: left;
        width: 100% !important;
        margin-top: 10px;
    }

    .newposts-buttons {
        float: left;
        width: 80% !important;
        margin-left: 50px;
        text-align: center !important;
        margin-top: -112px;
    }

    select#client {
        float: left;
        width: 49%;
    }

    select#month {
        width: 48%;

    }

    body>div.header>div.header-client-select>form>button {
        margin-top: 5px;
        padding: 10px;
        margin-left: 10px;
        float: right;
    }


}

@media screen and (max-width: 580px) {
 
    div#postdiv {
        max-height: 70vh;
    }
       
}

.post-header {
    font-size: 16px;
    margin: 10px;
    font-weight: 600;
    overflow: auto;
}

.edit-post {
    width: 30%;
    float: left;
}

.edit-post-edit {
    width: 65%;
    float: right;
}

.post-header-div-left {
    float: left;
    width: 45%;
    text-align: left;
    font-size: 12px;
}

.post-header-div-right {
    float: right;
    width: 45%;
    text-align: right;
    font-size: 12px;
}

.post-content {
    margin: 10px;
    overflow-wrap: break-word;
    max-height: 300px;
    overflow: auto;
}

.post-hashtags {
    margin: 10px;
    color: #2a56d1;
    overflow-wrap: break-word;
}

b.postid {
    color: #e91e63;
}

.post-actions {
    margin-left: 10px;
    position: absolute;
    bottom: 0;
    height: 40px;
    overflow: auto;
}

.post-header-div-left a {
    color: #000;
    text-decoration: auto;
}

.post-header-div-right a {
    color: #000;
    text-decoration: auto;
}

.post-actions a {
    text-decoration: auto;
}

.content {
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 20px;
    overflow: auto;
}

div#postdiv {
    position: fixed;
    left: 5%;
    right: 5%;
    top: 20px;
    max-width: 1000px;
    margin: 0 auto;
    background-color: #ffffff;
    padding: 40px;
    margin-top: 70px;
    box-shadow: 0 .25rem 1.75rem rgba(30, 34, 40, .3) !important;
    border-radius: 7px;
    margin-bottom: 15px;
    overflow: auto;
}

div#storydiv {
    position: fixed;
    left: 5%;
    right: 5%;
    top: 20px;
    max-width: 1000px;
    margin: 0 auto;
    background-color: #ffffff;
    padding: 40px;
    margin-top: 70px;
    box-shadow: 0 .25rem 1.75rem rgba(30, 34, 40, .3) !important;
    border-radius: 7px;
    margin-bottom: 15px;
}

.form-left {
    width: 49%;
    float: left;
}

.add-header-left {
    width: 70%;
    float: left;
}

.add-header-right {
    width: 29%;
    float: right;
    text-align: right;
}

.form-full {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.form-full-edit {
    width: 100%;
    float: left;
    margin-bottom: 10px;
    margin-top: 10px;
}

div#ui-datepicker-div {
    z-index: 9999 !important;
}

.form-right {
    width: 49%;
    float: right;
}

.post-wrapper {
    display: inline-flex;
    flex-wrap: wrap;
}

.post-platforms {
    margin-left: 10px;
    position: absolute;
    bottom: 30px;
    height: 40px;
    overflow: auto;
}

a.button,
button,
input.button {
    padding: 10px;
    margin-top: 5px;
    border-radius: 5px;
    border: 1px solid #71a7d1;
    background-color: #71a7d1;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    display: inline-block;
    text-decoration: auto;
}

.buttonuitloggen,
.buttonanalytics,
.buttonposts {
    padding: 10px;
    margin-top: 5px;
    border-radius: 5px;
    border: 1px solid #71a7d1;
    background-color: #71a7d1;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    display: inline-block;
    text-decoration: auto;
}

a.buttonverwijderen, a.buttonafgekeurd {
    padding: 5px;
    margin-top: 5px;
    border-radius: 5px;
    border: 1px solid #e91e63;
    background-color: #e91e63;
    font-size: 10px;
    font-weight: 500;
    color: #fff;
    display: inline-block;
    text-decoration: none;
}


a.buttonanalyticsaan {
    padding: 5px;
    margin-top: 5px;
    border-radius: 5px;
    border: 1px solid #e91e63;
    background-color: #e91e63;
    font-size: 10px;
    font-weight: 500;
    color: #fff;
    display: inline-block;
}



input.buttonverwijderen {
    padding: 5px;
    margin-top: 5px;
    border-radius: 5px;
    border: 1px solid #e91e63;
    background-color: #e91e63;
    font-size: 10px;
    font-weight: 500;
    color: #fff;
    display: inline-block;

}

a.buttongoedkeuren, a.buttonafkeuren {
    padding: 5px;
    margin-top: 5px;
    border-radius: 5px;
    border: 1px solid #cfcfcf;
    background-color: #cfcfcf;
    font-size: 10px;
    font-weight: 500;
    color: #fff;
    display: inline-block;
}

a.buttongoedgekeurd {
    padding: 5px;
    margin-top: 5px;
    border-radius: 5px;
    border: 1px solid #4fc754;
    background-color: #4fc754;
    font-size: 10px;
    font-weight: 500;
    color: #fff;
    display: inline-block;
}



a.buttoninplannen {
    padding: 5px;
    margin-top: 5px;
    border-radius: 5px;
    border: 1px solid #cfcfcf;
    background-color: #cfcfcf;
    font-size: 10px;
    font-weight: 500;
    color: #fff;
    display: inline-block;
}

a.buttoningepland {
    padding: 5px;
    margin-top: 5px;
    border-radius: 5px;
    border: 1px solid #4fc754;
    background-color: #4fc754;
    font-size: 10px;
    font-weight: 500;
    color: #fff;
    display: inline-block;
}

a.buttonbewerken {
    padding: 5px;
    margin-top: 5px;
    border-radius: 5px;
    border: 1px solid #71a7d1;
    background-color: #71a7d1;
    font-size: 10px;
    font-weight: 500;
    color: #fff;
    display: inline-block;
}

input[type=text] {
    width: 100%;
    margin: 8px 0;
}

textarea,
input#datepicker {
    margin: 5px;
    width: 100%;
    padding: 12px 20px;
    border: 1px solid #cfcfcf;
    border-radius: 5px;
}

textarea,
input#datepicker2 {
    margin: 5px;
    width: 100%;
    padding: 12px 20px;
    border: 1px solid #cfcfcf;
    border-radius: 5px;
}

.header-client-select {
    float: left;
    width: 100%;
    margin-top: -7px;
}

.header-menu {

    height: 30px;
    float: right;
    margin-top: 10px;
    text-align: right;
}

.welcome-left {

    width: 50%;
    float: left;
    text-align: left;
}

.welcome-right {

    width: 50%;
    float: right;
    text-align: right;
}

.welcome-right-text {

    width: 50%;
    float: right;
    text-align: justify;
}




#menu__toggle {
    opacity: 0;
}

#menu__toggle:checked+.menu__btn>span {
    transform: rotate(45deg);
}

#menu__toggle:checked+.menu__btn>span::before {
    top: 0;
    transform: rotate(0deg);
}

#menu__toggle:checked+.menu__btn>span::after {
    top: 0;
    transform: rotate(90deg);
}

#menu__toggle:checked~.menu__box {
    right: 0 !important;
}

.menu__btn {
    position: fixed;
    top: 33px;
    right: 20px;
    width: 26px;
    height: 26px;
    cursor: pointer;
    z-index: 1;
}

.menu__btn>span,
.menu__btn>span::before,
.menu__btn>span::after {
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #616161;
    transition-duration: .25s;
}

.menu__btn>span::before {
    content: '';
    top: -8px;
}

.menu__btn>span::after {
    content: '';
    top: 8px;
}

.menu__box {
    display: block;
    position: fixed;
    top: 0;
    right: -100%;
    width: 300px;
    height: 100%;
    margin: 0;
    padding: 80px 0;
    list-style: none;
    background-color: #ECEFF1;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, .4);
    transition-duration: .25s;
}

.menu__item {
    display: block;
    padding: 12px 24px;
    color: #333;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    transition-duration: .25s;
}

.menu__item:hover {
    background-color: #CFD8DC;
}

.newposts-buttons {
    float: left;
    width: 48%;
    text-align: right;
}

.header-client {
    width: 50%;
    float: left;
}

video {
    width: 100%;
    max-height: 400px;
}

.slide {
    width: 100%;
}

.slide > img {
    max-width: -webkit-fill-available;
    aspect-ratio: 1/1;
    object-fit: contain;
}